Documentation
¶
Overview ¶
Package pipelinev1beta is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package pipelinev1beta is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func RegisterPipelinePrivateServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterPipelinePrivateServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, ...) error
- func RegisterPipelinePrivateServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterPipelinePrivateServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, ...) error
- func RegisterPipelinePrivateServiceServer(s grpc.ServiceRegistrar, srv PipelinePrivateServiceServer)
- func RegisterPipelinePublicServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterPipelinePublicServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client PipelinePublicServiceClient) error
- func RegisterPipelinePublicServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterPipelinePublicServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server PipelinePublicServiceServer) error
- func RegisterPipelinePublicServiceServer(s grpc.ServiceRegistrar, srv PipelinePublicServiceServer)
- type CheckNameRequest
- type CheckNameResponse
- func (*CheckNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CheckNameResponse) GetAvailability() CheckNameResponse_Name
- func (*CheckNameResponse) ProtoMessage()
- func (x *CheckNameResponse) ProtoReflect() protoreflect.Message
- func (x *CheckNameResponse) Reset()
- func (x *CheckNameResponse) String() string
- type CheckNameResponse_Name
- func (CheckNameResponse_Name) Descriptor() protoreflect.EnumDescriptor
- func (x CheckNameResponse_Name) Enum() *CheckNameResponse_Name
- func (CheckNameResponse_Name) EnumDescriptor() ([]byte, []int)deprecated
- func (x CheckNameResponse_Name) Number() protoreflect.EnumNumber
- func (x CheckNameResponse_Name) String() string
- func (CheckNameResponse_Name) Type() protoreflect.EnumType
- type CloneNamespacePipelineReleaseRequest
- func (*CloneNamespacePipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CloneNamespacePipelineReleaseRequest) GetDescription() string
- func (x *CloneNamespacePipelineReleaseRequest) GetNamespaceId() string
- func (x *CloneNamespacePipelineReleaseRequest) GetPipelineId() string
- func (x *CloneNamespacePipelineReleaseRequest) GetReleaseId() string
- func (x *CloneNamespacePipelineReleaseRequest) GetSharing() *Sharing
- func (x *CloneNamespacePipelineReleaseRequest) GetTargetNamespaceId() string
- func (x *CloneNamespacePipelineReleaseRequest) GetTargetPipelineId() string
- func (*CloneNamespacePipelineReleaseRequest) ProtoMessage()
- func (x *CloneNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *CloneNamespacePipelineReleaseRequest) Reset()
- func (x *CloneNamespacePipelineReleaseRequest) String() string
- type CloneNamespacePipelineReleaseResponse
- func (*CloneNamespacePipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (*CloneNamespacePipelineReleaseResponse) ProtoMessage()
- func (x *CloneNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *CloneNamespacePipelineReleaseResponse) Reset()
- func (x *CloneNamespacePipelineReleaseResponse) String() string
- type CloneNamespacePipelineRequest
- func (*CloneNamespacePipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CloneNamespacePipelineRequest) GetDescription() string
- func (x *CloneNamespacePipelineRequest) GetNamespaceId() string
- func (x *CloneNamespacePipelineRequest) GetPipelineId() string
- func (x *CloneNamespacePipelineRequest) GetSharing() *Sharing
- func (x *CloneNamespacePipelineRequest) GetTargetNamespaceId() string
- func (x *CloneNamespacePipelineRequest) GetTargetPipelineId() string
- func (*CloneNamespacePipelineRequest) ProtoMessage()
- func (x *CloneNamespacePipelineRequest) ProtoReflect() protoreflect.Message
- func (x *CloneNamespacePipelineRequest) Reset()
- func (x *CloneNamespacePipelineRequest) String() string
- type CloneNamespacePipelineResponse
- func (*CloneNamespacePipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (*CloneNamespacePipelineResponse) ProtoMessage()
- func (x *CloneNamespacePipelineResponse) ProtoReflect() protoreflect.Message
- func (x *CloneNamespacePipelineResponse) Reset()
- func (x *CloneNamespacePipelineResponse) String() string
- type ComponentDefinition
- func (*ComponentDefinition) Descriptor() ([]byte, []int)deprecated
- func (x *ComponentDefinition) GetCustom() bool
- func (x *ComponentDefinition) GetDescription() string
- func (x *ComponentDefinition) GetDocumentationUrl() string
- func (x *ComponentDefinition) GetEvents() []*ComponentEvent
- func (x *ComponentDefinition) GetIcon() string
- func (x *ComponentDefinition) GetId() string
- func (x *ComponentDefinition) GetName() string
- func (x *ComponentDefinition) GetPublic() bool
- func (x *ComponentDefinition) GetReleaseStage() ComponentDefinition_ReleaseStage
- func (x *ComponentDefinition) GetSourceUrl() string
- func (x *ComponentDefinition) GetSpec() *ComponentDefinition_Spec
- func (x *ComponentDefinition) GetTasks() []*ComponentTask
- func (x *ComponentDefinition) GetTitle() string
- func (x *ComponentDefinition) GetTombstone() bool
- func (x *ComponentDefinition) GetType() ComponentType
- func (x *ComponentDefinition) GetUid() string
- func (x *ComponentDefinition) GetVendor() string
- func (x *ComponentDefinition) GetVendorAttributes() *structpb.Struct
- func (x *ComponentDefinition) GetVersion() string
- func (*ComponentDefinition) ProtoMessage()
- func (x *ComponentDefinition) ProtoReflect() protoreflect.Message
- func (x *ComponentDefinition) Reset()
- func (x *ComponentDefinition) String() string
- type ComponentDefinition_ReleaseStage
- func (ComponentDefinition_ReleaseStage) Descriptor() protoreflect.EnumDescriptor
- func (x ComponentDefinition_ReleaseStage) Enum() *ComponentDefinition_ReleaseStage
- func (ComponentDefinition_ReleaseStage) EnumDescriptor() ([]byte, []int)deprecated
- func (x ComponentDefinition_ReleaseStage) Number() protoreflect.EnumNumber
- func (x ComponentDefinition_ReleaseStage) String() string
- func (ComponentDefinition_ReleaseStage) Type() protoreflect.EnumType
- type ComponentDefinition_Spec
- func (*ComponentDefinition_Spec) Descriptor() ([]byte, []int)deprecated
- func (x *ComponentDefinition_Spec) GetComponentSpecification() *structpb.Struct
- func (x *ComponentDefinition_Spec) GetDataSpecifications() map[string]*DataSpecification
- func (x *ComponentDefinition_Spec) GetEventSpecifications() map[string]*EventSpecification
- func (*ComponentDefinition_Spec) ProtoMessage()
- func (x *ComponentDefinition_Spec) ProtoReflect() protoreflect.Message
- func (x *ComponentDefinition_Spec) Reset()
- func (x *ComponentDefinition_Spec) String() string
- type ComponentDefinition_View
- func (ComponentDefinition_View) Descriptor() protoreflect.EnumDescriptor
- func (x ComponentDefinition_View) Enum() *ComponentDefinition_View
- func (ComponentDefinition_View) EnumDescriptor() ([]byte, []int)deprecated
- func (x ComponentDefinition_View) Number() protoreflect.EnumNumber
- func (x ComponentDefinition_View) String() string
- func (ComponentDefinition_View) Type() protoreflect.EnumType
- type ComponentEvent
- func (*ComponentEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ComponentEvent) GetDescription() string
- func (x *ComponentEvent) GetName() string
- func (x *ComponentEvent) GetTitle() string
- func (*ComponentEvent) ProtoMessage()
- func (x *ComponentEvent) ProtoReflect() protoreflect.Message
- func (x *ComponentEvent) Reset()
- func (x *ComponentEvent) String() string
- type ComponentRun
- func (*ComponentRun) Descriptor() ([]byte, []int)deprecated
- func (x *ComponentRun) GetBlobDataExpirationTime() *timestamppb.Timestamp
- func (x *ComponentRun) GetCompleteTime() *timestamppb.Timestamp
- func (x *ComponentRun) GetComponentId() string
- func (x *ComponentRun) GetCreditAmount() float32
- func (x *ComponentRun) GetError() string
- func (x *ComponentRun) GetInputs() []*structpb.Struct
- func (x *ComponentRun) GetInputsReference() []*FileReference
- func (x *ComponentRun) GetOutputs() []*structpb.Struct
- func (x *ComponentRun) GetOutputsReference() []*FileReference
- func (x *ComponentRun) GetPipelineRunUid() string
- func (x *ComponentRun) GetStartTime() *timestamppb.Timestamp
- func (x *ComponentRun) GetStatus() v1alpha.RunStatus
- func (x *ComponentRun) GetTotalDuration() int32
- func (*ComponentRun) ProtoMessage()
- func (x *ComponentRun) ProtoReflect() protoreflect.Message
- func (x *ComponentRun) Reset()
- func (x *ComponentRun) String() string
- type ComponentTask
- func (*ComponentTask) Descriptor() ([]byte, []int)deprecated
- func (x *ComponentTask) GetDescription() string
- func (x *ComponentTask) GetName() string
- func (x *ComponentTask) GetTitle() string
- func (*ComponentTask) ProtoMessage()
- func (x *ComponentTask) ProtoReflect() protoreflect.Message
- func (x *ComponentTask) Reset()
- func (x *ComponentTask) String() string
- type ComponentType
- func (ComponentType) Descriptor() protoreflect.EnumDescriptor
- func (x ComponentType) Enum() *ComponentType
- func (ComponentType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ComponentType) Number() protoreflect.EnumNumber
- func (x ComponentType) String() string
- func (ComponentType) Type() protoreflect.EnumType
- type Connection
- func (*Connection) Descriptor() ([]byte, []int)deprecated
- func (x *Connection) GetCreateTime() *timestamppb.Timestamp
- func (x *Connection) GetId() string
- func (x *Connection) GetIdentity() string
- func (x *Connection) GetIntegrationId() string
- func (x *Connection) GetIntegrationTitle() string
- func (x *Connection) GetMethod() Connection_Method
- func (x *Connection) GetNamespaceId() string
- func (x *Connection) GetOAuthAccessDetails() *structpb.Struct
- func (x *Connection) GetScopes() []string
- func (x *Connection) GetSetup() *structpb.Struct
- func (x *Connection) GetUid() string
- func (x *Connection) GetUpdateTime() *timestamppb.Timestamp
- func (x *Connection) GetView() View
- func (*Connection) ProtoMessage()
- func (x *Connection) ProtoReflect() protoreflect.Message
- func (x *Connection) Reset()
- func (x *Connection) String() string
- type Connection_Method
- func (Connection_Method) Descriptor() protoreflect.EnumDescriptor
- func (x Connection_Method) Enum() *Connection_Method
- func (Connection_Method) EnumDescriptor() ([]byte, []int)deprecated
- func (x Connection_Method) Number() protoreflect.EnumNumber
- func (x Connection_Method) String() string
- func (Connection_Method) Type() protoreflect.EnumType
- type CreateNamespaceConnectionRequest
- func (*CreateNamespaceConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateNamespaceConnectionRequest) GetConnection() *Connection
- func (x *CreateNamespaceConnectionRequest) GetNamespaceId() string
- func (*CreateNamespaceConnectionRequest) ProtoMessage()
- func (x *CreateNamespaceConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateNamespaceConnectionRequest) Reset()
- func (x *CreateNamespaceConnectionRequest) String() string
- type CreateNamespaceConnectionResponse
- func (*CreateNamespaceConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateNamespaceConnectionResponse) GetConnection() *Connection
- func (*CreateNamespaceConnectionResponse) ProtoMessage()
- func (x *CreateNamespaceConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *CreateNamespaceConnectionResponse) Reset()
- func (x *CreateNamespaceConnectionResponse) String() string
- type CreateNamespacePipelineReleaseRequest
- func (*CreateNamespacePipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateNamespacePipelineReleaseRequest) GetNamespaceId() string
- func (x *CreateNamespacePipelineReleaseRequest) GetPipelineId() string
- func (x *CreateNamespacePipelineReleaseRequest) GetRelease() *PipelineRelease
- func (*CreateNamespacePipelineReleaseRequest) ProtoMessage()
- func (x *CreateNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *CreateNamespacePipelineReleaseRequest) Reset()
- func (x *CreateNamespacePipelineReleaseRequest) String() string
- type CreateNamespacePipelineReleaseResponse
- func (*CreateNamespacePipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateNamespacePipelineReleaseResponse) GetRelease() *PipelineRelease
- func (*CreateNamespacePipelineReleaseResponse) ProtoMessage()
- func (x *CreateNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *CreateNamespacePipelineReleaseResponse) Reset()
- func (x *CreateNamespacePipelineReleaseResponse) String() string
- type CreateNamespacePipelineRequest
- func (*CreateNamespacePipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateNamespacePipelineRequest) GetNamespaceId() string
- func (x *CreateNamespacePipelineRequest) GetPipeline() *Pipeline
- func (*CreateNamespacePipelineRequest) ProtoMessage()
- func (x *CreateNamespacePipelineRequest) ProtoReflect() protoreflect.Message
- func (x *CreateNamespacePipelineRequest) Reset()
- func (x *CreateNamespacePipelineRequest) String() string
- type CreateNamespacePipelineResponse
- func (*CreateNamespacePipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateNamespacePipelineResponse) GetPipeline() *Pipeline
- func (*CreateNamespacePipelineResponse) ProtoMessage()
- func (x *CreateNamespacePipelineResponse) ProtoReflect() protoreflect.Message
- func (x *CreateNamespacePipelineResponse) Reset()
- func (x *CreateNamespacePipelineResponse) String() string
- type CreateNamespaceSecretRequest
- func (*CreateNamespaceSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateNamespaceSecretRequest) GetNamespaceId() string
- func (x *CreateNamespaceSecretRequest) GetSecret() *Secret
- func (*CreateNamespaceSecretRequest) ProtoMessage()
- func (x *CreateNamespaceSecretRequest) ProtoReflect() protoreflect.Message
- func (x *CreateNamespaceSecretRequest) Reset()
- func (x *CreateNamespaceSecretRequest) String() string
- type CreateNamespaceSecretResponse
- func (*CreateNamespaceSecretResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateNamespaceSecretResponse) GetSecret() *Secret
- func (*CreateNamespaceSecretResponse) ProtoMessage()
- func (x *CreateNamespaceSecretResponse) ProtoReflect() protoreflect.Message
- func (x *CreateNamespaceSecretResponse) Reset()
- func (x *CreateNamespaceSecretResponse) String() string
- type CreateOrganizationPipelineReleaseRequest
- func (*CreateOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOrganizationPipelineReleaseRequest) GetParent() string
- func (x *CreateOrganizationPipelineReleaseRequest) GetRelease() *PipelineRelease
- func (*CreateOrganizationPipelineReleaseRequest) ProtoMessage()
- func (x *CreateOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *CreateOrganizationPipelineReleaseRequest) Reset()
- func (x *CreateOrganizationPipelineReleaseRequest) String() string
- type CreateOrganizationPipelineReleaseResponse
- func (*CreateOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOrganizationPipelineReleaseResponse) GetRelease() *PipelineRelease
- func (*CreateOrganizationPipelineReleaseResponse) ProtoMessage()
- func (x *CreateOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *CreateOrganizationPipelineReleaseResponse) Reset()
- func (x *CreateOrganizationPipelineReleaseResponse) String() string
- type CreateOrganizationPipelineRequest
- func (*CreateOrganizationPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOrganizationPipelineRequest) GetParent() string
- func (x *CreateOrganizationPipelineRequest) GetPipeline() *Pipeline
- func (*CreateOrganizationPipelineRequest) ProtoMessage()
- func (x *CreateOrganizationPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *CreateOrganizationPipelineRequest) Reset()
- func (x *CreateOrganizationPipelineRequest) String() string
- type CreateOrganizationPipelineResponse
- func (*CreateOrganizationPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOrganizationPipelineResponse) GetPipeline() *Pipeline
- func (*CreateOrganizationPipelineResponse) ProtoMessage()
- func (x *CreateOrganizationPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *CreateOrganizationPipelineResponse) Reset()
- func (x *CreateOrganizationPipelineResponse) String() string
- type CreateOrganizationSecretRequest
- func (*CreateOrganizationSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOrganizationSecretRequest) GetParent() string
- func (x *CreateOrganizationSecretRequest) GetSecret() *Secret
- func (*CreateOrganizationSecretRequest) ProtoMessage()
- func (x *CreateOrganizationSecretRequest) ProtoReflect() protoreflect.Message
- func (x *CreateOrganizationSecretRequest) Reset()
- func (x *CreateOrganizationSecretRequest) String() string
- type CreateOrganizationSecretResponse
- func (*CreateOrganizationSecretResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOrganizationSecretResponse) GetSecret() *Secret
- func (*CreateOrganizationSecretResponse) ProtoMessage()
- func (x *CreateOrganizationSecretResponse) ProtoReflect() protoreflect.Message
- func (x *CreateOrganizationSecretResponse) Reset()
- func (x *CreateOrganizationSecretResponse) String() string
- type CreateUserPipelineReleaseRequest
- func (*CreateUserPipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUserPipelineReleaseRequest) GetParent() string
- func (x *CreateUserPipelineReleaseRequest) GetRelease() *PipelineRelease
- func (*CreateUserPipelineReleaseRequest) ProtoMessage()
- func (x *CreateUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *CreateUserPipelineReleaseRequest) Reset()
- func (x *CreateUserPipelineReleaseRequest) String() string
- type CreateUserPipelineReleaseResponse
- func (*CreateUserPipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUserPipelineReleaseResponse) GetRelease() *PipelineRelease
- func (*CreateUserPipelineReleaseResponse) ProtoMessage()
- func (x *CreateUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *CreateUserPipelineReleaseResponse) Reset()
- func (x *CreateUserPipelineReleaseResponse) String() string
- type CreateUserPipelineRequest
- func (*CreateUserPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUserPipelineRequest) GetParent() string
- func (x *CreateUserPipelineRequest) GetPipeline() *Pipeline
- func (*CreateUserPipelineRequest) ProtoMessage()
- func (x *CreateUserPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *CreateUserPipelineRequest) Reset()
- func (x *CreateUserPipelineRequest) String() string
- type CreateUserPipelineResponse
- func (*CreateUserPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUserPipelineResponse) GetPipeline() *Pipeline
- func (*CreateUserPipelineResponse) ProtoMessage()
- func (x *CreateUserPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *CreateUserPipelineResponse) Reset()
- func (x *CreateUserPipelineResponse) String() string
- type CreateUserSecretRequest
- func (*CreateUserSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUserSecretRequest) GetParent() string
- func (x *CreateUserSecretRequest) GetSecret() *Secret
- func (*CreateUserSecretRequest) ProtoMessage()
- func (x *CreateUserSecretRequest) ProtoReflect() protoreflect.Message
- func (x *CreateUserSecretRequest) Reset()
- func (x *CreateUserSecretRequest) String() string
- type CreateUserSecretResponse
- func (*CreateUserSecretResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUserSecretResponse) GetSecret() *Secret
- func (*CreateUserSecretResponse) ProtoMessage()
- func (x *CreateUserSecretResponse) ProtoReflect() protoreflect.Message
- func (x *CreateUserSecretResponse) Reset()
- func (x *CreateUserSecretResponse) String() string
- type DataSpecification
- func (*DataSpecification) Descriptor() ([]byte, []int)deprecated
- func (x *DataSpecification) GetInput() *structpb.Struct
- func (x *DataSpecification) GetOutput() *structpb.Struct
- func (*DataSpecification) ProtoMessage()
- func (x *DataSpecification) ProtoReflect() protoreflect.Message
- func (x *DataSpecification) Reset()
- func (x *DataSpecification) String() string
- type DeleteNamespaceConnectionRequest
- func (*DeleteNamespaceConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteNamespaceConnectionRequest) GetConnectionId() string
- func (x *DeleteNamespaceConnectionRequest) GetNamespaceId() string
- func (*DeleteNamespaceConnectionRequest) ProtoMessage()
- func (x *DeleteNamespaceConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteNamespaceConnectionRequest) Reset()
- func (x *DeleteNamespaceConnectionRequest) String() string
- type DeleteNamespaceConnectionResponse
- func (*DeleteNamespaceConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteNamespaceConnectionResponse) ProtoMessage()
- func (x *DeleteNamespaceConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteNamespaceConnectionResponse) Reset()
- func (x *DeleteNamespaceConnectionResponse) String() string
- type DeleteNamespacePipelineReleaseRequest
- func (*DeleteNamespacePipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteNamespacePipelineReleaseRequest) GetNamespaceId() string
- func (x *DeleteNamespacePipelineReleaseRequest) GetPipelineId() string
- func (x *DeleteNamespacePipelineReleaseRequest) GetReleaseId() string
- func (*DeleteNamespacePipelineReleaseRequest) ProtoMessage()
- func (x *DeleteNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteNamespacePipelineReleaseRequest) Reset()
- func (x *DeleteNamespacePipelineReleaseRequest) String() string
- type DeleteNamespacePipelineReleaseResponse
- func (*DeleteNamespacePipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteNamespacePipelineReleaseResponse) ProtoMessage()
- func (x *DeleteNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteNamespacePipelineReleaseResponse) Reset()
- func (x *DeleteNamespacePipelineReleaseResponse) String() string
- type DeleteNamespacePipelineRequest
- func (*DeleteNamespacePipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteNamespacePipelineRequest) GetNamespaceId() string
- func (x *DeleteNamespacePipelineRequest) GetPipelineId() string
- func (*DeleteNamespacePipelineRequest) ProtoMessage()
- func (x *DeleteNamespacePipelineRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteNamespacePipelineRequest) Reset()
- func (x *DeleteNamespacePipelineRequest) String() string
- type DeleteNamespacePipelineResponse
- func (*DeleteNamespacePipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteNamespacePipelineResponse) ProtoMessage()
- func (x *DeleteNamespacePipelineResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteNamespacePipelineResponse) Reset()
- func (x *DeleteNamespacePipelineResponse) String() string
- type DeleteNamespaceSecretRequest
- func (*DeleteNamespaceSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteNamespaceSecretRequest) GetNamespaceId() string
- func (x *DeleteNamespaceSecretRequest) GetSecretId() string
- func (*DeleteNamespaceSecretRequest) ProtoMessage()
- func (x *DeleteNamespaceSecretRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteNamespaceSecretRequest) Reset()
- func (x *DeleteNamespaceSecretRequest) String() string
- type DeleteNamespaceSecretResponse
- func (*DeleteNamespaceSecretResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteNamespaceSecretResponse) ProtoMessage()
- func (x *DeleteNamespaceSecretResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteNamespaceSecretResponse) Reset()
- func (x *DeleteNamespaceSecretResponse) String() string
- type DeleteOrganizationPipelineReleaseRequest
- func (*DeleteOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteOrganizationPipelineReleaseRequest) GetName() string
- func (*DeleteOrganizationPipelineReleaseRequest) ProtoMessage()
- func (x *DeleteOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationPipelineReleaseRequest) Reset()
- func (x *DeleteOrganizationPipelineReleaseRequest) String() string
- type DeleteOrganizationPipelineReleaseResponse
- func (*DeleteOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteOrganizationPipelineReleaseResponse) ProtoMessage()
- func (x *DeleteOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationPipelineReleaseResponse) Reset()
- func (x *DeleteOrganizationPipelineReleaseResponse) String() string
- type DeleteOrganizationPipelineRequest
- func (*DeleteOrganizationPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteOrganizationPipelineRequest) GetName() string
- func (*DeleteOrganizationPipelineRequest) ProtoMessage()
- func (x *DeleteOrganizationPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationPipelineRequest) Reset()
- func (x *DeleteOrganizationPipelineRequest) String() string
- type DeleteOrganizationPipelineResponse
- func (*DeleteOrganizationPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteOrganizationPipelineResponse) ProtoMessage()
- func (x *DeleteOrganizationPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationPipelineResponse) Reset()
- func (x *DeleteOrganizationPipelineResponse) String() string
- type DeleteOrganizationSecretRequest
- func (*DeleteOrganizationSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteOrganizationSecretRequest) GetName() string
- func (*DeleteOrganizationSecretRequest) ProtoMessage()
- func (x *DeleteOrganizationSecretRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationSecretRequest) Reset()
- func (x *DeleteOrganizationSecretRequest) String() string
- type DeleteOrganizationSecretResponse
- func (*DeleteOrganizationSecretResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteOrganizationSecretResponse) ProtoMessage()
- func (x *DeleteOrganizationSecretResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationSecretResponse) Reset()
- func (x *DeleteOrganizationSecretResponse) String() string
- type DeleteUserPipelineReleaseRequest
- func (*DeleteUserPipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteUserPipelineReleaseRequest) GetName() string
- func (*DeleteUserPipelineReleaseRequest) ProtoMessage()
- func (x *DeleteUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteUserPipelineReleaseRequest) Reset()
- func (x *DeleteUserPipelineReleaseRequest) String() string
- type DeleteUserPipelineReleaseResponse
- func (*DeleteUserPipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteUserPipelineReleaseResponse) ProtoMessage()
- func (x *DeleteUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteUserPipelineReleaseResponse) Reset()
- func (x *DeleteUserPipelineReleaseResponse) String() string
- type DeleteUserPipelineRequest
- func (*DeleteUserPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteUserPipelineRequest) GetName() string
- func (*DeleteUserPipelineRequest) ProtoMessage()
- func (x *DeleteUserPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteUserPipelineRequest) Reset()
- func (x *DeleteUserPipelineRequest) String() string
- type DeleteUserPipelineResponse
- type DeleteUserSecretRequest
- func (*DeleteUserSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteUserSecretRequest) GetName() string
- func (*DeleteUserSecretRequest) ProtoMessage()
- func (x *DeleteUserSecretRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteUserSecretRequest) Reset()
- func (x *DeleteUserSecretRequest) String() string
- type DeleteUserSecretResponse
- type DispatchPipelineWebhookEventRequest
- func (*DispatchPipelineWebhookEventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DispatchPipelineWebhookEventRequest) GetMessage() *structpb.Struct
- func (x *DispatchPipelineWebhookEventRequest) GetWebhookType() string
- func (*DispatchPipelineWebhookEventRequest) ProtoMessage()
- func (x *DispatchPipelineWebhookEventRequest) ProtoReflect() protoreflect.Message
- func (x *DispatchPipelineWebhookEventRequest) Reset()
- func (x *DispatchPipelineWebhookEventRequest) String() string
- type DispatchPipelineWebhookEventResponse
- func (*DispatchPipelineWebhookEventResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DispatchPipelineWebhookEventResponse) GetResponse() *structpb.Struct
- func (*DispatchPipelineWebhookEventResponse) ProtoMessage()
- func (x *DispatchPipelineWebhookEventResponse) ProtoReflect() protoreflect.Message
- func (x *DispatchPipelineWebhookEventResponse) Reset()
- func (x *DispatchPipelineWebhookEventResponse) String() string
- type Endpoints
- type Endpoints_WebhookEndpoint
- func (*Endpoints_WebhookEndpoint) Descriptor() ([]byte, []int)deprecated
- func (x *Endpoints_WebhookEndpoint) GetDescription() string
- func (x *Endpoints_WebhookEndpoint) GetUrl() string
- func (*Endpoints_WebhookEndpoint) ProtoMessage()
- func (x *Endpoints_WebhookEndpoint) ProtoReflect() protoreflect.Message
- func (x *Endpoints_WebhookEndpoint) Reset()
- func (x *Endpoints_WebhookEndpoint) String() string
- type ErrPipelineValidation
- func (*ErrPipelineValidation) Descriptor() ([]byte, []int)deprecated
- func (x *ErrPipelineValidation) GetError() string
- func (x *ErrPipelineValidation) GetLocation() string
- func (*ErrPipelineValidation) ProtoMessage()
- func (x *ErrPipelineValidation) ProtoReflect() protoreflect.Message
- func (x *ErrPipelineValidation) Reset()
- func (x *ErrPipelineValidation) String() string
- type EventSpecification
- func (*EventSpecification) Descriptor() ([]byte, []int)deprecated
- func (x *EventSpecification) GetConfigSchema() *structpb.Struct
- func (x *EventSpecification) GetDescription() string
- func (x *EventSpecification) GetMessageExamples() []*structpb.Struct
- func (x *EventSpecification) GetMessageSchema() *structpb.Struct
- func (x *EventSpecification) GetTitle() string
- func (*EventSpecification) ProtoMessage()
- func (x *EventSpecification) ProtoReflect() protoreflect.Message
- func (x *EventSpecification) Reset()
- func (x *EventSpecification) String() string
- type FileReference
- func (*FileReference) Descriptor() ([]byte, []int)deprecated
- func (x *FileReference) GetName() string
- func (x *FileReference) GetSize() int64
- func (x *FileReference) GetType() string
- func (x *FileReference) GetUrl() string
- func (*FileReference) ProtoMessage()
- func (x *FileReference) ProtoReflect() protoreflect.Message
- func (x *FileReference) Reset()
- func (x *FileReference) String() string
- type GetHubStatsRequest
- type GetHubStatsResponse
- func (*GetHubStatsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetHubStatsResponse) GetNumberOfFeaturedPipelines() int32
- func (x *GetHubStatsResponse) GetNumberOfPublicPipelines() int32
- func (*GetHubStatsResponse) ProtoMessage()
- func (x *GetHubStatsResponse) ProtoReflect() protoreflect.Message
- func (x *GetHubStatsResponse) Reset()
- func (x *GetHubStatsResponse) String() string
- type GetIntegrationRequest
- func (*GetIntegrationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetIntegrationRequest) GetIntegrationId() string
- func (x *GetIntegrationRequest) GetView() View
- func (*GetIntegrationRequest) ProtoMessage()
- func (x *GetIntegrationRequest) ProtoReflect() protoreflect.Message
- func (x *GetIntegrationRequest) Reset()
- func (x *GetIntegrationRequest) String() string
- type GetIntegrationResponse
- func (*GetIntegrationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetIntegrationResponse) GetIntegration() *Integration
- func (*GetIntegrationResponse) ProtoMessage()
- func (x *GetIntegrationResponse) ProtoReflect() protoreflect.Message
- func (x *GetIntegrationResponse) Reset()
- func (x *GetIntegrationResponse) String() string
- type GetNamespaceConnectionRequest
- func (*GetNamespaceConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetNamespaceConnectionRequest) GetConnectionId() string
- func (x *GetNamespaceConnectionRequest) GetNamespaceId() string
- func (x *GetNamespaceConnectionRequest) GetView() View
- func (*GetNamespaceConnectionRequest) ProtoMessage()
- func (x *GetNamespaceConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *GetNamespaceConnectionRequest) Reset()
- func (x *GetNamespaceConnectionRequest) String() string
- type GetNamespaceConnectionResponse
- func (*GetNamespaceConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNamespaceConnectionResponse) GetConnection() *Connection
- func (*GetNamespaceConnectionResponse) ProtoMessage()
- func (x *GetNamespaceConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *GetNamespaceConnectionResponse) Reset()
- func (x *GetNamespaceConnectionResponse) String() string
- type GetNamespacePipelineReleaseRequest
- func (*GetNamespacePipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetNamespacePipelineReleaseRequest) GetNamespaceId() string
- func (x *GetNamespacePipelineReleaseRequest) GetPipelineId() string
- func (x *GetNamespacePipelineReleaseRequest) GetReleaseId() string
- func (x *GetNamespacePipelineReleaseRequest) GetView() Pipeline_View
- func (*GetNamespacePipelineReleaseRequest) ProtoMessage()
- func (x *GetNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *GetNamespacePipelineReleaseRequest) Reset()
- func (x *GetNamespacePipelineReleaseRequest) String() string
- type GetNamespacePipelineReleaseResponse
- func (*GetNamespacePipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNamespacePipelineReleaseResponse) GetRelease() *PipelineRelease
- func (*GetNamespacePipelineReleaseResponse) ProtoMessage()
- func (x *GetNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *GetNamespacePipelineReleaseResponse) Reset()
- func (x *GetNamespacePipelineReleaseResponse) String() string
- type GetNamespacePipelineRequest
- func (*GetNamespacePipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetNamespacePipelineRequest) GetNamespaceId() string
- func (x *GetNamespacePipelineRequest) GetPipelineId() string
- func (x *GetNamespacePipelineRequest) GetView() Pipeline_View
- func (*GetNamespacePipelineRequest) ProtoMessage()
- func (x *GetNamespacePipelineRequest) ProtoReflect() protoreflect.Message
- func (x *GetNamespacePipelineRequest) Reset()
- func (x *GetNamespacePipelineRequest) String() string
- type GetNamespacePipelineResponse
- func (*GetNamespacePipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNamespacePipelineResponse) GetPipeline() *Pipeline
- func (*GetNamespacePipelineResponse) ProtoMessage()
- func (x *GetNamespacePipelineResponse) ProtoReflect() protoreflect.Message
- func (x *GetNamespacePipelineResponse) Reset()
- func (x *GetNamespacePipelineResponse) String() string
- type GetNamespaceSecretRequest
- func (*GetNamespaceSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetNamespaceSecretRequest) GetNamespaceId() string
- func (x *GetNamespaceSecretRequest) GetSecretId() string
- func (*GetNamespaceSecretRequest) ProtoMessage()
- func (x *GetNamespaceSecretRequest) ProtoReflect() protoreflect.Message
- func (x *GetNamespaceSecretRequest) Reset()
- func (x *GetNamespaceSecretRequest) String() string
- type GetNamespaceSecretResponse
- func (*GetNamespaceSecretResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNamespaceSecretResponse) GetSecret() *Secret
- func (*GetNamespaceSecretResponse) ProtoMessage()
- func (x *GetNamespaceSecretResponse) ProtoReflect() protoreflect.Message
- func (x *GetNamespaceSecretResponse) Reset()
- func (x *GetNamespaceSecretResponse) String() string
- type GetOperationRequest
- func (*GetOperationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOperationRequest) GetOperationId() string
- func (*GetOperationRequest) ProtoMessage()
- func (x *GetOperationRequest) ProtoReflect() protoreflect.Message
- func (x *GetOperationRequest) Reset()
- func (x *GetOperationRequest) String() string
- type GetOperationResponse
- func (*GetOperationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOperationResponse) GetOperation() *longrunningpb.Operation
- func (*GetOperationResponse) ProtoMessage()
- func (x *GetOperationResponse) ProtoReflect() protoreflect.Message
- func (x *GetOperationResponse) Reset()
- func (x *GetOperationResponse) String() string
- type GetOrganizationPipelineReleaseRequest
- func (*GetOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationPipelineReleaseRequest) GetName() string
- func (x *GetOrganizationPipelineReleaseRequest) GetView() Pipeline_View
- func (*GetOrganizationPipelineReleaseRequest) ProtoMessage()
- func (x *GetOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationPipelineReleaseRequest) Reset()
- func (x *GetOrganizationPipelineReleaseRequest) String() string
- type GetOrganizationPipelineReleaseResponse
- func (*GetOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationPipelineReleaseResponse) GetRelease() *PipelineRelease
- func (*GetOrganizationPipelineReleaseResponse) ProtoMessage()
- func (x *GetOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationPipelineReleaseResponse) Reset()
- func (x *GetOrganizationPipelineReleaseResponse) String() string
- type GetOrganizationPipelineRequest
- func (*GetOrganizationPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationPipelineRequest) GetName() string
- func (x *GetOrganizationPipelineRequest) GetView() Pipeline_View
- func (*GetOrganizationPipelineRequest) ProtoMessage()
- func (x *GetOrganizationPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationPipelineRequest) Reset()
- func (x *GetOrganizationPipelineRequest) String() string
- type GetOrganizationPipelineResponse
- func (*GetOrganizationPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationPipelineResponse) GetPipeline() *Pipeline
- func (*GetOrganizationPipelineResponse) ProtoMessage()
- func (x *GetOrganizationPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationPipelineResponse) Reset()
- func (x *GetOrganizationPipelineResponse) String() string
- type GetOrganizationSecretRequest
- func (*GetOrganizationSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationSecretRequest) GetName() string
- func (*GetOrganizationSecretRequest) ProtoMessage()
- func (x *GetOrganizationSecretRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationSecretRequest) Reset()
- func (x *GetOrganizationSecretRequest) String() string
- type GetOrganizationSecretResponse
- func (*GetOrganizationSecretResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationSecretResponse) GetSecret() *Secret
- func (*GetOrganizationSecretResponse) ProtoMessage()
- func (x *GetOrganizationSecretResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationSecretResponse) Reset()
- func (x *GetOrganizationSecretResponse) String() string
- type GetUserPipelineReleaseRequest
- func (*GetUserPipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserPipelineReleaseRequest) GetName() string
- func (x *GetUserPipelineReleaseRequest) GetView() Pipeline_View
- func (*GetUserPipelineReleaseRequest) ProtoMessage()
- func (x *GetUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserPipelineReleaseRequest) Reset()
- func (x *GetUserPipelineReleaseRequest) String() string
- type GetUserPipelineReleaseResponse
- func (*GetUserPipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserPipelineReleaseResponse) GetRelease() *PipelineRelease
- func (*GetUserPipelineReleaseResponse) ProtoMessage()
- func (x *GetUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserPipelineReleaseResponse) Reset()
- func (x *GetUserPipelineReleaseResponse) String() string
- type GetUserPipelineRequest
- func (*GetUserPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserPipelineRequest) GetName() string
- func (x *GetUserPipelineRequest) GetView() Pipeline_View
- func (*GetUserPipelineRequest) ProtoMessage()
- func (x *GetUserPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserPipelineRequest) Reset()
- func (x *GetUserPipelineRequest) String() string
- type GetUserPipelineResponse
- func (*GetUserPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserPipelineResponse) GetPipeline() *Pipeline
- func (*GetUserPipelineResponse) ProtoMessage()
- func (x *GetUserPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserPipelineResponse) Reset()
- func (x *GetUserPipelineResponse) String() string
- type GetUserSecretRequest
- func (*GetUserSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSecretRequest) GetName() string
- func (*GetUserSecretRequest) ProtoMessage()
- func (x *GetUserSecretRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserSecretRequest) Reset()
- func (x *GetUserSecretRequest) String() string
- type GetUserSecretResponse
- func (*GetUserSecretResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSecretResponse) GetSecret() *Secret
- func (*GetUserSecretResponse) ProtoMessage()
- func (x *GetUserSecretResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserSecretResponse) Reset()
- func (x *GetUserSecretResponse) String() string
- type HandleNamespacePipelineReleaseWebhookEventRequest
- func (*HandleNamespacePipelineReleaseWebhookEventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *HandleNamespacePipelineReleaseWebhookEventRequest) GetCode() string
- func (x *HandleNamespacePipelineReleaseWebhookEventRequest) GetData() *structpb.Struct
- func (x *HandleNamespacePipelineReleaseWebhookEventRequest) GetEvent() string
- func (x *HandleNamespacePipelineReleaseWebhookEventRequest) GetNamespaceId() string
- func (x *HandleNamespacePipelineReleaseWebhookEventRequest) GetPipelineId() string
- func (x *HandleNamespacePipelineReleaseWebhookEventRequest) GetReleaseId() string
- func (*HandleNamespacePipelineReleaseWebhookEventRequest) ProtoMessage()
- func (x *HandleNamespacePipelineReleaseWebhookEventRequest) ProtoReflect() protoreflect.Message
- func (x *HandleNamespacePipelineReleaseWebhookEventRequest) Reset()
- func (x *HandleNamespacePipelineReleaseWebhookEventRequest) String() string
- type HandleNamespacePipelineReleaseWebhookEventResponse
- func (*HandleNamespacePipelineReleaseWebhookEventResponse) Descriptor() ([]byte, []int)deprecated
- func (x *HandleNamespacePipelineReleaseWebhookEventResponse) GetData() *structpb.Struct
- func (*HandleNamespacePipelineReleaseWebhookEventResponse) ProtoMessage()
- func (x *HandleNamespacePipelineReleaseWebhookEventResponse) ProtoReflect() protoreflect.Message
- func (x *HandleNamespacePipelineReleaseWebhookEventResponse) Reset()
- func (x *HandleNamespacePipelineReleaseWebhookEventResponse) String() string
- type HandleNamespacePipelineWebhookEventRequest
- func (*HandleNamespacePipelineWebhookEventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *HandleNamespacePipelineWebhookEventRequest) GetCode() string
- func (x *HandleNamespacePipelineWebhookEventRequest) GetData() *structpb.Struct
- func (x *HandleNamespacePipelineWebhookEventRequest) GetEvent() string
- func (x *HandleNamespacePipelineWebhookEventRequest) GetNamespaceId() string
- func (x *HandleNamespacePipelineWebhookEventRequest) GetPipelineId() string
- func (*HandleNamespacePipelineWebhookEventRequest) ProtoMessage()
- func (x *HandleNamespacePipelineWebhookEventRequest) ProtoReflect() protoreflect.Message
- func (x *HandleNamespacePipelineWebhookEventRequest) Reset()
- func (x *HandleNamespacePipelineWebhookEventRequest) String() string
- type HandleNamespacePipelineWebhookEventResponse
- func (*HandleNamespacePipelineWebhookEventResponse) Descriptor() ([]byte, []int)deprecated
- func (x *HandleNamespacePipelineWebhookEventResponse) GetData() *structpb.Struct
- func (*HandleNamespacePipelineWebhookEventResponse) ProtoMessage()
- func (x *HandleNamespacePipelineWebhookEventResponse) ProtoReflect() protoreflect.Message
- func (x *HandleNamespacePipelineWebhookEventResponse) Reset()
- func (x *HandleNamespacePipelineWebhookEventResponse) String() string
- type Integration
- func (*Integration) Descriptor() ([]byte, []int)deprecated
- func (x *Integration) GetDescription() string
- func (x *Integration) GetHelpLink() *Integration_Link
- func (x *Integration) GetIcon() string
- func (x *Integration) GetId() string
- func (x *Integration) GetOAuthConfig() *Integration_OAuthConfig
- func (x *Integration) GetSetupSchema() *structpb.Struct
- func (x *Integration) GetTitle() string
- func (x *Integration) GetUid() string
- func (x *Integration) GetVendor() string
- func (x *Integration) GetView() View
- func (*Integration) ProtoMessage()
- func (x *Integration) ProtoReflect() protoreflect.Message
- func (x *Integration) Reset()
- func (x *Integration) String() string
- type Integration_Link
- func (*Integration_Link) Descriptor() ([]byte, []int)deprecated
- func (x *Integration_Link) GetText() string
- func (x *Integration_Link) GetUrl() string
- func (*Integration_Link) ProtoMessage()
- func (x *Integration_Link) ProtoReflect() protoreflect.Message
- func (x *Integration_Link) Reset()
- func (x *Integration_Link) String() string
- type Integration_OAuthConfig
- func (*Integration_OAuthConfig) Descriptor() ([]byte, []int)deprecated
- func (x *Integration_OAuthConfig) GetAccessUrl() string
- func (x *Integration_OAuthConfig) GetAuthUrl() string
- func (x *Integration_OAuthConfig) GetScopes() []string
- func (*Integration_OAuthConfig) ProtoMessage()
- func (x *Integration_OAuthConfig) ProtoReflect() protoreflect.Message
- func (x *Integration_OAuthConfig) Reset()
- func (x *Integration_OAuthConfig) String() string
- type ListComponentDefinitionsRequest
- func (*ListComponentDefinitionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListComponentDefinitionsRequest) GetFilter() string
- func (x *ListComponentDefinitionsRequest) GetPage() int32
- func (x *ListComponentDefinitionsRequest) GetPageSize() int32
- func (x *ListComponentDefinitionsRequest) GetView() ComponentDefinition_View
- func (*ListComponentDefinitionsRequest) ProtoMessage()
- func (x *ListComponentDefinitionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListComponentDefinitionsRequest) Reset()
- func (x *ListComponentDefinitionsRequest) String() string
- type ListComponentDefinitionsResponse
- func (*ListComponentDefinitionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListComponentDefinitionsResponse) GetComponentDefinitions() []*ComponentDefinition
- func (x *ListComponentDefinitionsResponse) GetPage() int32
- func (x *ListComponentDefinitionsResponse) GetPageSize() int32
- func (x *ListComponentDefinitionsResponse) GetTotalSize() int32
- func (*ListComponentDefinitionsResponse) ProtoMessage()
- func (x *ListComponentDefinitionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListComponentDefinitionsResponse) Reset()
- func (x *ListComponentDefinitionsResponse) String() string
- type ListComponentRunsRequest
- func (*ListComponentRunsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListComponentRunsRequest) GetFilter() string
- func (x *ListComponentRunsRequest) GetOrderBy() string
- func (x *ListComponentRunsRequest) GetPage() int32
- func (x *ListComponentRunsRequest) GetPageSize() int32
- func (x *ListComponentRunsRequest) GetPipelineRunId() string
- func (x *ListComponentRunsRequest) GetView() Pipeline_View
- func (*ListComponentRunsRequest) ProtoMessage()
- func (x *ListComponentRunsRequest) ProtoReflect() protoreflect.Message
- func (x *ListComponentRunsRequest) Reset()
- func (x *ListComponentRunsRequest) String() string
- type ListComponentRunsResponse
- func (*ListComponentRunsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListComponentRunsResponse) GetComponentRuns() []*ComponentRun
- func (x *ListComponentRunsResponse) GetPage() int32
- func (x *ListComponentRunsResponse) GetPageSize() int32
- func (x *ListComponentRunsResponse) GetTotalSize() int32
- func (*ListComponentRunsResponse) ProtoMessage()
- func (x *ListComponentRunsResponse) ProtoReflect() protoreflect.Message
- func (x *ListComponentRunsResponse) Reset()
- func (x *ListComponentRunsResponse) String() string
- type ListIntegrationsRequest
- func (*ListIntegrationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListIntegrationsRequest) GetFilter() string
- func (x *ListIntegrationsRequest) GetPageSize() int32
- func (x *ListIntegrationsRequest) GetPageToken() string
- func (*ListIntegrationsRequest) ProtoMessage()
- func (x *ListIntegrationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListIntegrationsRequest) Reset()
- func (x *ListIntegrationsRequest) String() string
- type ListIntegrationsResponse
- func (*ListIntegrationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListIntegrationsResponse) GetIntegrations() []*Integration
- func (x *ListIntegrationsResponse) GetNextPageToken() string
- func (x *ListIntegrationsResponse) GetTotalSize() int32
- func (*ListIntegrationsResponse) ProtoMessage()
- func (x *ListIntegrationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListIntegrationsResponse) Reset()
- func (x *ListIntegrationsResponse) String() string
- type ListNamespaceConnectionsRequest
- func (*ListNamespaceConnectionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListNamespaceConnectionsRequest) GetFilter() string
- func (x *ListNamespaceConnectionsRequest) GetNamespaceId() string
- func (x *ListNamespaceConnectionsRequest) GetPageSize() int32
- func (x *ListNamespaceConnectionsRequest) GetPageToken() string
- func (*ListNamespaceConnectionsRequest) ProtoMessage()
- func (x *ListNamespaceConnectionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListNamespaceConnectionsRequest) Reset()
- func (x *ListNamespaceConnectionsRequest) String() string
- type ListNamespaceConnectionsResponse
- func (*ListNamespaceConnectionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListNamespaceConnectionsResponse) GetConnections() []*Connection
- func (x *ListNamespaceConnectionsResponse) GetNextPageToken() string
- func (x *ListNamespaceConnectionsResponse) GetTotalSize() int32
- func (*ListNamespaceConnectionsResponse) ProtoMessage()
- func (x *ListNamespaceConnectionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListNamespaceConnectionsResponse) Reset()
- func (x *ListNamespaceConnectionsResponse) String() string
- type ListNamespacePipelineReleasesRequest
- func (*ListNamespacePipelineReleasesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListNamespacePipelineReleasesRequest) GetFilter() string
- func (x *ListNamespacePipelineReleasesRequest) GetNamespaceId() string
- func (x *ListNamespacePipelineReleasesRequest) GetPageSize() int32
- func (x *ListNamespacePipelineReleasesRequest) GetPageToken() string
- func (x *ListNamespacePipelineReleasesRequest) GetPipelineId() string
- func (x *ListNamespacePipelineReleasesRequest) GetShowDeleted() bool
- func (x *ListNamespacePipelineReleasesRequest) GetView() Pipeline_View
- func (*ListNamespacePipelineReleasesRequest) ProtoMessage()
- func (x *ListNamespacePipelineReleasesRequest) ProtoReflect() protoreflect.Message
- func (x *ListNamespacePipelineReleasesRequest) Reset()
- func (x *ListNamespacePipelineReleasesRequest) String() string
- type ListNamespacePipelineReleasesResponse
- func (*ListNamespacePipelineReleasesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListNamespacePipelineReleasesResponse) GetNextPageToken() string
- func (x *ListNamespacePipelineReleasesResponse) GetReleases() []*PipelineRelease
- func (x *ListNamespacePipelineReleasesResponse) GetTotalSize() int32
- func (*ListNamespacePipelineReleasesResponse) ProtoMessage()
- func (x *ListNamespacePipelineReleasesResponse) ProtoReflect() protoreflect.Message
- func (x *ListNamespacePipelineReleasesResponse) Reset()
- func (x *ListNamespacePipelineReleasesResponse) String() string
- type ListNamespacePipelinesRequest
- func (*ListNamespacePipelinesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListNamespacePipelinesRequest) GetFilter() string
- func (x *ListNamespacePipelinesRequest) GetNamespaceId() string
- func (x *ListNamespacePipelinesRequest) GetOrderBy() string
- func (x *ListNamespacePipelinesRequest) GetPageSize() int32
- func (x *ListNamespacePipelinesRequest) GetPageToken() string
- func (x *ListNamespacePipelinesRequest) GetShowDeleted() bool
- func (x *ListNamespacePipelinesRequest) GetView() Pipeline_View
- func (x *ListNamespacePipelinesRequest) GetVisibility() Pipeline_Visibility
- func (*ListNamespacePipelinesRequest) ProtoMessage()
- func (x *ListNamespacePipelinesRequest) ProtoReflect() protoreflect.Message
- func (x *ListNamespacePipelinesRequest) Reset()
- func (x *ListNamespacePipelinesRequest) String() string
- type ListNamespacePipelinesResponse
- func (*ListNamespacePipelinesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListNamespacePipelinesResponse) GetNextPageToken() string
- func (x *ListNamespacePipelinesResponse) GetPipelines() []*Pipeline
- func (x *ListNamespacePipelinesResponse) GetTotalSize() int32
- func (*ListNamespacePipelinesResponse) ProtoMessage()
- func (x *ListNamespacePipelinesResponse) ProtoReflect() protoreflect.Message
- func (x *ListNamespacePipelinesResponse) Reset()
- func (x *ListNamespacePipelinesResponse) String() string
- type ListNamespaceSecretsRequest
- func (*ListNamespaceSecretsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListNamespaceSecretsRequest) GetNamespaceId() string
- func (x *ListNamespaceSecretsRequest) GetPageSize() int32
- func (x *ListNamespaceSecretsRequest) GetPageToken() string
- func (*ListNamespaceSecretsRequest) ProtoMessage()
- func (x *ListNamespaceSecretsRequest) ProtoReflect() protoreflect.Message
- func (x *ListNamespaceSecretsRequest) Reset()
- func (x *ListNamespaceSecretsRequest) String() string
- type ListNamespaceSecretsResponse
- func (*ListNamespaceSecretsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListNamespaceSecretsResponse) GetNextPageToken() string
- func (x *ListNamespaceSecretsResponse) GetSecrets() []*Secret
- func (x *ListNamespaceSecretsResponse) GetTotalSize() int32
- func (*ListNamespaceSecretsResponse) ProtoMessage()
- func (x *ListNamespaceSecretsResponse) ProtoReflect() protoreflect.Message
- func (x *ListNamespaceSecretsResponse) Reset()
- func (x *ListNamespaceSecretsResponse) String() string
- type ListOrganizationPipelineReleasesRequest
- func (*ListOrganizationPipelineReleasesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationPipelineReleasesRequest) GetFilter() string
- func (x *ListOrganizationPipelineReleasesRequest) GetPageSize() int32
- func (x *ListOrganizationPipelineReleasesRequest) GetPageToken() string
- func (x *ListOrganizationPipelineReleasesRequest) GetParent() string
- func (x *ListOrganizationPipelineReleasesRequest) GetShowDeleted() bool
- func (x *ListOrganizationPipelineReleasesRequest) GetView() Pipeline_View
- func (*ListOrganizationPipelineReleasesRequest) ProtoMessage()
- func (x *ListOrganizationPipelineReleasesRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationPipelineReleasesRequest) Reset()
- func (x *ListOrganizationPipelineReleasesRequest) String() string
- type ListOrganizationPipelineReleasesResponse
- func (*ListOrganizationPipelineReleasesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationPipelineReleasesResponse) GetNextPageToken() string
- func (x *ListOrganizationPipelineReleasesResponse) GetReleases() []*PipelineRelease
- func (x *ListOrganizationPipelineReleasesResponse) GetTotalSize() int32
- func (*ListOrganizationPipelineReleasesResponse) ProtoMessage()
- func (x *ListOrganizationPipelineReleasesResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationPipelineReleasesResponse) Reset()
- func (x *ListOrganizationPipelineReleasesResponse) String() string
- type ListOrganizationPipelinesRequest
- func (*ListOrganizationPipelinesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationPipelinesRequest) GetFilter() string
- func (x *ListOrganizationPipelinesRequest) GetOrderBy() string
- func (x *ListOrganizationPipelinesRequest) GetPageSize() int32
- func (x *ListOrganizationPipelinesRequest) GetPageToken() string
- func (x *ListOrganizationPipelinesRequest) GetParent() string
- func (x *ListOrganizationPipelinesRequest) GetShowDeleted() bool
- func (x *ListOrganizationPipelinesRequest) GetView() Pipeline_View
- func (x *ListOrganizationPipelinesRequest) GetVisibility() Pipeline_Visibility
- func (*ListOrganizationPipelinesRequest) ProtoMessage()
- func (x *ListOrganizationPipelinesRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationPipelinesRequest) Reset()
- func (x *ListOrganizationPipelinesRequest) String() string
- type ListOrganizationPipelinesResponse
- func (*ListOrganizationPipelinesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationPipelinesResponse) GetNextPageToken() string
- func (x *ListOrganizationPipelinesResponse) GetPipelines() []*Pipeline
- func (x *ListOrganizationPipelinesResponse) GetTotalSize() int32
- func (*ListOrganizationPipelinesResponse) ProtoMessage()
- func (x *ListOrganizationPipelinesResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationPipelinesResponse) Reset()
- func (x *ListOrganizationPipelinesResponse) String() string
- type ListOrganizationSecretsRequest
- func (*ListOrganizationSecretsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationSecretsRequest) GetPageSize() int32
- func (x *ListOrganizationSecretsRequest) GetPageToken() string
- func (x *ListOrganizationSecretsRequest) GetParent() string
- func (*ListOrganizationSecretsRequest) ProtoMessage()
- func (x *ListOrganizationSecretsRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationSecretsRequest) Reset()
- func (x *ListOrganizationSecretsRequest) String() string
- type ListOrganizationSecretsResponse
- func (*ListOrganizationSecretsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationSecretsResponse) GetNextPageToken() string
- func (x *ListOrganizationSecretsResponse) GetSecrets() []*Secret
- func (x *ListOrganizationSecretsResponse) GetTotalSize() int32
- func (*ListOrganizationSecretsResponse) ProtoMessage()
- func (x *ListOrganizationSecretsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationSecretsResponse) Reset()
- func (x *ListOrganizationSecretsResponse) String() string
- type ListPipelineIDsByConnectionIDRequest
- func (*ListPipelineIDsByConnectionIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelineIDsByConnectionIDRequest) GetConnectionId() string
- func (x *ListPipelineIDsByConnectionIDRequest) GetFilter() string
- func (x *ListPipelineIDsByConnectionIDRequest) GetNamespaceId() string
- func (x *ListPipelineIDsByConnectionIDRequest) GetPageSize() int32
- func (x *ListPipelineIDsByConnectionIDRequest) GetPageToken() string
- func (*ListPipelineIDsByConnectionIDRequest) ProtoMessage()
- func (x *ListPipelineIDsByConnectionIDRequest) ProtoReflect() protoreflect.Message
- func (x *ListPipelineIDsByConnectionIDRequest) Reset()
- func (x *ListPipelineIDsByConnectionIDRequest) String() string
- type ListPipelineIDsByConnectionIDResponse
- func (*ListPipelineIDsByConnectionIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelineIDsByConnectionIDResponse) GetNextPageToken() string
- func (x *ListPipelineIDsByConnectionIDResponse) GetPipelineIds() []string
- func (x *ListPipelineIDsByConnectionIDResponse) GetTotalSize() int32
- func (*ListPipelineIDsByConnectionIDResponse) ProtoMessage()
- func (x *ListPipelineIDsByConnectionIDResponse) ProtoReflect() protoreflect.Message
- func (x *ListPipelineIDsByConnectionIDResponse) Reset()
- func (x *ListPipelineIDsByConnectionIDResponse) String() string
- type ListPipelineReleasesAdminRequest
- func (*ListPipelineReleasesAdminRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelineReleasesAdminRequest) GetFilter() string
- func (x *ListPipelineReleasesAdminRequest) GetPageSize() int32
- func (x *ListPipelineReleasesAdminRequest) GetPageToken() string
- func (x *ListPipelineReleasesAdminRequest) GetShowDeleted() bool
- func (x *ListPipelineReleasesAdminRequest) GetView() Pipeline_View
- func (*ListPipelineReleasesAdminRequest) ProtoMessage()
- func (x *ListPipelineReleasesAdminRequest) ProtoReflect() protoreflect.Message
- func (x *ListPipelineReleasesAdminRequest) Reset()
- func (x *ListPipelineReleasesAdminRequest) String() string
- type ListPipelineReleasesAdminResponse
- func (*ListPipelineReleasesAdminResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelineReleasesAdminResponse) GetNextPageToken() string
- func (x *ListPipelineReleasesAdminResponse) GetReleases() []*PipelineRelease
- func (x *ListPipelineReleasesAdminResponse) GetTotalSize() int32
- func (*ListPipelineReleasesAdminResponse) ProtoMessage()
- func (x *ListPipelineReleasesAdminResponse) ProtoReflect() protoreflect.Message
- func (x *ListPipelineReleasesAdminResponse) Reset()
- func (x *ListPipelineReleasesAdminResponse) String() string
- type ListPipelineRunsByRequesterRequest
- func (*ListPipelineRunsByRequesterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelineRunsByRequesterRequest) GetFilter() string
- func (x *ListPipelineRunsByRequesterRequest) GetOrderBy() string
- func (x *ListPipelineRunsByRequesterRequest) GetPage() int32
- func (x *ListPipelineRunsByRequesterRequest) GetPageSize() int32
- func (x *ListPipelineRunsByRequesterRequest) GetRequesterId() string
- func (x *ListPipelineRunsByRequesterRequest) GetStart() *timestamppb.Timestamp
- func (x *ListPipelineRunsByRequesterRequest) GetStop() *timestamppb.Timestamp
- func (*ListPipelineRunsByRequesterRequest) ProtoMessage()
- func (x *ListPipelineRunsByRequesterRequest) ProtoReflect() protoreflect.Message
- func (x *ListPipelineRunsByRequesterRequest) Reset()
- func (x *ListPipelineRunsByRequesterRequest) String() string
- type ListPipelineRunsByRequesterResponse
- func (*ListPipelineRunsByRequesterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelineRunsByRequesterResponse) GetPage() int32
- func (x *ListPipelineRunsByRequesterResponse) GetPageSize() int32
- func (x *ListPipelineRunsByRequesterResponse) GetPipelineRuns() []*PipelineRun
- func (x *ListPipelineRunsByRequesterResponse) GetTotalSize() int32
- func (*ListPipelineRunsByRequesterResponse) ProtoMessage()
- func (x *ListPipelineRunsByRequesterResponse) ProtoReflect() protoreflect.Message
- func (x *ListPipelineRunsByRequesterResponse) Reset()
- func (x *ListPipelineRunsByRequesterResponse) String() string
- type ListPipelineRunsRequest
- func (*ListPipelineRunsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelineRunsRequest) GetFilter() string
- func (x *ListPipelineRunsRequest) GetNamespaceId() string
- func (x *ListPipelineRunsRequest) GetOrderBy() string
- func (x *ListPipelineRunsRequest) GetPage() int32
- func (x *ListPipelineRunsRequest) GetPageSize() int32
- func (x *ListPipelineRunsRequest) GetPipelineId() string
- func (*ListPipelineRunsRequest) ProtoMessage()
- func (x *ListPipelineRunsRequest) ProtoReflect() protoreflect.Message
- func (x *ListPipelineRunsRequest) Reset()
- func (x *ListPipelineRunsRequest) String() string
- type ListPipelineRunsResponse
- func (*ListPipelineRunsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelineRunsResponse) GetPage() int32
- func (x *ListPipelineRunsResponse) GetPageSize() int32
- func (x *ListPipelineRunsResponse) GetPipelineRuns() []*PipelineRun
- func (x *ListPipelineRunsResponse) GetTotalSize() int32
- func (*ListPipelineRunsResponse) ProtoMessage()
- func (x *ListPipelineRunsResponse) ProtoReflect() protoreflect.Message
- func (x *ListPipelineRunsResponse) Reset()
- func (x *ListPipelineRunsResponse) String() string
- type ListPipelinesAdminRequest
- func (*ListPipelinesAdminRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelinesAdminRequest) GetFilter() string
- func (x *ListPipelinesAdminRequest) GetPageSize() int32
- func (x *ListPipelinesAdminRequest) GetPageToken() string
- func (x *ListPipelinesAdminRequest) GetShowDeleted() bool
- func (x *ListPipelinesAdminRequest) GetView() Pipeline_View
- func (*ListPipelinesAdminRequest) ProtoMessage()
- func (x *ListPipelinesAdminRequest) ProtoReflect() protoreflect.Message
- func (x *ListPipelinesAdminRequest) Reset()
- func (x *ListPipelinesAdminRequest) String() string
- type ListPipelinesAdminResponse
- func (*ListPipelinesAdminResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelinesAdminResponse) GetNextPageToken() string
- func (x *ListPipelinesAdminResponse) GetPipelines() []*Pipeline
- func (x *ListPipelinesAdminResponse) GetTotalSize() int32
- func (*ListPipelinesAdminResponse) ProtoMessage()
- func (x *ListPipelinesAdminResponse) ProtoReflect() protoreflect.Message
- func (x *ListPipelinesAdminResponse) Reset()
- func (x *ListPipelinesAdminResponse) String() string
- type ListPipelinesRequest
- func (*ListPipelinesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelinesRequest) GetFilter() string
- func (x *ListPipelinesRequest) GetOrderBy() string
- func (x *ListPipelinesRequest) GetPageSize() int32
- func (x *ListPipelinesRequest) GetPageToken() string
- func (x *ListPipelinesRequest) GetShowDeleted() bool
- func (x *ListPipelinesRequest) GetView() Pipeline_View
- func (x *ListPipelinesRequest) GetVisibility() Pipeline_Visibility
- func (*ListPipelinesRequest) ProtoMessage()
- func (x *ListPipelinesRequest) ProtoReflect() protoreflect.Message
- func (x *ListPipelinesRequest) Reset()
- func (x *ListPipelinesRequest) String() string
- type ListPipelinesResponse
- func (*ListPipelinesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelinesResponse) GetNextPageToken() string
- func (x *ListPipelinesResponse) GetPipelines() []*Pipeline
- func (x *ListPipelinesResponse) GetTotalSize() int32
- func (*ListPipelinesResponse) ProtoMessage()
- func (x *ListPipelinesResponse) ProtoReflect() protoreflect.Message
- func (x *ListPipelinesResponse) Reset()
- func (x *ListPipelinesResponse) String() string
- type ListUserPipelineReleasesRequest
- func (*ListUserPipelineReleasesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserPipelineReleasesRequest) GetFilter() string
- func (x *ListUserPipelineReleasesRequest) GetPageSize() int32
- func (x *ListUserPipelineReleasesRequest) GetPageToken() string
- func (x *ListUserPipelineReleasesRequest) GetParent() string
- func (x *ListUserPipelineReleasesRequest) GetShowDeleted() bool
- func (x *ListUserPipelineReleasesRequest) GetView() Pipeline_View
- func (*ListUserPipelineReleasesRequest) ProtoMessage()
- func (x *ListUserPipelineReleasesRequest) ProtoReflect() protoreflect.Message
- func (x *ListUserPipelineReleasesRequest) Reset()
- func (x *ListUserPipelineReleasesRequest) String() string
- type ListUserPipelineReleasesResponse
- func (*ListUserPipelineReleasesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserPipelineReleasesResponse) GetNextPageToken() string
- func (x *ListUserPipelineReleasesResponse) GetReleases() []*PipelineRelease
- func (x *ListUserPipelineReleasesResponse) GetTotalSize() int32
- func (*ListUserPipelineReleasesResponse) ProtoMessage()
- func (x *ListUserPipelineReleasesResponse) ProtoReflect() protoreflect.Message
- func (x *ListUserPipelineReleasesResponse) Reset()
- func (x *ListUserPipelineReleasesResponse) String() string
- type ListUserPipelinesRequest
- func (*ListUserPipelinesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserPipelinesRequest) GetFilter() string
- func (x *ListUserPipelinesRequest) GetOrderBy() string
- func (x *ListUserPipelinesRequest) GetPageSize() int32
- func (x *ListUserPipelinesRequest) GetPageToken() string
- func (x *ListUserPipelinesRequest) GetParent() string
- func (x *ListUserPipelinesRequest) GetShowDeleted() bool
- func (x *ListUserPipelinesRequest) GetView() Pipeline_View
- func (x *ListUserPipelinesRequest) GetVisibility() Pipeline_Visibility
- func (*ListUserPipelinesRequest) ProtoMessage()
- func (x *ListUserPipelinesRequest) ProtoReflect() protoreflect.Message
- func (x *ListUserPipelinesRequest) Reset()
- func (x *ListUserPipelinesRequest) String() string
- type ListUserPipelinesResponse
- func (*ListUserPipelinesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserPipelinesResponse) GetNextPageToken() string
- func (x *ListUserPipelinesResponse) GetPipelines() []*Pipeline
- func (x *ListUserPipelinesResponse) GetTotalSize() int32
- func (*ListUserPipelinesResponse) ProtoMessage()
- func (x *ListUserPipelinesResponse) ProtoReflect() protoreflect.Message
- func (x *ListUserPipelinesResponse) Reset()
- func (x *ListUserPipelinesResponse) String() string
- type ListUserSecretsRequest
- func (*ListUserSecretsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserSecretsRequest) GetPageSize() int32
- func (x *ListUserSecretsRequest) GetPageToken() string
- func (x *ListUserSecretsRequest) GetParent() string
- func (*ListUserSecretsRequest) ProtoMessage()
- func (x *ListUserSecretsRequest) ProtoReflect() protoreflect.Message
- func (x *ListUserSecretsRequest) Reset()
- func (x *ListUserSecretsRequest) String() string
- type ListUserSecretsResponse
- func (*ListUserSecretsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserSecretsResponse) GetNextPageToken() string
- func (x *ListUserSecretsResponse) GetSecrets() []*Secret
- func (x *ListUserSecretsResponse) GetTotalSize() int32
- func (*ListUserSecretsResponse) ProtoMessage()
- func (x *ListUserSecretsResponse) ProtoReflect() protoreflect.Message
- func (x *ListUserSecretsResponse) Reset()
- func (x *ListUserSecretsResponse) String() string
- type LivenessRequest
- func (*LivenessRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LivenessRequest) GetHealthCheckRequest() *v1beta.HealthCheckRequest
- func (*LivenessRequest) ProtoMessage()
- func (x *LivenessRequest) ProtoReflect() protoreflect.Message
- func (x *LivenessRequest) Reset()
- func (x *LivenessRequest) String() string
- type LivenessResponse
- func (*LivenessResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LivenessResponse) GetHealthCheckResponse() *v1beta.HealthCheckResponse
- func (*LivenessResponse) ProtoMessage()
- func (x *LivenessResponse) ProtoReflect() protoreflect.Message
- func (x *LivenessResponse) Reset()
- func (x *LivenessResponse) String() string
- type LookUpConnectionAdminRequest
- func (*LookUpConnectionAdminRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LookUpConnectionAdminRequest) GetUid() string
- func (x *LookUpConnectionAdminRequest) GetView() View
- func (*LookUpConnectionAdminRequest) ProtoMessage()
- func (x *LookUpConnectionAdminRequest) ProtoReflect() protoreflect.Message
- func (x *LookUpConnectionAdminRequest) Reset()
- func (x *LookUpConnectionAdminRequest) String() string
- type LookUpConnectionAdminResponse
- func (*LookUpConnectionAdminResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LookUpConnectionAdminResponse) GetConnection() *Connection
- func (*LookUpConnectionAdminResponse) ProtoMessage()
- func (x *LookUpConnectionAdminResponse) ProtoReflect() protoreflect.Message
- func (x *LookUpConnectionAdminResponse) Reset()
- func (x *LookUpConnectionAdminResponse) String() string
- type LookUpPipelineAdminRequest
- func (*LookUpPipelineAdminRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LookUpPipelineAdminRequest) GetPermalink() string
- func (x *LookUpPipelineAdminRequest) GetView() Pipeline_View
- func (*LookUpPipelineAdminRequest) ProtoMessage()
- func (x *LookUpPipelineAdminRequest) ProtoReflect() protoreflect.Message
- func (x *LookUpPipelineAdminRequest) Reset()
- func (x *LookUpPipelineAdminRequest) String() string
- type LookUpPipelineAdminResponse
- func (*LookUpPipelineAdminResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LookUpPipelineAdminResponse) GetPipeline() *Pipeline
- func (*LookUpPipelineAdminResponse) ProtoMessage()
- func (x *LookUpPipelineAdminResponse) ProtoReflect() protoreflect.Message
- func (x *LookUpPipelineAdminResponse) Reset()
- func (x *LookUpPipelineAdminResponse) String() string
- type LookUpPipelineRequest
- func (*LookUpPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LookUpPipelineRequest) GetPermalink() string
- func (x *LookUpPipelineRequest) GetView() Pipeline_View
- func (*LookUpPipelineRequest) ProtoMessage()
- func (x *LookUpPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *LookUpPipelineRequest) Reset()
- func (x *LookUpPipelineRequest) String() string
- type LookUpPipelineResponse
- func (*LookUpPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LookUpPipelineResponse) GetPipeline() *Pipeline
- func (*LookUpPipelineResponse) ProtoMessage()
- func (x *LookUpPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *LookUpPipelineResponse) Reset()
- func (x *LookUpPipelineResponse) String() string
- type Permission
- func (*Permission) Descriptor() ([]byte, []int)deprecated
- func (x *Permission) GetCanEdit() bool
- func (x *Permission) GetCanRelease() bool
- func (x *Permission) GetCanTrigger() bool
- func (*Permission) ProtoMessage()
- func (x *Permission) ProtoReflect() protoreflect.Message
- func (x *Permission) Reset()
- func (x *Permission) String() string
- type Pipeline
- func (*Pipeline) Descriptor() ([]byte, []int)deprecated
- func (x *Pipeline) GetCreateTime() *timestamppb.Timestamp
- func (x *Pipeline) GetDataSpecification() *DataSpecification
- func (x *Pipeline) GetDeleteTime() *timestamppb.Timestamp
- func (x *Pipeline) GetDescription() string
- func (x *Pipeline) GetDocumentationUrl() string
- func (x *Pipeline) GetEndpoints() *Endpoints
- func (x *Pipeline) GetId() string
- func (x *Pipeline) GetLicense() string
- func (x *Pipeline) GetMetadata() *structpb.Struct
- func (x *Pipeline) GetName() string
- func (x *Pipeline) GetOwner() *v1beta1.Owner
- func (x *Pipeline) GetOwnerName() string
- func (x *Pipeline) GetPermission() *Permission
- func (x *Pipeline) GetProfileImage() string
- func (x *Pipeline) GetRawRecipe() string
- func (x *Pipeline) GetReadme() string
- func (x *Pipeline) GetRecipe() *structpb.Struct
- func (x *Pipeline) GetReleases() []*PipelineRelease
- func (x *Pipeline) GetSharing() *Sharing
- func (x *Pipeline) GetSourceUrl() string
- func (x *Pipeline) GetStats() *Pipeline_Stats
- func (x *Pipeline) GetTags() []string
- func (x *Pipeline) GetUid() string
- func (x *Pipeline) GetUpdateTime() *timestamppb.Timestamp
- func (x *Pipeline) GetVisibility() Pipeline_Visibility
- func (*Pipeline) ProtoMessage()
- func (x *Pipeline) ProtoReflect() protoreflect.Message
- func (x *Pipeline) Reset()
- func (x *Pipeline) String() string
- type PipelinePrivateServiceClient
- type PipelinePrivateServiceServer
- type PipelinePublicServiceClient
- type PipelinePublicServiceServer
- type PipelinePublicService_TriggerNamespacePipelineWithStreamClient
- type PipelinePublicService_TriggerNamespacePipelineWithStreamServer
- type PipelinePublicService_TriggerOrganizationPipelineStreamClient
- type PipelinePublicService_TriggerOrganizationPipelineStreamServer
- type PipelinePublicService_TriggerUserPipelineWithStreamClient
- type PipelinePublicService_TriggerUserPipelineWithStreamServer
- type PipelineRelease
- func (*PipelineRelease) Descriptor() ([]byte, []int)deprecated
- func (x *PipelineRelease) GetAlias() string
- func (x *PipelineRelease) GetCreateTime() *timestamppb.Timestamp
- func (x *PipelineRelease) GetDataSpecification() *DataSpecification
- func (x *PipelineRelease) GetDeleteTime() *timestamppb.Timestamp
- func (x *PipelineRelease) GetDescription() string
- func (x *PipelineRelease) GetEndpoints() *Endpoints
- func (x *PipelineRelease) GetId() string
- func (x *PipelineRelease) GetMetadata() *structpb.Struct
- func (x *PipelineRelease) GetName() string
- func (x *PipelineRelease) GetRawRecipe() string
- func (x *PipelineRelease) GetReadme() string
- func (x *PipelineRelease) GetRecipe() *structpb.Struct
- func (x *PipelineRelease) GetUid() string
- func (x *PipelineRelease) GetUpdateTime() *timestamppb.Timestamp
- func (*PipelineRelease) ProtoMessage()
- func (x *PipelineRelease) ProtoReflect() protoreflect.Message
- func (x *PipelineRelease) Reset()
- func (x *PipelineRelease) String() string
- type PipelineRun
- func (*PipelineRun) Descriptor() ([]byte, []int)deprecated
- func (x *PipelineRun) GetBlobDataExpirationTime() *timestamppb.Timestamp
- func (x *PipelineRun) GetCompleteTime() *timestamppb.Timestamp
- func (x *PipelineRun) GetCreditAmount() float32
- func (x *PipelineRun) GetDataSpecification() *DataSpecification
- func (x *PipelineRun) GetError() string
- func (x *PipelineRun) GetInputs() []*structpb.Struct
- func (x *PipelineRun) GetOutputs() []*structpb.Struct
- func (x *PipelineRun) GetPipelineId() string
- func (x *PipelineRun) GetPipelineNamespaceId() string
- func (x *PipelineRun) GetPipelineRunUid() string
- func (x *PipelineRun) GetPipelineVersion() string
- func (x *PipelineRun) GetRecipeSnapshot() *structpb.Struct
- func (x *PipelineRun) GetRequesterId() string
- func (x *PipelineRun) GetRunnerId() string
- func (x *PipelineRun) GetSource() v1alpha.RunSource
- func (x *PipelineRun) GetStartTime() *timestamppb.Timestamp
- func (x *PipelineRun) GetStatus() v1alpha.RunStatus
- func (x *PipelineRun) GetTotalDuration() int32
- func (*PipelineRun) ProtoMessage()
- func (x *PipelineRun) ProtoReflect() protoreflect.Message
- func (x *PipelineRun) Reset()
- func (x *PipelineRun) String() string
- type Pipeline_Stats
- func (*Pipeline_Stats) Descriptor() ([]byte, []int)deprecated
- func (x *Pipeline_Stats) GetLastRunTime() *timestamppb.Timestamp
- func (x *Pipeline_Stats) GetNumberOfClones() int32
- func (x *Pipeline_Stats) GetNumberOfRuns() int32
- func (*Pipeline_Stats) ProtoMessage()
- func (x *Pipeline_Stats) ProtoReflect() protoreflect.Message
- func (x *Pipeline_Stats) Reset()
- func (x *Pipeline_Stats) String() string
- type Pipeline_View
- func (Pipeline_View) Descriptor() protoreflect.EnumDescriptor
- func (x Pipeline_View) Enum() *Pipeline_View
- func (Pipeline_View) EnumDescriptor() ([]byte, []int)deprecated
- func (x Pipeline_View) Number() protoreflect.EnumNumber
- func (x Pipeline_View) String() string
- func (Pipeline_View) Type() protoreflect.EnumType
- type Pipeline_Visibility
- func (Pipeline_Visibility) Descriptor() protoreflect.EnumDescriptor
- func (x Pipeline_Visibility) Enum() *Pipeline_Visibility
- func (Pipeline_Visibility) EnumDescriptor() ([]byte, []int)deprecated
- func (x Pipeline_Visibility) Number() protoreflect.EnumNumber
- func (x Pipeline_Visibility) String() string
- func (Pipeline_Visibility) Type() protoreflect.EnumType
- type ReadinessRequest
- func (*ReadinessRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReadinessRequest) GetHealthCheckRequest() *v1beta.HealthCheckRequest
- func (*ReadinessRequest) ProtoMessage()
- func (x *ReadinessRequest) ProtoReflect() protoreflect.Message
- func (x *ReadinessRequest) Reset()
- func (x *ReadinessRequest) String() string
- type ReadinessResponse
- func (*ReadinessResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReadinessResponse) GetHealthCheckResponse() *v1beta.HealthCheckResponse
- func (*ReadinessResponse) ProtoMessage()
- func (x *ReadinessResponse) ProtoReflect() protoreflect.Message
- func (x *ReadinessResponse) Reset()
- func (x *ReadinessResponse) String() string
- type RenameNamespacePipelineRequest
- func (*RenameNamespacePipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RenameNamespacePipelineRequest) GetNamespaceId() string
- func (x *RenameNamespacePipelineRequest) GetNewPipelineId() string
- func (x *RenameNamespacePipelineRequest) GetPipelineId() string
- func (*RenameNamespacePipelineRequest) ProtoMessage()
- func (x *RenameNamespacePipelineRequest) ProtoReflect() protoreflect.Message
- func (x *RenameNamespacePipelineRequest) Reset()
- func (x *RenameNamespacePipelineRequest) String() string
- type RenameNamespacePipelineResponse
- func (*RenameNamespacePipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RenameNamespacePipelineResponse) GetPipeline() *Pipeline
- func (*RenameNamespacePipelineResponse) ProtoMessage()
- func (x *RenameNamespacePipelineResponse) ProtoReflect() protoreflect.Message
- func (x *RenameNamespacePipelineResponse) Reset()
- func (x *RenameNamespacePipelineResponse) String() string
- type RenameOrganizationPipelineReleaseRequest
- func (*RenameOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RenameOrganizationPipelineReleaseRequest) GetName() string
- func (x *RenameOrganizationPipelineReleaseRequest) GetNewPipelineReleaseId() string
- func (*RenameOrganizationPipelineReleaseRequest) ProtoMessage()
- func (x *RenameOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *RenameOrganizationPipelineReleaseRequest) Reset()
- func (x *RenameOrganizationPipelineReleaseRequest) String() string
- type RenameOrganizationPipelineReleaseResponse
- func (*RenameOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RenameOrganizationPipelineReleaseResponse) GetRelease() *PipelineRelease
- func (*RenameOrganizationPipelineReleaseResponse) ProtoMessage()
- func (x *RenameOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *RenameOrganizationPipelineReleaseResponse) Reset()
- func (x *RenameOrganizationPipelineReleaseResponse) String() string
- type RenameOrganizationPipelineRequest
- func (*RenameOrganizationPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RenameOrganizationPipelineRequest) GetName() string
- func (x *RenameOrganizationPipelineRequest) GetNewPipelineId() string
- func (*RenameOrganizationPipelineRequest) ProtoMessage()
- func (x *RenameOrganizationPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *RenameOrganizationPipelineRequest) Reset()
- func (x *RenameOrganizationPipelineRequest) String() string
- type RenameOrganizationPipelineResponse
- func (*RenameOrganizationPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RenameOrganizationPipelineResponse) GetPipeline() *Pipeline
- func (*RenameOrganizationPipelineResponse) ProtoMessage()
- func (x *RenameOrganizationPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *RenameOrganizationPipelineResponse) Reset()
- func (x *RenameOrganizationPipelineResponse) String() string
- type RenameUserPipelineReleaseRequest
- func (*RenameUserPipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RenameUserPipelineReleaseRequest) GetName() string
- func (x *RenameUserPipelineReleaseRequest) GetNewPipelineReleaseId() string
- func (*RenameUserPipelineReleaseRequest) ProtoMessage()
- func (x *RenameUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *RenameUserPipelineReleaseRequest) Reset()
- func (x *RenameUserPipelineReleaseRequest) String() string
- type RenameUserPipelineReleaseResponse
- func (*RenameUserPipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RenameUserPipelineReleaseResponse) GetRelease() *PipelineRelease
- func (*RenameUserPipelineReleaseResponse) ProtoMessage()
- func (x *RenameUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *RenameUserPipelineReleaseResponse) Reset()
- func (x *RenameUserPipelineReleaseResponse) String() string
- type RenameUserPipelineRequest
- func (*RenameUserPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RenameUserPipelineRequest) GetName() string
- func (x *RenameUserPipelineRequest) GetNewPipelineId() string
- func (*RenameUserPipelineRequest) ProtoMessage()
- func (x *RenameUserPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *RenameUserPipelineRequest) Reset()
- func (x *RenameUserPipelineRequest) String() string
- type RenameUserPipelineResponse
- func (*RenameUserPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RenameUserPipelineResponse) GetPipeline() *Pipeline
- func (*RenameUserPipelineResponse) ProtoMessage()
- func (x *RenameUserPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *RenameUserPipelineResponse) Reset()
- func (x *RenameUserPipelineResponse) String() string
- type RestoreOrganizationPipelineReleaseRequest
- func (*RestoreOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RestoreOrganizationPipelineReleaseRequest) GetName() string
- func (*RestoreOrganizationPipelineReleaseRequest) ProtoMessage()
- func (x *RestoreOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *RestoreOrganizationPipelineReleaseRequest) Reset()
- func (x *RestoreOrganizationPipelineReleaseRequest) String() string
- type RestoreOrganizationPipelineReleaseResponse
- func (*RestoreOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RestoreOrganizationPipelineReleaseResponse) GetRelease() *PipelineRelease
- func (*RestoreOrganizationPipelineReleaseResponse) ProtoMessage()
- func (x *RestoreOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *RestoreOrganizationPipelineReleaseResponse) Reset()
- func (x *RestoreOrganizationPipelineReleaseResponse) String() string
- type RestoreUserPipelineReleaseRequest
- func (*RestoreUserPipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RestoreUserPipelineReleaseRequest) GetName() string
- func (*RestoreUserPipelineReleaseRequest) ProtoMessage()
- func (x *RestoreUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *RestoreUserPipelineReleaseRequest) Reset()
- func (x *RestoreUserPipelineReleaseRequest) String() string
- type RestoreUserPipelineReleaseResponse
- func (*RestoreUserPipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RestoreUserPipelineReleaseResponse) GetRelease() *PipelineRelease
- func (*RestoreUserPipelineReleaseResponse) ProtoMessage()
- func (x *RestoreUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *RestoreUserPipelineReleaseResponse) Reset()
- func (x *RestoreUserPipelineReleaseResponse) String() string
- type Role
- type Secret
- func (*Secret) Descriptor() ([]byte, []int)deprecated
- func (x *Secret) GetCreateTime() *timestamppb.Timestamp
- func (x *Secret) GetDescription() string
- func (x *Secret) GetId() string
- func (x *Secret) GetName() string
- func (x *Secret) GetUid() string
- func (x *Secret) GetUpdateTime() *timestamppb.Timestamp
- func (x *Secret) GetValue() string
- func (*Secret) ProtoMessage()
- func (x *Secret) ProtoReflect() protoreflect.Message
- func (x *Secret) Reset()
- func (x *Secret) String() string
- type Sharing
- func (*Sharing) Descriptor() ([]byte, []int)deprecated
- func (x *Sharing) GetShareCode() *Sharing_ShareCode
- func (x *Sharing) GetUsers() map[string]*Sharing_User
- func (*Sharing) ProtoMessage()
- func (x *Sharing) ProtoReflect() protoreflect.Message
- func (x *Sharing) Reset()
- func (x *Sharing) String() string
- type Sharing_ShareCode
- func (*Sharing_ShareCode) Descriptor() ([]byte, []int)deprecated
- func (x *Sharing_ShareCode) GetCode() string
- func (x *Sharing_ShareCode) GetEnabled() bool
- func (x *Sharing_ShareCode) GetRole() Role
- func (x *Sharing_ShareCode) GetUser() string
- func (*Sharing_ShareCode) ProtoMessage()
- func (x *Sharing_ShareCode) ProtoReflect() protoreflect.Message
- func (x *Sharing_ShareCode) Reset()
- func (x *Sharing_ShareCode) String() string
- type Sharing_User
- func (*Sharing_User) Descriptor() ([]byte, []int)deprecated
- func (x *Sharing_User) GetEnabled() bool
- func (x *Sharing_User) GetRole() Role
- func (*Sharing_User) ProtoMessage()
- func (x *Sharing_User) ProtoReflect() protoreflect.Message
- func (x *Sharing_User) Reset()
- func (x *Sharing_User) String() string
- type State
- type TestNamespaceConnectionRequest
- func (*TestNamespaceConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TestNamespaceConnectionRequest) GetConnectionId() string
- func (x *TestNamespaceConnectionRequest) GetNamespaceId() string
- func (*TestNamespaceConnectionRequest) ProtoMessage()
- func (x *TestNamespaceConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *TestNamespaceConnectionRequest) Reset()
- func (x *TestNamespaceConnectionRequest) String() string
- type TestNamespaceConnectionResponse
- func (*TestNamespaceConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (*TestNamespaceConnectionResponse) ProtoMessage()
- func (x *TestNamespaceConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *TestNamespaceConnectionResponse) Reset()
- func (x *TestNamespaceConnectionResponse) String() string
- type Trace
- func (*Trace) Descriptor() ([]byte, []int)deprecated
- func (x *Trace) GetComputeTimeInSeconds() float32
- func (x *Trace) GetError() *structpb.Struct
- func (x *Trace) GetInputs() []*structpb.Struct
- func (x *Trace) GetOutputs() []*structpb.Struct
- func (x *Trace) GetStatuses() []Trace_Status
- func (*Trace) ProtoMessage()
- func (x *Trace) ProtoReflect() protoreflect.Message
- func (x *Trace) Reset()
- func (x *Trace) String() string
- type Trace_Status
- func (Trace_Status) Descriptor() protoreflect.EnumDescriptor
- func (x Trace_Status) Enum() *Trace_Status
- func (Trace_Status) EnumDescriptor() ([]byte, []int)deprecated
- func (x Trace_Status) Number() protoreflect.EnumNumber
- func (x Trace_Status) String() string
- func (Trace_Status) Type() protoreflect.EnumType
- type TriggerAsyncNamespacePipelineReleaseRequest
- func (*TriggerAsyncNamespacePipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerAsyncNamespacePipelineReleaseRequest) GetData() []*TriggerData
- func (x *TriggerAsyncNamespacePipelineReleaseRequest) GetInputs() []*structpb.Struct
- func (x *TriggerAsyncNamespacePipelineReleaseRequest) GetNamespaceId() string
- func (x *TriggerAsyncNamespacePipelineReleaseRequest) GetPipelineId() string
- func (x *TriggerAsyncNamespacePipelineReleaseRequest) GetReleaseId() string
- func (*TriggerAsyncNamespacePipelineReleaseRequest) ProtoMessage()
- func (x *TriggerAsyncNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *TriggerAsyncNamespacePipelineReleaseRequest) Reset()
- func (x *TriggerAsyncNamespacePipelineReleaseRequest) String() string
- type TriggerAsyncNamespacePipelineReleaseResponse
- func (*TriggerAsyncNamespacePipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerAsyncNamespacePipelineReleaseResponse) GetOperation() *longrunningpb.Operation
- func (*TriggerAsyncNamespacePipelineReleaseResponse) ProtoMessage()
- func (x *TriggerAsyncNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *TriggerAsyncNamespacePipelineReleaseResponse) Reset()
- func (x *TriggerAsyncNamespacePipelineReleaseResponse) String() string
- type TriggerAsyncNamespacePipelineRequest
- func (*TriggerAsyncNamespacePipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerAsyncNamespacePipelineRequest) GetData() []*TriggerData
- func (x *TriggerAsyncNamespacePipelineRequest) GetInputs() []*structpb.Struct
- func (x *TriggerAsyncNamespacePipelineRequest) GetNamespaceId() string
- func (x *TriggerAsyncNamespacePipelineRequest) GetPipelineId() string
- func (*TriggerAsyncNamespacePipelineRequest) ProtoMessage()
- func (x *TriggerAsyncNamespacePipelineRequest) ProtoReflect() protoreflect.Message
- func (x *TriggerAsyncNamespacePipelineRequest) Reset()
- func (x *TriggerAsyncNamespacePipelineRequest) String() string
- type TriggerAsyncNamespacePipelineResponse
- func (*TriggerAsyncNamespacePipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerAsyncNamespacePipelineResponse) GetOperation() *longrunningpb.Operation
- func (*TriggerAsyncNamespacePipelineResponse) ProtoMessage()
- func (x *TriggerAsyncNamespacePipelineResponse) ProtoReflect() protoreflect.Message
- func (x *TriggerAsyncNamespacePipelineResponse) Reset()
- func (x *TriggerAsyncNamespacePipelineResponse) String() string
- type TriggerAsyncOrganizationPipelineReleaseRequest
- func (*TriggerAsyncOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerAsyncOrganizationPipelineReleaseRequest) GetData() []*TriggerData
- func (x *TriggerAsyncOrganizationPipelineReleaseRequest) GetInputs() []*structpb.Struct
- func (x *TriggerAsyncOrganizationPipelineReleaseRequest) GetName() string
- func (*TriggerAsyncOrganizationPipelineReleaseRequest) ProtoMessage()
- func (x *TriggerAsyncOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *TriggerAsyncOrganizationPipelineReleaseRequest) Reset()
- func (x *TriggerAsyncOrganizationPipelineReleaseRequest) String() string
- type TriggerAsyncOrganizationPipelineReleaseResponse
- func (*TriggerAsyncOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerAsyncOrganizationPipelineReleaseResponse) GetOperation() *longrunningpb.Operation
- func (*TriggerAsyncOrganizationPipelineReleaseResponse) ProtoMessage()
- func (x *TriggerAsyncOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *TriggerAsyncOrganizationPipelineReleaseResponse) Reset()
- func (x *TriggerAsyncOrganizationPipelineReleaseResponse) String() string
- type TriggerAsyncOrganizationPipelineRequest
- func (*TriggerAsyncOrganizationPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerAsyncOrganizationPipelineRequest) GetData() []*TriggerData
- func (x *TriggerAsyncOrganizationPipelineRequest) GetInputs() []*structpb.Struct
- func (x *TriggerAsyncOrganizationPipelineRequest) GetName() string
- func (*TriggerAsyncOrganizationPipelineRequest) ProtoMessage()
- func (x *TriggerAsyncOrganizationPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *TriggerAsyncOrganizationPipelineRequest) Reset()
- func (x *TriggerAsyncOrganizationPipelineRequest) String() string
- type TriggerAsyncOrganizationPipelineResponse
- func (*TriggerAsyncOrganizationPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerAsyncOrganizationPipelineResponse) GetOperation() *longrunningpb.Operation
- func (*TriggerAsyncOrganizationPipelineResponse) ProtoMessage()
- func (x *TriggerAsyncOrganizationPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *TriggerAsyncOrganizationPipelineResponse) Reset()
- func (x *TriggerAsyncOrganizationPipelineResponse) String() string
- type TriggerAsyncUserPipelineReleaseRequest
- func (*TriggerAsyncUserPipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerAsyncUserPipelineReleaseRequest) GetData() []*TriggerData
- func (x *TriggerAsyncUserPipelineReleaseRequest) GetInputs() []*structpb.Struct
- func (x *TriggerAsyncUserPipelineReleaseRequest) GetName() string
- func (*TriggerAsyncUserPipelineReleaseRequest) ProtoMessage()
- func (x *TriggerAsyncUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *TriggerAsyncUserPipelineReleaseRequest) Reset()
- func (x *TriggerAsyncUserPipelineReleaseRequest) String() string
- type TriggerAsyncUserPipelineReleaseResponse
- func (*TriggerAsyncUserPipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerAsyncUserPipelineReleaseResponse) GetOperation() *longrunningpb.Operation
- func (*TriggerAsyncUserPipelineReleaseResponse) ProtoMessage()
- func (x *TriggerAsyncUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *TriggerAsyncUserPipelineReleaseResponse) Reset()
- func (x *TriggerAsyncUserPipelineReleaseResponse) String() string
- type TriggerAsyncUserPipelineRequest
- func (*TriggerAsyncUserPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerAsyncUserPipelineRequest) GetData() []*TriggerData
- func (x *TriggerAsyncUserPipelineRequest) GetInputs() []*structpb.Struct
- func (x *TriggerAsyncUserPipelineRequest) GetName() string
- func (*TriggerAsyncUserPipelineRequest) ProtoMessage()
- func (x *TriggerAsyncUserPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *TriggerAsyncUserPipelineRequest) Reset()
- func (x *TriggerAsyncUserPipelineRequest) String() string
- type TriggerAsyncUserPipelineResponse
- func (*TriggerAsyncUserPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerAsyncUserPipelineResponse) GetOperation() *longrunningpb.Operation
- func (*TriggerAsyncUserPipelineResponse) ProtoMessage()
- func (x *TriggerAsyncUserPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *TriggerAsyncUserPipelineResponse) Reset()
- func (x *TriggerAsyncUserPipelineResponse) String() string
- type TriggerData
- func (*TriggerData) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerData) GetConnectionReferences() map[string]string
- func (x *TriggerData) GetSecret() map[string]string
- func (x *TriggerData) GetVariable() *structpb.Struct
- func (*TriggerData) ProtoMessage()
- func (x *TriggerData) ProtoReflect() protoreflect.Message
- func (x *TriggerData) Reset()
- func (x *TriggerData) String() string
- type TriggerMetadata
- type TriggerNamespacePipelineReleaseRequest
- func (*TriggerNamespacePipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerNamespacePipelineReleaseRequest) GetData() []*TriggerData
- func (x *TriggerNamespacePipelineReleaseRequest) GetInputs() []*structpb.Struct
- func (x *TriggerNamespacePipelineReleaseRequest) GetNamespaceId() string
- func (x *TriggerNamespacePipelineReleaseRequest) GetPipelineId() string
- func (x *TriggerNamespacePipelineReleaseRequest) GetReleaseId() string
- func (*TriggerNamespacePipelineReleaseRequest) ProtoMessage()
- func (x *TriggerNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *TriggerNamespacePipelineReleaseRequest) Reset()
- func (x *TriggerNamespacePipelineReleaseRequest) String() string
- type TriggerNamespacePipelineReleaseResponse
- func (*TriggerNamespacePipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerNamespacePipelineReleaseResponse) GetMetadata() *TriggerMetadata
- func (x *TriggerNamespacePipelineReleaseResponse) GetOutputs() []*structpb.Struct
- func (*TriggerNamespacePipelineReleaseResponse) ProtoMessage()
- func (x *TriggerNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *TriggerNamespacePipelineReleaseResponse) Reset()
- func (x *TriggerNamespacePipelineReleaseResponse) String() string
- type TriggerNamespacePipelineRequest
- func (*TriggerNamespacePipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerNamespacePipelineRequest) GetData() []*TriggerData
- func (x *TriggerNamespacePipelineRequest) GetInputs() []*structpb.Struct
- func (x *TriggerNamespacePipelineRequest) GetNamespaceId() string
- func (x *TriggerNamespacePipelineRequest) GetPipelineId() string
- func (*TriggerNamespacePipelineRequest) ProtoMessage()
- func (x *TriggerNamespacePipelineRequest) ProtoReflect() protoreflect.Message
- func (x *TriggerNamespacePipelineRequest) Reset()
- func (x *TriggerNamespacePipelineRequest) String() string
- type TriggerNamespacePipelineResponse
- func (*TriggerNamespacePipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerNamespacePipelineResponse) GetMetadata() *TriggerMetadata
- func (x *TriggerNamespacePipelineResponse) GetOutputs() []*structpb.Struct
- func (*TriggerNamespacePipelineResponse) ProtoMessage()
- func (x *TriggerNamespacePipelineResponse) ProtoReflect() protoreflect.Message
- func (x *TriggerNamespacePipelineResponse) Reset()
- func (x *TriggerNamespacePipelineResponse) String() string
- type TriggerNamespacePipelineWithStreamRequest
- func (*TriggerNamespacePipelineWithStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerNamespacePipelineWithStreamRequest) GetData() []*TriggerData
- func (x *TriggerNamespacePipelineWithStreamRequest) GetInputs() []*structpb.Struct
- func (x *TriggerNamespacePipelineWithStreamRequest) GetNamespaceId() string
- func (x *TriggerNamespacePipelineWithStreamRequest) GetPipelineId() string
- func (*TriggerNamespacePipelineWithStreamRequest) ProtoMessage()
- func (x *TriggerNamespacePipelineWithStreamRequest) ProtoReflect() protoreflect.Message
- func (x *TriggerNamespacePipelineWithStreamRequest) Reset()
- func (x *TriggerNamespacePipelineWithStreamRequest) String() string
- type TriggerNamespacePipelineWithStreamResponse
- func (*TriggerNamespacePipelineWithStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerNamespacePipelineWithStreamResponse) GetMetadata() *TriggerMetadata
- func (x *TriggerNamespacePipelineWithStreamResponse) GetOutputs() []*structpb.Struct
- func (*TriggerNamespacePipelineWithStreamResponse) ProtoMessage()
- func (x *TriggerNamespacePipelineWithStreamResponse) ProtoReflect() protoreflect.Message
- func (x *TriggerNamespacePipelineWithStreamResponse) Reset()
- func (x *TriggerNamespacePipelineWithStreamResponse) String() string
- type TriggerOrganizationPipelineReleaseRequest
- func (*TriggerOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerOrganizationPipelineReleaseRequest) GetData() []*TriggerData
- func (x *TriggerOrganizationPipelineReleaseRequest) GetInputs() []*structpb.Struct
- func (x *TriggerOrganizationPipelineReleaseRequest) GetName() string
- func (*TriggerOrganizationPipelineReleaseRequest) ProtoMessage()
- func (x *TriggerOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *TriggerOrganizationPipelineReleaseRequest) Reset()
- func (x *TriggerOrganizationPipelineReleaseRequest) String() string
- type TriggerOrganizationPipelineReleaseResponse
- func (*TriggerOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerOrganizationPipelineReleaseResponse) GetMetadata() *TriggerMetadata
- func (x *TriggerOrganizationPipelineReleaseResponse) GetOutputs() []*structpb.Struct
- func (*TriggerOrganizationPipelineReleaseResponse) ProtoMessage()
- func (x *TriggerOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *TriggerOrganizationPipelineReleaseResponse) Reset()
- func (x *TriggerOrganizationPipelineReleaseResponse) String() string
- type TriggerOrganizationPipelineRequest
- func (*TriggerOrganizationPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerOrganizationPipelineRequest) GetData() []*TriggerData
- func (x *TriggerOrganizationPipelineRequest) GetInputs() []*structpb.Struct
- func (x *TriggerOrganizationPipelineRequest) GetName() string
- func (*TriggerOrganizationPipelineRequest) ProtoMessage()
- func (x *TriggerOrganizationPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *TriggerOrganizationPipelineRequest) Reset()
- func (x *TriggerOrganizationPipelineRequest) String() string
- type TriggerOrganizationPipelineResponse
- func (*TriggerOrganizationPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerOrganizationPipelineResponse) GetMetadata() *TriggerMetadata
- func (x *TriggerOrganizationPipelineResponse) GetOutputs() []*structpb.Struct
- func (*TriggerOrganizationPipelineResponse) ProtoMessage()
- func (x *TriggerOrganizationPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *TriggerOrganizationPipelineResponse) Reset()
- func (x *TriggerOrganizationPipelineResponse) String() string
- type TriggerOrganizationPipelineStreamRequest
- func (*TriggerOrganizationPipelineStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerOrganizationPipelineStreamRequest) GetData() []*TriggerData
- func (x *TriggerOrganizationPipelineStreamRequest) GetInputs() []*structpb.Struct
- func (x *TriggerOrganizationPipelineStreamRequest) GetName() string
- func (*TriggerOrganizationPipelineStreamRequest) ProtoMessage()
- func (x *TriggerOrganizationPipelineStreamRequest) ProtoReflect() protoreflect.Message
- func (x *TriggerOrganizationPipelineStreamRequest) Reset()
- func (x *TriggerOrganizationPipelineStreamRequest) String() string
- type TriggerOrganizationPipelineStreamResponse
- func (*TriggerOrganizationPipelineStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerOrganizationPipelineStreamResponse) GetMetadata() *TriggerMetadata
- func (x *TriggerOrganizationPipelineStreamResponse) GetOutputs() []*structpb.Struct
- func (*TriggerOrganizationPipelineStreamResponse) ProtoMessage()
- func (x *TriggerOrganizationPipelineStreamResponse) ProtoReflect() protoreflect.Message
- func (x *TriggerOrganizationPipelineStreamResponse) Reset()
- func (x *TriggerOrganizationPipelineStreamResponse) String() string
- type TriggerUserPipelineReleaseRequest
- func (*TriggerUserPipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerUserPipelineReleaseRequest) GetData() []*TriggerData
- func (x *TriggerUserPipelineReleaseRequest) GetInputs() []*structpb.Struct
- func (x *TriggerUserPipelineReleaseRequest) GetName() string
- func (*TriggerUserPipelineReleaseRequest) ProtoMessage()
- func (x *TriggerUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *TriggerUserPipelineReleaseRequest) Reset()
- func (x *TriggerUserPipelineReleaseRequest) String() string
- type TriggerUserPipelineReleaseResponse
- func (*TriggerUserPipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerUserPipelineReleaseResponse) GetMetadata() *TriggerMetadata
- func (x *TriggerUserPipelineReleaseResponse) GetOutputs() []*structpb.Struct
- func (*TriggerUserPipelineReleaseResponse) ProtoMessage()
- func (x *TriggerUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *TriggerUserPipelineReleaseResponse) Reset()
- func (x *TriggerUserPipelineReleaseResponse) String() string
- type TriggerUserPipelineRequest
- func (*TriggerUserPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerUserPipelineRequest) GetData() []*TriggerData
- func (x *TriggerUserPipelineRequest) GetInputs() []*structpb.Struct
- func (x *TriggerUserPipelineRequest) GetName() string
- func (*TriggerUserPipelineRequest) ProtoMessage()
- func (x *TriggerUserPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *TriggerUserPipelineRequest) Reset()
- func (x *TriggerUserPipelineRequest) String() string
- type TriggerUserPipelineResponse
- func (*TriggerUserPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerUserPipelineResponse) GetMetadata() *TriggerMetadata
- func (x *TriggerUserPipelineResponse) GetOutputs() []*structpb.Struct
- func (*TriggerUserPipelineResponse) ProtoMessage()
- func (x *TriggerUserPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *TriggerUserPipelineResponse) Reset()
- func (x *TriggerUserPipelineResponse) String() string
- type TriggerUserPipelineWithStreamRequest
- func (*TriggerUserPipelineWithStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerUserPipelineWithStreamRequest) GetData() []*TriggerData
- func (x *TriggerUserPipelineWithStreamRequest) GetInputs() []*structpb.Struct
- func (x *TriggerUserPipelineWithStreamRequest) GetName() string
- func (*TriggerUserPipelineWithStreamRequest) ProtoMessage()
- func (x *TriggerUserPipelineWithStreamRequest) ProtoReflect() protoreflect.Message
- func (x *TriggerUserPipelineWithStreamRequest) Reset()
- func (x *TriggerUserPipelineWithStreamRequest) String() string
- type TriggerUserPipelineWithStreamResponse
- func (*TriggerUserPipelineWithStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerUserPipelineWithStreamResponse) GetMetadata() *TriggerMetadata
- func (x *TriggerUserPipelineWithStreamResponse) GetOutputs() []*structpb.Struct
- func (*TriggerUserPipelineWithStreamResponse) ProtoMessage()
- func (x *TriggerUserPipelineWithStreamResponse) ProtoReflect() protoreflect.Message
- func (x *TriggerUserPipelineWithStreamResponse) Reset()
- func (x *TriggerUserPipelineWithStreamResponse) String() string
- type UnimplementedPipelinePrivateServiceServer
- func (UnimplementedPipelinePrivateServiceServer) ListPipelineReleasesAdmin(context.Context, *ListPipelineReleasesAdminRequest) (*ListPipelineReleasesAdminResponse, error)
- func (UnimplementedPipelinePrivateServiceServer) ListPipelinesAdmin(context.Context, *ListPipelinesAdminRequest) (*ListPipelinesAdminResponse, error)
- func (UnimplementedPipelinePrivateServiceServer) LookUpConnectionAdmin(context.Context, *LookUpConnectionAdminRequest) (*LookUpConnectionAdminResponse, error)
- func (UnimplementedPipelinePrivateServiceServer) LookUpPipelineAdmin(context.Context, *LookUpPipelineAdminRequest) (*LookUpPipelineAdminResponse, error)
- type UnimplementedPipelinePublicServiceServer
- func (UnimplementedPipelinePublicServiceServer) CheckName(context.Context, *CheckNameRequest) (*CheckNameResponse, error)
- func (UnimplementedPipelinePublicServiceServer) CloneNamespacePipeline(context.Context, *CloneNamespacePipelineRequest) (*CloneNamespacePipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) CloneNamespacePipelineRelease(context.Context, *CloneNamespacePipelineReleaseRequest) (*CloneNamespacePipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) CreateNamespaceConnection(context.Context, *CreateNamespaceConnectionRequest) (*CreateNamespaceConnectionResponse, error)
- func (UnimplementedPipelinePublicServiceServer) CreateNamespacePipeline(context.Context, *CreateNamespacePipelineRequest) (*CreateNamespacePipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) CreateNamespacePipelineRelease(context.Context, *CreateNamespacePipelineReleaseRequest) (*CreateNamespacePipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) CreateNamespaceSecret(context.Context, *CreateNamespaceSecretRequest) (*CreateNamespaceSecretResponse, error)
- func (UnimplementedPipelinePublicServiceServer) CreateOrganizationPipeline(context.Context, *CreateOrganizationPipelineRequest) (*CreateOrganizationPipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) CreateOrganizationPipelineRelease(context.Context, *CreateOrganizationPipelineReleaseRequest) (*CreateOrganizationPipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) CreateOrganizationSecret(context.Context, *CreateOrganizationSecretRequest) (*CreateOrganizationSecretResponse, error)
- func (UnimplementedPipelinePublicServiceServer) CreateUserPipeline(context.Context, *CreateUserPipelineRequest) (*CreateUserPipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) CreateUserPipelineRelease(context.Context, *CreateUserPipelineReleaseRequest) (*CreateUserPipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) CreateUserSecret(context.Context, *CreateUserSecretRequest) (*CreateUserSecretResponse, error)
- func (UnimplementedPipelinePublicServiceServer) DeleteNamespaceConnection(context.Context, *DeleteNamespaceConnectionRequest) (*DeleteNamespaceConnectionResponse, error)
- func (UnimplementedPipelinePublicServiceServer) DeleteNamespacePipeline(context.Context, *DeleteNamespacePipelineRequest) (*DeleteNamespacePipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) DeleteNamespacePipelineRelease(context.Context, *DeleteNamespacePipelineReleaseRequest) (*DeleteNamespacePipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) DeleteNamespaceSecret(context.Context, *DeleteNamespaceSecretRequest) (*DeleteNamespaceSecretResponse, error)
- func (UnimplementedPipelinePublicServiceServer) DeleteOrganizationPipeline(context.Context, *DeleteOrganizationPipelineRequest) (*DeleteOrganizationPipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) DeleteOrganizationPipelineRelease(context.Context, *DeleteOrganizationPipelineReleaseRequest) (*DeleteOrganizationPipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) DeleteOrganizationSecret(context.Context, *DeleteOrganizationSecretRequest) (*DeleteOrganizationSecretResponse, error)
- func (UnimplementedPipelinePublicServiceServer) DeleteUserPipeline(context.Context, *DeleteUserPipelineRequest) (*DeleteUserPipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) DeleteUserPipelineRelease(context.Context, *DeleteUserPipelineReleaseRequest) (*DeleteUserPipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) DeleteUserSecret(context.Context, *DeleteUserSecretRequest) (*DeleteUserSecretResponse, error)
- func (UnimplementedPipelinePublicServiceServer) DispatchPipelineWebhookEvent(context.Context, *DispatchPipelineWebhookEventRequest) (*DispatchPipelineWebhookEventResponse, error)
- func (UnimplementedPipelinePublicServiceServer) GetHubStats(context.Context, *GetHubStatsRequest) (*GetHubStatsResponse, error)
- func (UnimplementedPipelinePublicServiceServer) GetIntegration(context.Context, *GetIntegrationRequest) (*GetIntegrationResponse, error)
- func (UnimplementedPipelinePublicServiceServer) GetNamespaceConnection(context.Context, *GetNamespaceConnectionRequest) (*GetNamespaceConnectionResponse, error)
- func (UnimplementedPipelinePublicServiceServer) GetNamespacePipeline(context.Context, *GetNamespacePipelineRequest) (*GetNamespacePipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) GetNamespacePipelineRelease(context.Context, *GetNamespacePipelineReleaseRequest) (*GetNamespacePipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) GetNamespaceSecret(context.Context, *GetNamespaceSecretRequest) (*GetNamespaceSecretResponse, error)
- func (UnimplementedPipelinePublicServiceServer) GetOperation(context.Context, *GetOperationRequest) (*GetOperationResponse, error)
- func (UnimplementedPipelinePublicServiceServer) GetOrganizationPipeline(context.Context, *GetOrganizationPipelineRequest) (*GetOrganizationPipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) GetOrganizationPipelineRelease(context.Context, *GetOrganizationPipelineReleaseRequest) (*GetOrganizationPipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) GetOrganizationSecret(context.Context, *GetOrganizationSecretRequest) (*GetOrganizationSecretResponse, error)
- func (UnimplementedPipelinePublicServiceServer) GetUserPipeline(context.Context, *GetUserPipelineRequest) (*GetUserPipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) GetUserPipelineRelease(context.Context, *GetUserPipelineReleaseRequest) (*GetUserPipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) GetUserSecret(context.Context, *GetUserSecretRequest) (*GetUserSecretResponse, error)
- func (UnimplementedPipelinePublicServiceServer) ListComponentDefinitions(context.Context, *ListComponentDefinitionsRequest) (*ListComponentDefinitionsResponse, error)
- func (UnimplementedPipelinePublicServiceServer) ListComponentRuns(context.Context, *ListComponentRunsRequest) (*ListComponentRunsResponse, error)
- func (UnimplementedPipelinePublicServiceServer) ListIntegrations(context.Context, *ListIntegrationsRequest) (*ListIntegrationsResponse, error)
- func (UnimplementedPipelinePublicServiceServer) ListNamespaceConnections(context.Context, *ListNamespaceConnectionsRequest) (*ListNamespaceConnectionsResponse, error)
- func (UnimplementedPipelinePublicServiceServer) ListNamespacePipelineReleases(context.Context, *ListNamespacePipelineReleasesRequest) (*ListNamespacePipelineReleasesResponse, error)
- func (UnimplementedPipelinePublicServiceServer) ListNamespacePipelines(context.Context, *ListNamespacePipelinesRequest) (*ListNamespacePipelinesResponse, error)
- func (UnimplementedPipelinePublicServiceServer) ListNamespaceSecrets(context.Context, *ListNamespaceSecretsRequest) (*ListNamespaceSecretsResponse, error)
- func (UnimplementedPipelinePublicServiceServer) ListOrganizationPipelineReleases(context.Context, *ListOrganizationPipelineReleasesRequest) (*ListOrganizationPipelineReleasesResponse, error)
- func (UnimplementedPipelinePublicServiceServer) ListOrganizationPipelines(context.Context, *ListOrganizationPipelinesRequest) (*ListOrganizationPipelinesResponse, error)
- func (UnimplementedPipelinePublicServiceServer) ListOrganizationSecrets(context.Context, *ListOrganizationSecretsRequest) (*ListOrganizationSecretsResponse, error)
- func (UnimplementedPipelinePublicServiceServer) ListPipelineIDsByConnectionID(context.Context, *ListPipelineIDsByConnectionIDRequest) (*ListPipelineIDsByConnectionIDResponse, error)
- func (UnimplementedPipelinePublicServiceServer) ListPipelineRuns(context.Context, *ListPipelineRunsRequest) (*ListPipelineRunsResponse, error)
- func (UnimplementedPipelinePublicServiceServer) ListPipelineRunsByRequester(context.Context, *ListPipelineRunsByRequesterRequest) (*ListPipelineRunsByRequesterResponse, error)
- func (UnimplementedPipelinePublicServiceServer) ListPipelines(context.Context, *ListPipelinesRequest) (*ListPipelinesResponse, error)
- func (UnimplementedPipelinePublicServiceServer) ListUserPipelineReleases(context.Context, *ListUserPipelineReleasesRequest) (*ListUserPipelineReleasesResponse, error)
- func (UnimplementedPipelinePublicServiceServer) ListUserPipelines(context.Context, *ListUserPipelinesRequest) (*ListUserPipelinesResponse, error)
- func (UnimplementedPipelinePublicServiceServer) ListUserSecrets(context.Context, *ListUserSecretsRequest) (*ListUserSecretsResponse, error)
- func (UnimplementedPipelinePublicServiceServer) Liveness(context.Context, *LivenessRequest) (*LivenessResponse, error)
- func (UnimplementedPipelinePublicServiceServer) LookUpPipeline(context.Context, *LookUpPipelineRequest) (*LookUpPipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) Readiness(context.Context, *ReadinessRequest) (*ReadinessResponse, error)
- func (UnimplementedPipelinePublicServiceServer) RenameNamespacePipeline(context.Context, *RenameNamespacePipelineRequest) (*RenameNamespacePipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) RenameOrganizationPipeline(context.Context, *RenameOrganizationPipelineRequest) (*RenameOrganizationPipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) RenameOrganizationPipelineRelease(context.Context, *RenameOrganizationPipelineReleaseRequest) (*RenameOrganizationPipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) RenameUserPipeline(context.Context, *RenameUserPipelineRequest) (*RenameUserPipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) RenameUserPipelineRelease(context.Context, *RenameUserPipelineReleaseRequest) (*RenameUserPipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) RestoreOrganizationPipelineRelease(context.Context, *RestoreOrganizationPipelineReleaseRequest) (*RestoreOrganizationPipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) RestoreUserPipelineRelease(context.Context, *RestoreUserPipelineReleaseRequest) (*RestoreUserPipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) TestNamespaceConnection(context.Context, *TestNamespaceConnectionRequest) (*TestNamespaceConnectionResponse, error)
- func (UnimplementedPipelinePublicServiceServer) TriggerAsyncNamespacePipeline(context.Context, *TriggerAsyncNamespacePipelineRequest) (*TriggerAsyncNamespacePipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) TriggerAsyncNamespacePipelineRelease(context.Context, *TriggerAsyncNamespacePipelineReleaseRequest) (*TriggerAsyncNamespacePipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) TriggerAsyncOrganizationPipeline(context.Context, *TriggerAsyncOrganizationPipelineRequest) (*TriggerAsyncOrganizationPipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) TriggerAsyncOrganizationPipelineRelease(context.Context, *TriggerAsyncOrganizationPipelineReleaseRequest) (*TriggerAsyncOrganizationPipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) TriggerAsyncUserPipeline(context.Context, *TriggerAsyncUserPipelineRequest) (*TriggerAsyncUserPipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) TriggerAsyncUserPipelineRelease(context.Context, *TriggerAsyncUserPipelineReleaseRequest) (*TriggerAsyncUserPipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) TriggerNamespacePipeline(context.Context, *TriggerNamespacePipelineRequest) (*TriggerNamespacePipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) TriggerNamespacePipelineRelease(context.Context, *TriggerNamespacePipelineReleaseRequest) (*TriggerNamespacePipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) TriggerNamespacePipelineWithStream(*TriggerNamespacePipelineWithStreamRequest, ...) error
- func (UnimplementedPipelinePublicServiceServer) TriggerOrganizationPipeline(context.Context, *TriggerOrganizationPipelineRequest) (*TriggerOrganizationPipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) TriggerOrganizationPipelineRelease(context.Context, *TriggerOrganizationPipelineReleaseRequest) (*TriggerOrganizationPipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) TriggerOrganizationPipelineStream(*TriggerOrganizationPipelineStreamRequest, ...) error
- func (UnimplementedPipelinePublicServiceServer) TriggerUserPipeline(context.Context, *TriggerUserPipelineRequest) (*TriggerUserPipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) TriggerUserPipelineRelease(context.Context, *TriggerUserPipelineReleaseRequest) (*TriggerUserPipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) TriggerUserPipelineWithStream(*TriggerUserPipelineWithStreamRequest, ...) error
- func (UnimplementedPipelinePublicServiceServer) UpdateNamespaceConnection(context.Context, *UpdateNamespaceConnectionRequest) (*UpdateNamespaceConnectionResponse, error)
- func (UnimplementedPipelinePublicServiceServer) UpdateNamespacePipeline(context.Context, *UpdateNamespacePipelineRequest) (*UpdateNamespacePipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) UpdateNamespacePipelineRelease(context.Context, *UpdateNamespacePipelineReleaseRequest) (*UpdateNamespacePipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) UpdateNamespaceSecret(context.Context, *UpdateNamespaceSecretRequest) (*UpdateNamespaceSecretResponse, error)
- func (UnimplementedPipelinePublicServiceServer) UpdateOrganizationPipeline(context.Context, *UpdateOrganizationPipelineRequest) (*UpdateOrganizationPipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) UpdateOrganizationPipelineRelease(context.Context, *UpdateOrganizationPipelineReleaseRequest) (*UpdateOrganizationPipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) UpdateOrganizationSecret(context.Context, *UpdateOrganizationSecretRequest) (*UpdateOrganizationSecretResponse, error)
- func (UnimplementedPipelinePublicServiceServer) UpdateUserPipeline(context.Context, *UpdateUserPipelineRequest) (*UpdateUserPipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) UpdateUserPipelineRelease(context.Context, *UpdateUserPipelineReleaseRequest) (*UpdateUserPipelineReleaseResponse, error)
- func (UnimplementedPipelinePublicServiceServer) UpdateUserSecret(context.Context, *UpdateUserSecretRequest) (*UpdateUserSecretResponse, error)
- func (UnimplementedPipelinePublicServiceServer) ValidateNamespacePipeline(context.Context, *ValidateNamespacePipelineRequest) (*ValidateNamespacePipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) ValidateOrganizationPipeline(context.Context, *ValidateOrganizationPipelineRequest) (*ValidateOrganizationPipelineResponse, error)
- func (UnimplementedPipelinePublicServiceServer) ValidateUserPipeline(context.Context, *ValidateUserPipelineRequest) (*ValidateUserPipelineResponse, error)
- type UnsafePipelinePrivateServiceServer
- type UnsafePipelinePublicServiceServer
- type UpdateNamespaceConnectionRequest
- func (*UpdateNamespaceConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateNamespaceConnectionRequest) GetConnection() *Connection
- func (x *UpdateNamespaceConnectionRequest) GetConnectionId() string
- func (x *UpdateNamespaceConnectionRequest) GetNamespaceId() string
- func (x *UpdateNamespaceConnectionRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateNamespaceConnectionRequest) ProtoMessage()
- func (x *UpdateNamespaceConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateNamespaceConnectionRequest) Reset()
- func (x *UpdateNamespaceConnectionRequest) String() string
- type UpdateNamespaceConnectionResponse
- func (*UpdateNamespaceConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateNamespaceConnectionResponse) GetConnection() *Connection
- func (*UpdateNamespaceConnectionResponse) ProtoMessage()
- func (x *UpdateNamespaceConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateNamespaceConnectionResponse) Reset()
- func (x *UpdateNamespaceConnectionResponse) String() string
- type UpdateNamespacePipelineReleaseRequest
- func (*UpdateNamespacePipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateNamespacePipelineReleaseRequest) GetNamespaceId() string
- func (x *UpdateNamespacePipelineReleaseRequest) GetPipelineId() string
- func (x *UpdateNamespacePipelineReleaseRequest) GetRelease() *PipelineRelease
- func (x *UpdateNamespacePipelineReleaseRequest) GetReleaseId() string
- func (x *UpdateNamespacePipelineReleaseRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateNamespacePipelineReleaseRequest) ProtoMessage()
- func (x *UpdateNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateNamespacePipelineReleaseRequest) Reset()
- func (x *UpdateNamespacePipelineReleaseRequest) String() string
- type UpdateNamespacePipelineReleaseResponse
- func (*UpdateNamespacePipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateNamespacePipelineReleaseResponse) GetRelease() *PipelineRelease
- func (*UpdateNamespacePipelineReleaseResponse) ProtoMessage()
- func (x *UpdateNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateNamespacePipelineReleaseResponse) Reset()
- func (x *UpdateNamespacePipelineReleaseResponse) String() string
- type UpdateNamespacePipelineRequest
- func (*UpdateNamespacePipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateNamespacePipelineRequest) GetNamespaceId() string
- func (x *UpdateNamespacePipelineRequest) GetPipeline() *Pipeline
- func (x *UpdateNamespacePipelineRequest) GetPipelineId() string
- func (x *UpdateNamespacePipelineRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateNamespacePipelineRequest) ProtoMessage()
- func (x *UpdateNamespacePipelineRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateNamespacePipelineRequest) Reset()
- func (x *UpdateNamespacePipelineRequest) String() string
- type UpdateNamespacePipelineResponse
- func (*UpdateNamespacePipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateNamespacePipelineResponse) GetPipeline() *Pipeline
- func (*UpdateNamespacePipelineResponse) ProtoMessage()
- func (x *UpdateNamespacePipelineResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateNamespacePipelineResponse) Reset()
- func (x *UpdateNamespacePipelineResponse) String() string
- type UpdateNamespaceSecretRequest
- func (*UpdateNamespaceSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateNamespaceSecretRequest) GetNamespaceId() string
- func (x *UpdateNamespaceSecretRequest) GetSecret() *Secret
- func (x *UpdateNamespaceSecretRequest) GetSecretId() string
- func (x *UpdateNamespaceSecretRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateNamespaceSecretRequest) ProtoMessage()
- func (x *UpdateNamespaceSecretRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateNamespaceSecretRequest) Reset()
- func (x *UpdateNamespaceSecretRequest) String() string
- type UpdateNamespaceSecretResponse
- func (*UpdateNamespaceSecretResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateNamespaceSecretResponse) GetSecret() *Secret
- func (*UpdateNamespaceSecretResponse) ProtoMessage()
- func (x *UpdateNamespaceSecretResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateNamespaceSecretResponse) Reset()
- func (x *UpdateNamespaceSecretResponse) String() string
- type UpdateOrganizationPipelineReleaseRequest
- func (*UpdateOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationPipelineReleaseRequest) GetRelease() *PipelineRelease
- func (x *UpdateOrganizationPipelineReleaseRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateOrganizationPipelineReleaseRequest) ProtoMessage()
- func (x *UpdateOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationPipelineReleaseRequest) Reset()
- func (x *UpdateOrganizationPipelineReleaseRequest) String() string
- type UpdateOrganizationPipelineReleaseResponse
- func (*UpdateOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationPipelineReleaseResponse) GetRelease() *PipelineRelease
- func (*UpdateOrganizationPipelineReleaseResponse) ProtoMessage()
- func (x *UpdateOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationPipelineReleaseResponse) Reset()
- func (x *UpdateOrganizationPipelineReleaseResponse) String() string
- type UpdateOrganizationPipelineRequest
- func (*UpdateOrganizationPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationPipelineRequest) GetPipeline() *Pipeline
- func (x *UpdateOrganizationPipelineRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateOrganizationPipelineRequest) ProtoMessage()
- func (x *UpdateOrganizationPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationPipelineRequest) Reset()
- func (x *UpdateOrganizationPipelineRequest) String() string
- type UpdateOrganizationPipelineResponse
- func (*UpdateOrganizationPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationPipelineResponse) GetPipeline() *Pipeline
- func (*UpdateOrganizationPipelineResponse) ProtoMessage()
- func (x *UpdateOrganizationPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationPipelineResponse) Reset()
- func (x *UpdateOrganizationPipelineResponse) String() string
- type UpdateOrganizationSecretRequest
- func (*UpdateOrganizationSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationSecretRequest) GetSecret() *Secret
- func (x *UpdateOrganizationSecretRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateOrganizationSecretRequest) ProtoMessage()
- func (x *UpdateOrganizationSecretRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationSecretRequest) Reset()
- func (x *UpdateOrganizationSecretRequest) String() string
- type UpdateOrganizationSecretResponse
- func (*UpdateOrganizationSecretResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationSecretResponse) GetSecret() *Secret
- func (*UpdateOrganizationSecretResponse) ProtoMessage()
- func (x *UpdateOrganizationSecretResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationSecretResponse) Reset()
- func (x *UpdateOrganizationSecretResponse) String() string
- type UpdateUserPipelineReleaseRequest
- func (*UpdateUserPipelineReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserPipelineReleaseRequest) GetRelease() *PipelineRelease
- func (x *UpdateUserPipelineReleaseRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateUserPipelineReleaseRequest) ProtoMessage()
- func (x *UpdateUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserPipelineReleaseRequest) Reset()
- func (x *UpdateUserPipelineReleaseRequest) String() string
- type UpdateUserPipelineReleaseResponse
- func (*UpdateUserPipelineReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserPipelineReleaseResponse) GetRelease() *PipelineRelease
- func (*UpdateUserPipelineReleaseResponse) ProtoMessage()
- func (x *UpdateUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserPipelineReleaseResponse) Reset()
- func (x *UpdateUserPipelineReleaseResponse) String() string
- type UpdateUserPipelineRequest
- func (*UpdateUserPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserPipelineRequest) GetPipeline() *Pipeline
- func (x *UpdateUserPipelineRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateUserPipelineRequest) ProtoMessage()
- func (x *UpdateUserPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserPipelineRequest) Reset()
- func (x *UpdateUserPipelineRequest) String() string
- type UpdateUserPipelineResponse
- func (*UpdateUserPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserPipelineResponse) GetPipeline() *Pipeline
- func (*UpdateUserPipelineResponse) ProtoMessage()
- func (x *UpdateUserPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserPipelineResponse) Reset()
- func (x *UpdateUserPipelineResponse) String() string
- type UpdateUserSecretRequest
- func (*UpdateUserSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserSecretRequest) GetSecret() *Secret
- func (x *UpdateUserSecretRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateUserSecretRequest) ProtoMessage()
- func (x *UpdateUserSecretRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserSecretRequest) Reset()
- func (x *UpdateUserSecretRequest) String() string
- type UpdateUserSecretResponse
- func (*UpdateUserSecretResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserSecretResponse) GetSecret() *Secret
- func (*UpdateUserSecretResponse) ProtoMessage()
- func (x *UpdateUserSecretResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserSecretResponse) Reset()
- func (x *UpdateUserSecretResponse) String() string
- type ValidateNamespacePipelineRequest
- func (*ValidateNamespacePipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateNamespacePipelineRequest) GetNamespaceId() string
- func (x *ValidateNamespacePipelineRequest) GetPipelineId() string
- func (*ValidateNamespacePipelineRequest) ProtoMessage()
- func (x *ValidateNamespacePipelineRequest) ProtoReflect() protoreflect.Message
- func (x *ValidateNamespacePipelineRequest) Reset()
- func (x *ValidateNamespacePipelineRequest) String() string
- type ValidateNamespacePipelineResponse
- func (*ValidateNamespacePipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateNamespacePipelineResponse) GetErrors() []*ErrPipelineValidation
- func (x *ValidateNamespacePipelineResponse) GetSuccess() bool
- func (*ValidateNamespacePipelineResponse) ProtoMessage()
- func (x *ValidateNamespacePipelineResponse) ProtoReflect() protoreflect.Message
- func (x *ValidateNamespacePipelineResponse) Reset()
- func (x *ValidateNamespacePipelineResponse) String() string
- type ValidateOrganizationPipelineRequest
- func (*ValidateOrganizationPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateOrganizationPipelineRequest) GetName() string
- func (*ValidateOrganizationPipelineRequest) ProtoMessage()
- func (x *ValidateOrganizationPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *ValidateOrganizationPipelineRequest) Reset()
- func (x *ValidateOrganizationPipelineRequest) String() string
- type ValidateOrganizationPipelineResponse
- func (*ValidateOrganizationPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateOrganizationPipelineResponse) GetErrors() []*ErrPipelineValidation
- func (x *ValidateOrganizationPipelineResponse) GetSuccess() bool
- func (*ValidateOrganizationPipelineResponse) ProtoMessage()
- func (x *ValidateOrganizationPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *ValidateOrganizationPipelineResponse) Reset()
- func (x *ValidateOrganizationPipelineResponse) String() string
- type ValidateUserPipelineRequest
- func (*ValidateUserPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateUserPipelineRequest) GetName() string
- func (*ValidateUserPipelineRequest) ProtoMessage()
- func (x *ValidateUserPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *ValidateUserPipelineRequest) Reset()
- func (x *ValidateUserPipelineRequest) String() string
- type ValidateUserPipelineResponse
- func (*ValidateUserPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateUserPipelineResponse) GetErrors() []*ErrPipelineValidation
- func (x *ValidateUserPipelineResponse) GetSuccess() bool
- func (*ValidateUserPipelineResponse) ProtoMessage()
- func (x *ValidateUserPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *ValidateUserPipelineResponse) Reset()
- func (x *ValidateUserPipelineResponse) String() string
- type View
Constants ¶
const ( PipelinePrivateService_ListPipelinesAdmin_FullMethodName = "/vdp.pipeline.v1beta.PipelinePrivateService/ListPipelinesAdmin" PipelinePrivateService_LookUpPipelineAdmin_FullMethodName = "/vdp.pipeline.v1beta.PipelinePrivateService/LookUpPipelineAdmin" PipelinePrivateService_ListPipelineReleasesAdmin_FullMethodName = "/vdp.pipeline.v1beta.PipelinePrivateService/ListPipelineReleasesAdmin" PipelinePrivateService_LookUpConnectionAdmin_FullMethodName = "/vdp.pipeline.v1beta.PipelinePrivateService/LookUpConnectionAdmin" )
const ( PipelinePublicService_Liveness_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/Liveness" PipelinePublicService_Readiness_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/Readiness" PipelinePublicService_GetHubStats_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetHubStats" PipelinePublicService_ListPipelines_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListPipelines" PipelinePublicService_LookUpPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/LookUpPipeline" PipelinePublicService_ListNamespacePipelines_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListNamespacePipelines" PipelinePublicService_CreateNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateNamespacePipeline" PipelinePublicService_GetNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetNamespacePipeline" PipelinePublicService_UpdateNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateNamespacePipeline" PipelinePublicService_DeleteNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteNamespacePipeline" PipelinePublicService_ValidateNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ValidateNamespacePipeline" PipelinePublicService_RenameNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/RenameNamespacePipeline" PipelinePublicService_CloneNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CloneNamespacePipeline" PipelinePublicService_DispatchPipelineWebhookEvent_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DispatchPipelineWebhookEvent" PipelinePublicService_TriggerNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerNamespacePipeline" PipelinePublicService_TriggerNamespacePipelineWithStream_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerNamespacePipelineWithStream" PipelinePublicService_TriggerAsyncNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerAsyncNamespacePipeline" PipelinePublicService_CreateNamespacePipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateNamespacePipelineRelease" PipelinePublicService_ListNamespacePipelineReleases_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListNamespacePipelineReleases" PipelinePublicService_GetNamespacePipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetNamespacePipelineRelease" PipelinePublicService_UpdateNamespacePipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateNamespacePipelineRelease" PipelinePublicService_DeleteNamespacePipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteNamespacePipelineRelease" PipelinePublicService_CloneNamespacePipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CloneNamespacePipelineRelease" PipelinePublicService_TriggerNamespacePipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerNamespacePipelineRelease" PipelinePublicService_TriggerAsyncNamespacePipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerAsyncNamespacePipelineRelease" PipelinePublicService_CreateNamespaceSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateNamespaceSecret" PipelinePublicService_ListNamespaceSecrets_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListNamespaceSecrets" PipelinePublicService_GetNamespaceSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetNamespaceSecret" PipelinePublicService_UpdateNamespaceSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateNamespaceSecret" PipelinePublicService_DeleteNamespaceSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteNamespaceSecret" PipelinePublicService_ListComponentDefinitions_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListComponentDefinitions" PipelinePublicService_GetOperation_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetOperation" PipelinePublicService_CreateUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateUserPipeline" PipelinePublicService_ListUserPipelines_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListUserPipelines" PipelinePublicService_GetUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetUserPipeline" PipelinePublicService_UpdateUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateUserPipeline" PipelinePublicService_DeleteUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteUserPipeline" PipelinePublicService_ValidateUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ValidateUserPipeline" PipelinePublicService_RenameUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/RenameUserPipeline" PipelinePublicService_TriggerUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerUserPipeline" PipelinePublicService_TriggerUserPipelineWithStream_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerUserPipelineWithStream" PipelinePublicService_TriggerAsyncUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerAsyncUserPipeline" PipelinePublicService_CreateUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateUserPipelineRelease" PipelinePublicService_ListUserPipelineReleases_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListUserPipelineReleases" PipelinePublicService_GetUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetUserPipelineRelease" PipelinePublicService_UpdateUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateUserPipelineRelease" PipelinePublicService_DeleteUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteUserPipelineRelease" PipelinePublicService_RestoreUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/RestoreUserPipelineRelease" PipelinePublicService_RenameUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/RenameUserPipelineRelease" PipelinePublicService_TriggerUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerUserPipelineRelease" PipelinePublicService_TriggerAsyncUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerAsyncUserPipelineRelease" PipelinePublicService_CreateOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateOrganizationPipeline" PipelinePublicService_ListOrganizationPipelines_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListOrganizationPipelines" PipelinePublicService_GetOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetOrganizationPipeline" PipelinePublicService_UpdateOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateOrganizationPipeline" PipelinePublicService_DeleteOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteOrganizationPipeline" PipelinePublicService_ValidateOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ValidateOrganizationPipeline" PipelinePublicService_RenameOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/RenameOrganizationPipeline" PipelinePublicService_TriggerOrganizationPipelineStream_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerOrganizationPipelineStream" PipelinePublicService_TriggerOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerOrganizationPipeline" PipelinePublicService_TriggerAsyncOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerAsyncOrganizationPipeline" PipelinePublicService_CreateOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateOrganizationPipelineRelease" PipelinePublicService_ListOrganizationPipelineReleases_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListOrganizationPipelineReleases" PipelinePublicService_GetOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetOrganizationPipelineRelease" PipelinePublicService_UpdateOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateOrganizationPipelineRelease" PipelinePublicService_DeleteOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteOrganizationPipelineRelease" PipelinePublicService_RestoreOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/RestoreOrganizationPipelineRelease" PipelinePublicService_RenameOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/RenameOrganizationPipelineRelease" PipelinePublicService_TriggerOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerOrganizationPipelineRelease" PipelinePublicService_TriggerAsyncOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerAsyncOrganizationPipelineRelease" PipelinePublicService_CheckName_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CheckName" PipelinePublicService_CreateUserSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateUserSecret" PipelinePublicService_ListUserSecrets_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListUserSecrets" PipelinePublicService_GetUserSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetUserSecret" PipelinePublicService_UpdateUserSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateUserSecret" PipelinePublicService_DeleteUserSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteUserSecret" PipelinePublicService_CreateOrganizationSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateOrganizationSecret" PipelinePublicService_ListOrganizationSecrets_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListOrganizationSecrets" PipelinePublicService_GetOrganizationSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetOrganizationSecret" PipelinePublicService_UpdateOrganizationSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateOrganizationSecret" PipelinePublicService_DeleteOrganizationSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteOrganizationSecret" PipelinePublicService_ListPipelineRuns_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListPipelineRuns" PipelinePublicService_ListComponentRuns_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListComponentRuns" PipelinePublicService_ListPipelineRunsByRequester_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListPipelineRunsByRequester" PipelinePublicService_ListNamespaceConnections_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListNamespaceConnections" PipelinePublicService_GetNamespaceConnection_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetNamespaceConnection" PipelinePublicService_CreateNamespaceConnection_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateNamespaceConnection" PipelinePublicService_UpdateNamespaceConnection_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateNamespaceConnection" PipelinePublicService_DeleteNamespaceConnection_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteNamespaceConnection" PipelinePublicService_TestNamespaceConnection_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TestNamespaceConnection" PipelinePublicService_ListPipelineIDsByConnectionID_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListPipelineIDsByConnectionID" PipelinePublicService_ListIntegrations_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListIntegrations" PipelinePublicService_GetIntegration_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetIntegration" )
Variables ¶
var ( Role_name = map[int32]string{ 0: "ROLE_UNSPECIFIED", 1: "ROLE_VIEWER", 2: "ROLE_EXECUTOR", } Role_value = map[string]int32{ "ROLE_UNSPECIFIED": 0, "ROLE_VIEWER": 1, "ROLE_EXECUTOR": 2, } )
Enum value maps for Role.
var ( ComponentType_name = map[int32]string{ 0: "COMPONENT_TYPE_UNSPECIFIED", 1: "COMPONENT_TYPE_AI", 2: "COMPONENT_TYPE_DATA", 4: "COMPONENT_TYPE_OPERATOR", 5: "COMPONENT_TYPE_APPLICATION", 6: "COMPONENT_TYPE_GENERIC", } ComponentType_value = map[string]int32{ "COMPONENT_TYPE_UNSPECIFIED": 0, "COMPONENT_TYPE_AI": 1, "COMPONENT_TYPE_DATA": 2, "COMPONENT_TYPE_OPERATOR": 4, "COMPONENT_TYPE_APPLICATION": 5, "COMPONENT_TYPE_GENERIC": 6, } )
Enum value maps for ComponentType.
var ( View_name = map[int32]string{ 0: "VIEW_UNSPECIFIED", 1: "VIEW_BASIC", 2: "VIEW_FULL", } View_value = map[string]int32{ "VIEW_UNSPECIFIED": 0, "VIEW_BASIC": 1, "VIEW_FULL": 2, } )
Enum value maps for View.
var ( CheckNameResponse_Name_name = map[int32]string{ 0: "NAME_UNSPECIFIED", 1: "NAME_AVAILABLE", 2: "NAME_UNAVAILABLE", } CheckNameResponse_Name_value = map[string]int32{ "NAME_UNSPECIFIED": 0, "NAME_AVAILABLE": 1, "NAME_UNAVAILABLE": 2, } )
Enum value maps for CheckNameResponse_Name.
var ( ComponentDefinition_View_name = map[int32]string{ 0: "VIEW_UNSPECIFIED", 1: "VIEW_BASIC", 2: "VIEW_FULL", } ComponentDefinition_View_value = map[string]int32{ "VIEW_UNSPECIFIED": 0, "VIEW_BASIC": 1, "VIEW_FULL": 2, } )
Enum value maps for ComponentDefinition_View.
var ( ComponentDefinition_ReleaseStage_name = map[int32]string{ 0: "RELEASE_STAGE_UNSPECIFIED", 1: "RELEASE_STAGE_OPEN_FOR_CONTRIBUTION", 2: "RELEASE_STAGE_COMING_SOON", 3: "RELEASE_STAGE_ALPHA", 4: "RELEASE_STAGE_BETA", 5: "RELEASE_STAGE_GA", } ComponentDefinition_ReleaseStage_value = map[string]int32{ "RELEASE_STAGE_UNSPECIFIED": 0, "RELEASE_STAGE_OPEN_FOR_CONTRIBUTION": 1, "RELEASE_STAGE_COMING_SOON": 2, "RELEASE_STAGE_ALPHA": 3, "RELEASE_STAGE_BETA": 4, "RELEASE_STAGE_GA": 5, } )
Enum value maps for ComponentDefinition_ReleaseStage.
var ( Connection_Method_name = map[int32]string{ 0: "METHOD_UNSPECIFIED", 1: "METHOD_DICTIONARY", 2: "METHOD_OAUTH", } Connection_Method_value = map[string]int32{ "METHOD_UNSPECIFIED": 0, "METHOD_DICTIONARY": 1, "METHOD_OAUTH": 2, } )
Enum value maps for Connection_Method.
var ( State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "STATE_INACTIVE", 2: "STATE_ACTIVE", 3: "STATE_ERROR", } State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "STATE_INACTIVE": 1, "STATE_ACTIVE": 2, "STATE_ERROR": 3, } )
Enum value maps for State.
var ( Pipeline_View_name = map[int32]string{ 0: "VIEW_UNSPECIFIED", 1: "VIEW_BASIC", 2: "VIEW_FULL", 3: "VIEW_RECIPE", } Pipeline_View_value = map[string]int32{ "VIEW_UNSPECIFIED": 0, "VIEW_BASIC": 1, "VIEW_FULL": 2, "VIEW_RECIPE": 3, } )
Enum value maps for Pipeline_View.
var ( Pipeline_Visibility_name = map[int32]string{ 0: "VISIBILITY_UNSPECIFIED", 1: "VISIBILITY_PRIVATE", 2: "VISIBILITY_PUBLIC", } Pipeline_Visibility_value = map[string]int32{ "VISIBILITY_UNSPECIFIED": 0, "VISIBILITY_PRIVATE": 1, "VISIBILITY_PUBLIC": 2, } )
Enum value maps for Pipeline_Visibility.
var ( Trace_Status_name = map[int32]string{ 0: "STATUS_UNSPECIFIED", 1: "STATUS_COMPLETED", 2: "STATUS_SKIPPED", 3: "STATUS_ERROR", } Trace_Status_value = map[string]int32{ "STATUS_UNSPECIFIED": 0, "STATUS_COMPLETED": 1, "STATUS_SKIPPED": 2, "STATUS_ERROR": 3, } )
Enum value maps for Trace_Status.
var File_vdp_pipeline_v1beta_common_proto protoreflect.FileDescriptor
var File_vdp_pipeline_v1beta_component_definition_proto protoreflect.FileDescriptor
var File_vdp_pipeline_v1beta_integration_proto protoreflect.FileDescriptor
var File_vdp_pipeline_v1beta_pipeline_private_service_proto protoreflect.FileDescriptor
var File_vdp_pipeline_v1beta_pipeline_proto protoreflect.FileDescriptor
var File_vdp_pipeline_v1beta_pipeline_public_service_proto protoreflect.FileDescriptor
var File_vdp_pipeline_v1beta_secret_proto protoreflect.FileDescriptor
var PipelinePrivateService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "vdp.pipeline.v1beta.PipelinePrivateService", HandlerType: (*PipelinePrivateServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListPipelinesAdmin", Handler: _PipelinePrivateService_ListPipelinesAdmin_Handler, }, { MethodName: "LookUpPipelineAdmin", Handler: _PipelinePrivateService_LookUpPipelineAdmin_Handler, }, { MethodName: "ListPipelineReleasesAdmin", Handler: _PipelinePrivateService_ListPipelineReleasesAdmin_Handler, }, { MethodName: "LookUpConnectionAdmin", Handler: _PipelinePrivateService_LookUpConnectionAdmin_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vdp/pipeline/v1beta/pipeline_private_service.proto", }
PipelinePrivateService_ServiceDesc is the grpc.ServiceDesc for PipelinePrivateService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var PipelinePublicService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "vdp.pipeline.v1beta.PipelinePublicService", HandlerType: (*PipelinePublicServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Liveness", Handler: _PipelinePublicService_Liveness_Handler, }, { MethodName: "Readiness", Handler: _PipelinePublicService_Readiness_Handler, }, { MethodName: "GetHubStats", Handler: _PipelinePublicService_GetHubStats_Handler, }, { MethodName: "ListPipelines", Handler: _PipelinePublicService_ListPipelines_Handler, }, { MethodName: "LookUpPipeline", Handler: _PipelinePublicService_LookUpPipeline_Handler, }, { MethodName: "ListNamespacePipelines", Handler: _PipelinePublicService_ListNamespacePipelines_Handler, }, { MethodName: "CreateNamespacePipeline", Handler: _PipelinePublicService_CreateNamespacePipeline_Handler, }, { MethodName: "GetNamespacePipeline", Handler: _PipelinePublicService_GetNamespacePipeline_Handler, }, { MethodName: "UpdateNamespacePipeline", Handler: _PipelinePublicService_UpdateNamespacePipeline_Handler, }, { MethodName: "DeleteNamespacePipeline", Handler: _PipelinePublicService_DeleteNamespacePipeline_Handler, }, { MethodName: "ValidateNamespacePipeline", Handler: _PipelinePublicService_ValidateNamespacePipeline_Handler, }, { MethodName: "RenameNamespacePipeline", Handler: _PipelinePublicService_RenameNamespacePipeline_Handler, }, { MethodName: "CloneNamespacePipeline", Handler: _PipelinePublicService_CloneNamespacePipeline_Handler, }, { MethodName: "DispatchPipelineWebhookEvent", Handler: _PipelinePublicService_DispatchPipelineWebhookEvent_Handler, }, { MethodName: "TriggerNamespacePipeline", Handler: _PipelinePublicService_TriggerNamespacePipeline_Handler, }, { MethodName: "TriggerAsyncNamespacePipeline", Handler: _PipelinePublicService_TriggerAsyncNamespacePipeline_Handler, }, { MethodName: "CreateNamespacePipelineRelease", Handler: _PipelinePublicService_CreateNamespacePipelineRelease_Handler, }, { MethodName: "ListNamespacePipelineReleases", Handler: _PipelinePublicService_ListNamespacePipelineReleases_Handler, }, { MethodName: "GetNamespacePipelineRelease", Handler: _PipelinePublicService_GetNamespacePipelineRelease_Handler, }, { MethodName: "UpdateNamespacePipelineRelease", Handler: _PipelinePublicService_UpdateNamespacePipelineRelease_Handler, }, { MethodName: "DeleteNamespacePipelineRelease", Handler: _PipelinePublicService_DeleteNamespacePipelineRelease_Handler, }, { MethodName: "CloneNamespacePipelineRelease", Handler: _PipelinePublicService_CloneNamespacePipelineRelease_Handler, }, { MethodName: "TriggerNamespacePipelineRelease", Handler: _PipelinePublicService_TriggerNamespacePipelineRelease_Handler, }, { MethodName: "TriggerAsyncNamespacePipelineRelease", Handler: _PipelinePublicService_TriggerAsyncNamespacePipelineRelease_Handler, }, { MethodName: "CreateNamespaceSecret", Handler: _PipelinePublicService_CreateNamespaceSecret_Handler, }, { MethodName: "ListNamespaceSecrets", Handler: _PipelinePublicService_ListNamespaceSecrets_Handler, }, { MethodName: "GetNamespaceSecret", Handler: _PipelinePublicService_GetNamespaceSecret_Handler, }, { MethodName: "UpdateNamespaceSecret", Handler: _PipelinePublicService_UpdateNamespaceSecret_Handler, }, { MethodName: "DeleteNamespaceSecret", Handler: _PipelinePublicService_DeleteNamespaceSecret_Handler, }, { MethodName: "ListComponentDefinitions", Handler: _PipelinePublicService_ListComponentDefinitions_Handler, }, { MethodName: "GetOperation", Handler: _PipelinePublicService_GetOperation_Handler, }, { MethodName: "CreateUserPipeline", Handler: _PipelinePublicService_CreateUserPipeline_Handler, }, { MethodName: "ListUserPipelines", Handler: _PipelinePublicService_ListUserPipelines_Handler, }, { MethodName: "GetUserPipeline", Handler: _PipelinePublicService_GetUserPipeline_Handler, }, { MethodName: "UpdateUserPipeline", Handler: _PipelinePublicService_UpdateUserPipeline_Handler, }, { MethodName: "DeleteUserPipeline", Handler: _PipelinePublicService_DeleteUserPipeline_Handler, }, { MethodName: "ValidateUserPipeline", Handler: _PipelinePublicService_ValidateUserPipeline_Handler, }, { MethodName: "RenameUserPipeline", Handler: _PipelinePublicService_RenameUserPipeline_Handler, }, { MethodName: "TriggerUserPipeline", Handler: _PipelinePublicService_TriggerUserPipeline_Handler, }, { MethodName: "TriggerAsyncUserPipeline", Handler: _PipelinePublicService_TriggerAsyncUserPipeline_Handler, }, { MethodName: "CreateUserPipelineRelease", Handler: _PipelinePublicService_CreateUserPipelineRelease_Handler, }, { MethodName: "ListUserPipelineReleases", Handler: _PipelinePublicService_ListUserPipelineReleases_Handler, }, { MethodName: "GetUserPipelineRelease", Handler: _PipelinePublicService_GetUserPipelineRelease_Handler, }, { MethodName: "UpdateUserPipelineRelease", Handler: _PipelinePublicService_UpdateUserPipelineRelease_Handler, }, { MethodName: "DeleteUserPipelineRelease", Handler: _PipelinePublicService_DeleteUserPipelineRelease_Handler, }, { MethodName: "RestoreUserPipelineRelease", Handler: _PipelinePublicService_RestoreUserPipelineRelease_Handler, }, { MethodName: "RenameUserPipelineRelease", Handler: _PipelinePublicService_RenameUserPipelineRelease_Handler, }, { MethodName: "TriggerUserPipelineRelease", Handler: _PipelinePublicService_TriggerUserPipelineRelease_Handler, }, { MethodName: "TriggerAsyncUserPipelineRelease", Handler: _PipelinePublicService_TriggerAsyncUserPipelineRelease_Handler, }, { MethodName: "CreateOrganizationPipeline", Handler: _PipelinePublicService_CreateOrganizationPipeline_Handler, }, { MethodName: "ListOrganizationPipelines", Handler: _PipelinePublicService_ListOrganizationPipelines_Handler, }, { MethodName: "GetOrganizationPipeline", Handler: _PipelinePublicService_GetOrganizationPipeline_Handler, }, { MethodName: "UpdateOrganizationPipeline", Handler: _PipelinePublicService_UpdateOrganizationPipeline_Handler, }, { MethodName: "DeleteOrganizationPipeline", Handler: _PipelinePublicService_DeleteOrganizationPipeline_Handler, }, { MethodName: "ValidateOrganizationPipeline", Handler: _PipelinePublicService_ValidateOrganizationPipeline_Handler, }, { MethodName: "RenameOrganizationPipeline", Handler: _PipelinePublicService_RenameOrganizationPipeline_Handler, }, { MethodName: "TriggerOrganizationPipeline", Handler: _PipelinePublicService_TriggerOrganizationPipeline_Handler, }, { MethodName: "TriggerAsyncOrganizationPipeline", Handler: _PipelinePublicService_TriggerAsyncOrganizationPipeline_Handler, }, { MethodName: "CreateOrganizationPipelineRelease", Handler: _PipelinePublicService_CreateOrganizationPipelineRelease_Handler, }, { MethodName: "ListOrganizationPipelineReleases", Handler: _PipelinePublicService_ListOrganizationPipelineReleases_Handler, }, { MethodName: "GetOrganizationPipelineRelease", Handler: _PipelinePublicService_GetOrganizationPipelineRelease_Handler, }, { MethodName: "UpdateOrganizationPipelineRelease", Handler: _PipelinePublicService_UpdateOrganizationPipelineRelease_Handler, }, { MethodName: "DeleteOrganizationPipelineRelease", Handler: _PipelinePublicService_DeleteOrganizationPipelineRelease_Handler, }, { MethodName: "RestoreOrganizationPipelineRelease", Handler: _PipelinePublicService_RestoreOrganizationPipelineRelease_Handler, }, { MethodName: "RenameOrganizationPipelineRelease", Handler: _PipelinePublicService_RenameOrganizationPipelineRelease_Handler, }, { MethodName: "TriggerOrganizationPipelineRelease", Handler: _PipelinePublicService_TriggerOrganizationPipelineRelease_Handler, }, { MethodName: "TriggerAsyncOrganizationPipelineRelease", Handler: _PipelinePublicService_TriggerAsyncOrganizationPipelineRelease_Handler, }, { MethodName: "CheckName", Handler: _PipelinePublicService_CheckName_Handler, }, { MethodName: "CreateUserSecret", Handler: _PipelinePublicService_CreateUserSecret_Handler, }, { MethodName: "ListUserSecrets", Handler: _PipelinePublicService_ListUserSecrets_Handler, }, { MethodName: "GetUserSecret", Handler: _PipelinePublicService_GetUserSecret_Handler, }, { MethodName: "UpdateUserSecret", Handler: _PipelinePublicService_UpdateUserSecret_Handler, }, { MethodName: "DeleteUserSecret", Handler: _PipelinePublicService_DeleteUserSecret_Handler, }, { MethodName: "CreateOrganizationSecret", Handler: _PipelinePublicService_CreateOrganizationSecret_Handler, }, { MethodName: "ListOrganizationSecrets", Handler: _PipelinePublicService_ListOrganizationSecrets_Handler, }, { MethodName: "GetOrganizationSecret", Handler: _PipelinePublicService_GetOrganizationSecret_Handler, }, { MethodName: "UpdateOrganizationSecret", Handler: _PipelinePublicService_UpdateOrganizationSecret_Handler, }, { MethodName: "DeleteOrganizationSecret", Handler: _PipelinePublicService_DeleteOrganizationSecret_Handler, }, { MethodName: "ListPipelineRuns", Handler: _PipelinePublicService_ListPipelineRuns_Handler, }, { MethodName: "ListComponentRuns", Handler: _PipelinePublicService_ListComponentRuns_Handler, }, { MethodName: "ListPipelineRunsByRequester", Handler: _PipelinePublicService_ListPipelineRunsByRequester_Handler, }, { MethodName: "ListNamespaceConnections", Handler: _PipelinePublicService_ListNamespaceConnections_Handler, }, { MethodName: "GetNamespaceConnection", Handler: _PipelinePublicService_GetNamespaceConnection_Handler, }, { MethodName: "CreateNamespaceConnection", Handler: _PipelinePublicService_CreateNamespaceConnection_Handler, }, { MethodName: "UpdateNamespaceConnection", Handler: _PipelinePublicService_UpdateNamespaceConnection_Handler, }, { MethodName: "DeleteNamespaceConnection", Handler: _PipelinePublicService_DeleteNamespaceConnection_Handler, }, { MethodName: "TestNamespaceConnection", Handler: _PipelinePublicService_TestNamespaceConnection_Handler, }, { MethodName: "ListPipelineIDsByConnectionID", Handler: _PipelinePublicService_ListPipelineIDsByConnectionID_Handler, }, { MethodName: "ListIntegrations", Handler: _PipelinePublicService_ListIntegrations_Handler, }, { MethodName: "GetIntegration", Handler: _PipelinePublicService_GetIntegration_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "TriggerNamespacePipelineWithStream", Handler: _PipelinePublicService_TriggerNamespacePipelineWithStream_Handler, ServerStreams: true, }, { StreamName: "TriggerUserPipelineWithStream", Handler: _PipelinePublicService_TriggerUserPipelineWithStream_Handler, ServerStreams: true, }, { StreamName: "TriggerOrganizationPipelineStream", Handler: _PipelinePublicService_TriggerOrganizationPipelineStream_Handler, ServerStreams: true, }, }, Metadata: "vdp/pipeline/v1beta/pipeline_public_service.proto", }
PipelinePublicService_ServiceDesc is the grpc.ServiceDesc for PipelinePublicService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterPipelinePrivateServiceHandler ¶
func RegisterPipelinePrivateServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterPipelinePrivateServiceHandler registers the http handlers for service PipelinePrivateService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterPipelinePrivateServiceHandlerClient ¶
func RegisterPipelinePrivateServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client PipelinePrivateServiceClient) error
RegisterPipelinePrivateServiceHandlerClient registers the http handlers for service PipelinePrivateService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "PipelinePrivateServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "PipelinePrivateServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "PipelinePrivateServiceClient" to call the correct interceptors.
func RegisterPipelinePrivateServiceHandlerFromEndpoint ¶
func RegisterPipelinePrivateServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterPipelinePrivateServiceHandlerFromEndpoint is same as RegisterPipelinePrivateServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterPipelinePrivateServiceHandlerServer ¶
func RegisterPipelinePrivateServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server PipelinePrivateServiceServer) error
RegisterPipelinePrivateServiceHandlerServer registers the http handlers for service PipelinePrivateService to "mux". UnaryRPC :call PipelinePrivateServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterPipelinePrivateServiceHandlerFromEndpoint instead.
func RegisterPipelinePrivateServiceServer ¶
func RegisterPipelinePrivateServiceServer(s grpc.ServiceRegistrar, srv PipelinePrivateServiceServer)
func RegisterPipelinePublicServiceHandler ¶
func RegisterPipelinePublicServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterPipelinePublicServiceHandler registers the http handlers for service PipelinePublicService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterPipelinePublicServiceHandlerClient ¶
func RegisterPipelinePublicServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client PipelinePublicServiceClient) error
RegisterPipelinePublicServiceHandlerClient registers the http handlers for service PipelinePublicService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "PipelinePublicServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "PipelinePublicServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "PipelinePublicServiceClient" to call the correct interceptors.
func RegisterPipelinePublicServiceHandlerFromEndpoint ¶
func RegisterPipelinePublicServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterPipelinePublicServiceHandlerFromEndpoint is same as RegisterPipelinePublicServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterPipelinePublicServiceHandlerServer ¶
func RegisterPipelinePublicServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server PipelinePublicServiceServer) error
RegisterPipelinePublicServiceHandlerServer registers the http handlers for service PipelinePublicService to "mux". UnaryRPC :call PipelinePublicServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterPipelinePublicServiceHandlerFromEndpoint instead.
func RegisterPipelinePublicServiceServer ¶
func RegisterPipelinePublicServiceServer(s grpc.ServiceRegistrar, srv PipelinePublicServiceServer)
Types ¶
type CheckNameRequest ¶
type CheckNameRequest struct { // The name of the resource to be checked. For the moment, only pipeline and // connector names can be checked. The following formats are accepted: // - `users/{user.id}/pipelines/{pipeline.id}` // - `users/{user.id}/connectors/{connector.id}` // - `organizations/{organization.id}/pipelines/{pipeline.id}` // - `organizations/{organization.id}/connectors/{connector.id}` Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
CheckNameRequest represents a request to verify if a name is available.
func (*CheckNameRequest) Descriptor
deprecated
func (*CheckNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use CheckNameRequest.ProtoReflect.Descriptor instead.
func (*CheckNameRequest) GetName ¶
func (x *CheckNameRequest) GetName() string
func (*CheckNameRequest) ProtoMessage ¶
func (*CheckNameRequest) ProtoMessage()
func (*CheckNameRequest) ProtoReflect ¶
func (x *CheckNameRequest) ProtoReflect() protoreflect.Message
func (*CheckNameRequest) Reset ¶
func (x *CheckNameRequest) Reset()
func (*CheckNameRequest) String ¶
func (x *CheckNameRequest) String() string
type CheckNameResponse ¶
type CheckNameResponse struct { // The availability of the requested name. Availability CheckNameResponse_Name `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
CheckNameResponse contains the availability of a resource name.
func (*CheckNameResponse) Descriptor
deprecated
func (*CheckNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use CheckNameResponse.ProtoReflect.Descriptor instead.
func (*CheckNameResponse) GetAvailability ¶
func (x *CheckNameResponse) GetAvailability() CheckNameResponse_Name
func (*CheckNameResponse) ProtoMessage ¶
func (*CheckNameResponse) ProtoMessage()
func (*CheckNameResponse) ProtoReflect ¶
func (x *CheckNameResponse) ProtoReflect() protoreflect.Message
func (*CheckNameResponse) Reset ¶
func (x *CheckNameResponse) Reset()
func (*CheckNameResponse) String ¶
func (x *CheckNameResponse) String() string
type CheckNameResponse_Name ¶
type CheckNameResponse_Name int32
Name defines the availability of a resource name.
const ( // Unspecified. CheckNameResponse_NAME_UNSPECIFIED CheckNameResponse_Name = 0 // Available. CheckNameResponse_NAME_AVAILABLE CheckNameResponse_Name = 1 // Unavailable. CheckNameResponse_NAME_UNAVAILABLE CheckNameResponse_Name = 2 )
func (CheckNameResponse_Name) Descriptor ¶
func (CheckNameResponse_Name) Descriptor() protoreflect.EnumDescriptor
func (CheckNameResponse_Name) Enum ¶
func (x CheckNameResponse_Name) Enum() *CheckNameResponse_Name
func (CheckNameResponse_Name) EnumDescriptor
deprecated
func (CheckNameResponse_Name) EnumDescriptor() ([]byte, []int)
Deprecated: Use CheckNameResponse_Name.Descriptor instead.
func (CheckNameResponse_Name) Number ¶
func (x CheckNameResponse_Name) Number() protoreflect.EnumNumber
func (CheckNameResponse_Name) String ¶
func (x CheckNameResponse_Name) String() string
func (CheckNameResponse_Name) Type ¶
func (CheckNameResponse_Name) Type() protoreflect.EnumType
type CloneNamespacePipelineReleaseRequest ¶
type CloneNamespacePipelineReleaseRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Pipeline ID PipelineId string `protobuf:"bytes,2,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // Release ID ReleaseId string `protobuf:"bytes,3,opt,name=release_id,json=releaseId,proto3" json:"release_id,omitempty"` // Pipeline description. Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` // Pipeline sharing information. Sharing *Sharing `protobuf:"bytes,6,opt,name=sharing,proto3" json:"sharing,omitempty"` // Target Namespace ID. TargetNamespaceId string `protobuf:"bytes,7,opt,name=target_namespace_id,json=targetNamespaceId,proto3" json:"target_namespace_id,omitempty"` // Target Pipeline ID. TargetPipelineId string `protobuf:"bytes,8,opt,name=target_pipeline_id,json=targetPipelineId,proto3" json:"target_pipeline_id,omitempty"` // contains filtered or unexported fields }
CloneNamespacePipelineReleaseRequest represents a request to clone a pipeline release owned by a user.
func (*CloneNamespacePipelineReleaseRequest) Descriptor
deprecated
func (*CloneNamespacePipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use CloneNamespacePipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*CloneNamespacePipelineReleaseRequest) GetDescription ¶
func (x *CloneNamespacePipelineReleaseRequest) GetDescription() string
func (*CloneNamespacePipelineReleaseRequest) GetNamespaceId ¶
func (x *CloneNamespacePipelineReleaseRequest) GetNamespaceId() string
func (*CloneNamespacePipelineReleaseRequest) GetPipelineId ¶
func (x *CloneNamespacePipelineReleaseRequest) GetPipelineId() string
func (*CloneNamespacePipelineReleaseRequest) GetReleaseId ¶
func (x *CloneNamespacePipelineReleaseRequest) GetReleaseId() string
func (*CloneNamespacePipelineReleaseRequest) GetSharing ¶
func (x *CloneNamespacePipelineReleaseRequest) GetSharing() *Sharing
func (*CloneNamespacePipelineReleaseRequest) GetTargetNamespaceId ¶
func (x *CloneNamespacePipelineReleaseRequest) GetTargetNamespaceId() string
func (*CloneNamespacePipelineReleaseRequest) GetTargetPipelineId ¶
func (x *CloneNamespacePipelineReleaseRequest) GetTargetPipelineId() string
func (*CloneNamespacePipelineReleaseRequest) ProtoMessage ¶
func (*CloneNamespacePipelineReleaseRequest) ProtoMessage()
func (*CloneNamespacePipelineReleaseRequest) ProtoReflect ¶
func (x *CloneNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*CloneNamespacePipelineReleaseRequest) Reset ¶
func (x *CloneNamespacePipelineReleaseRequest) Reset()
func (*CloneNamespacePipelineReleaseRequest) String ¶
func (x *CloneNamespacePipelineReleaseRequest) String() string
type CloneNamespacePipelineReleaseResponse ¶
type CloneNamespacePipelineReleaseResponse struct {
// contains filtered or unexported fields
}
CloneNamespacePipelineReleaseResponse contains a cloned pipeline.
func (*CloneNamespacePipelineReleaseResponse) Descriptor
deprecated
func (*CloneNamespacePipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use CloneNamespacePipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*CloneNamespacePipelineReleaseResponse) ProtoMessage ¶
func (*CloneNamespacePipelineReleaseResponse) ProtoMessage()
func (*CloneNamespacePipelineReleaseResponse) ProtoReflect ¶
func (x *CloneNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*CloneNamespacePipelineReleaseResponse) Reset ¶
func (x *CloneNamespacePipelineReleaseResponse) Reset()
func (*CloneNamespacePipelineReleaseResponse) String ¶
func (x *CloneNamespacePipelineReleaseResponse) String() string
type CloneNamespacePipelineRequest ¶
type CloneNamespacePipelineRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Pipeline ID PipelineId string `protobuf:"bytes,2,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // Pipeline description. Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // Pipeline sharing information. Sharing *Sharing `protobuf:"bytes,5,opt,name=sharing,proto3" json:"sharing,omitempty"` // Target Namespace ID. TargetNamespaceId string `protobuf:"bytes,6,opt,name=target_namespace_id,json=targetNamespaceId,proto3" json:"target_namespace_id,omitempty"` // Target Pipeline ID. TargetPipelineId string `protobuf:"bytes,7,opt,name=target_pipeline_id,json=targetPipelineId,proto3" json:"target_pipeline_id,omitempty"` // contains filtered or unexported fields }
CloneNamespacePipelineRequest represents a request to clone a pipeline owned by a user.
func (*CloneNamespacePipelineRequest) Descriptor
deprecated
func (*CloneNamespacePipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use CloneNamespacePipelineRequest.ProtoReflect.Descriptor instead.
func (*CloneNamespacePipelineRequest) GetDescription ¶
func (x *CloneNamespacePipelineRequest) GetDescription() string
func (*CloneNamespacePipelineRequest) GetNamespaceId ¶
func (x *CloneNamespacePipelineRequest) GetNamespaceId() string
func (*CloneNamespacePipelineRequest) GetPipelineId ¶
func (x *CloneNamespacePipelineRequest) GetPipelineId() string
func (*CloneNamespacePipelineRequest) GetSharing ¶
func (x *CloneNamespacePipelineRequest) GetSharing() *Sharing
func (*CloneNamespacePipelineRequest) GetTargetNamespaceId ¶
func (x *CloneNamespacePipelineRequest) GetTargetNamespaceId() string
func (*CloneNamespacePipelineRequest) GetTargetPipelineId ¶
func (x *CloneNamespacePipelineRequest) GetTargetPipelineId() string
func (*CloneNamespacePipelineRequest) ProtoMessage ¶
func (*CloneNamespacePipelineRequest) ProtoMessage()
func (*CloneNamespacePipelineRequest) ProtoReflect ¶
func (x *CloneNamespacePipelineRequest) ProtoReflect() protoreflect.Message
func (*CloneNamespacePipelineRequest) Reset ¶
func (x *CloneNamespacePipelineRequest) Reset()
func (*CloneNamespacePipelineRequest) String ¶
func (x *CloneNamespacePipelineRequest) String() string
type CloneNamespacePipelineResponse ¶
type CloneNamespacePipelineResponse struct {
// contains filtered or unexported fields
}
CloneNamespacePipelineResponse contains a cloned pipeline.
func (*CloneNamespacePipelineResponse) Descriptor
deprecated
func (*CloneNamespacePipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use CloneNamespacePipelineResponse.ProtoReflect.Descriptor instead.
func (*CloneNamespacePipelineResponse) ProtoMessage ¶
func (*CloneNamespacePipelineResponse) ProtoMessage()
func (*CloneNamespacePipelineResponse) ProtoReflect ¶
func (x *CloneNamespacePipelineResponse) ProtoReflect() protoreflect.Message
func (*CloneNamespacePipelineResponse) Reset ¶
func (x *CloneNamespacePipelineResponse) Reset()
func (*CloneNamespacePipelineResponse) String ¶
func (x *CloneNamespacePipelineResponse) String() string
type ComponentDefinition ¶
type ComponentDefinition struct { // The name of the component definition, defined by its ID. // - Format: `component-definitions/{id}` Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Component definition UUID. Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"` // Component definition resource ID (used in `name` as the last segment). This // conforms to RFC-1034, which restricts to letters, numbers, and hyphen, // with the first character a letter, the last a letter or a number, and a 63 // character maximum. Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` // Component definition title. Title string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"` // Component definition documentation URL. DocumentationUrl string `protobuf:"bytes,5,opt,name=documentation_url,json=documentationUrl,proto3" json:"documentation_url,omitempty"` // Component definition icon. This is a path that's relative to the root of // the component implementation (see `source_url`) and that allows // frontend applications to pull and locate the icons. Icon string `protobuf:"bytes,6,opt,name=icon,proto3" json:"icon,omitempty"` // Component definition specification. Spec *ComponentDefinition_Spec `protobuf:"bytes,7,opt,name=spec,proto3" json:"spec,omitempty"` // Component definition type. Type ComponentType `protobuf:"varint,8,opt,name=type,proto3,enum=vdp.pipeline.v1beta.ComponentType" json:"type,omitempty"` // Component definition tombstone. If true, this configuration is permanently // off. Otherwise, the configuration is active. Tombstone bool `protobuf:"varint,9,opt,name=tombstone,proto3" json:"tombstone,omitempty"` // The public flag determines whether this connector definition is available // to all workspaces. Public bool `protobuf:"varint,10,opt,name=public,proto3" json:"public,omitempty"` // Component definition custom flag, i.e., whether this is a custom // component definition. Custom bool `protobuf:"varint,11,opt,name=custom,proto3" json:"custom,omitempty"` // Component definition vendor name. Vendor string `protobuf:"bytes,12,opt,name=vendor,proto3" json:"vendor,omitempty"` // Vendor-specific attributes. VendorAttributes *structpb.Struct `protobuf:"bytes,13,opt,name=vendor_attributes,json=vendorAttributes,proto3" json:"vendor_attributes,omitempty"` // Source code URL. This points to the source code where the component is // implemented. SourceUrl string `protobuf:"bytes,14,opt,name=source_url,json=sourceUrl,proto3" json:"source_url,omitempty"` // Component definition version. This is a string that fulfills the SemVer // specification (e.g. `1.0.0-beta`). Version string `protobuf:"bytes,15,opt,name=version,proto3" json:"version,omitempty"` // List of tasks that can be executed by the component. Tasks []*ComponentTask `protobuf:"bytes,16,rep,name=tasks,proto3" json:"tasks,omitempty"` // Short description of the component. Description string `protobuf:"bytes,17,opt,name=description,proto3" json:"description,omitempty"` // Release stage. ReleaseStage ComponentDefinition_ReleaseStage `` /* 157-byte string literal not displayed */ // List of events that can be produced by the component. Events []*ComponentEvent `protobuf:"bytes,19,rep,name=events,proto3" json:"events,omitempty"` // contains filtered or unexported fields }
ComponentDefinition describes a certain type of Component.
func (*ComponentDefinition) Descriptor
deprecated
func (*ComponentDefinition) Descriptor() ([]byte, []int)
Deprecated: Use ComponentDefinition.ProtoReflect.Descriptor instead.
func (*ComponentDefinition) GetCustom ¶
func (x *ComponentDefinition) GetCustom() bool
func (*ComponentDefinition) GetDescription ¶
func (x *ComponentDefinition) GetDescription() string
func (*ComponentDefinition) GetDocumentationUrl ¶
func (x *ComponentDefinition) GetDocumentationUrl() string
func (*ComponentDefinition) GetEvents ¶
func (x *ComponentDefinition) GetEvents() []*ComponentEvent
func (*ComponentDefinition) GetIcon ¶
func (x *ComponentDefinition) GetIcon() string
func (*ComponentDefinition) GetId ¶
func (x *ComponentDefinition) GetId() string
func (*ComponentDefinition) GetName ¶
func (x *ComponentDefinition) GetName() string
func (*ComponentDefinition) GetPublic ¶
func (x *ComponentDefinition) GetPublic() bool
func (*ComponentDefinition) GetReleaseStage ¶
func (x *ComponentDefinition) GetReleaseStage() ComponentDefinition_ReleaseStage
func (*ComponentDefinition) GetSourceUrl ¶
func (x *ComponentDefinition) GetSourceUrl() string
func (*ComponentDefinition) GetSpec ¶
func (x *ComponentDefinition) GetSpec() *ComponentDefinition_Spec
func (*ComponentDefinition) GetTasks ¶
func (x *ComponentDefinition) GetTasks() []*ComponentTask
func (*ComponentDefinition) GetTitle ¶
func (x *ComponentDefinition) GetTitle() string
func (*ComponentDefinition) GetTombstone ¶
func (x *ComponentDefinition) GetTombstone() bool
func (*ComponentDefinition) GetType ¶
func (x *ComponentDefinition) GetType() ComponentType
func (*ComponentDefinition) GetUid ¶
func (x *ComponentDefinition) GetUid() string
func (*ComponentDefinition) GetVendor ¶
func (x *ComponentDefinition) GetVendor() string
func (*ComponentDefinition) GetVendorAttributes ¶
func (x *ComponentDefinition) GetVendorAttributes() *structpb.Struct
func (*ComponentDefinition) GetVersion ¶
func (x *ComponentDefinition) GetVersion() string
func (*ComponentDefinition) ProtoMessage ¶
func (*ComponentDefinition) ProtoMessage()
func (*ComponentDefinition) ProtoReflect ¶
func (x *ComponentDefinition) ProtoReflect() protoreflect.Message
func (*ComponentDefinition) Reset ¶
func (x *ComponentDefinition) Reset()
func (*ComponentDefinition) String ¶
func (x *ComponentDefinition) String() string
type ComponentDefinition_ReleaseStage ¶
type ComponentDefinition_ReleaseStage int32
ReleaseStage defines the release stage of a component. This is used to group components with the same pre-relase groups (e.g. `0.1.0-beta`, `0.1.0-beta.1` -> `RELEASE_STAGE_BETA`) and to include other "in progress" (i.e. coming soon, open for contributions) stages that may not be relevant within semantic versioning. See the documentation of each value for potential constraints between `version` and `release_stage` fields.`
const ( // Unspecified. ComponentDefinition_RELEASE_STAGE_UNSPECIFIED ComponentDefinition_ReleaseStage = 0 // This component is unimplemented and community contributions are welcome // for this component. // // It is recommended that the major and minor versions for definitions at // this release stage is kept at 0, e.g., `0.0.1`, `0.0.4`, etc. ComponentDefinition_RELEASE_STAGE_OPEN_FOR_CONTRIBUTION ComponentDefinition_ReleaseStage = 1 // The implementation of this component is planned and will be tackled by // the Instill AI team. // // It is recommended that the major and minor versions for definitions at // this release stage is kept at 0, e.g., `0.0.1`, `0.0.4`, etc. ComponentDefinition_RELEASE_STAGE_COMING_SOON ComponentDefinition_ReleaseStage = 2 // Initial implementation intended to gather feedback and issues from early // adopters. Alpha releases are discouraged for production use cases. // // The `version` field in the definition must have `alpha` as its first // pre-release identifier, e.g., `0.1.0-alpha`, `0.1.3-alpha.1`. ComponentDefinition_RELEASE_STAGE_ALPHA ComponentDefinition_ReleaseStage = 3 // The component has reached stability and no backwards incompatible // changes are expected. Before reaching general availability, it should be // validated by a broader group of users. Some fixes might be added during // this process. // // The `version` field in the definition must have `beta` as its first // pre-release identifier, e.g., `0.1.0-beta`, `0.1.3-beta.1`. ComponentDefinition_RELEASE_STAGE_BETA ComponentDefinition_ReleaseStage = 4 // Generally available - ready for use in production and fully supported by // Instill AI. ComponentDefinition_RELEASE_STAGE_GA ComponentDefinition_ReleaseStage = 5 )
func (ComponentDefinition_ReleaseStage) Descriptor ¶
func (ComponentDefinition_ReleaseStage) Descriptor() protoreflect.EnumDescriptor
func (ComponentDefinition_ReleaseStage) Enum ¶
func (x ComponentDefinition_ReleaseStage) Enum() *ComponentDefinition_ReleaseStage
func (ComponentDefinition_ReleaseStage) EnumDescriptor
deprecated
func (ComponentDefinition_ReleaseStage) EnumDescriptor() ([]byte, []int)
Deprecated: Use ComponentDefinition_ReleaseStage.Descriptor instead.
func (ComponentDefinition_ReleaseStage) Number ¶
func (x ComponentDefinition_ReleaseStage) Number() protoreflect.EnumNumber
func (ComponentDefinition_ReleaseStage) String ¶
func (x ComponentDefinition_ReleaseStage) String() string
func (ComponentDefinition_ReleaseStage) Type ¶
func (ComponentDefinition_ReleaseStage) Type() protoreflect.EnumType
type ComponentDefinition_Spec ¶
type ComponentDefinition_Spec struct { // Component specification. ComponentSpecification *structpb.Struct `` /* 127-byte string literal not displayed */ // Data specifications. // The key represents the task, and the value is the corresponding data_specification. // Note: This field will be renamed to task_specifications in the future. DataSpecifications map[string]*DataSpecification `` /* 203-byte string literal not displayed */ // Event specifications. // The key represents the event, and the value is the corresponding event_specification. EventSpecifications map[string]*EventSpecification `` /* 206-byte string literal not displayed */ // contains filtered or unexported fields }
Spec represents a specification data model.
func (*ComponentDefinition_Spec) Descriptor
deprecated
func (*ComponentDefinition_Spec) Descriptor() ([]byte, []int)
Deprecated: Use ComponentDefinition_Spec.ProtoReflect.Descriptor instead.
func (*ComponentDefinition_Spec) GetComponentSpecification ¶
func (x *ComponentDefinition_Spec) GetComponentSpecification() *structpb.Struct
func (*ComponentDefinition_Spec) GetDataSpecifications ¶
func (x *ComponentDefinition_Spec) GetDataSpecifications() map[string]*DataSpecification
func (*ComponentDefinition_Spec) GetEventSpecifications ¶
func (x *ComponentDefinition_Spec) GetEventSpecifications() map[string]*EventSpecification
func (*ComponentDefinition_Spec) ProtoMessage ¶
func (*ComponentDefinition_Spec) ProtoMessage()
func (*ComponentDefinition_Spec) ProtoReflect ¶
func (x *ComponentDefinition_Spec) ProtoReflect() protoreflect.Message
func (*ComponentDefinition_Spec) Reset ¶
func (x *ComponentDefinition_Spec) Reset()
func (*ComponentDefinition_Spec) String ¶
func (x *ComponentDefinition_Spec) String() string
type ComponentDefinition_View ¶
type ComponentDefinition_View int32
View defines how a component definition is presented.
const ( // Unspecified, equivalent to BASIC. ComponentDefinition_VIEW_UNSPECIFIED ComponentDefinition_View = 0 // Default view, only includes basic information (removes the `spec` // field). ComponentDefinition_VIEW_BASIC ComponentDefinition_View = 1 // Full representation. ComponentDefinition_VIEW_FULL ComponentDefinition_View = 2 )
func (ComponentDefinition_View) Descriptor ¶
func (ComponentDefinition_View) Descriptor() protoreflect.EnumDescriptor
func (ComponentDefinition_View) Enum ¶
func (x ComponentDefinition_View) Enum() *ComponentDefinition_View
func (ComponentDefinition_View) EnumDescriptor
deprecated
func (ComponentDefinition_View) EnumDescriptor() ([]byte, []int)
Deprecated: Use ComponentDefinition_View.Descriptor instead.
func (ComponentDefinition_View) Number ¶
func (x ComponentDefinition_View) Number() protoreflect.EnumNumber
func (ComponentDefinition_View) String ¶
func (x ComponentDefinition_View) String() string
func (ComponentDefinition_View) Type ¶
func (ComponentDefinition_View) Type() protoreflect.EnumType
type ComponentEvent ¶
type ComponentEvent struct { // The event name, e.g. `EVENT_NEW`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Title is the event name in a human-friendly format. Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` // Description contains information about the event. Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
ComponentEvent contains information about an event that a component can produce.
func (*ComponentEvent) Descriptor
deprecated
func (*ComponentEvent) Descriptor() ([]byte, []int)
Deprecated: Use ComponentEvent.ProtoReflect.Descriptor instead.
func (*ComponentEvent) GetDescription ¶
func (x *ComponentEvent) GetDescription() string
func (*ComponentEvent) GetName ¶
func (x *ComponentEvent) GetName() string
func (*ComponentEvent) GetTitle ¶
func (x *ComponentEvent) GetTitle() string
func (*ComponentEvent) ProtoMessage ¶
func (*ComponentEvent) ProtoMessage()
func (*ComponentEvent) ProtoReflect ¶
func (x *ComponentEvent) ProtoReflect() protoreflect.Message
func (*ComponentEvent) Reset ¶
func (x *ComponentEvent) Reset()
func (*ComponentEvent) String ¶
func (x *ComponentEvent) String() string
type ComponentRun ¶
type ComponentRun struct { // Links to the parent PipelineRun. PipelineRunUid string `protobuf:"bytes,1,opt,name=pipeline_run_uid,json=pipelineRunUid,proto3" json:"pipeline_run_uid,omitempty"` // Unique identifier for each pipeline component. ComponentId string `protobuf:"bytes,2,opt,name=component_id,json=componentId,proto3" json:"component_id,omitempty"` // Completion status of the component. Status v1alpha.RunStatus `protobuf:"varint,3,opt,name=status,proto3,enum=common.run.v1alpha.RunStatus" json:"status,omitempty"` // Time taken to execute the component in milliseconds. TotalDuration *int32 `protobuf:"varint,4,opt,name=total_duration,json=totalDuration,proto3,oneof" json:"total_duration,omitempty"` // Time when the component started execution. StartTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // Time when the component finished execution. CompleteTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=complete_time,json=completeTime,proto3,oneof" json:"complete_time,omitempty"` // Error message if the component failed. Error *string `protobuf:"bytes,7,opt,name=error,proto3,oneof" json:"error,omitempty"` // Input files for the run. InputsReference []*FileReference `protobuf:"bytes,8,rep,name=inputs_reference,json=inputsReference,proto3" json:"inputs_reference,omitempty"` // Component input parameters. Inputs []*structpb.Struct `protobuf:"bytes,9,rep,name=inputs,proto3" json:"inputs,omitempty"` // Output files from the run. OutputsReference []*FileReference `protobuf:"bytes,10,rep,name=outputs_reference,json=outputsReference,proto3" json:"outputs_reference,omitempty"` // Component inference outputs. Outputs []*structpb.Struct `protobuf:"bytes,11,rep,name=outputs,proto3" json:"outputs,omitempty"` // Credits used of internal accounting metric. CreditAmount *float32 `protobuf:"fixed32,12,opt,name=credit_amount,json=creditAmount,proto3,oneof" json:"credit_amount,omitempty"` // Expiration time for the blob data associated with the component run (e.g. // input / output data). When the run is accessed after the expiration, that // information will be empty, but this field will allow the user identify // that the data isn't there because it has expired. BlobDataExpirationTime *timestamppb.Timestamp `` /* 138-byte string literal not displayed */ // contains filtered or unexported fields }
ComponentRun represents the execution details of a single component within a pipeline run.
func (*ComponentRun) Descriptor
deprecated
func (*ComponentRun) Descriptor() ([]byte, []int)
Deprecated: Use ComponentRun.ProtoReflect.Descriptor instead.
func (*ComponentRun) GetBlobDataExpirationTime ¶
func (x *ComponentRun) GetBlobDataExpirationTime() *timestamppb.Timestamp
func (*ComponentRun) GetCompleteTime ¶
func (x *ComponentRun) GetCompleteTime() *timestamppb.Timestamp
func (*ComponentRun) GetComponentId ¶
func (x *ComponentRun) GetComponentId() string
func (*ComponentRun) GetCreditAmount ¶
func (x *ComponentRun) GetCreditAmount() float32
func (*ComponentRun) GetError ¶
func (x *ComponentRun) GetError() string
func (*ComponentRun) GetInputs ¶
func (x *ComponentRun) GetInputs() []*structpb.Struct
func (*ComponentRun) GetInputsReference ¶
func (x *ComponentRun) GetInputsReference() []*FileReference
func (*ComponentRun) GetOutputs ¶
func (x *ComponentRun) GetOutputs() []*structpb.Struct
func (*ComponentRun) GetOutputsReference ¶
func (x *ComponentRun) GetOutputsReference() []*FileReference
func (*ComponentRun) GetPipelineRunUid ¶
func (x *ComponentRun) GetPipelineRunUid() string
func (*ComponentRun) GetStartTime ¶
func (x *ComponentRun) GetStartTime() *timestamppb.Timestamp
func (*ComponentRun) GetStatus ¶
func (x *ComponentRun) GetStatus() v1alpha.RunStatus
func (*ComponentRun) GetTotalDuration ¶
func (x *ComponentRun) GetTotalDuration() int32
func (*ComponentRun) ProtoMessage ¶
func (*ComponentRun) ProtoMessage()
func (*ComponentRun) ProtoReflect ¶
func (x *ComponentRun) ProtoReflect() protoreflect.Message
func (*ComponentRun) Reset ¶
func (x *ComponentRun) Reset()
func (*ComponentRun) String ¶
func (x *ComponentRun) String() string
type ComponentTask ¶
type ComponentTask struct { // The task name, e.g. `TASK_TEXT_GENERATION`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Title is the task name in a human-friendly format. Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` // Description contains information about the task. Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
ComponentTask contains information about a task that a component can perform.
func (*ComponentTask) Descriptor
deprecated
func (*ComponentTask) Descriptor() ([]byte, []int)
Deprecated: Use ComponentTask.ProtoReflect.Descriptor instead.
func (*ComponentTask) GetDescription ¶
func (x *ComponentTask) GetDescription() string
func (*ComponentTask) GetName ¶
func (x *ComponentTask) GetName() string
func (*ComponentTask) GetTitle ¶
func (x *ComponentTask) GetTitle() string
func (*ComponentTask) ProtoMessage ¶
func (*ComponentTask) ProtoMessage()
func (*ComponentTask) ProtoReflect ¶
func (x *ComponentTask) ProtoReflect() protoreflect.Message
func (*ComponentTask) Reset ¶
func (x *ComponentTask) Reset()
func (*ComponentTask) String ¶
func (x *ComponentTask) String() string
type ComponentType ¶
type ComponentType int32
ComponentType defines the component type based on its task features.
const ( // Unspecified. ComponentType_COMPONENT_TYPE_UNSPECIFIED ComponentType = 0 // Connect with an AI model. ComponentType_COMPONENT_TYPE_AI ComponentType = 1 // Connect with a remote data source. ComponentType_COMPONENT_TYPE_DATA ComponentType = 2 // Manipulate data. ComponentType_COMPONENT_TYPE_OPERATOR ComponentType = 4 // Connect with an external application. ComponentType_COMPONENT_TYPE_APPLICATION ComponentType = 5 // Generic. ComponentType_COMPONENT_TYPE_GENERIC ComponentType = 6 )
func (ComponentType) Descriptor ¶
func (ComponentType) Descriptor() protoreflect.EnumDescriptor
func (ComponentType) Enum ¶
func (x ComponentType) Enum() *ComponentType
func (ComponentType) EnumDescriptor
deprecated
func (ComponentType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ComponentType.Descriptor instead.
func (ComponentType) Number ¶
func (x ComponentType) Number() protoreflect.EnumNumber
func (ComponentType) String ¶
func (x ComponentType) String() string
func (ComponentType) Type ¶
func (ComponentType) Type() protoreflect.EnumType
type Connection ¶
type Connection struct { // UUID-formatted unique identifier. Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"` // ID. Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // ID of the namespace owning the connection. NamespaceId string `protobuf:"bytes,3,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Integration ID. It determines for which type of components can reference // this connection. IntegrationId string `protobuf:"bytes,4,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"` // Integration title. This helps the console display the results grouped by // integration ID without needing an extra call to fetch title by integration // ID. IntegrationTitle string `protobuf:"bytes,5,opt,name=integration_title,json=integrationTitle,proto3" json:"integration_title,omitempty"` // Connection method. It references the setup schema provided by the // integration. Method Connection_Method `protobuf:"varint,6,opt,name=method,proto3,enum=vdp.pipeline.v1beta.Connection_Method" json:"method,omitempty"` // Connection details. This field is required on creation, optional on view. // When viewing the connection details, the setup values will be redacted. Setup *structpb.Struct `protobuf:"bytes,7,opt,name=setup,proto3" json:"setup,omitempty"` // A list of scopes that identify the resources that the connection will be // able to access on the user's behalf. This is typically passed on creation // when the setup has been generated through an OAuth flow with a limited set // of scopes. Scopes []string `protobuf:"bytes,11,rep,name=scopes,proto3" json:"scopes,omitempty"` // When the connection method is METHOD_OAUTH, this field will hold the // identity (e.g., email, username) with which the access token has been // generated. Identity *string `protobuf:"bytes,13,opt,name=identity,proto3,oneof" json:"identity,omitempty"` // When the connection method is METHOD_OAUTH, the access token might come // with some extra information that might vary across vendors. This // information is passed as connection metadata. OAuthAccessDetails *structpb.Struct `` /* 126-byte string literal not displayed */ // View defines how the connection is presented. The following fields are // only shown in the FULL view: // - setup // - scopes // - oAuthAccessDetails View View `protobuf:"varint,8,opt,name=view,proto3,enum=vdp.pipeline.v1beta.View" json:"view,omitempty"` // Creation timestamp. CreateTime *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Last update timestamp. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // contains filtered or unexported fields }
Connection contains the parameters to communicate with a 3rd party app. A component may reference a connection in their setup. One connection may be used by several components and pipelines.
func (*Connection) Descriptor
deprecated
func (*Connection) Descriptor() ([]byte, []int)
Deprecated: Use Connection.ProtoReflect.Descriptor instead.
func (*Connection) GetCreateTime ¶
func (x *Connection) GetCreateTime() *timestamppb.Timestamp
func (*Connection) GetId ¶
func (x *Connection) GetId() string
func (*Connection) GetIdentity ¶
func (x *Connection) GetIdentity() string
func (*Connection) GetIntegrationId ¶
func (x *Connection) GetIntegrationId() string
func (*Connection) GetIntegrationTitle ¶
func (x *Connection) GetIntegrationTitle() string
func (*Connection) GetMethod ¶
func (x *Connection) GetMethod() Connection_Method
func (*Connection) GetNamespaceId ¶
func (x *Connection) GetNamespaceId() string
func (*Connection) GetOAuthAccessDetails ¶
func (x *Connection) GetOAuthAccessDetails() *structpb.Struct
func (*Connection) GetScopes ¶
func (x *Connection) GetScopes() []string
func (*Connection) GetSetup ¶
func (x *Connection) GetSetup() *structpb.Struct
func (*Connection) GetUid ¶
func (x *Connection) GetUid() string
func (*Connection) GetUpdateTime ¶
func (x *Connection) GetUpdateTime() *timestamppb.Timestamp
func (*Connection) GetView ¶
func (x *Connection) GetView() View
func (*Connection) ProtoMessage ¶
func (*Connection) ProtoMessage()
func (*Connection) ProtoReflect ¶
func (x *Connection) ProtoReflect() protoreflect.Message
func (*Connection) Reset ¶
func (x *Connection) Reset()
func (*Connection) String ¶
func (x *Connection) String() string
type Connection_Method ¶
type Connection_Method int32
Method defines how the connection is set up.
const ( // Unspecified. Connection_METHOD_UNSPECIFIED Connection_Method = 0 // Key-value collection. The user is responsible of fetching the connection // details from the 3rd party service. Connection_METHOD_DICTIONARY Connection_Method = 1 // Access token created via OAuth 2.0 authorization. Connection_METHOD_OAUTH Connection_Method = 2 )
func (Connection_Method) Descriptor ¶
func (Connection_Method) Descriptor() protoreflect.EnumDescriptor
func (Connection_Method) Enum ¶
func (x Connection_Method) Enum() *Connection_Method
func (Connection_Method) EnumDescriptor
deprecated
func (Connection_Method) EnumDescriptor() ([]byte, []int)
Deprecated: Use Connection_Method.Descriptor instead.
func (Connection_Method) Number ¶
func (x Connection_Method) Number() protoreflect.EnumNumber
func (Connection_Method) String ¶
func (x Connection_Method) String() string
func (Connection_Method) Type ¶
func (Connection_Method) Type() protoreflect.EnumType
type CreateNamespaceConnectionRequest ¶
type CreateNamespaceConnectionRequest struct { // ID of the namespace that owns the connection. NamespaceId string `protobuf:"bytes,2,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Properties of the connection to be created. Connection *Connection `protobuf:"bytes,1,opt,name=connection,proto3" json:"connection,omitempty"` // contains filtered or unexported fields }
CreateNamespaceConnectionRequest represents a request to create a connection.
func (*CreateNamespaceConnectionRequest) Descriptor
deprecated
func (*CreateNamespaceConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateNamespaceConnectionRequest.ProtoReflect.Descriptor instead.
func (*CreateNamespaceConnectionRequest) GetConnection ¶
func (x *CreateNamespaceConnectionRequest) GetConnection() *Connection
func (*CreateNamespaceConnectionRequest) GetNamespaceId ¶
func (x *CreateNamespaceConnectionRequest) GetNamespaceId() string
func (*CreateNamespaceConnectionRequest) ProtoMessage ¶
func (*CreateNamespaceConnectionRequest) ProtoMessage()
func (*CreateNamespaceConnectionRequest) ProtoReflect ¶
func (x *CreateNamespaceConnectionRequest) ProtoReflect() protoreflect.Message
func (*CreateNamespaceConnectionRequest) Reset ¶
func (x *CreateNamespaceConnectionRequest) Reset()
func (*CreateNamespaceConnectionRequest) String ¶
func (x *CreateNamespaceConnectionRequest) String() string
type CreateNamespaceConnectionResponse ¶
type CreateNamespaceConnectionResponse struct { // The created connection. Connection *Connection `protobuf:"bytes,1,opt,name=connection,proto3" json:"connection,omitempty"` // contains filtered or unexported fields }
CreateNamespaceConnectionResponse contains the created connection.
func (*CreateNamespaceConnectionResponse) Descriptor
deprecated
func (*CreateNamespaceConnectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateNamespaceConnectionResponse.ProtoReflect.Descriptor instead.
func (*CreateNamespaceConnectionResponse) GetConnection ¶
func (x *CreateNamespaceConnectionResponse) GetConnection() *Connection
func (*CreateNamespaceConnectionResponse) ProtoMessage ¶
func (*CreateNamespaceConnectionResponse) ProtoMessage()
func (*CreateNamespaceConnectionResponse) ProtoReflect ¶
func (x *CreateNamespaceConnectionResponse) ProtoReflect() protoreflect.Message
func (*CreateNamespaceConnectionResponse) Reset ¶
func (x *CreateNamespaceConnectionResponse) Reset()
func (*CreateNamespaceConnectionResponse) String ¶
func (x *CreateNamespaceConnectionResponse) String() string
type CreateNamespacePipelineReleaseRequest ¶
type CreateNamespacePipelineReleaseRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Pipeline ID PipelineId string `protobuf:"bytes,2,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // The release information. Release *PipelineRelease `protobuf:"bytes,3,opt,name=release,proto3" json:"release,omitempty"` // contains filtered or unexported fields }
CreateNamespacePipelineReleaseRequest represents a request to release a version in a user-owned pipeline.
func (*CreateNamespacePipelineReleaseRequest) Descriptor
deprecated
func (*CreateNamespacePipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateNamespacePipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*CreateNamespacePipelineReleaseRequest) GetNamespaceId ¶
func (x *CreateNamespacePipelineReleaseRequest) GetNamespaceId() string
func (*CreateNamespacePipelineReleaseRequest) GetPipelineId ¶
func (x *CreateNamespacePipelineReleaseRequest) GetPipelineId() string
func (*CreateNamespacePipelineReleaseRequest) GetRelease ¶
func (x *CreateNamespacePipelineReleaseRequest) GetRelease() *PipelineRelease
func (*CreateNamespacePipelineReleaseRequest) ProtoMessage ¶
func (*CreateNamespacePipelineReleaseRequest) ProtoMessage()
func (*CreateNamespacePipelineReleaseRequest) ProtoReflect ¶
func (x *CreateNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*CreateNamespacePipelineReleaseRequest) Reset ¶
func (x *CreateNamespacePipelineReleaseRequest) Reset()
func (*CreateNamespacePipelineReleaseRequest) String ¶
func (x *CreateNamespacePipelineReleaseRequest) String() string
type CreateNamespacePipelineReleaseResponse ¶
type CreateNamespacePipelineReleaseResponse struct { // The created pipeline release object. Release *PipelineRelease `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // contains filtered or unexported fields }
CreateNamespacePipelineReleaseResponse contains the created release.
func (*CreateNamespacePipelineReleaseResponse) Descriptor
deprecated
func (*CreateNamespacePipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateNamespacePipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*CreateNamespacePipelineReleaseResponse) GetRelease ¶
func (x *CreateNamespacePipelineReleaseResponse) GetRelease() *PipelineRelease
func (*CreateNamespacePipelineReleaseResponse) ProtoMessage ¶
func (*CreateNamespacePipelineReleaseResponse) ProtoMessage()
func (*CreateNamespacePipelineReleaseResponse) ProtoReflect ¶
func (x *CreateNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*CreateNamespacePipelineReleaseResponse) Reset ¶
func (x *CreateNamespacePipelineReleaseResponse) Reset()
func (*CreateNamespacePipelineReleaseResponse) String ¶
func (x *CreateNamespacePipelineReleaseResponse) String() string
type CreateNamespacePipelineRequest ¶
type CreateNamespacePipelineRequest struct { // The namespace that creates the pipeline. NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // The properties of the pipeline to be created. Pipeline *Pipeline `protobuf:"bytes,2,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // contains filtered or unexported fields }
CreateNamespacePipelineRequest represents a request from a namespace to create a pipeline.
func (*CreateNamespacePipelineRequest) Descriptor
deprecated
func (*CreateNamespacePipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateNamespacePipelineRequest.ProtoReflect.Descriptor instead.
func (*CreateNamespacePipelineRequest) GetNamespaceId ¶
func (x *CreateNamespacePipelineRequest) GetNamespaceId() string
func (*CreateNamespacePipelineRequest) GetPipeline ¶
func (x *CreateNamespacePipelineRequest) GetPipeline() *Pipeline
func (*CreateNamespacePipelineRequest) ProtoMessage ¶
func (*CreateNamespacePipelineRequest) ProtoMessage()
func (*CreateNamespacePipelineRequest) ProtoReflect ¶
func (x *CreateNamespacePipelineRequest) ProtoReflect() protoreflect.Message
func (*CreateNamespacePipelineRequest) Reset ¶
func (x *CreateNamespacePipelineRequest) Reset()
func (*CreateNamespacePipelineRequest) String ¶
func (x *CreateNamespacePipelineRequest) String() string
type CreateNamespacePipelineResponse ¶
type CreateNamespacePipelineResponse struct { // The created pipeline resource. Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // contains filtered or unexported fields }
CreateNamespacePipelineResponse contains the created pipeline.
func (*CreateNamespacePipelineResponse) Descriptor
deprecated
func (*CreateNamespacePipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateNamespacePipelineResponse.ProtoReflect.Descriptor instead.
func (*CreateNamespacePipelineResponse) GetPipeline ¶
func (x *CreateNamespacePipelineResponse) GetPipeline() *Pipeline
func (*CreateNamespacePipelineResponse) ProtoMessage ¶
func (*CreateNamespacePipelineResponse) ProtoMessage()
func (*CreateNamespacePipelineResponse) ProtoReflect ¶
func (x *CreateNamespacePipelineResponse) ProtoReflect() protoreflect.Message
func (*CreateNamespacePipelineResponse) Reset ¶
func (x *CreateNamespacePipelineResponse) Reset()
func (*CreateNamespacePipelineResponse) String ¶
func (x *CreateNamespacePipelineResponse) String() string
type CreateNamespaceSecretRequest ¶
type CreateNamespaceSecretRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // The properties of the secret to be created. Secret *Secret `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"` // contains filtered or unexported fields }
CreateamespaceSecretRequest represents a request to create a secret.
func (*CreateNamespaceSecretRequest) Descriptor
deprecated
func (*CreateNamespaceSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateNamespaceSecretRequest.ProtoReflect.Descriptor instead.
func (*CreateNamespaceSecretRequest) GetNamespaceId ¶
func (x *CreateNamespaceSecretRequest) GetNamespaceId() string
func (*CreateNamespaceSecretRequest) GetSecret ¶
func (x *CreateNamespaceSecretRequest) GetSecret() *Secret
func (*CreateNamespaceSecretRequest) ProtoMessage ¶
func (*CreateNamespaceSecretRequest) ProtoMessage()
func (*CreateNamespaceSecretRequest) ProtoReflect ¶
func (x *CreateNamespaceSecretRequest) ProtoReflect() protoreflect.Message
func (*CreateNamespaceSecretRequest) Reset ¶
func (x *CreateNamespaceSecretRequest) Reset()
func (*CreateNamespaceSecretRequest) String ¶
func (x *CreateNamespaceSecretRequest) String() string
type CreateNamespaceSecretResponse ¶
type CreateNamespaceSecretResponse struct { // The created secret resource. Secret *Secret `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"` // contains filtered or unexported fields }
CreateNamespaceSecretResponse contains the created secret.
func (*CreateNamespaceSecretResponse) Descriptor
deprecated
func (*CreateNamespaceSecretResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateNamespaceSecretResponse.ProtoReflect.Descriptor instead.
func (*CreateNamespaceSecretResponse) GetSecret ¶
func (x *CreateNamespaceSecretResponse) GetSecret() *Secret
func (*CreateNamespaceSecretResponse) ProtoMessage ¶
func (*CreateNamespaceSecretResponse) ProtoMessage()
func (*CreateNamespaceSecretResponse) ProtoReflect ¶
func (x *CreateNamespaceSecretResponse) ProtoReflect() protoreflect.Message
func (*CreateNamespaceSecretResponse) Reset ¶
func (x *CreateNamespaceSecretResponse) Reset()
func (*CreateNamespaceSecretResponse) String ¶
func (x *CreateNamespaceSecretResponse) String() string
type CreateOrganizationPipelineReleaseRequest ¶
type CreateOrganizationPipelineReleaseRequest struct { // The release information. Release *PipelineRelease `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // Name of the pipeline for which the release will be created. // Format: `organizations/{organization.id}/pipelines/{pipeline.id}` Parent string `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"` // contains filtered or unexported fields }
CreateOrganizationPipelineReleaseRequest represents a request to release a version in an organization-owned pipeline.
func (*CreateOrganizationPipelineReleaseRequest) Descriptor
deprecated
func (*CreateOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateOrganizationPipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*CreateOrganizationPipelineReleaseRequest) GetParent ¶
func (x *CreateOrganizationPipelineReleaseRequest) GetParent() string
func (*CreateOrganizationPipelineReleaseRequest) GetRelease ¶
func (x *CreateOrganizationPipelineReleaseRequest) GetRelease() *PipelineRelease
func (*CreateOrganizationPipelineReleaseRequest) ProtoMessage ¶
func (*CreateOrganizationPipelineReleaseRequest) ProtoMessage()
func (*CreateOrganizationPipelineReleaseRequest) ProtoReflect ¶
func (x *CreateOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*CreateOrganizationPipelineReleaseRequest) Reset ¶
func (x *CreateOrganizationPipelineReleaseRequest) Reset()
func (*CreateOrganizationPipelineReleaseRequest) String ¶
func (x *CreateOrganizationPipelineReleaseRequest) String() string
type CreateOrganizationPipelineReleaseResponse ¶
type CreateOrganizationPipelineReleaseResponse struct { // The created pipeline release object. Release *PipelineRelease `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // contains filtered or unexported fields }
CreateOrganizationPipelineReleaseResponse contains the created release.
func (*CreateOrganizationPipelineReleaseResponse) Descriptor
deprecated
func (*CreateOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateOrganizationPipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*CreateOrganizationPipelineReleaseResponse) GetRelease ¶
func (x *CreateOrganizationPipelineReleaseResponse) GetRelease() *PipelineRelease
func (*CreateOrganizationPipelineReleaseResponse) ProtoMessage ¶
func (*CreateOrganizationPipelineReleaseResponse) ProtoMessage()
func (*CreateOrganizationPipelineReleaseResponse) ProtoReflect ¶
func (x *CreateOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*CreateOrganizationPipelineReleaseResponse) Reset ¶
func (x *CreateOrganizationPipelineReleaseResponse) Reset()
func (*CreateOrganizationPipelineReleaseResponse) String ¶
func (x *CreateOrganizationPipelineReleaseResponse) String() string
type CreateOrganizationPipelineRequest ¶
type CreateOrganizationPipelineRequest struct { // The properties of the pipeline to be created. Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // The parent resource, i.e., the organization that creates the pipeline. // - Format: `organizations/{organization.id}`. Parent string `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"` // contains filtered or unexported fields }
CreateOrganizationPipelineRequest represents a request from an organization to create a pipeline.
func (*CreateOrganizationPipelineRequest) Descriptor
deprecated
func (*CreateOrganizationPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateOrganizationPipelineRequest.ProtoReflect.Descriptor instead.
func (*CreateOrganizationPipelineRequest) GetParent ¶
func (x *CreateOrganizationPipelineRequest) GetParent() string
func (*CreateOrganizationPipelineRequest) GetPipeline ¶
func (x *CreateOrganizationPipelineRequest) GetPipeline() *Pipeline
func (*CreateOrganizationPipelineRequest) ProtoMessage ¶
func (*CreateOrganizationPipelineRequest) ProtoMessage()
func (*CreateOrganizationPipelineRequest) ProtoReflect ¶
func (x *CreateOrganizationPipelineRequest) ProtoReflect() protoreflect.Message
func (*CreateOrganizationPipelineRequest) Reset ¶
func (x *CreateOrganizationPipelineRequest) Reset()
func (*CreateOrganizationPipelineRequest) String ¶
func (x *CreateOrganizationPipelineRequest) String() string
type CreateOrganizationPipelineResponse ¶
type CreateOrganizationPipelineResponse struct { // The created pipeline resource. Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // contains filtered or unexported fields }
CreateOrganizationPipelineResponse contains the created pipeline.
func (*CreateOrganizationPipelineResponse) Descriptor
deprecated
func (*CreateOrganizationPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateOrganizationPipelineResponse.ProtoReflect.Descriptor instead.
func (*CreateOrganizationPipelineResponse) GetPipeline ¶
func (x *CreateOrganizationPipelineResponse) GetPipeline() *Pipeline
func (*CreateOrganizationPipelineResponse) ProtoMessage ¶
func (*CreateOrganizationPipelineResponse) ProtoMessage()
func (*CreateOrganizationPipelineResponse) ProtoReflect ¶
func (x *CreateOrganizationPipelineResponse) ProtoReflect() protoreflect.Message
func (*CreateOrganizationPipelineResponse) Reset ¶
func (x *CreateOrganizationPipelineResponse) Reset()
func (*CreateOrganizationPipelineResponse) String ¶
func (x *CreateOrganizationPipelineResponse) String() string
type CreateOrganizationSecretRequest ¶
type CreateOrganizationSecretRequest struct { // The properties of the secret to be created. Secret *Secret `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"` // The parent resource, i.e., the organization that creates the secret. // - Format: `organizations/{organization.id}`. Parent string `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"` // contains filtered or unexported fields }
CreateOrganizationSecretRequest represents a request to create a secret.
func (*CreateOrganizationSecretRequest) Descriptor
deprecated
func (*CreateOrganizationSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateOrganizationSecretRequest.ProtoReflect.Descriptor instead.
func (*CreateOrganizationSecretRequest) GetParent ¶
func (x *CreateOrganizationSecretRequest) GetParent() string
func (*CreateOrganizationSecretRequest) GetSecret ¶
func (x *CreateOrganizationSecretRequest) GetSecret() *Secret
func (*CreateOrganizationSecretRequest) ProtoMessage ¶
func (*CreateOrganizationSecretRequest) ProtoMessage()
func (*CreateOrganizationSecretRequest) ProtoReflect ¶
func (x *CreateOrganizationSecretRequest) ProtoReflect() protoreflect.Message
func (*CreateOrganizationSecretRequest) Reset ¶
func (x *CreateOrganizationSecretRequest) Reset()
func (*CreateOrganizationSecretRequest) String ¶
func (x *CreateOrganizationSecretRequest) String() string
type CreateOrganizationSecretResponse ¶
type CreateOrganizationSecretResponse struct { // The created secret resource. Secret *Secret `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"` // contains filtered or unexported fields }
CreateOrganizationSecretResponse contains the created secret.
func (*CreateOrganizationSecretResponse) Descriptor
deprecated
func (*CreateOrganizationSecretResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateOrganizationSecretResponse.ProtoReflect.Descriptor instead.
func (*CreateOrganizationSecretResponse) GetSecret ¶
func (x *CreateOrganizationSecretResponse) GetSecret() *Secret
func (*CreateOrganizationSecretResponse) ProtoMessage ¶
func (*CreateOrganizationSecretResponse) ProtoMessage()
func (*CreateOrganizationSecretResponse) ProtoReflect ¶
func (x *CreateOrganizationSecretResponse) ProtoReflect() protoreflect.Message
func (*CreateOrganizationSecretResponse) Reset ¶
func (x *CreateOrganizationSecretResponse) Reset()
func (*CreateOrganizationSecretResponse) String ¶
func (x *CreateOrganizationSecretResponse) String() string
type CreateUserPipelineReleaseRequest ¶
type CreateUserPipelineReleaseRequest struct { // The release information. Release *PipelineRelease `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // Name of the pipeline for which the release will be created. // Format: `users/{user.id}/pipelines/{pipeline.id}` Parent string `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"` // contains filtered or unexported fields }
CreateUserPipelineReleaseRequest represents a request to release a version in a user-owned pipeline.
func (*CreateUserPipelineReleaseRequest) Descriptor
deprecated
func (*CreateUserPipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserPipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*CreateUserPipelineReleaseRequest) GetParent ¶
func (x *CreateUserPipelineReleaseRequest) GetParent() string
func (*CreateUserPipelineReleaseRequest) GetRelease ¶
func (x *CreateUserPipelineReleaseRequest) GetRelease() *PipelineRelease
func (*CreateUserPipelineReleaseRequest) ProtoMessage ¶
func (*CreateUserPipelineReleaseRequest) ProtoMessage()
func (*CreateUserPipelineReleaseRequest) ProtoReflect ¶
func (x *CreateUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*CreateUserPipelineReleaseRequest) Reset ¶
func (x *CreateUserPipelineReleaseRequest) Reset()
func (*CreateUserPipelineReleaseRequest) String ¶
func (x *CreateUserPipelineReleaseRequest) String() string
type CreateUserPipelineReleaseResponse ¶
type CreateUserPipelineReleaseResponse struct { // The created pipeline release object. Release *PipelineRelease `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // contains filtered or unexported fields }
CreateUserPipelineReleaseResponse contains the created release.
func (*CreateUserPipelineReleaseResponse) Descriptor
deprecated
func (*CreateUserPipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserPipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*CreateUserPipelineReleaseResponse) GetRelease ¶
func (x *CreateUserPipelineReleaseResponse) GetRelease() *PipelineRelease
func (*CreateUserPipelineReleaseResponse) ProtoMessage ¶
func (*CreateUserPipelineReleaseResponse) ProtoMessage()
func (*CreateUserPipelineReleaseResponse) ProtoReflect ¶
func (x *CreateUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*CreateUserPipelineReleaseResponse) Reset ¶
func (x *CreateUserPipelineReleaseResponse) Reset()
func (*CreateUserPipelineReleaseResponse) String ¶
func (x *CreateUserPipelineReleaseResponse) String() string
type CreateUserPipelineRequest ¶
type CreateUserPipelineRequest struct { // The properties of the pipeline to be created. Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // The parent resource, i.e., the user that creates the pipeline. // - Format: `users/{user.id}`. Parent string `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"` // contains filtered or unexported fields }
CreateUserPipelineRequest represents a request from a user to create a pipeline.
func (*CreateUserPipelineRequest) Descriptor
deprecated
func (*CreateUserPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserPipelineRequest.ProtoReflect.Descriptor instead.
func (*CreateUserPipelineRequest) GetParent ¶
func (x *CreateUserPipelineRequest) GetParent() string
func (*CreateUserPipelineRequest) GetPipeline ¶
func (x *CreateUserPipelineRequest) GetPipeline() *Pipeline
func (*CreateUserPipelineRequest) ProtoMessage ¶
func (*CreateUserPipelineRequest) ProtoMessage()
func (*CreateUserPipelineRequest) ProtoReflect ¶
func (x *CreateUserPipelineRequest) ProtoReflect() protoreflect.Message
func (*CreateUserPipelineRequest) Reset ¶
func (x *CreateUserPipelineRequest) Reset()
func (*CreateUserPipelineRequest) String ¶
func (x *CreateUserPipelineRequest) String() string
type CreateUserPipelineResponse ¶
type CreateUserPipelineResponse struct { // The created pipeline resource. Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // contains filtered or unexported fields }
CreateUserPipelineResponse contains the created pipeline.
func (*CreateUserPipelineResponse) Descriptor
deprecated
func (*CreateUserPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserPipelineResponse.ProtoReflect.Descriptor instead.
func (*CreateUserPipelineResponse) GetPipeline ¶
func (x *CreateUserPipelineResponse) GetPipeline() *Pipeline
func (*CreateUserPipelineResponse) ProtoMessage ¶
func (*CreateUserPipelineResponse) ProtoMessage()
func (*CreateUserPipelineResponse) ProtoReflect ¶
func (x *CreateUserPipelineResponse) ProtoReflect() protoreflect.Message
func (*CreateUserPipelineResponse) Reset ¶
func (x *CreateUserPipelineResponse) Reset()
func (*CreateUserPipelineResponse) String ¶
func (x *CreateUserPipelineResponse) String() string
type CreateUserSecretRequest ¶
type CreateUserSecretRequest struct { // The properties of the secret to be created. Secret *Secret `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"` // The parent resource, i.e., the user that creates the secret. // - Format: `users/{user.id}`. Parent string `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"` // contains filtered or unexported fields }
CreateUserSecretRequest represents a request to create a secret.
func (*CreateUserSecretRequest) Descriptor
deprecated
func (*CreateUserSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserSecretRequest.ProtoReflect.Descriptor instead.
func (*CreateUserSecretRequest) GetParent ¶
func (x *CreateUserSecretRequest) GetParent() string
func (*CreateUserSecretRequest) GetSecret ¶
func (x *CreateUserSecretRequest) GetSecret() *Secret
func (*CreateUserSecretRequest) ProtoMessage ¶
func (*CreateUserSecretRequest) ProtoMessage()
func (*CreateUserSecretRequest) ProtoReflect ¶
func (x *CreateUserSecretRequest) ProtoReflect() protoreflect.Message
func (*CreateUserSecretRequest) Reset ¶
func (x *CreateUserSecretRequest) Reset()
func (*CreateUserSecretRequest) String ¶
func (x *CreateUserSecretRequest) String() string
type CreateUserSecretResponse ¶
type CreateUserSecretResponse struct { // The created secret resource. Secret *Secret `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"` // contains filtered or unexported fields }
CreateUserSecretResponse contains the created secret.
func (*CreateUserSecretResponse) Descriptor
deprecated
func (*CreateUserSecretResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserSecretResponse.ProtoReflect.Descriptor instead.
func (*CreateUserSecretResponse) GetSecret ¶
func (x *CreateUserSecretResponse) GetSecret() *Secret
func (*CreateUserSecretResponse) ProtoMessage ¶
func (*CreateUserSecretResponse) ProtoMessage()
func (*CreateUserSecretResponse) ProtoReflect ¶
func (x *CreateUserSecretResponse) ProtoReflect() protoreflect.Message
func (*CreateUserSecretResponse) Reset ¶
func (x *CreateUserSecretResponse) Reset()
func (*CreateUserSecretResponse) String ¶
func (x *CreateUserSecretResponse) String() string
type DataSpecification ¶
type DataSpecification struct { // JSON schema describing the component input data. Input *structpb.Struct `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"` // JSON schema describing the component output data. Output *structpb.Struct `protobuf:"bytes,2,opt,name=output,proto3" json:"output,omitempty"` // contains filtered or unexported fields }
DataSpecification describes the JSON schema of component input and output. Note: This message will be renamed to TaskSpecifications in the future.
func (*DataSpecification) Descriptor
deprecated
func (*DataSpecification) Descriptor() ([]byte, []int)
Deprecated: Use DataSpecification.ProtoReflect.Descriptor instead.
func (*DataSpecification) GetInput ¶
func (x *DataSpecification) GetInput() *structpb.Struct
func (*DataSpecification) GetOutput ¶
func (x *DataSpecification) GetOutput() *structpb.Struct
func (*DataSpecification) ProtoMessage ¶
func (*DataSpecification) ProtoMessage()
func (*DataSpecification) ProtoReflect ¶
func (x *DataSpecification) ProtoReflect() protoreflect.Message
func (*DataSpecification) Reset ¶
func (x *DataSpecification) Reset()
func (*DataSpecification) String ¶
func (x *DataSpecification) String() string
type DeleteNamespaceConnectionRequest ¶
type DeleteNamespaceConnectionRequest struct { // Namespace ID. NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Connection ID. ConnectionId string `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"` // contains filtered or unexported fields }
DeleteNamespaceConnectionRequest represents a request to delete a connection.
func (*DeleteNamespaceConnectionRequest) Descriptor
deprecated
func (*DeleteNamespaceConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteNamespaceConnectionRequest.ProtoReflect.Descriptor instead.
func (*DeleteNamespaceConnectionRequest) GetConnectionId ¶
func (x *DeleteNamespaceConnectionRequest) GetConnectionId() string
func (*DeleteNamespaceConnectionRequest) GetNamespaceId ¶
func (x *DeleteNamespaceConnectionRequest) GetNamespaceId() string
func (*DeleteNamespaceConnectionRequest) ProtoMessage ¶
func (*DeleteNamespaceConnectionRequest) ProtoMessage()
func (*DeleteNamespaceConnectionRequest) ProtoReflect ¶
func (x *DeleteNamespaceConnectionRequest) ProtoReflect() protoreflect.Message
func (*DeleteNamespaceConnectionRequest) Reset ¶
func (x *DeleteNamespaceConnectionRequest) Reset()
func (*DeleteNamespaceConnectionRequest) String ¶
func (x *DeleteNamespaceConnectionRequest) String() string
type DeleteNamespaceConnectionResponse ¶
type DeleteNamespaceConnectionResponse struct {
// contains filtered or unexported fields
}
DeleteNamespaceConnectionResponse is an empty response.
func (*DeleteNamespaceConnectionResponse) Descriptor
deprecated
func (*DeleteNamespaceConnectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteNamespaceConnectionResponse.ProtoReflect.Descriptor instead.
func (*DeleteNamespaceConnectionResponse) ProtoMessage ¶
func (*DeleteNamespaceConnectionResponse) ProtoMessage()
func (*DeleteNamespaceConnectionResponse) ProtoReflect ¶
func (x *DeleteNamespaceConnectionResponse) ProtoReflect() protoreflect.Message
func (*DeleteNamespaceConnectionResponse) Reset ¶
func (x *DeleteNamespaceConnectionResponse) Reset()
func (*DeleteNamespaceConnectionResponse) String ¶
func (x *DeleteNamespaceConnectionResponse) String() string
type DeleteNamespacePipelineReleaseRequest ¶
type DeleteNamespacePipelineReleaseRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Pipeline ID PipelineId string `protobuf:"bytes,2,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // Release ID ReleaseId string `protobuf:"bytes,3,opt,name=release_id,json=releaseId,proto3" json:"release_id,omitempty"` // contains filtered or unexported fields }
DeleteNamespacePipelineReleaseRequest represents a request to delete a release in a user-owned pipeline.
func (*DeleteNamespacePipelineReleaseRequest) Descriptor
deprecated
func (*DeleteNamespacePipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteNamespacePipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*DeleteNamespacePipelineReleaseRequest) GetNamespaceId ¶
func (x *DeleteNamespacePipelineReleaseRequest) GetNamespaceId() string
func (*DeleteNamespacePipelineReleaseRequest) GetPipelineId ¶
func (x *DeleteNamespacePipelineReleaseRequest) GetPipelineId() string
func (*DeleteNamespacePipelineReleaseRequest) GetReleaseId ¶
func (x *DeleteNamespacePipelineReleaseRequest) GetReleaseId() string
func (*DeleteNamespacePipelineReleaseRequest) ProtoMessage ¶
func (*DeleteNamespacePipelineReleaseRequest) ProtoMessage()
func (*DeleteNamespacePipelineReleaseRequest) ProtoReflect ¶
func (x *DeleteNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*DeleteNamespacePipelineReleaseRequest) Reset ¶
func (x *DeleteNamespacePipelineReleaseRequest) Reset()
func (*DeleteNamespacePipelineReleaseRequest) String ¶
func (x *DeleteNamespacePipelineReleaseRequest) String() string
type DeleteNamespacePipelineReleaseResponse ¶
type DeleteNamespacePipelineReleaseResponse struct {
// contains filtered or unexported fields
}
DeleteNamespacePipelineReleaseResponse is an empty response.
func (*DeleteNamespacePipelineReleaseResponse) Descriptor
deprecated
func (*DeleteNamespacePipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteNamespacePipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*DeleteNamespacePipelineReleaseResponse) ProtoMessage ¶
func (*DeleteNamespacePipelineReleaseResponse) ProtoMessage()
func (*DeleteNamespacePipelineReleaseResponse) ProtoReflect ¶
func (x *DeleteNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*DeleteNamespacePipelineReleaseResponse) Reset ¶
func (x *DeleteNamespacePipelineReleaseResponse) Reset()
func (*DeleteNamespacePipelineReleaseResponse) String ¶
func (x *DeleteNamespacePipelineReleaseResponse) String() string
type DeleteNamespacePipelineRequest ¶
type DeleteNamespacePipelineRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Pipeline ID PipelineId string `protobuf:"bytes,2,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // contains filtered or unexported fields }
DeleteNamespacePipelineRequest represents a request to delete a pipeline owned by a namespace.
func (*DeleteNamespacePipelineRequest) Descriptor
deprecated
func (*DeleteNamespacePipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteNamespacePipelineRequest.ProtoReflect.Descriptor instead.
func (*DeleteNamespacePipelineRequest) GetNamespaceId ¶
func (x *DeleteNamespacePipelineRequest) GetNamespaceId() string
func (*DeleteNamespacePipelineRequest) GetPipelineId ¶
func (x *DeleteNamespacePipelineRequest) GetPipelineId() string
func (*DeleteNamespacePipelineRequest) ProtoMessage ¶
func (*DeleteNamespacePipelineRequest) ProtoMessage()
func (*DeleteNamespacePipelineRequest) ProtoReflect ¶
func (x *DeleteNamespacePipelineRequest) ProtoReflect() protoreflect.Message
func (*DeleteNamespacePipelineRequest) Reset ¶
func (x *DeleteNamespacePipelineRequest) Reset()
func (*DeleteNamespacePipelineRequest) String ¶
func (x *DeleteNamespacePipelineRequest) String() string
type DeleteNamespacePipelineResponse ¶
type DeleteNamespacePipelineResponse struct {
// contains filtered or unexported fields
}
DeleteNamespacePipelineResponse is an empty response.
func (*DeleteNamespacePipelineResponse) Descriptor
deprecated
func (*DeleteNamespacePipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteNamespacePipelineResponse.ProtoReflect.Descriptor instead.
func (*DeleteNamespacePipelineResponse) ProtoMessage ¶
func (*DeleteNamespacePipelineResponse) ProtoMessage()
func (*DeleteNamespacePipelineResponse) ProtoReflect ¶
func (x *DeleteNamespacePipelineResponse) ProtoReflect() protoreflect.Message
func (*DeleteNamespacePipelineResponse) Reset ¶
func (x *DeleteNamespacePipelineResponse) Reset()
func (*DeleteNamespacePipelineResponse) String ¶
func (x *DeleteNamespacePipelineResponse) String() string
type DeleteNamespaceSecretRequest ¶
type DeleteNamespaceSecretRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Secret ID SecretId string `protobuf:"bytes,2,opt,name=secret_id,json=secretId,proto3" json:"secret_id,omitempty"` // contains filtered or unexported fields }
DeleteNamespaceSecretRequest represents a request to delete a secret resource.
func (*DeleteNamespaceSecretRequest) Descriptor
deprecated
func (*DeleteNamespaceSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteNamespaceSecretRequest.ProtoReflect.Descriptor instead.
func (*DeleteNamespaceSecretRequest) GetNamespaceId ¶
func (x *DeleteNamespaceSecretRequest) GetNamespaceId() string
func (*DeleteNamespaceSecretRequest) GetSecretId ¶
func (x *DeleteNamespaceSecretRequest) GetSecretId() string
func (*DeleteNamespaceSecretRequest) ProtoMessage ¶
func (*DeleteNamespaceSecretRequest) ProtoMessage()
func (*DeleteNamespaceSecretRequest) ProtoReflect ¶
func (x *DeleteNamespaceSecretRequest) ProtoReflect() protoreflect.Message
func (*DeleteNamespaceSecretRequest) Reset ¶
func (x *DeleteNamespaceSecretRequest) Reset()
func (*DeleteNamespaceSecretRequest) String ¶
func (x *DeleteNamespaceSecretRequest) String() string
type DeleteNamespaceSecretResponse ¶
type DeleteNamespaceSecretResponse struct {
// contains filtered or unexported fields
}
DeleteNamespaceSecretResponse is an empty response.
func (*DeleteNamespaceSecretResponse) Descriptor
deprecated
func (*DeleteNamespaceSecretResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteNamespaceSecretResponse.ProtoReflect.Descriptor instead.
func (*DeleteNamespaceSecretResponse) ProtoMessage ¶
func (*DeleteNamespaceSecretResponse) ProtoMessage()
func (*DeleteNamespaceSecretResponse) ProtoReflect ¶
func (x *DeleteNamespaceSecretResponse) ProtoReflect() protoreflect.Message
func (*DeleteNamespaceSecretResponse) Reset ¶
func (x *DeleteNamespaceSecretResponse) Reset()
func (*DeleteNamespaceSecretResponse) String ¶
func (x *DeleteNamespaceSecretResponse) String() string
type DeleteOrganizationPipelineReleaseRequest ¶
type DeleteOrganizationPipelineReleaseRequest struct { // The resource name of the pipeline release, which allows its access by // parent pipeline and ID. // - Format: // `organizations/{organization.id}/pipelines/{pipeline.id}/releases/{release.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
DeleteOrganizationPipelineReleaseRequest represents a request to delete a release in an organization-owned pipeline.
func (*DeleteOrganizationPipelineReleaseRequest) Descriptor
deprecated
func (*DeleteOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationPipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationPipelineReleaseRequest) GetName ¶
func (x *DeleteOrganizationPipelineReleaseRequest) GetName() string
func (*DeleteOrganizationPipelineReleaseRequest) ProtoMessage ¶
func (*DeleteOrganizationPipelineReleaseRequest) ProtoMessage()
func (*DeleteOrganizationPipelineReleaseRequest) ProtoReflect ¶
func (x *DeleteOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*DeleteOrganizationPipelineReleaseRequest) Reset ¶
func (x *DeleteOrganizationPipelineReleaseRequest) Reset()
func (*DeleteOrganizationPipelineReleaseRequest) String ¶
func (x *DeleteOrganizationPipelineReleaseRequest) String() string
type DeleteOrganizationPipelineReleaseResponse ¶
type DeleteOrganizationPipelineReleaseResponse struct {
// contains filtered or unexported fields
}
DeleteOrganizationPipelineReleaseResponse is an empty response.
func (*DeleteOrganizationPipelineReleaseResponse) Descriptor
deprecated
func (*DeleteOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationPipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationPipelineReleaseResponse) ProtoMessage ¶
func (*DeleteOrganizationPipelineReleaseResponse) ProtoMessage()
func (*DeleteOrganizationPipelineReleaseResponse) ProtoReflect ¶
func (x *DeleteOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*DeleteOrganizationPipelineReleaseResponse) Reset ¶
func (x *DeleteOrganizationPipelineReleaseResponse) Reset()
func (*DeleteOrganizationPipelineReleaseResponse) String ¶
func (x *DeleteOrganizationPipelineReleaseResponse) String() string
type DeleteOrganizationPipelineRequest ¶
type DeleteOrganizationPipelineRequest struct { // The resource name of the pipeline, which allows its access by parent // organization and ID. // - Format: `organizations/{organization.id}/pipelines/{pipeline.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
DeleteOrganizationPipelineRequest represents a request to delete a pipeline owned by an organization.
func (*DeleteOrganizationPipelineRequest) Descriptor
deprecated
func (*DeleteOrganizationPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationPipelineRequest.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationPipelineRequest) GetName ¶
func (x *DeleteOrganizationPipelineRequest) GetName() string
func (*DeleteOrganizationPipelineRequest) ProtoMessage ¶
func (*DeleteOrganizationPipelineRequest) ProtoMessage()
func (*DeleteOrganizationPipelineRequest) ProtoReflect ¶
func (x *DeleteOrganizationPipelineRequest) ProtoReflect() protoreflect.Message
func (*DeleteOrganizationPipelineRequest) Reset ¶
func (x *DeleteOrganizationPipelineRequest) Reset()
func (*DeleteOrganizationPipelineRequest) String ¶
func (x *DeleteOrganizationPipelineRequest) String() string
type DeleteOrganizationPipelineResponse ¶
type DeleteOrganizationPipelineResponse struct {
// contains filtered or unexported fields
}
DeleteOrganizationPipelineResponse is an empty response.
func (*DeleteOrganizationPipelineResponse) Descriptor
deprecated
func (*DeleteOrganizationPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationPipelineResponse.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationPipelineResponse) ProtoMessage ¶
func (*DeleteOrganizationPipelineResponse) ProtoMessage()
func (*DeleteOrganizationPipelineResponse) ProtoReflect ¶
func (x *DeleteOrganizationPipelineResponse) ProtoReflect() protoreflect.Message
func (*DeleteOrganizationPipelineResponse) Reset ¶
func (x *DeleteOrganizationPipelineResponse) Reset()
func (*DeleteOrganizationPipelineResponse) String ¶
func (x *DeleteOrganizationPipelineResponse) String() string
type DeleteOrganizationSecretRequest ¶
type DeleteOrganizationSecretRequest struct { // The resource name of the secret, which allows its access by ID. // - Format: `organizations/{organization.id}/secrets/{secret.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
DeleteOrganizationSecretRequest represents a request to delete a secret resource.
func (*DeleteOrganizationSecretRequest) Descriptor
deprecated
func (*DeleteOrganizationSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationSecretRequest.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationSecretRequest) GetName ¶
func (x *DeleteOrganizationSecretRequest) GetName() string
func (*DeleteOrganizationSecretRequest) ProtoMessage ¶
func (*DeleteOrganizationSecretRequest) ProtoMessage()
func (*DeleteOrganizationSecretRequest) ProtoReflect ¶
func (x *DeleteOrganizationSecretRequest) ProtoReflect() protoreflect.Message
func (*DeleteOrganizationSecretRequest) Reset ¶
func (x *DeleteOrganizationSecretRequest) Reset()
func (*DeleteOrganizationSecretRequest) String ¶
func (x *DeleteOrganizationSecretRequest) String() string
type DeleteOrganizationSecretResponse ¶
type DeleteOrganizationSecretResponse struct {
// contains filtered or unexported fields
}
DeleteOrganizationSecretResponse is an empty response.
func (*DeleteOrganizationSecretResponse) Descriptor
deprecated
func (*DeleteOrganizationSecretResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationSecretResponse.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationSecretResponse) ProtoMessage ¶
func (*DeleteOrganizationSecretResponse) ProtoMessage()
func (*DeleteOrganizationSecretResponse) ProtoReflect ¶
func (x *DeleteOrganizationSecretResponse) ProtoReflect() protoreflect.Message
func (*DeleteOrganizationSecretResponse) Reset ¶
func (x *DeleteOrganizationSecretResponse) Reset()
func (*DeleteOrganizationSecretResponse) String ¶
func (x *DeleteOrganizationSecretResponse) String() string
type DeleteUserPipelineReleaseRequest ¶
type DeleteUserPipelineReleaseRequest struct { // The resource name of the pipeline release, which allows its access by // parent pipeline and ID. // - Format: `users/{user.id}/pipelines/{pipeline.id}/releases/{release.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
DeleteUserPipelineReleaseRequest represents a request to delete a release in a user-owned pipeline.
func (*DeleteUserPipelineReleaseRequest) Descriptor
deprecated
func (*DeleteUserPipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserPipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*DeleteUserPipelineReleaseRequest) GetName ¶
func (x *DeleteUserPipelineReleaseRequest) GetName() string
func (*DeleteUserPipelineReleaseRequest) ProtoMessage ¶
func (*DeleteUserPipelineReleaseRequest) ProtoMessage()
func (*DeleteUserPipelineReleaseRequest) ProtoReflect ¶
func (x *DeleteUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*DeleteUserPipelineReleaseRequest) Reset ¶
func (x *DeleteUserPipelineReleaseRequest) Reset()
func (*DeleteUserPipelineReleaseRequest) String ¶
func (x *DeleteUserPipelineReleaseRequest) String() string
type DeleteUserPipelineReleaseResponse ¶
type DeleteUserPipelineReleaseResponse struct {
// contains filtered or unexported fields
}
DeleteUserPipelineReleaseResponse is an empty response.
func (*DeleteUserPipelineReleaseResponse) Descriptor
deprecated
func (*DeleteUserPipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserPipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*DeleteUserPipelineReleaseResponse) ProtoMessage ¶
func (*DeleteUserPipelineReleaseResponse) ProtoMessage()
func (*DeleteUserPipelineReleaseResponse) ProtoReflect ¶
func (x *DeleteUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*DeleteUserPipelineReleaseResponse) Reset ¶
func (x *DeleteUserPipelineReleaseResponse) Reset()
func (*DeleteUserPipelineReleaseResponse) String ¶
func (x *DeleteUserPipelineReleaseResponse) String() string
type DeleteUserPipelineRequest ¶
type DeleteUserPipelineRequest struct { // The resource name of the pipeline, which allows its access by parent user // and ID. // - Format: `users/{user.id}/pipelines/{pipeline.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
DeleteUserPipelineRequest represents a request to delete a pipeline owned by a user.
func (*DeleteUserPipelineRequest) Descriptor
deprecated
func (*DeleteUserPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserPipelineRequest.ProtoReflect.Descriptor instead.
func (*DeleteUserPipelineRequest) GetName ¶
func (x *DeleteUserPipelineRequest) GetName() string
func (*DeleteUserPipelineRequest) ProtoMessage ¶
func (*DeleteUserPipelineRequest) ProtoMessage()
func (*DeleteUserPipelineRequest) ProtoReflect ¶
func (x *DeleteUserPipelineRequest) ProtoReflect() protoreflect.Message
func (*DeleteUserPipelineRequest) Reset ¶
func (x *DeleteUserPipelineRequest) Reset()
func (*DeleteUserPipelineRequest) String ¶
func (x *DeleteUserPipelineRequest) String() string
type DeleteUserPipelineResponse ¶
type DeleteUserPipelineResponse struct {
// contains filtered or unexported fields
}
DeleteUserPipelineResponse is an empty response.
func (*DeleteUserPipelineResponse) Descriptor
deprecated
func (*DeleteUserPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserPipelineResponse.ProtoReflect.Descriptor instead.
func (*DeleteUserPipelineResponse) ProtoMessage ¶
func (*DeleteUserPipelineResponse) ProtoMessage()
func (*DeleteUserPipelineResponse) ProtoReflect ¶
func (x *DeleteUserPipelineResponse) ProtoReflect() protoreflect.Message
func (*DeleteUserPipelineResponse) Reset ¶
func (x *DeleteUserPipelineResponse) Reset()
func (*DeleteUserPipelineResponse) String ¶
func (x *DeleteUserPipelineResponse) String() string
type DeleteUserSecretRequest ¶
type DeleteUserSecretRequest struct { // The resource name of the secret, which allows its access by ID. // - Format: `users/{user.id}/secrets/{secret.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
DeleteUserSecretRequest represents a request to delete a secret resource.
func (*DeleteUserSecretRequest) Descriptor
deprecated
func (*DeleteUserSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserSecretRequest.ProtoReflect.Descriptor instead.
func (*DeleteUserSecretRequest) GetName ¶
func (x *DeleteUserSecretRequest) GetName() string
func (*DeleteUserSecretRequest) ProtoMessage ¶
func (*DeleteUserSecretRequest) ProtoMessage()
func (*DeleteUserSecretRequest) ProtoReflect ¶
func (x *DeleteUserSecretRequest) ProtoReflect() protoreflect.Message
func (*DeleteUserSecretRequest) Reset ¶
func (x *DeleteUserSecretRequest) Reset()
func (*DeleteUserSecretRequest) String ¶
func (x *DeleteUserSecretRequest) String() string
type DeleteUserSecretResponse ¶
type DeleteUserSecretResponse struct {
// contains filtered or unexported fields
}
DeleteUserSecretResponse is an empty response.
func (*DeleteUserSecretResponse) Descriptor
deprecated
func (*DeleteUserSecretResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserSecretResponse.ProtoReflect.Descriptor instead.
func (*DeleteUserSecretResponse) ProtoMessage ¶
func (*DeleteUserSecretResponse) ProtoMessage()
func (*DeleteUserSecretResponse) ProtoReflect ¶
func (x *DeleteUserSecretResponse) ProtoReflect() protoreflect.Message
func (*DeleteUserSecretResponse) Reset ¶
func (x *DeleteUserSecretResponse) Reset()
func (*DeleteUserSecretResponse) String ¶
func (x *DeleteUserSecretResponse) String() string
type DispatchPipelineWebhookEventRequest ¶
type DispatchPipelineWebhookEventRequest struct { // Webhook Type WebhookType string `protobuf:"bytes,1,opt,name=webhook_type,json=webhookType,proto3" json:"webhook_type,omitempty"` // Event Message *structpb.Struct `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
DispatchPipelineWebhookEventRequest represents a request to dispatch webhook events for a pipeline. The request contains the webhook type and event message that will be processed by the event router and dispatched to the appropriate pipeline based on the webhook type and message. The event message contains the payload data that will be used to trigger pipeline execution.
func (*DispatchPipelineWebhookEventRequest) Descriptor
deprecated
func (*DispatchPipelineWebhookEventRequest) Descriptor() ([]byte, []int)
Deprecated: Use DispatchPipelineWebhookEventRequest.ProtoReflect.Descriptor instead.
func (*DispatchPipelineWebhookEventRequest) GetMessage ¶
func (x *DispatchPipelineWebhookEventRequest) GetMessage() *structpb.Struct
func (*DispatchPipelineWebhookEventRequest) GetWebhookType ¶
func (x *DispatchPipelineWebhookEventRequest) GetWebhookType() string
func (*DispatchPipelineWebhookEventRequest) ProtoMessage ¶
func (*DispatchPipelineWebhookEventRequest) ProtoMessage()
func (*DispatchPipelineWebhookEventRequest) ProtoReflect ¶
func (x *DispatchPipelineWebhookEventRequest) ProtoReflect() protoreflect.Message
func (*DispatchPipelineWebhookEventRequest) Reset ¶
func (x *DispatchPipelineWebhookEventRequest) Reset()
func (*DispatchPipelineWebhookEventRequest) String ¶
func (x *DispatchPipelineWebhookEventRequest) String() string
type DispatchPipelineWebhookEventResponse ¶
type DispatchPipelineWebhookEventResponse struct { // Response Response *structpb.Struct `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` // contains filtered or unexported fields }
DispatchPipelineWebhookEventResponse represents a response to dispatch webhook events for a pipeline. The response contains the response message that will be sent back to the webhook sender.
func (*DispatchPipelineWebhookEventResponse) Descriptor
deprecated
func (*DispatchPipelineWebhookEventResponse) Descriptor() ([]byte, []int)
Deprecated: Use DispatchPipelineWebhookEventResponse.ProtoReflect.Descriptor instead.
func (*DispatchPipelineWebhookEventResponse) GetResponse ¶
func (x *DispatchPipelineWebhookEventResponse) GetResponse() *structpb.Struct
func (*DispatchPipelineWebhookEventResponse) ProtoMessage ¶
func (*DispatchPipelineWebhookEventResponse) ProtoMessage()
func (*DispatchPipelineWebhookEventResponse) ProtoReflect ¶
func (x *DispatchPipelineWebhookEventResponse) ProtoReflect() protoreflect.Message
func (*DispatchPipelineWebhookEventResponse) Reset ¶
func (x *DispatchPipelineWebhookEventResponse) Reset()
func (*DispatchPipelineWebhookEventResponse) String ¶
func (x *DispatchPipelineWebhookEventResponse) String() string
type Endpoints ¶
type Endpoints struct { // Webhook endpoints. Webhooks map[string]*Endpoints_WebhookEndpoint `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
Endpoints describe the endpoints of a pipeline.
func (*Endpoints) Descriptor
deprecated
func (*Endpoints) GetWebhooks ¶
func (x *Endpoints) GetWebhooks() map[string]*Endpoints_WebhookEndpoint
func (*Endpoints) ProtoMessage ¶
func (*Endpoints) ProtoMessage()
func (*Endpoints) ProtoReflect ¶
func (x *Endpoints) ProtoReflect() protoreflect.Message
type Endpoints_WebhookEndpoint ¶
type Endpoints_WebhookEndpoint struct { // Webhook URL. Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` // Description. Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
WebhookEndpoint describe a webhook endpoint.
func (*Endpoints_WebhookEndpoint) Descriptor
deprecated
func (*Endpoints_WebhookEndpoint) Descriptor() ([]byte, []int)
Deprecated: Use Endpoints_WebhookEndpoint.ProtoReflect.Descriptor instead.
func (*Endpoints_WebhookEndpoint) GetDescription ¶
func (x *Endpoints_WebhookEndpoint) GetDescription() string
func (*Endpoints_WebhookEndpoint) GetUrl ¶
func (x *Endpoints_WebhookEndpoint) GetUrl() string
func (*Endpoints_WebhookEndpoint) ProtoMessage ¶
func (*Endpoints_WebhookEndpoint) ProtoMessage()
func (*Endpoints_WebhookEndpoint) ProtoReflect ¶
func (x *Endpoints_WebhookEndpoint) ProtoReflect() protoreflect.Message
func (*Endpoints_WebhookEndpoint) Reset ¶
func (x *Endpoints_WebhookEndpoint) Reset()
func (*Endpoints_WebhookEndpoint) String ¶
func (x *Endpoints_WebhookEndpoint) String() string
type ErrPipelineValidation ¶
type ErrPipelineValidation struct { // Location Location string `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"` // error Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
ErrPipelineValidation contains information about a failed pipeline validation.
func (*ErrPipelineValidation) Descriptor
deprecated
func (*ErrPipelineValidation) Descriptor() ([]byte, []int)
Deprecated: Use ErrPipelineValidation.ProtoReflect.Descriptor instead.
func (*ErrPipelineValidation) GetError ¶
func (x *ErrPipelineValidation) GetError() string
func (*ErrPipelineValidation) GetLocation ¶
func (x *ErrPipelineValidation) GetLocation() string
func (*ErrPipelineValidation) ProtoMessage ¶
func (*ErrPipelineValidation) ProtoMessage()
func (*ErrPipelineValidation) ProtoReflect ¶
func (x *ErrPipelineValidation) ProtoReflect() protoreflect.Message
func (*ErrPipelineValidation) Reset ¶
func (x *ErrPipelineValidation) Reset()
func (*ErrPipelineValidation) String ¶
func (x *ErrPipelineValidation) String() string
type EventSpecification ¶
type EventSpecification struct { // Event title. Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` // Event description. Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // JSON schema describing the component event config data. ConfigSchema *structpb.Struct `protobuf:"bytes,3,opt,name=config_schema,json=configSchema,proto3" json:"config_schema,omitempty"` // JSON schema describing the component event message data. MessageSchema *structpb.Struct `protobuf:"bytes,4,opt,name=message_schema,json=messageSchema,proto3" json:"message_schema,omitempty"` // JSON schema describing the component event examples. MessageExamples []*structpb.Struct `protobuf:"bytes,5,rep,name=message_examples,json=messageExamples,proto3" json:"message_examples,omitempty"` // contains filtered or unexported fields }
EventSpecification describes the JSON schema of component event setup and examples.
func (*EventSpecification) Descriptor
deprecated
func (*EventSpecification) Descriptor() ([]byte, []int)
Deprecated: Use EventSpecification.ProtoReflect.Descriptor instead.
func (*EventSpecification) GetConfigSchema ¶
func (x *EventSpecification) GetConfigSchema() *structpb.Struct
func (*EventSpecification) GetDescription ¶
func (x *EventSpecification) GetDescription() string
func (*EventSpecification) GetMessageExamples ¶
func (x *EventSpecification) GetMessageExamples() []*structpb.Struct
func (*EventSpecification) GetMessageSchema ¶
func (x *EventSpecification) GetMessageSchema() *structpb.Struct
func (*EventSpecification) GetTitle ¶
func (x *EventSpecification) GetTitle() string
func (*EventSpecification) ProtoMessage ¶
func (*EventSpecification) ProtoMessage()
func (*EventSpecification) ProtoReflect ¶
func (x *EventSpecification) ProtoReflect() protoreflect.Message
func (*EventSpecification) Reset ¶
func (x *EventSpecification) Reset()
func (*EventSpecification) String ¶
func (x *EventSpecification) String() string
type FileReference ¶
type FileReference struct { // Name of the file. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Format of the file (e.g., PDF, TXT, JPG). Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` // Size of the file in bytes. Size int64 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"` // URL of the file (e.g., S3 URL). Url string `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"` // contains filtered or unexported fields }
FileReference represents metadata for a file.
func (*FileReference) Descriptor
deprecated
func (*FileReference) Descriptor() ([]byte, []int)
Deprecated: Use FileReference.ProtoReflect.Descriptor instead.
func (*FileReference) GetName ¶
func (x *FileReference) GetName() string
func (*FileReference) GetSize ¶
func (x *FileReference) GetSize() int64
func (*FileReference) GetType ¶
func (x *FileReference) GetType() string
func (*FileReference) GetUrl ¶
func (x *FileReference) GetUrl() string
func (*FileReference) ProtoMessage ¶
func (*FileReference) ProtoMessage()
func (*FileReference) ProtoReflect ¶
func (x *FileReference) ProtoReflect() protoreflect.Message
func (*FileReference) Reset ¶
func (x *FileReference) Reset()
func (*FileReference) String ¶
func (x *FileReference) String() string
type GetHubStatsRequest ¶
type GetHubStatsRequest struct {
// contains filtered or unexported fields
}
GetHubStatsRequest represents a request to get hub stats.
func (*GetHubStatsRequest) Descriptor
deprecated
func (*GetHubStatsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetHubStatsRequest.ProtoReflect.Descriptor instead.
func (*GetHubStatsRequest) ProtoMessage ¶
func (*GetHubStatsRequest) ProtoMessage()
func (*GetHubStatsRequest) ProtoReflect ¶
func (x *GetHubStatsRequest) ProtoReflect() protoreflect.Message
func (*GetHubStatsRequest) Reset ¶
func (x *GetHubStatsRequest) Reset()
func (*GetHubStatsRequest) String ¶
func (x *GetHubStatsRequest) String() string
type GetHubStatsResponse ¶
type GetHubStatsResponse struct { // Total number of public pipelines. NumberOfPublicPipelines int32 `` /* 135-byte string literal not displayed */ // Total number of featured pipelines. NumberOfFeaturedPipelines int32 `` /* 141-byte string literal not displayed */ // contains filtered or unexported fields }
GetHubStatsResponse represents a response to get hub stats.
func (*GetHubStatsResponse) Descriptor
deprecated
func (*GetHubStatsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetHubStatsResponse.ProtoReflect.Descriptor instead.
func (*GetHubStatsResponse) GetNumberOfFeaturedPipelines ¶
func (x *GetHubStatsResponse) GetNumberOfFeaturedPipelines() int32
func (*GetHubStatsResponse) GetNumberOfPublicPipelines ¶
func (x *GetHubStatsResponse) GetNumberOfPublicPipelines() int32
func (*GetHubStatsResponse) ProtoMessage ¶
func (*GetHubStatsResponse) ProtoMessage()
func (*GetHubStatsResponse) ProtoReflect ¶
func (x *GetHubStatsResponse) ProtoReflect() protoreflect.Message
func (*GetHubStatsResponse) Reset ¶
func (x *GetHubStatsResponse) Reset()
func (*GetHubStatsResponse) String ¶
func (x *GetHubStatsResponse) String() string
type GetIntegrationRequest ¶
type GetIntegrationRequest struct { // Integration ID. IntegrationId string `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"` // View allows clients to specify the desired view in the response. View *View `protobuf:"varint,2,opt,name=view,proto3,enum=vdp.pipeline.v1beta.View,oneof" json:"view,omitempty"` // contains filtered or unexported fields }
GetIntegrationRequest represents a request to view the details of an integration.
func (*GetIntegrationRequest) Descriptor
deprecated
func (*GetIntegrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetIntegrationRequest.ProtoReflect.Descriptor instead.
func (*GetIntegrationRequest) GetIntegrationId ¶
func (x *GetIntegrationRequest) GetIntegrationId() string
func (*GetIntegrationRequest) GetView ¶
func (x *GetIntegrationRequest) GetView() View
func (*GetIntegrationRequest) ProtoMessage ¶
func (*GetIntegrationRequest) ProtoMessage()
func (*GetIntegrationRequest) ProtoReflect ¶
func (x *GetIntegrationRequest) ProtoReflect() protoreflect.Message
func (*GetIntegrationRequest) Reset ¶
func (x *GetIntegrationRequest) Reset()
func (*GetIntegrationRequest) String ¶
func (x *GetIntegrationRequest) String() string
type GetIntegrationResponse ¶
type GetIntegrationResponse struct { // The requested integration. Integration *Integration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"` // contains filtered or unexported fields }
GetIntegrationResponse contains the requested integration.
func (*GetIntegrationResponse) Descriptor
deprecated
func (*GetIntegrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetIntegrationResponse.ProtoReflect.Descriptor instead.
func (*GetIntegrationResponse) GetIntegration ¶
func (x *GetIntegrationResponse) GetIntegration() *Integration
func (*GetIntegrationResponse) ProtoMessage ¶
func (*GetIntegrationResponse) ProtoMessage()
func (*GetIntegrationResponse) ProtoReflect ¶
func (x *GetIntegrationResponse) ProtoReflect() protoreflect.Message
func (*GetIntegrationResponse) Reset ¶
func (x *GetIntegrationResponse) Reset()
func (*GetIntegrationResponse) String ¶
func (x *GetIntegrationResponse) String() string
type GetNamespaceConnectionRequest ¶
type GetNamespaceConnectionRequest struct { // Namespace ID. NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Connection ID. ConnectionId string `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"` // View allows clients to specify the desired view in the response. View *View `protobuf:"varint,3,opt,name=view,proto3,enum=vdp.pipeline.v1beta.View,oneof" json:"view,omitempty"` // contains filtered or unexported fields }
GetNamespaceConnectionRequest represents a request to view the details of a connection.
func (*GetNamespaceConnectionRequest) Descriptor
deprecated
func (*GetNamespaceConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNamespaceConnectionRequest.ProtoReflect.Descriptor instead.
func (*GetNamespaceConnectionRequest) GetConnectionId ¶
func (x *GetNamespaceConnectionRequest) GetConnectionId() string
func (*GetNamespaceConnectionRequest) GetNamespaceId ¶
func (x *GetNamespaceConnectionRequest) GetNamespaceId() string
func (*GetNamespaceConnectionRequest) GetView ¶
func (x *GetNamespaceConnectionRequest) GetView() View
func (*GetNamespaceConnectionRequest) ProtoMessage ¶
func (*GetNamespaceConnectionRequest) ProtoMessage()
func (*GetNamespaceConnectionRequest) ProtoReflect ¶
func (x *GetNamespaceConnectionRequest) ProtoReflect() protoreflect.Message
func (*GetNamespaceConnectionRequest) Reset ¶
func (x *GetNamespaceConnectionRequest) Reset()
func (*GetNamespaceConnectionRequest) String ¶
func (x *GetNamespaceConnectionRequest) String() string
type GetNamespaceConnectionResponse ¶
type GetNamespaceConnectionResponse struct { // The requested connection. Connection *Connection `protobuf:"bytes,1,opt,name=connection,proto3" json:"connection,omitempty"` // contains filtered or unexported fields }
GetNamespaceConnectionResponse contains the requested connection.
func (*GetNamespaceConnectionResponse) Descriptor
deprecated
func (*GetNamespaceConnectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNamespaceConnectionResponse.ProtoReflect.Descriptor instead.
func (*GetNamespaceConnectionResponse) GetConnection ¶
func (x *GetNamespaceConnectionResponse) GetConnection() *Connection
func (*GetNamespaceConnectionResponse) ProtoMessage ¶
func (*GetNamespaceConnectionResponse) ProtoMessage()
func (*GetNamespaceConnectionResponse) ProtoReflect ¶
func (x *GetNamespaceConnectionResponse) ProtoReflect() protoreflect.Message
func (*GetNamespaceConnectionResponse) Reset ¶
func (x *GetNamespaceConnectionResponse) Reset()
func (*GetNamespaceConnectionResponse) String ¶
func (x *GetNamespaceConnectionResponse) String() string
type GetNamespacePipelineReleaseRequest ¶
type GetNamespacePipelineReleaseRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Pipeline ID PipelineId string `protobuf:"bytes,2,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // Release ID ReleaseId string `protobuf:"bytes,3,opt,name=release_id,json=releaseId,proto3" json:"release_id,omitempty"` // View allows clients to specify the desired pipeline view in the response. View *Pipeline_View `protobuf:"varint,4,opt,name=view,proto3,enum=vdp.pipeline.v1beta.Pipeline_View,oneof" json:"view,omitempty"` // contains filtered or unexported fields }
GetNamespacePipelineReleaseRequest represents a request to fetchthe details of a release in a user-owned pipeline.
func (*GetNamespacePipelineReleaseRequest) Descriptor
deprecated
func (*GetNamespacePipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNamespacePipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*GetNamespacePipelineReleaseRequest) GetNamespaceId ¶
func (x *GetNamespacePipelineReleaseRequest) GetNamespaceId() string
func (*GetNamespacePipelineReleaseRequest) GetPipelineId ¶
func (x *GetNamespacePipelineReleaseRequest) GetPipelineId() string
func (*GetNamespacePipelineReleaseRequest) GetReleaseId ¶
func (x *GetNamespacePipelineReleaseRequest) GetReleaseId() string
func (*GetNamespacePipelineReleaseRequest) GetView ¶
func (x *GetNamespacePipelineReleaseRequest) GetView() Pipeline_View
func (*GetNamespacePipelineReleaseRequest) ProtoMessage ¶
func (*GetNamespacePipelineReleaseRequest) ProtoMessage()
func (*GetNamespacePipelineReleaseRequest) ProtoReflect ¶
func (x *GetNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*GetNamespacePipelineReleaseRequest) Reset ¶
func (x *GetNamespacePipelineReleaseRequest) Reset()
func (*GetNamespacePipelineReleaseRequest) String ¶
func (x *GetNamespacePipelineReleaseRequest) String() string
type GetNamespacePipelineReleaseResponse ¶
type GetNamespacePipelineReleaseResponse struct { // The pipeline release resource. Release *PipelineRelease `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // contains filtered or unexported fields }
GetNamespacePipelineReleaseResponse contains the requested pipeline release.
func (*GetNamespacePipelineReleaseResponse) Descriptor
deprecated
func (*GetNamespacePipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNamespacePipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*GetNamespacePipelineReleaseResponse) GetRelease ¶
func (x *GetNamespacePipelineReleaseResponse) GetRelease() *PipelineRelease
func (*GetNamespacePipelineReleaseResponse) ProtoMessage ¶
func (*GetNamespacePipelineReleaseResponse) ProtoMessage()
func (*GetNamespacePipelineReleaseResponse) ProtoReflect ¶
func (x *GetNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*GetNamespacePipelineReleaseResponse) Reset ¶
func (x *GetNamespacePipelineReleaseResponse) Reset()
func (*GetNamespacePipelineReleaseResponse) String ¶
func (x *GetNamespacePipelineReleaseResponse) String() string
type GetNamespacePipelineRequest ¶
type GetNamespacePipelineRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Pipeline ID PipelineId string `protobuf:"bytes,2,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // View allows clients to specify the desired pipeline view in the response. View *Pipeline_View `protobuf:"varint,3,opt,name=view,proto3,enum=vdp.pipeline.v1beta.Pipeline_View,oneof" json:"view,omitempty"` // contains filtered or unexported fields }
GetNamespacePipelineRequest represents a request to fetch the details of a pipeline owned by a namespace.
func (*GetNamespacePipelineRequest) Descriptor
deprecated
func (*GetNamespacePipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNamespacePipelineRequest.ProtoReflect.Descriptor instead.
func (*GetNamespacePipelineRequest) GetNamespaceId ¶
func (x *GetNamespacePipelineRequest) GetNamespaceId() string
func (*GetNamespacePipelineRequest) GetPipelineId ¶
func (x *GetNamespacePipelineRequest) GetPipelineId() string
func (*GetNamespacePipelineRequest) GetView ¶
func (x *GetNamespacePipelineRequest) GetView() Pipeline_View
func (*GetNamespacePipelineRequest) ProtoMessage ¶
func (*GetNamespacePipelineRequest) ProtoMessage()
func (*GetNamespacePipelineRequest) ProtoReflect ¶
func (x *GetNamespacePipelineRequest) ProtoReflect() protoreflect.Message
func (*GetNamespacePipelineRequest) Reset ¶
func (x *GetNamespacePipelineRequest) Reset()
func (*GetNamespacePipelineRequest) String ¶
func (x *GetNamespacePipelineRequest) String() string
type GetNamespacePipelineResponse ¶
type GetNamespacePipelineResponse struct { // The pipeline resource. Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // contains filtered or unexported fields }
GetNamespacePipelineResponse contains the requested pipeline.
func (*GetNamespacePipelineResponse) Descriptor
deprecated
func (*GetNamespacePipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNamespacePipelineResponse.ProtoReflect.Descriptor instead.
func (*GetNamespacePipelineResponse) GetPipeline ¶
func (x *GetNamespacePipelineResponse) GetPipeline() *Pipeline
func (*GetNamespacePipelineResponse) ProtoMessage ¶
func (*GetNamespacePipelineResponse) ProtoMessage()
func (*GetNamespacePipelineResponse) ProtoReflect ¶
func (x *GetNamespacePipelineResponse) ProtoReflect() protoreflect.Message
func (*GetNamespacePipelineResponse) Reset ¶
func (x *GetNamespacePipelineResponse) Reset()
func (*GetNamespacePipelineResponse) String ¶
func (x *GetNamespacePipelineResponse) String() string
type GetNamespaceSecretRequest ¶
type GetNamespaceSecretRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Secret ID SecretId string `protobuf:"bytes,2,opt,name=secret_id,json=secretId,proto3" json:"secret_id,omitempty"` // contains filtered or unexported fields }
GetNamespaceSecretRequest represents a request to fetch the details of a secret
func (*GetNamespaceSecretRequest) Descriptor
deprecated
func (*GetNamespaceSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNamespaceSecretRequest.ProtoReflect.Descriptor instead.
func (*GetNamespaceSecretRequest) GetNamespaceId ¶
func (x *GetNamespaceSecretRequest) GetNamespaceId() string
func (*GetNamespaceSecretRequest) GetSecretId ¶
func (x *GetNamespaceSecretRequest) GetSecretId() string
func (*GetNamespaceSecretRequest) ProtoMessage ¶
func (*GetNamespaceSecretRequest) ProtoMessage()
func (*GetNamespaceSecretRequest) ProtoReflect ¶
func (x *GetNamespaceSecretRequest) ProtoReflect() protoreflect.Message
func (*GetNamespaceSecretRequest) Reset ¶
func (x *GetNamespaceSecretRequest) Reset()
func (*GetNamespaceSecretRequest) String ¶
func (x *GetNamespaceSecretRequest) String() string
type GetNamespaceSecretResponse ¶
type GetNamespaceSecretResponse struct { // The secret resource. Secret *Secret `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"` // contains filtered or unexported fields }
GetNamespaceSecretResponse contains the requested secret.
func (*GetNamespaceSecretResponse) Descriptor
deprecated
func (*GetNamespaceSecretResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNamespaceSecretResponse.ProtoReflect.Descriptor instead.
func (*GetNamespaceSecretResponse) GetSecret ¶
func (x *GetNamespaceSecretResponse) GetSecret() *Secret
func (*GetNamespaceSecretResponse) ProtoMessage ¶
func (*GetNamespaceSecretResponse) ProtoMessage()
func (*GetNamespaceSecretResponse) ProtoReflect ¶
func (x *GetNamespaceSecretResponse) ProtoReflect() protoreflect.Message
func (*GetNamespaceSecretResponse) Reset ¶
func (x *GetNamespaceSecretResponse) Reset()
func (*GetNamespaceSecretResponse) String ¶
func (x *GetNamespaceSecretResponse) String() string
type GetOperationRequest ¶
type GetOperationRequest struct { // The name of the operation resource. Asynchronous methods will contain this // information in their response. OperationId string `protobuf:"bytes,1,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"` // contains filtered or unexported fields }
GetOperationRequest represents a request to query a long-running operation.
func (*GetOperationRequest) Descriptor
deprecated
func (*GetOperationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOperationRequest.ProtoReflect.Descriptor instead.
func (*GetOperationRequest) GetOperationId ¶
func (x *GetOperationRequest) GetOperationId() string
func (*GetOperationRequest) ProtoMessage ¶
func (*GetOperationRequest) ProtoMessage()
func (*GetOperationRequest) ProtoReflect ¶
func (x *GetOperationRequest) ProtoReflect() protoreflect.Message
func (*GetOperationRequest) Reset ¶
func (x *GetOperationRequest) Reset()
func (*GetOperationRequest) String ¶
func (x *GetOperationRequest) String() string
type GetOperationResponse ¶
type GetOperationResponse struct { // The long-running operation. Operation *longrunningpb.Operation `protobuf:"bytes,1,opt,name=operation,proto3" json:"operation,omitempty"` // contains filtered or unexported fields }
GetOperationResponse contains the long-running operation details.
func (*GetOperationResponse) Descriptor
deprecated
func (*GetOperationResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOperationResponse.ProtoReflect.Descriptor instead.
func (*GetOperationResponse) GetOperation ¶
func (x *GetOperationResponse) GetOperation() *longrunningpb.Operation
func (*GetOperationResponse) ProtoMessage ¶
func (*GetOperationResponse) ProtoMessage()
func (*GetOperationResponse) ProtoReflect ¶
func (x *GetOperationResponse) ProtoReflect() protoreflect.Message
func (*GetOperationResponse) Reset ¶
func (x *GetOperationResponse) Reset()
func (*GetOperationResponse) String ¶
func (x *GetOperationResponse) String() string
type GetOrganizationPipelineReleaseRequest ¶
type GetOrganizationPipelineReleaseRequest struct { // The resource name of the pipeline release, which allows its access by // parent pipeline and ID. // - Format: // `organizations/{organization.id}/pipelines/{pipeline.id}/releases/{release.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // View allows clients to specify the desired pipeline view in the response. View *Pipeline_View `protobuf:"varint,2,opt,name=view,proto3,enum=vdp.pipeline.v1beta.Pipeline_View,oneof" json:"view,omitempty"` // contains filtered or unexported fields }
GetOrganizationPipelineReleaseRequest represents a request to fetchthe details of a release in an organization-owned pipeline.
func (*GetOrganizationPipelineReleaseRequest) Descriptor
deprecated
func (*GetOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationPipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*GetOrganizationPipelineReleaseRequest) GetName ¶
func (x *GetOrganizationPipelineReleaseRequest) GetName() string
func (*GetOrganizationPipelineReleaseRequest) GetView ¶
func (x *GetOrganizationPipelineReleaseRequest) GetView() Pipeline_View
func (*GetOrganizationPipelineReleaseRequest) ProtoMessage ¶
func (*GetOrganizationPipelineReleaseRequest) ProtoMessage()
func (*GetOrganizationPipelineReleaseRequest) ProtoReflect ¶
func (x *GetOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*GetOrganizationPipelineReleaseRequest) Reset ¶
func (x *GetOrganizationPipelineReleaseRequest) Reset()
func (*GetOrganizationPipelineReleaseRequest) String ¶
func (x *GetOrganizationPipelineReleaseRequest) String() string
type GetOrganizationPipelineReleaseResponse ¶
type GetOrganizationPipelineReleaseResponse struct { // The pipeline release resource. Release *PipelineRelease `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // contains filtered or unexported fields }
GetOrganizationPipelineReleaseResponse contains the requested pipeline release.
func (*GetOrganizationPipelineReleaseResponse) Descriptor
deprecated
func (*GetOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationPipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*GetOrganizationPipelineReleaseResponse) GetRelease ¶
func (x *GetOrganizationPipelineReleaseResponse) GetRelease() *PipelineRelease
func (*GetOrganizationPipelineReleaseResponse) ProtoMessage ¶
func (*GetOrganizationPipelineReleaseResponse) ProtoMessage()
func (*GetOrganizationPipelineReleaseResponse) ProtoReflect ¶
func (x *GetOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*GetOrganizationPipelineReleaseResponse) Reset ¶
func (x *GetOrganizationPipelineReleaseResponse) Reset()
func (*GetOrganizationPipelineReleaseResponse) String ¶
func (x *GetOrganizationPipelineReleaseResponse) String() string
type GetOrganizationPipelineRequest ¶
type GetOrganizationPipelineRequest struct { // The resource name of the pipeline, which allows its access by parent // organization and ID. // - Format: `organizations/{organization.id}/pipelines/{pipeline.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // View allows clients to specify the desired pipeline view in the response. View *Pipeline_View `protobuf:"varint,2,opt,name=view,proto3,enum=vdp.pipeline.v1beta.Pipeline_View,oneof" json:"view,omitempty"` // contains filtered or unexported fields }
GetOrganizationPipelineRequest represents a request to fetch the details of a pipeline owned by an organization.
func (*GetOrganizationPipelineRequest) Descriptor
deprecated
func (*GetOrganizationPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationPipelineRequest.ProtoReflect.Descriptor instead.
func (*GetOrganizationPipelineRequest) GetName ¶
func (x *GetOrganizationPipelineRequest) GetName() string
func (*GetOrganizationPipelineRequest) GetView ¶
func (x *GetOrganizationPipelineRequest) GetView() Pipeline_View
func (*GetOrganizationPipelineRequest) ProtoMessage ¶
func (*GetOrganizationPipelineRequest) ProtoMessage()
func (*GetOrganizationPipelineRequest) ProtoReflect ¶
func (x *GetOrganizationPipelineRequest) ProtoReflect() protoreflect.Message
func (*GetOrganizationPipelineRequest) Reset ¶
func (x *GetOrganizationPipelineRequest) Reset()
func (*GetOrganizationPipelineRequest) String ¶
func (x *GetOrganizationPipelineRequest) String() string
type GetOrganizationPipelineResponse ¶
type GetOrganizationPipelineResponse struct { // The pipeline resource. Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // contains filtered or unexported fields }
GetOrganizationPipelineResponse contains the requested pipeline.
func (*GetOrganizationPipelineResponse) Descriptor
deprecated
func (*GetOrganizationPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationPipelineResponse.ProtoReflect.Descriptor instead.
func (*GetOrganizationPipelineResponse) GetPipeline ¶
func (x *GetOrganizationPipelineResponse) GetPipeline() *Pipeline
func (*GetOrganizationPipelineResponse) ProtoMessage ¶
func (*GetOrganizationPipelineResponse) ProtoMessage()
func (*GetOrganizationPipelineResponse) ProtoReflect ¶
func (x *GetOrganizationPipelineResponse) ProtoReflect() protoreflect.Message
func (*GetOrganizationPipelineResponse) Reset ¶
func (x *GetOrganizationPipelineResponse) Reset()
func (*GetOrganizationPipelineResponse) String ¶
func (x *GetOrganizationPipelineResponse) String() string
type GetOrganizationSecretRequest ¶
type GetOrganizationSecretRequest struct { // The resource name of the secret, which allows its access by ID. // - Format: `organizations/{organization.id}/secrets/{secret.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
GetOrganizationSecretRequest represents a request to fetch the details of a secret
func (*GetOrganizationSecretRequest) Descriptor
deprecated
func (*GetOrganizationSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationSecretRequest.ProtoReflect.Descriptor instead.
func (*GetOrganizationSecretRequest) GetName ¶
func (x *GetOrganizationSecretRequest) GetName() string
func (*GetOrganizationSecretRequest) ProtoMessage ¶
func (*GetOrganizationSecretRequest) ProtoMessage()
func (*GetOrganizationSecretRequest) ProtoReflect ¶
func (x *GetOrganizationSecretRequest) ProtoReflect() protoreflect.Message
func (*GetOrganizationSecretRequest) Reset ¶
func (x *GetOrganizationSecretRequest) Reset()
func (*GetOrganizationSecretRequest) String ¶
func (x *GetOrganizationSecretRequest) String() string
type GetOrganizationSecretResponse ¶
type GetOrganizationSecretResponse struct { // The secret resource. Secret *Secret `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"` // contains filtered or unexported fields }
GetOrganizationSecretResponse contains the requested secret.
func (*GetOrganizationSecretResponse) Descriptor
deprecated
func (*GetOrganizationSecretResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationSecretResponse.ProtoReflect.Descriptor instead.
func (*GetOrganizationSecretResponse) GetSecret ¶
func (x *GetOrganizationSecretResponse) GetSecret() *Secret
func (*GetOrganizationSecretResponse) ProtoMessage ¶
func (*GetOrganizationSecretResponse) ProtoMessage()
func (*GetOrganizationSecretResponse) ProtoReflect ¶
func (x *GetOrganizationSecretResponse) ProtoReflect() protoreflect.Message
func (*GetOrganizationSecretResponse) Reset ¶
func (x *GetOrganizationSecretResponse) Reset()
func (*GetOrganizationSecretResponse) String ¶
func (x *GetOrganizationSecretResponse) String() string
type GetUserPipelineReleaseRequest ¶
type GetUserPipelineReleaseRequest struct { // The resource name of the pipeline release, which allows its access by // parent pipeline and ID. // - Format: `users/{user.id}/pipelines/{pipeline.id}/releases/{release.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // View allows clients to specify the desired pipeline view in the response. View *Pipeline_View `protobuf:"varint,2,opt,name=view,proto3,enum=vdp.pipeline.v1beta.Pipeline_View,oneof" json:"view,omitempty"` // contains filtered or unexported fields }
GetUserPipelineReleaseRequest represents a request to fetchthe details of a release in a user-owned pipeline.
func (*GetUserPipelineReleaseRequest) Descriptor
deprecated
func (*GetUserPipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserPipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*GetUserPipelineReleaseRequest) GetName ¶
func (x *GetUserPipelineReleaseRequest) GetName() string
func (*GetUserPipelineReleaseRequest) GetView ¶
func (x *GetUserPipelineReleaseRequest) GetView() Pipeline_View
func (*GetUserPipelineReleaseRequest) ProtoMessage ¶
func (*GetUserPipelineReleaseRequest) ProtoMessage()
func (*GetUserPipelineReleaseRequest) ProtoReflect ¶
func (x *GetUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*GetUserPipelineReleaseRequest) Reset ¶
func (x *GetUserPipelineReleaseRequest) Reset()
func (*GetUserPipelineReleaseRequest) String ¶
func (x *GetUserPipelineReleaseRequest) String() string
type GetUserPipelineReleaseResponse ¶
type GetUserPipelineReleaseResponse struct { // The pipeline release resource. Release *PipelineRelease `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // contains filtered or unexported fields }
GetUserPipelineReleaseResponse contains the requested pipeline release.
func (*GetUserPipelineReleaseResponse) Descriptor
deprecated
func (*GetUserPipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserPipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*GetUserPipelineReleaseResponse) GetRelease ¶
func (x *GetUserPipelineReleaseResponse) GetRelease() *PipelineRelease
func (*GetUserPipelineReleaseResponse) ProtoMessage ¶
func (*GetUserPipelineReleaseResponse) ProtoMessage()
func (*GetUserPipelineReleaseResponse) ProtoReflect ¶
func (x *GetUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*GetUserPipelineReleaseResponse) Reset ¶
func (x *GetUserPipelineReleaseResponse) Reset()
func (*GetUserPipelineReleaseResponse) String ¶
func (x *GetUserPipelineReleaseResponse) String() string
type GetUserPipelineRequest ¶
type GetUserPipelineRequest struct { // The resource name of the pipeline, which allows its access by parent user // and ID. // - Format: `users/{user.id}/pipelines/{pipeline.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // View allows clients to specify the desired pipeline view in the response. View *Pipeline_View `protobuf:"varint,2,opt,name=view,proto3,enum=vdp.pipeline.v1beta.Pipeline_View,oneof" json:"view,omitempty"` // contains filtered or unexported fields }
GetUserPipelineRequest represents a request to fetch the details of a pipeline owned by a user.
func (*GetUserPipelineRequest) Descriptor
deprecated
func (*GetUserPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserPipelineRequest.ProtoReflect.Descriptor instead.
func (*GetUserPipelineRequest) GetName ¶
func (x *GetUserPipelineRequest) GetName() string
func (*GetUserPipelineRequest) GetView ¶
func (x *GetUserPipelineRequest) GetView() Pipeline_View
func (*GetUserPipelineRequest) ProtoMessage ¶
func (*GetUserPipelineRequest) ProtoMessage()
func (*GetUserPipelineRequest) ProtoReflect ¶
func (x *GetUserPipelineRequest) ProtoReflect() protoreflect.Message
func (*GetUserPipelineRequest) Reset ¶
func (x *GetUserPipelineRequest) Reset()
func (*GetUserPipelineRequest) String ¶
func (x *GetUserPipelineRequest) String() string
type GetUserPipelineResponse ¶
type GetUserPipelineResponse struct { // The pipeline resource. Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // contains filtered or unexported fields }
GetUserPipelineResponse contains the requested pipeline.
func (*GetUserPipelineResponse) Descriptor
deprecated
func (*GetUserPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserPipelineResponse.ProtoReflect.Descriptor instead.
func (*GetUserPipelineResponse) GetPipeline ¶
func (x *GetUserPipelineResponse) GetPipeline() *Pipeline
func (*GetUserPipelineResponse) ProtoMessage ¶
func (*GetUserPipelineResponse) ProtoMessage()
func (*GetUserPipelineResponse) ProtoReflect ¶
func (x *GetUserPipelineResponse) ProtoReflect() protoreflect.Message
func (*GetUserPipelineResponse) Reset ¶
func (x *GetUserPipelineResponse) Reset()
func (*GetUserPipelineResponse) String ¶
func (x *GetUserPipelineResponse) String() string
type GetUserSecretRequest ¶
type GetUserSecretRequest struct { // The resource name of the secret, which allows its access by ID. // - Format: `users/{user.id}/secrets/{secret.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
GetUserSecretRequest represents a request to fetch the details of a secret
func (*GetUserSecretRequest) Descriptor
deprecated
func (*GetUserSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSecretRequest.ProtoReflect.Descriptor instead.
func (*GetUserSecretRequest) GetName ¶
func (x *GetUserSecretRequest) GetName() string
func (*GetUserSecretRequest) ProtoMessage ¶
func (*GetUserSecretRequest) ProtoMessage()
func (*GetUserSecretRequest) ProtoReflect ¶
func (x *GetUserSecretRequest) ProtoReflect() protoreflect.Message
func (*GetUserSecretRequest) Reset ¶
func (x *GetUserSecretRequest) Reset()
func (*GetUserSecretRequest) String ¶
func (x *GetUserSecretRequest) String() string
type GetUserSecretResponse ¶
type GetUserSecretResponse struct { // The secret resource. Secret *Secret `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"` // contains filtered or unexported fields }
GetUserSecretResponse contains the requested secret.
func (*GetUserSecretResponse) Descriptor
deprecated
func (*GetUserSecretResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSecretResponse.ProtoReflect.Descriptor instead.
func (*GetUserSecretResponse) GetSecret ¶
func (x *GetUserSecretResponse) GetSecret() *Secret
func (*GetUserSecretResponse) ProtoMessage ¶
func (*GetUserSecretResponse) ProtoMessage()
func (*GetUserSecretResponse) ProtoReflect ¶
func (x *GetUserSecretResponse) ProtoReflect() protoreflect.Message
func (*GetUserSecretResponse) Reset ¶
func (x *GetUserSecretResponse) Reset()
func (*GetUserSecretResponse) String ¶
func (x *GetUserSecretResponse) String() string
type HandleNamespacePipelineReleaseWebhookEventRequest ¶
type HandleNamespacePipelineReleaseWebhookEventRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Pipeline ID PipelineId string `protobuf:"bytes,2,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // Pipeline ID ReleaseId string `protobuf:"bytes,3,opt,name=release_id,json=releaseId,proto3" json:"release_id,omitempty"` // Event Event string `protobuf:"bytes,4,opt,name=event,proto3" json:"event,omitempty"` // Code Code string `protobuf:"bytes,5,opt,name=code,proto3" json:"code,omitempty"` // Input data Data *structpb.Struct `protobuf:"bytes,6,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
HandleNamespacePipelineReleaseWebhookEventRequest
func (*HandleNamespacePipelineReleaseWebhookEventRequest) Descriptor
deprecated
func (*HandleNamespacePipelineReleaseWebhookEventRequest) Descriptor() ([]byte, []int)
Deprecated: Use HandleNamespacePipelineReleaseWebhookEventRequest.ProtoReflect.Descriptor instead.
func (*HandleNamespacePipelineReleaseWebhookEventRequest) GetCode ¶
func (x *HandleNamespacePipelineReleaseWebhookEventRequest) GetCode() string
func (*HandleNamespacePipelineReleaseWebhookEventRequest) GetData ¶
func (x *HandleNamespacePipelineReleaseWebhookEventRequest) GetData() *structpb.Struct
func (*HandleNamespacePipelineReleaseWebhookEventRequest) GetEvent ¶
func (x *HandleNamespacePipelineReleaseWebhookEventRequest) GetEvent() string
func (*HandleNamespacePipelineReleaseWebhookEventRequest) GetNamespaceId ¶
func (x *HandleNamespacePipelineReleaseWebhookEventRequest) GetNamespaceId() string
func (*HandleNamespacePipelineReleaseWebhookEventRequest) GetPipelineId ¶
func (x *HandleNamespacePipelineReleaseWebhookEventRequest) GetPipelineId() string
func (*HandleNamespacePipelineReleaseWebhookEventRequest) GetReleaseId ¶
func (x *HandleNamespacePipelineReleaseWebhookEventRequest) GetReleaseId() string
func (*HandleNamespacePipelineReleaseWebhookEventRequest) ProtoMessage ¶
func (*HandleNamespacePipelineReleaseWebhookEventRequest) ProtoMessage()
func (*HandleNamespacePipelineReleaseWebhookEventRequest) ProtoReflect ¶
func (x *HandleNamespacePipelineReleaseWebhookEventRequest) ProtoReflect() protoreflect.Message
func (*HandleNamespacePipelineReleaseWebhookEventRequest) Reset ¶
func (x *HandleNamespacePipelineReleaseWebhookEventRequest) Reset()
func (*HandleNamespacePipelineReleaseWebhookEventRequest) String ¶
func (x *HandleNamespacePipelineReleaseWebhookEventRequest) String() string
type HandleNamespacePipelineReleaseWebhookEventResponse ¶
type HandleNamespacePipelineReleaseWebhookEventResponse struct { // data Data *structpb.Struct `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
HandleNamespacePipelineReleaseWebhookEventResponse
func (*HandleNamespacePipelineReleaseWebhookEventResponse) Descriptor
deprecated
func (*HandleNamespacePipelineReleaseWebhookEventResponse) Descriptor() ([]byte, []int)
Deprecated: Use HandleNamespacePipelineReleaseWebhookEventResponse.ProtoReflect.Descriptor instead.
func (*HandleNamespacePipelineReleaseWebhookEventResponse) GetData ¶
func (x *HandleNamespacePipelineReleaseWebhookEventResponse) GetData() *structpb.Struct
func (*HandleNamespacePipelineReleaseWebhookEventResponse) ProtoMessage ¶
func (*HandleNamespacePipelineReleaseWebhookEventResponse) ProtoMessage()
func (*HandleNamespacePipelineReleaseWebhookEventResponse) ProtoReflect ¶
func (x *HandleNamespacePipelineReleaseWebhookEventResponse) ProtoReflect() protoreflect.Message
func (*HandleNamespacePipelineReleaseWebhookEventResponse) Reset ¶
func (x *HandleNamespacePipelineReleaseWebhookEventResponse) Reset()
func (*HandleNamespacePipelineReleaseWebhookEventResponse) String ¶
func (x *HandleNamespacePipelineReleaseWebhookEventResponse) String() string
type HandleNamespacePipelineWebhookEventRequest ¶
type HandleNamespacePipelineWebhookEventRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Pipeline ID PipelineId string `protobuf:"bytes,2,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // Event Event string `protobuf:"bytes,3,opt,name=event,proto3" json:"event,omitempty"` // Code Code string `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"` // Input data Data *structpb.Struct `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
HandleNamespacePipelineWebhookEventRequest
func (*HandleNamespacePipelineWebhookEventRequest) Descriptor
deprecated
func (*HandleNamespacePipelineWebhookEventRequest) Descriptor() ([]byte, []int)
Deprecated: Use HandleNamespacePipelineWebhookEventRequest.ProtoReflect.Descriptor instead.
func (*HandleNamespacePipelineWebhookEventRequest) GetCode ¶
func (x *HandleNamespacePipelineWebhookEventRequest) GetCode() string
func (*HandleNamespacePipelineWebhookEventRequest) GetData ¶
func (x *HandleNamespacePipelineWebhookEventRequest) GetData() *structpb.Struct
func (*HandleNamespacePipelineWebhookEventRequest) GetEvent ¶
func (x *HandleNamespacePipelineWebhookEventRequest) GetEvent() string
func (*HandleNamespacePipelineWebhookEventRequest) GetNamespaceId ¶
func (x *HandleNamespacePipelineWebhookEventRequest) GetNamespaceId() string
func (*HandleNamespacePipelineWebhookEventRequest) GetPipelineId ¶
func (x *HandleNamespacePipelineWebhookEventRequest) GetPipelineId() string
func (*HandleNamespacePipelineWebhookEventRequest) ProtoMessage ¶
func (*HandleNamespacePipelineWebhookEventRequest) ProtoMessage()
func (*HandleNamespacePipelineWebhookEventRequest) ProtoReflect ¶
func (x *HandleNamespacePipelineWebhookEventRequest) ProtoReflect() protoreflect.Message
func (*HandleNamespacePipelineWebhookEventRequest) Reset ¶
func (x *HandleNamespacePipelineWebhookEventRequest) Reset()
func (*HandleNamespacePipelineWebhookEventRequest) String ¶
func (x *HandleNamespacePipelineWebhookEventRequest) String() string
type HandleNamespacePipelineWebhookEventResponse ¶
type HandleNamespacePipelineWebhookEventResponse struct { // data Data *structpb.Struct `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
HandleNamespacePipelineWebhookEventResponse
func (*HandleNamespacePipelineWebhookEventResponse) Descriptor
deprecated
func (*HandleNamespacePipelineWebhookEventResponse) Descriptor() ([]byte, []int)
Deprecated: Use HandleNamespacePipelineWebhookEventResponse.ProtoReflect.Descriptor instead.
func (*HandleNamespacePipelineWebhookEventResponse) GetData ¶
func (x *HandleNamespacePipelineWebhookEventResponse) GetData() *structpb.Struct
func (*HandleNamespacePipelineWebhookEventResponse) ProtoMessage ¶
func (*HandleNamespacePipelineWebhookEventResponse) ProtoMessage()
func (*HandleNamespacePipelineWebhookEventResponse) ProtoReflect ¶
func (x *HandleNamespacePipelineWebhookEventResponse) ProtoReflect() protoreflect.Message
func (*HandleNamespacePipelineWebhookEventResponse) Reset ¶
func (x *HandleNamespacePipelineWebhookEventResponse) Reset()
func (*HandleNamespacePipelineWebhookEventResponse) String ¶
func (x *HandleNamespacePipelineWebhookEventResponse) String() string
type Integration ¶
type Integration struct { // UUID-formatted unique identifier. It references a component definition. Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"` // Identifier of the integration, which references a component definition. // Components with that definition ID will be able to use the connections // produced by this integration. Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // Title, reflects the app name. Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` // Short description of the integrated app. Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // Integrated app vendor name. Vendor string `protobuf:"bytes,5,opt,name=vendor,proto3" json:"vendor,omitempty"` // Integration icon. This is a path that's relative to the root of // the component implementation and that allows frontend applications to pull // and locate the icons. // See the `icon` field in the `ComponentDefinition` entity for more // information. Icon string `protobuf:"bytes,6,opt,name=icon,proto3" json:"icon,omitempty"` // Reference to the vendor's documentation to expand the integration details. HelpLink *Integration_Link `protobuf:"bytes,7,opt,name=help_link,json=helpLink,proto3,oneof" json:"help_link,omitempty"` // The connection setup field definitions. Each integration will require // different data to connect to the 3rd party app. SetupSchema *structpb.Struct `protobuf:"bytes,10,opt,name=setup_schema,json=setupSchema,proto3" json:"setup_schema,omitempty"` // Configuration parameters required for the OAuth setup flow. This field // will be present only if the integration supports OAuth 2.0. OAuthConfig *Integration_OAuthConfig `protobuf:"bytes,11,opt,name=o_auth_config,json=oAuthConfig,proto3,oneof" json:"o_auth_config,omitempty"` // View defines how the integration is presented. The following fields are // only shown in the FULL view: // - setupSchema // - oAuthConfig View View `protobuf:"varint,9,opt,name=view,proto3,enum=vdp.pipeline.v1beta.View" json:"view,omitempty"` // contains filtered or unexported fields }
Integration contains the parameters to create a connection between components and 3rd party apps.
func (*Integration) Descriptor
deprecated
func (*Integration) Descriptor() ([]byte, []int)
Deprecated: Use Integration.ProtoReflect.Descriptor instead.
func (*Integration) GetDescription ¶
func (x *Integration) GetDescription() string
func (*Integration) GetHelpLink ¶
func (x *Integration) GetHelpLink() *Integration_Link
func (*Integration) GetIcon ¶
func (x *Integration) GetIcon() string
func (*Integration) GetId ¶
func (x *Integration) GetId() string
func (*Integration) GetOAuthConfig ¶
func (x *Integration) GetOAuthConfig() *Integration_OAuthConfig
func (*Integration) GetSetupSchema ¶
func (x *Integration) GetSetupSchema() *structpb.Struct
func (*Integration) GetTitle ¶
func (x *Integration) GetTitle() string
func (*Integration) GetUid ¶
func (x *Integration) GetUid() string
func (*Integration) GetVendor ¶
func (x *Integration) GetVendor() string
func (*Integration) GetView ¶
func (x *Integration) GetView() View
func (*Integration) ProtoMessage ¶
func (*Integration) ProtoMessage()
func (*Integration) ProtoReflect ¶
func (x *Integration) ProtoReflect() protoreflect.Message
func (*Integration) Reset ¶
func (x *Integration) Reset()
func (*Integration) String ¶
func (x *Integration) String() string
type Integration_Link ¶
type Integration_Link struct { // Text contains the message to display. Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` // URL contains the reference the link will redirect to. Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"` // contains filtered or unexported fields }
Link contains the information to display an reference to an external URL.
func (*Integration_Link) Descriptor
deprecated
func (*Integration_Link) Descriptor() ([]byte, []int)
Deprecated: Use Integration_Link.ProtoReflect.Descriptor instead.
func (*Integration_Link) GetText ¶
func (x *Integration_Link) GetText() string
func (*Integration_Link) GetUrl ¶
func (x *Integration_Link) GetUrl() string
func (*Integration_Link) ProtoMessage ¶
func (*Integration_Link) ProtoMessage()
func (*Integration_Link) ProtoReflect ¶
func (x *Integration_Link) ProtoReflect() protoreflect.Message
func (*Integration_Link) Reset ¶
func (x *Integration_Link) Reset()
func (*Integration_Link) String ¶
func (x *Integration_Link) String() string
type Integration_OAuthConfig ¶
type Integration_OAuthConfig struct { // The URL of the OAuth server to initiate the authentication and // authorization process. AuthUrl string `protobuf:"bytes,1,opt,name=auth_url,json=authUrl,proto3" json:"auth_url,omitempty"` // The URL of the OAuth server to exchange the authorization code for an // access token. AccessUrl string `protobuf:"bytes,2,opt,name=access_url,json=accessUrl,proto3" json:"access_url,omitempty"` // A list of scopes that identify the resources that the connection will be // able to access on the user's behalf. Scopes []string `protobuf:"bytes,11,rep,name=scopes,proto3" json:"scopes,omitempty"` // contains filtered or unexported fields }
OAuthConfig contains the configuration parameters for fetching an access token via an OAuth 2.0 flow.
func (*Integration_OAuthConfig) Descriptor
deprecated
func (*Integration_OAuthConfig) Descriptor() ([]byte, []int)
Deprecated: Use Integration_OAuthConfig.ProtoReflect.Descriptor instead.
func (*Integration_OAuthConfig) GetAccessUrl ¶
func (x *Integration_OAuthConfig) GetAccessUrl() string
func (*Integration_OAuthConfig) GetAuthUrl ¶
func (x *Integration_OAuthConfig) GetAuthUrl() string
func (*Integration_OAuthConfig) GetScopes ¶
func (x *Integration_OAuthConfig) GetScopes() []string
func (*Integration_OAuthConfig) ProtoMessage ¶
func (*Integration_OAuthConfig) ProtoMessage()
func (*Integration_OAuthConfig) ProtoReflect ¶
func (x *Integration_OAuthConfig) ProtoReflect() protoreflect.Message
func (*Integration_OAuthConfig) Reset ¶
func (x *Integration_OAuthConfig) Reset()
func (*Integration_OAuthConfig) String ¶
func (x *Integration_OAuthConfig) String() string
type ListComponentDefinitionsRequest ¶
type ListComponentDefinitionsRequest struct { // The maximum number of component definitions to return. If this parameter // is unspecified, at most 10 definitions will be returned. The cap value for // this parameter is 100 (i.e. any value above that will be coerced to 100). PageSize *int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // View allows clients to specify the desired resource view in the response. View *ComponentDefinition_View `protobuf:"varint,3,opt,name=view,proto3,enum=vdp.pipeline.v1beta.ComponentDefinition_View,oneof" json:"view,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter // expression. // - Example: `component_type="COMPONENT_TYPE_AI"`. // - Example: `tasks:"TASK_TEXT_GENERATION"`. Filter *string `protobuf:"bytes,4,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // Page number. Page *int32 `protobuf:"varint,5,opt,name=page,proto3,oneof" json:"page,omitempty"` // contains filtered or unexported fields }
ListComponentDefinitionsRequest represents a request to list component definitions.
func (*ListComponentDefinitionsRequest) Descriptor
deprecated
func (*ListComponentDefinitionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListComponentDefinitionsRequest.ProtoReflect.Descriptor instead.
func (*ListComponentDefinitionsRequest) GetFilter ¶
func (x *ListComponentDefinitionsRequest) GetFilter() string
func (*ListComponentDefinitionsRequest) GetPage ¶
func (x *ListComponentDefinitionsRequest) GetPage() int32
func (*ListComponentDefinitionsRequest) GetPageSize ¶
func (x *ListComponentDefinitionsRequest) GetPageSize() int32
func (*ListComponentDefinitionsRequest) GetView ¶
func (x *ListComponentDefinitionsRequest) GetView() ComponentDefinition_View
func (*ListComponentDefinitionsRequest) ProtoMessage ¶
func (*ListComponentDefinitionsRequest) ProtoMessage()
func (*ListComponentDefinitionsRequest) ProtoReflect ¶
func (x *ListComponentDefinitionsRequest) ProtoReflect() protoreflect.Message
func (*ListComponentDefinitionsRequest) Reset ¶
func (x *ListComponentDefinitionsRequest) Reset()
func (*ListComponentDefinitionsRequest) String ¶
func (x *ListComponentDefinitionsRequest) String() string
type ListComponentDefinitionsResponse ¶
type ListComponentDefinitionsResponse struct { // A list of component definition resources. ComponentDefinitions []*ComponentDefinition `protobuf:"bytes,1,rep,name=component_definitions,json=componentDefinitions,proto3" json:"component_definitions,omitempty"` // Total number of component definitions. TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // The requested page size. PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The requested page offset. Page int32 `protobuf:"varint,5,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
ListComponentDefinitionsResponse contains a list of component definitions.
func (*ListComponentDefinitionsResponse) Descriptor
deprecated
func (*ListComponentDefinitionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListComponentDefinitionsResponse.ProtoReflect.Descriptor instead.
func (*ListComponentDefinitionsResponse) GetComponentDefinitions ¶
func (x *ListComponentDefinitionsResponse) GetComponentDefinitions() []*ComponentDefinition
func (*ListComponentDefinitionsResponse) GetPage ¶
func (x *ListComponentDefinitionsResponse) GetPage() int32
func (*ListComponentDefinitionsResponse) GetPageSize ¶
func (x *ListComponentDefinitionsResponse) GetPageSize() int32
func (*ListComponentDefinitionsResponse) GetTotalSize ¶
func (x *ListComponentDefinitionsResponse) GetTotalSize() int32
func (*ListComponentDefinitionsResponse) ProtoMessage ¶
func (*ListComponentDefinitionsResponse) ProtoMessage()
func (*ListComponentDefinitionsResponse) ProtoReflect ¶
func (x *ListComponentDefinitionsResponse) ProtoReflect() protoreflect.Message
func (*ListComponentDefinitionsResponse) Reset ¶
func (x *ListComponentDefinitionsResponse) Reset()
func (*ListComponentDefinitionsResponse) String ¶
func (x *ListComponentDefinitionsResponse) String() string
type ListComponentRunsRequest ¶
type ListComponentRunsRequest struct { // The unique identifier of the pipeline run to list component runs for. PipelineRunId string `protobuf:"bytes,1,opt,name=pipeline_run_id,json=pipelineRunId,proto3" json:"pipeline_run_id,omitempty"` // The page number to retrieve. Page *int32 `protobuf:"varint,2,opt,name=page,proto3,oneof" json:"page,omitempty"` // The maximum number of items per page to return. The default and cap values // are 10 and 100, respectively. PageSize *int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter // expression. // - Example: `create_time>timestamp("2000-06-19T23:31:08.657Z")`. Filter *string `protobuf:"bytes,4,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // Order by field, with options for ordering by `id`, `create_time` or `update_time`. // Format: `order_by=id` or `order_by=create_time desc`, default is `asc`. OrderBy *string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"` // View allows clients to specify the desired run view in the response. // The basic view excludes input / output data. View *Pipeline_View `protobuf:"varint,6,opt,name=view,proto3,enum=vdp.pipeline.v1beta.Pipeline_View,oneof" json:"view,omitempty"` // contains filtered or unexported fields }
ListComponentRunsRequest is the request message for ListComponentRuns.
func (*ListComponentRunsRequest) Descriptor
deprecated
func (*ListComponentRunsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListComponentRunsRequest.ProtoReflect.Descriptor instead.
func (*ListComponentRunsRequest) GetFilter ¶
func (x *ListComponentRunsRequest) GetFilter() string
func (*ListComponentRunsRequest) GetOrderBy ¶
func (x *ListComponentRunsRequest) GetOrderBy() string
func (*ListComponentRunsRequest) GetPage ¶
func (x *ListComponentRunsRequest) GetPage() int32
func (*ListComponentRunsRequest) GetPageSize ¶
func (x *ListComponentRunsRequest) GetPageSize() int32
func (*ListComponentRunsRequest) GetPipelineRunId ¶
func (x *ListComponentRunsRequest) GetPipelineRunId() string
func (*ListComponentRunsRequest) GetView ¶
func (x *ListComponentRunsRequest) GetView() Pipeline_View
func (*ListComponentRunsRequest) ProtoMessage ¶
func (*ListComponentRunsRequest) ProtoMessage()
func (*ListComponentRunsRequest) ProtoReflect ¶
func (x *ListComponentRunsRequest) ProtoReflect() protoreflect.Message
func (*ListComponentRunsRequest) Reset ¶
func (x *ListComponentRunsRequest) Reset()
func (*ListComponentRunsRequest) String ¶
func (x *ListComponentRunsRequest) String() string
type ListComponentRunsResponse ¶
type ListComponentRunsResponse struct { // The list of component runs. ComponentRuns []*ComponentRun `protobuf:"bytes,1,rep,name=component_runs,json=componentRuns,proto3" json:"component_runs,omitempty"` // The total number of component runs matching the request. TotalSize int32 `protobuf:"varint,2,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // The current page number. Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"` // The number of items per page. PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // contains filtered or unexported fields }
ListComponentRunsResponse is the response message for ListComponentRuns.
func (*ListComponentRunsResponse) Descriptor
deprecated
func (*ListComponentRunsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListComponentRunsResponse.ProtoReflect.Descriptor instead.
func (*ListComponentRunsResponse) GetComponentRuns ¶
func (x *ListComponentRunsResponse) GetComponentRuns() []*ComponentRun
func (*ListComponentRunsResponse) GetPage ¶
func (x *ListComponentRunsResponse) GetPage() int32
func (*ListComponentRunsResponse) GetPageSize ¶
func (x *ListComponentRunsResponse) GetPageSize() int32
func (*ListComponentRunsResponse) GetTotalSize ¶
func (x *ListComponentRunsResponse) GetTotalSize() int32
func (*ListComponentRunsResponse) ProtoMessage ¶
func (*ListComponentRunsResponse) ProtoMessage()
func (*ListComponentRunsResponse) ProtoReflect ¶
func (x *ListComponentRunsResponse) ProtoReflect() protoreflect.Message
func (*ListComponentRunsResponse) Reset ¶
func (x *ListComponentRunsResponse) Reset()
func (*ListComponentRunsResponse) String ¶
func (x *ListComponentRunsResponse) String() string
type ListIntegrationsRequest ¶
type ListIntegrationsRequest struct { // The maximum number of items to return. The default and cap values are 10 and 100, respectively. PageSize *int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Page token. By default, the first page will be returned. PageToken *string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter expression. // The following filters are supported: // - `qIntegration` (fuzzy search on title or vendor) // // **Examples**: // - List integrations where app name or vendor match `googl`: `q="googl"`. Filter *string `protobuf:"bytes,3,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // contains filtered or unexported fields }
ListIntegrationsRequest represents a request to list the available integrations.
func (*ListIntegrationsRequest) Descriptor
deprecated
func (*ListIntegrationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListIntegrationsRequest.ProtoReflect.Descriptor instead.
func (*ListIntegrationsRequest) GetFilter ¶
func (x *ListIntegrationsRequest) GetFilter() string
func (*ListIntegrationsRequest) GetPageSize ¶
func (x *ListIntegrationsRequest) GetPageSize() int32
func (*ListIntegrationsRequest) GetPageToken ¶
func (x *ListIntegrationsRequest) GetPageToken() string
func (*ListIntegrationsRequest) ProtoMessage ¶
func (*ListIntegrationsRequest) ProtoMessage()
func (*ListIntegrationsRequest) ProtoReflect ¶
func (x *ListIntegrationsRequest) ProtoReflect() protoreflect.Message
func (*ListIntegrationsRequest) Reset ¶
func (x *ListIntegrationsRequest) Reset()
func (*ListIntegrationsRequest) String ¶
func (x *ListIntegrationsRequest) String() string
type ListIntegrationsResponse ¶
type ListIntegrationsResponse struct { // A list of integrations matching the request parameters. Integrations []*Integration `protobuf:"bytes,1,rep,name=integrations,proto3" json:"integrations,omitempty"` // Next page token. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Total number of items. TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
ListIntegrationsResponse contains a paginated list of integrations.
func (*ListIntegrationsResponse) Descriptor
deprecated
func (*ListIntegrationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListIntegrationsResponse.ProtoReflect.Descriptor instead.
func (*ListIntegrationsResponse) GetIntegrations ¶
func (x *ListIntegrationsResponse) GetIntegrations() []*Integration
func (*ListIntegrationsResponse) GetNextPageToken ¶
func (x *ListIntegrationsResponse) GetNextPageToken() string
func (*ListIntegrationsResponse) GetTotalSize ¶
func (x *ListIntegrationsResponse) GetTotalSize() int32
func (*ListIntegrationsResponse) ProtoMessage ¶
func (*ListIntegrationsResponse) ProtoMessage()
func (*ListIntegrationsResponse) ProtoReflect ¶
func (x *ListIntegrationsResponse) ProtoReflect() protoreflect.Message
func (*ListIntegrationsResponse) Reset ¶
func (x *ListIntegrationsResponse) Reset()
func (*ListIntegrationsResponse) String ¶
func (x *ListIntegrationsResponse) String() string
type ListNamespaceConnectionsRequest ¶
type ListNamespaceConnectionsRequest struct { // Namespace ID. NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // The maximum number of items to return. The default and cap values are 10 and 100, respectively. PageSize *int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Page token. By default, the first page will be returned. PageToken *string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter expression. // The following filters are supported: // - `integrationId` // - `qConnection` (fuzzy search on connection ID, integration title or vendor) // // **Examples**: // - List connections where app name, vendor or connection ID match `googl`: `q="googl"`. // - List connections where the component type is `openai` (e.g. to setup a connector within a pipeline): `integrationId="openai"`. Filter *string `protobuf:"bytes,4,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // contains filtered or unexported fields }
ListNamespaceConnectionsRequest represents a request to list the connections created by a namespace.
func (*ListNamespaceConnectionsRequest) Descriptor
deprecated
func (*ListNamespaceConnectionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListNamespaceConnectionsRequest.ProtoReflect.Descriptor instead.
func (*ListNamespaceConnectionsRequest) GetFilter ¶
func (x *ListNamespaceConnectionsRequest) GetFilter() string
func (*ListNamespaceConnectionsRequest) GetNamespaceId ¶
func (x *ListNamespaceConnectionsRequest) GetNamespaceId() string
func (*ListNamespaceConnectionsRequest) GetPageSize ¶
func (x *ListNamespaceConnectionsRequest) GetPageSize() int32
func (*ListNamespaceConnectionsRequest) GetPageToken ¶
func (x *ListNamespaceConnectionsRequest) GetPageToken() string
func (*ListNamespaceConnectionsRequest) ProtoMessage ¶
func (*ListNamespaceConnectionsRequest) ProtoMessage()
func (*ListNamespaceConnectionsRequest) ProtoReflect ¶
func (x *ListNamespaceConnectionsRequest) ProtoReflect() protoreflect.Message
func (*ListNamespaceConnectionsRequest) Reset ¶
func (x *ListNamespaceConnectionsRequest) Reset()
func (*ListNamespaceConnectionsRequest) String ¶
func (x *ListNamespaceConnectionsRequest) String() string
type ListNamespaceConnectionsResponse ¶
type ListNamespaceConnectionsResponse struct { // A list of connections matching the request parameters. Connections []*Connection `protobuf:"bytes,1,rep,name=connections,proto3" json:"connections,omitempty"` // Next page token. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Total number of items. TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
ListNamespaceConnectionsResponse contains a paginated list of connections.
func (*ListNamespaceConnectionsResponse) Descriptor
deprecated
func (*ListNamespaceConnectionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListNamespaceConnectionsResponse.ProtoReflect.Descriptor instead.
func (*ListNamespaceConnectionsResponse) GetConnections ¶
func (x *ListNamespaceConnectionsResponse) GetConnections() []*Connection
func (*ListNamespaceConnectionsResponse) GetNextPageToken ¶
func (x *ListNamespaceConnectionsResponse) GetNextPageToken() string
func (*ListNamespaceConnectionsResponse) GetTotalSize ¶
func (x *ListNamespaceConnectionsResponse) GetTotalSize() int32
func (*ListNamespaceConnectionsResponse) ProtoMessage ¶
func (*ListNamespaceConnectionsResponse) ProtoMessage()
func (*ListNamespaceConnectionsResponse) ProtoReflect ¶
func (x *ListNamespaceConnectionsResponse) ProtoReflect() protoreflect.Message
func (*ListNamespaceConnectionsResponse) Reset ¶
func (x *ListNamespaceConnectionsResponse) Reset()
func (*ListNamespaceConnectionsResponse) String ¶
func (x *ListNamespaceConnectionsResponse) String() string
type ListNamespacePipelineReleasesRequest ¶
type ListNamespacePipelineReleasesRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Pipeline ID PipelineId string `protobuf:"bytes,2,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // The maximum number of releases to return. If this parameter is // unspecified, at most 10 pipelines will be returned. The cap value for this // parameter is 100 (i.e. any value above that will be coerced to 100). PageSize *int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Page token. PageToken *string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"` // View allows clients to specify the desired pipeline view in the response. View *Pipeline_View `protobuf:"varint,5,opt,name=view,proto3,enum=vdp.pipeline.v1beta.Pipeline_View,oneof" json:"view,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter // expression. // - Example: `create_time>timestamp("2000-06-19T23:31:08.657Z")`. Filter *string `protobuf:"bytes,6,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // Include soft-deleted pipelines in the result. ShowDeleted *bool `protobuf:"varint,7,opt,name=show_deleted,json=showDeleted,proto3,oneof" json:"show_deleted,omitempty"` // contains filtered or unexported fields }
ListNamespacePipelineReleasesRequest represents a request to list the releases in a user-owned pipeline.
func (*ListNamespacePipelineReleasesRequest) Descriptor
deprecated
func (*ListNamespacePipelineReleasesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListNamespacePipelineReleasesRequest.ProtoReflect.Descriptor instead.
func (*ListNamespacePipelineReleasesRequest) GetFilter ¶
func (x *ListNamespacePipelineReleasesRequest) GetFilter() string
func (*ListNamespacePipelineReleasesRequest) GetNamespaceId ¶
func (x *ListNamespacePipelineReleasesRequest) GetNamespaceId() string
func (*ListNamespacePipelineReleasesRequest) GetPageSize ¶
func (x *ListNamespacePipelineReleasesRequest) GetPageSize() int32
func (*ListNamespacePipelineReleasesRequest) GetPageToken ¶
func (x *ListNamespacePipelineReleasesRequest) GetPageToken() string
func (*ListNamespacePipelineReleasesRequest) GetPipelineId ¶
func (x *ListNamespacePipelineReleasesRequest) GetPipelineId() string
func (*ListNamespacePipelineReleasesRequest) GetShowDeleted ¶
func (x *ListNamespacePipelineReleasesRequest) GetShowDeleted() bool
func (*ListNamespacePipelineReleasesRequest) GetView ¶
func (x *ListNamespacePipelineReleasesRequest) GetView() Pipeline_View
func (*ListNamespacePipelineReleasesRequest) ProtoMessage ¶
func (*ListNamespacePipelineReleasesRequest) ProtoMessage()
func (*ListNamespacePipelineReleasesRequest) ProtoReflect ¶
func (x *ListNamespacePipelineReleasesRequest) ProtoReflect() protoreflect.Message
func (*ListNamespacePipelineReleasesRequest) Reset ¶
func (x *ListNamespacePipelineReleasesRequest) Reset()
func (*ListNamespacePipelineReleasesRequest) String ¶
func (x *ListNamespacePipelineReleasesRequest) String() string
type ListNamespacePipelineReleasesResponse ¶
type ListNamespacePipelineReleasesResponse struct { // A list of pipeline release resources. Releases []*PipelineRelease `protobuf:"bytes,1,rep,name=releases,proto3" json:"releases,omitempty"` // Next page token. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Total number of pipeline releases. TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
ListNamespacePipelineReleasesResponse contains a list of pipeline releases.
func (*ListNamespacePipelineReleasesResponse) Descriptor
deprecated
func (*ListNamespacePipelineReleasesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListNamespacePipelineReleasesResponse.ProtoReflect.Descriptor instead.
func (*ListNamespacePipelineReleasesResponse) GetNextPageToken ¶
func (x *ListNamespacePipelineReleasesResponse) GetNextPageToken() string
func (*ListNamespacePipelineReleasesResponse) GetReleases ¶
func (x *ListNamespacePipelineReleasesResponse) GetReleases() []*PipelineRelease
func (*ListNamespacePipelineReleasesResponse) GetTotalSize ¶
func (x *ListNamespacePipelineReleasesResponse) GetTotalSize() int32
func (*ListNamespacePipelineReleasesResponse) ProtoMessage ¶
func (*ListNamespacePipelineReleasesResponse) ProtoMessage()
func (*ListNamespacePipelineReleasesResponse) ProtoReflect ¶
func (x *ListNamespacePipelineReleasesResponse) ProtoReflect() protoreflect.Message
func (*ListNamespacePipelineReleasesResponse) Reset ¶
func (x *ListNamespacePipelineReleasesResponse) Reset()
func (*ListNamespacePipelineReleasesResponse) String ¶
func (x *ListNamespacePipelineReleasesResponse) String() string
type ListNamespacePipelinesRequest ¶
type ListNamespacePipelinesRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // The maximum number of pipelines to return. If this parameter is // unspecified, at most 10 pipelines will be returned. The cap value for this // parameter is 100 (i.e. any value above that will be coerced to 100). PageSize *int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Page token. PageToken *string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"` // View allows clients to specify the desired pipeline view in the response. View *Pipeline_View `protobuf:"varint,4,opt,name=view,proto3,enum=vdp.pipeline.v1beta.Pipeline_View,oneof" json:"view,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter // expression. // - Example: `create_time>timestamp("2000-06-19T23:31:08.657Z")`. // - Example: // `recipe.components.definition_name:"operator-definitions/2ac8be70-0f7a-4b61-a33d-098b8acfa6f3"`. Filter *string `protobuf:"bytes,5,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // Include soft-deleted pipelines in the result. ShowDeleted *bool `protobuf:"varint,6,opt,name=show_deleted,json=showDeleted,proto3,oneof" json:"show_deleted,omitempty"` // Limit results to pipelines with the specified visibility. Visibility *Pipeline_Visibility `protobuf:"varint,7,opt,name=visibility,proto3,enum=vdp.pipeline.v1beta.Pipeline_Visibility,oneof" json:"visibility,omitempty"` // Order by field, with options for ordering by `id`, `create_time` or `update_time`. // Format: `order_by=id` or `order_by=create_time desc`, default is `asc`. OrderBy *string `protobuf:"bytes,8,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"` // contains filtered or unexported fields }
ListNamespacePipelinesRequest represents a request to list pipelines.
func (*ListNamespacePipelinesRequest) Descriptor
deprecated
func (*ListNamespacePipelinesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListNamespacePipelinesRequest.ProtoReflect.Descriptor instead.
func (*ListNamespacePipelinesRequest) GetFilter ¶
func (x *ListNamespacePipelinesRequest) GetFilter() string
func (*ListNamespacePipelinesRequest) GetNamespaceId ¶
func (x *ListNamespacePipelinesRequest) GetNamespaceId() string
func (*ListNamespacePipelinesRequest) GetOrderBy ¶
func (x *ListNamespacePipelinesRequest) GetOrderBy() string
func (*ListNamespacePipelinesRequest) GetPageSize ¶
func (x *ListNamespacePipelinesRequest) GetPageSize() int32
func (*ListNamespacePipelinesRequest) GetPageToken ¶
func (x *ListNamespacePipelinesRequest) GetPageToken() string
func (*ListNamespacePipelinesRequest) GetShowDeleted ¶
func (x *ListNamespacePipelinesRequest) GetShowDeleted() bool
func (*ListNamespacePipelinesRequest) GetView ¶
func (x *ListNamespacePipelinesRequest) GetView() Pipeline_View
func (*ListNamespacePipelinesRequest) GetVisibility ¶
func (x *ListNamespacePipelinesRequest) GetVisibility() Pipeline_Visibility
func (*ListNamespacePipelinesRequest) ProtoMessage ¶
func (*ListNamespacePipelinesRequest) ProtoMessage()
func (*ListNamespacePipelinesRequest) ProtoReflect ¶
func (x *ListNamespacePipelinesRequest) ProtoReflect() protoreflect.Message
func (*ListNamespacePipelinesRequest) Reset ¶
func (x *ListNamespacePipelinesRequest) Reset()
func (*ListNamespacePipelinesRequest) String ¶
func (x *ListNamespacePipelinesRequest) String() string
type ListNamespacePipelinesResponse ¶
type ListNamespacePipelinesResponse struct { // A list of pipeline resources. Pipelines []*Pipeline `protobuf:"bytes,1,rep,name=pipelines,proto3" json:"pipelines,omitempty"` // Next page token. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Total number of pipelines. TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
ListNamespacePipelinesResponse contains a list of pipelines.
func (*ListNamespacePipelinesResponse) Descriptor
deprecated
func (*ListNamespacePipelinesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListNamespacePipelinesResponse.ProtoReflect.Descriptor instead.
func (*ListNamespacePipelinesResponse) GetNextPageToken ¶
func (x *ListNamespacePipelinesResponse) GetNextPageToken() string
func (*ListNamespacePipelinesResponse) GetPipelines ¶
func (x *ListNamespacePipelinesResponse) GetPipelines() []*Pipeline
func (*ListNamespacePipelinesResponse) GetTotalSize ¶
func (x *ListNamespacePipelinesResponse) GetTotalSize() int32
func (*ListNamespacePipelinesResponse) ProtoMessage ¶
func (*ListNamespacePipelinesResponse) ProtoMessage()
func (*ListNamespacePipelinesResponse) ProtoReflect ¶
func (x *ListNamespacePipelinesResponse) ProtoReflect() protoreflect.Message
func (*ListNamespacePipelinesResponse) Reset ¶
func (x *ListNamespacePipelinesResponse) Reset()
func (*ListNamespacePipelinesResponse) String ¶
func (x *ListNamespacePipelinesResponse) String() string
type ListNamespaceSecretsRequest ¶
type ListNamespaceSecretsRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // The maximum number of secrets to return. If this parameter is unspecified, // at most 10 pipelines will be returned. The cap value for this parameter is // 100 (i.e. any value above that will be coerced to 100). PageSize *int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Page secret. PageToken *string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"` // contains filtered or unexported fields }
ListNamespaceSecretsRequest represents a request to list the secrets of a namespace.
func (*ListNamespaceSecretsRequest) Descriptor
deprecated
func (*ListNamespaceSecretsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListNamespaceSecretsRequest.ProtoReflect.Descriptor instead.
func (*ListNamespaceSecretsRequest) GetNamespaceId ¶
func (x *ListNamespaceSecretsRequest) GetNamespaceId() string
func (*ListNamespaceSecretsRequest) GetPageSize ¶
func (x *ListNamespaceSecretsRequest) GetPageSize() int32
func (*ListNamespaceSecretsRequest) GetPageToken ¶
func (x *ListNamespaceSecretsRequest) GetPageToken() string
func (*ListNamespaceSecretsRequest) ProtoMessage ¶
func (*ListNamespaceSecretsRequest) ProtoMessage()
func (*ListNamespaceSecretsRequest) ProtoReflect ¶
func (x *ListNamespaceSecretsRequest) ProtoReflect() protoreflect.Message
func (*ListNamespaceSecretsRequest) Reset ¶
func (x *ListNamespaceSecretsRequest) Reset()
func (*ListNamespaceSecretsRequest) String ¶
func (x *ListNamespaceSecretsRequest) String() string
type ListNamespaceSecretsResponse ¶
type ListNamespaceSecretsResponse struct { // A list of secret resources. Secrets []*Secret `protobuf:"bytes,1,rep,name=secrets,proto3" json:"secrets,omitempty"` // Next page secret. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Total number of secret resources. TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
ListNamespaceSecretsResponse contains a list of secrets.
func (*ListNamespaceSecretsResponse) Descriptor
deprecated
func (*ListNamespaceSecretsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListNamespaceSecretsResponse.ProtoReflect.Descriptor instead.
func (*ListNamespaceSecretsResponse) GetNextPageToken ¶
func (x *ListNamespaceSecretsResponse) GetNextPageToken() string
func (*ListNamespaceSecretsResponse) GetSecrets ¶
func (x *ListNamespaceSecretsResponse) GetSecrets() []*Secret
func (*ListNamespaceSecretsResponse) GetTotalSize ¶
func (x *ListNamespaceSecretsResponse) GetTotalSize() int32
func (*ListNamespaceSecretsResponse) ProtoMessage ¶
func (*ListNamespaceSecretsResponse) ProtoMessage()
func (*ListNamespaceSecretsResponse) ProtoReflect ¶
func (x *ListNamespaceSecretsResponse) ProtoReflect() protoreflect.Message
func (*ListNamespaceSecretsResponse) Reset ¶
func (x *ListNamespaceSecretsResponse) Reset()
func (*ListNamespaceSecretsResponse) String ¶
func (x *ListNamespaceSecretsResponse) String() string
type ListOrganizationPipelineReleasesRequest ¶
type ListOrganizationPipelineReleasesRequest struct { // The maximum number of releases to return. If this parameter is // unspecified, at most 10 pipelines will be returned. The cap value for this // parameter is 100 (i.e. any value above that will be coerced to 100). PageSize *int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Page token. PageToken *string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"` // View allows clients to specify the desired pipeline view in the response. View *Pipeline_View `protobuf:"varint,3,opt,name=view,proto3,enum=vdp.pipeline.v1beta.Pipeline_View,oneof" json:"view,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter // expression. // - Example: `create_time>timestamp("2000-06-19T23:31:08.657Z")`. Filter *string `protobuf:"bytes,4,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // The parent resource where this pipeline release will be created. // Format: `organizations/{organization.id}/pipelines/{pipeline.id}` Parent string `protobuf:"bytes,5,opt,name=parent,proto3" json:"parent,omitempty"` // Include soft-deleted pipelines in the result. ShowDeleted *bool `protobuf:"varint,6,opt,name=show_deleted,json=showDeleted,proto3,oneof" json:"show_deleted,omitempty"` // contains filtered or unexported fields }
ListOrganizationPipelineReleasesRequest represents a request to list the releases in an organization-owned pipeline.
func (*ListOrganizationPipelineReleasesRequest) Descriptor
deprecated
func (*ListOrganizationPipelineReleasesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationPipelineReleasesRequest.ProtoReflect.Descriptor instead.
func (*ListOrganizationPipelineReleasesRequest) GetFilter ¶
func (x *ListOrganizationPipelineReleasesRequest) GetFilter() string
func (*ListOrganizationPipelineReleasesRequest) GetPageSize ¶
func (x *ListOrganizationPipelineReleasesRequest) GetPageSize() int32
func (*ListOrganizationPipelineReleasesRequest) GetPageToken ¶
func (x *ListOrganizationPipelineReleasesRequest) GetPageToken() string
func (*ListOrganizationPipelineReleasesRequest) GetParent ¶
func (x *ListOrganizationPipelineReleasesRequest) GetParent() string
func (*ListOrganizationPipelineReleasesRequest) GetShowDeleted ¶
func (x *ListOrganizationPipelineReleasesRequest) GetShowDeleted() bool
func (*ListOrganizationPipelineReleasesRequest) GetView ¶
func (x *ListOrganizationPipelineReleasesRequest) GetView() Pipeline_View
func (*ListOrganizationPipelineReleasesRequest) ProtoMessage ¶
func (*ListOrganizationPipelineReleasesRequest) ProtoMessage()
func (*ListOrganizationPipelineReleasesRequest) ProtoReflect ¶
func (x *ListOrganizationPipelineReleasesRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationPipelineReleasesRequest) Reset ¶
func (x *ListOrganizationPipelineReleasesRequest) Reset()
func (*ListOrganizationPipelineReleasesRequest) String ¶
func (x *ListOrganizationPipelineReleasesRequest) String() string
type ListOrganizationPipelineReleasesResponse ¶
type ListOrganizationPipelineReleasesResponse struct { // A list of pipeline release resources. Releases []*PipelineRelease `protobuf:"bytes,1,rep,name=releases,proto3" json:"releases,omitempty"` // Next page token. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Total number of pipeline releases. TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
ListOrganizationPipelineReleasesResponse contains a list of pipeline releases.
func (*ListOrganizationPipelineReleasesResponse) Descriptor
deprecated
func (*ListOrganizationPipelineReleasesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationPipelineReleasesResponse.ProtoReflect.Descriptor instead.
func (*ListOrganizationPipelineReleasesResponse) GetNextPageToken ¶
func (x *ListOrganizationPipelineReleasesResponse) GetNextPageToken() string
func (*ListOrganizationPipelineReleasesResponse) GetReleases ¶
func (x *ListOrganizationPipelineReleasesResponse) GetReleases() []*PipelineRelease
func (*ListOrganizationPipelineReleasesResponse) GetTotalSize ¶
func (x *ListOrganizationPipelineReleasesResponse) GetTotalSize() int32
func (*ListOrganizationPipelineReleasesResponse) ProtoMessage ¶
func (*ListOrganizationPipelineReleasesResponse) ProtoMessage()
func (*ListOrganizationPipelineReleasesResponse) ProtoReflect ¶
func (x *ListOrganizationPipelineReleasesResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationPipelineReleasesResponse) Reset ¶
func (x *ListOrganizationPipelineReleasesResponse) Reset()
func (*ListOrganizationPipelineReleasesResponse) String ¶
func (x *ListOrganizationPipelineReleasesResponse) String() string
type ListOrganizationPipelinesRequest ¶
type ListOrganizationPipelinesRequest struct { // The maximum number of pipelines to return. If this parameter is // unspecified, at most 10 pipelines will be returned. The cap value for this // parameter is 100 (i.e. any value above that will be coerced to 100). PageSize *int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Page token. PageToken *string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"` // View allows clients to specify the desired pipeline view in the response. View *Pipeline_View `protobuf:"varint,3,opt,name=view,proto3,enum=vdp.pipeline.v1beta.Pipeline_View,oneof" json:"view,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter // expression. // - Example: `create_time>timestamp("2000-06-19T23:31:08.657Z")`. // - Example: // `recipe.components.definition_name:"operator-definitions/2ac8be70-0f7a-4b61-a33d-098b8acfa6f3"`. Filter *string `protobuf:"bytes,4,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // The parent resource, i.e., the organization that created the pipelines. // - Format: `organizations/{organization.id}`. Parent string `protobuf:"bytes,5,opt,name=parent,proto3" json:"parent,omitempty"` // Include soft-deleted pipelines in the result. ShowDeleted *bool `protobuf:"varint,6,opt,name=show_deleted,json=showDeleted,proto3,oneof" json:"show_deleted,omitempty"` // Limit results to pipelines with the specified visibility. Visibility *Pipeline_Visibility `protobuf:"varint,7,opt,name=visibility,proto3,enum=vdp.pipeline.v1beta.Pipeline_Visibility,oneof" json:"visibility,omitempty"` // Order by field, with options for ordering by `id`, `create_time` or `update_time`. // Format: `order_by=id` or `order_by=create_time desc`, default is `asc`. OrderBy *string `protobuf:"bytes,8,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"` // contains filtered or unexported fields }
ListOrganizationPipelinesRequest represents a request to list the pipelines of an organization.
func (*ListOrganizationPipelinesRequest) Descriptor
deprecated
func (*ListOrganizationPipelinesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationPipelinesRequest.ProtoReflect.Descriptor instead.
func (*ListOrganizationPipelinesRequest) GetFilter ¶
func (x *ListOrganizationPipelinesRequest) GetFilter() string
func (*ListOrganizationPipelinesRequest) GetOrderBy ¶
func (x *ListOrganizationPipelinesRequest) GetOrderBy() string
func (*ListOrganizationPipelinesRequest) GetPageSize ¶
func (x *ListOrganizationPipelinesRequest) GetPageSize() int32
func (*ListOrganizationPipelinesRequest) GetPageToken ¶
func (x *ListOrganizationPipelinesRequest) GetPageToken() string
func (*ListOrganizationPipelinesRequest) GetParent ¶
func (x *ListOrganizationPipelinesRequest) GetParent() string
func (*ListOrganizationPipelinesRequest) GetShowDeleted ¶
func (x *ListOrganizationPipelinesRequest) GetShowDeleted() bool
func (*ListOrganizationPipelinesRequest) GetView ¶
func (x *ListOrganizationPipelinesRequest) GetView() Pipeline_View
func (*ListOrganizationPipelinesRequest) GetVisibility ¶
func (x *ListOrganizationPipelinesRequest) GetVisibility() Pipeline_Visibility
func (*ListOrganizationPipelinesRequest) ProtoMessage ¶
func (*ListOrganizationPipelinesRequest) ProtoMessage()
func (*ListOrganizationPipelinesRequest) ProtoReflect ¶
func (x *ListOrganizationPipelinesRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationPipelinesRequest) Reset ¶
func (x *ListOrganizationPipelinesRequest) Reset()
func (*ListOrganizationPipelinesRequest) String ¶
func (x *ListOrganizationPipelinesRequest) String() string
type ListOrganizationPipelinesResponse ¶
type ListOrganizationPipelinesResponse struct { // A list of pipeline resources. Pipelines []*Pipeline `protobuf:"bytes,1,rep,name=pipelines,proto3" json:"pipelines,omitempty"` // Next page token. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Total number of pipelines. TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
ListOrganizationPipelinesResponse contains a list of pipelines.
func (*ListOrganizationPipelinesResponse) Descriptor
deprecated
func (*ListOrganizationPipelinesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationPipelinesResponse.ProtoReflect.Descriptor instead.
func (*ListOrganizationPipelinesResponse) GetNextPageToken ¶
func (x *ListOrganizationPipelinesResponse) GetNextPageToken() string
func (*ListOrganizationPipelinesResponse) GetPipelines ¶
func (x *ListOrganizationPipelinesResponse) GetPipelines() []*Pipeline
func (*ListOrganizationPipelinesResponse) GetTotalSize ¶
func (x *ListOrganizationPipelinesResponse) GetTotalSize() int32
func (*ListOrganizationPipelinesResponse) ProtoMessage ¶
func (*ListOrganizationPipelinesResponse) ProtoMessage()
func (*ListOrganizationPipelinesResponse) ProtoReflect ¶
func (x *ListOrganizationPipelinesResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationPipelinesResponse) Reset ¶
func (x *ListOrganizationPipelinesResponse) Reset()
func (*ListOrganizationPipelinesResponse) String ¶
func (x *ListOrganizationPipelinesResponse) String() string
type ListOrganizationSecretsRequest ¶
type ListOrganizationSecretsRequest struct { // The maximum number of secrets to return. If this parameter is unspecified, // at most 10 pipelines will be returned. The cap value for this parameter is // 100 (i.e. any value above that will be coerced to 100). PageSize *int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Page secret. PageToken *string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"` // The parent resource, i.e., the organization that creates the secret. // - Format: `organizations/{organization.id}`. Parent string `protobuf:"bytes,3,opt,name=parent,proto3" json:"parent,omitempty"` // contains filtered or unexported fields }
ListOrganizationSecretsRequest represents a request to list the secrets of a user.
func (*ListOrganizationSecretsRequest) Descriptor
deprecated
func (*ListOrganizationSecretsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationSecretsRequest.ProtoReflect.Descriptor instead.
func (*ListOrganizationSecretsRequest) GetPageSize ¶
func (x *ListOrganizationSecretsRequest) GetPageSize() int32
func (*ListOrganizationSecretsRequest) GetPageToken ¶
func (x *ListOrganizationSecretsRequest) GetPageToken() string
func (*ListOrganizationSecretsRequest) GetParent ¶
func (x *ListOrganizationSecretsRequest) GetParent() string
func (*ListOrganizationSecretsRequest) ProtoMessage ¶
func (*ListOrganizationSecretsRequest) ProtoMessage()
func (*ListOrganizationSecretsRequest) ProtoReflect ¶
func (x *ListOrganizationSecretsRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationSecretsRequest) Reset ¶
func (x *ListOrganizationSecretsRequest) Reset()
func (*ListOrganizationSecretsRequest) String ¶
func (x *ListOrganizationSecretsRequest) String() string
type ListOrganizationSecretsResponse ¶
type ListOrganizationSecretsResponse struct { // A list of secret resources. Secrets []*Secret `protobuf:"bytes,1,rep,name=secrets,proto3" json:"secrets,omitempty"` // Next page secret. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Total number of secret resources. TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
ListOrganizationSecretsResponse contains a list of secrets.
func (*ListOrganizationSecretsResponse) Descriptor
deprecated
func (*ListOrganizationSecretsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationSecretsResponse.ProtoReflect.Descriptor instead.
func (*ListOrganizationSecretsResponse) GetNextPageToken ¶
func (x *ListOrganizationSecretsResponse) GetNextPageToken() string
func (*ListOrganizationSecretsResponse) GetSecrets ¶
func (x *ListOrganizationSecretsResponse) GetSecrets() []*Secret
func (*ListOrganizationSecretsResponse) GetTotalSize ¶
func (x *ListOrganizationSecretsResponse) GetTotalSize() int32
func (*ListOrganizationSecretsResponse) ProtoMessage ¶
func (*ListOrganizationSecretsResponse) ProtoMessage()
func (*ListOrganizationSecretsResponse) ProtoReflect ¶
func (x *ListOrganizationSecretsResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationSecretsResponse) Reset ¶
func (x *ListOrganizationSecretsResponse) Reset()
func (*ListOrganizationSecretsResponse) String ¶
func (x *ListOrganizationSecretsResponse) String() string
type ListPipelineIDsByConnectionIDRequest ¶
type ListPipelineIDsByConnectionIDRequest struct { // Namespace ID. NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Connection ID. ConnectionId string `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"` // The maximum number of items to return. The default and cap values are 10 and 100, respectively. PageSize *int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Page token. By default, the first page will be returned. PageToken *string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter expression. // The following filters are supported: // - `q` (fuzzy search on pipeline ID) Filter *string `protobuf:"bytes,5,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // contains filtered or unexported fields }
ListPipelineIDsByConnectionIDRequest represents a request to list the pipelines that reference a connection.
func (*ListPipelineIDsByConnectionIDRequest) Descriptor
deprecated
func (*ListPipelineIDsByConnectionIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelineIDsByConnectionIDRequest.ProtoReflect.Descriptor instead.
func (*ListPipelineIDsByConnectionIDRequest) GetConnectionId ¶
func (x *ListPipelineIDsByConnectionIDRequest) GetConnectionId() string
func (*ListPipelineIDsByConnectionIDRequest) GetFilter ¶
func (x *ListPipelineIDsByConnectionIDRequest) GetFilter() string
func (*ListPipelineIDsByConnectionIDRequest) GetNamespaceId ¶
func (x *ListPipelineIDsByConnectionIDRequest) GetNamespaceId() string
func (*ListPipelineIDsByConnectionIDRequest) GetPageSize ¶
func (x *ListPipelineIDsByConnectionIDRequest) GetPageSize() int32
func (*ListPipelineIDsByConnectionIDRequest) GetPageToken ¶
func (x *ListPipelineIDsByConnectionIDRequest) GetPageToken() string
func (*ListPipelineIDsByConnectionIDRequest) ProtoMessage ¶
func (*ListPipelineIDsByConnectionIDRequest) ProtoMessage()
func (*ListPipelineIDsByConnectionIDRequest) ProtoReflect ¶
func (x *ListPipelineIDsByConnectionIDRequest) ProtoReflect() protoreflect.Message
func (*ListPipelineIDsByConnectionIDRequest) Reset ¶
func (x *ListPipelineIDsByConnectionIDRequest) Reset()
func (*ListPipelineIDsByConnectionIDRequest) String ¶
func (x *ListPipelineIDsByConnectionIDRequest) String() string
type ListPipelineIDsByConnectionIDResponse ¶
type ListPipelineIDsByConnectionIDResponse struct { // A list of pipeline IDs matching the request parameters. PipelineIds []string `protobuf:"bytes,1,rep,name=pipeline_ids,json=pipelineIds,proto3" json:"pipeline_ids,omitempty"` // Next page token. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Total number of items. TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
ListPipelineIDsByConnectionIDResponse contains a paginated list of integrations.
func (*ListPipelineIDsByConnectionIDResponse) Descriptor
deprecated
func (*ListPipelineIDsByConnectionIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelineIDsByConnectionIDResponse.ProtoReflect.Descriptor instead.
func (*ListPipelineIDsByConnectionIDResponse) GetNextPageToken ¶
func (x *ListPipelineIDsByConnectionIDResponse) GetNextPageToken() string
func (*ListPipelineIDsByConnectionIDResponse) GetPipelineIds ¶
func (x *ListPipelineIDsByConnectionIDResponse) GetPipelineIds() []string
func (*ListPipelineIDsByConnectionIDResponse) GetTotalSize ¶
func (x *ListPipelineIDsByConnectionIDResponse) GetTotalSize() int32
func (*ListPipelineIDsByConnectionIDResponse) ProtoMessage ¶
func (*ListPipelineIDsByConnectionIDResponse) ProtoMessage()
func (*ListPipelineIDsByConnectionIDResponse) ProtoReflect ¶
func (x *ListPipelineIDsByConnectionIDResponse) ProtoReflect() protoreflect.Message
func (*ListPipelineIDsByConnectionIDResponse) Reset ¶
func (x *ListPipelineIDsByConnectionIDResponse) Reset()
func (*ListPipelineIDsByConnectionIDResponse) String ¶
func (x *ListPipelineIDsByConnectionIDResponse) String() string
type ListPipelineReleasesAdminRequest ¶
type ListPipelineReleasesAdminRequest struct { // The maximum number of releases to return. If this parameter is // unspecified, at most 10 releases will be returned. The cap value for this // parameter is 100 (i.e. any value above that will be coerced to 100). PageSize *int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Page token. PageToken *string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"` // View allows clients to specify the desired pipeline view in the response. View *Pipeline_View `protobuf:"varint,3,opt,name=view,proto3,enum=vdp.pipeline.v1beta.Pipeline_View,oneof" json:"view,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter // expression. // - Example: `create_time>timestamp("2000-06-19T23:31:08.657Z")`. Filter *string `protobuf:"bytes,4,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // Include soft-deleted pipelines in the result. ShowDeleted *bool `protobuf:"varint,5,opt,name=show_deleted,json=showDeleted,proto3,oneof" json:"show_deleted,omitempty"` // contains filtered or unexported fields }
ListPipelinesReleaseAdminRequest represents a request by an admin to list all pipeline releases. Admin users have access to pipelines from any user.
func (*ListPipelineReleasesAdminRequest) Descriptor
deprecated
func (*ListPipelineReleasesAdminRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelineReleasesAdminRequest.ProtoReflect.Descriptor instead.
func (*ListPipelineReleasesAdminRequest) GetFilter ¶
func (x *ListPipelineReleasesAdminRequest) GetFilter() string
func (*ListPipelineReleasesAdminRequest) GetPageSize ¶
func (x *ListPipelineReleasesAdminRequest) GetPageSize() int32
func (*ListPipelineReleasesAdminRequest) GetPageToken ¶
func (x *ListPipelineReleasesAdminRequest) GetPageToken() string
func (*ListPipelineReleasesAdminRequest) GetShowDeleted ¶
func (x *ListPipelineReleasesAdminRequest) GetShowDeleted() bool
func (*ListPipelineReleasesAdminRequest) GetView ¶
func (x *ListPipelineReleasesAdminRequest) GetView() Pipeline_View
func (*ListPipelineReleasesAdminRequest) ProtoMessage ¶
func (*ListPipelineReleasesAdminRequest) ProtoMessage()
func (*ListPipelineReleasesAdminRequest) ProtoReflect ¶
func (x *ListPipelineReleasesAdminRequest) ProtoReflect() protoreflect.Message
func (*ListPipelineReleasesAdminRequest) Reset ¶
func (x *ListPipelineReleasesAdminRequest) Reset()
func (*ListPipelineReleasesAdminRequest) String ¶
func (x *ListPipelineReleasesAdminRequest) String() string
type ListPipelineReleasesAdminResponse ¶
type ListPipelineReleasesAdminResponse struct { // A list of pipeline releases. Releases []*PipelineRelease `protobuf:"bytes,1,rep,name=releases,proto3" json:"releases,omitempty"` // Next page token. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Total number of pipeline releases. TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
ListPipelineReleasesAdminResponse contains a list of pipeline releases requested by an admin user. For the moment, the pipeline recipes will be UID-based (permalink) instead of name-based. This is a temporary solution.
func (*ListPipelineReleasesAdminResponse) Descriptor
deprecated
func (*ListPipelineReleasesAdminResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelineReleasesAdminResponse.ProtoReflect.Descriptor instead.
func (*ListPipelineReleasesAdminResponse) GetNextPageToken ¶
func (x *ListPipelineReleasesAdminResponse) GetNextPageToken() string
func (*ListPipelineReleasesAdminResponse) GetReleases ¶
func (x *ListPipelineReleasesAdminResponse) GetReleases() []*PipelineRelease
func (*ListPipelineReleasesAdminResponse) GetTotalSize ¶
func (x *ListPipelineReleasesAdminResponse) GetTotalSize() int32
func (*ListPipelineReleasesAdminResponse) ProtoMessage ¶
func (*ListPipelineReleasesAdminResponse) ProtoMessage()
func (*ListPipelineReleasesAdminResponse) ProtoReflect ¶
func (x *ListPipelineReleasesAdminResponse) ProtoReflect() protoreflect.Message
func (*ListPipelineReleasesAdminResponse) Reset ¶
func (x *ListPipelineReleasesAdminResponse) Reset()
func (*ListPipelineReleasesAdminResponse) String ¶
func (x *ListPipelineReleasesAdminResponse) String() string
type ListPipelineRunsByRequesterRequest ¶
type ListPipelineRunsByRequesterRequest struct { // The page number to retrieve. Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // The maximum number of items per page to return. The default and cap values // are 10 and 100, respectively. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter // expression. // The following filters are supported: // - `status` // - `source` // // **Example**: `status="RUN_STATUS_COMPLETED"`. Filter *string `protobuf:"bytes,3,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // Order by field, with options for ordering by `id`, `create_time` or `update_time`. // Format: `order_by=id` or `order_by=create_time desc`, default is `asc`. OrderBy *string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"` // Beginning of the time range from which the records will be fetched. // The default value is the beginning of the current day, in UTC. Start *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=start,proto3,oneof" json:"start,omitempty"` // End of the time range from which the records will be fetched. // The default value is the current timestamp. Stop *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=stop,proto3,oneof" json:"stop,omitempty"` // Requester ID. RequesterId string `protobuf:"bytes,7,opt,name=requester_id,json=requesterId,proto3" json:"requester_id,omitempty"` // contains filtered or unexported fields }
ListPipelineRunsByRequesterRequest is the request message for ListPipelineRunsByRequester.
func (*ListPipelineRunsByRequesterRequest) Descriptor
deprecated
func (*ListPipelineRunsByRequesterRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelineRunsByRequesterRequest.ProtoReflect.Descriptor instead.
func (*ListPipelineRunsByRequesterRequest) GetFilter ¶
func (x *ListPipelineRunsByRequesterRequest) GetFilter() string
func (*ListPipelineRunsByRequesterRequest) GetOrderBy ¶
func (x *ListPipelineRunsByRequesterRequest) GetOrderBy() string
func (*ListPipelineRunsByRequesterRequest) GetPage ¶
func (x *ListPipelineRunsByRequesterRequest) GetPage() int32
func (*ListPipelineRunsByRequesterRequest) GetPageSize ¶
func (x *ListPipelineRunsByRequesterRequest) GetPageSize() int32
func (*ListPipelineRunsByRequesterRequest) GetRequesterId ¶
func (x *ListPipelineRunsByRequesterRequest) GetRequesterId() string
func (*ListPipelineRunsByRequesterRequest) GetStart ¶
func (x *ListPipelineRunsByRequesterRequest) GetStart() *timestamppb.Timestamp
func (*ListPipelineRunsByRequesterRequest) GetStop ¶
func (x *ListPipelineRunsByRequesterRequest) GetStop() *timestamppb.Timestamp
func (*ListPipelineRunsByRequesterRequest) ProtoMessage ¶
func (*ListPipelineRunsByRequesterRequest) ProtoMessage()
func (*ListPipelineRunsByRequesterRequest) ProtoReflect ¶
func (x *ListPipelineRunsByRequesterRequest) ProtoReflect() protoreflect.Message
func (*ListPipelineRunsByRequesterRequest) Reset ¶
func (x *ListPipelineRunsByRequesterRequest) Reset()
func (*ListPipelineRunsByRequesterRequest) String ¶
func (x *ListPipelineRunsByRequesterRequest) String() string
type ListPipelineRunsByRequesterResponse ¶
type ListPipelineRunsByRequesterResponse struct { // The list of pipeline runs. PipelineRuns []*PipelineRun `protobuf:"bytes,1,rep,name=pipeline_runs,json=pipelineRuns,proto3" json:"pipeline_runs,omitempty"` // The total number of pipeline runs matching the request. TotalSize int32 `protobuf:"varint,2,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // The current page number. Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"` // The number of items per page. PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // contains filtered or unexported fields }
ListPipelineRunsByRequesterResponse is the response message for ListPipelineRunsByRequester.
func (*ListPipelineRunsByRequesterResponse) Descriptor
deprecated
func (*ListPipelineRunsByRequesterResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelineRunsByRequesterResponse.ProtoReflect.Descriptor instead.
func (*ListPipelineRunsByRequesterResponse) GetPage ¶
func (x *ListPipelineRunsByRequesterResponse) GetPage() int32
func (*ListPipelineRunsByRequesterResponse) GetPageSize ¶
func (x *ListPipelineRunsByRequesterResponse) GetPageSize() int32
func (*ListPipelineRunsByRequesterResponse) GetPipelineRuns ¶
func (x *ListPipelineRunsByRequesterResponse) GetPipelineRuns() []*PipelineRun
func (*ListPipelineRunsByRequesterResponse) GetTotalSize ¶
func (x *ListPipelineRunsByRequesterResponse) GetTotalSize() int32
func (*ListPipelineRunsByRequesterResponse) ProtoMessage ¶
func (*ListPipelineRunsByRequesterResponse) ProtoMessage()
func (*ListPipelineRunsByRequesterResponse) ProtoReflect ¶
func (x *ListPipelineRunsByRequesterResponse) ProtoReflect() protoreflect.Message
func (*ListPipelineRunsByRequesterResponse) Reset ¶
func (x *ListPipelineRunsByRequesterResponse) Reset()
func (*ListPipelineRunsByRequesterResponse) String ¶
func (x *ListPipelineRunsByRequesterResponse) String() string
type ListPipelineRunsRequest ¶
type ListPipelineRunsRequest struct { // The ID of the owner of the pipeline. NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // The ID of the pipeline for which the runs will be listed. PipelineId string `protobuf:"bytes,2,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // The page number to retrieve. Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"` // The maximum number of items per page to return. The default and cap values // are 10 and 100, respectively. PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter // expression. // - Example: `create_time>timestamp("2000-06-19T23:31:08.657Z")`. Filter *string `protobuf:"bytes,6,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // Order by field, with options for ordering by `id`, `create_time` or `update_time`. // Format: `order_by=id` or `order_by=create_time desc`, default is `asc`. OrderBy *string `protobuf:"bytes,7,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"` // contains filtered or unexported fields }
ListPipelineRunsRequest is the request message for ListPipelineRuns.
func (*ListPipelineRunsRequest) Descriptor
deprecated
func (*ListPipelineRunsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelineRunsRequest.ProtoReflect.Descriptor instead.
func (*ListPipelineRunsRequest) GetFilter ¶
func (x *ListPipelineRunsRequest) GetFilter() string
func (*ListPipelineRunsRequest) GetNamespaceId ¶
func (x *ListPipelineRunsRequest) GetNamespaceId() string
func (*ListPipelineRunsRequest) GetOrderBy ¶
func (x *ListPipelineRunsRequest) GetOrderBy() string
func (*ListPipelineRunsRequest) GetPage ¶
func (x *ListPipelineRunsRequest) GetPage() int32
func (*ListPipelineRunsRequest) GetPageSize ¶
func (x *ListPipelineRunsRequest) GetPageSize() int32
func (*ListPipelineRunsRequest) GetPipelineId ¶
func (x *ListPipelineRunsRequest) GetPipelineId() string
func (*ListPipelineRunsRequest) ProtoMessage ¶
func (*ListPipelineRunsRequest) ProtoMessage()
func (*ListPipelineRunsRequest) ProtoReflect ¶
func (x *ListPipelineRunsRequest) ProtoReflect() protoreflect.Message
func (*ListPipelineRunsRequest) Reset ¶
func (x *ListPipelineRunsRequest) Reset()
func (*ListPipelineRunsRequest) String ¶
func (x *ListPipelineRunsRequest) String() string
type ListPipelineRunsResponse ¶
type ListPipelineRunsResponse struct { // The list of pipeline runs. PipelineRuns []*PipelineRun `protobuf:"bytes,1,rep,name=pipeline_runs,json=pipelineRuns,proto3" json:"pipeline_runs,omitempty"` // The total number of pipeline runs matching the request. TotalSize int32 `protobuf:"varint,2,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // The current page number. Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"` // The number of items per page. PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // contains filtered or unexported fields }
ListPipelineRunsResponse is the response message for ListPipelineRuns.
func (*ListPipelineRunsResponse) Descriptor
deprecated
func (*ListPipelineRunsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelineRunsResponse.ProtoReflect.Descriptor instead.
func (*ListPipelineRunsResponse) GetPage ¶
func (x *ListPipelineRunsResponse) GetPage() int32
func (*ListPipelineRunsResponse) GetPageSize ¶
func (x *ListPipelineRunsResponse) GetPageSize() int32
func (*ListPipelineRunsResponse) GetPipelineRuns ¶
func (x *ListPipelineRunsResponse) GetPipelineRuns() []*PipelineRun
func (*ListPipelineRunsResponse) GetTotalSize ¶
func (x *ListPipelineRunsResponse) GetTotalSize() int32
func (*ListPipelineRunsResponse) ProtoMessage ¶
func (*ListPipelineRunsResponse) ProtoMessage()
func (*ListPipelineRunsResponse) ProtoReflect ¶
func (x *ListPipelineRunsResponse) ProtoReflect() protoreflect.Message
func (*ListPipelineRunsResponse) Reset ¶
func (x *ListPipelineRunsResponse) Reset()
func (*ListPipelineRunsResponse) String ¶
func (x *ListPipelineRunsResponse) String() string
type ListPipelinesAdminRequest ¶
type ListPipelinesAdminRequest struct { // The maximum number of pipelines to return. If this parameter is // unspecified, at most 10 pipelines will be returned. The cap value for this // parameter is 100 (i.e. any value above that will be coerced to 100). PageSize *int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Page token. PageToken *string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"` // View allows clients to specify the desired pipeline view in the response. View *Pipeline_View `protobuf:"varint,3,opt,name=view,proto3,enum=vdp.pipeline.v1beta.Pipeline_View,oneof" json:"view,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter // expression. // - Example: `create_time>timestamp("2000-06-19T23:31:08.657Z")`. // - Example: // `recipe.components.definition_name:"operator-definitions/2ac8be70-0f7a-4b61-a33d-098b8acfa6f3"`. Filter *string `protobuf:"bytes,4,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // Include soft-deleted pipelines in the result. ShowDeleted *bool `protobuf:"varint,5,opt,name=show_deleted,json=showDeleted,proto3,oneof" json:"show_deleted,omitempty"` // contains filtered or unexported fields }
ListPipelinesAdminRequest represents a request by an admin to list all the pipelines. Admin users have access to pipelines from any user.
func (*ListPipelinesAdminRequest) Descriptor
deprecated
func (*ListPipelinesAdminRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelinesAdminRequest.ProtoReflect.Descriptor instead.
func (*ListPipelinesAdminRequest) GetFilter ¶
func (x *ListPipelinesAdminRequest) GetFilter() string
func (*ListPipelinesAdminRequest) GetPageSize ¶
func (x *ListPipelinesAdminRequest) GetPageSize() int32
func (*ListPipelinesAdminRequest) GetPageToken ¶
func (x *ListPipelinesAdminRequest) GetPageToken() string
func (*ListPipelinesAdminRequest) GetShowDeleted ¶
func (x *ListPipelinesAdminRequest) GetShowDeleted() bool
func (*ListPipelinesAdminRequest) GetView ¶
func (x *ListPipelinesAdminRequest) GetView() Pipeline_View
func (*ListPipelinesAdminRequest) ProtoMessage ¶
func (*ListPipelinesAdminRequest) ProtoMessage()
func (*ListPipelinesAdminRequest) ProtoReflect ¶
func (x *ListPipelinesAdminRequest) ProtoReflect() protoreflect.Message
func (*ListPipelinesAdminRequest) Reset ¶
func (x *ListPipelinesAdminRequest) Reset()
func (*ListPipelinesAdminRequest) String ¶
func (x *ListPipelinesAdminRequest) String() string
type ListPipelinesAdminResponse ¶
type ListPipelinesAdminResponse struct { // A list of pipeline resources. Pipelines []*Pipeline `protobuf:"bytes,1,rep,name=pipelines,proto3" json:"pipelines,omitempty"` // Next page token. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Total number of pipelines. TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
ListPipelinesAdminResponse contains a list of pipelines requested by an admin user. For the moment, the pipeline recipes will be UID-based (permalink) instead of name-based. This is a temporary solution.
func (*ListPipelinesAdminResponse) Descriptor
deprecated
func (*ListPipelinesAdminResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelinesAdminResponse.ProtoReflect.Descriptor instead.
func (*ListPipelinesAdminResponse) GetNextPageToken ¶
func (x *ListPipelinesAdminResponse) GetNextPageToken() string
func (*ListPipelinesAdminResponse) GetPipelines ¶
func (x *ListPipelinesAdminResponse) GetPipelines() []*Pipeline
func (*ListPipelinesAdminResponse) GetTotalSize ¶
func (x *ListPipelinesAdminResponse) GetTotalSize() int32
func (*ListPipelinesAdminResponse) ProtoMessage ¶
func (*ListPipelinesAdminResponse) ProtoMessage()
func (*ListPipelinesAdminResponse) ProtoReflect ¶
func (x *ListPipelinesAdminResponse) ProtoReflect() protoreflect.Message
func (*ListPipelinesAdminResponse) Reset ¶
func (x *ListPipelinesAdminResponse) Reset()
func (*ListPipelinesAdminResponse) String ¶
func (x *ListPipelinesAdminResponse) String() string
type ListPipelinesRequest ¶
type ListPipelinesRequest struct { // The maximum number of pipelines to return. If this parameter is // unspecified, at most 10 pipelines will be returned. The cap value for this // parameter is 100 (i.e. any value above that will be coerced to 100). PageSize *int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Page token. PageToken *string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"` // View allows clients to specify the desired pipeline view in the response. View *Pipeline_View `protobuf:"varint,3,opt,name=view,proto3,enum=vdp.pipeline.v1beta.Pipeline_View,oneof" json:"view,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter // expression. // - Example: `create_time>timestamp("2000-06-19T23:31:08.657Z")`. // - Example: // `recipe.components.definition_name:"operator-definitions/2ac8be70-0f7a-4b61-a33d-098b8acfa6f3"`. Filter *string `protobuf:"bytes,4,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // Include soft-deleted pipelines in the result. ShowDeleted *bool `protobuf:"varint,5,opt,name=show_deleted,json=showDeleted,proto3,oneof" json:"show_deleted,omitempty"` // Limit results to pipelines with the specified visibility. Visibility *Pipeline_Visibility `protobuf:"varint,6,opt,name=visibility,proto3,enum=vdp.pipeline.v1beta.Pipeline_Visibility,oneof" json:"visibility,omitempty"` // Order by field, with options for ordering by `id`, `create_time` or `update_time`. // Format: `order_by=id` or `order_by=create_time desc`, default is `asc`. OrderBy *string `protobuf:"bytes,7,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"` // contains filtered or unexported fields }
ListPipelinesRequest represents a request to list pipelines.
func (*ListPipelinesRequest) Descriptor
deprecated
func (*ListPipelinesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelinesRequest.ProtoReflect.Descriptor instead.
func (*ListPipelinesRequest) GetFilter ¶
func (x *ListPipelinesRequest) GetFilter() string
func (*ListPipelinesRequest) GetOrderBy ¶
func (x *ListPipelinesRequest) GetOrderBy() string
func (*ListPipelinesRequest) GetPageSize ¶
func (x *ListPipelinesRequest) GetPageSize() int32
func (*ListPipelinesRequest) GetPageToken ¶
func (x *ListPipelinesRequest) GetPageToken() string
func (*ListPipelinesRequest) GetShowDeleted ¶
func (x *ListPipelinesRequest) GetShowDeleted() bool
func (*ListPipelinesRequest) GetView ¶
func (x *ListPipelinesRequest) GetView() Pipeline_View
func (*ListPipelinesRequest) GetVisibility ¶
func (x *ListPipelinesRequest) GetVisibility() Pipeline_Visibility
func (*ListPipelinesRequest) ProtoMessage ¶
func (*ListPipelinesRequest) ProtoMessage()
func (*ListPipelinesRequest) ProtoReflect ¶
func (x *ListPipelinesRequest) ProtoReflect() protoreflect.Message
func (*ListPipelinesRequest) Reset ¶
func (x *ListPipelinesRequest) Reset()
func (*ListPipelinesRequest) String ¶
func (x *ListPipelinesRequest) String() string
type ListPipelinesResponse ¶
type ListPipelinesResponse struct { // A list of pipeline resources. Pipelines []*Pipeline `protobuf:"bytes,1,rep,name=pipelines,proto3" json:"pipelines,omitempty"` // Next page token. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Total number of pipelines. TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
ListPipelinesResponse contains a list of pipelines.
func (*ListPipelinesResponse) Descriptor
deprecated
func (*ListPipelinesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelinesResponse.ProtoReflect.Descriptor instead.
func (*ListPipelinesResponse) GetNextPageToken ¶
func (x *ListPipelinesResponse) GetNextPageToken() string
func (*ListPipelinesResponse) GetPipelines ¶
func (x *ListPipelinesResponse) GetPipelines() []*Pipeline
func (*ListPipelinesResponse) GetTotalSize ¶
func (x *ListPipelinesResponse) GetTotalSize() int32
func (*ListPipelinesResponse) ProtoMessage ¶
func (*ListPipelinesResponse) ProtoMessage()
func (*ListPipelinesResponse) ProtoReflect ¶
func (x *ListPipelinesResponse) ProtoReflect() protoreflect.Message
func (*ListPipelinesResponse) Reset ¶
func (x *ListPipelinesResponse) Reset()
func (*ListPipelinesResponse) String ¶
func (x *ListPipelinesResponse) String() string
type ListUserPipelineReleasesRequest ¶
type ListUserPipelineReleasesRequest struct { // The maximum number of releases to return. If this parameter is // unspecified, at most 10 pipelines will be returned. The cap value for this // parameter is 100 (i.e. any value above that will be coerced to 100). PageSize *int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Page token. PageToken *string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"` // View allows clients to specify the desired pipeline view in the response. View *Pipeline_View `protobuf:"varint,3,opt,name=view,proto3,enum=vdp.pipeline.v1beta.Pipeline_View,oneof" json:"view,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter // expression. // - Example: `create_time>timestamp("2000-06-19T23:31:08.657Z")`. Filter *string `protobuf:"bytes,4,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // The parent resource where this pipeline release will be created. // Format: `users/{user.id}/pipelines/{pipeline.id}`. Parent string `protobuf:"bytes,5,opt,name=parent,proto3" json:"parent,omitempty"` // Include soft-deleted pipelines in the result. ShowDeleted *bool `protobuf:"varint,6,opt,name=show_deleted,json=showDeleted,proto3,oneof" json:"show_deleted,omitempty"` // contains filtered or unexported fields }
ListUserPipelineReleasesRequest represents a request to list the releases in a user-owned pipeline.
func (*ListUserPipelineReleasesRequest) Descriptor
deprecated
func (*ListUserPipelineReleasesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUserPipelineReleasesRequest.ProtoReflect.Descriptor instead.
func (*ListUserPipelineReleasesRequest) GetFilter ¶
func (x *ListUserPipelineReleasesRequest) GetFilter() string
func (*ListUserPipelineReleasesRequest) GetPageSize ¶
func (x *ListUserPipelineReleasesRequest) GetPageSize() int32
func (*ListUserPipelineReleasesRequest) GetPageToken ¶
func (x *ListUserPipelineReleasesRequest) GetPageToken() string
func (*ListUserPipelineReleasesRequest) GetParent ¶
func (x *ListUserPipelineReleasesRequest) GetParent() string
func (*ListUserPipelineReleasesRequest) GetShowDeleted ¶
func (x *ListUserPipelineReleasesRequest) GetShowDeleted() bool
func (*ListUserPipelineReleasesRequest) GetView ¶
func (x *ListUserPipelineReleasesRequest) GetView() Pipeline_View
func (*ListUserPipelineReleasesRequest) ProtoMessage ¶
func (*ListUserPipelineReleasesRequest) ProtoMessage()
func (*ListUserPipelineReleasesRequest) ProtoReflect ¶
func (x *ListUserPipelineReleasesRequest) ProtoReflect() protoreflect.Message
func (*ListUserPipelineReleasesRequest) Reset ¶
func (x *ListUserPipelineReleasesRequest) Reset()
func (*ListUserPipelineReleasesRequest) String ¶
func (x *ListUserPipelineReleasesRequest) String() string
type ListUserPipelineReleasesResponse ¶
type ListUserPipelineReleasesResponse struct { // A list of pipeline release resources. Releases []*PipelineRelease `protobuf:"bytes,1,rep,name=releases,proto3" json:"releases,omitempty"` // Next page token. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Total number of pipeline releases. TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
ListUserPipelineReleasesResponse contains a list of pipeline releases.
func (*ListUserPipelineReleasesResponse) Descriptor
deprecated
func (*ListUserPipelineReleasesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUserPipelineReleasesResponse.ProtoReflect.Descriptor instead.
func (*ListUserPipelineReleasesResponse) GetNextPageToken ¶
func (x *ListUserPipelineReleasesResponse) GetNextPageToken() string
func (*ListUserPipelineReleasesResponse) GetReleases ¶
func (x *ListUserPipelineReleasesResponse) GetReleases() []*PipelineRelease
func (*ListUserPipelineReleasesResponse) GetTotalSize ¶
func (x *ListUserPipelineReleasesResponse) GetTotalSize() int32
func (*ListUserPipelineReleasesResponse) ProtoMessage ¶
func (*ListUserPipelineReleasesResponse) ProtoMessage()
func (*ListUserPipelineReleasesResponse) ProtoReflect ¶
func (x *ListUserPipelineReleasesResponse) ProtoReflect() protoreflect.Message
func (*ListUserPipelineReleasesResponse) Reset ¶
func (x *ListUserPipelineReleasesResponse) Reset()
func (*ListUserPipelineReleasesResponse) String ¶
func (x *ListUserPipelineReleasesResponse) String() string
type ListUserPipelinesRequest ¶
type ListUserPipelinesRequest struct { // The maximum number of pipelines to return. If this parameter is // unspecified, at most 10 pipelines will be returned. The cap value for this // parameter is 100 (i.e. any value above that will be coerced to 100). PageSize *int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Page token. PageToken *string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"` // View allows clients to specify the desired pipeline view in the response. View *Pipeline_View `protobuf:"varint,3,opt,name=view,proto3,enum=vdp.pipeline.v1beta.Pipeline_View,oneof" json:"view,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter // expression. // - Example: `create_time>timestamp("2000-06-19T23:31:08.657Z")`. // - Example: // `recipe.components.definition_name:"operator-definitions/2ac8be70-0f7a-4b61-a33d-098b8acfa6f3"`. Filter *string `protobuf:"bytes,4,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // The parent resource, i.e., the user that created the pipelines. // - Format: `users/{user.id}`. Parent string `protobuf:"bytes,5,opt,name=parent,proto3" json:"parent,omitempty"` // Include soft-deleted pipelines in the result. ShowDeleted *bool `protobuf:"varint,6,opt,name=show_deleted,json=showDeleted,proto3,oneof" json:"show_deleted,omitempty"` // Limit results to pipelines with the specified visibility. Visibility *Pipeline_Visibility `protobuf:"varint,7,opt,name=visibility,proto3,enum=vdp.pipeline.v1beta.Pipeline_Visibility,oneof" json:"visibility,omitempty"` // Order by field, with options for ordering by `id`, `create_time` or `update_time`. // Format: `order_by=id` or `order_by=create_time desc`, default is `asc`. OrderBy *string `protobuf:"bytes,8,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"` // contains filtered or unexported fields }
ListUserPipelinesRequest represents a request to list the pipelines of a user.
func (*ListUserPipelinesRequest) Descriptor
deprecated
func (*ListUserPipelinesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUserPipelinesRequest.ProtoReflect.Descriptor instead.
func (*ListUserPipelinesRequest) GetFilter ¶
func (x *ListUserPipelinesRequest) GetFilter() string
func (*ListUserPipelinesRequest) GetOrderBy ¶
func (x *ListUserPipelinesRequest) GetOrderBy() string
func (*ListUserPipelinesRequest) GetPageSize ¶
func (x *ListUserPipelinesRequest) GetPageSize() int32
func (*ListUserPipelinesRequest) GetPageToken ¶
func (x *ListUserPipelinesRequest) GetPageToken() string
func (*ListUserPipelinesRequest) GetParent ¶
func (x *ListUserPipelinesRequest) GetParent() string
func (*ListUserPipelinesRequest) GetShowDeleted ¶
func (x *ListUserPipelinesRequest) GetShowDeleted() bool
func (*ListUserPipelinesRequest) GetView ¶
func (x *ListUserPipelinesRequest) GetView() Pipeline_View
func (*ListUserPipelinesRequest) GetVisibility ¶
func (x *ListUserPipelinesRequest) GetVisibility() Pipeline_Visibility
func (*ListUserPipelinesRequest) ProtoMessage ¶
func (*ListUserPipelinesRequest) ProtoMessage()
func (*ListUserPipelinesRequest) ProtoReflect ¶
func (x *ListUserPipelinesRequest) ProtoReflect() protoreflect.Message
func (*ListUserPipelinesRequest) Reset ¶
func (x *ListUserPipelinesRequest) Reset()
func (*ListUserPipelinesRequest) String ¶
func (x *ListUserPipelinesRequest) String() string
type ListUserPipelinesResponse ¶
type ListUserPipelinesResponse struct { // A list of pipeline resources. Pipelines []*Pipeline `protobuf:"bytes,1,rep,name=pipelines,proto3" json:"pipelines,omitempty"` // Next page token. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Total number of pipelines. TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
ListUserPipelinesResponse contains a list of pipelines.
func (*ListUserPipelinesResponse) Descriptor
deprecated
func (*ListUserPipelinesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUserPipelinesResponse.ProtoReflect.Descriptor instead.
func (*ListUserPipelinesResponse) GetNextPageToken ¶
func (x *ListUserPipelinesResponse) GetNextPageToken() string
func (*ListUserPipelinesResponse) GetPipelines ¶
func (x *ListUserPipelinesResponse) GetPipelines() []*Pipeline
func (*ListUserPipelinesResponse) GetTotalSize ¶
func (x *ListUserPipelinesResponse) GetTotalSize() int32
func (*ListUserPipelinesResponse) ProtoMessage ¶
func (*ListUserPipelinesResponse) ProtoMessage()
func (*ListUserPipelinesResponse) ProtoReflect ¶
func (x *ListUserPipelinesResponse) ProtoReflect() protoreflect.Message
func (*ListUserPipelinesResponse) Reset ¶
func (x *ListUserPipelinesResponse) Reset()
func (*ListUserPipelinesResponse) String ¶
func (x *ListUserPipelinesResponse) String() string
type ListUserSecretsRequest ¶
type ListUserSecretsRequest struct { // The maximum number of secrets to return. If this parameter is unspecified, // at most 10 pipelines will be returned. The cap value for this parameter is // 100 (i.e. any value above that will be coerced to 100). PageSize *int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Page secret. PageToken *string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"` // The parent resource, i.e., the user that creates the secret. // - Format: `users/{user.id}`. Parent string `protobuf:"bytes,3,opt,name=parent,proto3" json:"parent,omitempty"` // contains filtered or unexported fields }
ListUserSecretsRequest represents a request to list the secrets of a user.
func (*ListUserSecretsRequest) Descriptor
deprecated
func (*ListUserSecretsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUserSecretsRequest.ProtoReflect.Descriptor instead.
func (*ListUserSecretsRequest) GetPageSize ¶
func (x *ListUserSecretsRequest) GetPageSize() int32
func (*ListUserSecretsRequest) GetPageToken ¶
func (x *ListUserSecretsRequest) GetPageToken() string
func (*ListUserSecretsRequest) GetParent ¶
func (x *ListUserSecretsRequest) GetParent() string
func (*ListUserSecretsRequest) ProtoMessage ¶
func (*ListUserSecretsRequest) ProtoMessage()
func (*ListUserSecretsRequest) ProtoReflect ¶
func (x *ListUserSecretsRequest) ProtoReflect() protoreflect.Message
func (*ListUserSecretsRequest) Reset ¶
func (x *ListUserSecretsRequest) Reset()
func (*ListUserSecretsRequest) String ¶
func (x *ListUserSecretsRequest) String() string
type ListUserSecretsResponse ¶
type ListUserSecretsResponse struct { // A list of secret resources. Secrets []*Secret `protobuf:"bytes,1,rep,name=secrets,proto3" json:"secrets,omitempty"` // Next page secret. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Total number of secret resources. TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
ListUserSecretsResponse contains a list of secrets.
func (*ListUserSecretsResponse) Descriptor
deprecated
func (*ListUserSecretsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUserSecretsResponse.ProtoReflect.Descriptor instead.
func (*ListUserSecretsResponse) GetNextPageToken ¶
func (x *ListUserSecretsResponse) GetNextPageToken() string
func (*ListUserSecretsResponse) GetSecrets ¶
func (x *ListUserSecretsResponse) GetSecrets() []*Secret
func (*ListUserSecretsResponse) GetTotalSize ¶
func (x *ListUserSecretsResponse) GetTotalSize() int32
func (*ListUserSecretsResponse) ProtoMessage ¶
func (*ListUserSecretsResponse) ProtoMessage()
func (*ListUserSecretsResponse) ProtoReflect ¶
func (x *ListUserSecretsResponse) ProtoReflect() protoreflect.Message
func (*ListUserSecretsResponse) Reset ¶
func (x *ListUserSecretsResponse) Reset()
func (*ListUserSecretsResponse) String ¶
func (x *ListUserSecretsResponse) String() string
type LivenessRequest ¶
type LivenessRequest struct { // HealthCheckRequest message HealthCheckRequest *v1beta.HealthCheckRequest `protobuf:"bytes,1,opt,name=health_check_request,json=healthCheckRequest,proto3,oneof" json:"health_check_request,omitempty"` // contains filtered or unexported fields }
LivenessRequest represents a request to check a service liveness status
func (*LivenessRequest) Descriptor
deprecated
func (*LivenessRequest) Descriptor() ([]byte, []int)
Deprecated: Use LivenessRequest.ProtoReflect.Descriptor instead.
func (*LivenessRequest) GetHealthCheckRequest ¶
func (x *LivenessRequest) GetHealthCheckRequest() *v1beta.HealthCheckRequest
func (*LivenessRequest) ProtoMessage ¶
func (*LivenessRequest) ProtoMessage()
func (*LivenessRequest) ProtoReflect ¶
func (x *LivenessRequest) ProtoReflect() protoreflect.Message
func (*LivenessRequest) Reset ¶
func (x *LivenessRequest) Reset()
func (*LivenessRequest) String ¶
func (x *LivenessRequest) String() string
type LivenessResponse ¶
type LivenessResponse struct { // HealthCheckResponse message HealthCheckResponse *v1beta.HealthCheckResponse `protobuf:"bytes,1,opt,name=health_check_response,json=healthCheckResponse,proto3" json:"health_check_response,omitempty"` // contains filtered or unexported fields }
LivenessResponse represents a response for a service liveness status
func (*LivenessResponse) Descriptor
deprecated
func (*LivenessResponse) Descriptor() ([]byte, []int)
Deprecated: Use LivenessResponse.ProtoReflect.Descriptor instead.
func (*LivenessResponse) GetHealthCheckResponse ¶
func (x *LivenessResponse) GetHealthCheckResponse() *v1beta.HealthCheckResponse
func (*LivenessResponse) ProtoMessage ¶
func (*LivenessResponse) ProtoMessage()
func (*LivenessResponse) ProtoReflect ¶
func (x *LivenessResponse) ProtoReflect() protoreflect.Message
func (*LivenessResponse) Reset ¶
func (x *LivenessResponse) Reset()
func (*LivenessResponse) String ¶
func (x *LivenessResponse) String() string
type LookUpConnectionAdminRequest ¶
type LookUpConnectionAdminRequest struct { // Connection UID. Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"` // View allows clients to specify the desired view in the response. It // defaults to `VIEW_BASIC`. View *View `protobuf:"varint,2,opt,name=view,proto3,enum=vdp.pipeline.v1beta.View,oneof" json:"view,omitempty"` // contains filtered or unexported fields }
LookUpConnectionAdminRequest represents a request to fetch the details of a connection by UID.
func (*LookUpConnectionAdminRequest) Descriptor
deprecated
func (*LookUpConnectionAdminRequest) Descriptor() ([]byte, []int)
Deprecated: Use LookUpConnectionAdminRequest.ProtoReflect.Descriptor instead.
func (*LookUpConnectionAdminRequest) GetUid ¶
func (x *LookUpConnectionAdminRequest) GetUid() string
func (*LookUpConnectionAdminRequest) GetView ¶
func (x *LookUpConnectionAdminRequest) GetView() View
func (*LookUpConnectionAdminRequest) ProtoMessage ¶
func (*LookUpConnectionAdminRequest) ProtoMessage()
func (*LookUpConnectionAdminRequest) ProtoReflect ¶
func (x *LookUpConnectionAdminRequest) ProtoReflect() protoreflect.Message
func (*LookUpConnectionAdminRequest) Reset ¶
func (x *LookUpConnectionAdminRequest) Reset()
func (*LookUpConnectionAdminRequest) String ¶
func (x *LookUpConnectionAdminRequest) String() string
type LookUpConnectionAdminResponse ¶
type LookUpConnectionAdminResponse struct { // The requested connection. Connection *Connection `protobuf:"bytes,1,opt,name=connection,proto3" json:"connection,omitempty"` // contains filtered or unexported fields }
LookUpConnectionAdminResponse contains the requested connection.
func (*LookUpConnectionAdminResponse) Descriptor
deprecated
func (*LookUpConnectionAdminResponse) Descriptor() ([]byte, []int)
Deprecated: Use LookUpConnectionAdminResponse.ProtoReflect.Descriptor instead.
func (*LookUpConnectionAdminResponse) GetConnection ¶
func (x *LookUpConnectionAdminResponse) GetConnection() *Connection
func (*LookUpConnectionAdminResponse) ProtoMessage ¶
func (*LookUpConnectionAdminResponse) ProtoMessage()
func (*LookUpConnectionAdminResponse) ProtoReflect ¶
func (x *LookUpConnectionAdminResponse) ProtoReflect() protoreflect.Message
func (*LookUpConnectionAdminResponse) Reset ¶
func (x *LookUpConnectionAdminResponse) Reset()
func (*LookUpConnectionAdminResponse) String ¶
func (x *LookUpConnectionAdminResponse) String() string
type LookUpPipelineAdminRequest ¶
type LookUpPipelineAdminRequest struct { // The permalink of the pipeline, which allows its access by UID. // - Format: `pipelines/{pipeline.uid}`. Permalink string `protobuf:"bytes,1,opt,name=permalink,proto3" json:"permalink,omitempty"` // View allows clients to specify the desired pipeline view in the response. View *Pipeline_View `protobuf:"varint,2,opt,name=view,proto3,enum=vdp.pipeline.v1beta.Pipeline_View,oneof" json:"view,omitempty"` // contains filtered or unexported fields }
LookUpPipelineAdminRequest represents a request by an admin to query a pipeline by its UID.
func (*LookUpPipelineAdminRequest) Descriptor
deprecated
func (*LookUpPipelineAdminRequest) Descriptor() ([]byte, []int)
Deprecated: Use LookUpPipelineAdminRequest.ProtoReflect.Descriptor instead.
func (*LookUpPipelineAdminRequest) GetPermalink ¶
func (x *LookUpPipelineAdminRequest) GetPermalink() string
func (*LookUpPipelineAdminRequest) GetView ¶
func (x *LookUpPipelineAdminRequest) GetView() Pipeline_View
func (*LookUpPipelineAdminRequest) ProtoMessage ¶
func (*LookUpPipelineAdminRequest) ProtoMessage()
func (*LookUpPipelineAdminRequest) ProtoReflect ¶
func (x *LookUpPipelineAdminRequest) ProtoReflect() protoreflect.Message
func (*LookUpPipelineAdminRequest) Reset ¶
func (x *LookUpPipelineAdminRequest) Reset()
func (*LookUpPipelineAdminRequest) String ¶
func (x *LookUpPipelineAdminRequest) String() string
type LookUpPipelineAdminResponse ¶
type LookUpPipelineAdminResponse struct { // The requested pipeline. Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // contains filtered or unexported fields }
LookUpPipelineAdminResponse contains the requested pipeline.
func (*LookUpPipelineAdminResponse) Descriptor
deprecated
func (*LookUpPipelineAdminResponse) Descriptor() ([]byte, []int)
Deprecated: Use LookUpPipelineAdminResponse.ProtoReflect.Descriptor instead.
func (*LookUpPipelineAdminResponse) GetPipeline ¶
func (x *LookUpPipelineAdminResponse) GetPipeline() *Pipeline
func (*LookUpPipelineAdminResponse) ProtoMessage ¶
func (*LookUpPipelineAdminResponse) ProtoMessage()
func (*LookUpPipelineAdminResponse) ProtoReflect ¶
func (x *LookUpPipelineAdminResponse) ProtoReflect() protoreflect.Message
func (*LookUpPipelineAdminResponse) Reset ¶
func (x *LookUpPipelineAdminResponse) Reset()
func (*LookUpPipelineAdminResponse) String ¶
func (x *LookUpPipelineAdminResponse) String() string
type LookUpPipelineRequest ¶
type LookUpPipelineRequest struct { // The permalink of the pipeline, which allows its access by UID. // - Format: `pipelines/{pipeline.uid}`. Permalink string `protobuf:"bytes,1,opt,name=permalink,proto3" json:"permalink,omitempty"` // View allows clients to specify the desired pipeline view in the response. View *Pipeline_View `protobuf:"varint,2,opt,name=view,proto3,enum=vdp.pipeline.v1beta.Pipeline_View,oneof" json:"view,omitempty"` // contains filtered or unexported fields }
LookUpPipelineRequest represents a request to query a pipeline by its UID.
func (*LookUpPipelineRequest) Descriptor
deprecated
func (*LookUpPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use LookUpPipelineRequest.ProtoReflect.Descriptor instead.
func (*LookUpPipelineRequest) GetPermalink ¶
func (x *LookUpPipelineRequest) GetPermalink() string
func (*LookUpPipelineRequest) GetView ¶
func (x *LookUpPipelineRequest) GetView() Pipeline_View
func (*LookUpPipelineRequest) ProtoMessage ¶
func (*LookUpPipelineRequest) ProtoMessage()
func (*LookUpPipelineRequest) ProtoReflect ¶
func (x *LookUpPipelineRequest) ProtoReflect() protoreflect.Message
func (*LookUpPipelineRequest) Reset ¶
func (x *LookUpPipelineRequest) Reset()
func (*LookUpPipelineRequest) String ¶
func (x *LookUpPipelineRequest) String() string
type LookUpPipelineResponse ¶
type LookUpPipelineResponse struct { // The requested pipeline. Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // contains filtered or unexported fields }
LookUpPipelineResponse contains the requested pipeline.
func (*LookUpPipelineResponse) Descriptor
deprecated
func (*LookUpPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use LookUpPipelineResponse.ProtoReflect.Descriptor instead.
func (*LookUpPipelineResponse) GetPipeline ¶
func (x *LookUpPipelineResponse) GetPipeline() *Pipeline
func (*LookUpPipelineResponse) ProtoMessage ¶
func (*LookUpPipelineResponse) ProtoMessage()
func (*LookUpPipelineResponse) ProtoReflect ¶
func (x *LookUpPipelineResponse) ProtoReflect() protoreflect.Message
func (*LookUpPipelineResponse) Reset ¶
func (x *LookUpPipelineResponse) Reset()
func (*LookUpPipelineResponse) String ¶
func (x *LookUpPipelineResponse) String() string
type Permission ¶
type Permission struct { // Defines whether the pipeline can be modified. CanEdit bool `protobuf:"varint,1,opt,name=can_edit,json=canEdit,proto3" json:"can_edit,omitempty"` // Defines whether the pipeline can be executed. CanTrigger bool `protobuf:"varint,2,opt,name=can_trigger,json=canTrigger,proto3" json:"can_trigger,omitempty"` // Defines whether the pipeline can be released. CanRelease bool `protobuf:"varint,3,opt,name=can_release,json=canRelease,proto3" json:"can_release,omitempty"` // contains filtered or unexported fields }
Permission defines how a pipeline can be used.
func (*Permission) Descriptor
deprecated
func (*Permission) Descriptor() ([]byte, []int)
Deprecated: Use Permission.ProtoReflect.Descriptor instead.
func (*Permission) GetCanEdit ¶
func (x *Permission) GetCanEdit() bool
func (*Permission) GetCanRelease ¶
func (x *Permission) GetCanRelease() bool
func (*Permission) GetCanTrigger ¶
func (x *Permission) GetCanTrigger() bool
func (*Permission) ProtoMessage ¶
func (*Permission) ProtoMessage()
func (*Permission) ProtoReflect ¶
func (x *Permission) ProtoReflect() protoreflect.Message
func (*Permission) Reset ¶
func (x *Permission) Reset()
func (*Permission) String ¶
func (x *Permission) String() string
type Pipeline ¶
type Pipeline struct { // The name of the pipeline, defined by its parent and ID. // - Format: `{parent_type}/{parent.id}/pipelines/{pipeline.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Pipeline UUID. Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"` // Pipeline resource ID (used in `name` as the last segment). This conforms // to RFC-1034, which restricts to letters, numbers, and hyphen, with the // first character a letter, the last a letter or a number, and a 63 // character maximum. Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` // Pipeline description. Description *string `protobuf:"bytes,4,opt,name=description,proto3,oneof" json:"description,omitempty"` // Recipe describes the components of a Pipeline and how they are connected. Recipe *structpb.Struct `protobuf:"bytes,5,opt,name=recipe,proto3" json:"recipe,omitempty"` // Pipeline creation time. CreateTime *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Pipeline update time. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Pipeline delete time. DeleteTime *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=delete_time,json=deleteTime,proto3" json:"delete_time,omitempty"` // Pipeline sharing information. Sharing *Sharing `protobuf:"bytes,15,opt,name=sharing,proto3" json:"sharing,omitempty"` // Metadata holds console-related data such as the pipeline builder layout. Metadata *structpb.Struct `protobuf:"bytes,16,opt,name=metadata,proto3" json:"metadata,omitempty"` // Owner Name. OwnerName string `protobuf:"bytes,17,opt,name=owner_name,json=ownerName,proto3" json:"owner_name,omitempty"` // Releases holds the history of pipeline versions. Releases []*PipelineRelease `protobuf:"bytes,19,rep,name=releases,proto3" json:"releases,omitempty"` // README holds the pipeline documentation. Readme string `protobuf:"bytes,20,opt,name=readme,proto3" json:"readme,omitempty"` // Permission defines how a pipeline can be used. Permission *Permission `protobuf:"bytes,21,opt,name=permission,proto3" json:"permission,omitempty"` // Pipeline visibility. Visibility Pipeline_Visibility `protobuf:"varint,22,opt,name=visibility,proto3,enum=vdp.pipeline.v1beta.Pipeline_Visibility" json:"visibility,omitempty"` // Pipeline owner. Owner *v1beta1.Owner `protobuf:"bytes,23,opt,name=owner,proto3,oneof" json:"owner,omitempty"` // Data specifications. DataSpecification *DataSpecification `protobuf:"bytes,24,opt,name=data_specification,json=dataSpecification,proto3" json:"data_specification,omitempty"` // Tags. Tags []string `protobuf:"bytes,25,rep,name=tags,proto3" json:"tags,omitempty"` // Statistic data. Stats *Pipeline_Stats `protobuf:"bytes,26,opt,name=stats,proto3" json:"stats,omitempty"` // Recipe in YAML format describes the components of a pipeline and how they // are connected. RawRecipe string `protobuf:"bytes,27,opt,name=raw_recipe,json=rawRecipe,proto3" json:"raw_recipe,omitempty"` // A link to the source code of the pipeline (e.g. to a GitHub repository). SourceUrl *string `protobuf:"bytes,28,opt,name=source_url,json=sourceUrl,proto3,oneof" json:"source_url,omitempty"` // A link to any extra information. DocumentationUrl *string `protobuf:"bytes,29,opt,name=documentation_url,json=documentationUrl,proto3,oneof" json:"documentation_url,omitempty"` // License under which the pipeline is distributed. License *string `protobuf:"bytes,30,opt,name=license,proto3,oneof" json:"license,omitempty"` // Pipeline profile image in base64 format. ProfileImage *string `protobuf:"bytes,31,opt,name=profile_image,json=profileImage,proto3,oneof" json:"profile_image,omitempty"` // Pipeline endpoints. Endpoints *Endpoints `protobuf:"bytes,32,opt,name=endpoints,proto3" json:"endpoints,omitempty"` // contains filtered or unexported fields }
A Pipeline is an end-to-end workflow that automates a sequence of components to process data.
For more information, see Pipeline(https://www.instill.tech/docs/vdp/introduction) in the official documentation.
func (*Pipeline) Descriptor
deprecated
func (*Pipeline) GetCreateTime ¶
func (x *Pipeline) GetCreateTime() *timestamppb.Timestamp
func (*Pipeline) GetDataSpecification ¶
func (x *Pipeline) GetDataSpecification() *DataSpecification
func (*Pipeline) GetDeleteTime ¶
func (x *Pipeline) GetDeleteTime() *timestamppb.Timestamp
func (*Pipeline) GetDescription ¶
func (*Pipeline) GetDocumentationUrl ¶
func (*Pipeline) GetEndpoints ¶
func (*Pipeline) GetLicense ¶
func (*Pipeline) GetMetadata ¶
func (*Pipeline) GetOwnerName ¶
func (*Pipeline) GetPermission ¶
func (x *Pipeline) GetPermission() *Permission
func (*Pipeline) GetProfileImage ¶
func (*Pipeline) GetRawRecipe ¶
func (*Pipeline) GetReleases ¶
func (x *Pipeline) GetReleases() []*PipelineRelease
func (*Pipeline) GetSharing ¶
func (*Pipeline) GetSourceUrl ¶
func (*Pipeline) GetStats ¶
func (x *Pipeline) GetStats() *Pipeline_Stats
func (*Pipeline) GetUpdateTime ¶
func (x *Pipeline) GetUpdateTime() *timestamppb.Timestamp
func (*Pipeline) GetVisibility ¶
func (x *Pipeline) GetVisibility() Pipeline_Visibility
func (*Pipeline) ProtoMessage ¶
func (*Pipeline) ProtoMessage()
func (*Pipeline) ProtoReflect ¶
func (x *Pipeline) ProtoReflect() protoreflect.Message
type PipelinePrivateServiceClient ¶
type PipelinePrivateServiceClient interface { // List pipelines (admin only) // // This *private* method allows internal clients to list *all* pipeline // resources. ListPipelinesAdmin(ctx context.Context, in *ListPipelinesAdminRequest, opts ...grpc.CallOption) (*ListPipelinesAdminResponse, error) // Get a pipeline by UID (admin only) // // This *private* method allows internal clients to access any pipeline // resource by UID. LookUpPipelineAdmin(ctx context.Context, in *LookUpPipelineAdminRequest, opts ...grpc.CallOption) (*LookUpPipelineAdminResponse, error) // List pipeline releases (admin only) // // This *private* method allows admin users to list *all* pipeline releases. ListPipelineReleasesAdmin(ctx context.Context, in *ListPipelineReleasesAdminRequest, opts ...grpc.CallOption) (*ListPipelineReleasesAdminResponse, error) // Get a connection by UID (admin only) // // This *private* method allows internal clients to access any connection // resource by UID. LookUpConnectionAdmin(ctx context.Context, in *LookUpConnectionAdminRequest, opts ...grpc.CallOption) (*LookUpConnectionAdminResponse, error) }
PipelinePrivateServiceClient is the client API for PipelinePrivateService 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.
func NewPipelinePrivateServiceClient ¶
func NewPipelinePrivateServiceClient(cc grpc.ClientConnInterface) PipelinePrivateServiceClient
type PipelinePrivateServiceServer ¶
type PipelinePrivateServiceServer interface { // List pipelines (admin only) // // This *private* method allows internal clients to list *all* pipeline // resources. ListPipelinesAdmin(context.Context, *ListPipelinesAdminRequest) (*ListPipelinesAdminResponse, error) // Get a pipeline by UID (admin only) // // This *private* method allows internal clients to access any pipeline // resource by UID. LookUpPipelineAdmin(context.Context, *LookUpPipelineAdminRequest) (*LookUpPipelineAdminResponse, error) // List pipeline releases (admin only) // // This *private* method allows admin users to list *all* pipeline releases. ListPipelineReleasesAdmin(context.Context, *ListPipelineReleasesAdminRequest) (*ListPipelineReleasesAdminResponse, error) // Get a connection by UID (admin only) // // This *private* method allows internal clients to access any connection // resource by UID. LookUpConnectionAdmin(context.Context, *LookUpConnectionAdminRequest) (*LookUpConnectionAdminResponse, error) }
PipelinePrivateServiceServer is the server API for PipelinePrivateService service. All implementations should embed UnimplementedPipelinePrivateServiceServer for forward compatibility
type PipelinePublicServiceClient ¶
type PipelinePublicServiceClient interface { // Check if the pipeline server is alive // // See https://github.com/grpc/grpc/blob/master/doc/health-checking.md. Liveness(ctx context.Context, in *LivenessRequest, opts ...grpc.CallOption) (*LivenessResponse, error) // Check if the pipeline server is ready // // See https://github.com/grpc/grpc/blob/master/doc/health-checking.md Readiness(ctx context.Context, in *ReadinessRequest, opts ...grpc.CallOption) (*ReadinessResponse, error) // Get hub status // // Return the stats of the hub GetHubStats(ctx context.Context, in *GetHubStatsRequest, opts ...grpc.CallOption) (*GetHubStatsResponse, error) // List accessible pipelines // // Returns a paginated list of pipelines that are visible to the requester. ListPipelines(ctx context.Context, in *ListPipelinesRequest, opts ...grpc.CallOption) (*ListPipelinesResponse, error) // Get a pipeline by UID // // Returns the details of a pipeline by a permalink defined by the resource // UID. LookUpPipeline(ctx context.Context, in *LookUpPipelineRequest, opts ...grpc.CallOption) (*LookUpPipelineResponse, error) // List namespace pipelines // // Returns a paginated list of pipelines of a namespace ListNamespacePipelines(ctx context.Context, in *ListNamespacePipelinesRequest, opts ...grpc.CallOption) (*ListNamespacePipelinesResponse, error) // Create a new pipeline // // Creates a new pipeline under a namespace. CreateNamespacePipeline(ctx context.Context, in *CreateNamespacePipelineRequest, opts ...grpc.CallOption) (*CreateNamespacePipelineResponse, error) // Get a pipeline // // Returns the details of a pipeline. GetNamespacePipeline(ctx context.Context, in *GetNamespacePipelineRequest, opts ...grpc.CallOption) (*GetNamespacePipelineResponse, error) // Update a pipeline // // Udpates a pipeline, accessing it by its resource name, which is defined by // the parent namespace and the ID of the pipeline. The authenticated namespace must be // the parent of the pipeline in order to modify it. // // In REST requests, only the supplied pipeline fields will be taken into // account when updating the resource. UpdateNamespacePipeline(ctx context.Context, in *UpdateNamespacePipelineRequest, opts ...grpc.CallOption) (*UpdateNamespacePipelineResponse, error) // Delete a pipeline // // Deletes a pipeline, accesing it by its resource name, which is defined by // the parent namespace and the ID of the pipeline. The authenticated namespace must be // the parent of the pipeline in order to delete it. DeleteNamespacePipeline(ctx context.Context, in *DeleteNamespacePipelineRequest, opts ...grpc.CallOption) (*DeleteNamespacePipelineResponse, error) // Validate a pipeline // // Validates a pipeline by its resource name, which is defined by the parent // namespace and the ID of the pipeline. // // Validation checks the recipe of the pipeline and the status of its components. ValidateNamespacePipeline(ctx context.Context, in *ValidateNamespacePipelineRequest, opts ...grpc.CallOption) (*ValidateNamespacePipelineResponse, error) // Rename a pipeline // // Updates the ID of a pipeline. Since this is an output-only field, a custom // method is required to modify it. // // The pipeline name will be updated accordingly, as it is composed by the // parent namespace and ID of the pipeline (e.g. // `namespaces/luigi/pipelines/pizza-recipe-generator`). // // The authenticated namespace must be the parent of the pipeline in order to // perform this action. RenameNamespacePipeline(ctx context.Context, in *RenameNamespacePipelineRequest, opts ...grpc.CallOption) (*RenameNamespacePipelineResponse, error) // Clone a pipeline // // Clones a pipeline owned by a namespace. The new pipeline may have a different // parent, and this can be either a namespace or an organization. CloneNamespacePipeline(ctx context.Context, in *CloneNamespacePipelineRequest, opts ...grpc.CallOption) (*CloneNamespacePipelineResponse, error) // Dispatch Pipeline Webhook Event // // Handles webhook events by routing them to the appropriate pipeline based on the webhook type and message. // The webhook type determines which component processes the event, while the message payload contains data // that triggers pipeline execution. The pipeline processes the event using configured handlers and returns // a response to the webhook sender. DispatchPipelineWebhookEvent(ctx context.Context, in *DispatchPipelineWebhookEventRequest, opts ...grpc.CallOption) (*DispatchPipelineWebhookEventResponse, error) // Trigger a pipeline // // Triggers the execution of a pipeline synchronously, i.e., the result is // sent back to the namespace right after the data is processed. This method is // intended for real-time inference when low latency is of concern. // // The pipeline is identified by its resource name, formed by the parent namespace // and ID of the pipeline. // // For more information, see [Run NamespacePipeline](https://www.instill.tech/docs/vdp/run). TriggerNamespacePipeline(ctx context.Context, in *TriggerNamespacePipelineRequest, opts ...grpc.CallOption) (*TriggerNamespacePipelineResponse, error) // Trigger a pipeline via streaming // // Triggers the execution of a pipeline asynchronously and streams back the response. // This method is intended for real-time inference when low latency is of concern // and the response needs to be processed incrementally. // // The pipeline is identified by its resource name, formed by the parent namespace // and ID of the pipeline. TriggerNamespacePipelineWithStream(ctx context.Context, in *TriggerNamespacePipelineWithStreamRequest, opts ...grpc.CallOption) (PipelinePublicService_TriggerNamespacePipelineWithStreamClient, error) // Trigger a pipeline asynchronously // // Triggers the execution of a pipeline asynchronously, i.e., the result // contains the necessary information to access the result and status of the // operation. This method is intended for cases that require long-running // workloads. // // The pipeline is identified by its resource name, formed by the parent namespace // and ID of the pipeline. // // For more information, see [Run NamespacePipeline](https://www.instill.tech/docs/vdp/run). TriggerAsyncNamespacePipeline(ctx context.Context, in *TriggerAsyncNamespacePipelineRequest, opts ...grpc.CallOption) (*TriggerAsyncNamespacePipelineResponse, error) // Create a pipeline release // // Commits the version of a pipeline, identified by its resource name, which // is formed by the parent namespace and ID of the pipeline. // // The authenticated namespace must be the parent of the pipeline in order to // perform this action. CreateNamespacePipelineRelease(ctx context.Context, in *CreateNamespacePipelineReleaseRequest, opts ...grpc.CallOption) (*CreateNamespacePipelineReleaseResponse, error) // List the releases in a pipeline // // Lists the commited versions of a pipeline, identified by its resource // name, which is formed by the parent namespace and ID of the pipeline. ListNamespacePipelineReleases(ctx context.Context, in *ListNamespacePipelineReleasesRequest, opts ...grpc.CallOption) (*ListNamespacePipelineReleasesResponse, error) // Get a pipeline release // // Gets the details of a pipeline release, where the pipeline is identified // by its resource name, formed by its parent namespace and ID. GetNamespacePipelineRelease(ctx context.Context, in *GetNamespacePipelineReleaseRequest, opts ...grpc.CallOption) (*GetNamespacePipelineReleaseResponse, error) // Update a pipeline release // // Updates the details of a pipeline release, where the pipeline is // identified by its resource name, formed by its parent namespace and ID. // // The authenticated namespace must be the parent of the pipeline in order to // perform this action. UpdateNamespacePipelineRelease(ctx context.Context, in *UpdateNamespacePipelineReleaseRequest, opts ...grpc.CallOption) (*UpdateNamespacePipelineReleaseResponse, error) // Delete a pipeline release // // Deletes a pipeline release, where the pipeline is identified by its // resource name, formed by its parent namespace and ID. // // The authenticated namespace must be the parent of the pipeline in order to // perform this action. DeleteNamespacePipelineRelease(ctx context.Context, in *DeleteNamespacePipelineReleaseRequest, opts ...grpc.CallOption) (*DeleteNamespacePipelineReleaseResponse, error) // Clone a pipeline release // // Clones a pipeline release owned by a namespace. The new pipeline may have a different // parent, and this can be either a namespace or an organization. CloneNamespacePipelineRelease(ctx context.Context, in *CloneNamespacePipelineReleaseRequest, opts ...grpc.CallOption) (*CloneNamespacePipelineReleaseResponse, error) // Trigger a pipeline release // // Triggers the synchronous execution of of a pipeline. While the trigger // endpoint (where the release version isn't specified) triggers the pipeline // at its latest release, this method allows the client to specified any // committed release. // // The pipeline is identified by its resource name, formed by its parent namespace // and ID. TriggerNamespacePipelineRelease(ctx context.Context, in *TriggerNamespacePipelineReleaseRequest, opts ...grpc.CallOption) (*TriggerNamespacePipelineReleaseResponse, error) // Trigger a pipeline release asynchronously // // Triggers the asynchronous execution of of a pipeline. While the trigger // endpoint (where the release version isn't specified) triggers the pipeline // at its latest release, this method allows the client to specified any // committed release. // // The pipeline is identified by its resource name, formed by its parent namespace // and ID. TriggerAsyncNamespacePipelineRelease(ctx context.Context, in *TriggerAsyncNamespacePipelineReleaseRequest, opts ...grpc.CallOption) (*TriggerAsyncNamespacePipelineReleaseResponse, error) // Create a secret // // Creates a new secret under the parenthood of an namespace. CreateNamespaceSecret(ctx context.Context, in *CreateNamespaceSecretRequest, opts ...grpc.CallOption) (*CreateNamespaceSecretResponse, error) // List secrets // // Returns a paginated list of secrets that belong to the specified // namespace. ListNamespaceSecrets(ctx context.Context, in *ListNamespaceSecretsRequest, opts ...grpc.CallOption) (*ListNamespaceSecretsResponse, error) // Get a secret // // Returns the details of an namespace-owned secret by its resource name, // which is defined by the parent namespace and the ID of the secret. GetNamespaceSecret(ctx context.Context, in *GetNamespaceSecretRequest, opts ...grpc.CallOption) (*GetNamespaceSecretResponse, error) // Update a secret // // # Udpates a secret, accessing it by its resource name, which is defined by // // In REST requests, only the supplied secret fields will be taken into // account when updating the resource. UpdateNamespaceSecret(ctx context.Context, in *UpdateNamespaceSecretRequest, opts ...grpc.CallOption) (*UpdateNamespaceSecretResponse, error) // Delete a secret // // Deletes a secret, accesing it by its resource name, which is defined by // the parent namespace and the ID of the secret. DeleteNamespaceSecret(ctx context.Context, in *DeleteNamespaceSecretRequest, opts ...grpc.CallOption) (*DeleteNamespaceSecretResponse, error) // List component definitions // // Returns a paginated list of component definitions, regardless their type. // This offers a single source of truth, with pagination and filter // capabilities, for the components that might be used in a VDP pipeline. ListComponentDefinitions(ctx context.Context, in *ListComponentDefinitionsRequest, opts ...grpc.CallOption) (*ListComponentDefinitionsResponse, error) // Get the details of a long-running operation // // This method allows requesters to request the status and outcome of // long-running operations such as asynchronous pipeline triggers. GetOperation(ctx context.Context, in *GetOperationRequest, opts ...grpc.CallOption) (*GetOperationResponse, error) // Deprecated: Do not use. // Create a new user pipeline // // Creates a new pipeline under the parenthood of a user. Users can only // create a pipeline as the parent of that resource (i.e. the authenticated // user must match the `parent` path parameter). CreateUserPipeline(ctx context.Context, in *CreateUserPipelineRequest, opts ...grpc.CallOption) (*CreateUserPipelineResponse, error) // Deprecated: Do not use. // List user pipelines // // Returns a paginated list of pipelines that belong to the specified user. // The parent user may be different from the authenticated user, in which // case the results will contain the pipelines that are visible to the // latter. ListUserPipelines(ctx context.Context, in *ListUserPipelinesRequest, opts ...grpc.CallOption) (*ListUserPipelinesResponse, error) // Deprecated: Do not use. // Get a pipeline owned by a user // // Returns the details of a user-owned pipeline by its resource name, which is defined // by the parent user and the ID of the pipeline. GetUserPipeline(ctx context.Context, in *GetUserPipelineRequest, opts ...grpc.CallOption) (*GetUserPipelineResponse, error) // Deprecated: Do not use. // Update a pipeline owned by a user // // Udpates a pipeline, accessing it by its resource name, which is defined by // the parent user and the ID of the pipeline. The authenticated user must be // the parent of the pipeline in order to modify it. // // In REST requests, only the supplied pipeline fields will be taken into // account when updating the resource. UpdateUserPipeline(ctx context.Context, in *UpdateUserPipelineRequest, opts ...grpc.CallOption) (*UpdateUserPipelineResponse, error) // Deprecated: Do not use. // Delete a pipeline owned by a user // // Deletes a pipeline, accesing it by its resource name, which is defined by // the parent user and the ID of the pipeline. The authenticated user must be // the parent of the pipeline in order to delete it. DeleteUserPipeline(ctx context.Context, in *DeleteUserPipelineRequest, opts ...grpc.CallOption) (*DeleteUserPipelineResponse, error) // Deprecated: Do not use. // Validate a pipeline a pipeline owned by a user // // Validates a pipeline by its resource name, which is defined by the parent // user and the ID of the pipeline. // // Validation checks the recipe of the pipeline and the status of its components. ValidateUserPipeline(ctx context.Context, in *ValidateUserPipelineRequest, opts ...grpc.CallOption) (*ValidateUserPipelineResponse, error) // Deprecated: Do not use. // Rename a pipeline owned by a user // // Updates the ID of a pipeline. Since this is an output-only field, a custom // method is required to modify it. // // The pipeline name will be updated accordingly, as it is composed by the // parent user and ID of the pipeline (e.g. // `users/luigi/pipelines/pizza-recipe-generator`). // // The authenticated user must be the parent of the pipeline in order to // perform this action. RenameUserPipeline(ctx context.Context, in *RenameUserPipelineRequest, opts ...grpc.CallOption) (*RenameUserPipelineResponse, error) // Deprecated: Do not use. // Trigger a pipeline owned by a user // // Triggers the execution of a pipeline synchronously, i.e., the result is // sent back to the user right after the data is processed. This method is // intended for real-time inference when low latency is of concern. // // The pipeline is identified by its resource name, formed by the parent user // and ID of the pipeline. // // For more information, see [Run Pipeline](https://www.instill.tech/docs/vdp/run). TriggerUserPipeline(ctx context.Context, in *TriggerUserPipelineRequest, opts ...grpc.CallOption) (*TriggerUserPipelineResponse, error) // Deprecated: Do not use. // Trigger a pipeline owned by a user and stream back the response // // Triggers the execution of a pipeline asynchronously and streams back the response. // This method is intended for real-time inference when low latency is of concern // and the response needs to be processed incrementally. // // The pipeline is identified by its resource name, formed by the parent user // and ID of the pipeline. TriggerUserPipelineWithStream(ctx context.Context, in *TriggerUserPipelineWithStreamRequest, opts ...grpc.CallOption) (PipelinePublicService_TriggerUserPipelineWithStreamClient, error) // Deprecated: Do not use. // Trigger a pipeline owned by a user asynchronously // // Triggers the execution of a pipeline asynchronously, i.e., the result // contains the necessary information to access the result and status of the // operation. This method is intended for cases that require long-running // workloads. // // The pipeline is identified by its resource name, formed by the parent user // and ID of the pipeline. // // For more information, see [Run Pipeline](https://www.instill.tech/docs/vdp/run). TriggerAsyncUserPipeline(ctx context.Context, in *TriggerAsyncUserPipelineRequest, opts ...grpc.CallOption) (*TriggerAsyncUserPipelineResponse, error) // Deprecated: Do not use. // Release a version of a pipeline owned by a user // // Commits the version of a pipeline, identified by its resource name, which // is formed by the parent user and ID of the pipeline. // // The authenticated user must be the parent of the pipeline in order to // perform this action. CreateUserPipelineRelease(ctx context.Context, in *CreateUserPipelineReleaseRequest, opts ...grpc.CallOption) (*CreateUserPipelineReleaseResponse, error) // Deprecated: Do not use. // List the releases in a pipeline owned by a user // // Lists the commited versions of a pipeline, identified by its resource // name, which is formed by the parent user and ID of the pipeline. ListUserPipelineReleases(ctx context.Context, in *ListUserPipelineReleasesRequest, opts ...grpc.CallOption) (*ListUserPipelineReleasesResponse, error) // Deprecated: Do not use. // Get a release in a pipeline owned by a user // // Gets the details of a pipeline release, where the pipeline is identified // by its resource name, formed by its parent user and ID. GetUserPipelineRelease(ctx context.Context, in *GetUserPipelineReleaseRequest, opts ...grpc.CallOption) (*GetUserPipelineReleaseResponse, error) // Deprecated: Do not use. // Update a release in a pipeline owned by a user // // Updates the details of a pipeline release, where the pipeline is // identified by its resource name, formed by its parent user and ID. // // The authenticated user must be the parent of the pipeline in order to // perform this action. UpdateUserPipelineRelease(ctx context.Context, in *UpdateUserPipelineReleaseRequest, opts ...grpc.CallOption) (*UpdateUserPipelineReleaseResponse, error) // Deprecated: Do not use. // Delete a release in a pipeline owned by a user // // Deletes a pipeline release, where the pipeline is identified by its // resource name, formed by its parent user and ID. // // The authenticated user must be the parent of the pipeline in order to // perform this action. DeleteUserPipelineRelease(ctx context.Context, in *DeleteUserPipelineReleaseRequest, opts ...grpc.CallOption) (*DeleteUserPipelineReleaseResponse, error) // Deprecated: Do not use. // Set the version of a pipeline owned by a user to a pinned release // // Sets the pipeline configuration to a pinned version defined by a release. // // The pipeline is identified by its resource name, formed by its parent user // and ID. // // The authenticated user must be the parent of the pipeline in order to // perform this action. RestoreUserPipelineRelease(ctx context.Context, in *RestoreUserPipelineReleaseRequest, opts ...grpc.CallOption) (*RestoreUserPipelineReleaseResponse, error) // Deprecated: Do not use. // Rename a release in a pipeline owned by a user // // Updates the ID of a pipeline release, where the pipeline is identified by // its resource name, formed by the parent user and ID. Since this is an // output-only field, a custom method is required to modify it. // // The pipeline release name will be updated accordingly, as it is composed // by the pipeline name and the ID of the release (e.g. // `users/luigi/pipelines/pizza-recipe-generator/releases/v0.2.1`). // // The authenticated user must be the parent of the pipeline in order to // perform this action. RenameUserPipelineRelease(ctx context.Context, in *RenameUserPipelineReleaseRequest, opts ...grpc.CallOption) (*RenameUserPipelineReleaseResponse, error) // Deprecated: Do not use. // Trigger a version of a pipeline owned by a user // // Triggers the synchronous execution of of a pipeline. While the trigger // endpoint (where the release version isn't specified) triggers the pipeline // at its latest release, this method allows the client to specified any // committed release. // // The pipeline is identified by its resource name, formed by its parent user // and ID. TriggerUserPipelineRelease(ctx context.Context, in *TriggerUserPipelineReleaseRequest, opts ...grpc.CallOption) (*TriggerUserPipelineReleaseResponse, error) // Deprecated: Do not use. // Trigger a version of a pipeline owned by a user asynchronously // // Triggers the asynchronous execution of of a pipeline. While the trigger // endpoint (where the release version isn't specified) triggers the pipeline // at its latest release, this method allows the client to specified any // committed release. // // The pipeline is identified by its resource name, formed by its parent user // and ID. TriggerAsyncUserPipelineRelease(ctx context.Context, in *TriggerAsyncUserPipelineReleaseRequest, opts ...grpc.CallOption) (*TriggerAsyncUserPipelineReleaseResponse, error) // Deprecated: Do not use. // Create a new organization pipeline // // Creates a new pipeline under the parenthood of an organization. CreateOrganizationPipeline(ctx context.Context, in *CreateOrganizationPipelineRequest, opts ...grpc.CallOption) (*CreateOrganizationPipelineResponse, error) // Deprecated: Do not use. // List organization pipelines // // Returns a paginated list of pipelines that belong to the specified // organization. ListOrganizationPipelines(ctx context.Context, in *ListOrganizationPipelinesRequest, opts ...grpc.CallOption) (*ListOrganizationPipelinesResponse, error) // Deprecated: Do not use. // Get a pipeline owned by an organization // // Returns the details of an organization-owned pipeline by its resource name, // which is defined by the parent organization and the ID of the pipeline. GetOrganizationPipeline(ctx context.Context, in *GetOrganizationPipelineRequest, opts ...grpc.CallOption) (*GetOrganizationPipelineResponse, error) // Deprecated: Do not use. // Update a pipeline owned by an organization // // # Udpates a pipeline, accessing it by its resource name, which is defined by // // In REST requests, only the supplied pipeline fields will be taken into // account when updating the resource. UpdateOrganizationPipeline(ctx context.Context, in *UpdateOrganizationPipelineRequest, opts ...grpc.CallOption) (*UpdateOrganizationPipelineResponse, error) // Deprecated: Do not use. // Delete a pipeline owned by an organization // // Deletes a pipeline, accesing it by its resource name, which is defined by // the parent organization and the ID of the pipeline. DeleteOrganizationPipeline(ctx context.Context, in *DeleteOrganizationPipelineRequest, opts ...grpc.CallOption) (*DeleteOrganizationPipelineResponse, error) // Deprecated: Do not use. // Validate a pipeline a pipeline owned by an organization // // Validates a pipeline by its resource name, which is defined by the parent // organization and the ID of the pipeline. // // Validation checks the recipe of the pipeline and the status of its // components. ValidateOrganizationPipeline(ctx context.Context, in *ValidateOrganizationPipelineRequest, opts ...grpc.CallOption) (*ValidateOrganizationPipelineResponse, error) // Deprecated: Do not use. // Rename a pipeline owned by an organization // // Updates the ID of a pipeline. Since this is an output-only field, a custom // method is required to modify it. // // The pipeline name will be updated accordingly, as it is composed by the // parent organization and ID of the pipeline (e.g. // `organizations/luigi/pipelines/pizza-recipe-generator`). RenameOrganizationPipeline(ctx context.Context, in *RenameOrganizationPipelineRequest, opts ...grpc.CallOption) (*RenameOrganizationPipelineResponse, error) // Deprecated: Do not use. // Trigger a pipeline owned by an organization // // Triggers the execution of a pipeline synchronously, i.e., the result is sent // back to the organization right after the data is processed. This method is // intended for real-time inference when low latency is of concern. // // The pipeline is identified by its resource name, formed by the parent // organization and ID of the pipeline. // // For more information, see [Run Pipeline](https://www.instill.tech/docs/vdp/run). TriggerOrganizationPipelineStream(ctx context.Context, in *TriggerOrganizationPipelineStreamRequest, opts ...grpc.CallOption) (PipelinePublicService_TriggerOrganizationPipelineStreamClient, error) // Deprecated: Do not use. // Trigger a pipeline owned by an organization // // Triggers the execution of a pipeline synchronously, i.e., the result is sent // back to the organization right after the data is processed. This method is // intended for real-time inference when low latency is of concern. // // The pipeline is identified by its resource name, formed by the parent // organization and ID of the pipeline. // // For more information, see [Run Pipeline](https://www.instill.tech/docs/vdp/run). TriggerOrganizationPipeline(ctx context.Context, in *TriggerOrganizationPipelineRequest, opts ...grpc.CallOption) (*TriggerOrganizationPipelineResponse, error) // Deprecated: Do not use. // Trigger a pipeline owned by an organization asynchronously // // Triggers the execution of a pipeline asynchronously, i.e., the result // contains the necessary information to access the result and status of the // operation. This method is intended for cases that require long-running // workloads. // // The pipeline is identified by its resource name, formed by the parent // organization and ID of the pipeline. // // For more information, see [Run Pipeline](https://www.instill.tech/docs/vdp/run). TriggerAsyncOrganizationPipeline(ctx context.Context, in *TriggerAsyncOrganizationPipelineRequest, opts ...grpc.CallOption) (*TriggerAsyncOrganizationPipelineResponse, error) // Deprecated: Do not use. // Release a version of a pipeline owned by an organization // // Commits the version of a pipeline, identified by its resource name, which is // formed by the parent organization and ID of the pipeline. CreateOrganizationPipelineRelease(ctx context.Context, in *CreateOrganizationPipelineReleaseRequest, opts ...grpc.CallOption) (*CreateOrganizationPipelineReleaseResponse, error) // Deprecated: Do not use. // List the releases in a pipeline owned by an organization // // Lists the commited versions of a pipeline, identified by its resource name, // which is formed by the parent organization and ID of the pipeline. ListOrganizationPipelineReleases(ctx context.Context, in *ListOrganizationPipelineReleasesRequest, opts ...grpc.CallOption) (*ListOrganizationPipelineReleasesResponse, error) // Deprecated: Do not use. // Get a release in a pipeline owned by an organization // // Gets the details of a pipeline release, where the pipeline is identified by // its resource name, formed by its parent organization and ID. GetOrganizationPipelineRelease(ctx context.Context, in *GetOrganizationPipelineReleaseRequest, opts ...grpc.CallOption) (*GetOrganizationPipelineReleaseResponse, error) // Deprecated: Do not use. // Update a release in a pipeline owned by an organization // // Updates the details of a pipeline release, where the pipeline is identified // by its resource name, formed by its parent organization and ID. UpdateOrganizationPipelineRelease(ctx context.Context, in *UpdateOrganizationPipelineReleaseRequest, opts ...grpc.CallOption) (*UpdateOrganizationPipelineReleaseResponse, error) // Deprecated: Do not use. // Delete a release in a pipeline owned by an organization // // Deletes a pipeline release, where the pipeline is identified by its resource // name, formed by its parent organization and ID. DeleteOrganizationPipelineRelease(ctx context.Context, in *DeleteOrganizationPipelineReleaseRequest, opts ...grpc.CallOption) (*DeleteOrganizationPipelineReleaseResponse, error) // Deprecated: Do not use. // Set the version of a pipeline owned by an organization to a pinned release // // Sets the pipeline configuration to a pinned version defined by a release. // // The pipeline is identified by its resource name, formed by its parent // organization and ID. RestoreOrganizationPipelineRelease(ctx context.Context, in *RestoreOrganizationPipelineReleaseRequest, opts ...grpc.CallOption) (*RestoreOrganizationPipelineReleaseResponse, error) // Deprecated: Do not use. // Rename a release in a pipeline owned by an organization // // Updates the ID of a pipeline release, where the pipeline is identified by // its resource name, formed by the parent organization and ID. Since this is // an output-only field, a custom method is required to modify it. // // The pipeline release name will be updated accordingly, as it is composed by // the pipeline name and the ID of the release (e.g. // `organizations/luigi/pipelines/pizza-recipe-generator/releases/v0.2.1`). RenameOrganizationPipelineRelease(ctx context.Context, in *RenameOrganizationPipelineReleaseRequest, opts ...grpc.CallOption) (*RenameOrganizationPipelineReleaseResponse, error) // Deprecated: Do not use. // Trigger a version of a pipeline owned by an organization // // Triggers the synchronous execution of of a pipeline. While the trigger // endpoint (where the release version isn't specified) triggers the pipeline // at its latest release, this method allows the client to specified any // committed release. // // The pipeline is identified by its resource name, formed by its parent // organization and ID. TriggerOrganizationPipelineRelease(ctx context.Context, in *TriggerOrganizationPipelineReleaseRequest, opts ...grpc.CallOption) (*TriggerOrganizationPipelineReleaseResponse, error) // Deprecated: Do not use. // Trigger a version of a pipeline owned by an organization asynchronously // // Triggers the asynchronous execution of of a pipeline. While the trigger // endpoint (where the release version isn't specified) triggers the pipeline // at its latest release, this method allows the client to specified any // committed release. // // The pipeline is identified by its resource name, formed by its parent // organization and ID. TriggerAsyncOrganizationPipelineRelease(ctx context.Context, in *TriggerAsyncOrganizationPipelineReleaseRequest, opts ...grpc.CallOption) (*TriggerAsyncOrganizationPipelineReleaseResponse, error) // Deprecated: Do not use. // Check the availibity of a resource name // // Check whether a resource name is already in use. Currently this endpoint // only supports pipeline and connector resource names. CheckName(ctx context.Context, in *CheckNameRequest, opts ...grpc.CallOption) (*CheckNameResponse, error) // Deprecated: Do not use. // Create a new user secret // // Creates a new secret under the parenthood of an user. CreateUserSecret(ctx context.Context, in *CreateUserSecretRequest, opts ...grpc.CallOption) (*CreateUserSecretResponse, error) // Deprecated: Do not use. // List user secrets // // Returns a paginated list of secrets that belong to the specified // user. ListUserSecrets(ctx context.Context, in *ListUserSecretsRequest, opts ...grpc.CallOption) (*ListUserSecretsResponse, error) // Deprecated: Do not use. // Get a secret owned by an user // // Returns the details of an user-owned secret by its resource name, // which is defined by the parent user and the ID of the secret. GetUserSecret(ctx context.Context, in *GetUserSecretRequest, opts ...grpc.CallOption) (*GetUserSecretResponse, error) // Deprecated: Do not use. // Update a secret owned by an user // // # Udpates a secret, accessing it by its resource name, which is defined by // // In REST requests, only the supplied secret fields will be taken into // account when updating the resource. UpdateUserSecret(ctx context.Context, in *UpdateUserSecretRequest, opts ...grpc.CallOption) (*UpdateUserSecretResponse, error) // Deprecated: Do not use. // Delete a secret owned by an user // // Deletes a secret, accesing it by its resource name, which is defined by // the parent user and the ID of the secret. DeleteUserSecret(ctx context.Context, in *DeleteUserSecretRequest, opts ...grpc.CallOption) (*DeleteUserSecretResponse, error) // Deprecated: Do not use. // Create a new organization secret // // Creates a new secret under the parenthood of an organization. CreateOrganizationSecret(ctx context.Context, in *CreateOrganizationSecretRequest, opts ...grpc.CallOption) (*CreateOrganizationSecretResponse, error) // Deprecated: Do not use. // List organization secrets // // Returns a paginated list of secrets that belong to the specified // organization. ListOrganizationSecrets(ctx context.Context, in *ListOrganizationSecretsRequest, opts ...grpc.CallOption) (*ListOrganizationSecretsResponse, error) // Deprecated: Do not use. // Get a secret owned by an organization // // Returns the details of an organization-owned secret by its resource name, // which is defined by the parent organization and the ID of the secret. GetOrganizationSecret(ctx context.Context, in *GetOrganizationSecretRequest, opts ...grpc.CallOption) (*GetOrganizationSecretResponse, error) // Deprecated: Do not use. // Update a secret owned by an organization // // # Udpates a secret, accessing it by its resource name, which is defined by // // In REST requests, only the supplied secret fields will be taken into // account when updating the resource. UpdateOrganizationSecret(ctx context.Context, in *UpdateOrganizationSecretRequest, opts ...grpc.CallOption) (*UpdateOrganizationSecretResponse, error) // Deprecated: Do not use. // Delete a secret owned by an organization // // Deletes a secret, accesing it by its resource name, which is defined by // the parent organization and the ID of the secret. DeleteOrganizationSecret(ctx context.Context, in *DeleteOrganizationSecretRequest, opts ...grpc.CallOption) (*DeleteOrganizationSecretResponse, error) // List Pipeline Runs // // Returns a paginated list of runs for a given pipeline. When the requester // is the owner of the pipeline, they will be able to all the pipeline runs, // regardless who requested the trigger (the view will be partial to hide // sensitive data like e.g. the trigger input and output). Other requesters // will only be able to see the runs requested by themselves. ListPipelineRuns(ctx context.Context, in *ListPipelineRunsRequest, opts ...grpc.CallOption) (*ListPipelineRunsResponse, error) // List Component Runs // // Returns the information of each component execution within a pipeline run. ListComponentRuns(ctx context.Context, in *ListComponentRunsRequest, opts ...grpc.CallOption) (*ListComponentRunsResponse, error) // List Pipeline Runs By Requester // // Returns a paginated list of runs for requested by a namespace. The // response may contain runs from several pipelines. ListPipelineRunsByRequester(ctx context.Context, in *ListPipelineRunsByRequesterRequest, opts ...grpc.CallOption) (*ListPipelineRunsByRequesterResponse, error) // List namespace connections // // Returns a paginated list of connections created by a namespace. ListNamespaceConnections(ctx context.Context, in *ListNamespaceConnectionsRequest, opts ...grpc.CallOption) (*ListNamespaceConnectionsResponse, error) // Get a namespace connection // // Returns the details of a connection. GetNamespaceConnection(ctx context.Context, in *GetNamespaceConnectionRequest, opts ...grpc.CallOption) (*GetNamespaceConnectionResponse, error) // Create a connection // // Creates a connection under the ownership of a namespace. CreateNamespaceConnection(ctx context.Context, in *CreateNamespaceConnectionRequest, opts ...grpc.CallOption) (*CreateNamespaceConnectionResponse, error) // Update a connection // // Updates a connection with the supplied connection fields. UpdateNamespaceConnection(ctx context.Context, in *UpdateNamespaceConnectionRequest, opts ...grpc.CallOption) (*UpdateNamespaceConnectionResponse, error) // Delete a connection // // Deletes a connection. DeleteNamespaceConnection(ctx context.Context, in *DeleteNamespaceConnectionRequest, opts ...grpc.CallOption) (*DeleteNamespaceConnectionResponse, error) // Test a connection // // Makes a request to the 3rd party app that the connection is configured to // communicate with, and checks the result of the call. If the test fails, // the response status and error message will provide more information about // the failure. // // Note that this action might affect the quota or billing of the integrated // account in the 3rd party app. TestNamespaceConnection(ctx context.Context, in *TestNamespaceConnectionRequest, opts ...grpc.CallOption) (*TestNamespaceConnectionResponse, error) // List pipelines that reference a connection // // Returns a paginated list with the IDs of the pipelines that reference a // given connection. All the pipelines will belong to the same namespace as // the connection. ListPipelineIDsByConnectionID(ctx context.Context, in *ListPipelineIDsByConnectionIDRequest, opts ...grpc.CallOption) (*ListPipelineIDsByConnectionIDResponse, error) // List integrations // // Returns a paginated list of available integrations. ListIntegrations(ctx context.Context, in *ListIntegrationsRequest, opts ...grpc.CallOption) (*ListIntegrationsResponse, error) // Get an integration // // Returns the details of an integration. GetIntegration(ctx context.Context, in *GetIntegrationRequest, opts ...grpc.CallOption) (*GetIntegrationResponse, error) }
PipelinePublicServiceClient is the client API for PipelinePublicService 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.
func NewPipelinePublicServiceClient ¶
func NewPipelinePublicServiceClient(cc grpc.ClientConnInterface) PipelinePublicServiceClient
type PipelinePublicServiceServer ¶
type PipelinePublicServiceServer interface { // Check if the pipeline server is alive // // See https://github.com/grpc/grpc/blob/master/doc/health-checking.md. Liveness(context.Context, *LivenessRequest) (*LivenessResponse, error) // Check if the pipeline server is ready // // See https://github.com/grpc/grpc/blob/master/doc/health-checking.md Readiness(context.Context, *ReadinessRequest) (*ReadinessResponse, error) // Get hub status // // Return the stats of the hub GetHubStats(context.Context, *GetHubStatsRequest) (*GetHubStatsResponse, error) // List accessible pipelines // // Returns a paginated list of pipelines that are visible to the requester. ListPipelines(context.Context, *ListPipelinesRequest) (*ListPipelinesResponse, error) // Get a pipeline by UID // // Returns the details of a pipeline by a permalink defined by the resource // UID. LookUpPipeline(context.Context, *LookUpPipelineRequest) (*LookUpPipelineResponse, error) // List namespace pipelines // // Returns a paginated list of pipelines of a namespace ListNamespacePipelines(context.Context, *ListNamespacePipelinesRequest) (*ListNamespacePipelinesResponse, error) // Create a new pipeline // // Creates a new pipeline under a namespace. CreateNamespacePipeline(context.Context, *CreateNamespacePipelineRequest) (*CreateNamespacePipelineResponse, error) // Get a pipeline // // Returns the details of a pipeline. GetNamespacePipeline(context.Context, *GetNamespacePipelineRequest) (*GetNamespacePipelineResponse, error) // Update a pipeline // // Udpates a pipeline, accessing it by its resource name, which is defined by // the parent namespace and the ID of the pipeline. The authenticated namespace must be // the parent of the pipeline in order to modify it. // // In REST requests, only the supplied pipeline fields will be taken into // account when updating the resource. UpdateNamespacePipeline(context.Context, *UpdateNamespacePipelineRequest) (*UpdateNamespacePipelineResponse, error) // Delete a pipeline // // Deletes a pipeline, accesing it by its resource name, which is defined by // the parent namespace and the ID of the pipeline. The authenticated namespace must be // the parent of the pipeline in order to delete it. DeleteNamespacePipeline(context.Context, *DeleteNamespacePipelineRequest) (*DeleteNamespacePipelineResponse, error) // Validate a pipeline // // Validates a pipeline by its resource name, which is defined by the parent // namespace and the ID of the pipeline. // // Validation checks the recipe of the pipeline and the status of its components. ValidateNamespacePipeline(context.Context, *ValidateNamespacePipelineRequest) (*ValidateNamespacePipelineResponse, error) // Rename a pipeline // // Updates the ID of a pipeline. Since this is an output-only field, a custom // method is required to modify it. // // The pipeline name will be updated accordingly, as it is composed by the // parent namespace and ID of the pipeline (e.g. // `namespaces/luigi/pipelines/pizza-recipe-generator`). // // The authenticated namespace must be the parent of the pipeline in order to // perform this action. RenameNamespacePipeline(context.Context, *RenameNamespacePipelineRequest) (*RenameNamespacePipelineResponse, error) // Clone a pipeline // // Clones a pipeline owned by a namespace. The new pipeline may have a different // parent, and this can be either a namespace or an organization. CloneNamespacePipeline(context.Context, *CloneNamespacePipelineRequest) (*CloneNamespacePipelineResponse, error) // Dispatch Pipeline Webhook Event // // Handles webhook events by routing them to the appropriate pipeline based on the webhook type and message. // The webhook type determines which component processes the event, while the message payload contains data // that triggers pipeline execution. The pipeline processes the event using configured handlers and returns // a response to the webhook sender. DispatchPipelineWebhookEvent(context.Context, *DispatchPipelineWebhookEventRequest) (*DispatchPipelineWebhookEventResponse, error) // Trigger a pipeline // // Triggers the execution of a pipeline synchronously, i.e., the result is // sent back to the namespace right after the data is processed. This method is // intended for real-time inference when low latency is of concern. // // The pipeline is identified by its resource name, formed by the parent namespace // and ID of the pipeline. // // For more information, see [Run NamespacePipeline](https://www.instill.tech/docs/vdp/run). TriggerNamespacePipeline(context.Context, *TriggerNamespacePipelineRequest) (*TriggerNamespacePipelineResponse, error) // Trigger a pipeline via streaming // // Triggers the execution of a pipeline asynchronously and streams back the response. // This method is intended for real-time inference when low latency is of concern // and the response needs to be processed incrementally. // // The pipeline is identified by its resource name, formed by the parent namespace // and ID of the pipeline. TriggerNamespacePipelineWithStream(*TriggerNamespacePipelineWithStreamRequest, PipelinePublicService_TriggerNamespacePipelineWithStreamServer) error // Trigger a pipeline asynchronously // // Triggers the execution of a pipeline asynchronously, i.e., the result // contains the necessary information to access the result and status of the // operation. This method is intended for cases that require long-running // workloads. // // The pipeline is identified by its resource name, formed by the parent namespace // and ID of the pipeline. // // For more information, see [Run NamespacePipeline](https://www.instill.tech/docs/vdp/run). TriggerAsyncNamespacePipeline(context.Context, *TriggerAsyncNamespacePipelineRequest) (*TriggerAsyncNamespacePipelineResponse, error) // Create a pipeline release // // Commits the version of a pipeline, identified by its resource name, which // is formed by the parent namespace and ID of the pipeline. // // The authenticated namespace must be the parent of the pipeline in order to // perform this action. CreateNamespacePipelineRelease(context.Context, *CreateNamespacePipelineReleaseRequest) (*CreateNamespacePipelineReleaseResponse, error) // List the releases in a pipeline // // Lists the commited versions of a pipeline, identified by its resource // name, which is formed by the parent namespace and ID of the pipeline. ListNamespacePipelineReleases(context.Context, *ListNamespacePipelineReleasesRequest) (*ListNamespacePipelineReleasesResponse, error) // Get a pipeline release // // Gets the details of a pipeline release, where the pipeline is identified // by its resource name, formed by its parent namespace and ID. GetNamespacePipelineRelease(context.Context, *GetNamespacePipelineReleaseRequest) (*GetNamespacePipelineReleaseResponse, error) // Update a pipeline release // // Updates the details of a pipeline release, where the pipeline is // identified by its resource name, formed by its parent namespace and ID. // // The authenticated namespace must be the parent of the pipeline in order to // perform this action. UpdateNamespacePipelineRelease(context.Context, *UpdateNamespacePipelineReleaseRequest) (*UpdateNamespacePipelineReleaseResponse, error) // Delete a pipeline release // // Deletes a pipeline release, where the pipeline is identified by its // resource name, formed by its parent namespace and ID. // // The authenticated namespace must be the parent of the pipeline in order to // perform this action. DeleteNamespacePipelineRelease(context.Context, *DeleteNamespacePipelineReleaseRequest) (*DeleteNamespacePipelineReleaseResponse, error) // Clone a pipeline release // // Clones a pipeline release owned by a namespace. The new pipeline may have a different // parent, and this can be either a namespace or an organization. CloneNamespacePipelineRelease(context.Context, *CloneNamespacePipelineReleaseRequest) (*CloneNamespacePipelineReleaseResponse, error) // Trigger a pipeline release // // Triggers the synchronous execution of of a pipeline. While the trigger // endpoint (where the release version isn't specified) triggers the pipeline // at its latest release, this method allows the client to specified any // committed release. // // The pipeline is identified by its resource name, formed by its parent namespace // and ID. TriggerNamespacePipelineRelease(context.Context, *TriggerNamespacePipelineReleaseRequest) (*TriggerNamespacePipelineReleaseResponse, error) // Trigger a pipeline release asynchronously // // Triggers the asynchronous execution of of a pipeline. While the trigger // endpoint (where the release version isn't specified) triggers the pipeline // at its latest release, this method allows the client to specified any // committed release. // // The pipeline is identified by its resource name, formed by its parent namespace // and ID. TriggerAsyncNamespacePipelineRelease(context.Context, *TriggerAsyncNamespacePipelineReleaseRequest) (*TriggerAsyncNamespacePipelineReleaseResponse, error) // Create a secret // // Creates a new secret under the parenthood of an namespace. CreateNamespaceSecret(context.Context, *CreateNamespaceSecretRequest) (*CreateNamespaceSecretResponse, error) // List secrets // // Returns a paginated list of secrets that belong to the specified // namespace. ListNamespaceSecrets(context.Context, *ListNamespaceSecretsRequest) (*ListNamespaceSecretsResponse, error) // Get a secret // // Returns the details of an namespace-owned secret by its resource name, // which is defined by the parent namespace and the ID of the secret. GetNamespaceSecret(context.Context, *GetNamespaceSecretRequest) (*GetNamespaceSecretResponse, error) // Update a secret // // # Udpates a secret, accessing it by its resource name, which is defined by // // In REST requests, only the supplied secret fields will be taken into // account when updating the resource. UpdateNamespaceSecret(context.Context, *UpdateNamespaceSecretRequest) (*UpdateNamespaceSecretResponse, error) // Delete a secret // // Deletes a secret, accesing it by its resource name, which is defined by // the parent namespace and the ID of the secret. DeleteNamespaceSecret(context.Context, *DeleteNamespaceSecretRequest) (*DeleteNamespaceSecretResponse, error) // List component definitions // // Returns a paginated list of component definitions, regardless their type. // This offers a single source of truth, with pagination and filter // capabilities, for the components that might be used in a VDP pipeline. ListComponentDefinitions(context.Context, *ListComponentDefinitionsRequest) (*ListComponentDefinitionsResponse, error) // Get the details of a long-running operation // // This method allows requesters to request the status and outcome of // long-running operations such as asynchronous pipeline triggers. GetOperation(context.Context, *GetOperationRequest) (*GetOperationResponse, error) // Deprecated: Do not use. // Create a new user pipeline // // Creates a new pipeline under the parenthood of a user. Users can only // create a pipeline as the parent of that resource (i.e. the authenticated // user must match the `parent` path parameter). CreateUserPipeline(context.Context, *CreateUserPipelineRequest) (*CreateUserPipelineResponse, error) // Deprecated: Do not use. // List user pipelines // // Returns a paginated list of pipelines that belong to the specified user. // The parent user may be different from the authenticated user, in which // case the results will contain the pipelines that are visible to the // latter. ListUserPipelines(context.Context, *ListUserPipelinesRequest) (*ListUserPipelinesResponse, error) // Deprecated: Do not use. // Get a pipeline owned by a user // // Returns the details of a user-owned pipeline by its resource name, which is defined // by the parent user and the ID of the pipeline. GetUserPipeline(context.Context, *GetUserPipelineRequest) (*GetUserPipelineResponse, error) // Deprecated: Do not use. // Update a pipeline owned by a user // // Udpates a pipeline, accessing it by its resource name, which is defined by // the parent user and the ID of the pipeline. The authenticated user must be // the parent of the pipeline in order to modify it. // // In REST requests, only the supplied pipeline fields will be taken into // account when updating the resource. UpdateUserPipeline(context.Context, *UpdateUserPipelineRequest) (*UpdateUserPipelineResponse, error) // Deprecated: Do not use. // Delete a pipeline owned by a user // // Deletes a pipeline, accesing it by its resource name, which is defined by // the parent user and the ID of the pipeline. The authenticated user must be // the parent of the pipeline in order to delete it. DeleteUserPipeline(context.Context, *DeleteUserPipelineRequest) (*DeleteUserPipelineResponse, error) // Deprecated: Do not use. // Validate a pipeline a pipeline owned by a user // // Validates a pipeline by its resource name, which is defined by the parent // user and the ID of the pipeline. // // Validation checks the recipe of the pipeline and the status of its components. ValidateUserPipeline(context.Context, *ValidateUserPipelineRequest) (*ValidateUserPipelineResponse, error) // Deprecated: Do not use. // Rename a pipeline owned by a user // // Updates the ID of a pipeline. Since this is an output-only field, a custom // method is required to modify it. // // The pipeline name will be updated accordingly, as it is composed by the // parent user and ID of the pipeline (e.g. // `users/luigi/pipelines/pizza-recipe-generator`). // // The authenticated user must be the parent of the pipeline in order to // perform this action. RenameUserPipeline(context.Context, *RenameUserPipelineRequest) (*RenameUserPipelineResponse, error) // Deprecated: Do not use. // Trigger a pipeline owned by a user // // Triggers the execution of a pipeline synchronously, i.e., the result is // sent back to the user right after the data is processed. This method is // intended for real-time inference when low latency is of concern. // // The pipeline is identified by its resource name, formed by the parent user // and ID of the pipeline. // // For more information, see [Run Pipeline](https://www.instill.tech/docs/vdp/run). TriggerUserPipeline(context.Context, *TriggerUserPipelineRequest) (*TriggerUserPipelineResponse, error) // Deprecated: Do not use. // Trigger a pipeline owned by a user and stream back the response // // Triggers the execution of a pipeline asynchronously and streams back the response. // This method is intended for real-time inference when low latency is of concern // and the response needs to be processed incrementally. // // The pipeline is identified by its resource name, formed by the parent user // and ID of the pipeline. TriggerUserPipelineWithStream(*TriggerUserPipelineWithStreamRequest, PipelinePublicService_TriggerUserPipelineWithStreamServer) error // Deprecated: Do not use. // Trigger a pipeline owned by a user asynchronously // // Triggers the execution of a pipeline asynchronously, i.e., the result // contains the necessary information to access the result and status of the // operation. This method is intended for cases that require long-running // workloads. // // The pipeline is identified by its resource name, formed by the parent user // and ID of the pipeline. // // For more information, see [Run Pipeline](https://www.instill.tech/docs/vdp/run). TriggerAsyncUserPipeline(context.Context, *TriggerAsyncUserPipelineRequest) (*TriggerAsyncUserPipelineResponse, error) // Deprecated: Do not use. // Release a version of a pipeline owned by a user // // Commits the version of a pipeline, identified by its resource name, which // is formed by the parent user and ID of the pipeline. // // The authenticated user must be the parent of the pipeline in order to // perform this action. CreateUserPipelineRelease(context.Context, *CreateUserPipelineReleaseRequest) (*CreateUserPipelineReleaseResponse, error) // Deprecated: Do not use. // List the releases in a pipeline owned by a user // // Lists the commited versions of a pipeline, identified by its resource // name, which is formed by the parent user and ID of the pipeline. ListUserPipelineReleases(context.Context, *ListUserPipelineReleasesRequest) (*ListUserPipelineReleasesResponse, error) // Deprecated: Do not use. // Get a release in a pipeline owned by a user // // Gets the details of a pipeline release, where the pipeline is identified // by its resource name, formed by its parent user and ID. GetUserPipelineRelease(context.Context, *GetUserPipelineReleaseRequest) (*GetUserPipelineReleaseResponse, error) // Deprecated: Do not use. // Update a release in a pipeline owned by a user // // Updates the details of a pipeline release, where the pipeline is // identified by its resource name, formed by its parent user and ID. // // The authenticated user must be the parent of the pipeline in order to // perform this action. UpdateUserPipelineRelease(context.Context, *UpdateUserPipelineReleaseRequest) (*UpdateUserPipelineReleaseResponse, error) // Deprecated: Do not use. // Delete a release in a pipeline owned by a user // // Deletes a pipeline release, where the pipeline is identified by its // resource name, formed by its parent user and ID. // // The authenticated user must be the parent of the pipeline in order to // perform this action. DeleteUserPipelineRelease(context.Context, *DeleteUserPipelineReleaseRequest) (*DeleteUserPipelineReleaseResponse, error) // Deprecated: Do not use. // Set the version of a pipeline owned by a user to a pinned release // // Sets the pipeline configuration to a pinned version defined by a release. // // The pipeline is identified by its resource name, formed by its parent user // and ID. // // The authenticated user must be the parent of the pipeline in order to // perform this action. RestoreUserPipelineRelease(context.Context, *RestoreUserPipelineReleaseRequest) (*RestoreUserPipelineReleaseResponse, error) // Deprecated: Do not use. // Rename a release in a pipeline owned by a user // // Updates the ID of a pipeline release, where the pipeline is identified by // its resource name, formed by the parent user and ID. Since this is an // output-only field, a custom method is required to modify it. // // The pipeline release name will be updated accordingly, as it is composed // by the pipeline name and the ID of the release (e.g. // `users/luigi/pipelines/pizza-recipe-generator/releases/v0.2.1`). // // The authenticated user must be the parent of the pipeline in order to // perform this action. RenameUserPipelineRelease(context.Context, *RenameUserPipelineReleaseRequest) (*RenameUserPipelineReleaseResponse, error) // Deprecated: Do not use. // Trigger a version of a pipeline owned by a user // // Triggers the synchronous execution of of a pipeline. While the trigger // endpoint (where the release version isn't specified) triggers the pipeline // at its latest release, this method allows the client to specified any // committed release. // // The pipeline is identified by its resource name, formed by its parent user // and ID. TriggerUserPipelineRelease(context.Context, *TriggerUserPipelineReleaseRequest) (*TriggerUserPipelineReleaseResponse, error) // Deprecated: Do not use. // Trigger a version of a pipeline owned by a user asynchronously // // Triggers the asynchronous execution of of a pipeline. While the trigger // endpoint (where the release version isn't specified) triggers the pipeline // at its latest release, this method allows the client to specified any // committed release. // // The pipeline is identified by its resource name, formed by its parent user // and ID. TriggerAsyncUserPipelineRelease(context.Context, *TriggerAsyncUserPipelineReleaseRequest) (*TriggerAsyncUserPipelineReleaseResponse, error) // Deprecated: Do not use. // Create a new organization pipeline // // Creates a new pipeline under the parenthood of an organization. CreateOrganizationPipeline(context.Context, *CreateOrganizationPipelineRequest) (*CreateOrganizationPipelineResponse, error) // Deprecated: Do not use. // List organization pipelines // // Returns a paginated list of pipelines that belong to the specified // organization. ListOrganizationPipelines(context.Context, *ListOrganizationPipelinesRequest) (*ListOrganizationPipelinesResponse, error) // Deprecated: Do not use. // Get a pipeline owned by an organization // // Returns the details of an organization-owned pipeline by its resource name, // which is defined by the parent organization and the ID of the pipeline. GetOrganizationPipeline(context.Context, *GetOrganizationPipelineRequest) (*GetOrganizationPipelineResponse, error) // Deprecated: Do not use. // Update a pipeline owned by an organization // // # Udpates a pipeline, accessing it by its resource name, which is defined by // // In REST requests, only the supplied pipeline fields will be taken into // account when updating the resource. UpdateOrganizationPipeline(context.Context, *UpdateOrganizationPipelineRequest) (*UpdateOrganizationPipelineResponse, error) // Deprecated: Do not use. // Delete a pipeline owned by an organization // // Deletes a pipeline, accesing it by its resource name, which is defined by // the parent organization and the ID of the pipeline. DeleteOrganizationPipeline(context.Context, *DeleteOrganizationPipelineRequest) (*DeleteOrganizationPipelineResponse, error) // Deprecated: Do not use. // Validate a pipeline a pipeline owned by an organization // // Validates a pipeline by its resource name, which is defined by the parent // organization and the ID of the pipeline. // // Validation checks the recipe of the pipeline and the status of its // components. ValidateOrganizationPipeline(context.Context, *ValidateOrganizationPipelineRequest) (*ValidateOrganizationPipelineResponse, error) // Deprecated: Do not use. // Rename a pipeline owned by an organization // // Updates the ID of a pipeline. Since this is an output-only field, a custom // method is required to modify it. // // The pipeline name will be updated accordingly, as it is composed by the // parent organization and ID of the pipeline (e.g. // `organizations/luigi/pipelines/pizza-recipe-generator`). RenameOrganizationPipeline(context.Context, *RenameOrganizationPipelineRequest) (*RenameOrganizationPipelineResponse, error) // Deprecated: Do not use. // Trigger a pipeline owned by an organization // // Triggers the execution of a pipeline synchronously, i.e., the result is sent // back to the organization right after the data is processed. This method is // intended for real-time inference when low latency is of concern. // // The pipeline is identified by its resource name, formed by the parent // organization and ID of the pipeline. // // For more information, see [Run Pipeline](https://www.instill.tech/docs/vdp/run). TriggerOrganizationPipelineStream(*TriggerOrganizationPipelineStreamRequest, PipelinePublicService_TriggerOrganizationPipelineStreamServer) error // Deprecated: Do not use. // Trigger a pipeline owned by an organization // // Triggers the execution of a pipeline synchronously, i.e., the result is sent // back to the organization right after the data is processed. This method is // intended for real-time inference when low latency is of concern. // // The pipeline is identified by its resource name, formed by the parent // organization and ID of the pipeline. // // For more information, see [Run Pipeline](https://www.instill.tech/docs/vdp/run). TriggerOrganizationPipeline(context.Context, *TriggerOrganizationPipelineRequest) (*TriggerOrganizationPipelineResponse, error) // Deprecated: Do not use. // Trigger a pipeline owned by an organization asynchronously // // Triggers the execution of a pipeline asynchronously, i.e., the result // contains the necessary information to access the result and status of the // operation. This method is intended for cases that require long-running // workloads. // // The pipeline is identified by its resource name, formed by the parent // organization and ID of the pipeline. // // For more information, see [Run Pipeline](https://www.instill.tech/docs/vdp/run). TriggerAsyncOrganizationPipeline(context.Context, *TriggerAsyncOrganizationPipelineRequest) (*TriggerAsyncOrganizationPipelineResponse, error) // Deprecated: Do not use. // Release a version of a pipeline owned by an organization // // Commits the version of a pipeline, identified by its resource name, which is // formed by the parent organization and ID of the pipeline. CreateOrganizationPipelineRelease(context.Context, *CreateOrganizationPipelineReleaseRequest) (*CreateOrganizationPipelineReleaseResponse, error) // Deprecated: Do not use. // List the releases in a pipeline owned by an organization // // Lists the commited versions of a pipeline, identified by its resource name, // which is formed by the parent organization and ID of the pipeline. ListOrganizationPipelineReleases(context.Context, *ListOrganizationPipelineReleasesRequest) (*ListOrganizationPipelineReleasesResponse, error) // Deprecated: Do not use. // Get a release in a pipeline owned by an organization // // Gets the details of a pipeline release, where the pipeline is identified by // its resource name, formed by its parent organization and ID. GetOrganizationPipelineRelease(context.Context, *GetOrganizationPipelineReleaseRequest) (*GetOrganizationPipelineReleaseResponse, error) // Deprecated: Do not use. // Update a release in a pipeline owned by an organization // // Updates the details of a pipeline release, where the pipeline is identified // by its resource name, formed by its parent organization and ID. UpdateOrganizationPipelineRelease(context.Context, *UpdateOrganizationPipelineReleaseRequest) (*UpdateOrganizationPipelineReleaseResponse, error) // Deprecated: Do not use. // Delete a release in a pipeline owned by an organization // // Deletes a pipeline release, where the pipeline is identified by its resource // name, formed by its parent organization and ID. DeleteOrganizationPipelineRelease(context.Context, *DeleteOrganizationPipelineReleaseRequest) (*DeleteOrganizationPipelineReleaseResponse, error) // Deprecated: Do not use. // Set the version of a pipeline owned by an organization to a pinned release // // Sets the pipeline configuration to a pinned version defined by a release. // // The pipeline is identified by its resource name, formed by its parent // organization and ID. RestoreOrganizationPipelineRelease(context.Context, *RestoreOrganizationPipelineReleaseRequest) (*RestoreOrganizationPipelineReleaseResponse, error) // Deprecated: Do not use. // Rename a release in a pipeline owned by an organization // // Updates the ID of a pipeline release, where the pipeline is identified by // its resource name, formed by the parent organization and ID. Since this is // an output-only field, a custom method is required to modify it. // // The pipeline release name will be updated accordingly, as it is composed by // the pipeline name and the ID of the release (e.g. // `organizations/luigi/pipelines/pizza-recipe-generator/releases/v0.2.1`). RenameOrganizationPipelineRelease(context.Context, *RenameOrganizationPipelineReleaseRequest) (*RenameOrganizationPipelineReleaseResponse, error) // Deprecated: Do not use. // Trigger a version of a pipeline owned by an organization // // Triggers the synchronous execution of of a pipeline. While the trigger // endpoint (where the release version isn't specified) triggers the pipeline // at its latest release, this method allows the client to specified any // committed release. // // The pipeline is identified by its resource name, formed by its parent // organization and ID. TriggerOrganizationPipelineRelease(context.Context, *TriggerOrganizationPipelineReleaseRequest) (*TriggerOrganizationPipelineReleaseResponse, error) // Deprecated: Do not use. // Trigger a version of a pipeline owned by an organization asynchronously // // Triggers the asynchronous execution of of a pipeline. While the trigger // endpoint (where the release version isn't specified) triggers the pipeline // at its latest release, this method allows the client to specified any // committed release. // // The pipeline is identified by its resource name, formed by its parent // organization and ID. TriggerAsyncOrganizationPipelineRelease(context.Context, *TriggerAsyncOrganizationPipelineReleaseRequest) (*TriggerAsyncOrganizationPipelineReleaseResponse, error) // Deprecated: Do not use. // Check the availibity of a resource name // // Check whether a resource name is already in use. Currently this endpoint // only supports pipeline and connector resource names. CheckName(context.Context, *CheckNameRequest) (*CheckNameResponse, error) // Deprecated: Do not use. // Create a new user secret // // Creates a new secret under the parenthood of an user. CreateUserSecret(context.Context, *CreateUserSecretRequest) (*CreateUserSecretResponse, error) // Deprecated: Do not use. // List user secrets // // Returns a paginated list of secrets that belong to the specified // user. ListUserSecrets(context.Context, *ListUserSecretsRequest) (*ListUserSecretsResponse, error) // Deprecated: Do not use. // Get a secret owned by an user // // Returns the details of an user-owned secret by its resource name, // which is defined by the parent user and the ID of the secret. GetUserSecret(context.Context, *GetUserSecretRequest) (*GetUserSecretResponse, error) // Deprecated: Do not use. // Update a secret owned by an user // // # Udpates a secret, accessing it by its resource name, which is defined by // // In REST requests, only the supplied secret fields will be taken into // account when updating the resource. UpdateUserSecret(context.Context, *UpdateUserSecretRequest) (*UpdateUserSecretResponse, error) // Deprecated: Do not use. // Delete a secret owned by an user // // Deletes a secret, accesing it by its resource name, which is defined by // the parent user and the ID of the secret. DeleteUserSecret(context.Context, *DeleteUserSecretRequest) (*DeleteUserSecretResponse, error) // Deprecated: Do not use. // Create a new organization secret // // Creates a new secret under the parenthood of an organization. CreateOrganizationSecret(context.Context, *CreateOrganizationSecretRequest) (*CreateOrganizationSecretResponse, error) // Deprecated: Do not use. // List organization secrets // // Returns a paginated list of secrets that belong to the specified // organization. ListOrganizationSecrets(context.Context, *ListOrganizationSecretsRequest) (*ListOrganizationSecretsResponse, error) // Deprecated: Do not use. // Get a secret owned by an organization // // Returns the details of an organization-owned secret by its resource name, // which is defined by the parent organization and the ID of the secret. GetOrganizationSecret(context.Context, *GetOrganizationSecretRequest) (*GetOrganizationSecretResponse, error) // Deprecated: Do not use. // Update a secret owned by an organization // // # Udpates a secret, accessing it by its resource name, which is defined by // // In REST requests, only the supplied secret fields will be taken into // account when updating the resource. UpdateOrganizationSecret(context.Context, *UpdateOrganizationSecretRequest) (*UpdateOrganizationSecretResponse, error) // Deprecated: Do not use. // Delete a secret owned by an organization // // Deletes a secret, accesing it by its resource name, which is defined by // the parent organization and the ID of the secret. DeleteOrganizationSecret(context.Context, *DeleteOrganizationSecretRequest) (*DeleteOrganizationSecretResponse, error) // List Pipeline Runs // // Returns a paginated list of runs for a given pipeline. When the requester // is the owner of the pipeline, they will be able to all the pipeline runs, // regardless who requested the trigger (the view will be partial to hide // sensitive data like e.g. the trigger input and output). Other requesters // will only be able to see the runs requested by themselves. ListPipelineRuns(context.Context, *ListPipelineRunsRequest) (*ListPipelineRunsResponse, error) // List Component Runs // // Returns the information of each component execution within a pipeline run. ListComponentRuns(context.Context, *ListComponentRunsRequest) (*ListComponentRunsResponse, error) // List Pipeline Runs By Requester // // Returns a paginated list of runs for requested by a namespace. The // response may contain runs from several pipelines. ListPipelineRunsByRequester(context.Context, *ListPipelineRunsByRequesterRequest) (*ListPipelineRunsByRequesterResponse, error) // List namespace connections // // Returns a paginated list of connections created by a namespace. ListNamespaceConnections(context.Context, *ListNamespaceConnectionsRequest) (*ListNamespaceConnectionsResponse, error) // Get a namespace connection // // Returns the details of a connection. GetNamespaceConnection(context.Context, *GetNamespaceConnectionRequest) (*GetNamespaceConnectionResponse, error) // Create a connection // // Creates a connection under the ownership of a namespace. CreateNamespaceConnection(context.Context, *CreateNamespaceConnectionRequest) (*CreateNamespaceConnectionResponse, error) // Update a connection // // Updates a connection with the supplied connection fields. UpdateNamespaceConnection(context.Context, *UpdateNamespaceConnectionRequest) (*UpdateNamespaceConnectionResponse, error) // Delete a connection // // Deletes a connection. DeleteNamespaceConnection(context.Context, *DeleteNamespaceConnectionRequest) (*DeleteNamespaceConnectionResponse, error) // Test a connection // // Makes a request to the 3rd party app that the connection is configured to // communicate with, and checks the result of the call. If the test fails, // the response status and error message will provide more information about // the failure. // // Note that this action might affect the quota or billing of the integrated // account in the 3rd party app. TestNamespaceConnection(context.Context, *TestNamespaceConnectionRequest) (*TestNamespaceConnectionResponse, error) // List pipelines that reference a connection // // Returns a paginated list with the IDs of the pipelines that reference a // given connection. All the pipelines will belong to the same namespace as // the connection. ListPipelineIDsByConnectionID(context.Context, *ListPipelineIDsByConnectionIDRequest) (*ListPipelineIDsByConnectionIDResponse, error) // List integrations // // Returns a paginated list of available integrations. ListIntegrations(context.Context, *ListIntegrationsRequest) (*ListIntegrationsResponse, error) // Get an integration // // Returns the details of an integration. GetIntegration(context.Context, *GetIntegrationRequest) (*GetIntegrationResponse, error) }
PipelinePublicServiceServer is the server API for PipelinePublicService service. All implementations should embed UnimplementedPipelinePublicServiceServer for forward compatibility
type PipelinePublicService_TriggerNamespacePipelineWithStreamClient ¶
type PipelinePublicService_TriggerNamespacePipelineWithStreamClient interface { Recv() (*TriggerNamespacePipelineWithStreamResponse, error) grpc.ClientStream }
type PipelinePublicService_TriggerNamespacePipelineWithStreamServer ¶
type PipelinePublicService_TriggerNamespacePipelineWithStreamServer interface { Send(*TriggerNamespacePipelineWithStreamResponse) error grpc.ServerStream }
type PipelinePublicService_TriggerOrganizationPipelineStreamClient ¶
type PipelinePublicService_TriggerOrganizationPipelineStreamClient interface { Recv() (*TriggerOrganizationPipelineStreamResponse, error) grpc.ClientStream }
type PipelinePublicService_TriggerOrganizationPipelineStreamServer ¶
type PipelinePublicService_TriggerOrganizationPipelineStreamServer interface { Send(*TriggerOrganizationPipelineStreamResponse) error grpc.ServerStream }
type PipelinePublicService_TriggerUserPipelineWithStreamClient ¶
type PipelinePublicService_TriggerUserPipelineWithStreamClient interface { Recv() (*TriggerUserPipelineWithStreamResponse, error) grpc.ClientStream }
type PipelinePublicService_TriggerUserPipelineWithStreamServer ¶
type PipelinePublicService_TriggerUserPipelineWithStreamServer interface { Send(*TriggerUserPipelineWithStreamResponse) error grpc.ServerStream }
type PipelineRelease ¶
type PipelineRelease struct { // The name of the release, defined by its parent and ID. // - Format: `{parent_type}/{parent.id}/pipelines/{pipeline.id}/releases/{release.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Release UUID. Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"` // Release resource ID (used in `name` as the last segment). It must be a // sematic version vX.Y.Z. Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` // Release description. Description *string `protobuf:"bytes,4,opt,name=description,proto3,oneof" json:"description,omitempty"` // Recipe of the versioned pipeline. Recipe *structpb.Struct `protobuf:"bytes,5,opt,name=recipe,proto3" json:"recipe,omitempty"` // Pipeline creation time. CreateTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Pipeline update time. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Pipeline deletion time. DeleteTime *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=delete_time,json=deleteTime,proto3" json:"delete_time,omitempty"` // Alias. Alias string `protobuf:"bytes,11,opt,name=alias,proto3" json:"alias,omitempty"` // Key-value object with console-related data such as the pipeline builder // layout. Metadata *structpb.Struct `protobuf:"bytes,12,opt,name=metadata,proto3" json:"metadata,omitempty"` // README. Readme string `protobuf:"bytes,13,opt,name=readme,proto3" json:"readme,omitempty"` // Data specifications. DataSpecification *DataSpecification `protobuf:"bytes,14,opt,name=data_specification,json=dataSpecification,proto3" json:"data_specification,omitempty"` // Recipe in YAML format describes the components of a pipeline and how they // are connected. RawRecipe string `protobuf:"bytes,15,opt,name=raw_recipe,json=rawRecipe,proto3" json:"raw_recipe,omitempty"` // Pipeline endpoints. Endpoints *Endpoints `protobuf:"bytes,16,opt,name=endpoints,proto3" json:"endpoints,omitempty"` // contains filtered or unexported fields }
Pipeline releases contain the version control information of a pipeline. This allows users to track changes in the pipeline over time.
func (*PipelineRelease) Descriptor
deprecated
func (*PipelineRelease) Descriptor() ([]byte, []int)
Deprecated: Use PipelineRelease.ProtoReflect.Descriptor instead.
func (*PipelineRelease) GetAlias ¶
func (x *PipelineRelease) GetAlias() string
func (*PipelineRelease) GetCreateTime ¶
func (x *PipelineRelease) GetCreateTime() *timestamppb.Timestamp
func (*PipelineRelease) GetDataSpecification ¶
func (x *PipelineRelease) GetDataSpecification() *DataSpecification
func (*PipelineRelease) GetDeleteTime ¶
func (x *PipelineRelease) GetDeleteTime() *timestamppb.Timestamp
func (*PipelineRelease) GetDescription ¶
func (x *PipelineRelease) GetDescription() string
func (*PipelineRelease) GetEndpoints ¶
func (x *PipelineRelease) GetEndpoints() *Endpoints
func (*PipelineRelease) GetId ¶
func (x *PipelineRelease) GetId() string
func (*PipelineRelease) GetMetadata ¶
func (x *PipelineRelease) GetMetadata() *structpb.Struct
func (*PipelineRelease) GetName ¶
func (x *PipelineRelease) GetName() string
func (*PipelineRelease) GetRawRecipe ¶
func (x *PipelineRelease) GetRawRecipe() string
func (*PipelineRelease) GetReadme ¶
func (x *PipelineRelease) GetReadme() string
func (*PipelineRelease) GetRecipe ¶
func (x *PipelineRelease) GetRecipe() *structpb.Struct
func (*PipelineRelease) GetUid ¶
func (x *PipelineRelease) GetUid() string
func (*PipelineRelease) GetUpdateTime ¶
func (x *PipelineRelease) GetUpdateTime() *timestamppb.Timestamp
func (*PipelineRelease) ProtoMessage ¶
func (*PipelineRelease) ProtoMessage()
func (*PipelineRelease) ProtoReflect ¶
func (x *PipelineRelease) ProtoReflect() protoreflect.Message
func (*PipelineRelease) Reset ¶
func (x *PipelineRelease) Reset()
func (*PipelineRelease) String ¶
func (x *PipelineRelease) String() string
type PipelineRun ¶
type PipelineRun struct { // Unique identifier for each run. PipelineRunUid string `protobuf:"bytes,2,opt,name=pipeline_run_uid,json=pipelineRunUid,proto3" json:"pipeline_run_uid,omitempty"` // Pipeline version used in the run. PipelineVersion string `protobuf:"bytes,3,opt,name=pipeline_version,json=pipelineVersion,proto3" json:"pipeline_version,omitempty"` // Current status of the run. Status v1alpha.RunStatus `protobuf:"varint,4,opt,name=status,proto3,enum=common.run.v1alpha.RunStatus" json:"status,omitempty"` // Origin of the run. Source v1alpha.RunSource `protobuf:"varint,5,opt,name=source,proto3,enum=common.run.v1alpha.RunSource" json:"source,omitempty"` // Time taken to complete the run in milliseconds. TotalDuration *int32 `protobuf:"varint,6,opt,name=total_duration,json=totalDuration,proto3,oneof" json:"total_duration,omitempty"` // Runner ID. The authenticated user that triggered the run. If current // viewing requester does not have enough permission, it will return null. RunnerId *string `protobuf:"bytes,7,opt,name=runner_id,json=runnerId,proto3,oneof" json:"runner_id,omitempty"` // Pipeline input parameters. Inputs []*structpb.Struct `protobuf:"bytes,10,rep,name=inputs,proto3" json:"inputs,omitempty"` // Pipeline inference outputs. Outputs []*structpb.Struct `protobuf:"bytes,12,rep,name=outputs,proto3" json:"outputs,omitempty"` // Snapshot of the pipeline recipe used for this run. RecipeSnapshot *structpb.Struct `protobuf:"bytes,13,opt,name=recipe_snapshot,json=recipeSnapshot,proto3" json:"recipe_snapshot,omitempty"` // Time when the run started execution. StartTime *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // Time when the run completed. CompleteTime *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=complete_time,json=completeTime,proto3,oneof" json:"complete_time,omitempty"` // Error message if the run failed. Error *string `protobuf:"bytes,16,opt,name=error,proto3,oneof" json:"error,omitempty"` // Credits used of internal accounting metric. CreditAmount *float32 `protobuf:"fixed32,17,opt,name=credit_amount,json=creditAmount,proto3,oneof" json:"credit_amount,omitempty"` // Data specifications. DataSpecification *DataSpecification `protobuf:"bytes,18,opt,name=data_specification,json=dataSpecification,proto3" json:"data_specification,omitempty"` // The ID of the pipeline PipelineId *string `protobuf:"bytes,19,opt,name=pipeline_id,json=pipelineId,proto3,oneof" json:"pipeline_id,omitempty"` // Requester ID. The namespace used to trigger the run. This field might be // empty if the pipeline run belongs to a deleted namespace. RequesterId string `protobuf:"bytes,20,opt,name=requester_id,json=requesterId,proto3" json:"requester_id,omitempty"` // ID of the namespace that owns the pipeline. PipelineNamespaceId string `protobuf:"bytes,21,opt,name=pipeline_namespace_id,json=pipelineNamespaceId,proto3" json:"pipeline_namespace_id,omitempty"` // Expiration time for the blob data associated with the pipeline run (e.g. // input data, recipe). When the run is accessed after the expiration, that // information will be empty, but this field will allow the user identify // that the data isn't there because it has expired. BlobDataExpirationTime *timestamppb.Timestamp `` /* 138-byte string literal not displayed */ // contains filtered or unexported fields }
PipelineRun represents a single execution of a pipeline.
func (*PipelineRun) Descriptor
deprecated
func (*PipelineRun) Descriptor() ([]byte, []int)
Deprecated: Use PipelineRun.ProtoReflect.Descriptor instead.
func (*PipelineRun) GetBlobDataExpirationTime ¶
func (x *PipelineRun) GetBlobDataExpirationTime() *timestamppb.Timestamp
func (*PipelineRun) GetCompleteTime ¶
func (x *PipelineRun) GetCompleteTime() *timestamppb.Timestamp
func (*PipelineRun) GetCreditAmount ¶
func (x *PipelineRun) GetCreditAmount() float32
func (*PipelineRun) GetDataSpecification ¶
func (x *PipelineRun) GetDataSpecification() *DataSpecification
func (*PipelineRun) GetError ¶
func (x *PipelineRun) GetError() string
func (*PipelineRun) GetInputs ¶
func (x *PipelineRun) GetInputs() []*structpb.Struct
func (*PipelineRun) GetOutputs ¶
func (x *PipelineRun) GetOutputs() []*structpb.Struct
func (*PipelineRun) GetPipelineId ¶
func (x *PipelineRun) GetPipelineId() string
func (*PipelineRun) GetPipelineNamespaceId ¶
func (x *PipelineRun) GetPipelineNamespaceId() string
func (*PipelineRun) GetPipelineRunUid ¶
func (x *PipelineRun) GetPipelineRunUid() string
func (*PipelineRun) GetPipelineVersion ¶
func (x *PipelineRun) GetPipelineVersion() string
func (*PipelineRun) GetRecipeSnapshot ¶
func (x *PipelineRun) GetRecipeSnapshot() *structpb.Struct
func (*PipelineRun) GetRequesterId ¶
func (x *PipelineRun) GetRequesterId() string
func (*PipelineRun) GetRunnerId ¶
func (x *PipelineRun) GetRunnerId() string
func (*PipelineRun) GetSource ¶
func (x *PipelineRun) GetSource() v1alpha.RunSource
func (*PipelineRun) GetStartTime ¶
func (x *PipelineRun) GetStartTime() *timestamppb.Timestamp
func (*PipelineRun) GetStatus ¶
func (x *PipelineRun) GetStatus() v1alpha.RunStatus
func (*PipelineRun) GetTotalDuration ¶
func (x *PipelineRun) GetTotalDuration() int32
func (*PipelineRun) ProtoMessage ¶
func (*PipelineRun) ProtoMessage()
func (*PipelineRun) ProtoReflect ¶
func (x *PipelineRun) ProtoReflect() protoreflect.Message
func (*PipelineRun) Reset ¶
func (x *PipelineRun) Reset()
func (*PipelineRun) String ¶
func (x *PipelineRun) String() string
type Pipeline_Stats ¶
type Pipeline_Stats struct { // Number of pipeline runs. NumberOfRuns int32 `protobuf:"varint,1,opt,name=number_of_runs,json=numberOfRuns,proto3" json:"number_of_runs,omitempty"` // Last run time. LastRunTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=last_run_time,json=lastRunTime,proto3" json:"last_run_time,omitempty"` // Number of times this pipeline has been cloned. NumberOfClones int32 `protobuf:"varint,3,opt,name=number_of_clones,json=numberOfClones,proto3" json:"number_of_clones,omitempty"` // contains filtered or unexported fields }
Statistic data
func (*Pipeline_Stats) Descriptor
deprecated
func (*Pipeline_Stats) Descriptor() ([]byte, []int)
Deprecated: Use Pipeline_Stats.ProtoReflect.Descriptor instead.
func (*Pipeline_Stats) GetLastRunTime ¶
func (x *Pipeline_Stats) GetLastRunTime() *timestamppb.Timestamp
func (*Pipeline_Stats) GetNumberOfClones ¶
func (x *Pipeline_Stats) GetNumberOfClones() int32
func (*Pipeline_Stats) GetNumberOfRuns ¶
func (x *Pipeline_Stats) GetNumberOfRuns() int32
func (*Pipeline_Stats) ProtoMessage ¶
func (*Pipeline_Stats) ProtoMessage()
func (*Pipeline_Stats) ProtoReflect ¶
func (x *Pipeline_Stats) ProtoReflect() protoreflect.Message
func (*Pipeline_Stats) Reset ¶
func (x *Pipeline_Stats) Reset()
func (*Pipeline_Stats) String ¶
func (x *Pipeline_Stats) String() string
type Pipeline_View ¶
type Pipeline_View int32
View defines how a Pipeline is presented.
const ( // Unspecified, equivalent to BASIC. Pipeline_VIEW_UNSPECIFIED Pipeline_View = 0 // Default view, only includes basic information. Pipeline_VIEW_BASIC Pipeline_View = 1 // Full representation. Pipeline_VIEW_FULL Pipeline_View = 2 // Contains the recipe of the resource. Pipeline_VIEW_RECIPE Pipeline_View = 3 )
func (Pipeline_View) Descriptor ¶
func (Pipeline_View) Descriptor() protoreflect.EnumDescriptor
func (Pipeline_View) Enum ¶
func (x Pipeline_View) Enum() *Pipeline_View
func (Pipeline_View) EnumDescriptor
deprecated
func (Pipeline_View) EnumDescriptor() ([]byte, []int)
Deprecated: Use Pipeline_View.Descriptor instead.
func (Pipeline_View) Number ¶
func (x Pipeline_View) Number() protoreflect.EnumNumber
func (Pipeline_View) String ¶
func (x Pipeline_View) String() string
func (Pipeline_View) Type ¶
func (Pipeline_View) Type() protoreflect.EnumType
type Pipeline_Visibility ¶
type Pipeline_Visibility int32
Visibility defines who can access the pipeline.
const ( // Unspecified, equivalent to PRIVATE. Pipeline_VISIBILITY_UNSPECIFIED Pipeline_Visibility = 0 // Only the user can see the pipeline. Pipeline_VISIBILITY_PRIVATE Pipeline_Visibility = 1 // Other users can see the pipeline. Pipeline_VISIBILITY_PUBLIC Pipeline_Visibility = 2 )
func (Pipeline_Visibility) Descriptor ¶
func (Pipeline_Visibility) Descriptor() protoreflect.EnumDescriptor
func (Pipeline_Visibility) Enum ¶
func (x Pipeline_Visibility) Enum() *Pipeline_Visibility
func (Pipeline_Visibility) EnumDescriptor
deprecated
func (Pipeline_Visibility) EnumDescriptor() ([]byte, []int)
Deprecated: Use Pipeline_Visibility.Descriptor instead.
func (Pipeline_Visibility) Number ¶
func (x Pipeline_Visibility) Number() protoreflect.EnumNumber
func (Pipeline_Visibility) String ¶
func (x Pipeline_Visibility) String() string
func (Pipeline_Visibility) Type ¶
func (Pipeline_Visibility) Type() protoreflect.EnumType
type ReadinessRequest ¶
type ReadinessRequest struct { // HealthCheckRequest message HealthCheckRequest *v1beta.HealthCheckRequest `protobuf:"bytes,1,opt,name=health_check_request,json=healthCheckRequest,proto3,oneof" json:"health_check_request,omitempty"` // contains filtered or unexported fields }
ReadinessRequest represents a request to check a service readiness status
func (*ReadinessRequest) Descriptor
deprecated
func (*ReadinessRequest) Descriptor() ([]byte, []int)
Deprecated: Use ReadinessRequest.ProtoReflect.Descriptor instead.
func (*ReadinessRequest) GetHealthCheckRequest ¶
func (x *ReadinessRequest) GetHealthCheckRequest() *v1beta.HealthCheckRequest
func (*ReadinessRequest) ProtoMessage ¶
func (*ReadinessRequest) ProtoMessage()
func (*ReadinessRequest) ProtoReflect ¶
func (x *ReadinessRequest) ProtoReflect() protoreflect.Message
func (*ReadinessRequest) Reset ¶
func (x *ReadinessRequest) Reset()
func (*ReadinessRequest) String ¶
func (x *ReadinessRequest) String() string
type ReadinessResponse ¶
type ReadinessResponse struct { // HealthCheckResponse message HealthCheckResponse *v1beta.HealthCheckResponse `protobuf:"bytes,1,opt,name=health_check_response,json=healthCheckResponse,proto3" json:"health_check_response,omitempty"` // contains filtered or unexported fields }
ReadinessResponse represents a response for a service readiness status
func (*ReadinessResponse) Descriptor
deprecated
func (*ReadinessResponse) Descriptor() ([]byte, []int)
Deprecated: Use ReadinessResponse.ProtoReflect.Descriptor instead.
func (*ReadinessResponse) GetHealthCheckResponse ¶
func (x *ReadinessResponse) GetHealthCheckResponse() *v1beta.HealthCheckResponse
func (*ReadinessResponse) ProtoMessage ¶
func (*ReadinessResponse) ProtoMessage()
func (*ReadinessResponse) ProtoReflect ¶
func (x *ReadinessResponse) ProtoReflect() protoreflect.Message
func (*ReadinessResponse) Reset ¶
func (x *ReadinessResponse) Reset()
func (*ReadinessResponse) String ¶
func (x *ReadinessResponse) String() string
type RenameNamespacePipelineRequest ¶
type RenameNamespacePipelineRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Pipeline ID PipelineId string `protobuf:"bytes,2,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // The new resource ID. This will transform the resource name into // `namespaces/{namespace.id}/pipelines/{new_pipeline_id}`. NewPipelineId string `protobuf:"bytes,3,opt,name=new_pipeline_id,json=newPipelineId,proto3" json:"new_pipeline_id,omitempty"` // contains filtered or unexported fields }
RenameNamespacePipelineRequest represents a request to rename the name of a pipeline owned by a namespace.
func (*RenameNamespacePipelineRequest) Descriptor
deprecated
func (*RenameNamespacePipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use RenameNamespacePipelineRequest.ProtoReflect.Descriptor instead.
func (*RenameNamespacePipelineRequest) GetNamespaceId ¶
func (x *RenameNamespacePipelineRequest) GetNamespaceId() string
func (*RenameNamespacePipelineRequest) GetNewPipelineId ¶
func (x *RenameNamespacePipelineRequest) GetNewPipelineId() string
func (*RenameNamespacePipelineRequest) GetPipelineId ¶
func (x *RenameNamespacePipelineRequest) GetPipelineId() string
func (*RenameNamespacePipelineRequest) ProtoMessage ¶
func (*RenameNamespacePipelineRequest) ProtoMessage()
func (*RenameNamespacePipelineRequest) ProtoReflect ¶
func (x *RenameNamespacePipelineRequest) ProtoReflect() protoreflect.Message
func (*RenameNamespacePipelineRequest) Reset ¶
func (x *RenameNamespacePipelineRequest) Reset()
func (*RenameNamespacePipelineRequest) String ¶
func (x *RenameNamespacePipelineRequest) String() string
type RenameNamespacePipelineResponse ¶
type RenameNamespacePipelineResponse struct { // The renamed pipeline resource. Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // contains filtered or unexported fields }
RenameNamespacePipelineResponse contains a renamed pipeline.
func (*RenameNamespacePipelineResponse) Descriptor
deprecated
func (*RenameNamespacePipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use RenameNamespacePipelineResponse.ProtoReflect.Descriptor instead.
func (*RenameNamespacePipelineResponse) GetPipeline ¶
func (x *RenameNamespacePipelineResponse) GetPipeline() *Pipeline
func (*RenameNamespacePipelineResponse) ProtoMessage ¶
func (*RenameNamespacePipelineResponse) ProtoMessage()
func (*RenameNamespacePipelineResponse) ProtoReflect ¶
func (x *RenameNamespacePipelineResponse) ProtoReflect() protoreflect.Message
func (*RenameNamespacePipelineResponse) Reset ¶
func (x *RenameNamespacePipelineResponse) Reset()
func (*RenameNamespacePipelineResponse) String ¶
func (x *RenameNamespacePipelineResponse) String() string
type RenameOrganizationPipelineReleaseRequest ¶
type RenameOrganizationPipelineReleaseRequest struct { // The resource name of the pipeline release, which allows its access by // parent pipeline and ID. // - Format: // `organizations/{organization.id}/pipelines/{pipeline.id}/releases/{release.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The new resource ID. This will transform the resource name into // `organizations/{organization.id}/pipelines/{pipeline.id}/releases{new_release_id}`. NewPipelineReleaseId string `protobuf:"bytes,2,opt,name=new_pipeline_release_id,json=newPipelineReleaseId,proto3" json:"new_pipeline_release_id,omitempty"` // contains filtered or unexported fields }
RenameOrganizationPipelineReleaseRequest represents a request to rename a release in an organization-owned pipeline.
func (*RenameOrganizationPipelineReleaseRequest) Descriptor
deprecated
func (*RenameOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use RenameOrganizationPipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*RenameOrganizationPipelineReleaseRequest) GetName ¶
func (x *RenameOrganizationPipelineReleaseRequest) GetName() string
func (*RenameOrganizationPipelineReleaseRequest) GetNewPipelineReleaseId ¶
func (x *RenameOrganizationPipelineReleaseRequest) GetNewPipelineReleaseId() string
func (*RenameOrganizationPipelineReleaseRequest) ProtoMessage ¶
func (*RenameOrganizationPipelineReleaseRequest) ProtoMessage()
func (*RenameOrganizationPipelineReleaseRequest) ProtoReflect ¶
func (x *RenameOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*RenameOrganizationPipelineReleaseRequest) Reset ¶
func (x *RenameOrganizationPipelineReleaseRequest) Reset()
func (*RenameOrganizationPipelineReleaseRequest) String ¶
func (x *RenameOrganizationPipelineReleaseRequest) String() string
type RenameOrganizationPipelineReleaseResponse ¶
type RenameOrganizationPipelineReleaseResponse struct { // The renamed pipeline release. Release *PipelineRelease `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // contains filtered or unexported fields }
RenameOrganizationPipelineReleaseResponse contains a renamed pipeline release.
func (*RenameOrganizationPipelineReleaseResponse) Descriptor
deprecated
func (*RenameOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use RenameOrganizationPipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*RenameOrganizationPipelineReleaseResponse) GetRelease ¶
func (x *RenameOrganizationPipelineReleaseResponse) GetRelease() *PipelineRelease
func (*RenameOrganizationPipelineReleaseResponse) ProtoMessage ¶
func (*RenameOrganizationPipelineReleaseResponse) ProtoMessage()
func (*RenameOrganizationPipelineReleaseResponse) ProtoReflect ¶
func (x *RenameOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*RenameOrganizationPipelineReleaseResponse) Reset ¶
func (x *RenameOrganizationPipelineReleaseResponse) Reset()
func (*RenameOrganizationPipelineReleaseResponse) String ¶
func (x *RenameOrganizationPipelineReleaseResponse) String() string
type RenameOrganizationPipelineRequest ¶
type RenameOrganizationPipelineRequest struct { // The resource name of the pipeline, which allows its access by parent // organization and ID. // - Format: `organizations/{organization.id}/pipelines/{pipeline.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The new resource ID. This will transform the resource name into // `organizations/{organization.id}/pipelines/{new_pipeline_id}`. NewPipelineId string `protobuf:"bytes,2,opt,name=new_pipeline_id,json=newPipelineId,proto3" json:"new_pipeline_id,omitempty"` // contains filtered or unexported fields }
RenameOrganizationPipelineRequest represents a request to rename the name of a pipeline owned by an organization.
func (*RenameOrganizationPipelineRequest) Descriptor
deprecated
func (*RenameOrganizationPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use RenameOrganizationPipelineRequest.ProtoReflect.Descriptor instead.
func (*RenameOrganizationPipelineRequest) GetName ¶
func (x *RenameOrganizationPipelineRequest) GetName() string
func (*RenameOrganizationPipelineRequest) GetNewPipelineId ¶
func (x *RenameOrganizationPipelineRequest) GetNewPipelineId() string
func (*RenameOrganizationPipelineRequest) ProtoMessage ¶
func (*RenameOrganizationPipelineRequest) ProtoMessage()
func (*RenameOrganizationPipelineRequest) ProtoReflect ¶
func (x *RenameOrganizationPipelineRequest) ProtoReflect() protoreflect.Message
func (*RenameOrganizationPipelineRequest) Reset ¶
func (x *RenameOrganizationPipelineRequest) Reset()
func (*RenameOrganizationPipelineRequest) String ¶
func (x *RenameOrganizationPipelineRequest) String() string
type RenameOrganizationPipelineResponse ¶
type RenameOrganizationPipelineResponse struct { // The renamed pipeline resource. Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // contains filtered or unexported fields }
RenameOrganizationPipelineResponse contains a renamed pipeline.
func (*RenameOrganizationPipelineResponse) Descriptor
deprecated
func (*RenameOrganizationPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use RenameOrganizationPipelineResponse.ProtoReflect.Descriptor instead.
func (*RenameOrganizationPipelineResponse) GetPipeline ¶
func (x *RenameOrganizationPipelineResponse) GetPipeline() *Pipeline
func (*RenameOrganizationPipelineResponse) ProtoMessage ¶
func (*RenameOrganizationPipelineResponse) ProtoMessage()
func (*RenameOrganizationPipelineResponse) ProtoReflect ¶
func (x *RenameOrganizationPipelineResponse) ProtoReflect() protoreflect.Message
func (*RenameOrganizationPipelineResponse) Reset ¶
func (x *RenameOrganizationPipelineResponse) Reset()
func (*RenameOrganizationPipelineResponse) String ¶
func (x *RenameOrganizationPipelineResponse) String() string
type RenameUserPipelineReleaseRequest ¶
type RenameUserPipelineReleaseRequest struct { // The resource name of the pipeline release, which allows its access by // parent pipeline and ID. // - Format: `users/{user.id}/pipelines/{pipeline.id}/releases/{release.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The new resource ID. This will transform the resource name into // `users/{user.id}/pipelines/{pipeline.id}/releases{new_release_id}`. NewPipelineReleaseId string `protobuf:"bytes,2,opt,name=new_pipeline_release_id,json=newPipelineReleaseId,proto3" json:"new_pipeline_release_id,omitempty"` // contains filtered or unexported fields }
RenameUserPipelineReleaseRequest represents a request to rename a release in a user-owned pipeline.
func (*RenameUserPipelineReleaseRequest) Descriptor
deprecated
func (*RenameUserPipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use RenameUserPipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*RenameUserPipelineReleaseRequest) GetName ¶
func (x *RenameUserPipelineReleaseRequest) GetName() string
func (*RenameUserPipelineReleaseRequest) GetNewPipelineReleaseId ¶
func (x *RenameUserPipelineReleaseRequest) GetNewPipelineReleaseId() string
func (*RenameUserPipelineReleaseRequest) ProtoMessage ¶
func (*RenameUserPipelineReleaseRequest) ProtoMessage()
func (*RenameUserPipelineReleaseRequest) ProtoReflect ¶
func (x *RenameUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*RenameUserPipelineReleaseRequest) Reset ¶
func (x *RenameUserPipelineReleaseRequest) Reset()
func (*RenameUserPipelineReleaseRequest) String ¶
func (x *RenameUserPipelineReleaseRequest) String() string
type RenameUserPipelineReleaseResponse ¶
type RenameUserPipelineReleaseResponse struct { // The renamed pipeline release. Release *PipelineRelease `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // contains filtered or unexported fields }
RenameUserPipelineReleaseResponse contains a renamed pipeline release.
func (*RenameUserPipelineReleaseResponse) Descriptor
deprecated
func (*RenameUserPipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use RenameUserPipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*RenameUserPipelineReleaseResponse) GetRelease ¶
func (x *RenameUserPipelineReleaseResponse) GetRelease() *PipelineRelease
func (*RenameUserPipelineReleaseResponse) ProtoMessage ¶
func (*RenameUserPipelineReleaseResponse) ProtoMessage()
func (*RenameUserPipelineReleaseResponse) ProtoReflect ¶
func (x *RenameUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*RenameUserPipelineReleaseResponse) Reset ¶
func (x *RenameUserPipelineReleaseResponse) Reset()
func (*RenameUserPipelineReleaseResponse) String ¶
func (x *RenameUserPipelineReleaseResponse) String() string
type RenameUserPipelineRequest ¶
type RenameUserPipelineRequest struct { // The resource name of the pipeline, which allows its access by parent user // and ID. // - Format: `users/{user.id}/pipelines/{pipeline.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The new resource ID. This will transform the resource name into // `users/{user.id}/pipelines/{new_pipeline_id}`. NewPipelineId string `protobuf:"bytes,2,opt,name=new_pipeline_id,json=newPipelineId,proto3" json:"new_pipeline_id,omitempty"` // contains filtered or unexported fields }
RenameUserPipelineRequest represents a request to rename the name of a pipeline owned by a user.
func (*RenameUserPipelineRequest) Descriptor
deprecated
func (*RenameUserPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use RenameUserPipelineRequest.ProtoReflect.Descriptor instead.
func (*RenameUserPipelineRequest) GetName ¶
func (x *RenameUserPipelineRequest) GetName() string
func (*RenameUserPipelineRequest) GetNewPipelineId ¶
func (x *RenameUserPipelineRequest) GetNewPipelineId() string
func (*RenameUserPipelineRequest) ProtoMessage ¶
func (*RenameUserPipelineRequest) ProtoMessage()
func (*RenameUserPipelineRequest) ProtoReflect ¶
func (x *RenameUserPipelineRequest) ProtoReflect() protoreflect.Message
func (*RenameUserPipelineRequest) Reset ¶
func (x *RenameUserPipelineRequest) Reset()
func (*RenameUserPipelineRequest) String ¶
func (x *RenameUserPipelineRequest) String() string
type RenameUserPipelineResponse ¶
type RenameUserPipelineResponse struct { // The renamed pipeline resource. Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // contains filtered or unexported fields }
RenameUserPipelineResponse contains a renamed pipeline.
func (*RenameUserPipelineResponse) Descriptor
deprecated
func (*RenameUserPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use RenameUserPipelineResponse.ProtoReflect.Descriptor instead.
func (*RenameUserPipelineResponse) GetPipeline ¶
func (x *RenameUserPipelineResponse) GetPipeline() *Pipeline
func (*RenameUserPipelineResponse) ProtoMessage ¶
func (*RenameUserPipelineResponse) ProtoMessage()
func (*RenameUserPipelineResponse) ProtoReflect ¶
func (x *RenameUserPipelineResponse) ProtoReflect() protoreflect.Message
func (*RenameUserPipelineResponse) Reset ¶
func (x *RenameUserPipelineResponse) Reset()
func (*RenameUserPipelineResponse) String ¶
func (x *RenameUserPipelineResponse) String() string
type RestoreOrganizationPipelineReleaseRequest ¶
type RestoreOrganizationPipelineReleaseRequest struct { // The resource name of the pipeline release, which allows its access by // parent pipeline and ID. // - Format: // `organizations/{organization.id}/pipelines/{pipeline.id}/releases/{release.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
RestoreOrganizationPipelineReleaseRequest represents a request to set the version of an organization-owned pipeline to a pinned release.
func (*RestoreOrganizationPipelineReleaseRequest) Descriptor
deprecated
func (*RestoreOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use RestoreOrganizationPipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*RestoreOrganizationPipelineReleaseRequest) GetName ¶
func (x *RestoreOrganizationPipelineReleaseRequest) GetName() string
func (*RestoreOrganizationPipelineReleaseRequest) ProtoMessage ¶
func (*RestoreOrganizationPipelineReleaseRequest) ProtoMessage()
func (*RestoreOrganizationPipelineReleaseRequest) ProtoReflect ¶
func (x *RestoreOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*RestoreOrganizationPipelineReleaseRequest) Reset ¶
func (x *RestoreOrganizationPipelineReleaseRequest) Reset()
func (*RestoreOrganizationPipelineReleaseRequest) String ¶
func (x *RestoreOrganizationPipelineReleaseRequest) String() string
type RestoreOrganizationPipelineReleaseResponse ¶
type RestoreOrganizationPipelineReleaseResponse struct { // The pipeline release resource. Release *PipelineRelease `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // contains filtered or unexported fields }
RestoreOrganizationPipelineReleaseResponse contains the requested pipeline release.
func (*RestoreOrganizationPipelineReleaseResponse) Descriptor
deprecated
func (*RestoreOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use RestoreOrganizationPipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*RestoreOrganizationPipelineReleaseResponse) GetRelease ¶
func (x *RestoreOrganizationPipelineReleaseResponse) GetRelease() *PipelineRelease
func (*RestoreOrganizationPipelineReleaseResponse) ProtoMessage ¶
func (*RestoreOrganizationPipelineReleaseResponse) ProtoMessage()
func (*RestoreOrganizationPipelineReleaseResponse) ProtoReflect ¶
func (x *RestoreOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*RestoreOrganizationPipelineReleaseResponse) Reset ¶
func (x *RestoreOrganizationPipelineReleaseResponse) Reset()
func (*RestoreOrganizationPipelineReleaseResponse) String ¶
func (x *RestoreOrganizationPipelineReleaseResponse) String() string
type RestoreUserPipelineReleaseRequest ¶
type RestoreUserPipelineReleaseRequest struct { // The resource name of the pipeline release, which allows its access by // parent pipeline and ID. // - Format: `users/{user.id}/pipelines/{pipeline.id}/releases/{release.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
RestoreUserPipelineReleaseRequest represents a request to set the version of a user-owned pipeline to a pinned release.
func (*RestoreUserPipelineReleaseRequest) Descriptor
deprecated
func (*RestoreUserPipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use RestoreUserPipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*RestoreUserPipelineReleaseRequest) GetName ¶
func (x *RestoreUserPipelineReleaseRequest) GetName() string
func (*RestoreUserPipelineReleaseRequest) ProtoMessage ¶
func (*RestoreUserPipelineReleaseRequest) ProtoMessage()
func (*RestoreUserPipelineReleaseRequest) ProtoReflect ¶
func (x *RestoreUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*RestoreUserPipelineReleaseRequest) Reset ¶
func (x *RestoreUserPipelineReleaseRequest) Reset()
func (*RestoreUserPipelineReleaseRequest) String ¶
func (x *RestoreUserPipelineReleaseRequest) String() string
type RestoreUserPipelineReleaseResponse ¶
type RestoreUserPipelineReleaseResponse struct { // The pipeline release resource. Release *PipelineRelease `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // contains filtered or unexported fields }
RestoreUserPipelineReleaseResponse contains the requested pipeline release.
func (*RestoreUserPipelineReleaseResponse) Descriptor
deprecated
func (*RestoreUserPipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use RestoreUserPipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*RestoreUserPipelineReleaseResponse) GetRelease ¶
func (x *RestoreUserPipelineReleaseResponse) GetRelease() *PipelineRelease
func (*RestoreUserPipelineReleaseResponse) ProtoMessage ¶
func (*RestoreUserPipelineReleaseResponse) ProtoMessage()
func (*RestoreUserPipelineReleaseResponse) ProtoReflect ¶
func (x *RestoreUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*RestoreUserPipelineReleaseResponse) Reset ¶
func (x *RestoreUserPipelineReleaseResponse) Reset()
func (*RestoreUserPipelineReleaseResponse) String ¶
func (x *RestoreUserPipelineReleaseResponse) String() string
type Role ¶
type Role int32
Role describes the permissions a user has over a resource.
func (Role) Descriptor ¶
func (Role) Descriptor() protoreflect.EnumDescriptor
func (Role) EnumDescriptor
deprecated
func (Role) Number ¶
func (x Role) Number() protoreflect.EnumNumber
func (Role) Type ¶
func (Role) Type() protoreflect.EnumType
type Secret ¶
type Secret struct { // The name of the secret, define by its ID. // - Format: `secrets/{secret.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Secret UUID. Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"` // Secret resource ID (used in `name` as the last segment). This conforms // to RFC-1034, which restricts to letters, numbers, and hyphen, with the // first character a letter, the last a letter or a number, and a 63 // character maximum. Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` // Creation time. CreateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Update time. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // The value of the secret, which is input-only and will never be returned in API responses. Value *string `protobuf:"bytes,6,opt,name=value,proto3,oneof" json:"value,omitempty"` // Description Description string `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
API secrets allow users to make requests to the Instill AI API.
func (*Secret) Descriptor
deprecated
func (*Secret) GetCreateTime ¶
func (x *Secret) GetCreateTime() *timestamppb.Timestamp
func (*Secret) GetDescription ¶
func (*Secret) GetUpdateTime ¶
func (x *Secret) GetUpdateTime() *timestamppb.Timestamp
func (*Secret) ProtoMessage ¶
func (*Secret) ProtoMessage()
func (*Secret) ProtoReflect ¶
func (x *Secret) ProtoReflect() protoreflect.Message
type Sharing ¶
type Sharing struct { // Defines sharing rules for a set of user resource names. // // Each key in this object should contain a pattern that can be matched // against user names. // // Each value is a user sharing configuration. // // **NOTE**: For now, the only accepted key is `*/*`. Users map[string]*Sharing_User `` /* 151-byte string literal not displayed */ ShareCode *Sharing_ShareCode `protobuf:"bytes,2,opt,name=share_code,json=shareCode,proto3" json:"share_code,omitempty"` // contains filtered or unexported fields }
Sharing contains the information to share a resource with other users.
For more information, see [Share Pipelines](https://www.instill.tech/docs/vdp/share).
func (*Sharing) Descriptor
deprecated
func (*Sharing) GetShareCode ¶
func (x *Sharing) GetShareCode() *Sharing_ShareCode
func (*Sharing) GetUsers ¶
func (x *Sharing) GetUsers() map[string]*Sharing_User
func (*Sharing) ProtoMessage ¶
func (*Sharing) ProtoMessage()
func (*Sharing) ProtoReflect ¶
func (x *Sharing) ProtoReflect() protoreflect.Message
type Sharing_ShareCode ¶
type Sharing_ShareCode struct { // code. This is a pattern that will be checked against user names. // // For now, the only accepted value is `*/*`. User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"` Enabled bool `protobuf:"varint,3,opt,name=enabled,proto3" json:"enabled,omitempty"` Role Role `protobuf:"varint,4,opt,name=role,proto3,enum=vdp.pipeline.v1beta.Role" json:"role,omitempty"` // contains filtered or unexported fields }
ShareCode describes a sharing configuration through a link.
func (*Sharing_ShareCode) Descriptor
deprecated
func (*Sharing_ShareCode) Descriptor() ([]byte, []int)
Deprecated: Use Sharing_ShareCode.ProtoReflect.Descriptor instead.
func (*Sharing_ShareCode) GetCode ¶
func (x *Sharing_ShareCode) GetCode() string
func (*Sharing_ShareCode) GetEnabled ¶
func (x *Sharing_ShareCode) GetEnabled() bool
func (*Sharing_ShareCode) GetRole ¶
func (x *Sharing_ShareCode) GetRole() Role
func (*Sharing_ShareCode) GetUser ¶
func (x *Sharing_ShareCode) GetUser() string
func (*Sharing_ShareCode) ProtoMessage ¶
func (*Sharing_ShareCode) ProtoMessage()
func (*Sharing_ShareCode) ProtoReflect ¶
func (x *Sharing_ShareCode) ProtoReflect() protoreflect.Message
func (*Sharing_ShareCode) Reset ¶
func (x *Sharing_ShareCode) Reset()
func (*Sharing_ShareCode) String ¶
func (x *Sharing_ShareCode) String() string
type Sharing_User ¶
type Sharing_User struct { // Defines whether the sharing option with this user is enabled. Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` // Defines the role the user will have over the resource. Role Role `protobuf:"varint,4,opt,name=role,proto3,enum=vdp.pipeline.v1beta.Role" json:"role,omitempty"` // contains filtered or unexported fields }
Describes the sharing configuration with a given user.
func (*Sharing_User) Descriptor
deprecated
func (*Sharing_User) Descriptor() ([]byte, []int)
Deprecated: Use Sharing_User.ProtoReflect.Descriptor instead.
func (*Sharing_User) GetEnabled ¶
func (x *Sharing_User) GetEnabled() bool
func (*Sharing_User) GetRole ¶
func (x *Sharing_User) GetRole() Role
func (*Sharing_User) ProtoMessage ¶
func (*Sharing_User) ProtoMessage()
func (*Sharing_User) ProtoReflect ¶
func (x *Sharing_User) ProtoReflect() protoreflect.Message
func (*Sharing_User) Reset ¶
func (x *Sharing_User) Reset()
func (*Sharing_User) String ¶
func (x *Sharing_User) String() string
type State ¶
type State int32
State describes the state of a pipeline.
func (State) Descriptor ¶
func (State) Descriptor() protoreflect.EnumDescriptor
func (State) EnumDescriptor
deprecated
func (State) Number ¶
func (x State) Number() protoreflect.EnumNumber
func (State) Type ¶
func (State) Type() protoreflect.EnumType
type TestNamespaceConnectionRequest ¶
type TestNamespaceConnectionRequest struct { // Namespace ID. NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Connection ID. ConnectionId string `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"` // contains filtered or unexported fields }
TestNamespaceConnectionRequest represents a request to test a connection.
func (*TestNamespaceConnectionRequest) Descriptor
deprecated
func (*TestNamespaceConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use TestNamespaceConnectionRequest.ProtoReflect.Descriptor instead.
func (*TestNamespaceConnectionRequest) GetConnectionId ¶
func (x *TestNamespaceConnectionRequest) GetConnectionId() string
func (*TestNamespaceConnectionRequest) GetNamespaceId ¶
func (x *TestNamespaceConnectionRequest) GetNamespaceId() string
func (*TestNamespaceConnectionRequest) ProtoMessage ¶
func (*TestNamespaceConnectionRequest) ProtoMessage()
func (*TestNamespaceConnectionRequest) ProtoReflect ¶
func (x *TestNamespaceConnectionRequest) ProtoReflect() protoreflect.Message
func (*TestNamespaceConnectionRequest) Reset ¶
func (x *TestNamespaceConnectionRequest) Reset()
func (*TestNamespaceConnectionRequest) String ¶
func (x *TestNamespaceConnectionRequest) String() string
type TestNamespaceConnectionResponse ¶
type TestNamespaceConnectionResponse struct {
// contains filtered or unexported fields
}
TestNamespaceConnectionResponse is an empty response.
func (*TestNamespaceConnectionResponse) Descriptor
deprecated
func (*TestNamespaceConnectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use TestNamespaceConnectionResponse.ProtoReflect.Descriptor instead.
func (*TestNamespaceConnectionResponse) ProtoMessage ¶
func (*TestNamespaceConnectionResponse) ProtoMessage()
func (*TestNamespaceConnectionResponse) ProtoReflect ¶
func (x *TestNamespaceConnectionResponse) ProtoReflect() protoreflect.Message
func (*TestNamespaceConnectionResponse) Reset ¶
func (x *TestNamespaceConnectionResponse) Reset()
func (*TestNamespaceConnectionResponse) String ¶
func (x *TestNamespaceConnectionResponse) String() string
type Trace ¶
type Trace struct { // Statuses contains an execution status per input. Statuses []Trace_Status `protobuf:"varint,1,rep,packed,name=statuses,proto3,enum=vdp.pipeline.v1beta.Trace_Status" json:"statuses,omitempty"` // Component inputs. Inputs []*structpb.Struct `protobuf:"bytes,2,rep,name=inputs,proto3" json:"inputs,omitempty"` // Component outputs. Outputs []*structpb.Struct `protobuf:"bytes,3,rep,name=outputs,proto3" json:"outputs,omitempty"` // Error details. Error *structpb.Struct `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"` // Computation time in seconds. ComputeTimeInSeconds float32 `` /* 127-byte string literal not displayed */ // contains filtered or unexported fields }
Trace contains the execution details of a component.
func (*Trace) Descriptor
deprecated
func (*Trace) GetComputeTimeInSeconds ¶
func (*Trace) GetOutputs ¶
func (*Trace) GetStatuses ¶
func (x *Trace) GetStatuses() []Trace_Status
func (*Trace) ProtoMessage ¶
func (*Trace) ProtoMessage()
func (*Trace) ProtoReflect ¶
func (x *Trace) ProtoReflect() protoreflect.Message
type Trace_Status ¶
type Trace_Status int32
Status holds the the component execution outcome.
const ( // Unspecified. Trace_STATUS_UNSPECIFIED Trace_Status = 0 // Successfully completed. Trace_STATUS_COMPLETED Trace_Status = 1 // Skipped. Trace_STATUS_SKIPPED Trace_Status = 2 // Aborted with error. Trace_STATUS_ERROR Trace_Status = 3 )
func (Trace_Status) Descriptor ¶
func (Trace_Status) Descriptor() protoreflect.EnumDescriptor
func (Trace_Status) Enum ¶
func (x Trace_Status) Enum() *Trace_Status
func (Trace_Status) EnumDescriptor
deprecated
func (Trace_Status) EnumDescriptor() ([]byte, []int)
Deprecated: Use Trace_Status.Descriptor instead.
func (Trace_Status) Number ¶
func (x Trace_Status) Number() protoreflect.EnumNumber
func (Trace_Status) String ¶
func (x Trace_Status) String() string
func (Trace_Status) Type ¶
func (Trace_Status) Type() protoreflect.EnumType
type TriggerAsyncNamespacePipelineReleaseRequest ¶
type TriggerAsyncNamespacePipelineReleaseRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Pipeline ID PipelineId string `protobuf:"bytes,2,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // Release ID ReleaseId string `protobuf:"bytes,3,opt,name=release_id,json=releaseId,proto3" json:"release_id,omitempty"` // Pipeline input parameters, it will be deprecated soon. Inputs []*structpb.Struct `protobuf:"bytes,4,rep,name=inputs,proto3" json:"inputs,omitempty"` // Data Data []*TriggerData `protobuf:"bytes,5,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
TriggerNamespacePipelineReleaseRequest represents a request to trigger a pinned release of a user-owned pipeline asynchronously.
func (*TriggerAsyncNamespacePipelineReleaseRequest) Descriptor
deprecated
func (*TriggerAsyncNamespacePipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use TriggerAsyncNamespacePipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*TriggerAsyncNamespacePipelineReleaseRequest) GetData ¶
func (x *TriggerAsyncNamespacePipelineReleaseRequest) GetData() []*TriggerData
func (*TriggerAsyncNamespacePipelineReleaseRequest) GetInputs ¶
func (x *TriggerAsyncNamespacePipelineReleaseRequest) GetInputs() []*structpb.Struct
func (*TriggerAsyncNamespacePipelineReleaseRequest) GetNamespaceId ¶
func (x *TriggerAsyncNamespacePipelineReleaseRequest) GetNamespaceId() string
func (*TriggerAsyncNamespacePipelineReleaseRequest) GetPipelineId ¶
func (x *TriggerAsyncNamespacePipelineReleaseRequest) GetPipelineId() string
func (*TriggerAsyncNamespacePipelineReleaseRequest) GetReleaseId ¶
func (x *TriggerAsyncNamespacePipelineReleaseRequest) GetReleaseId() string
func (*TriggerAsyncNamespacePipelineReleaseRequest) ProtoMessage ¶
func (*TriggerAsyncNamespacePipelineReleaseRequest) ProtoMessage()
func (*TriggerAsyncNamespacePipelineReleaseRequest) ProtoReflect ¶
func (x *TriggerAsyncNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*TriggerAsyncNamespacePipelineReleaseRequest) Reset ¶
func (x *TriggerAsyncNamespacePipelineReleaseRequest) Reset()
func (*TriggerAsyncNamespacePipelineReleaseRequest) String ¶
func (x *TriggerAsyncNamespacePipelineReleaseRequest) String() string
type TriggerAsyncNamespacePipelineReleaseResponse ¶
type TriggerAsyncNamespacePipelineReleaseResponse struct { // Long-running operation information. Operation *longrunningpb.Operation `protobuf:"bytes,1,opt,name=operation,proto3" json:"operation,omitempty"` // contains filtered or unexported fields }
TriggerAsyncNamespacePipelineReleaseResponse contains the information to access the status of an asynchronous pipeline execution.
func (*TriggerAsyncNamespacePipelineReleaseResponse) Descriptor
deprecated
func (*TriggerAsyncNamespacePipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use TriggerAsyncNamespacePipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*TriggerAsyncNamespacePipelineReleaseResponse) GetOperation ¶
func (x *TriggerAsyncNamespacePipelineReleaseResponse) GetOperation() *longrunningpb.Operation
func (*TriggerAsyncNamespacePipelineReleaseResponse) ProtoMessage ¶
func (*TriggerAsyncNamespacePipelineReleaseResponse) ProtoMessage()
func (*TriggerAsyncNamespacePipelineReleaseResponse) ProtoReflect ¶
func (x *TriggerAsyncNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*TriggerAsyncNamespacePipelineReleaseResponse) Reset ¶
func (x *TriggerAsyncNamespacePipelineReleaseResponse) Reset()
func (*TriggerAsyncNamespacePipelineReleaseResponse) String ¶
func (x *TriggerAsyncNamespacePipelineReleaseResponse) String() string
type TriggerAsyncNamespacePipelineRequest ¶
type TriggerAsyncNamespacePipelineRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Pipeline ID PipelineId string `protobuf:"bytes,2,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // Pipeline input parameters, it will be deprecated soon. Inputs []*structpb.Struct `protobuf:"bytes,3,rep,name=inputs,proto3" json:"inputs,omitempty"` // Data Data []*TriggerData `protobuf:"bytes,4,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
TriggerNamespacePipelineRequest represents a request to trigger a user-owned pipeline synchronously.
func (*TriggerAsyncNamespacePipelineRequest) Descriptor
deprecated
func (*TriggerAsyncNamespacePipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use TriggerAsyncNamespacePipelineRequest.ProtoReflect.Descriptor instead.
func (*TriggerAsyncNamespacePipelineRequest) GetData ¶
func (x *TriggerAsyncNamespacePipelineRequest) GetData() []*TriggerData
func (*TriggerAsyncNamespacePipelineRequest) GetInputs ¶
func (x *TriggerAsyncNamespacePipelineRequest) GetInputs() []*structpb.Struct
func (*TriggerAsyncNamespacePipelineRequest) GetNamespaceId ¶
func (x *TriggerAsyncNamespacePipelineRequest) GetNamespaceId() string
func (*TriggerAsyncNamespacePipelineRequest) GetPipelineId ¶
func (x *TriggerAsyncNamespacePipelineRequest) GetPipelineId() string
func (*TriggerAsyncNamespacePipelineRequest) ProtoMessage ¶
func (*TriggerAsyncNamespacePipelineRequest) ProtoMessage()
func (*TriggerAsyncNamespacePipelineRequest) ProtoReflect ¶
func (x *TriggerAsyncNamespacePipelineRequest) ProtoReflect() protoreflect.Message
func (*TriggerAsyncNamespacePipelineRequest) Reset ¶
func (x *TriggerAsyncNamespacePipelineRequest) Reset()
func (*TriggerAsyncNamespacePipelineRequest) String ¶
func (x *TriggerAsyncNamespacePipelineRequest) String() string
type TriggerAsyncNamespacePipelineResponse ¶
type TriggerAsyncNamespacePipelineResponse struct { // Long-running operation information. Operation *longrunningpb.Operation `protobuf:"bytes,1,opt,name=operation,proto3" json:"operation,omitempty"` // contains filtered or unexported fields }
TriggerAsyncNamespacePipelineResponse contains the information to access the status of an asynchronous pipeline execution.
func (*TriggerAsyncNamespacePipelineResponse) Descriptor
deprecated
func (*TriggerAsyncNamespacePipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use TriggerAsyncNamespacePipelineResponse.ProtoReflect.Descriptor instead.
func (*TriggerAsyncNamespacePipelineResponse) GetOperation ¶
func (x *TriggerAsyncNamespacePipelineResponse) GetOperation() *longrunningpb.Operation
func (*TriggerAsyncNamespacePipelineResponse) ProtoMessage ¶
func (*TriggerAsyncNamespacePipelineResponse) ProtoMessage()
func (*TriggerAsyncNamespacePipelineResponse) ProtoReflect ¶
func (x *TriggerAsyncNamespacePipelineResponse) ProtoReflect() protoreflect.Message
func (*TriggerAsyncNamespacePipelineResponse) Reset ¶
func (x *TriggerAsyncNamespacePipelineResponse) Reset()
func (*TriggerAsyncNamespacePipelineResponse) String ¶
func (x *TriggerAsyncNamespacePipelineResponse) String() string
type TriggerAsyncOrganizationPipelineReleaseRequest ¶
type TriggerAsyncOrganizationPipelineReleaseRequest struct { // The resource name of the pipeline release, which allows its access by // parent pipeline and ID. // - Format: // `organizations/{organization.id}/pipelines/{pipeline.id}/releases/{release.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Pipeline input parameters, it will be deprecated soon. Inputs []*structpb.Struct `protobuf:"bytes,2,rep,name=inputs,proto3" json:"inputs,omitempty"` // Data Data []*TriggerData `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
TriggerOrganizationPipelineReleaseRequest represents a request to trigger a pinned release of an organization-owned pipeline asynchronously.
func (*TriggerAsyncOrganizationPipelineReleaseRequest) Descriptor
deprecated
func (*TriggerAsyncOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use TriggerAsyncOrganizationPipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*TriggerAsyncOrganizationPipelineReleaseRequest) GetData ¶
func (x *TriggerAsyncOrganizationPipelineReleaseRequest) GetData() []*TriggerData
func (*TriggerAsyncOrganizationPipelineReleaseRequest) GetInputs ¶
func (x *TriggerAsyncOrganizationPipelineReleaseRequest) GetInputs() []*structpb.Struct
func (*TriggerAsyncOrganizationPipelineReleaseRequest) GetName ¶
func (x *TriggerAsyncOrganizationPipelineReleaseRequest) GetName() string
func (*TriggerAsyncOrganizationPipelineReleaseRequest) ProtoMessage ¶
func (*TriggerAsyncOrganizationPipelineReleaseRequest) ProtoMessage()
func (*TriggerAsyncOrganizationPipelineReleaseRequest) ProtoReflect ¶
func (x *TriggerAsyncOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*TriggerAsyncOrganizationPipelineReleaseRequest) Reset ¶
func (x *TriggerAsyncOrganizationPipelineReleaseRequest) Reset()
func (*TriggerAsyncOrganizationPipelineReleaseRequest) String ¶
func (x *TriggerAsyncOrganizationPipelineReleaseRequest) String() string
type TriggerAsyncOrganizationPipelineReleaseResponse ¶
type TriggerAsyncOrganizationPipelineReleaseResponse struct { // Long-running operation information. Operation *longrunningpb.Operation `protobuf:"bytes,1,opt,name=operation,proto3" json:"operation,omitempty"` // contains filtered or unexported fields }
TriggerAsyncOrganizationPipelineReleaseResponse contains the information to access the status of an asynchronous pipeline execution.
func (*TriggerAsyncOrganizationPipelineReleaseResponse) Descriptor
deprecated
func (*TriggerAsyncOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use TriggerAsyncOrganizationPipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*TriggerAsyncOrganizationPipelineReleaseResponse) GetOperation ¶
func (x *TriggerAsyncOrganizationPipelineReleaseResponse) GetOperation() *longrunningpb.Operation
func (*TriggerAsyncOrganizationPipelineReleaseResponse) ProtoMessage ¶
func (*TriggerAsyncOrganizationPipelineReleaseResponse) ProtoMessage()
func (*TriggerAsyncOrganizationPipelineReleaseResponse) ProtoReflect ¶
func (x *TriggerAsyncOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*TriggerAsyncOrganizationPipelineReleaseResponse) Reset ¶
func (x *TriggerAsyncOrganizationPipelineReleaseResponse) Reset()
func (*TriggerAsyncOrganizationPipelineReleaseResponse) String ¶
func (x *TriggerAsyncOrganizationPipelineReleaseResponse) String() string
type TriggerAsyncOrganizationPipelineRequest ¶
type TriggerAsyncOrganizationPipelineRequest struct { // The resource name of the pipeline, which allows its access by parent // organization and ID. // - Format: `organizations/{organization.id}/pipelines/{pipeline.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Pipeline input parameters, it will be deprecated soon. Inputs []*structpb.Struct `protobuf:"bytes,2,rep,name=inputs,proto3" json:"inputs,omitempty"` // Data Data []*TriggerData `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
TriggerOrganizationPipelineRequest represents a request to trigger an organization-owned pipeline synchronously.
func (*TriggerAsyncOrganizationPipelineRequest) Descriptor
deprecated
func (*TriggerAsyncOrganizationPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use TriggerAsyncOrganizationPipelineRequest.ProtoReflect.Descriptor instead.
func (*TriggerAsyncOrganizationPipelineRequest) GetData ¶
func (x *TriggerAsyncOrganizationPipelineRequest) GetData() []*TriggerData
func (*TriggerAsyncOrganizationPipelineRequest) GetInputs ¶
func (x *TriggerAsyncOrganizationPipelineRequest) GetInputs() []*structpb.Struct
func (*TriggerAsyncOrganizationPipelineRequest) GetName ¶
func (x *TriggerAsyncOrganizationPipelineRequest) GetName() string
func (*TriggerAsyncOrganizationPipelineRequest) ProtoMessage ¶
func (*TriggerAsyncOrganizationPipelineRequest) ProtoMessage()
func (*TriggerAsyncOrganizationPipelineRequest) ProtoReflect ¶
func (x *TriggerAsyncOrganizationPipelineRequest) ProtoReflect() protoreflect.Message
func (*TriggerAsyncOrganizationPipelineRequest) Reset ¶
func (x *TriggerAsyncOrganizationPipelineRequest) Reset()
func (*TriggerAsyncOrganizationPipelineRequest) String ¶
func (x *TriggerAsyncOrganizationPipelineRequest) String() string
type TriggerAsyncOrganizationPipelineResponse ¶
type TriggerAsyncOrganizationPipelineResponse struct { // Long-running operation information. Operation *longrunningpb.Operation `protobuf:"bytes,1,opt,name=operation,proto3" json:"operation,omitempty"` // contains filtered or unexported fields }
TriggerAsyncOrganizationPipelineResponse contains the information to access the status of an asynchronous pipeline execution.
func (*TriggerAsyncOrganizationPipelineResponse) Descriptor
deprecated
func (*TriggerAsyncOrganizationPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use TriggerAsyncOrganizationPipelineResponse.ProtoReflect.Descriptor instead.
func (*TriggerAsyncOrganizationPipelineResponse) GetOperation ¶
func (x *TriggerAsyncOrganizationPipelineResponse) GetOperation() *longrunningpb.Operation
func (*TriggerAsyncOrganizationPipelineResponse) ProtoMessage ¶
func (*TriggerAsyncOrganizationPipelineResponse) ProtoMessage()
func (*TriggerAsyncOrganizationPipelineResponse) ProtoReflect ¶
func (x *TriggerAsyncOrganizationPipelineResponse) ProtoReflect() protoreflect.Message
func (*TriggerAsyncOrganizationPipelineResponse) Reset ¶
func (x *TriggerAsyncOrganizationPipelineResponse) Reset()
func (*TriggerAsyncOrganizationPipelineResponse) String ¶
func (x *TriggerAsyncOrganizationPipelineResponse) String() string
type TriggerAsyncUserPipelineReleaseRequest ¶
type TriggerAsyncUserPipelineReleaseRequest struct { // The resource name of the pipeline release, which allows its access by // parent pipeline and ID. // - Format: `users/{user.id}/pipelines/{pipeline.id}/releases/{release.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Pipeline input parameters, it will be deprecated soon. Inputs []*structpb.Struct `protobuf:"bytes,2,rep,name=inputs,proto3" json:"inputs,omitempty"` // Data Data []*TriggerData `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
TriggerUserPipelineReleaseRequest represents a request to trigger a pinned release of a user-owned pipeline asynchronously.
func (*TriggerAsyncUserPipelineReleaseRequest) Descriptor
deprecated
func (*TriggerAsyncUserPipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use TriggerAsyncUserPipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*TriggerAsyncUserPipelineReleaseRequest) GetData ¶
func (x *TriggerAsyncUserPipelineReleaseRequest) GetData() []*TriggerData
func (*TriggerAsyncUserPipelineReleaseRequest) GetInputs ¶
func (x *TriggerAsyncUserPipelineReleaseRequest) GetInputs() []*structpb.Struct
func (*TriggerAsyncUserPipelineReleaseRequest) GetName ¶
func (x *TriggerAsyncUserPipelineReleaseRequest) GetName() string
func (*TriggerAsyncUserPipelineReleaseRequest) ProtoMessage ¶
func (*TriggerAsyncUserPipelineReleaseRequest) ProtoMessage()
func (*TriggerAsyncUserPipelineReleaseRequest) ProtoReflect ¶
func (x *TriggerAsyncUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*TriggerAsyncUserPipelineReleaseRequest) Reset ¶
func (x *TriggerAsyncUserPipelineReleaseRequest) Reset()
func (*TriggerAsyncUserPipelineReleaseRequest) String ¶
func (x *TriggerAsyncUserPipelineReleaseRequest) String() string
type TriggerAsyncUserPipelineReleaseResponse ¶
type TriggerAsyncUserPipelineReleaseResponse struct { // Long-running operation information. Operation *longrunningpb.Operation `protobuf:"bytes,1,opt,name=operation,proto3" json:"operation,omitempty"` // contains filtered or unexported fields }
TriggerAsyncUserPipelineReleaseResponse contains the information to access the status of an asynchronous pipeline execution.
func (*TriggerAsyncUserPipelineReleaseResponse) Descriptor
deprecated
func (*TriggerAsyncUserPipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use TriggerAsyncUserPipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*TriggerAsyncUserPipelineReleaseResponse) GetOperation ¶
func (x *TriggerAsyncUserPipelineReleaseResponse) GetOperation() *longrunningpb.Operation
func (*TriggerAsyncUserPipelineReleaseResponse) ProtoMessage ¶
func (*TriggerAsyncUserPipelineReleaseResponse) ProtoMessage()
func (*TriggerAsyncUserPipelineReleaseResponse) ProtoReflect ¶
func (x *TriggerAsyncUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*TriggerAsyncUserPipelineReleaseResponse) Reset ¶
func (x *TriggerAsyncUserPipelineReleaseResponse) Reset()
func (*TriggerAsyncUserPipelineReleaseResponse) String ¶
func (x *TriggerAsyncUserPipelineReleaseResponse) String() string
type TriggerAsyncUserPipelineRequest ¶
type TriggerAsyncUserPipelineRequest struct { // The resource name of the pipeline, which allows its access by parent user // and ID. // - Format: `users/{user.id}/pipelines/{pipeline.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Pipeline input parameters, it will be deprecated soon. Inputs []*structpb.Struct `protobuf:"bytes,2,rep,name=inputs,proto3" json:"inputs,omitempty"` // Data Data []*TriggerData `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
TriggerUserPipelineRequest represents a request to trigger a user-owned pipeline synchronously.
func (*TriggerAsyncUserPipelineRequest) Descriptor
deprecated
func (*TriggerAsyncUserPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use TriggerAsyncUserPipelineRequest.ProtoReflect.Descriptor instead.
func (*TriggerAsyncUserPipelineRequest) GetData ¶
func (x *TriggerAsyncUserPipelineRequest) GetData() []*TriggerData
func (*TriggerAsyncUserPipelineRequest) GetInputs ¶
func (x *TriggerAsyncUserPipelineRequest) GetInputs() []*structpb.Struct
func (*TriggerAsyncUserPipelineRequest) GetName ¶
func (x *TriggerAsyncUserPipelineRequest) GetName() string
func (*TriggerAsyncUserPipelineRequest) ProtoMessage ¶
func (*TriggerAsyncUserPipelineRequest) ProtoMessage()
func (*TriggerAsyncUserPipelineRequest) ProtoReflect ¶
func (x *TriggerAsyncUserPipelineRequest) ProtoReflect() protoreflect.Message
func (*TriggerAsyncUserPipelineRequest) Reset ¶
func (x *TriggerAsyncUserPipelineRequest) Reset()
func (*TriggerAsyncUserPipelineRequest) String ¶
func (x *TriggerAsyncUserPipelineRequest) String() string
type TriggerAsyncUserPipelineResponse ¶
type TriggerAsyncUserPipelineResponse struct { // Long-running operation information. Operation *longrunningpb.Operation `protobuf:"bytes,1,opt,name=operation,proto3" json:"operation,omitempty"` // contains filtered or unexported fields }
TriggerAsyncUserPipelineResponse contains the information to access the status of an asynchronous pipeline execution.
func (*TriggerAsyncUserPipelineResponse) Descriptor
deprecated
func (*TriggerAsyncUserPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use TriggerAsyncUserPipelineResponse.ProtoReflect.Descriptor instead.
func (*TriggerAsyncUserPipelineResponse) GetOperation ¶
func (x *TriggerAsyncUserPipelineResponse) GetOperation() *longrunningpb.Operation
func (*TriggerAsyncUserPipelineResponse) ProtoMessage ¶
func (*TriggerAsyncUserPipelineResponse) ProtoMessage()
func (*TriggerAsyncUserPipelineResponse) ProtoReflect ¶
func (x *TriggerAsyncUserPipelineResponse) ProtoReflect() protoreflect.Message
func (*TriggerAsyncUserPipelineResponse) Reset ¶
func (x *TriggerAsyncUserPipelineResponse) Reset()
func (*TriggerAsyncUserPipelineResponse) String ¶
func (x *TriggerAsyncUserPipelineResponse) String() string
type TriggerData ¶
type TriggerData struct { // The values of the pipeline variables. Variable *structpb.Struct `protobuf:"bytes,1,opt,name=variable,proto3" json:"variable,omitempty"` // A collection of secrets. By default, if a pipeline references any secret // (`${secret.<id>}`), its value is read from the namespace's secrets. // This object provides a way to override these secret values: if one of its // keys matches the ID of a reference secret, its value will be read from // here instead of from the namespace secret collection. Secret map[string]string `` /* 153-byte string literal not displayed */ // A collection of connection references. By default, connection references // (`${connection.<id>}`) in a pipeline will be resolved by fetching the // value from the requester's connections. Connections contain sensitive data // and can't be shared across namespaces, so this means that, in order to // successfully run a pipeline owned by another namespace, the requester will // need to have a connection with the same ID. // This object provides a way to override the connection references with // connections that the requester owns. Each element in the object maps a // connection ID present in the pipeline (key) to the ID of a connection // owned by the requester (value). // Note that, since only references are accepted (this object shouldn't // contain connection **values**), the reference syntax shouldn't be used // here. ConnectionReferences map[string]string `` /* 209-byte string literal not displayed */ // contains filtered or unexported fields }
TriggerData contains the input data for a pipeline run.
func (*TriggerData) Descriptor
deprecated
func (*TriggerData) Descriptor() ([]byte, []int)
Deprecated: Use TriggerData.ProtoReflect.Descriptor instead.
func (*TriggerData) GetConnectionReferences ¶
func (x *TriggerData) GetConnectionReferences() map[string]string
func (*TriggerData) GetSecret ¶
func (x *TriggerData) GetSecret() map[string]string
func (*TriggerData) GetVariable ¶
func (x *TriggerData) GetVariable() *structpb.Struct
func (*TriggerData) ProtoMessage ¶
func (*TriggerData) ProtoMessage()
func (*TriggerData) ProtoReflect ¶
func (x *TriggerData) ProtoReflect() protoreflect.Message
func (*TriggerData) Reset ¶
func (x *TriggerData) Reset()
func (*TriggerData) String ¶
func (x *TriggerData) String() string
type TriggerMetadata ¶
type TriggerMetadata struct { // Each key in the `traces` object is a component ID. The value is a Trace // object containing the execution details. Traces map[string]*Trace `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
TriggerMetadata contains the traces of the pipeline inference.
func (*TriggerMetadata) Descriptor
deprecated
func (*TriggerMetadata) Descriptor() ([]byte, []int)
Deprecated: Use TriggerMetadata.ProtoReflect.Descriptor instead.
func (*TriggerMetadata) GetTraces ¶
func (x *TriggerMetadata) GetTraces() map[string]*Trace
func (*TriggerMetadata) ProtoMessage ¶
func (*TriggerMetadata) ProtoMessage()
func (*TriggerMetadata) ProtoReflect ¶
func (x *TriggerMetadata) ProtoReflect() protoreflect.Message
func (*TriggerMetadata) Reset ¶
func (x *TriggerMetadata) Reset()
func (*TriggerMetadata) String ¶
func (x *TriggerMetadata) String() string
type TriggerNamespacePipelineReleaseRequest ¶
type TriggerNamespacePipelineReleaseRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Pipeline ID PipelineId string `protobuf:"bytes,2,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // Release ID ReleaseId string `protobuf:"bytes,3,opt,name=release_id,json=releaseId,proto3" json:"release_id,omitempty"` // Pipeline input parameters, it will be deprecated soon. Inputs []*structpb.Struct `protobuf:"bytes,4,rep,name=inputs,proto3" json:"inputs,omitempty"` // Data Data []*TriggerData `protobuf:"bytes,5,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
TriggerNamespacePipelineReleaseRequest represents a request to trigger a pinned release of a user-owned pipeline.
func (*TriggerNamespacePipelineReleaseRequest) Descriptor
deprecated
func (*TriggerNamespacePipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use TriggerNamespacePipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*TriggerNamespacePipelineReleaseRequest) GetData ¶
func (x *TriggerNamespacePipelineReleaseRequest) GetData() []*TriggerData
func (*TriggerNamespacePipelineReleaseRequest) GetInputs ¶
func (x *TriggerNamespacePipelineReleaseRequest) GetInputs() []*structpb.Struct
func (*TriggerNamespacePipelineReleaseRequest) GetNamespaceId ¶
func (x *TriggerNamespacePipelineReleaseRequest) GetNamespaceId() string
func (*TriggerNamespacePipelineReleaseRequest) GetPipelineId ¶
func (x *TriggerNamespacePipelineReleaseRequest) GetPipelineId() string
func (*TriggerNamespacePipelineReleaseRequest) GetReleaseId ¶
func (x *TriggerNamespacePipelineReleaseRequest) GetReleaseId() string
func (*TriggerNamespacePipelineReleaseRequest) ProtoMessage ¶
func (*TriggerNamespacePipelineReleaseRequest) ProtoMessage()
func (*TriggerNamespacePipelineReleaseRequest) ProtoReflect ¶
func (x *TriggerNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*TriggerNamespacePipelineReleaseRequest) Reset ¶
func (x *TriggerNamespacePipelineReleaseRequest) Reset()
func (*TriggerNamespacePipelineReleaseRequest) String ¶
func (x *TriggerNamespacePipelineReleaseRequest) String() string
type TriggerNamespacePipelineReleaseResponse ¶
type TriggerNamespacePipelineReleaseResponse struct { // Model inference outputs. Outputs []*structpb.Struct `protobuf:"bytes,1,rep,name=outputs,proto3" json:"outputs,omitempty"` // Traces of the pipeline inference. Metadata *TriggerMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
TriggerNamespacePipelineReleaseResponse contains the pipeline execution results, i.e., the multiple model inference outputs.
func (*TriggerNamespacePipelineReleaseResponse) Descriptor
deprecated
func (*TriggerNamespacePipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use TriggerNamespacePipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*TriggerNamespacePipelineReleaseResponse) GetMetadata ¶
func (x *TriggerNamespacePipelineReleaseResponse) GetMetadata() *TriggerMetadata
func (*TriggerNamespacePipelineReleaseResponse) GetOutputs ¶
func (x *TriggerNamespacePipelineReleaseResponse) GetOutputs() []*structpb.Struct
func (*TriggerNamespacePipelineReleaseResponse) ProtoMessage ¶
func (*TriggerNamespacePipelineReleaseResponse) ProtoMessage()
func (*TriggerNamespacePipelineReleaseResponse) ProtoReflect ¶
func (x *TriggerNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*TriggerNamespacePipelineReleaseResponse) Reset ¶
func (x *TriggerNamespacePipelineReleaseResponse) Reset()
func (*TriggerNamespacePipelineReleaseResponse) String ¶
func (x *TriggerNamespacePipelineReleaseResponse) String() string
type TriggerNamespacePipelineRequest ¶
type TriggerNamespacePipelineRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Pipeline ID PipelineId string `protobuf:"bytes,2,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // Pipeline input parameters, it will be deprecated soon. Inputs []*structpb.Struct `protobuf:"bytes,3,rep,name=inputs,proto3" json:"inputs,omitempty"` // Data Data []*TriggerData `protobuf:"bytes,4,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
TriggerNamespacePipelineRequest represents a request to trigger a user-owned pipeline synchronously.
func (*TriggerNamespacePipelineRequest) Descriptor
deprecated
func (*TriggerNamespacePipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use TriggerNamespacePipelineRequest.ProtoReflect.Descriptor instead.
func (*TriggerNamespacePipelineRequest) GetData ¶
func (x *TriggerNamespacePipelineRequest) GetData() []*TriggerData
func (*TriggerNamespacePipelineRequest) GetInputs ¶
func (x *TriggerNamespacePipelineRequest) GetInputs() []*structpb.Struct
func (*TriggerNamespacePipelineRequest) GetNamespaceId ¶
func (x *TriggerNamespacePipelineRequest) GetNamespaceId() string
func (*TriggerNamespacePipelineRequest) GetPipelineId ¶
func (x *TriggerNamespacePipelineRequest) GetPipelineId() string
func (*TriggerNamespacePipelineRequest) ProtoMessage ¶
func (*TriggerNamespacePipelineRequest) ProtoMessage()
func (*TriggerNamespacePipelineRequest) ProtoReflect ¶
func (x *TriggerNamespacePipelineRequest) ProtoReflect() protoreflect.Message
func (*TriggerNamespacePipelineRequest) Reset ¶
func (x *TriggerNamespacePipelineRequest) Reset()
func (*TriggerNamespacePipelineRequest) String ¶
func (x *TriggerNamespacePipelineRequest) String() string
type TriggerNamespacePipelineResponse ¶
type TriggerNamespacePipelineResponse struct { // Model inference outputs. Outputs []*structpb.Struct `protobuf:"bytes,1,rep,name=outputs,proto3" json:"outputs,omitempty"` // Traces of the pipeline inference. Metadata *TriggerMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
TriggerNamespacePipelineResponse contains the pipeline execution results, i.e., the multiple model inference outputs.
func (*TriggerNamespacePipelineResponse) Descriptor
deprecated
func (*TriggerNamespacePipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use TriggerNamespacePipelineResponse.ProtoReflect.Descriptor instead.
func (*TriggerNamespacePipelineResponse) GetMetadata ¶
func (x *TriggerNamespacePipelineResponse) GetMetadata() *TriggerMetadata
func (*TriggerNamespacePipelineResponse) GetOutputs ¶
func (x *TriggerNamespacePipelineResponse) GetOutputs() []*structpb.Struct
func (*TriggerNamespacePipelineResponse) ProtoMessage ¶
func (*TriggerNamespacePipelineResponse) ProtoMessage()
func (*TriggerNamespacePipelineResponse) ProtoReflect ¶
func (x *TriggerNamespacePipelineResponse) ProtoReflect() protoreflect.Message
func (*TriggerNamespacePipelineResponse) Reset ¶
func (x *TriggerNamespacePipelineResponse) Reset()
func (*TriggerNamespacePipelineResponse) String ¶
func (x *TriggerNamespacePipelineResponse) String() string
type TriggerNamespacePipelineWithStreamRequest ¶
type TriggerNamespacePipelineWithStreamRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Pipeline ID PipelineId string `protobuf:"bytes,2,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // Pipeline input parameters, it will be deprecated soon. Inputs []*structpb.Struct `protobuf:"bytes,3,rep,name=inputs,proto3" json:"inputs,omitempty"` // Data Data []*TriggerData `protobuf:"bytes,4,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
TriggerNamespacePipelineWithStreamRequest represents a request to trigger a user-owned pipeline synchronously and streams back the results.
func (*TriggerNamespacePipelineWithStreamRequest) Descriptor
deprecated
func (*TriggerNamespacePipelineWithStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use TriggerNamespacePipelineWithStreamRequest.ProtoReflect.Descriptor instead.
func (*TriggerNamespacePipelineWithStreamRequest) GetData ¶
func (x *TriggerNamespacePipelineWithStreamRequest) GetData() []*TriggerData
func (*TriggerNamespacePipelineWithStreamRequest) GetInputs ¶
func (x *TriggerNamespacePipelineWithStreamRequest) GetInputs() []*structpb.Struct
func (*TriggerNamespacePipelineWithStreamRequest) GetNamespaceId ¶
func (x *TriggerNamespacePipelineWithStreamRequest) GetNamespaceId() string
func (*TriggerNamespacePipelineWithStreamRequest) GetPipelineId ¶
func (x *TriggerNamespacePipelineWithStreamRequest) GetPipelineId() string
func (*TriggerNamespacePipelineWithStreamRequest) ProtoMessage ¶
func (*TriggerNamespacePipelineWithStreamRequest) ProtoMessage()
func (*TriggerNamespacePipelineWithStreamRequest) ProtoReflect ¶
func (x *TriggerNamespacePipelineWithStreamRequest) ProtoReflect() protoreflect.Message
func (*TriggerNamespacePipelineWithStreamRequest) Reset ¶
func (x *TriggerNamespacePipelineWithStreamRequest) Reset()
func (*TriggerNamespacePipelineWithStreamRequest) String ¶
func (x *TriggerNamespacePipelineWithStreamRequest) String() string
type TriggerNamespacePipelineWithStreamResponse ¶
type TriggerNamespacePipelineWithStreamResponse struct { // Model inference outputs. Outputs []*structpb.Struct `protobuf:"bytes,1,rep,name=outputs,proto3" json:"outputs,omitempty"` // Traces of the pipeline inference. Metadata *TriggerMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
TriggerNamespacePipelineWithStreamResponse contains the pipeline execution results, i.e., the multiple model inference outputs.
func (*TriggerNamespacePipelineWithStreamResponse) Descriptor
deprecated
func (*TriggerNamespacePipelineWithStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use TriggerNamespacePipelineWithStreamResponse.ProtoReflect.Descriptor instead.
func (*TriggerNamespacePipelineWithStreamResponse) GetMetadata ¶
func (x *TriggerNamespacePipelineWithStreamResponse) GetMetadata() *TriggerMetadata
func (*TriggerNamespacePipelineWithStreamResponse) GetOutputs ¶
func (x *TriggerNamespacePipelineWithStreamResponse) GetOutputs() []*structpb.Struct
func (*TriggerNamespacePipelineWithStreamResponse) ProtoMessage ¶
func (*TriggerNamespacePipelineWithStreamResponse) ProtoMessage()
func (*TriggerNamespacePipelineWithStreamResponse) ProtoReflect ¶
func (x *TriggerNamespacePipelineWithStreamResponse) ProtoReflect() protoreflect.Message
func (*TriggerNamespacePipelineWithStreamResponse) Reset ¶
func (x *TriggerNamespacePipelineWithStreamResponse) Reset()
func (*TriggerNamespacePipelineWithStreamResponse) String ¶
func (x *TriggerNamespacePipelineWithStreamResponse) String() string
type TriggerOrganizationPipelineReleaseRequest ¶
type TriggerOrganizationPipelineReleaseRequest struct { // The resource name of the pipeline release, which allows its access by // parent pipeline and ID. // - Format: // `organizations/{organization.id}/pipelines/{pipeline.id}/releases/{release.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Pipeline input parameters, it will be deprecated soon. Inputs []*structpb.Struct `protobuf:"bytes,2,rep,name=inputs,proto3" json:"inputs,omitempty"` // Data Data []*TriggerData `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
TriggerOrganizationPipelineReleaseRequest represents a request to trigger a pinned release of an organization-owned pipeline.
func (*TriggerOrganizationPipelineReleaseRequest) Descriptor
deprecated
func (*TriggerOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use TriggerOrganizationPipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*TriggerOrganizationPipelineReleaseRequest) GetData ¶
func (x *TriggerOrganizationPipelineReleaseRequest) GetData() []*TriggerData
func (*TriggerOrganizationPipelineReleaseRequest) GetInputs ¶
func (x *TriggerOrganizationPipelineReleaseRequest) GetInputs() []*structpb.Struct
func (*TriggerOrganizationPipelineReleaseRequest) GetName ¶
func (x *TriggerOrganizationPipelineReleaseRequest) GetName() string
func (*TriggerOrganizationPipelineReleaseRequest) ProtoMessage ¶
func (*TriggerOrganizationPipelineReleaseRequest) ProtoMessage()
func (*TriggerOrganizationPipelineReleaseRequest) ProtoReflect ¶
func (x *TriggerOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*TriggerOrganizationPipelineReleaseRequest) Reset ¶
func (x *TriggerOrganizationPipelineReleaseRequest) Reset()
func (*TriggerOrganizationPipelineReleaseRequest) String ¶
func (x *TriggerOrganizationPipelineReleaseRequest) String() string
type TriggerOrganizationPipelineReleaseResponse ¶
type TriggerOrganizationPipelineReleaseResponse struct { // Model inference outputs. Outputs []*structpb.Struct `protobuf:"bytes,1,rep,name=outputs,proto3" json:"outputs,omitempty"` // Traces of the pipeline inference. Metadata *TriggerMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
TriggerOrganizationPipelineReleaseResponse contains the pipeline execution results, i.e., the multiple model inference outputs.
func (*TriggerOrganizationPipelineReleaseResponse) Descriptor
deprecated
func (*TriggerOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use TriggerOrganizationPipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*TriggerOrganizationPipelineReleaseResponse) GetMetadata ¶
func (x *TriggerOrganizationPipelineReleaseResponse) GetMetadata() *TriggerMetadata
func (*TriggerOrganizationPipelineReleaseResponse) GetOutputs ¶
func (x *TriggerOrganizationPipelineReleaseResponse) GetOutputs() []*structpb.Struct
func (*TriggerOrganizationPipelineReleaseResponse) ProtoMessage ¶
func (*TriggerOrganizationPipelineReleaseResponse) ProtoMessage()
func (*TriggerOrganizationPipelineReleaseResponse) ProtoReflect ¶
func (x *TriggerOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*TriggerOrganizationPipelineReleaseResponse) Reset ¶
func (x *TriggerOrganizationPipelineReleaseResponse) Reset()
func (*TriggerOrganizationPipelineReleaseResponse) String ¶
func (x *TriggerOrganizationPipelineReleaseResponse) String() string
type TriggerOrganizationPipelineRequest ¶
type TriggerOrganizationPipelineRequest struct { // The resource name of the pipeline, which allows its access by parent // organization and ID. // - Format: `organizations/{organization.id}/pipelines/{pipeline.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Pipeline input parameters, it will be deprecated soon. Inputs []*structpb.Struct `protobuf:"bytes,2,rep,name=inputs,proto3" json:"inputs,omitempty"` // Data Data []*TriggerData `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
TriggerOrganizationPipelineRequest represents a request to trigger an organization-owned pipeline synchronously.
func (*TriggerOrganizationPipelineRequest) Descriptor
deprecated
func (*TriggerOrganizationPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use TriggerOrganizationPipelineRequest.ProtoReflect.Descriptor instead.
func (*TriggerOrganizationPipelineRequest) GetData ¶
func (x *TriggerOrganizationPipelineRequest) GetData() []*TriggerData
func (*TriggerOrganizationPipelineRequest) GetInputs ¶
func (x *TriggerOrganizationPipelineRequest) GetInputs() []*structpb.Struct
func (*TriggerOrganizationPipelineRequest) GetName ¶
func (x *TriggerOrganizationPipelineRequest) GetName() string
func (*TriggerOrganizationPipelineRequest) ProtoMessage ¶
func (*TriggerOrganizationPipelineRequest) ProtoMessage()
func (*TriggerOrganizationPipelineRequest) ProtoReflect ¶
func (x *TriggerOrganizationPipelineRequest) ProtoReflect() protoreflect.Message
func (*TriggerOrganizationPipelineRequest) Reset ¶
func (x *TriggerOrganizationPipelineRequest) Reset()
func (*TriggerOrganizationPipelineRequest) String ¶
func (x *TriggerOrganizationPipelineRequest) String() string
type TriggerOrganizationPipelineResponse ¶
type TriggerOrganizationPipelineResponse struct { // Model inference outputs. Outputs []*structpb.Struct `protobuf:"bytes,1,rep,name=outputs,proto3" json:"outputs,omitempty"` // Traces of the pipeline inference. Metadata *TriggerMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
TriggerOrganizationPipelineResponse contains the pipeline execution results, i.e., the multiple model inference outputs.
func (*TriggerOrganizationPipelineResponse) Descriptor
deprecated
func (*TriggerOrganizationPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use TriggerOrganizationPipelineResponse.ProtoReflect.Descriptor instead.
func (*TriggerOrganizationPipelineResponse) GetMetadata ¶
func (x *TriggerOrganizationPipelineResponse) GetMetadata() *TriggerMetadata
func (*TriggerOrganizationPipelineResponse) GetOutputs ¶
func (x *TriggerOrganizationPipelineResponse) GetOutputs() []*structpb.Struct
func (*TriggerOrganizationPipelineResponse) ProtoMessage ¶
func (*TriggerOrganizationPipelineResponse) ProtoMessage()
func (*TriggerOrganizationPipelineResponse) ProtoReflect ¶
func (x *TriggerOrganizationPipelineResponse) ProtoReflect() protoreflect.Message
func (*TriggerOrganizationPipelineResponse) Reset ¶
func (x *TriggerOrganizationPipelineResponse) Reset()
func (*TriggerOrganizationPipelineResponse) String ¶
func (x *TriggerOrganizationPipelineResponse) String() string
type TriggerOrganizationPipelineStreamRequest ¶
type TriggerOrganizationPipelineStreamRequest struct { // The resource name of the pipeline, which allows its access by parent // organization and ID. // - Format: `organizations/{organization.id}/pipelines/{pipeline.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Pipeline input parameters, it will be deprecated soon. Inputs []*structpb.Struct `protobuf:"bytes,2,rep,name=inputs,proto3" json:"inputs,omitempty"` // Data Data []*TriggerData `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
TriggerOrganizationPipelineRequest represents a request to trigger an organization-owned pipeline synchronously.
func (*TriggerOrganizationPipelineStreamRequest) Descriptor
deprecated
func (*TriggerOrganizationPipelineStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use TriggerOrganizationPipelineStreamRequest.ProtoReflect.Descriptor instead.
func (*TriggerOrganizationPipelineStreamRequest) GetData ¶
func (x *TriggerOrganizationPipelineStreamRequest) GetData() []*TriggerData
func (*TriggerOrganizationPipelineStreamRequest) GetInputs ¶
func (x *TriggerOrganizationPipelineStreamRequest) GetInputs() []*structpb.Struct
func (*TriggerOrganizationPipelineStreamRequest) GetName ¶
func (x *TriggerOrganizationPipelineStreamRequest) GetName() string
func (*TriggerOrganizationPipelineStreamRequest) ProtoMessage ¶
func (*TriggerOrganizationPipelineStreamRequest) ProtoMessage()
func (*TriggerOrganizationPipelineStreamRequest) ProtoReflect ¶
func (x *TriggerOrganizationPipelineStreamRequest) ProtoReflect() protoreflect.Message
func (*TriggerOrganizationPipelineStreamRequest) Reset ¶
func (x *TriggerOrganizationPipelineStreamRequest) Reset()
func (*TriggerOrganizationPipelineStreamRequest) String ¶
func (x *TriggerOrganizationPipelineStreamRequest) String() string
type TriggerOrganizationPipelineStreamResponse ¶
type TriggerOrganizationPipelineStreamResponse struct { // Model inference outputs. Outputs []*structpb.Struct `protobuf:"bytes,1,rep,name=outputs,proto3" json:"outputs,omitempty"` // Traces of the pipeline inference. Metadata *TriggerMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
TriggerOrganizationPipelineResponse contains the pipeline execution results, i.e., the multiple model inference outputs.
func (*TriggerOrganizationPipelineStreamResponse) Descriptor
deprecated
func (*TriggerOrganizationPipelineStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use TriggerOrganizationPipelineStreamResponse.ProtoReflect.Descriptor instead.
func (*TriggerOrganizationPipelineStreamResponse) GetMetadata ¶
func (x *TriggerOrganizationPipelineStreamResponse) GetMetadata() *TriggerMetadata
func (*TriggerOrganizationPipelineStreamResponse) GetOutputs ¶
func (x *TriggerOrganizationPipelineStreamResponse) GetOutputs() []*structpb.Struct
func (*TriggerOrganizationPipelineStreamResponse) ProtoMessage ¶
func (*TriggerOrganizationPipelineStreamResponse) ProtoMessage()
func (*TriggerOrganizationPipelineStreamResponse) ProtoReflect ¶
func (x *TriggerOrganizationPipelineStreamResponse) ProtoReflect() protoreflect.Message
func (*TriggerOrganizationPipelineStreamResponse) Reset ¶
func (x *TriggerOrganizationPipelineStreamResponse) Reset()
func (*TriggerOrganizationPipelineStreamResponse) String ¶
func (x *TriggerOrganizationPipelineStreamResponse) String() string
type TriggerUserPipelineReleaseRequest ¶
type TriggerUserPipelineReleaseRequest struct { // The resource name of the pipeline release, which allows its access by // parent pipeline and ID. // - Format: `users/{user.id}/pipelines/{pipeline.id}/releases/{release.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Pipeline input parameters, it will be deprecated soon. Inputs []*structpb.Struct `protobuf:"bytes,2,rep,name=inputs,proto3" json:"inputs,omitempty"` // Data Data []*TriggerData `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
TriggerUserPipelineReleaseRequest represents a request to trigger a pinned release of a user-owned pipeline.
func (*TriggerUserPipelineReleaseRequest) Descriptor
deprecated
func (*TriggerUserPipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use TriggerUserPipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*TriggerUserPipelineReleaseRequest) GetData ¶
func (x *TriggerUserPipelineReleaseRequest) GetData() []*TriggerData
func (*TriggerUserPipelineReleaseRequest) GetInputs ¶
func (x *TriggerUserPipelineReleaseRequest) GetInputs() []*structpb.Struct
func (*TriggerUserPipelineReleaseRequest) GetName ¶
func (x *TriggerUserPipelineReleaseRequest) GetName() string
func (*TriggerUserPipelineReleaseRequest) ProtoMessage ¶
func (*TriggerUserPipelineReleaseRequest) ProtoMessage()
func (*TriggerUserPipelineReleaseRequest) ProtoReflect ¶
func (x *TriggerUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*TriggerUserPipelineReleaseRequest) Reset ¶
func (x *TriggerUserPipelineReleaseRequest) Reset()
func (*TriggerUserPipelineReleaseRequest) String ¶
func (x *TriggerUserPipelineReleaseRequest) String() string
type TriggerUserPipelineReleaseResponse ¶
type TriggerUserPipelineReleaseResponse struct { // Model inference outputs. Outputs []*structpb.Struct `protobuf:"bytes,1,rep,name=outputs,proto3" json:"outputs,omitempty"` // Traces of the pipeline inference. Metadata *TriggerMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
TriggerUserPipelineReleaseResponse contains the pipeline execution results, i.e., the multiple model inference outputs.
func (*TriggerUserPipelineReleaseResponse) Descriptor
deprecated
func (*TriggerUserPipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use TriggerUserPipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*TriggerUserPipelineReleaseResponse) GetMetadata ¶
func (x *TriggerUserPipelineReleaseResponse) GetMetadata() *TriggerMetadata
func (*TriggerUserPipelineReleaseResponse) GetOutputs ¶
func (x *TriggerUserPipelineReleaseResponse) GetOutputs() []*structpb.Struct
func (*TriggerUserPipelineReleaseResponse) ProtoMessage ¶
func (*TriggerUserPipelineReleaseResponse) ProtoMessage()
func (*TriggerUserPipelineReleaseResponse) ProtoReflect ¶
func (x *TriggerUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*TriggerUserPipelineReleaseResponse) Reset ¶
func (x *TriggerUserPipelineReleaseResponse) Reset()
func (*TriggerUserPipelineReleaseResponse) String ¶
func (x *TriggerUserPipelineReleaseResponse) String() string
type TriggerUserPipelineRequest ¶
type TriggerUserPipelineRequest struct { // The resource name of the pipeline, which allows its access by parent user // and ID. // - Format: `users/{user.id}/pipelines/{pipeline.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Pipeline input parameters, it will be deprecated soon. Inputs []*structpb.Struct `protobuf:"bytes,2,rep,name=inputs,proto3" json:"inputs,omitempty"` // Data Data []*TriggerData `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
TriggerUserPipelineRequest represents a request to trigger a user-owned pipeline synchronously.
func (*TriggerUserPipelineRequest) Descriptor
deprecated
func (*TriggerUserPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use TriggerUserPipelineRequest.ProtoReflect.Descriptor instead.
func (*TriggerUserPipelineRequest) GetData ¶
func (x *TriggerUserPipelineRequest) GetData() []*TriggerData
func (*TriggerUserPipelineRequest) GetInputs ¶
func (x *TriggerUserPipelineRequest) GetInputs() []*structpb.Struct
func (*TriggerUserPipelineRequest) GetName ¶
func (x *TriggerUserPipelineRequest) GetName() string
func (*TriggerUserPipelineRequest) ProtoMessage ¶
func (*TriggerUserPipelineRequest) ProtoMessage()
func (*TriggerUserPipelineRequest) ProtoReflect ¶
func (x *TriggerUserPipelineRequest) ProtoReflect() protoreflect.Message
func (*TriggerUserPipelineRequest) Reset ¶
func (x *TriggerUserPipelineRequest) Reset()
func (*TriggerUserPipelineRequest) String ¶
func (x *TriggerUserPipelineRequest) String() string
type TriggerUserPipelineResponse ¶
type TriggerUserPipelineResponse struct { // Model inference outputs. Outputs []*structpb.Struct `protobuf:"bytes,1,rep,name=outputs,proto3" json:"outputs,omitempty"` // Traces of the pipeline inference. Metadata *TriggerMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
TriggerUserPipelineResponse contains the pipeline execution results, i.e., the multiple model inference outputs.
func (*TriggerUserPipelineResponse) Descriptor
deprecated
func (*TriggerUserPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use TriggerUserPipelineResponse.ProtoReflect.Descriptor instead.
func (*TriggerUserPipelineResponse) GetMetadata ¶
func (x *TriggerUserPipelineResponse) GetMetadata() *TriggerMetadata
func (*TriggerUserPipelineResponse) GetOutputs ¶
func (x *TriggerUserPipelineResponse) GetOutputs() []*structpb.Struct
func (*TriggerUserPipelineResponse) ProtoMessage ¶
func (*TriggerUserPipelineResponse) ProtoMessage()
func (*TriggerUserPipelineResponse) ProtoReflect ¶
func (x *TriggerUserPipelineResponse) ProtoReflect() protoreflect.Message
func (*TriggerUserPipelineResponse) Reset ¶
func (x *TriggerUserPipelineResponse) Reset()
func (*TriggerUserPipelineResponse) String ¶
func (x *TriggerUserPipelineResponse) String() string
type TriggerUserPipelineWithStreamRequest ¶
type TriggerUserPipelineWithStreamRequest struct { // The resource name of the pipeline, which allows its access by parent user // and ID. // - Format: `users/{user.id}/pipelines/{pipeline.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Pipeline input parameters, it will be deprecated soon. Inputs []*structpb.Struct `protobuf:"bytes,2,rep,name=inputs,proto3" json:"inputs,omitempty"` // Data Data []*TriggerData `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
TriggerUserPipelineWithStreamRequest represents a request to trigger a user-owned pipeline synchronously and streams back the results.
func (*TriggerUserPipelineWithStreamRequest) Descriptor
deprecated
func (*TriggerUserPipelineWithStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use TriggerUserPipelineWithStreamRequest.ProtoReflect.Descriptor instead.
func (*TriggerUserPipelineWithStreamRequest) GetData ¶
func (x *TriggerUserPipelineWithStreamRequest) GetData() []*TriggerData
func (*TriggerUserPipelineWithStreamRequest) GetInputs ¶
func (x *TriggerUserPipelineWithStreamRequest) GetInputs() []*structpb.Struct
func (*TriggerUserPipelineWithStreamRequest) GetName ¶
func (x *TriggerUserPipelineWithStreamRequest) GetName() string
func (*TriggerUserPipelineWithStreamRequest) ProtoMessage ¶
func (*TriggerUserPipelineWithStreamRequest) ProtoMessage()
func (*TriggerUserPipelineWithStreamRequest) ProtoReflect ¶
func (x *TriggerUserPipelineWithStreamRequest) ProtoReflect() protoreflect.Message
func (*TriggerUserPipelineWithStreamRequest) Reset ¶
func (x *TriggerUserPipelineWithStreamRequest) Reset()
func (*TriggerUserPipelineWithStreamRequest) String ¶
func (x *TriggerUserPipelineWithStreamRequest) String() string
type TriggerUserPipelineWithStreamResponse ¶
type TriggerUserPipelineWithStreamResponse struct { // Model inference outputs. Outputs []*structpb.Struct `protobuf:"bytes,1,rep,name=outputs,proto3" json:"outputs,omitempty"` // Traces of the pipeline inference. Metadata *TriggerMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
TriggerUserPipelineWithStreamResponse contains the pipeline execution results, i.e., the multiple model inference outputs.
func (*TriggerUserPipelineWithStreamResponse) Descriptor
deprecated
func (*TriggerUserPipelineWithStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use TriggerUserPipelineWithStreamResponse.ProtoReflect.Descriptor instead.
func (*TriggerUserPipelineWithStreamResponse) GetMetadata ¶
func (x *TriggerUserPipelineWithStreamResponse) GetMetadata() *TriggerMetadata
func (*TriggerUserPipelineWithStreamResponse) GetOutputs ¶
func (x *TriggerUserPipelineWithStreamResponse) GetOutputs() []*structpb.Struct
func (*TriggerUserPipelineWithStreamResponse) ProtoMessage ¶
func (*TriggerUserPipelineWithStreamResponse) ProtoMessage()
func (*TriggerUserPipelineWithStreamResponse) ProtoReflect ¶
func (x *TriggerUserPipelineWithStreamResponse) ProtoReflect() protoreflect.Message
func (*TriggerUserPipelineWithStreamResponse) Reset ¶
func (x *TriggerUserPipelineWithStreamResponse) Reset()
func (*TriggerUserPipelineWithStreamResponse) String ¶
func (x *TriggerUserPipelineWithStreamResponse) String() string
type UnimplementedPipelinePrivateServiceServer ¶
type UnimplementedPipelinePrivateServiceServer struct { }
UnimplementedPipelinePrivateServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedPipelinePrivateServiceServer) ListPipelineReleasesAdmin ¶
func (UnimplementedPipelinePrivateServiceServer) ListPipelineReleasesAdmin(context.Context, *ListPipelineReleasesAdminRequest) (*ListPipelineReleasesAdminResponse, error)
func (UnimplementedPipelinePrivateServiceServer) ListPipelinesAdmin ¶
func (UnimplementedPipelinePrivateServiceServer) ListPipelinesAdmin(context.Context, *ListPipelinesAdminRequest) (*ListPipelinesAdminResponse, error)
func (UnimplementedPipelinePrivateServiceServer) LookUpConnectionAdmin ¶
func (UnimplementedPipelinePrivateServiceServer) LookUpConnectionAdmin(context.Context, *LookUpConnectionAdminRequest) (*LookUpConnectionAdminResponse, error)
func (UnimplementedPipelinePrivateServiceServer) LookUpPipelineAdmin ¶
func (UnimplementedPipelinePrivateServiceServer) LookUpPipelineAdmin(context.Context, *LookUpPipelineAdminRequest) (*LookUpPipelineAdminResponse, error)
type UnimplementedPipelinePublicServiceServer ¶
type UnimplementedPipelinePublicServiceServer struct { }
UnimplementedPipelinePublicServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedPipelinePublicServiceServer) CheckName ¶
func (UnimplementedPipelinePublicServiceServer) CheckName(context.Context, *CheckNameRequest) (*CheckNameResponse, error)
func (UnimplementedPipelinePublicServiceServer) CloneNamespacePipeline ¶
func (UnimplementedPipelinePublicServiceServer) CloneNamespacePipeline(context.Context, *CloneNamespacePipelineRequest) (*CloneNamespacePipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) CloneNamespacePipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) CloneNamespacePipelineRelease(context.Context, *CloneNamespacePipelineReleaseRequest) (*CloneNamespacePipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) CreateNamespaceConnection ¶
func (UnimplementedPipelinePublicServiceServer) CreateNamespaceConnection(context.Context, *CreateNamespaceConnectionRequest) (*CreateNamespaceConnectionResponse, error)
func (UnimplementedPipelinePublicServiceServer) CreateNamespacePipeline ¶
func (UnimplementedPipelinePublicServiceServer) CreateNamespacePipeline(context.Context, *CreateNamespacePipelineRequest) (*CreateNamespacePipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) CreateNamespacePipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) CreateNamespacePipelineRelease(context.Context, *CreateNamespacePipelineReleaseRequest) (*CreateNamespacePipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) CreateNamespaceSecret ¶
func (UnimplementedPipelinePublicServiceServer) CreateNamespaceSecret(context.Context, *CreateNamespaceSecretRequest) (*CreateNamespaceSecretResponse, error)
func (UnimplementedPipelinePublicServiceServer) CreateOrganizationPipeline ¶
func (UnimplementedPipelinePublicServiceServer) CreateOrganizationPipeline(context.Context, *CreateOrganizationPipelineRequest) (*CreateOrganizationPipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) CreateOrganizationPipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) CreateOrganizationPipelineRelease(context.Context, *CreateOrganizationPipelineReleaseRequest) (*CreateOrganizationPipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) CreateOrganizationSecret ¶
func (UnimplementedPipelinePublicServiceServer) CreateOrganizationSecret(context.Context, *CreateOrganizationSecretRequest) (*CreateOrganizationSecretResponse, error)
func (UnimplementedPipelinePublicServiceServer) CreateUserPipeline ¶
func (UnimplementedPipelinePublicServiceServer) CreateUserPipeline(context.Context, *CreateUserPipelineRequest) (*CreateUserPipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) CreateUserPipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) CreateUserPipelineRelease(context.Context, *CreateUserPipelineReleaseRequest) (*CreateUserPipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) CreateUserSecret ¶
func (UnimplementedPipelinePublicServiceServer) CreateUserSecret(context.Context, *CreateUserSecretRequest) (*CreateUserSecretResponse, error)
func (UnimplementedPipelinePublicServiceServer) DeleteNamespaceConnection ¶
func (UnimplementedPipelinePublicServiceServer) DeleteNamespaceConnection(context.Context, *DeleteNamespaceConnectionRequest) (*DeleteNamespaceConnectionResponse, error)
func (UnimplementedPipelinePublicServiceServer) DeleteNamespacePipeline ¶
func (UnimplementedPipelinePublicServiceServer) DeleteNamespacePipeline(context.Context, *DeleteNamespacePipelineRequest) (*DeleteNamespacePipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) DeleteNamespacePipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) DeleteNamespacePipelineRelease(context.Context, *DeleteNamespacePipelineReleaseRequest) (*DeleteNamespacePipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) DeleteNamespaceSecret ¶
func (UnimplementedPipelinePublicServiceServer) DeleteNamespaceSecret(context.Context, *DeleteNamespaceSecretRequest) (*DeleteNamespaceSecretResponse, error)
func (UnimplementedPipelinePublicServiceServer) DeleteOrganizationPipeline ¶
func (UnimplementedPipelinePublicServiceServer) DeleteOrganizationPipeline(context.Context, *DeleteOrganizationPipelineRequest) (*DeleteOrganizationPipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) DeleteOrganizationPipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) DeleteOrganizationPipelineRelease(context.Context, *DeleteOrganizationPipelineReleaseRequest) (*DeleteOrganizationPipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) DeleteOrganizationSecret ¶
func (UnimplementedPipelinePublicServiceServer) DeleteOrganizationSecret(context.Context, *DeleteOrganizationSecretRequest) (*DeleteOrganizationSecretResponse, error)
func (UnimplementedPipelinePublicServiceServer) DeleteUserPipeline ¶
func (UnimplementedPipelinePublicServiceServer) DeleteUserPipeline(context.Context, *DeleteUserPipelineRequest) (*DeleteUserPipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) DeleteUserPipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) DeleteUserPipelineRelease(context.Context, *DeleteUserPipelineReleaseRequest) (*DeleteUserPipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) DeleteUserSecret ¶
func (UnimplementedPipelinePublicServiceServer) DeleteUserSecret(context.Context, *DeleteUserSecretRequest) (*DeleteUserSecretResponse, error)
func (UnimplementedPipelinePublicServiceServer) DispatchPipelineWebhookEvent ¶
func (UnimplementedPipelinePublicServiceServer) DispatchPipelineWebhookEvent(context.Context, *DispatchPipelineWebhookEventRequest) (*DispatchPipelineWebhookEventResponse, error)
func (UnimplementedPipelinePublicServiceServer) GetHubStats ¶
func (UnimplementedPipelinePublicServiceServer) GetHubStats(context.Context, *GetHubStatsRequest) (*GetHubStatsResponse, error)
func (UnimplementedPipelinePublicServiceServer) GetIntegration ¶
func (UnimplementedPipelinePublicServiceServer) GetIntegration(context.Context, *GetIntegrationRequest) (*GetIntegrationResponse, error)
func (UnimplementedPipelinePublicServiceServer) GetNamespaceConnection ¶
func (UnimplementedPipelinePublicServiceServer) GetNamespaceConnection(context.Context, *GetNamespaceConnectionRequest) (*GetNamespaceConnectionResponse, error)
func (UnimplementedPipelinePublicServiceServer) GetNamespacePipeline ¶
func (UnimplementedPipelinePublicServiceServer) GetNamespacePipeline(context.Context, *GetNamespacePipelineRequest) (*GetNamespacePipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) GetNamespacePipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) GetNamespacePipelineRelease(context.Context, *GetNamespacePipelineReleaseRequest) (*GetNamespacePipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) GetNamespaceSecret ¶
func (UnimplementedPipelinePublicServiceServer) GetNamespaceSecret(context.Context, *GetNamespaceSecretRequest) (*GetNamespaceSecretResponse, error)
func (UnimplementedPipelinePublicServiceServer) GetOperation ¶
func (UnimplementedPipelinePublicServiceServer) GetOperation(context.Context, *GetOperationRequest) (*GetOperationResponse, error)
func (UnimplementedPipelinePublicServiceServer) GetOrganizationPipeline ¶
func (UnimplementedPipelinePublicServiceServer) GetOrganizationPipeline(context.Context, *GetOrganizationPipelineRequest) (*GetOrganizationPipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) GetOrganizationPipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) GetOrganizationPipelineRelease(context.Context, *GetOrganizationPipelineReleaseRequest) (*GetOrganizationPipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) GetOrganizationSecret ¶
func (UnimplementedPipelinePublicServiceServer) GetOrganizationSecret(context.Context, *GetOrganizationSecretRequest) (*GetOrganizationSecretResponse, error)
func (UnimplementedPipelinePublicServiceServer) GetUserPipeline ¶
func (UnimplementedPipelinePublicServiceServer) GetUserPipeline(context.Context, *GetUserPipelineRequest) (*GetUserPipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) GetUserPipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) GetUserPipelineRelease(context.Context, *GetUserPipelineReleaseRequest) (*GetUserPipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) GetUserSecret ¶
func (UnimplementedPipelinePublicServiceServer) GetUserSecret(context.Context, *GetUserSecretRequest) (*GetUserSecretResponse, error)
func (UnimplementedPipelinePublicServiceServer) ListComponentDefinitions ¶
func (UnimplementedPipelinePublicServiceServer) ListComponentDefinitions(context.Context, *ListComponentDefinitionsRequest) (*ListComponentDefinitionsResponse, error)
func (UnimplementedPipelinePublicServiceServer) ListComponentRuns ¶
func (UnimplementedPipelinePublicServiceServer) ListComponentRuns(context.Context, *ListComponentRunsRequest) (*ListComponentRunsResponse, error)
func (UnimplementedPipelinePublicServiceServer) ListIntegrations ¶
func (UnimplementedPipelinePublicServiceServer) ListIntegrations(context.Context, *ListIntegrationsRequest) (*ListIntegrationsResponse, error)
func (UnimplementedPipelinePublicServiceServer) ListNamespaceConnections ¶
func (UnimplementedPipelinePublicServiceServer) ListNamespaceConnections(context.Context, *ListNamespaceConnectionsRequest) (*ListNamespaceConnectionsResponse, error)
func (UnimplementedPipelinePublicServiceServer) ListNamespacePipelineReleases ¶
func (UnimplementedPipelinePublicServiceServer) ListNamespacePipelineReleases(context.Context, *ListNamespacePipelineReleasesRequest) (*ListNamespacePipelineReleasesResponse, error)
func (UnimplementedPipelinePublicServiceServer) ListNamespacePipelines ¶
func (UnimplementedPipelinePublicServiceServer) ListNamespacePipelines(context.Context, *ListNamespacePipelinesRequest) (*ListNamespacePipelinesResponse, error)
func (UnimplementedPipelinePublicServiceServer) ListNamespaceSecrets ¶
func (UnimplementedPipelinePublicServiceServer) ListNamespaceSecrets(context.Context, *ListNamespaceSecretsRequest) (*ListNamespaceSecretsResponse, error)
func (UnimplementedPipelinePublicServiceServer) ListOrganizationPipelineReleases ¶
func (UnimplementedPipelinePublicServiceServer) ListOrganizationPipelineReleases(context.Context, *ListOrganizationPipelineReleasesRequest) (*ListOrganizationPipelineReleasesResponse, error)
func (UnimplementedPipelinePublicServiceServer) ListOrganizationPipelines ¶
func (UnimplementedPipelinePublicServiceServer) ListOrganizationPipelines(context.Context, *ListOrganizationPipelinesRequest) (*ListOrganizationPipelinesResponse, error)
func (UnimplementedPipelinePublicServiceServer) ListOrganizationSecrets ¶
func (UnimplementedPipelinePublicServiceServer) ListOrganizationSecrets(context.Context, *ListOrganizationSecretsRequest) (*ListOrganizationSecretsResponse, error)
func (UnimplementedPipelinePublicServiceServer) ListPipelineIDsByConnectionID ¶
func (UnimplementedPipelinePublicServiceServer) ListPipelineIDsByConnectionID(context.Context, *ListPipelineIDsByConnectionIDRequest) (*ListPipelineIDsByConnectionIDResponse, error)
func (UnimplementedPipelinePublicServiceServer) ListPipelineRuns ¶
func (UnimplementedPipelinePublicServiceServer) ListPipelineRuns(context.Context, *ListPipelineRunsRequest) (*ListPipelineRunsResponse, error)
func (UnimplementedPipelinePublicServiceServer) ListPipelineRunsByRequester ¶
func (UnimplementedPipelinePublicServiceServer) ListPipelineRunsByRequester(context.Context, *ListPipelineRunsByRequesterRequest) (*ListPipelineRunsByRequesterResponse, error)
func (UnimplementedPipelinePublicServiceServer) ListPipelines ¶
func (UnimplementedPipelinePublicServiceServer) ListPipelines(context.Context, *ListPipelinesRequest) (*ListPipelinesResponse, error)
func (UnimplementedPipelinePublicServiceServer) ListUserPipelineReleases ¶
func (UnimplementedPipelinePublicServiceServer) ListUserPipelineReleases(context.Context, *ListUserPipelineReleasesRequest) (*ListUserPipelineReleasesResponse, error)
func (UnimplementedPipelinePublicServiceServer) ListUserPipelines ¶
func (UnimplementedPipelinePublicServiceServer) ListUserPipelines(context.Context, *ListUserPipelinesRequest) (*ListUserPipelinesResponse, error)
func (UnimplementedPipelinePublicServiceServer) ListUserSecrets ¶
func (UnimplementedPipelinePublicServiceServer) ListUserSecrets(context.Context, *ListUserSecretsRequest) (*ListUserSecretsResponse, error)
func (UnimplementedPipelinePublicServiceServer) Liveness ¶
func (UnimplementedPipelinePublicServiceServer) Liveness(context.Context, *LivenessRequest) (*LivenessResponse, error)
func (UnimplementedPipelinePublicServiceServer) LookUpPipeline ¶
func (UnimplementedPipelinePublicServiceServer) LookUpPipeline(context.Context, *LookUpPipelineRequest) (*LookUpPipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) Readiness ¶
func (UnimplementedPipelinePublicServiceServer) Readiness(context.Context, *ReadinessRequest) (*ReadinessResponse, error)
func (UnimplementedPipelinePublicServiceServer) RenameNamespacePipeline ¶
func (UnimplementedPipelinePublicServiceServer) RenameNamespacePipeline(context.Context, *RenameNamespacePipelineRequest) (*RenameNamespacePipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) RenameOrganizationPipeline ¶
func (UnimplementedPipelinePublicServiceServer) RenameOrganizationPipeline(context.Context, *RenameOrganizationPipelineRequest) (*RenameOrganizationPipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) RenameOrganizationPipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) RenameOrganizationPipelineRelease(context.Context, *RenameOrganizationPipelineReleaseRequest) (*RenameOrganizationPipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) RenameUserPipeline ¶
func (UnimplementedPipelinePublicServiceServer) RenameUserPipeline(context.Context, *RenameUserPipelineRequest) (*RenameUserPipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) RenameUserPipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) RenameUserPipelineRelease(context.Context, *RenameUserPipelineReleaseRequest) (*RenameUserPipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) RestoreOrganizationPipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) RestoreOrganizationPipelineRelease(context.Context, *RestoreOrganizationPipelineReleaseRequest) (*RestoreOrganizationPipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) RestoreUserPipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) RestoreUserPipelineRelease(context.Context, *RestoreUserPipelineReleaseRequest) (*RestoreUserPipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) TestNamespaceConnection ¶
func (UnimplementedPipelinePublicServiceServer) TestNamespaceConnection(context.Context, *TestNamespaceConnectionRequest) (*TestNamespaceConnectionResponse, error)
func (UnimplementedPipelinePublicServiceServer) TriggerAsyncNamespacePipeline ¶
func (UnimplementedPipelinePublicServiceServer) TriggerAsyncNamespacePipeline(context.Context, *TriggerAsyncNamespacePipelineRequest) (*TriggerAsyncNamespacePipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) TriggerAsyncNamespacePipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) TriggerAsyncNamespacePipelineRelease(context.Context, *TriggerAsyncNamespacePipelineReleaseRequest) (*TriggerAsyncNamespacePipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) TriggerAsyncOrganizationPipeline ¶
func (UnimplementedPipelinePublicServiceServer) TriggerAsyncOrganizationPipeline(context.Context, *TriggerAsyncOrganizationPipelineRequest) (*TriggerAsyncOrganizationPipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) TriggerAsyncOrganizationPipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) TriggerAsyncOrganizationPipelineRelease(context.Context, *TriggerAsyncOrganizationPipelineReleaseRequest) (*TriggerAsyncOrganizationPipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) TriggerAsyncUserPipeline ¶
func (UnimplementedPipelinePublicServiceServer) TriggerAsyncUserPipeline(context.Context, *TriggerAsyncUserPipelineRequest) (*TriggerAsyncUserPipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) TriggerAsyncUserPipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) TriggerAsyncUserPipelineRelease(context.Context, *TriggerAsyncUserPipelineReleaseRequest) (*TriggerAsyncUserPipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) TriggerNamespacePipeline ¶
func (UnimplementedPipelinePublicServiceServer) TriggerNamespacePipeline(context.Context, *TriggerNamespacePipelineRequest) (*TriggerNamespacePipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) TriggerNamespacePipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) TriggerNamespacePipelineRelease(context.Context, *TriggerNamespacePipelineReleaseRequest) (*TriggerNamespacePipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) TriggerNamespacePipelineWithStream ¶
func (UnimplementedPipelinePublicServiceServer) TriggerNamespacePipelineWithStream(*TriggerNamespacePipelineWithStreamRequest, PipelinePublicService_TriggerNamespacePipelineWithStreamServer) error
func (UnimplementedPipelinePublicServiceServer) TriggerOrganizationPipeline ¶
func (UnimplementedPipelinePublicServiceServer) TriggerOrganizationPipeline(context.Context, *TriggerOrganizationPipelineRequest) (*TriggerOrganizationPipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) TriggerOrganizationPipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) TriggerOrganizationPipelineRelease(context.Context, *TriggerOrganizationPipelineReleaseRequest) (*TriggerOrganizationPipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) TriggerOrganizationPipelineStream ¶
func (UnimplementedPipelinePublicServiceServer) TriggerOrganizationPipelineStream(*TriggerOrganizationPipelineStreamRequest, PipelinePublicService_TriggerOrganizationPipelineStreamServer) error
func (UnimplementedPipelinePublicServiceServer) TriggerUserPipeline ¶
func (UnimplementedPipelinePublicServiceServer) TriggerUserPipeline(context.Context, *TriggerUserPipelineRequest) (*TriggerUserPipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) TriggerUserPipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) TriggerUserPipelineRelease(context.Context, *TriggerUserPipelineReleaseRequest) (*TriggerUserPipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) TriggerUserPipelineWithStream ¶
func (UnimplementedPipelinePublicServiceServer) TriggerUserPipelineWithStream(*TriggerUserPipelineWithStreamRequest, PipelinePublicService_TriggerUserPipelineWithStreamServer) error
func (UnimplementedPipelinePublicServiceServer) UpdateNamespaceConnection ¶
func (UnimplementedPipelinePublicServiceServer) UpdateNamespaceConnection(context.Context, *UpdateNamespaceConnectionRequest) (*UpdateNamespaceConnectionResponse, error)
func (UnimplementedPipelinePublicServiceServer) UpdateNamespacePipeline ¶
func (UnimplementedPipelinePublicServiceServer) UpdateNamespacePipeline(context.Context, *UpdateNamespacePipelineRequest) (*UpdateNamespacePipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) UpdateNamespacePipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) UpdateNamespacePipelineRelease(context.Context, *UpdateNamespacePipelineReleaseRequest) (*UpdateNamespacePipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) UpdateNamespaceSecret ¶
func (UnimplementedPipelinePublicServiceServer) UpdateNamespaceSecret(context.Context, *UpdateNamespaceSecretRequest) (*UpdateNamespaceSecretResponse, error)
func (UnimplementedPipelinePublicServiceServer) UpdateOrganizationPipeline ¶
func (UnimplementedPipelinePublicServiceServer) UpdateOrganizationPipeline(context.Context, *UpdateOrganizationPipelineRequest) (*UpdateOrganizationPipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) UpdateOrganizationPipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) UpdateOrganizationPipelineRelease(context.Context, *UpdateOrganizationPipelineReleaseRequest) (*UpdateOrganizationPipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) UpdateOrganizationSecret ¶
func (UnimplementedPipelinePublicServiceServer) UpdateOrganizationSecret(context.Context, *UpdateOrganizationSecretRequest) (*UpdateOrganizationSecretResponse, error)
func (UnimplementedPipelinePublicServiceServer) UpdateUserPipeline ¶
func (UnimplementedPipelinePublicServiceServer) UpdateUserPipeline(context.Context, *UpdateUserPipelineRequest) (*UpdateUserPipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) UpdateUserPipelineRelease ¶
func (UnimplementedPipelinePublicServiceServer) UpdateUserPipelineRelease(context.Context, *UpdateUserPipelineReleaseRequest) (*UpdateUserPipelineReleaseResponse, error)
func (UnimplementedPipelinePublicServiceServer) UpdateUserSecret ¶
func (UnimplementedPipelinePublicServiceServer) UpdateUserSecret(context.Context, *UpdateUserSecretRequest) (*UpdateUserSecretResponse, error)
func (UnimplementedPipelinePublicServiceServer) ValidateNamespacePipeline ¶
func (UnimplementedPipelinePublicServiceServer) ValidateNamespacePipeline(context.Context, *ValidateNamespacePipelineRequest) (*ValidateNamespacePipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) ValidateOrganizationPipeline ¶
func (UnimplementedPipelinePublicServiceServer) ValidateOrganizationPipeline(context.Context, *ValidateOrganizationPipelineRequest) (*ValidateOrganizationPipelineResponse, error)
func (UnimplementedPipelinePublicServiceServer) ValidateUserPipeline ¶
func (UnimplementedPipelinePublicServiceServer) ValidateUserPipeline(context.Context, *ValidateUserPipelineRequest) (*ValidateUserPipelineResponse, error)
type UnsafePipelinePrivateServiceServer ¶
type UnsafePipelinePrivateServiceServer interface {
// contains filtered or unexported methods
}
UnsafePipelinePrivateServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PipelinePrivateServiceServer will result in compilation errors.
type UnsafePipelinePublicServiceServer ¶
type UnsafePipelinePublicServiceServer interface {
// contains filtered or unexported methods
}
UnsafePipelinePublicServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PipelinePublicServiceServer will result in compilation errors.
type UpdateNamespaceConnectionRequest ¶
type UpdateNamespaceConnectionRequest struct { // ID of the connection to be updated, as present in the database. ConnectionId string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"` // ID of the namespace that owns the connection. NamespaceId string `protobuf:"bytes,4,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Connection object with the new properties to be updated. Immutable and // output-only fields will be ignored. The Setup property must be updated // in block (no partial update is supported). Connection *Connection `protobuf:"bytes,2,opt,name=connection,proto3" json:"connection,omitempty"` // The update mask specifies the subset of fields that should be modified. // // For more information about this field, see // https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#field-mask. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
UpdateNamespaceConnectionRequest represents a request to update a connection.
func (*UpdateNamespaceConnectionRequest) Descriptor
deprecated
func (*UpdateNamespaceConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateNamespaceConnectionRequest.ProtoReflect.Descriptor instead.
func (*UpdateNamespaceConnectionRequest) GetConnection ¶
func (x *UpdateNamespaceConnectionRequest) GetConnection() *Connection
func (*UpdateNamespaceConnectionRequest) GetConnectionId ¶
func (x *UpdateNamespaceConnectionRequest) GetConnectionId() string
func (*UpdateNamespaceConnectionRequest) GetNamespaceId ¶
func (x *UpdateNamespaceConnectionRequest) GetNamespaceId() string
func (*UpdateNamespaceConnectionRequest) GetUpdateMask ¶
func (x *UpdateNamespaceConnectionRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateNamespaceConnectionRequest) ProtoMessage ¶
func (*UpdateNamespaceConnectionRequest) ProtoMessage()
func (*UpdateNamespaceConnectionRequest) ProtoReflect ¶
func (x *UpdateNamespaceConnectionRequest) ProtoReflect() protoreflect.Message
func (*UpdateNamespaceConnectionRequest) Reset ¶
func (x *UpdateNamespaceConnectionRequest) Reset()
func (*UpdateNamespaceConnectionRequest) String ¶
func (x *UpdateNamespaceConnectionRequest) String() string
type UpdateNamespaceConnectionResponse ¶
type UpdateNamespaceConnectionResponse struct { // The created connection. Connection *Connection `protobuf:"bytes,1,opt,name=connection,proto3" json:"connection,omitempty"` // contains filtered or unexported fields }
UpdateNamespaceConnectionResponse contains the updated connection.
func (*UpdateNamespaceConnectionResponse) Descriptor
deprecated
func (*UpdateNamespaceConnectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateNamespaceConnectionResponse.ProtoReflect.Descriptor instead.
func (*UpdateNamespaceConnectionResponse) GetConnection ¶
func (x *UpdateNamespaceConnectionResponse) GetConnection() *Connection
func (*UpdateNamespaceConnectionResponse) ProtoMessage ¶
func (*UpdateNamespaceConnectionResponse) ProtoMessage()
func (*UpdateNamespaceConnectionResponse) ProtoReflect ¶
func (x *UpdateNamespaceConnectionResponse) ProtoReflect() protoreflect.Message
func (*UpdateNamespaceConnectionResponse) Reset ¶
func (x *UpdateNamespaceConnectionResponse) Reset()
func (*UpdateNamespaceConnectionResponse) String ¶
func (x *UpdateNamespaceConnectionResponse) String() string
type UpdateNamespacePipelineReleaseRequest ¶
type UpdateNamespacePipelineReleaseRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Pipeline ID PipelineId string `protobuf:"bytes,2,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // Release ID ReleaseId string `protobuf:"bytes,3,opt,name=release_id,json=releaseId,proto3" json:"release_id,omitempty"` // The pipeline release fields that will replace the existing ones. // A pipeline release resource to update Release *PipelineRelease `protobuf:"bytes,4,opt,name=release,proto3" json:"release,omitempty"` // The update mask specifies the subset of fields that should be modified. // // For more information about this field, see // https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#field-mask. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,5,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
UpdateNamespacePipelineReleaseRequest represents a request to update a user-owned pipeline release.
func (*UpdateNamespacePipelineReleaseRequest) Descriptor
deprecated
func (*UpdateNamespacePipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateNamespacePipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*UpdateNamespacePipelineReleaseRequest) GetNamespaceId ¶
func (x *UpdateNamespacePipelineReleaseRequest) GetNamespaceId() string
func (*UpdateNamespacePipelineReleaseRequest) GetPipelineId ¶
func (x *UpdateNamespacePipelineReleaseRequest) GetPipelineId() string
func (*UpdateNamespacePipelineReleaseRequest) GetRelease ¶
func (x *UpdateNamespacePipelineReleaseRequest) GetRelease() *PipelineRelease
func (*UpdateNamespacePipelineReleaseRequest) GetReleaseId ¶
func (x *UpdateNamespacePipelineReleaseRequest) GetReleaseId() string
func (*UpdateNamespacePipelineReleaseRequest) GetUpdateMask ¶
func (x *UpdateNamespacePipelineReleaseRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateNamespacePipelineReleaseRequest) ProtoMessage ¶
func (*UpdateNamespacePipelineReleaseRequest) ProtoMessage()
func (*UpdateNamespacePipelineReleaseRequest) ProtoReflect ¶
func (x *UpdateNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*UpdateNamespacePipelineReleaseRequest) Reset ¶
func (x *UpdateNamespacePipelineReleaseRequest) Reset()
func (*UpdateNamespacePipelineReleaseRequest) String ¶
func (x *UpdateNamespacePipelineReleaseRequest) String() string
type UpdateNamespacePipelineReleaseResponse ¶
type UpdateNamespacePipelineReleaseResponse struct { // The updated pipeline release resource. Release *PipelineRelease `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // contains filtered or unexported fields }
UpdateNamespacePipelineReleaseResponse contains the updated pipeline release.
func (*UpdateNamespacePipelineReleaseResponse) Descriptor
deprecated
func (*UpdateNamespacePipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateNamespacePipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*UpdateNamespacePipelineReleaseResponse) GetRelease ¶
func (x *UpdateNamespacePipelineReleaseResponse) GetRelease() *PipelineRelease
func (*UpdateNamespacePipelineReleaseResponse) ProtoMessage ¶
func (*UpdateNamespacePipelineReleaseResponse) ProtoMessage()
func (*UpdateNamespacePipelineReleaseResponse) ProtoReflect ¶
func (x *UpdateNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*UpdateNamespacePipelineReleaseResponse) Reset ¶
func (x *UpdateNamespacePipelineReleaseResponse) Reset()
func (*UpdateNamespacePipelineReleaseResponse) String ¶
func (x *UpdateNamespacePipelineReleaseResponse) String() string
type UpdateNamespacePipelineRequest ¶
type UpdateNamespacePipelineRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Pipeline ID PipelineId string `protobuf:"bytes,2,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // The pipeline fields that will replace the existing ones. Pipeline *Pipeline `protobuf:"bytes,3,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // The update mask specifies the subset of fields that should be modified. // // For more information about this field, see // https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#field-mask. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
UpdateNamespacePipelineRequest represents a request to update a pipeline owned by a namespace.
func (*UpdateNamespacePipelineRequest) Descriptor
deprecated
func (*UpdateNamespacePipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateNamespacePipelineRequest.ProtoReflect.Descriptor instead.
func (*UpdateNamespacePipelineRequest) GetNamespaceId ¶
func (x *UpdateNamespacePipelineRequest) GetNamespaceId() string
func (*UpdateNamespacePipelineRequest) GetPipeline ¶
func (x *UpdateNamespacePipelineRequest) GetPipeline() *Pipeline
func (*UpdateNamespacePipelineRequest) GetPipelineId ¶
func (x *UpdateNamespacePipelineRequest) GetPipelineId() string
func (*UpdateNamespacePipelineRequest) GetUpdateMask ¶
func (x *UpdateNamespacePipelineRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateNamespacePipelineRequest) ProtoMessage ¶
func (*UpdateNamespacePipelineRequest) ProtoMessage()
func (*UpdateNamespacePipelineRequest) ProtoReflect ¶
func (x *UpdateNamespacePipelineRequest) ProtoReflect() protoreflect.Message
func (*UpdateNamespacePipelineRequest) Reset ¶
func (x *UpdateNamespacePipelineRequest) Reset()
func (*UpdateNamespacePipelineRequest) String ¶
func (x *UpdateNamespacePipelineRequest) String() string
type UpdateNamespacePipelineResponse ¶
type UpdateNamespacePipelineResponse struct { // The updated pipeline resource. Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // contains filtered or unexported fields }
UpdateNamespacePipelineResponse contains the updated pipeline.
func (*UpdateNamespacePipelineResponse) Descriptor
deprecated
func (*UpdateNamespacePipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateNamespacePipelineResponse.ProtoReflect.Descriptor instead.
func (*UpdateNamespacePipelineResponse) GetPipeline ¶
func (x *UpdateNamespacePipelineResponse) GetPipeline() *Pipeline
func (*UpdateNamespacePipelineResponse) ProtoMessage ¶
func (*UpdateNamespacePipelineResponse) ProtoMessage()
func (*UpdateNamespacePipelineResponse) ProtoReflect ¶
func (x *UpdateNamespacePipelineResponse) ProtoReflect() protoreflect.Message
func (*UpdateNamespacePipelineResponse) Reset ¶
func (x *UpdateNamespacePipelineResponse) Reset()
func (*UpdateNamespacePipelineResponse) String ¶
func (x *UpdateNamespacePipelineResponse) String() string
type UpdateNamespaceSecretRequest ¶
type UpdateNamespaceSecretRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Secret ID SecretId string `protobuf:"bytes,2,opt,name=secret_id,json=secretId,proto3" json:"secret_id,omitempty"` // The secret fields to update. Secret *Secret `protobuf:"bytes,3,opt,name=secret,proto3" json:"secret,omitempty"` // The update mask specifies the subset of fields that should be modified. // // For more information about this field, see // https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#field-mask. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
UpdateNamespaceSecretRequest represents a request to update a namespace secret.
func (*UpdateNamespaceSecretRequest) Descriptor
deprecated
func (*UpdateNamespaceSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateNamespaceSecretRequest.ProtoReflect.Descriptor instead.
func (*UpdateNamespaceSecretRequest) GetNamespaceId ¶
func (x *UpdateNamespaceSecretRequest) GetNamespaceId() string
func (*UpdateNamespaceSecretRequest) GetSecret ¶
func (x *UpdateNamespaceSecretRequest) GetSecret() *Secret
func (*UpdateNamespaceSecretRequest) GetSecretId ¶
func (x *UpdateNamespaceSecretRequest) GetSecretId() string
func (*UpdateNamespaceSecretRequest) GetUpdateMask ¶
func (x *UpdateNamespaceSecretRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateNamespaceSecretRequest) ProtoMessage ¶
func (*UpdateNamespaceSecretRequest) ProtoMessage()
func (*UpdateNamespaceSecretRequest) ProtoReflect ¶
func (x *UpdateNamespaceSecretRequest) ProtoReflect() protoreflect.Message
func (*UpdateNamespaceSecretRequest) Reset ¶
func (x *UpdateNamespaceSecretRequest) Reset()
func (*UpdateNamespaceSecretRequest) String ¶
func (x *UpdateNamespaceSecretRequest) String() string
type UpdateNamespaceSecretResponse ¶
type UpdateNamespaceSecretResponse struct { // The updated secret resource. Secret *Secret `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"` // contains filtered or unexported fields }
UpdateNamespaceSecretResponse contains the updated secret.
func (*UpdateNamespaceSecretResponse) Descriptor
deprecated
func (*UpdateNamespaceSecretResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateNamespaceSecretResponse.ProtoReflect.Descriptor instead.
func (*UpdateNamespaceSecretResponse) GetSecret ¶
func (x *UpdateNamespaceSecretResponse) GetSecret() *Secret
func (*UpdateNamespaceSecretResponse) ProtoMessage ¶
func (*UpdateNamespaceSecretResponse) ProtoMessage()
func (*UpdateNamespaceSecretResponse) ProtoReflect ¶
func (x *UpdateNamespaceSecretResponse) ProtoReflect() protoreflect.Message
func (*UpdateNamespaceSecretResponse) Reset ¶
func (x *UpdateNamespaceSecretResponse) Reset()
func (*UpdateNamespaceSecretResponse) String ¶
func (x *UpdateNamespaceSecretResponse) String() string
type UpdateOrganizationPipelineReleaseRequest ¶
type UpdateOrganizationPipelineReleaseRequest struct { // The pipeline release fields that will replace the existing ones. // A pipeline release resource to update Release *PipelineRelease `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // The update mask specifies the subset of fields that should be modified. // // For more information about this field, see // https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#field-mask. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
UpdateOrganizationPipelineReleaseRequest represents a request to update an organization-owned pipeline release.
func (*UpdateOrganizationPipelineReleaseRequest) Descriptor
deprecated
func (*UpdateOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationPipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationPipelineReleaseRequest) GetRelease ¶
func (x *UpdateOrganizationPipelineReleaseRequest) GetRelease() *PipelineRelease
func (*UpdateOrganizationPipelineReleaseRequest) GetUpdateMask ¶
func (x *UpdateOrganizationPipelineReleaseRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateOrganizationPipelineReleaseRequest) ProtoMessage ¶
func (*UpdateOrganizationPipelineReleaseRequest) ProtoMessage()
func (*UpdateOrganizationPipelineReleaseRequest) ProtoReflect ¶
func (x *UpdateOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationPipelineReleaseRequest) Reset ¶
func (x *UpdateOrganizationPipelineReleaseRequest) Reset()
func (*UpdateOrganizationPipelineReleaseRequest) String ¶
func (x *UpdateOrganizationPipelineReleaseRequest) String() string
type UpdateOrganizationPipelineReleaseResponse ¶
type UpdateOrganizationPipelineReleaseResponse struct { // The updated pipeline release resource. Release *PipelineRelease `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // contains filtered or unexported fields }
UpdateOrganizationPipelineReleaseResponse contains the updated pipeline release.
func (*UpdateOrganizationPipelineReleaseResponse) Descriptor
deprecated
func (*UpdateOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationPipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationPipelineReleaseResponse) GetRelease ¶
func (x *UpdateOrganizationPipelineReleaseResponse) GetRelease() *PipelineRelease
func (*UpdateOrganizationPipelineReleaseResponse) ProtoMessage ¶
func (*UpdateOrganizationPipelineReleaseResponse) ProtoMessage()
func (*UpdateOrganizationPipelineReleaseResponse) ProtoReflect ¶
func (x *UpdateOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationPipelineReleaseResponse) Reset ¶
func (x *UpdateOrganizationPipelineReleaseResponse) Reset()
func (*UpdateOrganizationPipelineReleaseResponse) String ¶
func (x *UpdateOrganizationPipelineReleaseResponse) String() string
type UpdateOrganizationPipelineRequest ¶
type UpdateOrganizationPipelineRequest struct { // The pipeline fields that will replace the existing ones. Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // The update mask specifies the subset of fields that should be modified. // // For more information about this field, see // https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#field-mask. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
UpdateOrganizationPipelineRequest represents a request to update a pipeline owned by an organization.
func (*UpdateOrganizationPipelineRequest) Descriptor
deprecated
func (*UpdateOrganizationPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationPipelineRequest.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationPipelineRequest) GetPipeline ¶
func (x *UpdateOrganizationPipelineRequest) GetPipeline() *Pipeline
func (*UpdateOrganizationPipelineRequest) GetUpdateMask ¶
func (x *UpdateOrganizationPipelineRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateOrganizationPipelineRequest) ProtoMessage ¶
func (*UpdateOrganizationPipelineRequest) ProtoMessage()
func (*UpdateOrganizationPipelineRequest) ProtoReflect ¶
func (x *UpdateOrganizationPipelineRequest) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationPipelineRequest) Reset ¶
func (x *UpdateOrganizationPipelineRequest) Reset()
func (*UpdateOrganizationPipelineRequest) String ¶
func (x *UpdateOrganizationPipelineRequest) String() string
type UpdateOrganizationPipelineResponse ¶
type UpdateOrganizationPipelineResponse struct { // The updated pipeline resource. Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // contains filtered or unexported fields }
UpdateOrganizationPipelineResponse contains the updated pipeline.
func (*UpdateOrganizationPipelineResponse) Descriptor
deprecated
func (*UpdateOrganizationPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationPipelineResponse.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationPipelineResponse) GetPipeline ¶
func (x *UpdateOrganizationPipelineResponse) GetPipeline() *Pipeline
func (*UpdateOrganizationPipelineResponse) ProtoMessage ¶
func (*UpdateOrganizationPipelineResponse) ProtoMessage()
func (*UpdateOrganizationPipelineResponse) ProtoReflect ¶
func (x *UpdateOrganizationPipelineResponse) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationPipelineResponse) Reset ¶
func (x *UpdateOrganizationPipelineResponse) Reset()
func (*UpdateOrganizationPipelineResponse) String ¶
func (x *UpdateOrganizationPipelineResponse) String() string
type UpdateOrganizationSecretRequest ¶
type UpdateOrganizationSecretRequest struct { // The secret fields to update. Secret *Secret `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"` // The update mask specifies the subset of fields that should be modified. // // For more information about this field, see // https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#field-mask. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
UpdateOrganizationSecretRequest represents a request to update a user secret.
func (*UpdateOrganizationSecretRequest) Descriptor
deprecated
func (*UpdateOrganizationSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationSecretRequest.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationSecretRequest) GetSecret ¶
func (x *UpdateOrganizationSecretRequest) GetSecret() *Secret
func (*UpdateOrganizationSecretRequest) GetUpdateMask ¶
func (x *UpdateOrganizationSecretRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateOrganizationSecretRequest) ProtoMessage ¶
func (*UpdateOrganizationSecretRequest) ProtoMessage()
func (*UpdateOrganizationSecretRequest) ProtoReflect ¶
func (x *UpdateOrganizationSecretRequest) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationSecretRequest) Reset ¶
func (x *UpdateOrganizationSecretRequest) Reset()
func (*UpdateOrganizationSecretRequest) String ¶
func (x *UpdateOrganizationSecretRequest) String() string
type UpdateOrganizationSecretResponse ¶
type UpdateOrganizationSecretResponse struct { // The updated secret resource. Secret *Secret `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"` // contains filtered or unexported fields }
UpdateOrganizationSecretResponse contains the updated secret.
func (*UpdateOrganizationSecretResponse) Descriptor
deprecated
func (*UpdateOrganizationSecretResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationSecretResponse.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationSecretResponse) GetSecret ¶
func (x *UpdateOrganizationSecretResponse) GetSecret() *Secret
func (*UpdateOrganizationSecretResponse) ProtoMessage ¶
func (*UpdateOrganizationSecretResponse) ProtoMessage()
func (*UpdateOrganizationSecretResponse) ProtoReflect ¶
func (x *UpdateOrganizationSecretResponse) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationSecretResponse) Reset ¶
func (x *UpdateOrganizationSecretResponse) Reset()
func (*UpdateOrganizationSecretResponse) String ¶
func (x *UpdateOrganizationSecretResponse) String() string
type UpdateUserPipelineReleaseRequest ¶
type UpdateUserPipelineReleaseRequest struct { // The pipeline release fields that will replace the existing ones. // A pipeline release resource to update Release *PipelineRelease `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // The update mask specifies the subset of fields that should be modified. // // For more information about this field, see // https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#field-mask. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
UpdateUserPipelineReleaseRequest represents a request to update a user-owned pipeline release.
func (*UpdateUserPipelineReleaseRequest) Descriptor
deprecated
func (*UpdateUserPipelineReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserPipelineReleaseRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserPipelineReleaseRequest) GetRelease ¶
func (x *UpdateUserPipelineReleaseRequest) GetRelease() *PipelineRelease
func (*UpdateUserPipelineReleaseRequest) GetUpdateMask ¶
func (x *UpdateUserPipelineReleaseRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateUserPipelineReleaseRequest) ProtoMessage ¶
func (*UpdateUserPipelineReleaseRequest) ProtoMessage()
func (*UpdateUserPipelineReleaseRequest) ProtoReflect ¶
func (x *UpdateUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserPipelineReleaseRequest) Reset ¶
func (x *UpdateUserPipelineReleaseRequest) Reset()
func (*UpdateUserPipelineReleaseRequest) String ¶
func (x *UpdateUserPipelineReleaseRequest) String() string
type UpdateUserPipelineReleaseResponse ¶
type UpdateUserPipelineReleaseResponse struct { // The updated pipeline release resource. Release *PipelineRelease `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // contains filtered or unexported fields }
UpdateUserPipelineReleaseResponse contains the updated pipeline release.
func (*UpdateUserPipelineReleaseResponse) Descriptor
deprecated
func (*UpdateUserPipelineReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserPipelineReleaseResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserPipelineReleaseResponse) GetRelease ¶
func (x *UpdateUserPipelineReleaseResponse) GetRelease() *PipelineRelease
func (*UpdateUserPipelineReleaseResponse) ProtoMessage ¶
func (*UpdateUserPipelineReleaseResponse) ProtoMessage()
func (*UpdateUserPipelineReleaseResponse) ProtoReflect ¶
func (x *UpdateUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserPipelineReleaseResponse) Reset ¶
func (x *UpdateUserPipelineReleaseResponse) Reset()
func (*UpdateUserPipelineReleaseResponse) String ¶
func (x *UpdateUserPipelineReleaseResponse) String() string
type UpdateUserPipelineRequest ¶
type UpdateUserPipelineRequest struct { // The pipeline fields that will replace the existing ones. Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // The update mask specifies the subset of fields that should be modified. // // For more information about this field, see // https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#field-mask. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
UpdateUserPipelineRequest represents a request to update a pipeline owned by a user.
func (*UpdateUserPipelineRequest) Descriptor
deprecated
func (*UpdateUserPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserPipelineRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserPipelineRequest) GetPipeline ¶
func (x *UpdateUserPipelineRequest) GetPipeline() *Pipeline
func (*UpdateUserPipelineRequest) GetUpdateMask ¶
func (x *UpdateUserPipelineRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateUserPipelineRequest) ProtoMessage ¶
func (*UpdateUserPipelineRequest) ProtoMessage()
func (*UpdateUserPipelineRequest) ProtoReflect ¶
func (x *UpdateUserPipelineRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserPipelineRequest) Reset ¶
func (x *UpdateUserPipelineRequest) Reset()
func (*UpdateUserPipelineRequest) String ¶
func (x *UpdateUserPipelineRequest) String() string
type UpdateUserPipelineResponse ¶
type UpdateUserPipelineResponse struct { // The updated pipeline resource. Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // contains filtered or unexported fields }
UpdateUserPipelineResponse contains the updated pipeline.
func (*UpdateUserPipelineResponse) Descriptor
deprecated
func (*UpdateUserPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserPipelineResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserPipelineResponse) GetPipeline ¶
func (x *UpdateUserPipelineResponse) GetPipeline() *Pipeline
func (*UpdateUserPipelineResponse) ProtoMessage ¶
func (*UpdateUserPipelineResponse) ProtoMessage()
func (*UpdateUserPipelineResponse) ProtoReflect ¶
func (x *UpdateUserPipelineResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserPipelineResponse) Reset ¶
func (x *UpdateUserPipelineResponse) Reset()
func (*UpdateUserPipelineResponse) String ¶
func (x *UpdateUserPipelineResponse) String() string
type UpdateUserSecretRequest ¶
type UpdateUserSecretRequest struct { // The secret fields to update. Secret *Secret `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"` // The update mask specifies the subset of fields that should be modified. // // For more information about this field, see // https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#field-mask. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
UpdateUserSecretRequest represents a request to update a user secret.
func (*UpdateUserSecretRequest) Descriptor
deprecated
func (*UpdateUserSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserSecretRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserSecretRequest) GetSecret ¶
func (x *UpdateUserSecretRequest) GetSecret() *Secret
func (*UpdateUserSecretRequest) GetUpdateMask ¶
func (x *UpdateUserSecretRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateUserSecretRequest) ProtoMessage ¶
func (*UpdateUserSecretRequest) ProtoMessage()
func (*UpdateUserSecretRequest) ProtoReflect ¶
func (x *UpdateUserSecretRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserSecretRequest) Reset ¶
func (x *UpdateUserSecretRequest) Reset()
func (*UpdateUserSecretRequest) String ¶
func (x *UpdateUserSecretRequest) String() string
type UpdateUserSecretResponse ¶
type UpdateUserSecretResponse struct { // The updated secret resource. Secret *Secret `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"` // contains filtered or unexported fields }
UpdateUserSecretResponse contains the updated secret.
func (*UpdateUserSecretResponse) Descriptor
deprecated
func (*UpdateUserSecretResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserSecretResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserSecretResponse) GetSecret ¶
func (x *UpdateUserSecretResponse) GetSecret() *Secret
func (*UpdateUserSecretResponse) ProtoMessage ¶
func (*UpdateUserSecretResponse) ProtoMessage()
func (*UpdateUserSecretResponse) ProtoReflect ¶
func (x *UpdateUserSecretResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserSecretResponse) Reset ¶
func (x *UpdateUserSecretResponse) Reset()
func (*UpdateUserSecretResponse) String ¶
func (x *UpdateUserSecretResponse) String() string
type ValidateNamespacePipelineRequest ¶
type ValidateNamespacePipelineRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Pipeline ID PipelineId string `protobuf:"bytes,2,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // contains filtered or unexported fields }
ValidateNamespacePipelineRequest represents a request to validate a pipeline owned by a user.
func (*ValidateNamespacePipelineRequest) Descriptor
deprecated
func (*ValidateNamespacePipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidateNamespacePipelineRequest.ProtoReflect.Descriptor instead.
func (*ValidateNamespacePipelineRequest) GetNamespaceId ¶
func (x *ValidateNamespacePipelineRequest) GetNamespaceId() string
func (*ValidateNamespacePipelineRequest) GetPipelineId ¶
func (x *ValidateNamespacePipelineRequest) GetPipelineId() string
func (*ValidateNamespacePipelineRequest) ProtoMessage ¶
func (*ValidateNamespacePipelineRequest) ProtoMessage()
func (*ValidateNamespacePipelineRequest) ProtoReflect ¶
func (x *ValidateNamespacePipelineRequest) ProtoReflect() protoreflect.Message
func (*ValidateNamespacePipelineRequest) Reset ¶
func (x *ValidateNamespacePipelineRequest) Reset()
func (*ValidateNamespacePipelineRequest) String ¶
func (x *ValidateNamespacePipelineRequest) String() string
type ValidateNamespacePipelineResponse ¶
type ValidateNamespacePipelineResponse struct { // Success Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` // The validated pipeline resource. Errors []*ErrPipelineValidation `protobuf:"bytes,2,rep,name=errors,proto3" json:"errors,omitempty"` // contains filtered or unexported fields }
ValidateNamespacePipelineResponse contains a validated pipeline.
func (*ValidateNamespacePipelineResponse) Descriptor
deprecated
func (*ValidateNamespacePipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use ValidateNamespacePipelineResponse.ProtoReflect.Descriptor instead.
func (*ValidateNamespacePipelineResponse) GetErrors ¶
func (x *ValidateNamespacePipelineResponse) GetErrors() []*ErrPipelineValidation
func (*ValidateNamespacePipelineResponse) GetSuccess ¶
func (x *ValidateNamespacePipelineResponse) GetSuccess() bool
func (*ValidateNamespacePipelineResponse) ProtoMessage ¶
func (*ValidateNamespacePipelineResponse) ProtoMessage()
func (*ValidateNamespacePipelineResponse) ProtoReflect ¶
func (x *ValidateNamespacePipelineResponse) ProtoReflect() protoreflect.Message
func (*ValidateNamespacePipelineResponse) Reset ¶
func (x *ValidateNamespacePipelineResponse) Reset()
func (*ValidateNamespacePipelineResponse) String ¶
func (x *ValidateNamespacePipelineResponse) String() string
type ValidateOrganizationPipelineRequest ¶
type ValidateOrganizationPipelineRequest struct { // The resource name of the pipeline, which allows its access by parent // organization and ID. // - Format: `organizations/{organization.id}/pipelines/{pipeline.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
ValidateOrganizationPipelineRequest represents a request to validate a pipeline owned by an organization.
func (*ValidateOrganizationPipelineRequest) Descriptor
deprecated
func (*ValidateOrganizationPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidateOrganizationPipelineRequest.ProtoReflect.Descriptor instead.
func (*ValidateOrganizationPipelineRequest) GetName ¶
func (x *ValidateOrganizationPipelineRequest) GetName() string
func (*ValidateOrganizationPipelineRequest) ProtoMessage ¶
func (*ValidateOrganizationPipelineRequest) ProtoMessage()
func (*ValidateOrganizationPipelineRequest) ProtoReflect ¶
func (x *ValidateOrganizationPipelineRequest) ProtoReflect() protoreflect.Message
func (*ValidateOrganizationPipelineRequest) Reset ¶
func (x *ValidateOrganizationPipelineRequest) Reset()
func (*ValidateOrganizationPipelineRequest) String ¶
func (x *ValidateOrganizationPipelineRequest) String() string
type ValidateOrganizationPipelineResponse ¶
type ValidateOrganizationPipelineResponse struct { // Success Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` // The validated pipeline resource. Errors []*ErrPipelineValidation `protobuf:"bytes,2,rep,name=errors,proto3" json:"errors,omitempty"` // contains filtered or unexported fields }
ValidateOrganizationPipelineResponse contains a validated pipeline.
func (*ValidateOrganizationPipelineResponse) Descriptor
deprecated
func (*ValidateOrganizationPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use ValidateOrganizationPipelineResponse.ProtoReflect.Descriptor instead.
func (*ValidateOrganizationPipelineResponse) GetErrors ¶
func (x *ValidateOrganizationPipelineResponse) GetErrors() []*ErrPipelineValidation
func (*ValidateOrganizationPipelineResponse) GetSuccess ¶
func (x *ValidateOrganizationPipelineResponse) GetSuccess() bool
func (*ValidateOrganizationPipelineResponse) ProtoMessage ¶
func (*ValidateOrganizationPipelineResponse) ProtoMessage()
func (*ValidateOrganizationPipelineResponse) ProtoReflect ¶
func (x *ValidateOrganizationPipelineResponse) ProtoReflect() protoreflect.Message
func (*ValidateOrganizationPipelineResponse) Reset ¶
func (x *ValidateOrganizationPipelineResponse) Reset()
func (*ValidateOrganizationPipelineResponse) String ¶
func (x *ValidateOrganizationPipelineResponse) String() string
type ValidateUserPipelineRequest ¶
type ValidateUserPipelineRequest struct { // The resource name of the pipeline, which allows its access by parent user // and ID. // - Format: `users/{user.id}/pipelines/{pipeline.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
ValidateUserPipelineRequest represents a request to validate a pipeline owned by a user.
func (*ValidateUserPipelineRequest) Descriptor
deprecated
func (*ValidateUserPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidateUserPipelineRequest.ProtoReflect.Descriptor instead.
func (*ValidateUserPipelineRequest) GetName ¶
func (x *ValidateUserPipelineRequest) GetName() string
func (*ValidateUserPipelineRequest) ProtoMessage ¶
func (*ValidateUserPipelineRequest) ProtoMessage()
func (*ValidateUserPipelineRequest) ProtoReflect ¶
func (x *ValidateUserPipelineRequest) ProtoReflect() protoreflect.Message
func (*ValidateUserPipelineRequest) Reset ¶
func (x *ValidateUserPipelineRequest) Reset()
func (*ValidateUserPipelineRequest) String ¶
func (x *ValidateUserPipelineRequest) String() string
type ValidateUserPipelineResponse ¶
type ValidateUserPipelineResponse struct { // Success Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` // The validated pipeline resource. Errors []*ErrPipelineValidation `protobuf:"bytes,2,rep,name=errors,proto3" json:"errors,omitempty"` // contains filtered or unexported fields }
ValidateUserPipelineResponse contains a validated pipeline.
func (*ValidateUserPipelineResponse) Descriptor
deprecated
func (*ValidateUserPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use ValidateUserPipelineResponse.ProtoReflect.Descriptor instead.
func (*ValidateUserPipelineResponse) GetErrors ¶
func (x *ValidateUserPipelineResponse) GetErrors() []*ErrPipelineValidation
func (*ValidateUserPipelineResponse) GetSuccess ¶
func (x *ValidateUserPipelineResponse) GetSuccess() bool
func (*ValidateUserPipelineResponse) ProtoMessage ¶
func (*ValidateUserPipelineResponse) ProtoMessage()
func (*ValidateUserPipelineResponse) ProtoReflect ¶
func (x *ValidateUserPipelineResponse) ProtoReflect() protoreflect.Message
func (*ValidateUserPipelineResponse) Reset ¶
func (x *ValidateUserPipelineResponse) Reset()
func (*ValidateUserPipelineResponse) String ¶
func (x *ValidateUserPipelineResponse) String() string
type View ¶
type View int32
View defines how a resource is presented. Most resources can share this view definition, the particular meaning of each value should be defined in the resource itself. Certain resources might have their own View definition if they need to implement more than 2 (basic / full) views.
func (View) Descriptor ¶
func (View) Descriptor() protoreflect.EnumDescriptor
func (View) EnumDescriptor
deprecated
func (View) Number ¶
func (x View) Number() protoreflect.EnumNumber
func (View) Type ¶
func (View) Type() protoreflect.EnumType