Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type BriefPipelineRun
- func (s BriefPipelineRun) GoString() string
- func (s *BriefPipelineRun) SetAccessibility(v string) *BriefPipelineRun
- func (s *BriefPipelineRun) SetDuration(v int64) *BriefPipelineRun
- func (s *BriefPipelineRun) SetFinishedAt(v string) *BriefPipelineRun
- func (s *BriefPipelineRun) SetGmtCreateTime(v string) *BriefPipelineRun
- func (s *BriefPipelineRun) SetGmtModifiedTime(v string) *BriefPipelineRun
- func (s *BriefPipelineRun) SetMessage(v string) *BriefPipelineRun
- func (s *BriefPipelineRun) SetName(v string) *BriefPipelineRun
- func (s *BriefPipelineRun) SetNodeId(v string) *BriefPipelineRun
- func (s *BriefPipelineRun) SetParentUserId(v string) *BriefPipelineRun
- func (s *BriefPipelineRun) SetPipelineId(v string) *BriefPipelineRun
- func (s *BriefPipelineRun) SetPipelineRunId(v string) *BriefPipelineRun
- func (s *BriefPipelineRun) SetSourceId(v string) *BriefPipelineRun
- func (s *BriefPipelineRun) SetSourceType(v string) *BriefPipelineRun
- func (s *BriefPipelineRun) SetStartedAt(v string) *BriefPipelineRun
- func (s *BriefPipelineRun) SetStatus(v string) *BriefPipelineRun
- func (s *BriefPipelineRun) SetUserId(v string) *BriefPipelineRun
- func (s *BriefPipelineRun) SetWorkspaceId(v string) *BriefPipelineRun
- func (s BriefPipelineRun) String() string
- type Client
- func (client *Client) CreatePipeline(request *CreatePipelineRequest) (_result *CreatePipelineResponse, _err error)
- func (client *Client) CreatePipelineRun(request *CreatePipelineRunRequest) (_result *CreatePipelineRunResponse, _err error)
- func (client *Client) CreatePipelineRunWithOptions(request *CreatePipelineRunRequest, headers map[string]*string, ...) (_result *CreatePipelineRunResponse, _err error)
- func (client *Client) CreatePipelineWithOptions(request *CreatePipelineRequest, headers map[string]*string, ...) (_result *CreatePipelineResponse, _err error)
- func (client *Client) DeletePipeline(PipelineId *string) (_result *DeletePipelineResponse, _err error)
- func (client *Client) DeletePipelineRun(PipelineRunId *string) (_result *DeletePipelineRunResponse, _err error)
- func (client *Client) DeletePipelineRunWithOptions(PipelineRunId *string, headers map[string]*string, ...) (_result *DeletePipelineRunResponse, _err error)
- func (client *Client) DeletePipelineWithOptions(PipelineId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeletePipelineResponse, _err error)
- func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, ...) (_result *string, _err error)
- func (client *Client) GetPipeline(PipelineId *string) (_result *GetPipelineResponse, _err error)
- func (client *Client) GetPipelineRun(PipelineRunId *string, request *GetPipelineRunRequest) (_result *GetPipelineRunResponse, _err error)
- func (client *Client) GetPipelineRunNode(PipelineRunId *string, NodeId *string, request *GetPipelineRunNodeRequest) (_result *GetPipelineRunNodeResponse, _err error)
- func (client *Client) GetPipelineRunNodeWithOptions(PipelineRunId *string, NodeId *string, request *GetPipelineRunNodeRequest, ...) (_result *GetPipelineRunNodeResponse, _err error)
- func (client *Client) GetPipelineRunWithOptions(PipelineRunId *string, request *GetPipelineRunRequest, ...) (_result *GetPipelineRunResponse, _err error)
- func (client *Client) GetPipelineWithOptions(PipelineId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetPipelineResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ListPipelineRunNodeLogs(PipelineRunId *string, NodeId *string, request *ListPipelineRunNodeLogsRequest) (_result *ListPipelineRunNodeLogsResponse, _err error)
- func (client *Client) ListPipelineRunNodeLogsWithOptions(PipelineRunId *string, NodeId *string, request *ListPipelineRunNodeLogsRequest, ...) (_result *ListPipelineRunNodeLogsResponse, _err error)
- func (client *Client) ListPipelineRunNodeOutputs(PipelineRunId *string, NodeId *string, ...) (_result *ListPipelineRunNodeOutputsResponse, _err error)
- func (client *Client) ListPipelineRunNodeOutputsWithOptions(PipelineRunId *string, NodeId *string, ...) (_result *ListPipelineRunNodeOutputsResponse, _err error)
- func (client *Client) ListPipelineRunNodeStatus(PipelineRunId *string, NodeId *string, ...) (_result *ListPipelineRunNodeStatusResponse, _err error)
- func (client *Client) ListPipelineRunNodeStatusWithOptions(PipelineRunId *string, NodeId *string, ...) (_result *ListPipelineRunNodeStatusResponse, _err error)
- func (client *Client) ListPipelineRuns(request *ListPipelineRunsRequest) (_result *ListPipelineRunsResponse, _err error)
- func (client *Client) ListPipelineRunsStatus(request *ListPipelineRunsStatusRequest) (_result *ListPipelineRunsStatusResponse, _err error)
- func (client *Client) ListPipelineRunsStatusWithOptions(request *ListPipelineRunsStatusRequest, headers map[string]*string, ...) (_result *ListPipelineRunsStatusResponse, _err error)
- func (client *Client) ListPipelineRunsWithOptions(request *ListPipelineRunsRequest, headers map[string]*string, ...) (_result *ListPipelineRunsResponse, _err error)
- func (client *Client) ListPipelines(request *ListPipelinesRequest) (_result *ListPipelinesResponse, _err error)
- func (client *Client) ListPipelinesWithOptions(request *ListPipelinesRequest, headers map[string]*string, ...) (_result *ListPipelinesResponse, _err error)
- func (client *Client) RerunPipelineRun(PipelineRunId *string) (_result *RerunPipelineRunResponse, _err error)
- func (client *Client) RerunPipelineRunWithOptions(PipelineRunId *string, headers map[string]*string, ...) (_result *RerunPipelineRunResponse, _err error)
- func (client *Client) StartPipelineRun(PipelineRunId *string) (_result *StartPipelineRunResponse, _err error)
- func (client *Client) StartPipelineRunWithOptions(PipelineRunId *string, headers map[string]*string, ...) (_result *StartPipelineRunResponse, _err error)
- func (client *Client) TerminatePipelineRun(PipelineRunId *string) (_result *TerminatePipelineRunResponse, _err error)
- func (client *Client) TerminatePipelineRunWithOptions(PipelineRunId *string, headers map[string]*string, ...) (_result *TerminatePipelineRunResponse, _err error)
- func (client *Client) UpdatePipeline(PipelineId *string, request *UpdatePipelineRequest) (_result *UpdatePipelineResponse, _err error)
- func (client *Client) UpdatePipelineRun(PipelineRunId *string, request *UpdatePipelineRunRequest) (_result *UpdatePipelineRunResponse, _err error)
- func (client *Client) UpdatePipelineRunWithOptions(PipelineRunId *string, request *UpdatePipelineRunRequest, ...) (_result *UpdatePipelineRunResponse, _err error)
- func (client *Client) UpdatePipelineWithOptions(PipelineId *string, request *UpdatePipelineRequest, headers map[string]*string, ...) (_result *UpdatePipelineResponse, _err error)
- type CreatePipelineRequest
- type CreatePipelineResponse
- func (s CreatePipelineResponse) GoString() string
- func (s *CreatePipelineResponse) SetBody(v *CreatePipelineResponseBody) *CreatePipelineResponse
- func (s *CreatePipelineResponse) SetHeaders(v map[string]*string) *CreatePipelineResponse
- func (s *CreatePipelineResponse) SetStatusCode(v int32) *CreatePipelineResponse
- func (s CreatePipelineResponse) String() string
- type CreatePipelineResponseBody
- type CreatePipelineRunRequest
- func (s CreatePipelineRunRequest) GoString() string
- func (s *CreatePipelineRunRequest) SetAccessibility(v string) *CreatePipelineRunRequest
- func (s *CreatePipelineRunRequest) SetArguments(v string) *CreatePipelineRunRequest
- func (s *CreatePipelineRunRequest) SetName(v string) *CreatePipelineRunRequest
- func (s *CreatePipelineRunRequest) SetNoConfirmRequired(v bool) *CreatePipelineRunRequest
- func (s *CreatePipelineRunRequest) SetOptions(v string) *CreatePipelineRunRequest
- func (s *CreatePipelineRunRequest) SetPipelineId(v string) *CreatePipelineRunRequest
- func (s *CreatePipelineRunRequest) SetPipelineManifest(v string) *CreatePipelineRunRequest
- func (s *CreatePipelineRunRequest) SetSourceId(v string) *CreatePipelineRunRequest
- func (s *CreatePipelineRunRequest) SetSourceType(v string) *CreatePipelineRunRequest
- func (s *CreatePipelineRunRequest) SetWorkspaceId(v string) *CreatePipelineRunRequest
- func (s CreatePipelineRunRequest) String() string
- type CreatePipelineRunResponse
- func (s CreatePipelineRunResponse) GoString() string
- func (s *CreatePipelineRunResponse) SetBody(v *CreatePipelineRunResponseBody) *CreatePipelineRunResponse
- func (s *CreatePipelineRunResponse) SetHeaders(v map[string]*string) *CreatePipelineRunResponse
- func (s *CreatePipelineRunResponse) SetStatusCode(v int32) *CreatePipelineRunResponse
- func (s CreatePipelineRunResponse) String() string
- type CreatePipelineRunResponseBody
- func (s CreatePipelineRunResponseBody) GoString() string
- func (s *CreatePipelineRunResponseBody) SetPipelineRunId(v string) *CreatePipelineRunResponseBody
- func (s *CreatePipelineRunResponseBody) SetRequestId(v string) *CreatePipelineRunResponseBody
- func (s CreatePipelineRunResponseBody) String() string
- type DeletePipelineResponse
- func (s DeletePipelineResponse) GoString() string
- func (s *DeletePipelineResponse) SetBody(v *DeletePipelineResponseBody) *DeletePipelineResponse
- func (s *DeletePipelineResponse) SetHeaders(v map[string]*string) *DeletePipelineResponse
- func (s *DeletePipelineResponse) SetStatusCode(v int32) *DeletePipelineResponse
- func (s DeletePipelineResponse) String() string
- type DeletePipelineResponseBody
- type DeletePipelineRunResponse
- func (s DeletePipelineRunResponse) GoString() string
- func (s *DeletePipelineRunResponse) SetBody(v *DeletePipelineRunResponseBody) *DeletePipelineRunResponse
- func (s *DeletePipelineRunResponse) SetHeaders(v map[string]*string) *DeletePipelineRunResponse
- func (s *DeletePipelineRunResponse) SetStatusCode(v int32) *DeletePipelineRunResponse
- func (s DeletePipelineRunResponse) String() string
- type DeletePipelineRunResponseBody
- type FullPipelineRun
- func (s FullPipelineRun) GoString() string
- func (s *FullPipelineRun) SetAccessibility(v string) *FullPipelineRun
- func (s *FullPipelineRun) SetArguments(v string) *FullPipelineRun
- func (s *FullPipelineRun) SetDuration(v int64) *FullPipelineRun
- func (s *FullPipelineRun) SetFinishedAt(v string) *FullPipelineRun
- func (s *FullPipelineRun) SetGmtCreateTime(v string) *FullPipelineRun
- func (s *FullPipelineRun) SetGmtModifiedTime(v string) *FullPipelineRun
- func (s *FullPipelineRun) SetManifest(v string) *FullPipelineRun
- func (s *FullPipelineRun) SetMessage(v string) *FullPipelineRun
- func (s *FullPipelineRun) SetName(v string) *FullPipelineRun
- func (s *FullPipelineRun) SetNodeId(v string) *FullPipelineRun
- func (s *FullPipelineRun) SetOptions(v string) *FullPipelineRun
- func (s *FullPipelineRun) SetParentUserId(v string) *FullPipelineRun
- func (s *FullPipelineRun) SetPipelineId(v string) *FullPipelineRun
- func (s *FullPipelineRun) SetPipelineRunId(v string) *FullPipelineRun
- func (s *FullPipelineRun) SetSourceId(v string) *FullPipelineRun
- func (s *FullPipelineRun) SetSourceType(v string) *FullPipelineRun
- func (s *FullPipelineRun) SetStartedAt(v string) *FullPipelineRun
- func (s *FullPipelineRun) SetStatus(v string) *FullPipelineRun
- func (s *FullPipelineRun) SetUserId(v string) *FullPipelineRun
- func (s *FullPipelineRun) SetWorkspaceId(v string) *FullPipelineRun
- func (s FullPipelineRun) String() string
- type GetPipelineResponse
- func (s GetPipelineResponse) GoString() string
- func (s *GetPipelineResponse) SetBody(v *GetPipelineResponseBody) *GetPipelineResponse
- func (s *GetPipelineResponse) SetHeaders(v map[string]*string) *GetPipelineResponse
- func (s *GetPipelineResponse) SetStatusCode(v int32) *GetPipelineResponse
- func (s GetPipelineResponse) String() string
- type GetPipelineResponseBody
- func (s GetPipelineResponseBody) GoString() string
- func (s *GetPipelineResponseBody) SetGmtCreateTime(v string) *GetPipelineResponseBody
- func (s *GetPipelineResponseBody) SetGmtModifiedTime(v string) *GetPipelineResponseBody
- func (s *GetPipelineResponseBody) SetIdentifier(v string) *GetPipelineResponseBody
- func (s *GetPipelineResponseBody) SetManifest(v string) *GetPipelineResponseBody
- func (s *GetPipelineResponseBody) SetPipelineId(v string) *GetPipelineResponseBody
- func (s *GetPipelineResponseBody) SetProvider(v string) *GetPipelineResponseBody
- func (s *GetPipelineResponseBody) SetRequestId(v string) *GetPipelineResponseBody
- func (s *GetPipelineResponseBody) SetUuid(v string) *GetPipelineResponseBody
- func (s *GetPipelineResponseBody) SetVersion(v string) *GetPipelineResponseBody
- func (s *GetPipelineResponseBody) SetWorkspaceId(v string) *GetPipelineResponseBody
- func (s GetPipelineResponseBody) String() string
- type GetPipelineRunNodeRequest
- func (s GetPipelineRunNodeRequest) GoString() string
- func (s *GetPipelineRunNodeRequest) SetDepth(v int32) *GetPipelineRunNodeRequest
- func (s *GetPipelineRunNodeRequest) SetTokenId(v string) *GetPipelineRunNodeRequest
- func (s *GetPipelineRunNodeRequest) SetType(v string) *GetPipelineRunNodeRequest
- func (s GetPipelineRunNodeRequest) String() string
- type GetPipelineRunNodeResponse
- func (s GetPipelineRunNodeResponse) GoString() string
- func (s *GetPipelineRunNodeResponse) SetBody(v *GetPipelineRunNodeResponseBody) *GetPipelineRunNodeResponse
- func (s *GetPipelineRunNodeResponse) SetHeaders(v map[string]*string) *GetPipelineRunNodeResponse
- func (s *GetPipelineRunNodeResponse) SetStatusCode(v int32) *GetPipelineRunNodeResponse
- func (s GetPipelineRunNodeResponse) String() string
- type GetPipelineRunNodeResponseBody
- func (s GetPipelineRunNodeResponseBody) GoString() string
- func (s *GetPipelineRunNodeResponseBody) SetApiVersion(v string) *GetPipelineRunNodeResponseBody
- func (s *GetPipelineRunNodeResponseBody) SetMetadata(v *GetPipelineRunNodeResponseBodyMetadata) *GetPipelineRunNodeResponseBody
- func (s *GetPipelineRunNodeResponseBody) SetRequestId(v string) *GetPipelineRunNodeResponseBody
- func (s *GetPipelineRunNodeResponseBody) SetSpec(v *GetPipelineRunNodeResponseBodySpec) *GetPipelineRunNodeResponseBody
- func (s *GetPipelineRunNodeResponseBody) SetStatusInfo(v *GetPipelineRunNodeResponseBodyStatusInfo) *GetPipelineRunNodeResponseBody
- func (s GetPipelineRunNodeResponseBody) String() string
- type GetPipelineRunNodeResponseBodyMetadata
- func (s GetPipelineRunNodeResponseBodyMetadata) GoString() string
- func (s *GetPipelineRunNodeResponseBodyMetadata) SetDisplayName(v string) *GetPipelineRunNodeResponseBodyMetadata
- func (s *GetPipelineRunNodeResponseBodyMetadata) SetIdentifier(v string) *GetPipelineRunNodeResponseBodyMetadata
- func (s *GetPipelineRunNodeResponseBodyMetadata) SetName(v string) *GetPipelineRunNodeResponseBodyMetadata
- func (s *GetPipelineRunNodeResponseBodyMetadata) SetNodeId(v string) *GetPipelineRunNodeResponseBodyMetadata
- func (s *GetPipelineRunNodeResponseBodyMetadata) SetNodeType(v string) *GetPipelineRunNodeResponseBodyMetadata
- func (s *GetPipelineRunNodeResponseBodyMetadata) SetProvider(v string) *GetPipelineRunNodeResponseBodyMetadata
- func (s *GetPipelineRunNodeResponseBodyMetadata) SetRelatedNodeIds(v []*string) *GetPipelineRunNodeResponseBodyMetadata
- func (s *GetPipelineRunNodeResponseBodyMetadata) SetVersion(v string) *GetPipelineRunNodeResponseBodyMetadata
- func (s GetPipelineRunNodeResponseBodyMetadata) String() string
- type GetPipelineRunNodeResponseBodySpec
- func (s GetPipelineRunNodeResponseBodySpec) GoString() string
- func (s *GetPipelineRunNodeResponseBodySpec) SetDependencies(v []*string) *GetPipelineRunNodeResponseBodySpec
- func (s *GetPipelineRunNodeResponseBodySpec) SetHasPipelines(v bool) *GetPipelineRunNodeResponseBodySpec
- func (s *GetPipelineRunNodeResponseBodySpec) SetInputs(v *GetPipelineRunNodeResponseBodySpecInputs) *GetPipelineRunNodeResponseBodySpec
- func (s *GetPipelineRunNodeResponseBodySpec) SetOutputs(v *GetPipelineRunNodeResponseBodySpecOutputs) *GetPipelineRunNodeResponseBodySpec
- func (s *GetPipelineRunNodeResponseBodySpec) SetParallelism(v int32) *GetPipelineRunNodeResponseBodySpec
- func (s *GetPipelineRunNodeResponseBodySpec) SetPipelines(v []map[string]interface{}) *GetPipelineRunNodeResponseBodySpec
- func (s *GetPipelineRunNodeResponseBodySpec) SetWhen(v string) *GetPipelineRunNodeResponseBodySpec
- func (s *GetPipelineRunNodeResponseBodySpec) SetWithItems(v []*string) *GetPipelineRunNodeResponseBodySpec
- func (s *GetPipelineRunNodeResponseBodySpec) SetWithParam(v string) *GetPipelineRunNodeResponseBodySpec
- func (s *GetPipelineRunNodeResponseBodySpec) SetWithSequence(v *GetPipelineRunNodeResponseBodySpecWithSequence) *GetPipelineRunNodeResponseBodySpec
- func (s GetPipelineRunNodeResponseBodySpec) String() string
- type GetPipelineRunNodeResponseBodySpecInputs
- func (s GetPipelineRunNodeResponseBodySpecInputs) GoString() string
- func (s *GetPipelineRunNodeResponseBodySpecInputs) SetArtifacts(v []map[string]interface{}) *GetPipelineRunNodeResponseBodySpecInputs
- func (s *GetPipelineRunNodeResponseBodySpecInputs) SetParameters(v []map[string]interface{}) *GetPipelineRunNodeResponseBodySpecInputs
- func (s GetPipelineRunNodeResponseBodySpecInputs) String() string
- type GetPipelineRunNodeResponseBodySpecOutputs
- func (s GetPipelineRunNodeResponseBodySpecOutputs) GoString() string
- func (s *GetPipelineRunNodeResponseBodySpecOutputs) SetArtifacts(v []map[string]interface{}) *GetPipelineRunNodeResponseBodySpecOutputs
- func (s *GetPipelineRunNodeResponseBodySpecOutputs) SetParameters(v []map[string]interface{}) *GetPipelineRunNodeResponseBodySpecOutputs
- func (s GetPipelineRunNodeResponseBodySpecOutputs) String() string
- type GetPipelineRunNodeResponseBodySpecWithSequence
- func (s GetPipelineRunNodeResponseBodySpecWithSequence) GoString() string
- func (s *GetPipelineRunNodeResponseBodySpecWithSequence) SetEnd(v int32) *GetPipelineRunNodeResponseBodySpecWithSequence
- func (s *GetPipelineRunNodeResponseBodySpecWithSequence) SetFormat(v string) *GetPipelineRunNodeResponseBodySpecWithSequence
- func (s *GetPipelineRunNodeResponseBodySpecWithSequence) SetStart(v int32) *GetPipelineRunNodeResponseBodySpecWithSequence
- func (s GetPipelineRunNodeResponseBodySpecWithSequence) String() string
- type GetPipelineRunNodeResponseBodyStatusInfo
- func (s GetPipelineRunNodeResponseBodyStatusInfo) GoString() string
- func (s *GetPipelineRunNodeResponseBodyStatusInfo) SetConditions(v []map[string]interface{}) *GetPipelineRunNodeResponseBodyStatusInfo
- func (s *GetPipelineRunNodeResponseBodyStatusInfo) SetFinishedAt(v string) *GetPipelineRunNodeResponseBodyStatusInfo
- func (s *GetPipelineRunNodeResponseBodyStatusInfo) SetProgress(v string) *GetPipelineRunNodeResponseBodyStatusInfo
- func (s *GetPipelineRunNodeResponseBodyStatusInfo) SetStartedAt(v string) *GetPipelineRunNodeResponseBodyStatusInfo
- func (s *GetPipelineRunNodeResponseBodyStatusInfo) SetStatus(v string) *GetPipelineRunNodeResponseBodyStatusInfo
- func (s GetPipelineRunNodeResponseBodyStatusInfo) String() string
- type GetPipelineRunRequest
- func (s GetPipelineRunRequest) GoString() string
- func (s *GetPipelineRunRequest) SetManifestType(v string) *GetPipelineRunRequest
- func (s *GetPipelineRunRequest) SetTokenId(v string) *GetPipelineRunRequest
- func (s *GetPipelineRunRequest) SetVerbose(v bool) *GetPipelineRunRequest
- func (s GetPipelineRunRequest) String() string
- type GetPipelineRunResponse
- func (s GetPipelineRunResponse) GoString() string
- func (s *GetPipelineRunResponse) SetBody(v *GetPipelineRunResponseBody) *GetPipelineRunResponse
- func (s *GetPipelineRunResponse) SetHeaders(v map[string]*string) *GetPipelineRunResponse
- func (s *GetPipelineRunResponse) SetStatusCode(v int32) *GetPipelineRunResponse
- func (s GetPipelineRunResponse) String() string
- type GetPipelineRunResponseBody
- func (s GetPipelineRunResponseBody) GoString() string
- func (s *GetPipelineRunResponseBody) SetAccessibility(v string) *GetPipelineRunResponseBody
- func (s *GetPipelineRunResponseBody) SetArguments(v string) *GetPipelineRunResponseBody
- func (s *GetPipelineRunResponseBody) SetDuration(v int64) *GetPipelineRunResponseBody
- func (s *GetPipelineRunResponseBody) SetFinishedAt(v string) *GetPipelineRunResponseBody
- func (s *GetPipelineRunResponseBody) SetGmtCreateTime(v string) *GetPipelineRunResponseBody
- func (s *GetPipelineRunResponseBody) SetGmtModifiedTime(v string) *GetPipelineRunResponseBody
- func (s *GetPipelineRunResponseBody) SetManifest(v string) *GetPipelineRunResponseBody
- func (s *GetPipelineRunResponseBody) SetMessage(v string) *GetPipelineRunResponseBody
- func (s *GetPipelineRunResponseBody) SetName(v string) *GetPipelineRunResponseBody
- func (s *GetPipelineRunResponseBody) SetNodeId(v string) *GetPipelineRunResponseBody
- func (s *GetPipelineRunResponseBody) SetOptions(v string) *GetPipelineRunResponseBody
- func (s *GetPipelineRunResponseBody) SetParentUserId(v string) *GetPipelineRunResponseBody
- func (s *GetPipelineRunResponseBody) SetPipelineId(v string) *GetPipelineRunResponseBody
- func (s *GetPipelineRunResponseBody) SetPipelineRunId(v string) *GetPipelineRunResponseBody
- func (s *GetPipelineRunResponseBody) SetPipelineRunUri(v string) *GetPipelineRunResponseBody
- func (s *GetPipelineRunResponseBody) SetRequestId(v string) *GetPipelineRunResponseBody
- func (s *GetPipelineRunResponseBody) SetSourceId(v string) *GetPipelineRunResponseBody
- func (s *GetPipelineRunResponseBody) SetSourceType(v string) *GetPipelineRunResponseBody
- func (s *GetPipelineRunResponseBody) SetStartedAt(v string) *GetPipelineRunResponseBody
- func (s *GetPipelineRunResponseBody) SetStatus(v string) *GetPipelineRunResponseBody
- func (s *GetPipelineRunResponseBody) SetUserId(v string) *GetPipelineRunResponseBody
- func (s *GetPipelineRunResponseBody) SetWorkspaceId(v string) *GetPipelineRunResponseBody
- func (s GetPipelineRunResponseBody) String() string
- type ListPipelineRunNodeLogsRequest
- func (s ListPipelineRunNodeLogsRequest) GoString() string
- func (s *ListPipelineRunNodeLogsRequest) SetFromTimeInSeconds(v int64) *ListPipelineRunNodeLogsRequest
- func (s *ListPipelineRunNodeLogsRequest) SetKeyword(v string) *ListPipelineRunNodeLogsRequest
- func (s *ListPipelineRunNodeLogsRequest) SetOffset(v int32) *ListPipelineRunNodeLogsRequest
- func (s *ListPipelineRunNodeLogsRequest) SetPageSize(v int32) *ListPipelineRunNodeLogsRequest
- func (s *ListPipelineRunNodeLogsRequest) SetReverse(v bool) *ListPipelineRunNodeLogsRequest
- func (s *ListPipelineRunNodeLogsRequest) SetToTimeInSeconds(v int64) *ListPipelineRunNodeLogsRequest
- func (s *ListPipelineRunNodeLogsRequest) SetTokenId(v string) *ListPipelineRunNodeLogsRequest
- func (s ListPipelineRunNodeLogsRequest) String() string
- type ListPipelineRunNodeLogsResponse
- func (s ListPipelineRunNodeLogsResponse) GoString() string
- func (s *ListPipelineRunNodeLogsResponse) SetBody(v *ListPipelineRunNodeLogsResponseBody) *ListPipelineRunNodeLogsResponse
- func (s *ListPipelineRunNodeLogsResponse) SetHeaders(v map[string]*string) *ListPipelineRunNodeLogsResponse
- func (s *ListPipelineRunNodeLogsResponse) SetStatusCode(v int32) *ListPipelineRunNodeLogsResponse
- func (s ListPipelineRunNodeLogsResponse) String() string
- type ListPipelineRunNodeLogsResponseBody
- func (s ListPipelineRunNodeLogsResponseBody) GoString() string
- func (s *ListPipelineRunNodeLogsResponseBody) SetLogs(v []*string) *ListPipelineRunNodeLogsResponseBody
- func (s *ListPipelineRunNodeLogsResponseBody) SetRequestId(v string) *ListPipelineRunNodeLogsResponseBody
- func (s *ListPipelineRunNodeLogsResponseBody) SetTotalCount(v int64) *ListPipelineRunNodeLogsResponseBody
- func (s ListPipelineRunNodeLogsResponseBody) String() string
- type ListPipelineRunNodeOutputsRequest
- func (s ListPipelineRunNodeOutputsRequest) GoString() string
- func (s *ListPipelineRunNodeOutputsRequest) SetDepth(v int32) *ListPipelineRunNodeOutputsRequest
- func (s *ListPipelineRunNodeOutputsRequest) SetName(v string) *ListPipelineRunNodeOutputsRequest
- func (s *ListPipelineRunNodeOutputsRequest) SetOrder(v string) *ListPipelineRunNodeOutputsRequest
- func (s *ListPipelineRunNodeOutputsRequest) SetPageNumber(v int32) *ListPipelineRunNodeOutputsRequest
- func (s *ListPipelineRunNodeOutputsRequest) SetPageSize(v int32) *ListPipelineRunNodeOutputsRequest
- func (s *ListPipelineRunNodeOutputsRequest) SetSortBy(v string) *ListPipelineRunNodeOutputsRequest
- func (s *ListPipelineRunNodeOutputsRequest) SetTokenId(v string) *ListPipelineRunNodeOutputsRequest
- func (s *ListPipelineRunNodeOutputsRequest) SetType(v string) *ListPipelineRunNodeOutputsRequest
- func (s ListPipelineRunNodeOutputsRequest) String() string
- type ListPipelineRunNodeOutputsResponse
- func (s ListPipelineRunNodeOutputsResponse) GoString() string
- func (s *ListPipelineRunNodeOutputsResponse) SetBody(v *ListPipelineRunNodeOutputsResponseBody) *ListPipelineRunNodeOutputsResponse
- func (s *ListPipelineRunNodeOutputsResponse) SetHeaders(v map[string]*string) *ListPipelineRunNodeOutputsResponse
- func (s *ListPipelineRunNodeOutputsResponse) SetStatusCode(v int32) *ListPipelineRunNodeOutputsResponse
- func (s ListPipelineRunNodeOutputsResponse) String() string
- type ListPipelineRunNodeOutputsResponseBody
- func (s ListPipelineRunNodeOutputsResponseBody) GoString() string
- func (s *ListPipelineRunNodeOutputsResponseBody) SetOutputs(v []*ListPipelineRunNodeOutputsResponseBodyOutputs) *ListPipelineRunNodeOutputsResponseBody
- func (s *ListPipelineRunNodeOutputsResponseBody) SetRequestId(v string) *ListPipelineRunNodeOutputsResponseBody
- func (s *ListPipelineRunNodeOutputsResponseBody) SetTotalCount(v int64) *ListPipelineRunNodeOutputsResponseBody
- func (s ListPipelineRunNodeOutputsResponseBody) String() string
- type ListPipelineRunNodeOutputsResponseBodyOutputs
- func (s ListPipelineRunNodeOutputsResponseBodyOutputs) GoString() string
- func (s *ListPipelineRunNodeOutputsResponseBodyOutputs) SetExpandableArtifactName(v string) *ListPipelineRunNodeOutputsResponseBodyOutputs
- func (s *ListPipelineRunNodeOutputsResponseBodyOutputs) SetExpandedArtifactIndex(v int64) *ListPipelineRunNodeOutputsResponseBodyOutputs
- func (s *ListPipelineRunNodeOutputsResponseBodyOutputs) SetGmtCreateTime(v string) *ListPipelineRunNodeOutputsResponseBodyOutputs
- func (s *ListPipelineRunNodeOutputsResponseBodyOutputs) SetId(v string) *ListPipelineRunNodeOutputsResponseBodyOutputs
- func (s *ListPipelineRunNodeOutputsResponseBodyOutputs) SetInfo(v map[string]interface{}) *ListPipelineRunNodeOutputsResponseBodyOutputs
- func (s *ListPipelineRunNodeOutputsResponseBodyOutputs) SetName(v string) *ListPipelineRunNodeOutputsResponseBodyOutputs
- func (s *ListPipelineRunNodeOutputsResponseBodyOutputs) SetNodeId(v string) *ListPipelineRunNodeOutputsResponseBodyOutputs
- func (s *ListPipelineRunNodeOutputsResponseBodyOutputs) SetProducer(v string) *ListPipelineRunNodeOutputsResponseBodyOutputs
- func (s *ListPipelineRunNodeOutputsResponseBodyOutputs) SetType(v string) *ListPipelineRunNodeOutputsResponseBodyOutputs
- func (s ListPipelineRunNodeOutputsResponseBodyOutputs) String() string
- type ListPipelineRunNodeStatusRequest
- func (s ListPipelineRunNodeStatusRequest) GoString() string
- func (s *ListPipelineRunNodeStatusRequest) SetDepth(v int64) *ListPipelineRunNodeStatusRequest
- func (s *ListPipelineRunNodeStatusRequest) SetTokenId(v string) *ListPipelineRunNodeStatusRequest
- func (s *ListPipelineRunNodeStatusRequest) SetType(v string) *ListPipelineRunNodeStatusRequest
- func (s ListPipelineRunNodeStatusRequest) String() string
- type ListPipelineRunNodeStatusResponse
- func (s ListPipelineRunNodeStatusResponse) GoString() string
- func (s *ListPipelineRunNodeStatusResponse) SetBody(v *ListPipelineRunNodeStatusResponseBody) *ListPipelineRunNodeStatusResponse
- func (s *ListPipelineRunNodeStatusResponse) SetHeaders(v map[string]*string) *ListPipelineRunNodeStatusResponse
- func (s *ListPipelineRunNodeStatusResponse) SetStatusCode(v int32) *ListPipelineRunNodeStatusResponse
- func (s ListPipelineRunNodeStatusResponse) String() string
- type ListPipelineRunNodeStatusResponseBody
- func (s ListPipelineRunNodeStatusResponseBody) GoString() string
- func (s *ListPipelineRunNodeStatusResponseBody) SetRequestId(v string) *ListPipelineRunNodeStatusResponseBody
- func (s *ListPipelineRunNodeStatusResponseBody) SetStatus(v []*ListPipelineRunNodeStatusResponseBodyStatus) *ListPipelineRunNodeStatusResponseBody
- func (s ListPipelineRunNodeStatusResponseBody) String() string
- type ListPipelineRunNodeStatusResponseBodyStatus
- func (s ListPipelineRunNodeStatusResponseBodyStatus) GoString() string
- func (s *ListPipelineRunNodeStatusResponseBodyStatus) SetFinishedAt(v string) *ListPipelineRunNodeStatusResponseBodyStatus
- func (s *ListPipelineRunNodeStatusResponseBodyStatus) SetNodeId(v string) *ListPipelineRunNodeStatusResponseBodyStatus
- func (s *ListPipelineRunNodeStatusResponseBodyStatus) SetNodeName(v string) *ListPipelineRunNodeStatusResponseBodyStatus
- func (s *ListPipelineRunNodeStatusResponseBodyStatus) SetRuntimeInfo(v string) *ListPipelineRunNodeStatusResponseBodyStatus
- func (s *ListPipelineRunNodeStatusResponseBodyStatus) SetStartedAt(v string) *ListPipelineRunNodeStatusResponseBodyStatus
- func (s *ListPipelineRunNodeStatusResponseBodyStatus) SetStatus(v string) *ListPipelineRunNodeStatusResponseBodyStatus
- func (s ListPipelineRunNodeStatusResponseBodyStatus) String() string
- type ListPipelineRunsRequest
- func (s ListPipelineRunsRequest) GoString() string
- func (s *ListPipelineRunsRequest) SetName(v string) *ListPipelineRunsRequest
- func (s *ListPipelineRunsRequest) SetOrder(v string) *ListPipelineRunsRequest
- func (s *ListPipelineRunsRequest) SetPageNumber(v int32) *ListPipelineRunsRequest
- func (s *ListPipelineRunsRequest) SetPageSize(v int32) *ListPipelineRunsRequest
- func (s *ListPipelineRunsRequest) SetPipelineIds(v string) *ListPipelineRunsRequest
- func (s *ListPipelineRunsRequest) SetPipelineRunId(v string) *ListPipelineRunsRequest
- func (s *ListPipelineRunsRequest) SetSortBy(v string) *ListPipelineRunsRequest
- func (s *ListPipelineRunsRequest) SetSourceId(v string) *ListPipelineRunsRequest
- func (s *ListPipelineRunsRequest) SetSourceType(v string) *ListPipelineRunsRequest
- func (s *ListPipelineRunsRequest) SetStatus(v string) *ListPipelineRunsRequest
- func (s *ListPipelineRunsRequest) SetUserId(v string) *ListPipelineRunsRequest
- func (s *ListPipelineRunsRequest) SetWorkspaceId(v string) *ListPipelineRunsRequest
- func (s ListPipelineRunsRequest) String() string
- type ListPipelineRunsResponse
- func (s ListPipelineRunsResponse) GoString() string
- func (s *ListPipelineRunsResponse) SetBody(v *ListPipelineRunsResponseBody) *ListPipelineRunsResponse
- func (s *ListPipelineRunsResponse) SetHeaders(v map[string]*string) *ListPipelineRunsResponse
- func (s *ListPipelineRunsResponse) SetStatusCode(v int32) *ListPipelineRunsResponse
- func (s ListPipelineRunsResponse) String() string
- type ListPipelineRunsResponseBody
- func (s ListPipelineRunsResponseBody) GoString() string
- func (s *ListPipelineRunsResponseBody) SetPipelineRuns(v []*ListPipelineRunsResponseBodyPipelineRuns) *ListPipelineRunsResponseBody
- func (s *ListPipelineRunsResponseBody) SetRequestId(v string) *ListPipelineRunsResponseBody
- func (s *ListPipelineRunsResponseBody) SetTotalCount(v int64) *ListPipelineRunsResponseBody
- func (s ListPipelineRunsResponseBody) String() string
- type ListPipelineRunsResponseBodyPipelineRuns
- func (s ListPipelineRunsResponseBodyPipelineRuns) GoString() string
- func (s *ListPipelineRunsResponseBodyPipelineRuns) SetAccessibility(v string) *ListPipelineRunsResponseBodyPipelineRuns
- func (s *ListPipelineRunsResponseBodyPipelineRuns) SetDuration(v int32) *ListPipelineRunsResponseBodyPipelineRuns
- func (s *ListPipelineRunsResponseBodyPipelineRuns) SetFinishedAt(v string) *ListPipelineRunsResponseBodyPipelineRuns
- func (s *ListPipelineRunsResponseBodyPipelineRuns) SetGmtCreateTime(v string) *ListPipelineRunsResponseBodyPipelineRuns
- func (s *ListPipelineRunsResponseBodyPipelineRuns) SetGmtModifiedTime(v string) *ListPipelineRunsResponseBodyPipelineRuns
- func (s *ListPipelineRunsResponseBodyPipelineRuns) SetMessage(v string) *ListPipelineRunsResponseBodyPipelineRuns
- func (s *ListPipelineRunsResponseBodyPipelineRuns) SetName(v string) *ListPipelineRunsResponseBodyPipelineRuns
- func (s *ListPipelineRunsResponseBodyPipelineRuns) SetNodeId(v string) *ListPipelineRunsResponseBodyPipelineRuns
- func (s *ListPipelineRunsResponseBodyPipelineRuns) SetParentUserId(v string) *ListPipelineRunsResponseBodyPipelineRuns
- func (s *ListPipelineRunsResponseBodyPipelineRuns) SetPipelineId(v string) *ListPipelineRunsResponseBodyPipelineRuns
- func (s *ListPipelineRunsResponseBodyPipelineRuns) SetPipelineRunId(v string) *ListPipelineRunsResponseBodyPipelineRuns
- func (s *ListPipelineRunsResponseBodyPipelineRuns) SetPipelineRunUri(v string) *ListPipelineRunsResponseBodyPipelineRuns
- func (s *ListPipelineRunsResponseBodyPipelineRuns) SetSourceId(v string) *ListPipelineRunsResponseBodyPipelineRuns
- func (s *ListPipelineRunsResponseBodyPipelineRuns) SetSourceType(v string) *ListPipelineRunsResponseBodyPipelineRuns
- func (s *ListPipelineRunsResponseBodyPipelineRuns) SetStartedAt(v string) *ListPipelineRunsResponseBodyPipelineRuns
- func (s *ListPipelineRunsResponseBodyPipelineRuns) SetStatus(v string) *ListPipelineRunsResponseBodyPipelineRuns
- func (s *ListPipelineRunsResponseBodyPipelineRuns) SetUserId(v string) *ListPipelineRunsResponseBodyPipelineRuns
- func (s *ListPipelineRunsResponseBodyPipelineRuns) SetWorkspaceId(v string) *ListPipelineRunsResponseBodyPipelineRuns
- func (s ListPipelineRunsResponseBodyPipelineRuns) String() string
- type ListPipelineRunsStatusRequest
- func (s ListPipelineRunsStatusRequest) GoString() string
- func (s *ListPipelineRunsStatusRequest) SetNodes(v []*ListPipelineRunsStatusRequestNodes) *ListPipelineRunsStatusRequest
- func (s *ListPipelineRunsStatusRequest) SetOutputType(v string) *ListPipelineRunsStatusRequest
- func (s *ListPipelineRunsStatusRequest) SetPipelineRuns(v []*string) *ListPipelineRunsStatusRequest
- func (s *ListPipelineRunsStatusRequest) SetWorkspaceId(v string) *ListPipelineRunsStatusRequest
- func (s ListPipelineRunsStatusRequest) String() string
- type ListPipelineRunsStatusRequestNodes
- func (s ListPipelineRunsStatusRequestNodes) GoString() string
- func (s *ListPipelineRunsStatusRequestNodes) SetNodeId(v string) *ListPipelineRunsStatusRequestNodes
- func (s *ListPipelineRunsStatusRequestNodes) SetPipelineRunId(v string) *ListPipelineRunsStatusRequestNodes
- func (s ListPipelineRunsStatusRequestNodes) String() string
- type ListPipelineRunsStatusResponse
- func (s ListPipelineRunsStatusResponse) GoString() string
- func (s *ListPipelineRunsStatusResponse) SetBody(v *ListPipelineRunsStatusResponseBody) *ListPipelineRunsStatusResponse
- func (s *ListPipelineRunsStatusResponse) SetHeaders(v map[string]*string) *ListPipelineRunsStatusResponse
- func (s *ListPipelineRunsStatusResponse) SetStatusCode(v int32) *ListPipelineRunsStatusResponse
- func (s ListPipelineRunsStatusResponse) String() string
- type ListPipelineRunsStatusResponseBody
- func (s ListPipelineRunsStatusResponseBody) GoString() string
- func (s *ListPipelineRunsStatusResponseBody) SetNodes(v []*ListPipelineRunsStatusResponseBodyNodes) *ListPipelineRunsStatusResponseBody
- func (s *ListPipelineRunsStatusResponseBody) SetOutputs(v []*ListPipelineRunsStatusResponseBodyOutputs) *ListPipelineRunsStatusResponseBody
- func (s *ListPipelineRunsStatusResponseBody) SetPipelineRuns(v []*ListPipelineRunsStatusResponseBodyPipelineRuns) *ListPipelineRunsStatusResponseBody
- func (s *ListPipelineRunsStatusResponseBody) SetRequestId(v string) *ListPipelineRunsStatusResponseBody
- func (s ListPipelineRunsStatusResponseBody) String() string
- type ListPipelineRunsStatusResponseBodyNodes
- func (s ListPipelineRunsStatusResponseBodyNodes) GoString() string
- func (s *ListPipelineRunsStatusResponseBodyNodes) SetFinishedAt(v string) *ListPipelineRunsStatusResponseBodyNodes
- func (s *ListPipelineRunsStatusResponseBodyNodes) SetInputArtifactArchived(v bool) *ListPipelineRunsStatusResponseBodyNodes
- func (s *ListPipelineRunsStatusResponseBodyNodes) SetNodeId(v string) *ListPipelineRunsStatusResponseBodyNodes
- func (s *ListPipelineRunsStatusResponseBodyNodes) SetNodeName(v string) *ListPipelineRunsStatusResponseBodyNodes
- func (s *ListPipelineRunsStatusResponseBodyNodes) SetOutputArtifactArchived(v bool) *ListPipelineRunsStatusResponseBodyNodes
- func (s *ListPipelineRunsStatusResponseBodyNodes) SetPipelineRunId(v string) *ListPipelineRunsStatusResponseBodyNodes
- func (s *ListPipelineRunsStatusResponseBodyNodes) SetStartedAt(v string) *ListPipelineRunsStatusResponseBodyNodes
- func (s *ListPipelineRunsStatusResponseBodyNodes) SetStatus(v string) *ListPipelineRunsStatusResponseBodyNodes
- func (s ListPipelineRunsStatusResponseBodyNodes) String() string
- type ListPipelineRunsStatusResponseBodyOutputs
- func (s ListPipelineRunsStatusResponseBodyOutputs) GoString() string
- func (s *ListPipelineRunsStatusResponseBodyOutputs) SetExpandableArtifactName(v string) *ListPipelineRunsStatusResponseBodyOutputs
- func (s *ListPipelineRunsStatusResponseBodyOutputs) SetExpandedArtifactIndex(v int32) *ListPipelineRunsStatusResponseBodyOutputs
- func (s *ListPipelineRunsStatusResponseBodyOutputs) SetGmtCreateTime(v string) *ListPipelineRunsStatusResponseBodyOutputs
- func (s *ListPipelineRunsStatusResponseBodyOutputs) SetId(v string) *ListPipelineRunsStatusResponseBodyOutputs
- func (s *ListPipelineRunsStatusResponseBodyOutputs) SetMetadata(v map[string]interface{}) *ListPipelineRunsStatusResponseBodyOutputs
- func (s *ListPipelineRunsStatusResponseBodyOutputs) SetName(v string) *ListPipelineRunsStatusResponseBodyOutputs
- func (s *ListPipelineRunsStatusResponseBodyOutputs) SetNodeId(v string) *ListPipelineRunsStatusResponseBodyOutputs
- func (s *ListPipelineRunsStatusResponseBodyOutputs) SetPipelineRunId(v string) *ListPipelineRunsStatusResponseBodyOutputs
- func (s *ListPipelineRunsStatusResponseBodyOutputs) SetProducer(v string) *ListPipelineRunsStatusResponseBodyOutputs
- func (s *ListPipelineRunsStatusResponseBodyOutputs) SetType(v string) *ListPipelineRunsStatusResponseBodyOutputs
- func (s *ListPipelineRunsStatusResponseBodyOutputs) SetValue(v string) *ListPipelineRunsStatusResponseBodyOutputs
- func (s ListPipelineRunsStatusResponseBodyOutputs) String() string
- type ListPipelineRunsStatusResponseBodyPipelineRuns
- func (s ListPipelineRunsStatusResponseBodyPipelineRuns) GoString() string
- func (s *ListPipelineRunsStatusResponseBodyPipelineRuns) SetIsDeleted(v bool) *ListPipelineRunsStatusResponseBodyPipelineRuns
- func (s *ListPipelineRunsStatusResponseBodyPipelineRuns) SetName(v string) *ListPipelineRunsStatusResponseBodyPipelineRuns
- func (s *ListPipelineRunsStatusResponseBodyPipelineRuns) SetNodeId(v string) *ListPipelineRunsStatusResponseBodyPipelineRuns
- func (s *ListPipelineRunsStatusResponseBodyPipelineRuns) SetParentUserId(v string) *ListPipelineRunsStatusResponseBodyPipelineRuns
- func (s *ListPipelineRunsStatusResponseBodyPipelineRuns) SetPipelineRunId(v string) *ListPipelineRunsStatusResponseBodyPipelineRuns
- func (s *ListPipelineRunsStatusResponseBodyPipelineRuns) SetSourceId(v string) *ListPipelineRunsStatusResponseBodyPipelineRuns
- func (s *ListPipelineRunsStatusResponseBodyPipelineRuns) SetStatus(v string) *ListPipelineRunsStatusResponseBodyPipelineRuns
- func (s *ListPipelineRunsStatusResponseBodyPipelineRuns) SetUserId(v string) *ListPipelineRunsStatusResponseBodyPipelineRuns
- func (s ListPipelineRunsStatusResponseBodyPipelineRuns) String() string
- type ListPipelinesRequest
- func (s ListPipelinesRequest) GoString() string
- func (s *ListPipelinesRequest) SetFuzzyMatching(v bool) *ListPipelinesRequest
- func (s *ListPipelinesRequest) SetPageNumber(v int32) *ListPipelinesRequest
- func (s *ListPipelinesRequest) SetPageSize(v int32) *ListPipelinesRequest
- func (s *ListPipelinesRequest) SetPipelineIdentifier(v string) *ListPipelinesRequest
- func (s *ListPipelinesRequest) SetPipelineProvider(v string) *ListPipelinesRequest
- func (s *ListPipelinesRequest) SetPipelineVersion(v string) *ListPipelinesRequest
- func (s *ListPipelinesRequest) SetWorkspaceId(v string) *ListPipelinesRequest
- func (s ListPipelinesRequest) String() string
- type ListPipelinesResponse
- func (s ListPipelinesResponse) GoString() string
- func (s *ListPipelinesResponse) SetBody(v *ListPipelinesResponseBody) *ListPipelinesResponse
- func (s *ListPipelinesResponse) SetHeaders(v map[string]*string) *ListPipelinesResponse
- func (s *ListPipelinesResponse) SetStatusCode(v int32) *ListPipelinesResponse
- func (s ListPipelinesResponse) String() string
- type ListPipelinesResponseBody
- func (s ListPipelinesResponseBody) GoString() string
- func (s *ListPipelinesResponseBody) SetPipelines(v []*ListPipelinesResponseBodyPipelines) *ListPipelinesResponseBody
- func (s *ListPipelinesResponseBody) SetRequestId(v string) *ListPipelinesResponseBody
- func (s *ListPipelinesResponseBody) SetTotalCount(v int64) *ListPipelinesResponseBody
- func (s ListPipelinesResponseBody) String() string
- type ListPipelinesResponseBodyPipelines
- func (s ListPipelinesResponseBodyPipelines) GoString() string
- func (s *ListPipelinesResponseBodyPipelines) SetGmtCreateTime(v string) *ListPipelinesResponseBodyPipelines
- func (s *ListPipelinesResponseBodyPipelines) SetGmtModifiedTime(v string) *ListPipelinesResponseBodyPipelines
- func (s *ListPipelinesResponseBodyPipelines) SetIdentifier(v string) *ListPipelinesResponseBodyPipelines
- func (s *ListPipelinesResponseBodyPipelines) SetPipelineId(v string) *ListPipelinesResponseBodyPipelines
- func (s *ListPipelinesResponseBodyPipelines) SetProvider(v string) *ListPipelinesResponseBodyPipelines
- func (s *ListPipelinesResponseBodyPipelines) SetUuid(v string) *ListPipelinesResponseBodyPipelines
- func (s *ListPipelinesResponseBodyPipelines) SetVersion(v string) *ListPipelinesResponseBodyPipelines
- func (s *ListPipelinesResponseBodyPipelines) SetWorkspaceId(v string) *ListPipelinesResponseBodyPipelines
- func (s ListPipelinesResponseBodyPipelines) String() string
- type Node
- type NodeIO
- type NodeMetadata
- func (s NodeMetadata) GoString() string
- func (s *NodeMetadata) SetDisplayName(v string) *NodeMetadata
- func (s *NodeMetadata) SetIdentifier(v string) *NodeMetadata
- func (s *NodeMetadata) SetName(v string) *NodeMetadata
- func (s *NodeMetadata) SetNodeId(v string) *NodeMetadata
- func (s *NodeMetadata) SetNodeType(v string) *NodeMetadata
- func (s *NodeMetadata) SetProvider(v string) *NodeMetadata
- func (s *NodeMetadata) SetRelatedNodeIds(v []*string) *NodeMetadata
- func (s *NodeMetadata) SetVersion(v string) *NodeMetadata
- func (s NodeMetadata) String() string
- type NodeSpec
- func (s NodeSpec) GoString() string
- func (s *NodeSpec) SetDependencies(v []*string) *NodeSpec
- func (s *NodeSpec) SetHasPipelines(v bool) *NodeSpec
- func (s *NodeSpec) SetInputs(v *NodeIO) *NodeSpec
- func (s *NodeSpec) SetOutputs(v *NodeIO) *NodeSpec
- func (s *NodeSpec) SetParallelism(v int64) *NodeSpec
- func (s *NodeSpec) SetPipelines(v []*Node) *NodeSpec
- func (s *NodeSpec) SetWhen(v string) *NodeSpec
- func (s *NodeSpec) SetWithItems(v []*string) *NodeSpec
- func (s *NodeSpec) SetWithParam(v string) *NodeSpec
- func (s *NodeSpec) SetWithSequence(v *NodeSpecWithSequence) *NodeSpec
- func (s NodeSpec) String() string
- type NodeSpecWithSequence
- func (s NodeSpecWithSequence) GoString() string
- func (s *NodeSpecWithSequence) SetEnd(v int64) *NodeSpecWithSequence
- func (s *NodeSpecWithSequence) SetFormat(v string) *NodeSpecWithSequence
- func (s *NodeSpecWithSequence) SetStart(v int64) *NodeSpecWithSequence
- func (s NodeSpecWithSequence) String() string
- type NodeStatusInfo
- func (s NodeStatusInfo) GoString() string
- func (s *NodeStatusInfo) SetConditions(v []*NodeStatusInfoConditions) *NodeStatusInfo
- func (s *NodeStatusInfo) SetFinishedAt(v string) *NodeStatusInfo
- func (s *NodeStatusInfo) SetProgress(v string) *NodeStatusInfo
- func (s *NodeStatusInfo) SetStartedAt(v string) *NodeStatusInfo
- func (s *NodeStatusInfo) SetStatus(v string) *NodeStatusInfo
- func (s NodeStatusInfo) String() string
- type NodeStatusInfoConditions
- type Pipeline
- func (s Pipeline) GoString() string
- func (s *Pipeline) SetGmtCreateTime(v string) *Pipeline
- func (s *Pipeline) SetGmtModifiedTime(v string) *Pipeline
- func (s *Pipeline) SetIdentifier(v string) *Pipeline
- func (s *Pipeline) SetPipelineId(v string) *Pipeline
- func (s *Pipeline) SetProvider(v string) *Pipeline
- func (s *Pipeline) SetUuid(v string) *Pipeline
- func (s *Pipeline) SetVersion(v string) *Pipeline
- func (s *Pipeline) SetWorkspaceId(v string) *Pipeline
- func (s Pipeline) String() string
- type RerunPipelineRunResponse
- func (s RerunPipelineRunResponse) GoString() string
- func (s *RerunPipelineRunResponse) SetBody(v *RerunPipelineRunResponseBody) *RerunPipelineRunResponse
- func (s *RerunPipelineRunResponse) SetHeaders(v map[string]*string) *RerunPipelineRunResponse
- func (s *RerunPipelineRunResponse) SetStatusCode(v int32) *RerunPipelineRunResponse
- func (s RerunPipelineRunResponse) String() string
- type RerunPipelineRunResponseBody
- type Run
- func (s Run) GoString() string
- func (s *Run) SetAccessibility(v string) *Run
- func (s *Run) SetDuration(v int64) *Run
- func (s *Run) SetExperimentId(v string) *Run
- func (s *Run) SetFinishedAt(v int64) *Run
- func (s *Run) SetGmtCreateTime(v string) *Run
- func (s *Run) SetGmtModifiedTime(v string) *Run
- func (s *Run) SetMessage(v string) *Run
- func (s *Run) SetName(v string) *Run
- func (s *Run) SetNodeId(v string) *Run
- func (s *Run) SetParentUserId(v string) *Run
- func (s *Run) SetRunId(v string) *Run
- func (s *Run) SetSource(v string) *Run
- func (s *Run) SetStartedAt(v int64) *Run
- func (s *Run) SetStatus(v string) *Run
- func (s *Run) SetUserId(v string) *Run
- func (s *Run) SetWorkspaceId(v string) *Run
- func (s Run) String() string
- type StartPipelineRunResponse
- func (s StartPipelineRunResponse) GoString() string
- func (s *StartPipelineRunResponse) SetBody(v *StartPipelineRunResponseBody) *StartPipelineRunResponse
- func (s *StartPipelineRunResponse) SetHeaders(v map[string]*string) *StartPipelineRunResponse
- func (s *StartPipelineRunResponse) SetStatusCode(v int32) *StartPipelineRunResponse
- func (s StartPipelineRunResponse) String() string
- type StartPipelineRunResponseBody
- type TerminatePipelineRunResponse
- func (s TerminatePipelineRunResponse) GoString() string
- func (s *TerminatePipelineRunResponse) SetBody(v *TerminatePipelineRunResponseBody) *TerminatePipelineRunResponse
- func (s *TerminatePipelineRunResponse) SetHeaders(v map[string]*string) *TerminatePipelineRunResponse
- func (s *TerminatePipelineRunResponse) SetStatusCode(v int32) *TerminatePipelineRunResponse
- func (s TerminatePipelineRunResponse) String() string
- type TerminatePipelineRunResponseBody
- type UpdatePipelineRequest
- type UpdatePipelineResponse
- func (s UpdatePipelineResponse) GoString() string
- func (s *UpdatePipelineResponse) SetBody(v *UpdatePipelineResponseBody) *UpdatePipelineResponse
- func (s *UpdatePipelineResponse) SetHeaders(v map[string]*string) *UpdatePipelineResponse
- func (s *UpdatePipelineResponse) SetStatusCode(v int32) *UpdatePipelineResponse
- func (s UpdatePipelineResponse) String() string
- type UpdatePipelineResponseBody
- type UpdatePipelineRunRequest
- type UpdatePipelineRunResponse
- func (s UpdatePipelineRunResponse) GoString() string
- func (s *UpdatePipelineRunResponse) SetBody(v *UpdatePipelineRunResponseBody) *UpdatePipelineRunResponse
- func (s *UpdatePipelineRunResponse) SetHeaders(v map[string]*string) *UpdatePipelineRunResponse
- func (s *UpdatePipelineRunResponse) SetStatusCode(v int32) *UpdatePipelineRunResponse
- func (s UpdatePipelineRunResponse) String() string
- type UpdatePipelineRunResponseBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BriefPipelineRun ¶
type BriefPipelineRun struct { Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` Duration *int64 `json:"Duration,omitempty" xml:"Duration,omitempty"` FinishedAt *string `json:"FinishedAt,omitempty" xml:"FinishedAt,omitempty"` GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` NodeId *string `json:"NodeId,omitempty" xml:"NodeId,omitempty"` ParentUserId *string `json:"ParentUserId,omitempty" xml:"ParentUserId,omitempty"` PipelineId *string `json:"PipelineId,omitempty" xml:"PipelineId,omitempty"` PipelineRunId *string `json:"PipelineRunId,omitempty" xml:"PipelineRunId,omitempty"` SourceId *string `json:"SourceId,omitempty" xml:"SourceId,omitempty"` SourceType *string `json:"SourceType,omitempty" xml:"SourceType,omitempty"` StartedAt *string `json:"StartedAt,omitempty" xml:"StartedAt,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (BriefPipelineRun) GoString ¶
func (s BriefPipelineRun) GoString() string
func (*BriefPipelineRun) SetAccessibility ¶
func (s *BriefPipelineRun) SetAccessibility(v string) *BriefPipelineRun
func (*BriefPipelineRun) SetDuration ¶
func (s *BriefPipelineRun) SetDuration(v int64) *BriefPipelineRun
func (*BriefPipelineRun) SetFinishedAt ¶
func (s *BriefPipelineRun) SetFinishedAt(v string) *BriefPipelineRun
func (*BriefPipelineRun) SetGmtCreateTime ¶
func (s *BriefPipelineRun) SetGmtCreateTime(v string) *BriefPipelineRun
func (*BriefPipelineRun) SetGmtModifiedTime ¶
func (s *BriefPipelineRun) SetGmtModifiedTime(v string) *BriefPipelineRun
func (*BriefPipelineRun) SetMessage ¶
func (s *BriefPipelineRun) SetMessage(v string) *BriefPipelineRun
func (*BriefPipelineRun) SetName ¶
func (s *BriefPipelineRun) SetName(v string) *BriefPipelineRun
func (*BriefPipelineRun) SetNodeId ¶
func (s *BriefPipelineRun) SetNodeId(v string) *BriefPipelineRun
func (*BriefPipelineRun) SetParentUserId ¶
func (s *BriefPipelineRun) SetParentUserId(v string) *BriefPipelineRun
func (*BriefPipelineRun) SetPipelineId ¶
func (s *BriefPipelineRun) SetPipelineId(v string) *BriefPipelineRun
func (*BriefPipelineRun) SetPipelineRunId ¶
func (s *BriefPipelineRun) SetPipelineRunId(v string) *BriefPipelineRun
func (*BriefPipelineRun) SetSourceId ¶
func (s *BriefPipelineRun) SetSourceId(v string) *BriefPipelineRun
func (*BriefPipelineRun) SetSourceType ¶
func (s *BriefPipelineRun) SetSourceType(v string) *BriefPipelineRun
func (*BriefPipelineRun) SetStartedAt ¶
func (s *BriefPipelineRun) SetStartedAt(v string) *BriefPipelineRun
func (*BriefPipelineRun) SetStatus ¶
func (s *BriefPipelineRun) SetStatus(v string) *BriefPipelineRun
func (*BriefPipelineRun) SetUserId ¶
func (s *BriefPipelineRun) SetUserId(v string) *BriefPipelineRun
func (*BriefPipelineRun) SetWorkspaceId ¶
func (s *BriefPipelineRun) SetWorkspaceId(v string) *BriefPipelineRun
func (BriefPipelineRun) String ¶
func (s BriefPipelineRun) String() string
type Client ¶
func (*Client) CreatePipeline ¶
func (client *Client) CreatePipeline(request *CreatePipelineRequest) (_result *CreatePipelineResponse, _err error)
func (*Client) CreatePipelineRun ¶
func (client *Client) CreatePipelineRun(request *CreatePipelineRunRequest) (_result *CreatePipelineRunResponse, _err error)
func (*Client) CreatePipelineRunWithOptions ¶
func (client *Client) CreatePipelineRunWithOptions(request *CreatePipelineRunRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreatePipelineRunResponse, _err error)
func (*Client) CreatePipelineWithOptions ¶
func (client *Client) CreatePipelineWithOptions(request *CreatePipelineRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreatePipelineResponse, _err error)
func (*Client) DeletePipeline ¶
func (client *Client) DeletePipeline(PipelineId *string) (_result *DeletePipelineResponse, _err error)
func (*Client) DeletePipelineRun ¶
func (client *Client) DeletePipelineRun(PipelineRunId *string) (_result *DeletePipelineRunResponse, _err error)
func (*Client) DeletePipelineRunWithOptions ¶
func (client *Client) DeletePipelineRunWithOptions(PipelineRunId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeletePipelineRunResponse, _err error)
func (*Client) DeletePipelineWithOptions ¶
func (client *Client) DeletePipelineWithOptions(PipelineId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeletePipelineResponse, _err error)
func (*Client) GetEndpoint ¶
func (*Client) GetPipeline ¶
func (client *Client) GetPipeline(PipelineId *string) (_result *GetPipelineResponse, _err error)
func (*Client) GetPipelineRun ¶
func (client *Client) GetPipelineRun(PipelineRunId *string, request *GetPipelineRunRequest) (_result *GetPipelineRunResponse, _err error)
func (*Client) GetPipelineRunNode ¶
func (client *Client) GetPipelineRunNode(PipelineRunId *string, NodeId *string, request *GetPipelineRunNodeRequest) (_result *GetPipelineRunNodeResponse, _err error)
func (*Client) GetPipelineRunNodeWithOptions ¶
func (client *Client) GetPipelineRunNodeWithOptions(PipelineRunId *string, NodeId *string, request *GetPipelineRunNodeRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetPipelineRunNodeResponse, _err error)
func (*Client) GetPipelineRunWithOptions ¶
func (client *Client) GetPipelineRunWithOptions(PipelineRunId *string, request *GetPipelineRunRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetPipelineRunResponse, _err error)
func (*Client) GetPipelineWithOptions ¶
func (client *Client) GetPipelineWithOptions(PipelineId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetPipelineResponse, _err error)
func (*Client) ListPipelineRunNodeLogs ¶
func (client *Client) ListPipelineRunNodeLogs(PipelineRunId *string, NodeId *string, request *ListPipelineRunNodeLogsRequest) (_result *ListPipelineRunNodeLogsResponse, _err error)
func (*Client) ListPipelineRunNodeLogsWithOptions ¶
func (client *Client) ListPipelineRunNodeLogsWithOptions(PipelineRunId *string, NodeId *string, request *ListPipelineRunNodeLogsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPipelineRunNodeLogsResponse, _err error)
func (*Client) ListPipelineRunNodeOutputs ¶
func (client *Client) ListPipelineRunNodeOutputs(PipelineRunId *string, NodeId *string, request *ListPipelineRunNodeOutputsRequest) (_result *ListPipelineRunNodeOutputsResponse, _err error)
func (*Client) ListPipelineRunNodeOutputsWithOptions ¶
func (client *Client) ListPipelineRunNodeOutputsWithOptions(PipelineRunId *string, NodeId *string, request *ListPipelineRunNodeOutputsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPipelineRunNodeOutputsResponse, _err error)
func (*Client) ListPipelineRunNodeStatus ¶
func (client *Client) ListPipelineRunNodeStatus(PipelineRunId *string, NodeId *string, request *ListPipelineRunNodeStatusRequest) (_result *ListPipelineRunNodeStatusResponse, _err error)
func (*Client) ListPipelineRunNodeStatusWithOptions ¶
func (client *Client) ListPipelineRunNodeStatusWithOptions(PipelineRunId *string, NodeId *string, request *ListPipelineRunNodeStatusRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPipelineRunNodeStatusResponse, _err error)
func (*Client) ListPipelineRuns ¶
func (client *Client) ListPipelineRuns(request *ListPipelineRunsRequest) (_result *ListPipelineRunsResponse, _err error)
func (*Client) ListPipelineRunsStatus ¶
func (client *Client) ListPipelineRunsStatus(request *ListPipelineRunsStatusRequest) (_result *ListPipelineRunsStatusResponse, _err error)
func (*Client) ListPipelineRunsStatusWithOptions ¶
func (client *Client) ListPipelineRunsStatusWithOptions(request *ListPipelineRunsStatusRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPipelineRunsStatusResponse, _err error)
func (*Client) ListPipelineRunsWithOptions ¶
func (client *Client) ListPipelineRunsWithOptions(request *ListPipelineRunsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPipelineRunsResponse, _err error)
func (*Client) ListPipelines ¶
func (client *Client) ListPipelines(request *ListPipelinesRequest) (_result *ListPipelinesResponse, _err error)
func (*Client) ListPipelinesWithOptions ¶
func (client *Client) ListPipelinesWithOptions(request *ListPipelinesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPipelinesResponse, _err error)
func (*Client) RerunPipelineRun ¶ added in v1.0.1
func (client *Client) RerunPipelineRun(PipelineRunId *string) (_result *RerunPipelineRunResponse, _err error)
func (*Client) RerunPipelineRunWithOptions ¶ added in v1.0.1
func (client *Client) RerunPipelineRunWithOptions(PipelineRunId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RerunPipelineRunResponse, _err error)
func (*Client) StartPipelineRun ¶
func (client *Client) StartPipelineRun(PipelineRunId *string) (_result *StartPipelineRunResponse, _err error)
func (*Client) StartPipelineRunWithOptions ¶
func (client *Client) StartPipelineRunWithOptions(PipelineRunId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *StartPipelineRunResponse, _err error)
func (*Client) TerminatePipelineRun ¶
func (client *Client) TerminatePipelineRun(PipelineRunId *string) (_result *TerminatePipelineRunResponse, _err error)
func (*Client) TerminatePipelineRunWithOptions ¶
func (client *Client) TerminatePipelineRunWithOptions(PipelineRunId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *TerminatePipelineRunResponse, _err error)
func (*Client) UpdatePipeline ¶
func (client *Client) UpdatePipeline(PipelineId *string, request *UpdatePipelineRequest) (_result *UpdatePipelineResponse, _err error)
func (*Client) UpdatePipelineRun ¶
func (client *Client) UpdatePipelineRun(PipelineRunId *string, request *UpdatePipelineRunRequest) (_result *UpdatePipelineRunResponse, _err error)
func (*Client) UpdatePipelineRunWithOptions ¶
func (client *Client) UpdatePipelineRunWithOptions(PipelineRunId *string, request *UpdatePipelineRunRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdatePipelineRunResponse, _err error)
func (*Client) UpdatePipelineWithOptions ¶
func (client *Client) UpdatePipelineWithOptions(PipelineId *string, request *UpdatePipelineRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdatePipelineResponse, _err error)
type CreatePipelineRequest ¶
type CreatePipelineRequest struct { Manifest *string `json:"Manifest,omitempty" xml:"Manifest,omitempty"` WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (CreatePipelineRequest) GoString ¶
func (s CreatePipelineRequest) GoString() string
func (*CreatePipelineRequest) SetManifest ¶
func (s *CreatePipelineRequest) SetManifest(v string) *CreatePipelineRequest
func (*CreatePipelineRequest) SetWorkspaceId ¶
func (s *CreatePipelineRequest) SetWorkspaceId(v string) *CreatePipelineRequest
func (CreatePipelineRequest) String ¶
func (s CreatePipelineRequest) String() string
type CreatePipelineResponse ¶
type CreatePipelineResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreatePipelineResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreatePipelineResponse) GoString ¶
func (s CreatePipelineResponse) GoString() string
func (*CreatePipelineResponse) SetBody ¶
func (s *CreatePipelineResponse) SetBody(v *CreatePipelineResponseBody) *CreatePipelineResponse
func (*CreatePipelineResponse) SetHeaders ¶
func (s *CreatePipelineResponse) SetHeaders(v map[string]*string) *CreatePipelineResponse
func (*CreatePipelineResponse) SetStatusCode ¶
func (s *CreatePipelineResponse) SetStatusCode(v int32) *CreatePipelineResponse
func (CreatePipelineResponse) String ¶
func (s CreatePipelineResponse) String() string
type CreatePipelineResponseBody ¶
type CreatePipelineResponseBody struct { PipelineId *string `json:"PipelineId,omitempty" xml:"PipelineId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreatePipelineResponseBody) GoString ¶
func (s CreatePipelineResponseBody) GoString() string
func (*CreatePipelineResponseBody) SetPipelineId ¶
func (s *CreatePipelineResponseBody) SetPipelineId(v string) *CreatePipelineResponseBody
func (*CreatePipelineResponseBody) SetRequestId ¶
func (s *CreatePipelineResponseBody) SetRequestId(v string) *CreatePipelineResponseBody
func (CreatePipelineResponseBody) String ¶
func (s CreatePipelineResponseBody) String() string
type CreatePipelineRunRequest ¶
type CreatePipelineRunRequest struct { Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` Arguments *string `json:"Arguments,omitempty" xml:"Arguments,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` NoConfirmRequired *bool `json:"NoConfirmRequired,omitempty" xml:"NoConfirmRequired,omitempty"` Options *string `json:"Options,omitempty" xml:"Options,omitempty"` PipelineId *string `json:"PipelineId,omitempty" xml:"PipelineId,omitempty"` PipelineManifest *string `json:"PipelineManifest,omitempty" xml:"PipelineManifest,omitempty"` SourceId *string `json:"SourceId,omitempty" xml:"SourceId,omitempty"` SourceType *string `json:"SourceType,omitempty" xml:"SourceType,omitempty"` WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (CreatePipelineRunRequest) GoString ¶
func (s CreatePipelineRunRequest) GoString() string
func (*CreatePipelineRunRequest) SetAccessibility ¶
func (s *CreatePipelineRunRequest) SetAccessibility(v string) *CreatePipelineRunRequest
func (*CreatePipelineRunRequest) SetArguments ¶
func (s *CreatePipelineRunRequest) SetArguments(v string) *CreatePipelineRunRequest
func (*CreatePipelineRunRequest) SetName ¶
func (s *CreatePipelineRunRequest) SetName(v string) *CreatePipelineRunRequest
func (*CreatePipelineRunRequest) SetNoConfirmRequired ¶
func (s *CreatePipelineRunRequest) SetNoConfirmRequired(v bool) *CreatePipelineRunRequest
func (*CreatePipelineRunRequest) SetOptions ¶
func (s *CreatePipelineRunRequest) SetOptions(v string) *CreatePipelineRunRequest
func (*CreatePipelineRunRequest) SetPipelineId ¶
func (s *CreatePipelineRunRequest) SetPipelineId(v string) *CreatePipelineRunRequest
func (*CreatePipelineRunRequest) SetPipelineManifest ¶
func (s *CreatePipelineRunRequest) SetPipelineManifest(v string) *CreatePipelineRunRequest
func (*CreatePipelineRunRequest) SetSourceId ¶
func (s *CreatePipelineRunRequest) SetSourceId(v string) *CreatePipelineRunRequest
func (*CreatePipelineRunRequest) SetSourceType ¶
func (s *CreatePipelineRunRequest) SetSourceType(v string) *CreatePipelineRunRequest
func (*CreatePipelineRunRequest) SetWorkspaceId ¶
func (s *CreatePipelineRunRequest) SetWorkspaceId(v string) *CreatePipelineRunRequest
func (CreatePipelineRunRequest) String ¶
func (s CreatePipelineRunRequest) String() string
type CreatePipelineRunResponse ¶
type CreatePipelineRunResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreatePipelineRunResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreatePipelineRunResponse) GoString ¶
func (s CreatePipelineRunResponse) GoString() string
func (*CreatePipelineRunResponse) SetBody ¶
func (s *CreatePipelineRunResponse) SetBody(v *CreatePipelineRunResponseBody) *CreatePipelineRunResponse
func (*CreatePipelineRunResponse) SetHeaders ¶
func (s *CreatePipelineRunResponse) SetHeaders(v map[string]*string) *CreatePipelineRunResponse
func (*CreatePipelineRunResponse) SetStatusCode ¶
func (s *CreatePipelineRunResponse) SetStatusCode(v int32) *CreatePipelineRunResponse
func (CreatePipelineRunResponse) String ¶
func (s CreatePipelineRunResponse) String() string
type CreatePipelineRunResponseBody ¶
type CreatePipelineRunResponseBody struct { PipelineRunId *string `json:"PipelineRunId,omitempty" xml:"PipelineRunId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreatePipelineRunResponseBody) GoString ¶
func (s CreatePipelineRunResponseBody) GoString() string
func (*CreatePipelineRunResponseBody) SetPipelineRunId ¶
func (s *CreatePipelineRunResponseBody) SetPipelineRunId(v string) *CreatePipelineRunResponseBody
func (*CreatePipelineRunResponseBody) SetRequestId ¶
func (s *CreatePipelineRunResponseBody) SetRequestId(v string) *CreatePipelineRunResponseBody
func (CreatePipelineRunResponseBody) String ¶
func (s CreatePipelineRunResponseBody) String() string
type DeletePipelineResponse ¶
type DeletePipelineResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeletePipelineResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeletePipelineResponse) GoString ¶
func (s DeletePipelineResponse) GoString() string
func (*DeletePipelineResponse) SetBody ¶
func (s *DeletePipelineResponse) SetBody(v *DeletePipelineResponseBody) *DeletePipelineResponse
func (*DeletePipelineResponse) SetHeaders ¶
func (s *DeletePipelineResponse) SetHeaders(v map[string]*string) *DeletePipelineResponse
func (*DeletePipelineResponse) SetStatusCode ¶
func (s *DeletePipelineResponse) SetStatusCode(v int32) *DeletePipelineResponse
func (DeletePipelineResponse) String ¶
func (s DeletePipelineResponse) String() string
type DeletePipelineResponseBody ¶
type DeletePipelineResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (DeletePipelineResponseBody) GoString ¶
func (s DeletePipelineResponseBody) GoString() string
func (*DeletePipelineResponseBody) SetRequestId ¶
func (s *DeletePipelineResponseBody) SetRequestId(v string) *DeletePipelineResponseBody
func (DeletePipelineResponseBody) String ¶
func (s DeletePipelineResponseBody) String() string
type DeletePipelineRunResponse ¶
type DeletePipelineRunResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeletePipelineRunResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeletePipelineRunResponse) GoString ¶
func (s DeletePipelineRunResponse) GoString() string
func (*DeletePipelineRunResponse) SetBody ¶
func (s *DeletePipelineRunResponse) SetBody(v *DeletePipelineRunResponseBody) *DeletePipelineRunResponse
func (*DeletePipelineRunResponse) SetHeaders ¶
func (s *DeletePipelineRunResponse) SetHeaders(v map[string]*string) *DeletePipelineRunResponse
func (*DeletePipelineRunResponse) SetStatusCode ¶
func (s *DeletePipelineRunResponse) SetStatusCode(v int32) *DeletePipelineRunResponse
func (DeletePipelineRunResponse) String ¶
func (s DeletePipelineRunResponse) String() string
type DeletePipelineRunResponseBody ¶
type DeletePipelineRunResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (DeletePipelineRunResponseBody) GoString ¶
func (s DeletePipelineRunResponseBody) GoString() string
func (*DeletePipelineRunResponseBody) SetRequestId ¶
func (s *DeletePipelineRunResponseBody) SetRequestId(v string) *DeletePipelineRunResponseBody
func (DeletePipelineRunResponseBody) String ¶
func (s DeletePipelineRunResponseBody) String() string
type FullPipelineRun ¶
type FullPipelineRun struct { Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` Arguments *string `json:"Arguments,omitempty" xml:"Arguments,omitempty"` Duration *int64 `json:"Duration,omitempty" xml:"Duration,omitempty"` FinishedAt *string `json:"FinishedAt,omitempty" xml:"FinishedAt,omitempty"` GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` Manifest *string `json:"Manifest,omitempty" xml:"Manifest,omitempty"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` NodeId *string `json:"NodeId,omitempty" xml:"NodeId,omitempty"` Options *string `json:"Options,omitempty" xml:"Options,omitempty"` ParentUserId *string `json:"ParentUserId,omitempty" xml:"ParentUserId,omitempty"` PipelineId *string `json:"PipelineId,omitempty" xml:"PipelineId,omitempty"` PipelineRunId *string `json:"PipelineRunId,omitempty" xml:"PipelineRunId,omitempty"` SourceId *string `json:"SourceId,omitempty" xml:"SourceId,omitempty"` SourceType *string `json:"SourceType,omitempty" xml:"SourceType,omitempty"` StartedAt *string `json:"StartedAt,omitempty" xml:"StartedAt,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (FullPipelineRun) GoString ¶
func (s FullPipelineRun) GoString() string
func (*FullPipelineRun) SetAccessibility ¶
func (s *FullPipelineRun) SetAccessibility(v string) *FullPipelineRun
func (*FullPipelineRun) SetArguments ¶
func (s *FullPipelineRun) SetArguments(v string) *FullPipelineRun
func (*FullPipelineRun) SetDuration ¶
func (s *FullPipelineRun) SetDuration(v int64) *FullPipelineRun
func (*FullPipelineRun) SetFinishedAt ¶
func (s *FullPipelineRun) SetFinishedAt(v string) *FullPipelineRun
func (*FullPipelineRun) SetGmtCreateTime ¶
func (s *FullPipelineRun) SetGmtCreateTime(v string) *FullPipelineRun
func (*FullPipelineRun) SetGmtModifiedTime ¶
func (s *FullPipelineRun) SetGmtModifiedTime(v string) *FullPipelineRun
func (*FullPipelineRun) SetManifest ¶
func (s *FullPipelineRun) SetManifest(v string) *FullPipelineRun
func (*FullPipelineRun) SetMessage ¶
func (s *FullPipelineRun) SetMessage(v string) *FullPipelineRun
func (*FullPipelineRun) SetName ¶
func (s *FullPipelineRun) SetName(v string) *FullPipelineRun
func (*FullPipelineRun) SetNodeId ¶
func (s *FullPipelineRun) SetNodeId(v string) *FullPipelineRun
func (*FullPipelineRun) SetOptions ¶
func (s *FullPipelineRun) SetOptions(v string) *FullPipelineRun
func (*FullPipelineRun) SetParentUserId ¶
func (s *FullPipelineRun) SetParentUserId(v string) *FullPipelineRun
func (*FullPipelineRun) SetPipelineId ¶
func (s *FullPipelineRun) SetPipelineId(v string) *FullPipelineRun
func (*FullPipelineRun) SetPipelineRunId ¶
func (s *FullPipelineRun) SetPipelineRunId(v string) *FullPipelineRun
func (*FullPipelineRun) SetSourceId ¶
func (s *FullPipelineRun) SetSourceId(v string) *FullPipelineRun
func (*FullPipelineRun) SetSourceType ¶
func (s *FullPipelineRun) SetSourceType(v string) *FullPipelineRun
func (*FullPipelineRun) SetStartedAt ¶
func (s *FullPipelineRun) SetStartedAt(v string) *FullPipelineRun
func (*FullPipelineRun) SetStatus ¶
func (s *FullPipelineRun) SetStatus(v string) *FullPipelineRun
func (*FullPipelineRun) SetUserId ¶
func (s *FullPipelineRun) SetUserId(v string) *FullPipelineRun
func (*FullPipelineRun) SetWorkspaceId ¶
func (s *FullPipelineRun) SetWorkspaceId(v string) *FullPipelineRun
func (FullPipelineRun) String ¶
func (s FullPipelineRun) String() string
type GetPipelineResponse ¶
type GetPipelineResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetPipelineResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetPipelineResponse) GoString ¶
func (s GetPipelineResponse) GoString() string
func (*GetPipelineResponse) SetBody ¶
func (s *GetPipelineResponse) SetBody(v *GetPipelineResponseBody) *GetPipelineResponse
func (*GetPipelineResponse) SetHeaders ¶
func (s *GetPipelineResponse) SetHeaders(v map[string]*string) *GetPipelineResponse
func (*GetPipelineResponse) SetStatusCode ¶
func (s *GetPipelineResponse) SetStatusCode(v int32) *GetPipelineResponse
func (GetPipelineResponse) String ¶
func (s GetPipelineResponse) String() string
type GetPipelineResponseBody ¶
type GetPipelineResponseBody struct { GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` Identifier *string `json:"Identifier,omitempty" xml:"Identifier,omitempty"` Manifest *string `json:"Manifest,omitempty" xml:"Manifest,omitempty"` PipelineId *string `json:"PipelineId,omitempty" xml:"PipelineId,omitempty"` Provider *string `json:"Provider,omitempty" xml:"Provider,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Uuid *string `json:"Uuid,omitempty" xml:"Uuid,omitempty"` Version *string `json:"Version,omitempty" xml:"Version,omitempty"` WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (GetPipelineResponseBody) GoString ¶
func (s GetPipelineResponseBody) GoString() string
func (*GetPipelineResponseBody) SetGmtCreateTime ¶
func (s *GetPipelineResponseBody) SetGmtCreateTime(v string) *GetPipelineResponseBody
func (*GetPipelineResponseBody) SetGmtModifiedTime ¶
func (s *GetPipelineResponseBody) SetGmtModifiedTime(v string) *GetPipelineResponseBody
func (*GetPipelineResponseBody) SetIdentifier ¶
func (s *GetPipelineResponseBody) SetIdentifier(v string) *GetPipelineResponseBody
func (*GetPipelineResponseBody) SetManifest ¶
func (s *GetPipelineResponseBody) SetManifest(v string) *GetPipelineResponseBody
func (*GetPipelineResponseBody) SetPipelineId ¶
func (s *GetPipelineResponseBody) SetPipelineId(v string) *GetPipelineResponseBody
func (*GetPipelineResponseBody) SetProvider ¶
func (s *GetPipelineResponseBody) SetProvider(v string) *GetPipelineResponseBody
func (*GetPipelineResponseBody) SetRequestId ¶
func (s *GetPipelineResponseBody) SetRequestId(v string) *GetPipelineResponseBody
func (*GetPipelineResponseBody) SetUuid ¶
func (s *GetPipelineResponseBody) SetUuid(v string) *GetPipelineResponseBody
func (*GetPipelineResponseBody) SetVersion ¶
func (s *GetPipelineResponseBody) SetVersion(v string) *GetPipelineResponseBody
func (*GetPipelineResponseBody) SetWorkspaceId ¶
func (s *GetPipelineResponseBody) SetWorkspaceId(v string) *GetPipelineResponseBody
func (GetPipelineResponseBody) String ¶
func (s GetPipelineResponseBody) String() string
type GetPipelineRunNodeRequest ¶
type GetPipelineRunNodeRequest struct { Depth *int32 `json:"Depth,omitempty" xml:"Depth,omitempty"` TokenId *string `json:"TokenId,omitempty" xml:"TokenId,omitempty"` Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (GetPipelineRunNodeRequest) GoString ¶
func (s GetPipelineRunNodeRequest) GoString() string
func (*GetPipelineRunNodeRequest) SetDepth ¶
func (s *GetPipelineRunNodeRequest) SetDepth(v int32) *GetPipelineRunNodeRequest
func (*GetPipelineRunNodeRequest) SetTokenId ¶ added in v1.0.1
func (s *GetPipelineRunNodeRequest) SetTokenId(v string) *GetPipelineRunNodeRequest
func (*GetPipelineRunNodeRequest) SetType ¶
func (s *GetPipelineRunNodeRequest) SetType(v string) *GetPipelineRunNodeRequest
func (GetPipelineRunNodeRequest) String ¶
func (s GetPipelineRunNodeRequest) String() string
type GetPipelineRunNodeResponse ¶
type GetPipelineRunNodeResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetPipelineRunNodeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetPipelineRunNodeResponse) GoString ¶
func (s GetPipelineRunNodeResponse) GoString() string
func (*GetPipelineRunNodeResponse) SetBody ¶
func (s *GetPipelineRunNodeResponse) SetBody(v *GetPipelineRunNodeResponseBody) *GetPipelineRunNodeResponse
func (*GetPipelineRunNodeResponse) SetHeaders ¶
func (s *GetPipelineRunNodeResponse) SetHeaders(v map[string]*string) *GetPipelineRunNodeResponse
func (*GetPipelineRunNodeResponse) SetStatusCode ¶
func (s *GetPipelineRunNodeResponse) SetStatusCode(v int32) *GetPipelineRunNodeResponse
func (GetPipelineRunNodeResponse) String ¶
func (s GetPipelineRunNodeResponse) String() string
type GetPipelineRunNodeResponseBody ¶
type GetPipelineRunNodeResponseBody struct { ApiVersion *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"` Metadata *GetPipelineRunNodeResponseBodyMetadata `json:"Metadata,omitempty" xml:"Metadata,omitempty" type:"Struct"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Spec *GetPipelineRunNodeResponseBodySpec `json:"Spec,omitempty" xml:"Spec,omitempty" type:"Struct"` StatusInfo *GetPipelineRunNodeResponseBodyStatusInfo `json:"StatusInfo,omitempty" xml:"StatusInfo,omitempty" type:"Struct"` }
func (GetPipelineRunNodeResponseBody) GoString ¶
func (s GetPipelineRunNodeResponseBody) GoString() string
func (*GetPipelineRunNodeResponseBody) SetApiVersion ¶
func (s *GetPipelineRunNodeResponseBody) SetApiVersion(v string) *GetPipelineRunNodeResponseBody
func (*GetPipelineRunNodeResponseBody) SetMetadata ¶
func (s *GetPipelineRunNodeResponseBody) SetMetadata(v *GetPipelineRunNodeResponseBodyMetadata) *GetPipelineRunNodeResponseBody
func (*GetPipelineRunNodeResponseBody) SetRequestId ¶
func (s *GetPipelineRunNodeResponseBody) SetRequestId(v string) *GetPipelineRunNodeResponseBody
func (*GetPipelineRunNodeResponseBody) SetSpec ¶
func (s *GetPipelineRunNodeResponseBody) SetSpec(v *GetPipelineRunNodeResponseBodySpec) *GetPipelineRunNodeResponseBody
func (*GetPipelineRunNodeResponseBody) SetStatusInfo ¶
func (s *GetPipelineRunNodeResponseBody) SetStatusInfo(v *GetPipelineRunNodeResponseBodyStatusInfo) *GetPipelineRunNodeResponseBody
func (GetPipelineRunNodeResponseBody) String ¶
func (s GetPipelineRunNodeResponseBody) String() string
type GetPipelineRunNodeResponseBodyMetadata ¶
type GetPipelineRunNodeResponseBodyMetadata struct { DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"` Identifier *string `json:"Identifier,omitempty" xml:"Identifier,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` NodeId *string `json:"NodeId,omitempty" xml:"NodeId,omitempty"` NodeType *string `json:"NodeType,omitempty" xml:"NodeType,omitempty"` Provider *string `json:"Provider,omitempty" xml:"Provider,omitempty"` RelatedNodeIds []*string `json:"RelatedNodeIds,omitempty" xml:"RelatedNodeIds,omitempty" type:"Repeated"` Version *string `json:"Version,omitempty" xml:"Version,omitempty"` }
func (GetPipelineRunNodeResponseBodyMetadata) GoString ¶
func (s GetPipelineRunNodeResponseBodyMetadata) GoString() string
func (*GetPipelineRunNodeResponseBodyMetadata) SetDisplayName ¶
func (s *GetPipelineRunNodeResponseBodyMetadata) SetDisplayName(v string) *GetPipelineRunNodeResponseBodyMetadata
func (*GetPipelineRunNodeResponseBodyMetadata) SetIdentifier ¶
func (s *GetPipelineRunNodeResponseBodyMetadata) SetIdentifier(v string) *GetPipelineRunNodeResponseBodyMetadata
func (*GetPipelineRunNodeResponseBodyMetadata) SetName ¶
func (s *GetPipelineRunNodeResponseBodyMetadata) SetName(v string) *GetPipelineRunNodeResponseBodyMetadata
func (*GetPipelineRunNodeResponseBodyMetadata) SetNodeId ¶
func (s *GetPipelineRunNodeResponseBodyMetadata) SetNodeId(v string) *GetPipelineRunNodeResponseBodyMetadata
func (*GetPipelineRunNodeResponseBodyMetadata) SetNodeType ¶
func (s *GetPipelineRunNodeResponseBodyMetadata) SetNodeType(v string) *GetPipelineRunNodeResponseBodyMetadata
func (*GetPipelineRunNodeResponseBodyMetadata) SetProvider ¶
func (s *GetPipelineRunNodeResponseBodyMetadata) SetProvider(v string) *GetPipelineRunNodeResponseBodyMetadata
func (*GetPipelineRunNodeResponseBodyMetadata) SetRelatedNodeIds ¶
func (s *GetPipelineRunNodeResponseBodyMetadata) SetRelatedNodeIds(v []*string) *GetPipelineRunNodeResponseBodyMetadata
func (*GetPipelineRunNodeResponseBodyMetadata) SetVersion ¶
func (s *GetPipelineRunNodeResponseBodyMetadata) SetVersion(v string) *GetPipelineRunNodeResponseBodyMetadata
func (GetPipelineRunNodeResponseBodyMetadata) String ¶
func (s GetPipelineRunNodeResponseBodyMetadata) String() string
type GetPipelineRunNodeResponseBodySpec ¶
type GetPipelineRunNodeResponseBodySpec struct { Dependencies []*string `json:"Dependencies,omitempty" xml:"Dependencies,omitempty" type:"Repeated"` HasPipelines *bool `json:"HasPipelines,omitempty" xml:"HasPipelines,omitempty"` Inputs *GetPipelineRunNodeResponseBodySpecInputs `json:"Inputs,omitempty" xml:"Inputs,omitempty" type:"Struct"` Outputs *GetPipelineRunNodeResponseBodySpecOutputs `json:"Outputs,omitempty" xml:"Outputs,omitempty" type:"Struct"` Parallelism *int32 `json:"Parallelism,omitempty" xml:"Parallelism,omitempty"` Pipelines []map[string]interface{} `json:"Pipelines,omitempty" xml:"Pipelines,omitempty" type:"Repeated"` When *string `json:"When,omitempty" xml:"When,omitempty"` WithItems []*string `json:"WithItems,omitempty" xml:"WithItems,omitempty" type:"Repeated"` WithParam *string `json:"WithParam,omitempty" xml:"WithParam,omitempty"` WithSequence *GetPipelineRunNodeResponseBodySpecWithSequence `json:"WithSequence,omitempty" xml:"WithSequence,omitempty" type:"Struct"` }
func (GetPipelineRunNodeResponseBodySpec) GoString ¶
func (s GetPipelineRunNodeResponseBodySpec) GoString() string
func (*GetPipelineRunNodeResponseBodySpec) SetDependencies ¶
func (s *GetPipelineRunNodeResponseBodySpec) SetDependencies(v []*string) *GetPipelineRunNodeResponseBodySpec
func (*GetPipelineRunNodeResponseBodySpec) SetHasPipelines ¶
func (s *GetPipelineRunNodeResponseBodySpec) SetHasPipelines(v bool) *GetPipelineRunNodeResponseBodySpec
func (*GetPipelineRunNodeResponseBodySpec) SetInputs ¶
func (s *GetPipelineRunNodeResponseBodySpec) SetInputs(v *GetPipelineRunNodeResponseBodySpecInputs) *GetPipelineRunNodeResponseBodySpec
func (*GetPipelineRunNodeResponseBodySpec) SetOutputs ¶
func (s *GetPipelineRunNodeResponseBodySpec) SetOutputs(v *GetPipelineRunNodeResponseBodySpecOutputs) *GetPipelineRunNodeResponseBodySpec
func (*GetPipelineRunNodeResponseBodySpec) SetParallelism ¶
func (s *GetPipelineRunNodeResponseBodySpec) SetParallelism(v int32) *GetPipelineRunNodeResponseBodySpec
func (*GetPipelineRunNodeResponseBodySpec) SetPipelines ¶
func (s *GetPipelineRunNodeResponseBodySpec) SetPipelines(v []map[string]interface{}) *GetPipelineRunNodeResponseBodySpec
func (*GetPipelineRunNodeResponseBodySpec) SetWhen ¶
func (s *GetPipelineRunNodeResponseBodySpec) SetWhen(v string) *GetPipelineRunNodeResponseBodySpec
func (*GetPipelineRunNodeResponseBodySpec) SetWithItems ¶
func (s *GetPipelineRunNodeResponseBodySpec) SetWithItems(v []*string) *GetPipelineRunNodeResponseBodySpec
func (*GetPipelineRunNodeResponseBodySpec) SetWithParam ¶
func (s *GetPipelineRunNodeResponseBodySpec) SetWithParam(v string) *GetPipelineRunNodeResponseBodySpec
func (*GetPipelineRunNodeResponseBodySpec) SetWithSequence ¶
func (s *GetPipelineRunNodeResponseBodySpec) SetWithSequence(v *GetPipelineRunNodeResponseBodySpecWithSequence) *GetPipelineRunNodeResponseBodySpec
func (GetPipelineRunNodeResponseBodySpec) String ¶
func (s GetPipelineRunNodeResponseBodySpec) String() string
type GetPipelineRunNodeResponseBodySpecInputs ¶
type GetPipelineRunNodeResponseBodySpecInputs struct { Artifacts []map[string]interface{} `json:"Artifacts,omitempty" xml:"Artifacts,omitempty" type:"Repeated"` Parameters []map[string]interface{} `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` }
func (GetPipelineRunNodeResponseBodySpecInputs) GoString ¶
func (s GetPipelineRunNodeResponseBodySpecInputs) GoString() string
func (*GetPipelineRunNodeResponseBodySpecInputs) SetArtifacts ¶
func (s *GetPipelineRunNodeResponseBodySpecInputs) SetArtifacts(v []map[string]interface{}) *GetPipelineRunNodeResponseBodySpecInputs
func (*GetPipelineRunNodeResponseBodySpecInputs) SetParameters ¶
func (s *GetPipelineRunNodeResponseBodySpecInputs) SetParameters(v []map[string]interface{}) *GetPipelineRunNodeResponseBodySpecInputs
func (GetPipelineRunNodeResponseBodySpecInputs) String ¶
func (s GetPipelineRunNodeResponseBodySpecInputs) String() string
type GetPipelineRunNodeResponseBodySpecOutputs ¶
type GetPipelineRunNodeResponseBodySpecOutputs struct { Artifacts []map[string]interface{} `json:"Artifacts,omitempty" xml:"Artifacts,omitempty" type:"Repeated"` Parameters []map[string]interface{} `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` }
func (GetPipelineRunNodeResponseBodySpecOutputs) GoString ¶
func (s GetPipelineRunNodeResponseBodySpecOutputs) GoString() string
func (*GetPipelineRunNodeResponseBodySpecOutputs) SetArtifacts ¶
func (s *GetPipelineRunNodeResponseBodySpecOutputs) SetArtifacts(v []map[string]interface{}) *GetPipelineRunNodeResponseBodySpecOutputs
func (*GetPipelineRunNodeResponseBodySpecOutputs) SetParameters ¶
func (s *GetPipelineRunNodeResponseBodySpecOutputs) SetParameters(v []map[string]interface{}) *GetPipelineRunNodeResponseBodySpecOutputs
func (GetPipelineRunNodeResponseBodySpecOutputs) String ¶
func (s GetPipelineRunNodeResponseBodySpecOutputs) String() string
type GetPipelineRunNodeResponseBodySpecWithSequence ¶
type GetPipelineRunNodeResponseBodySpecWithSequence struct { End *int32 `json:"End,omitempty" xml:"End,omitempty"` Format *string `json:"Format,omitempty" xml:"Format,omitempty"` Start *int32 `json:"Start,omitempty" xml:"Start,omitempty"` }
func (GetPipelineRunNodeResponseBodySpecWithSequence) GoString ¶
func (s GetPipelineRunNodeResponseBodySpecWithSequence) GoString() string
func (*GetPipelineRunNodeResponseBodySpecWithSequence) SetFormat ¶
func (s *GetPipelineRunNodeResponseBodySpecWithSequence) SetFormat(v string) *GetPipelineRunNodeResponseBodySpecWithSequence
func (*GetPipelineRunNodeResponseBodySpecWithSequence) SetStart ¶
func (s *GetPipelineRunNodeResponseBodySpecWithSequence) SetStart(v int32) *GetPipelineRunNodeResponseBodySpecWithSequence
func (GetPipelineRunNodeResponseBodySpecWithSequence) String ¶
func (s GetPipelineRunNodeResponseBodySpecWithSequence) String() string
type GetPipelineRunNodeResponseBodyStatusInfo ¶
type GetPipelineRunNodeResponseBodyStatusInfo struct { Conditions []map[string]interface{} `json:"Conditions,omitempty" xml:"Conditions,omitempty" type:"Repeated"` FinishedAt *string `json:"FinishedAt,omitempty" xml:"FinishedAt,omitempty"` Progress *string `json:"Progress,omitempty" xml:"Progress,omitempty"` StartedAt *string `json:"StartedAt,omitempty" xml:"StartedAt,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` }
func (GetPipelineRunNodeResponseBodyStatusInfo) GoString ¶
func (s GetPipelineRunNodeResponseBodyStatusInfo) GoString() string
func (*GetPipelineRunNodeResponseBodyStatusInfo) SetConditions ¶
func (s *GetPipelineRunNodeResponseBodyStatusInfo) SetConditions(v []map[string]interface{}) *GetPipelineRunNodeResponseBodyStatusInfo
func (*GetPipelineRunNodeResponseBodyStatusInfo) SetFinishedAt ¶
func (s *GetPipelineRunNodeResponseBodyStatusInfo) SetFinishedAt(v string) *GetPipelineRunNodeResponseBodyStatusInfo
func (*GetPipelineRunNodeResponseBodyStatusInfo) SetProgress ¶
func (s *GetPipelineRunNodeResponseBodyStatusInfo) SetProgress(v string) *GetPipelineRunNodeResponseBodyStatusInfo
func (*GetPipelineRunNodeResponseBodyStatusInfo) SetStartedAt ¶
func (s *GetPipelineRunNodeResponseBodyStatusInfo) SetStartedAt(v string) *GetPipelineRunNodeResponseBodyStatusInfo
func (*GetPipelineRunNodeResponseBodyStatusInfo) SetStatus ¶
func (s *GetPipelineRunNodeResponseBodyStatusInfo) SetStatus(v string) *GetPipelineRunNodeResponseBodyStatusInfo
func (GetPipelineRunNodeResponseBodyStatusInfo) String ¶
func (s GetPipelineRunNodeResponseBodyStatusInfo) String() string
type GetPipelineRunRequest ¶
type GetPipelineRunRequest struct { ManifestType *string `json:"ManifestType,omitempty" xml:"ManifestType,omitempty"` TokenId *string `json:"TokenId,omitempty" xml:"TokenId,omitempty"` Verbose *bool `json:"Verbose,omitempty" xml:"Verbose,omitempty"` }
func (GetPipelineRunRequest) GoString ¶
func (s GetPipelineRunRequest) GoString() string
func (*GetPipelineRunRequest) SetManifestType ¶
func (s *GetPipelineRunRequest) SetManifestType(v string) *GetPipelineRunRequest
func (*GetPipelineRunRequest) SetTokenId ¶ added in v1.0.1
func (s *GetPipelineRunRequest) SetTokenId(v string) *GetPipelineRunRequest
func (*GetPipelineRunRequest) SetVerbose ¶
func (s *GetPipelineRunRequest) SetVerbose(v bool) *GetPipelineRunRequest
func (GetPipelineRunRequest) String ¶
func (s GetPipelineRunRequest) String() string
type GetPipelineRunResponse ¶
type GetPipelineRunResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetPipelineRunResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetPipelineRunResponse) GoString ¶
func (s GetPipelineRunResponse) GoString() string
func (*GetPipelineRunResponse) SetBody ¶
func (s *GetPipelineRunResponse) SetBody(v *GetPipelineRunResponseBody) *GetPipelineRunResponse
func (*GetPipelineRunResponse) SetHeaders ¶
func (s *GetPipelineRunResponse) SetHeaders(v map[string]*string) *GetPipelineRunResponse
func (*GetPipelineRunResponse) SetStatusCode ¶
func (s *GetPipelineRunResponse) SetStatusCode(v int32) *GetPipelineRunResponse
func (GetPipelineRunResponse) String ¶
func (s GetPipelineRunResponse) String() string
type GetPipelineRunResponseBody ¶
type GetPipelineRunResponseBody struct { Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` Arguments *string `json:"Arguments,omitempty" xml:"Arguments,omitempty"` Duration *int64 `json:"Duration,omitempty" xml:"Duration,omitempty"` FinishedAt *string `json:"FinishedAt,omitempty" xml:"FinishedAt,omitempty"` GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` Manifest *string `json:"Manifest,omitempty" xml:"Manifest,omitempty"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` NodeId *string `json:"NodeId,omitempty" xml:"NodeId,omitempty"` Options *string `json:"Options,omitempty" xml:"Options,omitempty"` ParentUserId *string `json:"ParentUserId,omitempty" xml:"ParentUserId,omitempty"` PipelineId *string `json:"PipelineId,omitempty" xml:"PipelineId,omitempty"` PipelineRunId *string `json:"PipelineRunId,omitempty" xml:"PipelineRunId,omitempty"` PipelineRunUri *string `json:"PipelineRunUri,omitempty" xml:"PipelineRunUri,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` SourceId *string `json:"SourceId,omitempty" xml:"SourceId,omitempty"` SourceType *string `json:"SourceType,omitempty" xml:"SourceType,omitempty"` StartedAt *string `json:"StartedAt,omitempty" xml:"StartedAt,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (GetPipelineRunResponseBody) GoString ¶
func (s GetPipelineRunResponseBody) GoString() string
func (*GetPipelineRunResponseBody) SetAccessibility ¶
func (s *GetPipelineRunResponseBody) SetAccessibility(v string) *GetPipelineRunResponseBody
func (*GetPipelineRunResponseBody) SetArguments ¶
func (s *GetPipelineRunResponseBody) SetArguments(v string) *GetPipelineRunResponseBody
func (*GetPipelineRunResponseBody) SetDuration ¶
func (s *GetPipelineRunResponseBody) SetDuration(v int64) *GetPipelineRunResponseBody
func (*GetPipelineRunResponseBody) SetFinishedAt ¶
func (s *GetPipelineRunResponseBody) SetFinishedAt(v string) *GetPipelineRunResponseBody
func (*GetPipelineRunResponseBody) SetGmtCreateTime ¶
func (s *GetPipelineRunResponseBody) SetGmtCreateTime(v string) *GetPipelineRunResponseBody
func (*GetPipelineRunResponseBody) SetGmtModifiedTime ¶
func (s *GetPipelineRunResponseBody) SetGmtModifiedTime(v string) *GetPipelineRunResponseBody
func (*GetPipelineRunResponseBody) SetManifest ¶
func (s *GetPipelineRunResponseBody) SetManifest(v string) *GetPipelineRunResponseBody
func (*GetPipelineRunResponseBody) SetMessage ¶
func (s *GetPipelineRunResponseBody) SetMessage(v string) *GetPipelineRunResponseBody
func (*GetPipelineRunResponseBody) SetName ¶
func (s *GetPipelineRunResponseBody) SetName(v string) *GetPipelineRunResponseBody
func (*GetPipelineRunResponseBody) SetNodeId ¶
func (s *GetPipelineRunResponseBody) SetNodeId(v string) *GetPipelineRunResponseBody
func (*GetPipelineRunResponseBody) SetOptions ¶
func (s *GetPipelineRunResponseBody) SetOptions(v string) *GetPipelineRunResponseBody
func (*GetPipelineRunResponseBody) SetParentUserId ¶
func (s *GetPipelineRunResponseBody) SetParentUserId(v string) *GetPipelineRunResponseBody
func (*GetPipelineRunResponseBody) SetPipelineId ¶
func (s *GetPipelineRunResponseBody) SetPipelineId(v string) *GetPipelineRunResponseBody
func (*GetPipelineRunResponseBody) SetPipelineRunId ¶
func (s *GetPipelineRunResponseBody) SetPipelineRunId(v string) *GetPipelineRunResponseBody
func (*GetPipelineRunResponseBody) SetPipelineRunUri ¶ added in v1.0.1
func (s *GetPipelineRunResponseBody) SetPipelineRunUri(v string) *GetPipelineRunResponseBody
func (*GetPipelineRunResponseBody) SetRequestId ¶
func (s *GetPipelineRunResponseBody) SetRequestId(v string) *GetPipelineRunResponseBody
func (*GetPipelineRunResponseBody) SetSourceId ¶
func (s *GetPipelineRunResponseBody) SetSourceId(v string) *GetPipelineRunResponseBody
func (*GetPipelineRunResponseBody) SetSourceType ¶
func (s *GetPipelineRunResponseBody) SetSourceType(v string) *GetPipelineRunResponseBody
func (*GetPipelineRunResponseBody) SetStartedAt ¶
func (s *GetPipelineRunResponseBody) SetStartedAt(v string) *GetPipelineRunResponseBody
func (*GetPipelineRunResponseBody) SetStatus ¶
func (s *GetPipelineRunResponseBody) SetStatus(v string) *GetPipelineRunResponseBody
func (*GetPipelineRunResponseBody) SetUserId ¶
func (s *GetPipelineRunResponseBody) SetUserId(v string) *GetPipelineRunResponseBody
func (*GetPipelineRunResponseBody) SetWorkspaceId ¶
func (s *GetPipelineRunResponseBody) SetWorkspaceId(v string) *GetPipelineRunResponseBody
func (GetPipelineRunResponseBody) String ¶
func (s GetPipelineRunResponseBody) String() string
type ListPipelineRunNodeLogsRequest ¶
type ListPipelineRunNodeLogsRequest struct { FromTimeInSeconds *int64 `json:"FromTimeInSeconds,omitempty" xml:"FromTimeInSeconds,omitempty"` Keyword *string `json:"Keyword,omitempty" xml:"Keyword,omitempty"` Offset *int32 `json:"Offset,omitempty" xml:"Offset,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` Reverse *bool `json:"Reverse,omitempty" xml:"Reverse,omitempty"` ToTimeInSeconds *int64 `json:"ToTimeInSeconds,omitempty" xml:"ToTimeInSeconds,omitempty"` TokenId *string `json:"TokenId,omitempty" xml:"TokenId,omitempty"` }
func (ListPipelineRunNodeLogsRequest) GoString ¶
func (s ListPipelineRunNodeLogsRequest) GoString() string
func (*ListPipelineRunNodeLogsRequest) SetFromTimeInSeconds ¶
func (s *ListPipelineRunNodeLogsRequest) SetFromTimeInSeconds(v int64) *ListPipelineRunNodeLogsRequest
func (*ListPipelineRunNodeLogsRequest) SetKeyword ¶
func (s *ListPipelineRunNodeLogsRequest) SetKeyword(v string) *ListPipelineRunNodeLogsRequest
func (*ListPipelineRunNodeLogsRequest) SetOffset ¶
func (s *ListPipelineRunNodeLogsRequest) SetOffset(v int32) *ListPipelineRunNodeLogsRequest
func (*ListPipelineRunNodeLogsRequest) SetPageSize ¶
func (s *ListPipelineRunNodeLogsRequest) SetPageSize(v int32) *ListPipelineRunNodeLogsRequest
func (*ListPipelineRunNodeLogsRequest) SetReverse ¶
func (s *ListPipelineRunNodeLogsRequest) SetReverse(v bool) *ListPipelineRunNodeLogsRequest
func (*ListPipelineRunNodeLogsRequest) SetToTimeInSeconds ¶
func (s *ListPipelineRunNodeLogsRequest) SetToTimeInSeconds(v int64) *ListPipelineRunNodeLogsRequest
func (*ListPipelineRunNodeLogsRequest) SetTokenId ¶ added in v1.0.1
func (s *ListPipelineRunNodeLogsRequest) SetTokenId(v string) *ListPipelineRunNodeLogsRequest
func (ListPipelineRunNodeLogsRequest) String ¶
func (s ListPipelineRunNodeLogsRequest) String() string
type ListPipelineRunNodeLogsResponse ¶
type ListPipelineRunNodeLogsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListPipelineRunNodeLogsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListPipelineRunNodeLogsResponse) GoString ¶
func (s ListPipelineRunNodeLogsResponse) GoString() string
func (*ListPipelineRunNodeLogsResponse) SetBody ¶
func (s *ListPipelineRunNodeLogsResponse) SetBody(v *ListPipelineRunNodeLogsResponseBody) *ListPipelineRunNodeLogsResponse
func (*ListPipelineRunNodeLogsResponse) SetHeaders ¶
func (s *ListPipelineRunNodeLogsResponse) SetHeaders(v map[string]*string) *ListPipelineRunNodeLogsResponse
func (*ListPipelineRunNodeLogsResponse) SetStatusCode ¶
func (s *ListPipelineRunNodeLogsResponse) SetStatusCode(v int32) *ListPipelineRunNodeLogsResponse
func (ListPipelineRunNodeLogsResponse) String ¶
func (s ListPipelineRunNodeLogsResponse) String() string
type ListPipelineRunNodeLogsResponseBody ¶
type ListPipelineRunNodeLogsResponseBody struct { Logs []*string `json:"Logs,omitempty" xml:"Logs,omitempty" type:"Repeated"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListPipelineRunNodeLogsResponseBody) GoString ¶
func (s ListPipelineRunNodeLogsResponseBody) GoString() string
func (*ListPipelineRunNodeLogsResponseBody) SetLogs ¶
func (s *ListPipelineRunNodeLogsResponseBody) SetLogs(v []*string) *ListPipelineRunNodeLogsResponseBody
func (*ListPipelineRunNodeLogsResponseBody) SetRequestId ¶
func (s *ListPipelineRunNodeLogsResponseBody) SetRequestId(v string) *ListPipelineRunNodeLogsResponseBody
func (*ListPipelineRunNodeLogsResponseBody) SetTotalCount ¶
func (s *ListPipelineRunNodeLogsResponseBody) SetTotalCount(v int64) *ListPipelineRunNodeLogsResponseBody
func (ListPipelineRunNodeLogsResponseBody) String ¶
func (s ListPipelineRunNodeLogsResponseBody) String() string
type ListPipelineRunNodeOutputsRequest ¶
type ListPipelineRunNodeOutputsRequest struct { Depth *int32 `json:"Depth,omitempty" xml:"Depth,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` Order *string `json:"Order,omitempty" xml:"Order,omitempty"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` SortBy *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"` TokenId *string `json:"TokenId,omitempty" xml:"TokenId,omitempty"` Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (ListPipelineRunNodeOutputsRequest) GoString ¶
func (s ListPipelineRunNodeOutputsRequest) GoString() string
func (*ListPipelineRunNodeOutputsRequest) SetDepth ¶
func (s *ListPipelineRunNodeOutputsRequest) SetDepth(v int32) *ListPipelineRunNodeOutputsRequest
func (*ListPipelineRunNodeOutputsRequest) SetName ¶
func (s *ListPipelineRunNodeOutputsRequest) SetName(v string) *ListPipelineRunNodeOutputsRequest
func (*ListPipelineRunNodeOutputsRequest) SetOrder ¶
func (s *ListPipelineRunNodeOutputsRequest) SetOrder(v string) *ListPipelineRunNodeOutputsRequest
func (*ListPipelineRunNodeOutputsRequest) SetPageNumber ¶
func (s *ListPipelineRunNodeOutputsRequest) SetPageNumber(v int32) *ListPipelineRunNodeOutputsRequest
func (*ListPipelineRunNodeOutputsRequest) SetPageSize ¶
func (s *ListPipelineRunNodeOutputsRequest) SetPageSize(v int32) *ListPipelineRunNodeOutputsRequest
func (*ListPipelineRunNodeOutputsRequest) SetSortBy ¶
func (s *ListPipelineRunNodeOutputsRequest) SetSortBy(v string) *ListPipelineRunNodeOutputsRequest
func (*ListPipelineRunNodeOutputsRequest) SetTokenId ¶ added in v1.0.1
func (s *ListPipelineRunNodeOutputsRequest) SetTokenId(v string) *ListPipelineRunNodeOutputsRequest
func (*ListPipelineRunNodeOutputsRequest) SetType ¶
func (s *ListPipelineRunNodeOutputsRequest) SetType(v string) *ListPipelineRunNodeOutputsRequest
func (ListPipelineRunNodeOutputsRequest) String ¶
func (s ListPipelineRunNodeOutputsRequest) String() string
type ListPipelineRunNodeOutputsResponse ¶
type ListPipelineRunNodeOutputsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListPipelineRunNodeOutputsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListPipelineRunNodeOutputsResponse) GoString ¶
func (s ListPipelineRunNodeOutputsResponse) GoString() string
func (*ListPipelineRunNodeOutputsResponse) SetHeaders ¶
func (s *ListPipelineRunNodeOutputsResponse) SetHeaders(v map[string]*string) *ListPipelineRunNodeOutputsResponse
func (*ListPipelineRunNodeOutputsResponse) SetStatusCode ¶
func (s *ListPipelineRunNodeOutputsResponse) SetStatusCode(v int32) *ListPipelineRunNodeOutputsResponse
func (ListPipelineRunNodeOutputsResponse) String ¶
func (s ListPipelineRunNodeOutputsResponse) String() string
type ListPipelineRunNodeOutputsResponseBody ¶
type ListPipelineRunNodeOutputsResponseBody struct { Outputs []*ListPipelineRunNodeOutputsResponseBodyOutputs `json:"Outputs,omitempty" xml:"Outputs,omitempty" type:"Repeated"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListPipelineRunNodeOutputsResponseBody) GoString ¶
func (s ListPipelineRunNodeOutputsResponseBody) GoString() string
func (*ListPipelineRunNodeOutputsResponseBody) SetOutputs ¶
func (*ListPipelineRunNodeOutputsResponseBody) SetRequestId ¶
func (s *ListPipelineRunNodeOutputsResponseBody) SetRequestId(v string) *ListPipelineRunNodeOutputsResponseBody
func (*ListPipelineRunNodeOutputsResponseBody) SetTotalCount ¶
func (s *ListPipelineRunNodeOutputsResponseBody) SetTotalCount(v int64) *ListPipelineRunNodeOutputsResponseBody
func (ListPipelineRunNodeOutputsResponseBody) String ¶
func (s ListPipelineRunNodeOutputsResponseBody) String() string
type ListPipelineRunNodeOutputsResponseBodyOutputs ¶
type ListPipelineRunNodeOutputsResponseBodyOutputs struct { ExpandableArtifactName *string `json:"ExpandableArtifactName,omitempty" xml:"ExpandableArtifactName,omitempty"` ExpandedArtifactIndex *int64 `json:"ExpandedArtifactIndex,omitempty" xml:"ExpandedArtifactIndex,omitempty"` GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` Id *string `json:"Id,omitempty" xml:"Id,omitempty"` Info map[string]interface{} `json:"Info,omitempty" xml:"Info,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` NodeId *string `json:"NodeId,omitempty" xml:"NodeId,omitempty"` Producer *string `json:"Producer,omitempty" xml:"Producer,omitempty"` Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (ListPipelineRunNodeOutputsResponseBodyOutputs) GoString ¶
func (s ListPipelineRunNodeOutputsResponseBodyOutputs) GoString() string
func (*ListPipelineRunNodeOutputsResponseBodyOutputs) SetExpandableArtifactName ¶
func (s *ListPipelineRunNodeOutputsResponseBodyOutputs) SetExpandableArtifactName(v string) *ListPipelineRunNodeOutputsResponseBodyOutputs
func (*ListPipelineRunNodeOutputsResponseBodyOutputs) SetExpandedArtifactIndex ¶
func (s *ListPipelineRunNodeOutputsResponseBodyOutputs) SetExpandedArtifactIndex(v int64) *ListPipelineRunNodeOutputsResponseBodyOutputs
func (*ListPipelineRunNodeOutputsResponseBodyOutputs) SetGmtCreateTime ¶
func (s *ListPipelineRunNodeOutputsResponseBodyOutputs) SetGmtCreateTime(v string) *ListPipelineRunNodeOutputsResponseBodyOutputs
func (*ListPipelineRunNodeOutputsResponseBodyOutputs) SetInfo ¶
func (s *ListPipelineRunNodeOutputsResponseBodyOutputs) SetInfo(v map[string]interface{}) *ListPipelineRunNodeOutputsResponseBodyOutputs
func (*ListPipelineRunNodeOutputsResponseBodyOutputs) SetName ¶
func (s *ListPipelineRunNodeOutputsResponseBodyOutputs) SetName(v string) *ListPipelineRunNodeOutputsResponseBodyOutputs
func (*ListPipelineRunNodeOutputsResponseBodyOutputs) SetNodeId ¶
func (s *ListPipelineRunNodeOutputsResponseBodyOutputs) SetNodeId(v string) *ListPipelineRunNodeOutputsResponseBodyOutputs
func (*ListPipelineRunNodeOutputsResponseBodyOutputs) SetProducer ¶
func (s *ListPipelineRunNodeOutputsResponseBodyOutputs) SetProducer(v string) *ListPipelineRunNodeOutputsResponseBodyOutputs
func (*ListPipelineRunNodeOutputsResponseBodyOutputs) SetType ¶
func (s *ListPipelineRunNodeOutputsResponseBodyOutputs) SetType(v string) *ListPipelineRunNodeOutputsResponseBodyOutputs
func (ListPipelineRunNodeOutputsResponseBodyOutputs) String ¶
func (s ListPipelineRunNodeOutputsResponseBodyOutputs) String() string
type ListPipelineRunNodeStatusRequest ¶
type ListPipelineRunNodeStatusRequest struct { Depth *int64 `json:"Depth,omitempty" xml:"Depth,omitempty"` TokenId *string `json:"TokenId,omitempty" xml:"TokenId,omitempty"` Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (ListPipelineRunNodeStatusRequest) GoString ¶
func (s ListPipelineRunNodeStatusRequest) GoString() string
func (*ListPipelineRunNodeStatusRequest) SetDepth ¶
func (s *ListPipelineRunNodeStatusRequest) SetDepth(v int64) *ListPipelineRunNodeStatusRequest
func (*ListPipelineRunNodeStatusRequest) SetTokenId ¶ added in v1.0.1
func (s *ListPipelineRunNodeStatusRequest) SetTokenId(v string) *ListPipelineRunNodeStatusRequest
func (*ListPipelineRunNodeStatusRequest) SetType ¶
func (s *ListPipelineRunNodeStatusRequest) SetType(v string) *ListPipelineRunNodeStatusRequest
func (ListPipelineRunNodeStatusRequest) String ¶
func (s ListPipelineRunNodeStatusRequest) String() string
type ListPipelineRunNodeStatusResponse ¶
type ListPipelineRunNodeStatusResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListPipelineRunNodeStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListPipelineRunNodeStatusResponse) GoString ¶
func (s ListPipelineRunNodeStatusResponse) GoString() string
func (*ListPipelineRunNodeStatusResponse) SetHeaders ¶
func (s *ListPipelineRunNodeStatusResponse) SetHeaders(v map[string]*string) *ListPipelineRunNodeStatusResponse
func (*ListPipelineRunNodeStatusResponse) SetStatusCode ¶
func (s *ListPipelineRunNodeStatusResponse) SetStatusCode(v int32) *ListPipelineRunNodeStatusResponse
func (ListPipelineRunNodeStatusResponse) String ¶
func (s ListPipelineRunNodeStatusResponse) String() string
type ListPipelineRunNodeStatusResponseBody ¶
type ListPipelineRunNodeStatusResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Status []*ListPipelineRunNodeStatusResponseBodyStatus `json:"Status,omitempty" xml:"Status,omitempty" type:"Repeated"` }
func (ListPipelineRunNodeStatusResponseBody) GoString ¶
func (s ListPipelineRunNodeStatusResponseBody) GoString() string
func (*ListPipelineRunNodeStatusResponseBody) SetRequestId ¶
func (s *ListPipelineRunNodeStatusResponseBody) SetRequestId(v string) *ListPipelineRunNodeStatusResponseBody
func (ListPipelineRunNodeStatusResponseBody) String ¶
func (s ListPipelineRunNodeStatusResponseBody) String() string
type ListPipelineRunNodeStatusResponseBodyStatus ¶
type ListPipelineRunNodeStatusResponseBodyStatus struct { FinishedAt *string `json:"FinishedAt,omitempty" xml:"FinishedAt,omitempty"` NodeId *string `json:"NodeId,omitempty" xml:"NodeId,omitempty"` NodeName *string `json:"NodeName,omitempty" xml:"NodeName,omitempty"` RuntimeInfo *string `json:"RuntimeInfo,omitempty" xml:"RuntimeInfo,omitempty"` StartedAt *string `json:"StartedAt,omitempty" xml:"StartedAt,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` }
func (ListPipelineRunNodeStatusResponseBodyStatus) GoString ¶
func (s ListPipelineRunNodeStatusResponseBodyStatus) GoString() string
func (*ListPipelineRunNodeStatusResponseBodyStatus) SetFinishedAt ¶
func (s *ListPipelineRunNodeStatusResponseBodyStatus) SetFinishedAt(v string) *ListPipelineRunNodeStatusResponseBodyStatus
func (*ListPipelineRunNodeStatusResponseBodyStatus) SetNodeId ¶
func (s *ListPipelineRunNodeStatusResponseBodyStatus) SetNodeId(v string) *ListPipelineRunNodeStatusResponseBodyStatus
func (*ListPipelineRunNodeStatusResponseBodyStatus) SetNodeName ¶
func (s *ListPipelineRunNodeStatusResponseBodyStatus) SetNodeName(v string) *ListPipelineRunNodeStatusResponseBodyStatus
func (*ListPipelineRunNodeStatusResponseBodyStatus) SetRuntimeInfo ¶
func (s *ListPipelineRunNodeStatusResponseBodyStatus) SetRuntimeInfo(v string) *ListPipelineRunNodeStatusResponseBodyStatus
func (*ListPipelineRunNodeStatusResponseBodyStatus) SetStartedAt ¶
func (s *ListPipelineRunNodeStatusResponseBodyStatus) SetStartedAt(v string) *ListPipelineRunNodeStatusResponseBodyStatus
func (*ListPipelineRunNodeStatusResponseBodyStatus) SetStatus ¶
func (s *ListPipelineRunNodeStatusResponseBodyStatus) SetStatus(v string) *ListPipelineRunNodeStatusResponseBodyStatus
func (ListPipelineRunNodeStatusResponseBodyStatus) String ¶
func (s ListPipelineRunNodeStatusResponseBodyStatus) String() string
type ListPipelineRunsRequest ¶
type ListPipelineRunsRequest struct { Name *string `json:"Name,omitempty" xml:"Name,omitempty"` Order *string `json:"Order,omitempty" xml:"Order,omitempty"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` PipelineIds *string `json:"PipelineIds,omitempty" xml:"PipelineIds,omitempty"` PipelineRunId *string `json:"PipelineRunId,omitempty" xml:"PipelineRunId,omitempty"` SortBy *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"` SourceId *string `json:"SourceId,omitempty" xml:"SourceId,omitempty"` SourceType *string `json:"SourceType,omitempty" xml:"SourceType,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (ListPipelineRunsRequest) GoString ¶
func (s ListPipelineRunsRequest) GoString() string
func (*ListPipelineRunsRequest) SetName ¶
func (s *ListPipelineRunsRequest) SetName(v string) *ListPipelineRunsRequest
func (*ListPipelineRunsRequest) SetOrder ¶
func (s *ListPipelineRunsRequest) SetOrder(v string) *ListPipelineRunsRequest
func (*ListPipelineRunsRequest) SetPageNumber ¶
func (s *ListPipelineRunsRequest) SetPageNumber(v int32) *ListPipelineRunsRequest
func (*ListPipelineRunsRequest) SetPageSize ¶
func (s *ListPipelineRunsRequest) SetPageSize(v int32) *ListPipelineRunsRequest
func (*ListPipelineRunsRequest) SetPipelineIds ¶
func (s *ListPipelineRunsRequest) SetPipelineIds(v string) *ListPipelineRunsRequest
func (*ListPipelineRunsRequest) SetPipelineRunId ¶ added in v1.0.1
func (s *ListPipelineRunsRequest) SetPipelineRunId(v string) *ListPipelineRunsRequest
func (*ListPipelineRunsRequest) SetSortBy ¶
func (s *ListPipelineRunsRequest) SetSortBy(v string) *ListPipelineRunsRequest
func (*ListPipelineRunsRequest) SetSourceId ¶
func (s *ListPipelineRunsRequest) SetSourceId(v string) *ListPipelineRunsRequest
func (*ListPipelineRunsRequest) SetSourceType ¶
func (s *ListPipelineRunsRequest) SetSourceType(v string) *ListPipelineRunsRequest
func (*ListPipelineRunsRequest) SetStatus ¶
func (s *ListPipelineRunsRequest) SetStatus(v string) *ListPipelineRunsRequest
func (*ListPipelineRunsRequest) SetUserId ¶
func (s *ListPipelineRunsRequest) SetUserId(v string) *ListPipelineRunsRequest
func (*ListPipelineRunsRequest) SetWorkspaceId ¶
func (s *ListPipelineRunsRequest) SetWorkspaceId(v string) *ListPipelineRunsRequest
func (ListPipelineRunsRequest) String ¶
func (s ListPipelineRunsRequest) String() string
type ListPipelineRunsResponse ¶
type ListPipelineRunsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListPipelineRunsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListPipelineRunsResponse) GoString ¶
func (s ListPipelineRunsResponse) GoString() string
func (*ListPipelineRunsResponse) SetBody ¶
func (s *ListPipelineRunsResponse) SetBody(v *ListPipelineRunsResponseBody) *ListPipelineRunsResponse
func (*ListPipelineRunsResponse) SetHeaders ¶
func (s *ListPipelineRunsResponse) SetHeaders(v map[string]*string) *ListPipelineRunsResponse
func (*ListPipelineRunsResponse) SetStatusCode ¶
func (s *ListPipelineRunsResponse) SetStatusCode(v int32) *ListPipelineRunsResponse
func (ListPipelineRunsResponse) String ¶
func (s ListPipelineRunsResponse) String() string
type ListPipelineRunsResponseBody ¶
type ListPipelineRunsResponseBody struct { PipelineRuns []*ListPipelineRunsResponseBodyPipelineRuns `json:"PipelineRuns,omitempty" xml:"PipelineRuns,omitempty" type:"Repeated"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListPipelineRunsResponseBody) GoString ¶
func (s ListPipelineRunsResponseBody) GoString() string
func (*ListPipelineRunsResponseBody) SetPipelineRuns ¶
func (s *ListPipelineRunsResponseBody) SetPipelineRuns(v []*ListPipelineRunsResponseBodyPipelineRuns) *ListPipelineRunsResponseBody
func (*ListPipelineRunsResponseBody) SetRequestId ¶
func (s *ListPipelineRunsResponseBody) SetRequestId(v string) *ListPipelineRunsResponseBody
func (*ListPipelineRunsResponseBody) SetTotalCount ¶
func (s *ListPipelineRunsResponseBody) SetTotalCount(v int64) *ListPipelineRunsResponseBody
func (ListPipelineRunsResponseBody) String ¶
func (s ListPipelineRunsResponseBody) String() string
type ListPipelineRunsResponseBodyPipelineRuns ¶
type ListPipelineRunsResponseBodyPipelineRuns struct { Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` Duration *int32 `json:"Duration,omitempty" xml:"Duration,omitempty"` FinishedAt *string `json:"FinishedAt,omitempty" xml:"FinishedAt,omitempty"` GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` NodeId *string `json:"NodeId,omitempty" xml:"NodeId,omitempty"` ParentUserId *string `json:"ParentUserId,omitempty" xml:"ParentUserId,omitempty"` PipelineId *string `json:"PipelineId,omitempty" xml:"PipelineId,omitempty"` PipelineRunId *string `json:"PipelineRunId,omitempty" xml:"PipelineRunId,omitempty"` PipelineRunUri *string `json:"PipelineRunUri,omitempty" xml:"PipelineRunUri,omitempty"` SourceId *string `json:"SourceId,omitempty" xml:"SourceId,omitempty"` SourceType *string `json:"SourceType,omitempty" xml:"SourceType,omitempty"` StartedAt *string `json:"StartedAt,omitempty" xml:"StartedAt,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (ListPipelineRunsResponseBodyPipelineRuns) GoString ¶
func (s ListPipelineRunsResponseBodyPipelineRuns) GoString() string
func (*ListPipelineRunsResponseBodyPipelineRuns) SetAccessibility ¶
func (s *ListPipelineRunsResponseBodyPipelineRuns) SetAccessibility(v string) *ListPipelineRunsResponseBodyPipelineRuns
func (*ListPipelineRunsResponseBodyPipelineRuns) SetDuration ¶
func (s *ListPipelineRunsResponseBodyPipelineRuns) SetDuration(v int32) *ListPipelineRunsResponseBodyPipelineRuns
func (*ListPipelineRunsResponseBodyPipelineRuns) SetFinishedAt ¶
func (s *ListPipelineRunsResponseBodyPipelineRuns) SetFinishedAt(v string) *ListPipelineRunsResponseBodyPipelineRuns
func (*ListPipelineRunsResponseBodyPipelineRuns) SetGmtCreateTime ¶
func (s *ListPipelineRunsResponseBodyPipelineRuns) SetGmtCreateTime(v string) *ListPipelineRunsResponseBodyPipelineRuns
func (*ListPipelineRunsResponseBodyPipelineRuns) SetGmtModifiedTime ¶
func (s *ListPipelineRunsResponseBodyPipelineRuns) SetGmtModifiedTime(v string) *ListPipelineRunsResponseBodyPipelineRuns
func (*ListPipelineRunsResponseBodyPipelineRuns) SetMessage ¶
func (s *ListPipelineRunsResponseBodyPipelineRuns) SetMessage(v string) *ListPipelineRunsResponseBodyPipelineRuns
func (*ListPipelineRunsResponseBodyPipelineRuns) SetName ¶
func (s *ListPipelineRunsResponseBodyPipelineRuns) SetName(v string) *ListPipelineRunsResponseBodyPipelineRuns
func (*ListPipelineRunsResponseBodyPipelineRuns) SetNodeId ¶
func (s *ListPipelineRunsResponseBodyPipelineRuns) SetNodeId(v string) *ListPipelineRunsResponseBodyPipelineRuns
func (*ListPipelineRunsResponseBodyPipelineRuns) SetParentUserId ¶
func (s *ListPipelineRunsResponseBodyPipelineRuns) SetParentUserId(v string) *ListPipelineRunsResponseBodyPipelineRuns
func (*ListPipelineRunsResponseBodyPipelineRuns) SetPipelineId ¶
func (s *ListPipelineRunsResponseBodyPipelineRuns) SetPipelineId(v string) *ListPipelineRunsResponseBodyPipelineRuns
func (*ListPipelineRunsResponseBodyPipelineRuns) SetPipelineRunId ¶
func (s *ListPipelineRunsResponseBodyPipelineRuns) SetPipelineRunId(v string) *ListPipelineRunsResponseBodyPipelineRuns
func (*ListPipelineRunsResponseBodyPipelineRuns) SetPipelineRunUri ¶ added in v1.0.1
func (s *ListPipelineRunsResponseBodyPipelineRuns) SetPipelineRunUri(v string) *ListPipelineRunsResponseBodyPipelineRuns
func (*ListPipelineRunsResponseBodyPipelineRuns) SetSourceId ¶
func (s *ListPipelineRunsResponseBodyPipelineRuns) SetSourceId(v string) *ListPipelineRunsResponseBodyPipelineRuns
func (*ListPipelineRunsResponseBodyPipelineRuns) SetSourceType ¶
func (s *ListPipelineRunsResponseBodyPipelineRuns) SetSourceType(v string) *ListPipelineRunsResponseBodyPipelineRuns
func (*ListPipelineRunsResponseBodyPipelineRuns) SetStartedAt ¶
func (s *ListPipelineRunsResponseBodyPipelineRuns) SetStartedAt(v string) *ListPipelineRunsResponseBodyPipelineRuns
func (*ListPipelineRunsResponseBodyPipelineRuns) SetStatus ¶
func (s *ListPipelineRunsResponseBodyPipelineRuns) SetStatus(v string) *ListPipelineRunsResponseBodyPipelineRuns
func (*ListPipelineRunsResponseBodyPipelineRuns) SetUserId ¶
func (s *ListPipelineRunsResponseBodyPipelineRuns) SetUserId(v string) *ListPipelineRunsResponseBodyPipelineRuns
func (*ListPipelineRunsResponseBodyPipelineRuns) SetWorkspaceId ¶
func (s *ListPipelineRunsResponseBodyPipelineRuns) SetWorkspaceId(v string) *ListPipelineRunsResponseBodyPipelineRuns
func (ListPipelineRunsResponseBodyPipelineRuns) String ¶
func (s ListPipelineRunsResponseBodyPipelineRuns) String() string
type ListPipelineRunsStatusRequest ¶
type ListPipelineRunsStatusRequest struct { Nodes []*ListPipelineRunsStatusRequestNodes `json:"Nodes,omitempty" xml:"Nodes,omitempty" type:"Repeated"` OutputType *string `json:"OutputType,omitempty" xml:"OutputType,omitempty"` PipelineRuns []*string `json:"PipelineRuns,omitempty" xml:"PipelineRuns,omitempty" type:"Repeated"` WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (ListPipelineRunsStatusRequest) GoString ¶
func (s ListPipelineRunsStatusRequest) GoString() string
func (*ListPipelineRunsStatusRequest) SetNodes ¶
func (s *ListPipelineRunsStatusRequest) SetNodes(v []*ListPipelineRunsStatusRequestNodes) *ListPipelineRunsStatusRequest
func (*ListPipelineRunsStatusRequest) SetOutputType ¶ added in v1.0.1
func (s *ListPipelineRunsStatusRequest) SetOutputType(v string) *ListPipelineRunsStatusRequest
func (*ListPipelineRunsStatusRequest) SetPipelineRuns ¶
func (s *ListPipelineRunsStatusRequest) SetPipelineRuns(v []*string) *ListPipelineRunsStatusRequest
func (*ListPipelineRunsStatusRequest) SetWorkspaceId ¶
func (s *ListPipelineRunsStatusRequest) SetWorkspaceId(v string) *ListPipelineRunsStatusRequest
func (ListPipelineRunsStatusRequest) String ¶
func (s ListPipelineRunsStatusRequest) String() string
type ListPipelineRunsStatusRequestNodes ¶
type ListPipelineRunsStatusRequestNodes struct { NodeId *string `json:"NodeId,omitempty" xml:"NodeId,omitempty"` PipelineRunId *string `json:"PipelineRunId,omitempty" xml:"PipelineRunId,omitempty"` }
func (ListPipelineRunsStatusRequestNodes) GoString ¶
func (s ListPipelineRunsStatusRequestNodes) GoString() string
func (*ListPipelineRunsStatusRequestNodes) SetNodeId ¶
func (s *ListPipelineRunsStatusRequestNodes) SetNodeId(v string) *ListPipelineRunsStatusRequestNodes
func (*ListPipelineRunsStatusRequestNodes) SetPipelineRunId ¶
func (s *ListPipelineRunsStatusRequestNodes) SetPipelineRunId(v string) *ListPipelineRunsStatusRequestNodes
func (ListPipelineRunsStatusRequestNodes) String ¶
func (s ListPipelineRunsStatusRequestNodes) String() string
type ListPipelineRunsStatusResponse ¶
type ListPipelineRunsStatusResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListPipelineRunsStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListPipelineRunsStatusResponse) GoString ¶
func (s ListPipelineRunsStatusResponse) GoString() string
func (*ListPipelineRunsStatusResponse) SetBody ¶
func (s *ListPipelineRunsStatusResponse) SetBody(v *ListPipelineRunsStatusResponseBody) *ListPipelineRunsStatusResponse
func (*ListPipelineRunsStatusResponse) SetHeaders ¶
func (s *ListPipelineRunsStatusResponse) SetHeaders(v map[string]*string) *ListPipelineRunsStatusResponse
func (*ListPipelineRunsStatusResponse) SetStatusCode ¶
func (s *ListPipelineRunsStatusResponse) SetStatusCode(v int32) *ListPipelineRunsStatusResponse
func (ListPipelineRunsStatusResponse) String ¶
func (s ListPipelineRunsStatusResponse) String() string
type ListPipelineRunsStatusResponseBody ¶
type ListPipelineRunsStatusResponseBody struct { Nodes []*ListPipelineRunsStatusResponseBodyNodes `json:"Nodes,omitempty" xml:"Nodes,omitempty" type:"Repeated"` Outputs []*ListPipelineRunsStatusResponseBodyOutputs `json:"Outputs,omitempty" xml:"Outputs,omitempty" type:"Repeated"` PipelineRuns []*ListPipelineRunsStatusResponseBodyPipelineRuns `json:"PipelineRuns,omitempty" xml:"PipelineRuns,omitempty" type:"Repeated"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (ListPipelineRunsStatusResponseBody) GoString ¶
func (s ListPipelineRunsStatusResponseBody) GoString() string
func (*ListPipelineRunsStatusResponseBody) SetNodes ¶
func (s *ListPipelineRunsStatusResponseBody) SetNodes(v []*ListPipelineRunsStatusResponseBodyNodes) *ListPipelineRunsStatusResponseBody
func (*ListPipelineRunsStatusResponseBody) SetOutputs ¶ added in v1.0.1
func (s *ListPipelineRunsStatusResponseBody) SetOutputs(v []*ListPipelineRunsStatusResponseBodyOutputs) *ListPipelineRunsStatusResponseBody
func (*ListPipelineRunsStatusResponseBody) SetPipelineRuns ¶
func (s *ListPipelineRunsStatusResponseBody) SetPipelineRuns(v []*ListPipelineRunsStatusResponseBodyPipelineRuns) *ListPipelineRunsStatusResponseBody
func (*ListPipelineRunsStatusResponseBody) SetRequestId ¶
func (s *ListPipelineRunsStatusResponseBody) SetRequestId(v string) *ListPipelineRunsStatusResponseBody
func (ListPipelineRunsStatusResponseBody) String ¶
func (s ListPipelineRunsStatusResponseBody) String() string
type ListPipelineRunsStatusResponseBodyNodes ¶
type ListPipelineRunsStatusResponseBodyNodes struct { FinishedAt *string `json:"FinishedAt,omitempty" xml:"FinishedAt,omitempty"` InputArtifactArchived *bool `json:"InputArtifactArchived,omitempty" xml:"InputArtifactArchived,omitempty"` NodeId *string `json:"NodeId,omitempty" xml:"NodeId,omitempty"` NodeName *string `json:"NodeName,omitempty" xml:"NodeName,omitempty"` OutputArtifactArchived *bool `json:"OutputArtifactArchived,omitempty" xml:"OutputArtifactArchived,omitempty"` PipelineRunId *string `json:"PipelineRunId,omitempty" xml:"PipelineRunId,omitempty"` StartedAt *string `json:"StartedAt,omitempty" xml:"StartedAt,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` }
func (ListPipelineRunsStatusResponseBodyNodes) GoString ¶
func (s ListPipelineRunsStatusResponseBodyNodes) GoString() string
func (*ListPipelineRunsStatusResponseBodyNodes) SetFinishedAt ¶
func (s *ListPipelineRunsStatusResponseBodyNodes) SetFinishedAt(v string) *ListPipelineRunsStatusResponseBodyNodes
func (*ListPipelineRunsStatusResponseBodyNodes) SetInputArtifactArchived ¶
func (s *ListPipelineRunsStatusResponseBodyNodes) SetInputArtifactArchived(v bool) *ListPipelineRunsStatusResponseBodyNodes
func (*ListPipelineRunsStatusResponseBodyNodes) SetNodeId ¶
func (s *ListPipelineRunsStatusResponseBodyNodes) SetNodeId(v string) *ListPipelineRunsStatusResponseBodyNodes
func (*ListPipelineRunsStatusResponseBodyNodes) SetNodeName ¶
func (s *ListPipelineRunsStatusResponseBodyNodes) SetNodeName(v string) *ListPipelineRunsStatusResponseBodyNodes
func (*ListPipelineRunsStatusResponseBodyNodes) SetOutputArtifactArchived ¶
func (s *ListPipelineRunsStatusResponseBodyNodes) SetOutputArtifactArchived(v bool) *ListPipelineRunsStatusResponseBodyNodes
func (*ListPipelineRunsStatusResponseBodyNodes) SetPipelineRunId ¶
func (s *ListPipelineRunsStatusResponseBodyNodes) SetPipelineRunId(v string) *ListPipelineRunsStatusResponseBodyNodes
func (*ListPipelineRunsStatusResponseBodyNodes) SetStartedAt ¶
func (s *ListPipelineRunsStatusResponseBodyNodes) SetStartedAt(v string) *ListPipelineRunsStatusResponseBodyNodes
func (*ListPipelineRunsStatusResponseBodyNodes) SetStatus ¶
func (s *ListPipelineRunsStatusResponseBodyNodes) SetStatus(v string) *ListPipelineRunsStatusResponseBodyNodes
func (ListPipelineRunsStatusResponseBodyNodes) String ¶
func (s ListPipelineRunsStatusResponseBodyNodes) String() string
type ListPipelineRunsStatusResponseBodyOutputs ¶ added in v1.0.1
type ListPipelineRunsStatusResponseBodyOutputs struct { ExpandableArtifactName *string `json:"ExpandableArtifactName,omitempty" xml:"ExpandableArtifactName,omitempty"` ExpandedArtifactIndex *int32 `json:"ExpandedArtifactIndex,omitempty" xml:"ExpandedArtifactIndex,omitempty"` GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` Id *string `json:"Id,omitempty" xml:"Id,omitempty"` Metadata map[string]interface{} `json:"Metadata,omitempty" xml:"Metadata,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` NodeId *string `json:"NodeId,omitempty" xml:"NodeId,omitempty"` PipelineRunId *string `json:"PipelineRunId,omitempty" xml:"PipelineRunId,omitempty"` Producer *string `json:"Producer,omitempty" xml:"Producer,omitempty"` Type *string `json:"Type,omitempty" xml:"Type,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (ListPipelineRunsStatusResponseBodyOutputs) GoString ¶ added in v1.0.1
func (s ListPipelineRunsStatusResponseBodyOutputs) GoString() string
func (*ListPipelineRunsStatusResponseBodyOutputs) SetExpandableArtifactName ¶ added in v1.0.1
func (s *ListPipelineRunsStatusResponseBodyOutputs) SetExpandableArtifactName(v string) *ListPipelineRunsStatusResponseBodyOutputs
func (*ListPipelineRunsStatusResponseBodyOutputs) SetExpandedArtifactIndex ¶ added in v1.0.1
func (s *ListPipelineRunsStatusResponseBodyOutputs) SetExpandedArtifactIndex(v int32) *ListPipelineRunsStatusResponseBodyOutputs
func (*ListPipelineRunsStatusResponseBodyOutputs) SetGmtCreateTime ¶ added in v1.0.1
func (s *ListPipelineRunsStatusResponseBodyOutputs) SetGmtCreateTime(v string) *ListPipelineRunsStatusResponseBodyOutputs
func (*ListPipelineRunsStatusResponseBodyOutputs) SetId ¶ added in v1.0.1
func (s *ListPipelineRunsStatusResponseBodyOutputs) SetId(v string) *ListPipelineRunsStatusResponseBodyOutputs
func (*ListPipelineRunsStatusResponseBodyOutputs) SetMetadata ¶ added in v1.0.1
func (s *ListPipelineRunsStatusResponseBodyOutputs) SetMetadata(v map[string]interface{}) *ListPipelineRunsStatusResponseBodyOutputs
func (*ListPipelineRunsStatusResponseBodyOutputs) SetName ¶ added in v1.0.1
func (s *ListPipelineRunsStatusResponseBodyOutputs) SetName(v string) *ListPipelineRunsStatusResponseBodyOutputs
func (*ListPipelineRunsStatusResponseBodyOutputs) SetNodeId ¶ added in v1.0.1
func (s *ListPipelineRunsStatusResponseBodyOutputs) SetNodeId(v string) *ListPipelineRunsStatusResponseBodyOutputs
func (*ListPipelineRunsStatusResponseBodyOutputs) SetPipelineRunId ¶ added in v1.0.1
func (s *ListPipelineRunsStatusResponseBodyOutputs) SetPipelineRunId(v string) *ListPipelineRunsStatusResponseBodyOutputs
func (*ListPipelineRunsStatusResponseBodyOutputs) SetProducer ¶ added in v1.0.1
func (s *ListPipelineRunsStatusResponseBodyOutputs) SetProducer(v string) *ListPipelineRunsStatusResponseBodyOutputs
func (*ListPipelineRunsStatusResponseBodyOutputs) SetType ¶ added in v1.0.1
func (s *ListPipelineRunsStatusResponseBodyOutputs) SetType(v string) *ListPipelineRunsStatusResponseBodyOutputs
func (*ListPipelineRunsStatusResponseBodyOutputs) SetValue ¶ added in v1.0.1
func (s *ListPipelineRunsStatusResponseBodyOutputs) SetValue(v string) *ListPipelineRunsStatusResponseBodyOutputs
func (ListPipelineRunsStatusResponseBodyOutputs) String ¶ added in v1.0.1
func (s ListPipelineRunsStatusResponseBodyOutputs) String() string
type ListPipelineRunsStatusResponseBodyPipelineRuns ¶
type ListPipelineRunsStatusResponseBodyPipelineRuns struct { IsDeleted *bool `json:"IsDeleted,omitempty" xml:"IsDeleted,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` NodeId *string `json:"NodeId,omitempty" xml:"NodeId,omitempty"` ParentUserId *string `json:"ParentUserId,omitempty" xml:"ParentUserId,omitempty"` PipelineRunId *string `json:"PipelineRunId,omitempty" xml:"PipelineRunId,omitempty"` SourceId *string `json:"SourceId,omitempty" xml:"SourceId,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` }
func (ListPipelineRunsStatusResponseBodyPipelineRuns) GoString ¶
func (s ListPipelineRunsStatusResponseBodyPipelineRuns) GoString() string
func (*ListPipelineRunsStatusResponseBodyPipelineRuns) SetIsDeleted ¶
func (s *ListPipelineRunsStatusResponseBodyPipelineRuns) SetIsDeleted(v bool) *ListPipelineRunsStatusResponseBodyPipelineRuns
func (*ListPipelineRunsStatusResponseBodyPipelineRuns) SetNodeId ¶
func (s *ListPipelineRunsStatusResponseBodyPipelineRuns) SetNodeId(v string) *ListPipelineRunsStatusResponseBodyPipelineRuns
func (*ListPipelineRunsStatusResponseBodyPipelineRuns) SetParentUserId ¶
func (s *ListPipelineRunsStatusResponseBodyPipelineRuns) SetParentUserId(v string) *ListPipelineRunsStatusResponseBodyPipelineRuns
func (*ListPipelineRunsStatusResponseBodyPipelineRuns) SetPipelineRunId ¶
func (s *ListPipelineRunsStatusResponseBodyPipelineRuns) SetPipelineRunId(v string) *ListPipelineRunsStatusResponseBodyPipelineRuns
func (*ListPipelineRunsStatusResponseBodyPipelineRuns) SetSourceId ¶
func (s *ListPipelineRunsStatusResponseBodyPipelineRuns) SetSourceId(v string) *ListPipelineRunsStatusResponseBodyPipelineRuns
func (*ListPipelineRunsStatusResponseBodyPipelineRuns) SetStatus ¶
func (s *ListPipelineRunsStatusResponseBodyPipelineRuns) SetStatus(v string) *ListPipelineRunsStatusResponseBodyPipelineRuns
func (*ListPipelineRunsStatusResponseBodyPipelineRuns) SetUserId ¶
func (s *ListPipelineRunsStatusResponseBodyPipelineRuns) SetUserId(v string) *ListPipelineRunsStatusResponseBodyPipelineRuns
func (ListPipelineRunsStatusResponseBodyPipelineRuns) String ¶
func (s ListPipelineRunsStatusResponseBodyPipelineRuns) String() string
type ListPipelinesRequest ¶
type ListPipelinesRequest struct { FuzzyMatching *bool `json:"FuzzyMatching,omitempty" xml:"FuzzyMatching,omitempty"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` PipelineIdentifier *string `json:"PipelineIdentifier,omitempty" xml:"PipelineIdentifier,omitempty"` PipelineProvider *string `json:"PipelineProvider,omitempty" xml:"PipelineProvider,omitempty"` PipelineVersion *string `json:"PipelineVersion,omitempty" xml:"PipelineVersion,omitempty"` WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (ListPipelinesRequest) GoString ¶
func (s ListPipelinesRequest) GoString() string
func (*ListPipelinesRequest) SetFuzzyMatching ¶
func (s *ListPipelinesRequest) SetFuzzyMatching(v bool) *ListPipelinesRequest
func (*ListPipelinesRequest) SetPageNumber ¶
func (s *ListPipelinesRequest) SetPageNumber(v int32) *ListPipelinesRequest
func (*ListPipelinesRequest) SetPageSize ¶
func (s *ListPipelinesRequest) SetPageSize(v int32) *ListPipelinesRequest
func (*ListPipelinesRequest) SetPipelineIdentifier ¶
func (s *ListPipelinesRequest) SetPipelineIdentifier(v string) *ListPipelinesRequest
func (*ListPipelinesRequest) SetPipelineProvider ¶
func (s *ListPipelinesRequest) SetPipelineProvider(v string) *ListPipelinesRequest
func (*ListPipelinesRequest) SetPipelineVersion ¶
func (s *ListPipelinesRequest) SetPipelineVersion(v string) *ListPipelinesRequest
func (*ListPipelinesRequest) SetWorkspaceId ¶
func (s *ListPipelinesRequest) SetWorkspaceId(v string) *ListPipelinesRequest
func (ListPipelinesRequest) String ¶
func (s ListPipelinesRequest) String() string
type ListPipelinesResponse ¶
type ListPipelinesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListPipelinesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListPipelinesResponse) GoString ¶
func (s ListPipelinesResponse) GoString() string
func (*ListPipelinesResponse) SetBody ¶
func (s *ListPipelinesResponse) SetBody(v *ListPipelinesResponseBody) *ListPipelinesResponse
func (*ListPipelinesResponse) SetHeaders ¶
func (s *ListPipelinesResponse) SetHeaders(v map[string]*string) *ListPipelinesResponse
func (*ListPipelinesResponse) SetStatusCode ¶
func (s *ListPipelinesResponse) SetStatusCode(v int32) *ListPipelinesResponse
func (ListPipelinesResponse) String ¶
func (s ListPipelinesResponse) String() string
type ListPipelinesResponseBody ¶
type ListPipelinesResponseBody struct { Pipelines []*ListPipelinesResponseBodyPipelines `json:"Pipelines,omitempty" xml:"Pipelines,omitempty" type:"Repeated"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListPipelinesResponseBody) GoString ¶
func (s ListPipelinesResponseBody) GoString() string
func (*ListPipelinesResponseBody) SetPipelines ¶
func (s *ListPipelinesResponseBody) SetPipelines(v []*ListPipelinesResponseBodyPipelines) *ListPipelinesResponseBody
func (*ListPipelinesResponseBody) SetRequestId ¶
func (s *ListPipelinesResponseBody) SetRequestId(v string) *ListPipelinesResponseBody
func (*ListPipelinesResponseBody) SetTotalCount ¶
func (s *ListPipelinesResponseBody) SetTotalCount(v int64) *ListPipelinesResponseBody
func (ListPipelinesResponseBody) String ¶
func (s ListPipelinesResponseBody) String() string
type ListPipelinesResponseBodyPipelines ¶
type ListPipelinesResponseBodyPipelines struct { GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` Identifier *string `json:"Identifier,omitempty" xml:"Identifier,omitempty"` PipelineId *string `json:"PipelineId,omitempty" xml:"PipelineId,omitempty"` Provider *string `json:"Provider,omitempty" xml:"Provider,omitempty"` Uuid *string `json:"Uuid,omitempty" xml:"Uuid,omitempty"` Version *string `json:"Version,omitempty" xml:"Version,omitempty"` WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (ListPipelinesResponseBodyPipelines) GoString ¶
func (s ListPipelinesResponseBodyPipelines) GoString() string
func (*ListPipelinesResponseBodyPipelines) SetGmtCreateTime ¶
func (s *ListPipelinesResponseBodyPipelines) SetGmtCreateTime(v string) *ListPipelinesResponseBodyPipelines
func (*ListPipelinesResponseBodyPipelines) SetGmtModifiedTime ¶
func (s *ListPipelinesResponseBodyPipelines) SetGmtModifiedTime(v string) *ListPipelinesResponseBodyPipelines
func (*ListPipelinesResponseBodyPipelines) SetIdentifier ¶
func (s *ListPipelinesResponseBodyPipelines) SetIdentifier(v string) *ListPipelinesResponseBodyPipelines
func (*ListPipelinesResponseBodyPipelines) SetPipelineId ¶
func (s *ListPipelinesResponseBodyPipelines) SetPipelineId(v string) *ListPipelinesResponseBodyPipelines
func (*ListPipelinesResponseBodyPipelines) SetProvider ¶
func (s *ListPipelinesResponseBodyPipelines) SetProvider(v string) *ListPipelinesResponseBodyPipelines
func (*ListPipelinesResponseBodyPipelines) SetUuid ¶
func (s *ListPipelinesResponseBodyPipelines) SetUuid(v string) *ListPipelinesResponseBodyPipelines
func (*ListPipelinesResponseBodyPipelines) SetVersion ¶
func (s *ListPipelinesResponseBodyPipelines) SetVersion(v string) *ListPipelinesResponseBodyPipelines
func (*ListPipelinesResponseBodyPipelines) SetWorkspaceId ¶
func (s *ListPipelinesResponseBodyPipelines) SetWorkspaceId(v string) *ListPipelinesResponseBodyPipelines
func (ListPipelinesResponseBodyPipelines) String ¶
func (s ListPipelinesResponseBodyPipelines) String() string
type Node ¶
type Node struct { ApiVersion *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"` Metadata *NodeMetadata `json:"Metadata,omitempty" xml:"Metadata,omitempty" type:"Struct"` Spec *NodeSpec `json:"Spec,omitempty" xml:"Spec,omitempty" type:"Struct"` StatusInfo *NodeStatusInfo `json:"StatusInfo,omitempty" xml:"StatusInfo,omitempty" type:"Struct"` }
func (*Node) SetApiVersion ¶
func (*Node) SetMetadata ¶
func (s *Node) SetMetadata(v *NodeMetadata) *Node
func (*Node) SetStatusInfo ¶
func (s *Node) SetStatusInfo(v *NodeStatusInfo) *Node
type NodeIO ¶
type NodeIO struct { Artifacts []map[string]interface{} `json:"Artifacts,omitempty" xml:"Artifacts,omitempty" type:"Repeated"` Parameters []map[string]interface{} `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` }
func (*NodeIO) SetArtifacts ¶
func (*NodeIO) SetParameters ¶
type NodeMetadata ¶
type NodeMetadata struct { DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"` Identifier *string `json:"Identifier,omitempty" xml:"Identifier,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` NodeId *string `json:"NodeId,omitempty" xml:"NodeId,omitempty"` NodeType *string `json:"NodeType,omitempty" xml:"NodeType,omitempty"` Provider *string `json:"Provider,omitempty" xml:"Provider,omitempty"` RelatedNodeIds []*string `json:"RelatedNodeIds,omitempty" xml:"RelatedNodeIds,omitempty" type:"Repeated"` Version *string `json:"Version,omitempty" xml:"Version,omitempty"` }
func (NodeMetadata) GoString ¶
func (s NodeMetadata) GoString() string
func (*NodeMetadata) SetDisplayName ¶
func (s *NodeMetadata) SetDisplayName(v string) *NodeMetadata
func (*NodeMetadata) SetIdentifier ¶
func (s *NodeMetadata) SetIdentifier(v string) *NodeMetadata
func (*NodeMetadata) SetName ¶
func (s *NodeMetadata) SetName(v string) *NodeMetadata
func (*NodeMetadata) SetNodeId ¶
func (s *NodeMetadata) SetNodeId(v string) *NodeMetadata
func (*NodeMetadata) SetNodeType ¶
func (s *NodeMetadata) SetNodeType(v string) *NodeMetadata
func (*NodeMetadata) SetProvider ¶
func (s *NodeMetadata) SetProvider(v string) *NodeMetadata
func (*NodeMetadata) SetRelatedNodeIds ¶
func (s *NodeMetadata) SetRelatedNodeIds(v []*string) *NodeMetadata
func (*NodeMetadata) SetVersion ¶
func (s *NodeMetadata) SetVersion(v string) *NodeMetadata
func (NodeMetadata) String ¶
func (s NodeMetadata) String() string
type NodeSpec ¶
type NodeSpec struct { Dependencies []*string `json:"Dependencies,omitempty" xml:"Dependencies,omitempty" type:"Repeated"` HasPipelines *bool `json:"HasPipelines,omitempty" xml:"HasPipelines,omitempty"` Inputs *NodeIO `json:"Inputs,omitempty" xml:"Inputs,omitempty"` Outputs *NodeIO `json:"Outputs,omitempty" xml:"Outputs,omitempty"` Parallelism *int64 `json:"Parallelism,omitempty" xml:"Parallelism,omitempty"` Pipelines []*Node `json:"Pipelines,omitempty" xml:"Pipelines,omitempty" type:"Repeated"` When *string `json:"When,omitempty" xml:"When,omitempty"` WithItems []*string `json:"WithItems,omitempty" xml:"WithItems,omitempty" type:"Repeated"` WithParam *string `json:"WithParam,omitempty" xml:"WithParam,omitempty"` WithSequence *NodeSpecWithSequence `json:"WithSequence,omitempty" xml:"WithSequence,omitempty" type:"Struct"` }
func (*NodeSpec) SetDependencies ¶
func (*NodeSpec) SetHasPipelines ¶
func (*NodeSpec) SetOutputs ¶
func (*NodeSpec) SetParallelism ¶
func (*NodeSpec) SetPipelines ¶
func (*NodeSpec) SetWithItems ¶
func (*NodeSpec) SetWithParam ¶
func (*NodeSpec) SetWithSequence ¶
func (s *NodeSpec) SetWithSequence(v *NodeSpecWithSequence) *NodeSpec
type NodeSpecWithSequence ¶
type NodeSpecWithSequence struct { End *int64 `json:"End,omitempty" xml:"End,omitempty"` Format *string `json:"Format,omitempty" xml:"Format,omitempty"` Start *int64 `json:"Start,omitempty" xml:"Start,omitempty"` }
func (NodeSpecWithSequence) GoString ¶
func (s NodeSpecWithSequence) GoString() string
func (*NodeSpecWithSequence) SetEnd ¶
func (s *NodeSpecWithSequence) SetEnd(v int64) *NodeSpecWithSequence
func (*NodeSpecWithSequence) SetFormat ¶
func (s *NodeSpecWithSequence) SetFormat(v string) *NodeSpecWithSequence
func (*NodeSpecWithSequence) SetStart ¶
func (s *NodeSpecWithSequence) SetStart(v int64) *NodeSpecWithSequence
func (NodeSpecWithSequence) String ¶
func (s NodeSpecWithSequence) String() string
type NodeStatusInfo ¶
type NodeStatusInfo struct { Conditions []*NodeStatusInfoConditions `json:"Conditions,omitempty" xml:"Conditions,omitempty" type:"Repeated"` FinishedAt *string `json:"FinishedAt,omitempty" xml:"FinishedAt,omitempty"` Progress *string `json:"Progress,omitempty" xml:"Progress,omitempty"` StartedAt *string `json:"StartedAt,omitempty" xml:"StartedAt,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` }
func (NodeStatusInfo) GoString ¶
func (s NodeStatusInfo) GoString() string
func (*NodeStatusInfo) SetConditions ¶
func (s *NodeStatusInfo) SetConditions(v []*NodeStatusInfoConditions) *NodeStatusInfo
func (*NodeStatusInfo) SetFinishedAt ¶
func (s *NodeStatusInfo) SetFinishedAt(v string) *NodeStatusInfo
func (*NodeStatusInfo) SetProgress ¶
func (s *NodeStatusInfo) SetProgress(v string) *NodeStatusInfo
func (*NodeStatusInfo) SetStartedAt ¶
func (s *NodeStatusInfo) SetStartedAt(v string) *NodeStatusInfo
func (*NodeStatusInfo) SetStatus ¶
func (s *NodeStatusInfo) SetStatus(v string) *NodeStatusInfo
func (NodeStatusInfo) String ¶
func (s NodeStatusInfo) String() string
type NodeStatusInfoConditions ¶
type NodeStatusInfoConditions struct { Status *string `json:"Status,omitempty" xml:"Status,omitempty"` Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (NodeStatusInfoConditions) GoString ¶
func (s NodeStatusInfoConditions) GoString() string
func (*NodeStatusInfoConditions) SetStatus ¶
func (s *NodeStatusInfoConditions) SetStatus(v string) *NodeStatusInfoConditions
func (*NodeStatusInfoConditions) SetType ¶
func (s *NodeStatusInfoConditions) SetType(v string) *NodeStatusInfoConditions
func (NodeStatusInfoConditions) String ¶
func (s NodeStatusInfoConditions) String() string
type Pipeline ¶
type Pipeline struct { GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` Identifier *string `json:"Identifier,omitempty" xml:"Identifier,omitempty"` PipelineId *string `json:"PipelineId,omitempty" xml:"PipelineId,omitempty"` Provider *string `json:"Provider,omitempty" xml:"Provider,omitempty"` Uuid *string `json:"Uuid,omitempty" xml:"Uuid,omitempty"` Version *string `json:"Version,omitempty" xml:"Version,omitempty"` WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (*Pipeline) SetGmtCreateTime ¶
func (*Pipeline) SetGmtModifiedTime ¶
func (*Pipeline) SetIdentifier ¶
func (*Pipeline) SetPipelineId ¶
func (*Pipeline) SetProvider ¶
func (*Pipeline) SetVersion ¶
func (*Pipeline) SetWorkspaceId ¶
type RerunPipelineRunResponse ¶ added in v1.0.1
type RerunPipelineRunResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *RerunPipelineRunResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RerunPipelineRunResponse) GoString ¶ added in v1.0.1
func (s RerunPipelineRunResponse) GoString() string
func (*RerunPipelineRunResponse) SetBody ¶ added in v1.0.1
func (s *RerunPipelineRunResponse) SetBody(v *RerunPipelineRunResponseBody) *RerunPipelineRunResponse
func (*RerunPipelineRunResponse) SetHeaders ¶ added in v1.0.1
func (s *RerunPipelineRunResponse) SetHeaders(v map[string]*string) *RerunPipelineRunResponse
func (*RerunPipelineRunResponse) SetStatusCode ¶ added in v1.0.1
func (s *RerunPipelineRunResponse) SetStatusCode(v int32) *RerunPipelineRunResponse
func (RerunPipelineRunResponse) String ¶ added in v1.0.1
func (s RerunPipelineRunResponse) String() string
type RerunPipelineRunResponseBody ¶ added in v1.0.1
type RerunPipelineRunResponseBody struct { // Id of the request RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (RerunPipelineRunResponseBody) GoString ¶ added in v1.0.1
func (s RerunPipelineRunResponseBody) GoString() string
func (*RerunPipelineRunResponseBody) SetRequestId ¶ added in v1.0.1
func (s *RerunPipelineRunResponseBody) SetRequestId(v string) *RerunPipelineRunResponseBody
func (RerunPipelineRunResponseBody) String ¶ added in v1.0.1
func (s RerunPipelineRunResponseBody) String() string
type Run ¶
type Run struct { Accessibility *string `json:"Accessibility,omitempty" xml:"Accessibility,omitempty"` Duration *int64 `json:"Duration,omitempty" xml:"Duration,omitempty"` ExperimentId *string `json:"ExperimentId,omitempty" xml:"ExperimentId,omitempty"` FinishedAt *int64 `json:"FinishedAt,omitempty" xml:"FinishedAt,omitempty"` GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` NodeId *string `json:"NodeId,omitempty" xml:"NodeId,omitempty"` ParentUserId *string `json:"ParentUserId,omitempty" xml:"ParentUserId,omitempty"` RunId *string `json:"RunId,omitempty" xml:"RunId,omitempty"` Source *string `json:"Source,omitempty" xml:"Source,omitempty"` StartedAt *int64 `json:"StartedAt,omitempty" xml:"StartedAt,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (*Run) SetAccessibility ¶
func (*Run) SetDuration ¶
func (*Run) SetExperimentId ¶
func (*Run) SetFinishedAt ¶
func (*Run) SetGmtCreateTime ¶
func (*Run) SetGmtModifiedTime ¶
func (*Run) SetMessage ¶
func (*Run) SetParentUserId ¶
func (*Run) SetStartedAt ¶
func (*Run) SetWorkspaceId ¶
type StartPipelineRunResponse ¶
type StartPipelineRunResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *StartPipelineRunResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (StartPipelineRunResponse) GoString ¶
func (s StartPipelineRunResponse) GoString() string
func (*StartPipelineRunResponse) SetBody ¶
func (s *StartPipelineRunResponse) SetBody(v *StartPipelineRunResponseBody) *StartPipelineRunResponse
func (*StartPipelineRunResponse) SetHeaders ¶
func (s *StartPipelineRunResponse) SetHeaders(v map[string]*string) *StartPipelineRunResponse
func (*StartPipelineRunResponse) SetStatusCode ¶
func (s *StartPipelineRunResponse) SetStatusCode(v int32) *StartPipelineRunResponse
func (StartPipelineRunResponse) String ¶
func (s StartPipelineRunResponse) String() string
type StartPipelineRunResponseBody ¶
type StartPipelineRunResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (StartPipelineRunResponseBody) GoString ¶
func (s StartPipelineRunResponseBody) GoString() string
func (*StartPipelineRunResponseBody) SetRequestId ¶
func (s *StartPipelineRunResponseBody) SetRequestId(v string) *StartPipelineRunResponseBody
func (StartPipelineRunResponseBody) String ¶
func (s StartPipelineRunResponseBody) String() string
type TerminatePipelineRunResponse ¶
type TerminatePipelineRunResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *TerminatePipelineRunResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (TerminatePipelineRunResponse) GoString ¶
func (s TerminatePipelineRunResponse) GoString() string
func (*TerminatePipelineRunResponse) SetBody ¶
func (s *TerminatePipelineRunResponse) SetBody(v *TerminatePipelineRunResponseBody) *TerminatePipelineRunResponse
func (*TerminatePipelineRunResponse) SetHeaders ¶
func (s *TerminatePipelineRunResponse) SetHeaders(v map[string]*string) *TerminatePipelineRunResponse
func (*TerminatePipelineRunResponse) SetStatusCode ¶
func (s *TerminatePipelineRunResponse) SetStatusCode(v int32) *TerminatePipelineRunResponse
func (TerminatePipelineRunResponse) String ¶
func (s TerminatePipelineRunResponse) String() string
type TerminatePipelineRunResponseBody ¶
type TerminatePipelineRunResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (TerminatePipelineRunResponseBody) GoString ¶
func (s TerminatePipelineRunResponseBody) GoString() string
func (*TerminatePipelineRunResponseBody) SetRequestId ¶
func (s *TerminatePipelineRunResponseBody) SetRequestId(v string) *TerminatePipelineRunResponseBody
func (TerminatePipelineRunResponseBody) String ¶
func (s TerminatePipelineRunResponseBody) String() string
type UpdatePipelineRequest ¶
type UpdatePipelineRequest struct {
Manifest *string `json:"Manifest,omitempty" xml:"Manifest,omitempty"`
}
func (UpdatePipelineRequest) GoString ¶
func (s UpdatePipelineRequest) GoString() string
func (*UpdatePipelineRequest) SetManifest ¶
func (s *UpdatePipelineRequest) SetManifest(v string) *UpdatePipelineRequest
func (UpdatePipelineRequest) String ¶
func (s UpdatePipelineRequest) String() string
type UpdatePipelineResponse ¶
type UpdatePipelineResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *UpdatePipelineResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdatePipelineResponse) GoString ¶
func (s UpdatePipelineResponse) GoString() string
func (*UpdatePipelineResponse) SetBody ¶
func (s *UpdatePipelineResponse) SetBody(v *UpdatePipelineResponseBody) *UpdatePipelineResponse
func (*UpdatePipelineResponse) SetHeaders ¶
func (s *UpdatePipelineResponse) SetHeaders(v map[string]*string) *UpdatePipelineResponse
func (*UpdatePipelineResponse) SetStatusCode ¶
func (s *UpdatePipelineResponse) SetStatusCode(v int32) *UpdatePipelineResponse
func (UpdatePipelineResponse) String ¶
func (s UpdatePipelineResponse) String() string
type UpdatePipelineResponseBody ¶
type UpdatePipelineResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (UpdatePipelineResponseBody) GoString ¶
func (s UpdatePipelineResponseBody) GoString() string
func (*UpdatePipelineResponseBody) SetRequestId ¶
func (s *UpdatePipelineResponseBody) SetRequestId(v string) *UpdatePipelineResponseBody
func (UpdatePipelineResponseBody) String ¶
func (s UpdatePipelineResponseBody) String() string
type UpdatePipelineRunRequest ¶
type UpdatePipelineRunRequest struct {
Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
}
func (UpdatePipelineRunRequest) GoString ¶
func (s UpdatePipelineRunRequest) GoString() string
func (*UpdatePipelineRunRequest) SetName ¶
func (s *UpdatePipelineRunRequest) SetName(v string) *UpdatePipelineRunRequest
func (UpdatePipelineRunRequest) String ¶
func (s UpdatePipelineRunRequest) String() string
type UpdatePipelineRunResponse ¶
type UpdatePipelineRunResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *UpdatePipelineRunResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdatePipelineRunResponse) GoString ¶
func (s UpdatePipelineRunResponse) GoString() string
func (*UpdatePipelineRunResponse) SetBody ¶
func (s *UpdatePipelineRunResponse) SetBody(v *UpdatePipelineRunResponseBody) *UpdatePipelineRunResponse
func (*UpdatePipelineRunResponse) SetHeaders ¶
func (s *UpdatePipelineRunResponse) SetHeaders(v map[string]*string) *UpdatePipelineRunResponse
func (*UpdatePipelineRunResponse) SetStatusCode ¶
func (s *UpdatePipelineRunResponse) SetStatusCode(v int32) *UpdatePipelineRunResponse
func (UpdatePipelineRunResponse) String ¶
func (s UpdatePipelineRunResponse) String() string
type UpdatePipelineRunResponseBody ¶
type UpdatePipelineRunResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (UpdatePipelineRunResponseBody) GoString ¶
func (s UpdatePipelineRunResponseBody) GoString() string
func (*UpdatePipelineRunResponseBody) SetRequestId ¶
func (s *UpdatePipelineRunResponseBody) SetRequestId(v string) *UpdatePipelineRunResponseBody
func (UpdatePipelineRunResponseBody) String ¶
func (s UpdatePipelineRunResponseBody) String() string
Click to show internal directories.
Click to hide internal directories.