Documentation
¶
Overview ¶
Package cpiface provides an interface to enable mocking the CP service client for testing your code.
It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.
Index ¶
- Constants
- type CP
- func (c *CP) CancelPipelineRun(input *CancelPipelineRunInput) (*CancelPipelineRunOutput, error)
- func (c *CP) CancelPipelineRunCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) CancelPipelineRunCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) CancelPipelineRunCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) CancelPipelineRunRequest(input *CancelPipelineRunInput) (req *request.Request, output *CancelPipelineRunOutput)
- func (c *CP) CancelPipelineRunWithContext(ctx byteplus.Context, input *CancelPipelineRunInput, opts ...request.Option) (*CancelPipelineRunOutput, error)
- func (c *CP) CreateComponentStep(input *CreateComponentStepInput) (*CreateComponentStepOutput, error)
- func (c *CP) CreateComponentStepCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) CreateComponentStepCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) CreateComponentStepCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) CreateComponentStepRequest(input *CreateComponentStepInput) (req *request.Request, output *CreateComponentStepOutput)
- func (c *CP) CreateComponentStepWithContext(ctx byteplus.Context, input *CreateComponentStepInput, opts ...request.Option) (*CreateComponentStepOutput, error)
- func (c *CP) CreatePipelineWebhookURL(input *CreatePipelineWebhookURLInput) (*CreatePipelineWebhookURLOutput, error)
- func (c *CP) CreatePipelineWebhookURLCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) CreatePipelineWebhookURLCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) CreatePipelineWebhookURLCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) CreatePipelineWebhookURLRequest(input *CreatePipelineWebhookURLInput) (req *request.Request, output *CreatePipelineWebhookURLOutput)
- func (c *CP) CreatePipelineWebhookURLWithContext(ctx byteplus.Context, input *CreatePipelineWebhookURLInput, ...) (*CreatePipelineWebhookURLOutput, error)
- func (c *CP) CreateResource(input *CreateResourceInput) (*CreateResourceOutput, error)
- func (c *CP) CreateResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) CreateResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) CreateResourceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) CreateResourceRequest(input *CreateResourceInput) (req *request.Request, output *CreateResourceOutput)
- func (c *CP) CreateResourceWithContext(ctx byteplus.Context, input *CreateResourceInput, opts ...request.Option) (*CreateResourceOutput, error)
- func (c *CP) CreateServiceConnection(input *CreateServiceConnectionInput) (*CreateServiceConnectionOutput, error)
- func (c *CP) CreateServiceConnectionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) CreateServiceConnectionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) CreateServiceConnectionCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) CreateServiceConnectionRequest(input *CreateServiceConnectionInput) (req *request.Request, output *CreateServiceConnectionOutput)
- func (c *CP) CreateServiceConnectionWithContext(ctx byteplus.Context, input *CreateServiceConnectionInput, ...) (*CreateServiceConnectionOutput, error)
- func (c *CP) CreateTrigger(input *CreateTriggerInput) (*CreateTriggerOutput, error)
- func (c *CP) CreateTriggerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) CreateTriggerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) CreateTriggerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) CreateTriggerRequest(input *CreateTriggerInput) (req *request.Request, output *CreateTriggerOutput)
- func (c *CP) CreateTriggerWithContext(ctx byteplus.Context, input *CreateTriggerInput, opts ...request.Option) (*CreateTriggerOutput, error)
- func (c *CP) CreateWorkspace(input *CreateWorkspaceInput) (*CreateWorkspaceOutput, error)
- func (c *CP) CreateWorkspaceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) CreateWorkspaceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) CreateWorkspaceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) CreateWorkspaceRequest(input *CreateWorkspaceInput) (req *request.Request, output *CreateWorkspaceOutput)
- func (c *CP) CreateWorkspaceWithContext(ctx byteplus.Context, input *CreateWorkspaceInput, opts ...request.Option) (*CreateWorkspaceOutput, error)
- func (c *CP) DeleteComponentStep(input *DeleteComponentStepInput) (*DeleteComponentStepOutput, error)
- func (c *CP) DeleteComponentStepCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) DeleteComponentStepCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) DeleteComponentStepCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) DeleteComponentStepRequest(input *DeleteComponentStepInput) (req *request.Request, output *DeleteComponentStepOutput)
- func (c *CP) DeleteComponentStepWithContext(ctx byteplus.Context, input *DeleteComponentStepInput, opts ...request.Option) (*DeleteComponentStepOutput, error)
- func (c *CP) DeletePipeline(input *DeletePipelineInput) (*DeletePipelineOutput, error)
- func (c *CP) DeletePipelineCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) DeletePipelineCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) DeletePipelineCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) DeletePipelineRequest(input *DeletePipelineInput) (req *request.Request, output *DeletePipelineOutput)
- func (c *CP) DeletePipelineWithContext(ctx byteplus.Context, input *DeletePipelineInput, opts ...request.Option) (*DeletePipelineOutput, error)
- func (c *CP) DeleteResource(input *DeleteResourceInput) (*DeleteResourceOutput, error)
- func (c *CP) DeleteResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) DeleteResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) DeleteResourceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) DeleteResourceRequest(input *DeleteResourceInput) (req *request.Request, output *DeleteResourceOutput)
- func (c *CP) DeleteResourceWithContext(ctx byteplus.Context, input *DeleteResourceInput, opts ...request.Option) (*DeleteResourceOutput, error)
- func (c *CP) DeleteServiceConnection(input *DeleteServiceConnectionInput) (*DeleteServiceConnectionOutput, error)
- func (c *CP) DeleteServiceConnectionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) DeleteServiceConnectionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) DeleteServiceConnectionCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) DeleteServiceConnectionRequest(input *DeleteServiceConnectionInput) (req *request.Request, output *DeleteServiceConnectionOutput)
- func (c *CP) DeleteServiceConnectionWithContext(ctx byteplus.Context, input *DeleteServiceConnectionInput, ...) (*DeleteServiceConnectionOutput, error)
- func (c *CP) DeleteTrigger(input *DeleteTriggerInput) (*DeleteTriggerOutput, error)
- func (c *CP) DeleteTriggerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) DeleteTriggerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) DeleteTriggerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) DeleteTriggerRequest(input *DeleteTriggerInput) (req *request.Request, output *DeleteTriggerOutput)
- func (c *CP) DeleteTriggerWithContext(ctx byteplus.Context, input *DeleteTriggerInput, opts ...request.Option) (*DeleteTriggerOutput, error)
- func (c *CP) DeleteWorkspace(input *DeleteWorkspaceInput) (*DeleteWorkspaceOutput, error)
- func (c *CP) DeleteWorkspaceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) DeleteWorkspaceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) DeleteWorkspaceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) DeleteWorkspaceRequest(input *DeleteWorkspaceInput) (req *request.Request, output *DeleteWorkspaceOutput)
- func (c *CP) DeleteWorkspaceWithContext(ctx byteplus.Context, input *DeleteWorkspaceInput, opts ...request.Option) (*DeleteWorkspaceOutput, error)
- func (c *CP) GetServiceConnection(input *GetServiceConnectionInput) (*GetServiceConnectionOutput, error)
- func (c *CP) GetServiceConnectionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) GetServiceConnectionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) GetServiceConnectionCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) GetServiceConnectionRequest(input *GetServiceConnectionInput) (req *request.Request, output *GetServiceConnectionOutput)
- func (c *CP) GetServiceConnectionWithContext(ctx byteplus.Context, input *GetServiceConnectionInput, opts ...request.Option) (*GetServiceConnectionOutput, error)
- func (c *CP) GetTaskRunLog(input *GetTaskRunLogInput) (*GetTaskRunLogOutput, error)
- func (c *CP) GetTaskRunLogCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) GetTaskRunLogCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) GetTaskRunLogCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) GetTaskRunLogDownloadURI(input *GetTaskRunLogDownloadURIInput) (*GetTaskRunLogDownloadURIOutput, error)
- func (c *CP) GetTaskRunLogDownloadURICommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) GetTaskRunLogDownloadURICommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) GetTaskRunLogDownloadURICommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) GetTaskRunLogDownloadURIRequest(input *GetTaskRunLogDownloadURIInput) (req *request.Request, output *GetTaskRunLogDownloadURIOutput)
- func (c *CP) GetTaskRunLogDownloadURIWithContext(ctx byteplus.Context, input *GetTaskRunLogDownloadURIInput, ...) (*GetTaskRunLogDownloadURIOutput, error)
- func (c *CP) GetTaskRunLogRequest(input *GetTaskRunLogInput) (req *request.Request, output *GetTaskRunLogOutput)
- func (c *CP) GetTaskRunLogWithContext(ctx byteplus.Context, input *GetTaskRunLogInput, opts ...request.Option) (*GetTaskRunLogOutput, error)
- func (c *CP) ListComponentStep(input *ListComponentStepInput) (*ListComponentStepOutput, error)
- func (c *CP) ListComponentStepCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) ListComponentStepCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) ListComponentStepCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) ListComponentStepRequest(input *ListComponentStepInput) (req *request.Request, output *ListComponentStepOutput)
- func (c *CP) ListComponentStepWithContext(ctx byteplus.Context, input *ListComponentStepInput, opts ...request.Option) (*ListComponentStepOutput, error)
- func (c *CP) ListPipelineRuns(input *ListPipelineRunsInput) (*ListPipelineRunsOutput, error)
- func (c *CP) ListPipelineRunsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) ListPipelineRunsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) ListPipelineRunsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) ListPipelineRunsRequest(input *ListPipelineRunsInput) (req *request.Request, output *ListPipelineRunsOutput)
- func (c *CP) ListPipelineRunsWithContext(ctx byteplus.Context, input *ListPipelineRunsInput, opts ...request.Option) (*ListPipelineRunsOutput, error)
- func (c *CP) ListPipelines(input *ListPipelinesInput) (*ListPipelinesOutput, error)
- func (c *CP) ListPipelinesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) ListPipelinesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) ListPipelinesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) ListPipelinesRequest(input *ListPipelinesInput) (req *request.Request, output *ListPipelinesOutput)
- func (c *CP) ListPipelinesWithContext(ctx byteplus.Context, input *ListPipelinesInput, opts ...request.Option) (*ListPipelinesOutput, error)
- func (c *CP) ListResources(input *ListResourcesInput) (*ListResourcesOutput, error)
- func (c *CP) ListResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) ListResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) ListResourcesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) ListResourcesRequest(input *ListResourcesInput) (req *request.Request, output *ListResourcesOutput)
- func (c *CP) ListResourcesWithContext(ctx byteplus.Context, input *ListResourcesInput, opts ...request.Option) (*ListResourcesOutput, error)
- func (c *CP) ListServiceConnections(input *ListServiceConnectionsInput) (*ListServiceConnectionsOutput, error)
- func (c *CP) ListServiceConnectionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) ListServiceConnectionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) ListServiceConnectionsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) ListServiceConnectionsRequest(input *ListServiceConnectionsInput) (req *request.Request, output *ListServiceConnectionsOutput)
- func (c *CP) ListServiceConnectionsWithContext(ctx byteplus.Context, input *ListServiceConnectionsInput, ...) (*ListServiceConnectionsOutput, error)
- func (c *CP) ListTaskRuns(input *ListTaskRunsInput) (*ListTaskRunsOutput, error)
- func (c *CP) ListTaskRunsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) ListTaskRunsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) ListTaskRunsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) ListTaskRunsRequest(input *ListTaskRunsInput) (req *request.Request, output *ListTaskRunsOutput)
- func (c *CP) ListTaskRunsWithContext(ctx byteplus.Context, input *ListTaskRunsInput, opts ...request.Option) (*ListTaskRunsOutput, error)
- func (c *CP) ListTriggers(input *ListTriggersInput) (*ListTriggersOutput, error)
- func (c *CP) ListTriggersCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) ListTriggersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) ListTriggersCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) ListTriggersRequest(input *ListTriggersInput) (req *request.Request, output *ListTriggersOutput)
- func (c *CP) ListTriggersWithContext(ctx byteplus.Context, input *ListTriggersInput, opts ...request.Option) (*ListTriggersOutput, error)
- func (c *CP) ListWorkspaces(input *ListWorkspacesInput) (*ListWorkspacesOutput, error)
- func (c *CP) ListWorkspacesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) ListWorkspacesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) ListWorkspacesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) ListWorkspacesRequest(input *ListWorkspacesInput) (req *request.Request, output *ListWorkspacesOutput)
- func (c *CP) ListWorkspacesWithContext(ctx byteplus.Context, input *ListWorkspacesInput, opts ...request.Option) (*ListWorkspacesOutput, error)
- func (c *CP) RunPipeline(input *RunPipelineInput) (*RunPipelineOutput, error)
- func (c *CP) RunPipelineCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) RunPipelineCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) RunPipelineCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) RunPipelineRequest(input *RunPipelineInput) (req *request.Request, output *RunPipelineOutput)
- func (c *CP) RunPipelineWithContext(ctx byteplus.Context, input *RunPipelineInput, opts ...request.Option) (*RunPipelineOutput, error)
- func (c *CP) UpdateComponentStep(input *UpdateComponentStepInput) (*UpdateComponentStepOutput, error)
- func (c *CP) UpdateComponentStepCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) UpdateComponentStepCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) UpdateComponentStepCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) UpdateComponentStepRequest(input *UpdateComponentStepInput) (req *request.Request, output *UpdateComponentStepOutput)
- func (c *CP) UpdateComponentStepWithContext(ctx byteplus.Context, input *UpdateComponentStepInput, opts ...request.Option) (*UpdateComponentStepOutput, error)
- func (c *CP) UpdateResource(input *UpdateResourceInput) (*UpdateResourceOutput, error)
- func (c *CP) UpdateResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) UpdateResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) UpdateResourceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) UpdateResourceRequest(input *UpdateResourceInput) (req *request.Request, output *UpdateResourceOutput)
- func (c *CP) UpdateResourceWithContext(ctx byteplus.Context, input *UpdateResourceInput, opts ...request.Option) (*UpdateResourceOutput, error)
- func (c *CP) UpdateServiceConnection(input *UpdateServiceConnectionInput) (*UpdateServiceConnectionOutput, error)
- func (c *CP) UpdateServiceConnectionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) UpdateServiceConnectionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) UpdateServiceConnectionCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) UpdateServiceConnectionRequest(input *UpdateServiceConnectionInput) (req *request.Request, output *UpdateServiceConnectionOutput)
- func (c *CP) UpdateServiceConnectionWithContext(ctx byteplus.Context, input *UpdateServiceConnectionInput, ...) (*UpdateServiceConnectionOutput, error)
- func (c *CP) UpdateTrigger(input *UpdateTriggerInput) (*UpdateTriggerOutput, error)
- func (c *CP) UpdateTriggerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) UpdateTriggerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) UpdateTriggerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) UpdateTriggerRequest(input *UpdateTriggerInput) (req *request.Request, output *UpdateTriggerOutput)
- func (c *CP) UpdateTriggerWithContext(ctx byteplus.Context, input *UpdateTriggerInput, opts ...request.Option) (*UpdateTriggerOutput, error)
- func (c *CP) UpdateWorkspace(input *UpdateWorkspaceInput) (*UpdateWorkspaceOutput, error)
- func (c *CP) UpdateWorkspaceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) UpdateWorkspaceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) UpdateWorkspaceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) UpdateWorkspaceRequest(input *UpdateWorkspaceInput) (req *request.Request, output *UpdateWorkspaceOutput)
- func (c *CP) UpdateWorkspaceWithContext(ctx byteplus.Context, input *UpdateWorkspaceInput, opts ...request.Option) (*UpdateWorkspaceOutput, error)
- func (c *CP) UpgradeComponentStep(input *UpgradeComponentStepInput) (*UpgradeComponentStepOutput, error)
- func (c *CP) UpgradeComponentStepCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CP) UpgradeComponentStepCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CP) UpgradeComponentStepCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CP) UpgradeComponentStepRequest(input *UpgradeComponentStepInput) (req *request.Request, output *UpgradeComponentStepOutput)
- func (c *CP) UpgradeComponentStepWithContext(ctx byteplus.Context, input *UpgradeComponentStepInput, opts ...request.Option) (*UpgradeComponentStepOutput, error)
- type CPAPI
- type CRForCreateTriggerInput
- type CRForListTriggersOutput
- type CRForUpdateTriggerInput
- type CachForListPipelinesOutput
- func (s CachForListPipelinesOutput) GoString() string
- func (s *CachForListPipelinesOutput) SetDescription(v string) *CachForListPipelinesOutput
- func (s *CachForListPipelinesOutput) SetKey(v string) *CachForListPipelinesOutput
- func (s *CachForListPipelinesOutput) SetPath(v string) *CachForListPipelinesOutput
- func (s CachForListPipelinesOutput) String() string
- type CancelPipelineRunInput
- func (s CancelPipelineRunInput) GoString() string
- func (s *CancelPipelineRunInput) SetId(v string) *CancelPipelineRunInput
- func (s *CancelPipelineRunInput) SetPipelineId(v string) *CancelPipelineRunInput
- func (s *CancelPipelineRunInput) SetWorkspaceId(v string) *CancelPipelineRunInput
- func (s CancelPipelineRunInput) String() string
- func (s *CancelPipelineRunInput) Validate() error
- type CancelPipelineRunOutput
- type ConfigForCreateTriggerInput
- type ConfigForListTriggersOutput
- type ConfigForUpdateTriggerInput
- type ConfigurationForCreateResourceInput
- type ConfigurationForCreateTriggerInput
- func (s ConfigurationForCreateTriggerInput) GoString() string
- func (s *ConfigurationForCreateTriggerInput) SetSchedule(v *ScheduleForCreateTriggerInput) *ConfigurationForCreateTriggerInput
- func (s *ConfigurationForCreateTriggerInput) SetWebhook(v *WebhookForCreateTriggerInput) *ConfigurationForCreateTriggerInput
- func (s ConfigurationForCreateTriggerInput) String() string
- type ConfigurationForListPipelineRunsOutput
- type ConfigurationForListPipelinesOutput
- type ConfigurationForListResourcesOutput
- type ConfigurationForListTriggersOutput
- func (s ConfigurationForListTriggersOutput) GoString() string
- func (s *ConfigurationForListTriggersOutput) SetSchedule(v *ScheduleForListTriggersOutput) *ConfigurationForListTriggersOutput
- func (s *ConfigurationForListTriggersOutput) SetWebhook(v *WebhookForListTriggersOutput) *ConfigurationForListTriggersOutput
- func (s ConfigurationForListTriggersOutput) String() string
- type ConfigurationForUpdateResourceInput
- type ConfigurationForUpdateTriggerInput
- func (s ConfigurationForUpdateTriggerInput) GoString() string
- func (s *ConfigurationForUpdateTriggerInput) SetSchedule(v *ScheduleForUpdateTriggerInput) *ConfigurationForUpdateTriggerInput
- func (s *ConfigurationForUpdateTriggerInput) SetWebhook(v *WebhookForUpdateTriggerInput) *ConfigurationForUpdateTriggerInput
- func (s ConfigurationForUpdateTriggerInput) String() string
- type ConvertFilterForCreateTriggerInput
- func (s ConvertFilterForCreateTriggerInput) GoString() string
- func (s *ConvertFilterForCreateTriggerInput) SetConfig(v *ConfigForCreateTriggerInput) *ConvertFilterForCreateTriggerInput
- func (s *ConvertFilterForCreateTriggerInput) SetEventType(v string) *ConvertFilterForCreateTriggerInput
- func (s ConvertFilterForCreateTriggerInput) String() string
- type ConvertFilterForListTriggersOutput
- func (s ConvertFilterForListTriggersOutput) GoString() string
- func (s *ConvertFilterForListTriggersOutput) SetConfig(v *ConfigForListTriggersOutput) *ConvertFilterForListTriggersOutput
- func (s *ConvertFilterForListTriggersOutput) SetEventType(v string) *ConvertFilterForListTriggersOutput
- func (s ConvertFilterForListTriggersOutput) String() string
- type ConvertFilterForUpdateTriggerInput
- func (s ConvertFilterForUpdateTriggerInput) GoString() string
- func (s *ConvertFilterForUpdateTriggerInput) SetConfig(v *ConfigForUpdateTriggerInput) *ConvertFilterForUpdateTriggerInput
- func (s *ConvertFilterForUpdateTriggerInput) SetEventType(v string) *ConvertFilterForUpdateTriggerInput
- func (s ConvertFilterForUpdateTriggerInput) String() string
- type CreateComponentStepInput
- type CreateComponentStepOutput
- type CreatePipelineWebhookURLInput
- func (s CreatePipelineWebhookURLInput) GoString() string
- func (s *CreatePipelineWebhookURLInput) SetPipelineId(v string) *CreatePipelineWebhookURLInput
- func (s *CreatePipelineWebhookURLInput) SetResourceId(v string) *CreatePipelineWebhookURLInput
- func (s *CreatePipelineWebhookURLInput) SetType(v string) *CreatePipelineWebhookURLInput
- func (s *CreatePipelineWebhookURLInput) SetWorkspaceId(v string) *CreatePipelineWebhookURLInput
- func (s CreatePipelineWebhookURLInput) String() string
- func (s *CreatePipelineWebhookURLInput) Validate() error
- type CreatePipelineWebhookURLOutput
- type CreateResourceInput
- func (s CreateResourceInput) GoString() string
- func (s *CreateResourceInput) SetConfiguration(v *ConfigurationForCreateResourceInput) *CreateResourceInput
- func (s *CreateResourceInput) SetDescription(v string) *CreateResourceInput
- func (s *CreateResourceInput) SetName(v string) *CreateResourceInput
- func (s *CreateResourceInput) SetType(v string) *CreateResourceInput
- func (s *CreateResourceInput) SetWorkspaceId(v string) *CreateResourceInput
- func (s CreateResourceInput) String() string
- func (s *CreateResourceInput) Validate() error
- type CreateResourceOutput
- type CreateServiceConnectionInput
- func (s CreateServiceConnectionInput) GoString() string
- func (s *CreateServiceConnectionInput) SetCredential(v *CredentialForCreateServiceConnectionInput) *CreateServiceConnectionInput
- func (s *CreateServiceConnectionInput) SetDescription(v string) *CreateServiceConnectionInput
- func (s *CreateServiceConnectionInput) SetDisableNetworkVerify(v bool) *CreateServiceConnectionInput
- func (s *CreateServiceConnectionInput) SetId(v string) *CreateServiceConnectionInput
- func (s *CreateServiceConnectionInput) SetIsAllWsShared(v bool) *CreateServiceConnectionInput
- func (s *CreateServiceConnectionInput) SetName(v string) *CreateServiceConnectionInput
- func (s *CreateServiceConnectionInput) SetSharedWorkspaceIds(v []*string) *CreateServiceConnectionInput
- func (s *CreateServiceConnectionInput) SetType(v string) *CreateServiceConnectionInput
- func (s *CreateServiceConnectionInput) SetURL(v string) *CreateServiceConnectionInput
- func (s CreateServiceConnectionInput) String() string
- func (s *CreateServiceConnectionInput) Validate() error
- type CreateServiceConnectionOutput
- type CreateTriggerInput
- func (s CreateTriggerInput) GoString() string
- func (s *CreateTriggerInput) SetConfiguration(v *ConfigurationForCreateTriggerInput) *CreateTriggerInput
- func (s *CreateTriggerInput) SetDescription(v string) *CreateTriggerInput
- func (s *CreateTriggerInput) SetName(v string) *CreateTriggerInput
- func (s *CreateTriggerInput) SetParameters(v []*ParameterForCreateTriggerInput) *CreateTriggerInput
- func (s *CreateTriggerInput) SetPipelineId(v string) *CreateTriggerInput
- func (s *CreateTriggerInput) SetResources(v []*ResourceForCreateTriggerInput) *CreateTriggerInput
- func (s *CreateTriggerInput) SetType(v string) *CreateTriggerInput
- func (s *CreateTriggerInput) SetWorkspaceId(v string) *CreateTriggerInput
- func (s CreateTriggerInput) String() string
- func (s *CreateTriggerInput) Validate() error
- type CreateTriggerOutput
- type CreateWorkspaceInput
- func (s CreateWorkspaceInput) GoString() string
- func (s *CreateWorkspaceInput) SetDescription(v string) *CreateWorkspaceInput
- func (s *CreateWorkspaceInput) SetName(v string) *CreateWorkspaceInput
- func (s *CreateWorkspaceInput) SetVisibility(v string) *CreateWorkspaceInput
- func (s *CreateWorkspaceInput) SetVisibleUserGroups(v []*VisibleUserGroupForCreateWorkspaceInput) *CreateWorkspaceInput
- func (s *CreateWorkspaceInput) SetVisibleUsers(v []*VisibleUserForCreateWorkspaceInput) *CreateWorkspaceInput
- func (s CreateWorkspaceInput) String() string
- func (s *CreateWorkspaceInput) Validate() error
- type CreateWorkspaceOutput
- type CreatorForGetServiceConnectionOutput
- func (s CreatorForGetServiceConnectionOutput) GoString() string
- func (s *CreatorForGetServiceConnectionOutput) SetAccountId(v int64) *CreatorForGetServiceConnectionOutput
- func (s *CreatorForGetServiceConnectionOutput) SetUserId(v int64) *CreatorForGetServiceConnectionOutput
- func (s CreatorForGetServiceConnectionOutput) String() string
- type CreatorForListComponentStepOutput
- func (s CreatorForListComponentStepOutput) GoString() string
- func (s *CreatorForListComponentStepOutput) SetAccountId(v int64) *CreatorForListComponentStepOutput
- func (s *CreatorForListComponentStepOutput) SetUserId(v int64) *CreatorForListComponentStepOutput
- func (s CreatorForListComponentStepOutput) String() string
- type CreatorForListPipelinesOutput
- type CreatorForListResourcesOutput
- type CreatorForListServiceConnectionsOutput
- func (s CreatorForListServiceConnectionsOutput) GoString() string
- func (s *CreatorForListServiceConnectionsOutput) SetAccountId(v int64) *CreatorForListServiceConnectionsOutput
- func (s *CreatorForListServiceConnectionsOutput) SetUserId(v int64) *CreatorForListServiceConnectionsOutput
- func (s CreatorForListServiceConnectionsOutput) String() string
- type CreatorForListTriggersOutput
- type CreatorForListWorkspacesOutput
- func (s CreatorForListWorkspacesOutput) GoString() string
- func (s *CreatorForListWorkspacesOutput) SetAccountId(v int64) *CreatorForListWorkspacesOutput
- func (s *CreatorForListWorkspacesOutput) SetUserId(v int64) *CreatorForListWorkspacesOutput
- func (s CreatorForListWorkspacesOutput) String() string
- type CredentialForCreateServiceConnectionInput
- func (s CredentialForCreateServiceConnectionInput) GoString() string
- func (s *CredentialForCreateServiceConnectionInput) SetAccessKey(v string) *CredentialForCreateServiceConnectionInput
- func (s *CredentialForCreateServiceConnectionInput) SetPassword(v string) *CredentialForCreateServiceConnectionInput
- func (s *CredentialForCreateServiceConnectionInput) SetSecretKey(v string) *CredentialForCreateServiceConnectionInput
- func (s *CredentialForCreateServiceConnectionInput) SetToken(v string) *CredentialForCreateServiceConnectionInput
- func (s *CredentialForCreateServiceConnectionInput) SetUsername(v string) *CredentialForCreateServiceConnectionInput
- func (s CredentialForCreateServiceConnectionInput) String() string
- type CredentialForGetServiceConnectionOutput
- func (s CredentialForGetServiceConnectionOutput) GoString() string
- func (s *CredentialForGetServiceConnectionOutput) SetAccessKey(v string) *CredentialForGetServiceConnectionOutput
- func (s *CredentialForGetServiceConnectionOutput) SetPassword(v string) *CredentialForGetServiceConnectionOutput
- func (s *CredentialForGetServiceConnectionOutput) SetSecretKey(v string) *CredentialForGetServiceConnectionOutput
- func (s *CredentialForGetServiceConnectionOutput) SetToken(v string) *CredentialForGetServiceConnectionOutput
- func (s *CredentialForGetServiceConnectionOutput) SetUsername(v string) *CredentialForGetServiceConnectionOutput
- func (s CredentialForGetServiceConnectionOutput) String() string
- type CredentialForListServiceConnectionsOutput
- func (s CredentialForListServiceConnectionsOutput) GoString() string
- func (s *CredentialForListServiceConnectionsOutput) SetAccessKey(v string) *CredentialForListServiceConnectionsOutput
- func (s *CredentialForListServiceConnectionsOutput) SetPassword(v string) *CredentialForListServiceConnectionsOutput
- func (s *CredentialForListServiceConnectionsOutput) SetSecretKey(v string) *CredentialForListServiceConnectionsOutput
- func (s *CredentialForListServiceConnectionsOutput) SetToken(v string) *CredentialForListServiceConnectionsOutput
- func (s *CredentialForListServiceConnectionsOutput) SetUsername(v string) *CredentialForListServiceConnectionsOutput
- func (s CredentialForListServiceConnectionsOutput) String() string
- type CredentialForUpdateServiceConnectionInput
- func (s CredentialForUpdateServiceConnectionInput) GoString() string
- func (s *CredentialForUpdateServiceConnectionInput) SetAccessKey(v string) *CredentialForUpdateServiceConnectionInput
- func (s *CredentialForUpdateServiceConnectionInput) SetPassword(v string) *CredentialForUpdateServiceConnectionInput
- func (s *CredentialForUpdateServiceConnectionInput) SetSecretKey(v string) *CredentialForUpdateServiceConnectionInput
- func (s *CredentialForUpdateServiceConnectionInput) SetToken(v string) *CredentialForUpdateServiceConnectionInput
- func (s *CredentialForUpdateServiceConnectionInput) SetUsername(v string) *CredentialForUpdateServiceConnectionInput
- func (s CredentialForUpdateServiceConnectionInput) String() string
- type DataSourceForListComponentStepOutput
- func (s DataSourceForListComponentStepOutput) GoString() string
- func (s *DataSourceForListComponentStepOutput) SetType(v string) *DataSourceForListComponentStepOutput
- func (s *DataSourceForListComponentStepOutput) SetValue(v []*string) *DataSourceForListComponentStepOutput
- func (s DataSourceForListComponentStepOutput) String() string
- type DeleteComponentStepInput
- type DeleteComponentStepOutput
- type DeletePipelineInput
- type DeletePipelineOutput
- type DeleteResourceInput
- type DeleteResourceOutput
- type DeleteServiceConnectionInput
- type DeleteServiceConnectionOutput
- type DeleteTriggerInput
- func (s DeleteTriggerInput) GoString() string
- func (s *DeleteTriggerInput) SetId(v string) *DeleteTriggerInput
- func (s *DeleteTriggerInput) SetPipelineId(v string) *DeleteTriggerInput
- func (s *DeleteTriggerInput) SetWorkspaceId(v string) *DeleteTriggerInput
- func (s DeleteTriggerInput) String() string
- func (s *DeleteTriggerInput) Validate() error
- type DeleteTriggerOutput
- type DeleteWorkspaceInput
- type DeleteWorkspaceOutput
- type EmailForListPipelinesOutput
- type FilterForCreateTriggerInput
- type FilterForListComponentStepInput
- func (s FilterForListComponentStepInput) GoString() string
- func (s *FilterForListComponentStepInput) SetCategory(v string) *FilterForListComponentStepInput
- func (s *FilterForListComponentStepInput) SetIsBuiltin(v bool) *FilterForListComponentStepInput
- func (s *FilterForListComponentStepInput) SetName(v string) *FilterForListComponentStepInput
- func (s FilterForListComponentStepInput) String() string
- type FilterForListPipelineRunsInput
- func (s FilterForListPipelineRunsInput) GoString() string
- func (s *FilterForListPipelineRunsInput) SetIds(v []*string) *FilterForListPipelineRunsInput
- func (s *FilterForListPipelineRunsInput) SetStatuses(v []*string) *FilterForListPipelineRunsInput
- func (s FilterForListPipelineRunsInput) String() string
- type FilterForListPipelinesInput
- type FilterForListResourcesInput
- func (s FilterForListResourcesInput) GoString() string
- func (s *FilterForListResourcesInput) SetIds(v []*string) *FilterForListResourcesInput
- func (s *FilterForListResourcesInput) SetName(v string) *FilterForListResourcesInput
- func (s *FilterForListResourcesInput) SetTypes(v []*string) *FilterForListResourcesInput
- func (s FilterForListResourcesInput) String() string
- type FilterForListServiceConnectionsInput
- func (s FilterForListServiceConnectionsInput) GoString() string
- func (s *FilterForListServiceConnectionsInput) SetIds(v string) *FilterForListServiceConnectionsInput
- func (s *FilterForListServiceConnectionsInput) SetName(v string) *FilterForListServiceConnectionsInput
- func (s *FilterForListServiceConnectionsInput) SetTypeInfo(v *TypeInfoForListServiceConnectionsInput) *FilterForListServiceConnectionsInput
- func (s *FilterForListServiceConnectionsInput) SetWorkspaceId(v string) *FilterForListServiceConnectionsInput
- func (s FilterForListServiceConnectionsInput) String() string
- type FilterForListTaskRunsInput
- type FilterForListTriggersInput
- type FilterForListTriggersOutput
- type FilterForListWorkspacesInput
- type FilterForUpdateTriggerInput
- type GetServiceConnectionInput
- type GetServiceConnectionOutput
- func (s GetServiceConnectionOutput) GoString() string
- func (s *GetServiceConnectionOutput) SetCategory(v string) *GetServiceConnectionOutput
- func (s *GetServiceConnectionOutput) SetCreateTime(v string) *GetServiceConnectionOutput
- func (s *GetServiceConnectionOutput) SetCreator(v *CreatorForGetServiceConnectionOutput) *GetServiceConnectionOutput
- func (s *GetServiceConnectionOutput) SetCredential(v *CredentialForGetServiceConnectionOutput) *GetServiceConnectionOutput
- func (s *GetServiceConnectionOutput) SetDescription(v string) *GetServiceConnectionOutput
- func (s *GetServiceConnectionOutput) SetId(v string) *GetServiceConnectionOutput
- func (s *GetServiceConnectionOutput) SetIsAllWsShared(v bool) *GetServiceConnectionOutput
- func (s *GetServiceConnectionOutput) SetName(v string) *GetServiceConnectionOutput
- func (s *GetServiceConnectionOutput) SetPipelineBinding(v bool) *GetServiceConnectionOutput
- func (s *GetServiceConnectionOutput) SetSharedWorkspaceIds(v []*string) *GetServiceConnectionOutput
- func (s *GetServiceConnectionOutput) SetType(v string) *GetServiceConnectionOutput
- func (s *GetServiceConnectionOutput) SetURL(v string) *GetServiceConnectionOutput
- func (s *GetServiceConnectionOutput) SetUpdateTime(v string) *GetServiceConnectionOutput
- func (s GetServiceConnectionOutput) String() string
- type GetTaskRunLogDownloadURIInput
- func (s GetTaskRunLogDownloadURIInput) GoString() string
- func (s *GetTaskRunLogDownloadURIInput) SetPipelineId(v string) *GetTaskRunLogDownloadURIInput
- func (s *GetTaskRunLogDownloadURIInput) SetPipelineRunId(v string) *GetTaskRunLogDownloadURIInput
- func (s *GetTaskRunLogDownloadURIInput) SetStepName(v string) *GetTaskRunLogDownloadURIInput
- func (s *GetTaskRunLogDownloadURIInput) SetTaskId(v string) *GetTaskRunLogDownloadURIInput
- func (s *GetTaskRunLogDownloadURIInput) SetTaskRunId(v string) *GetTaskRunLogDownloadURIInput
- func (s *GetTaskRunLogDownloadURIInput) SetWorkspaceId(v string) *GetTaskRunLogDownloadURIInput
- func (s GetTaskRunLogDownloadURIInput) String() string
- func (s *GetTaskRunLogDownloadURIInput) Validate() error
- type GetTaskRunLogDownloadURIOutput
- type GetTaskRunLogInput
- func (s GetTaskRunLogInput) GoString() string
- func (s *GetTaskRunLogInput) SetLimit(v int64) *GetTaskRunLogInput
- func (s *GetTaskRunLogInput) SetOffset(v int64) *GetTaskRunLogInput
- func (s *GetTaskRunLogInput) SetPipelineId(v string) *GetTaskRunLogInput
- func (s *GetTaskRunLogInput) SetPipelineRunId(v string) *GetTaskRunLogInput
- func (s *GetTaskRunLogInput) SetStepName(v string) *GetTaskRunLogInput
- func (s *GetTaskRunLogInput) SetTaskId(v string) *GetTaskRunLogInput
- func (s *GetTaskRunLogInput) SetTaskRunId(v string) *GetTaskRunLogInput
- func (s *GetTaskRunLogInput) SetWorkspaceId(v string) *GetTaskRunLogInput
- func (s GetTaskRunLogInput) String() string
- func (s *GetTaskRunLogInput) Validate() error
- type GetTaskRunLogOutput
- func (s GetTaskRunLogOutput) GoString() string
- func (s *GetTaskRunLogOutput) SetLogLines(v []*string) *GetTaskRunLogOutput
- func (s *GetTaskRunLogOutput) SetMore(v bool) *GetTaskRunLogOutput
- func (s *GetTaskRunLogOutput) SetNextLimit(v int64) *GetTaskRunLogOutput
- func (s *GetTaskRunLogOutput) SetNextOffset(v int64) *GetTaskRunLogOutput
- func (s GetTaskRunLogOutput) String() string
- type GitForCreateResourceInput
- func (s GitForCreateResourceInput) GoString() string
- func (s *GitForCreateResourceInput) SetAccessKey(v string) *GitForCreateResourceInput
- func (s *GitForCreateResourceInput) SetCloneDepth(v int64) *GitForCreateResourceInput
- func (s *GitForCreateResourceInput) SetPassword(v string) *GitForCreateResourceInput
- func (s *GitForCreateResourceInput) SetSecretKey(v string) *GitForCreateResourceInput
- func (s *GitForCreateResourceInput) SetUrl(v string) *GitForCreateResourceInput
- func (s *GitForCreateResourceInput) SetUserName(v string) *GitForCreateResourceInput
- func (s *GitForCreateResourceInput) SetUserToken(v string) *GitForCreateResourceInput
- func (s GitForCreateResourceInput) String() string
- type GitForCreateTriggerInput
- type GitForListPipelinesOutput
- type GitForListResourcesOutput
- func (s GitForListResourcesOutput) GoString() string
- func (s *GitForListResourcesOutput) SetAccessKey(v string) *GitForListResourcesOutput
- func (s *GitForListResourcesOutput) SetCloneDepth(v int64) *GitForListResourcesOutput
- func (s *GitForListResourcesOutput) SetPassword(v string) *GitForListResourcesOutput
- func (s *GitForListResourcesOutput) SetSecretKey(v string) *GitForListResourcesOutput
- func (s *GitForListResourcesOutput) SetUrl(v string) *GitForListResourcesOutput
- func (s *GitForListResourcesOutput) SetUserName(v string) *GitForListResourcesOutput
- func (s *GitForListResourcesOutput) SetUserToken(v string) *GitForListResourcesOutput
- func (s GitForListResourcesOutput) String() string
- type GitForListTriggersOutput
- type GitForUpdateResourceInput
- func (s GitForUpdateResourceInput) GoString() string
- func (s *GitForUpdateResourceInput) SetAccessKey(v string) *GitForUpdateResourceInput
- func (s *GitForUpdateResourceInput) SetCloneDepth(v int64) *GitForUpdateResourceInput
- func (s *GitForUpdateResourceInput) SetPassword(v string) *GitForUpdateResourceInput
- func (s *GitForUpdateResourceInput) SetSecretKey(v string) *GitForUpdateResourceInput
- func (s *GitForUpdateResourceInput) SetUrl(v string) *GitForUpdateResourceInput
- func (s *GitForUpdateResourceInput) SetUserName(v string) *GitForUpdateResourceInput
- func (s *GitForUpdateResourceInput) SetUserToken(v string) *GitForUpdateResourceInput
- func (s GitForUpdateResourceInput) String() string
- type GitForUpdateTriggerInput
- type GitResourceForListPipelineRunsOutput
- func (s GitResourceForListPipelineRunsOutput) GoString() string
- func (s *GitResourceForListPipelineRunsOutput) SetCloneDepth(v int32) *GitResourceForListPipelineRunsOutput
- func (s *GitResourceForListPipelineRunsOutput) SetDefaultBranch(v string) *GitResourceForListPipelineRunsOutput
- func (s *GitResourceForListPipelineRunsOutput) SetReference(v string) *GitResourceForListPipelineRunsOutput
- func (s *GitResourceForListPipelineRunsOutput) SetType(v string) *GitResourceForListPipelineRunsOutput
- func (s *GitResourceForListPipelineRunsOutput) SetURL(v string) *GitResourceForListPipelineRunsOutput
- func (s GitResourceForListPipelineRunsOutput) String() string
- type InputForListComponentStepOutput
- func (s InputForListComponentStepOutput) GoString() string
- func (s *InputForListComponentStepOutput) SetDefaultValue(v string) *InputForListComponentStepOutput
- func (s *InputForListComponentStepOutput) SetDescription(v string) *InputForListComponentStepOutput
- func (s *InputForListComponentStepOutput) SetDisplayName(v string) *InputForListComponentStepOutput
- func (s *InputForListComponentStepOutput) SetName(v string) *InputForListComponentStepOutput
- func (s *InputForListComponentStepOutput) SetRequired(v bool) *InputForListComponentStepOutput
- func (s *InputForListComponentStepOutput) SetType(v string) *InputForListComponentStepOutput
- func (s *InputForListComponentStepOutput) SetUiConfig(v *UiConfigForListComponentStepOutput) *InputForListComponentStepOutput
- func (s InputForListComponentStepOutput) String() string
- type ItemForListComponentStepOutput
- func (s ItemForListComponentStepOutput) GoString() string
- func (s *ItemForListComponentStepOutput) SetCategory(v string) *ItemForListComponentStepOutput
- func (s *ItemForListComponentStepOutput) SetCreateTime(v string) *ItemForListComponentStepOutput
- func (s *ItemForListComponentStepOutput) SetCreator(v *CreatorForListComponentStepOutput) *ItemForListComponentStepOutput
- func (s *ItemForListComponentStepOutput) SetDescription(v string) *ItemForListComponentStepOutput
- func (s *ItemForListComponentStepOutput) SetDisplayName(v string) *ItemForListComponentStepOutput
- func (s *ItemForListComponentStepOutput) SetIdentifier(v string) *ItemForListComponentStepOutput
- func (s *ItemForListComponentStepOutput) SetImage(v string) *ItemForListComponentStepOutput
- func (s *ItemForListComponentStepOutput) SetInputs(v []*InputForListComponentStepOutput) *ItemForListComponentStepOutput
- func (s *ItemForListComponentStepOutput) SetName(v string) *ItemForListComponentStepOutput
- func (s *ItemForListComponentStepOutput) SetOutputs(v []*OutputForListComponentStepOutput) *ItemForListComponentStepOutput
- func (s *ItemForListComponentStepOutput) SetScript(v string) *ItemForListComponentStepOutput
- func (s *ItemForListComponentStepOutput) SetUpdateTime(v string) *ItemForListComponentStepOutput
- func (s *ItemForListComponentStepOutput) SetWorkingDirectory(v string) *ItemForListComponentStepOutput
- func (s *ItemForListComponentStepOutput) SetYaml(v string) *ItemForListComponentStepOutput
- func (s ItemForListComponentStepOutput) String() string
- type ItemForListPipelineRunsOutput
- func (s ItemForListPipelineRunsOutput) GoString() string
- func (s *ItemForListPipelineRunsOutput) SetCreateTime(v string) *ItemForListPipelineRunsOutput
- func (s *ItemForListPipelineRunsOutput) SetDescription(v string) *ItemForListPipelineRunsOutput
- func (s *ItemForListPipelineRunsOutput) SetFinishTime(v string) *ItemForListPipelineRunsOutput
- func (s *ItemForListPipelineRunsOutput) SetId(v string) *ItemForListPipelineRunsOutput
- func (s *ItemForListPipelineRunsOutput) SetIndex(v int64) *ItemForListPipelineRunsOutput
- func (s *ItemForListPipelineRunsOutput) SetParameters(v []*ParameterForListPipelineRunsOutput) *ItemForListPipelineRunsOutput
- func (s *ItemForListPipelineRunsOutput) SetPipelineId(v string) *ItemForListPipelineRunsOutput
- func (s *ItemForListPipelineRunsOutput) SetResources(v []*ResourceForListPipelineRunsOutput) *ItemForListPipelineRunsOutput
- func (s *ItemForListPipelineRunsOutput) SetSpec(v string) *ItemForListPipelineRunsOutput
- func (s *ItemForListPipelineRunsOutput) SetStages(v []*StageForListPipelineRunsOutput) *ItemForListPipelineRunsOutput
- func (s *ItemForListPipelineRunsOutput) SetStartTime(v string) *ItemForListPipelineRunsOutput
- func (s *ItemForListPipelineRunsOutput) SetStatus(v string) *ItemForListPipelineRunsOutput
- func (s *ItemForListPipelineRunsOutput) SetSystemParameters(v []*SystemParameterForListPipelineRunsOutput) *ItemForListPipelineRunsOutput
- func (s *ItemForListPipelineRunsOutput) SetTrigger(v *TriggerForListPipelineRunsOutput) *ItemForListPipelineRunsOutput
- func (s *ItemForListPipelineRunsOutput) SetUpdateTime(v string) *ItemForListPipelineRunsOutput
- func (s ItemForListPipelineRunsOutput) String() string
- type ItemForListPipelinesOutput
- func (s ItemForListPipelinesOutput) GoString() string
- func (s *ItemForListPipelinesOutput) SetCaches(v []*CachForListPipelinesOutput) *ItemForListPipelinesOutput
- func (s *ItemForListPipelinesOutput) SetCreateTime(v string) *ItemForListPipelinesOutput
- func (s *ItemForListPipelinesOutput) SetCreator(v *CreatorForListPipelinesOutput) *ItemForListPipelinesOutput
- func (s *ItemForListPipelinesOutput) SetDescription(v string) *ItemForListPipelinesOutput
- func (s *ItemForListPipelinesOutput) SetId(v string) *ItemForListPipelinesOutput
- func (s *ItemForListPipelinesOutput) SetName(v string) *ItemForListPipelinesOutput
- func (s *ItemForListPipelinesOutput) SetNotification(v *NotificationForListPipelinesOutput) *ItemForListPipelinesOutput
- func (s *ItemForListPipelinesOutput) SetParameters(v []*ParameterForListPipelinesOutput) *ItemForListPipelinesOutput
- func (s *ItemForListPipelinesOutput) SetResources(v []*ResourceForListPipelinesOutput) *ItemForListPipelinesOutput
- func (s *ItemForListPipelinesOutput) SetSpec(v string) *ItemForListPipelinesOutput
- func (s *ItemForListPipelinesOutput) SetUpdateTime(v string) *ItemForListPipelinesOutput
- func (s *ItemForListPipelinesOutput) SetWorkspaceId(v string) *ItemForListPipelinesOutput
- func (s ItemForListPipelinesOutput) String() string
- type ItemForListResourcesOutput
- func (s ItemForListResourcesOutput) GoString() string
- func (s *ItemForListResourcesOutput) SetConfiguration(v *ConfigurationForListResourcesOutput) *ItemForListResourcesOutput
- func (s *ItemForListResourcesOutput) SetCreateTime(v string) *ItemForListResourcesOutput
- func (s *ItemForListResourcesOutput) SetCreator(v *CreatorForListResourcesOutput) *ItemForListResourcesOutput
- func (s *ItemForListResourcesOutput) SetDescription(v string) *ItemForListResourcesOutput
- func (s *ItemForListResourcesOutput) SetId(v string) *ItemForListResourcesOutput
- func (s *ItemForListResourcesOutput) SetName(v string) *ItemForListResourcesOutput
- func (s *ItemForListResourcesOutput) SetType(v string) *ItemForListResourcesOutput
- func (s *ItemForListResourcesOutput) SetUpdateTime(v string) *ItemForListResourcesOutput
- func (s *ItemForListResourcesOutput) SetWorkspaceId(v string) *ItemForListResourcesOutput
- func (s ItemForListResourcesOutput) String() string
- type ItemForListServiceConnectionsOutput
- func (s ItemForListServiceConnectionsOutput) GoString() string
- func (s *ItemForListServiceConnectionsOutput) SetCategory(v string) *ItemForListServiceConnectionsOutput
- func (s *ItemForListServiceConnectionsOutput) SetCreateTime(v string) *ItemForListServiceConnectionsOutput
- func (s *ItemForListServiceConnectionsOutput) SetCreator(v *CreatorForListServiceConnectionsOutput) *ItemForListServiceConnectionsOutput
- func (s *ItemForListServiceConnectionsOutput) SetCredential(v *CredentialForListServiceConnectionsOutput) *ItemForListServiceConnectionsOutput
- func (s *ItemForListServiceConnectionsOutput) SetDescription(v string) *ItemForListServiceConnectionsOutput
- func (s *ItemForListServiceConnectionsOutput) SetId(v string) *ItemForListServiceConnectionsOutput
- func (s *ItemForListServiceConnectionsOutput) SetIsAllWsShared(v bool) *ItemForListServiceConnectionsOutput
- func (s *ItemForListServiceConnectionsOutput) SetName(v string) *ItemForListServiceConnectionsOutput
- func (s *ItemForListServiceConnectionsOutput) SetPipelineBinding(v bool) *ItemForListServiceConnectionsOutput
- func (s *ItemForListServiceConnectionsOutput) SetSharedWorkspaceIds(v []*string) *ItemForListServiceConnectionsOutput
- func (s *ItemForListServiceConnectionsOutput) SetType(v string) *ItemForListServiceConnectionsOutput
- func (s *ItemForListServiceConnectionsOutput) SetURL(v string) *ItemForListServiceConnectionsOutput
- func (s *ItemForListServiceConnectionsOutput) SetUpdateTime(v string) *ItemForListServiceConnectionsOutput
- func (s ItemForListServiceConnectionsOutput) String() string
- type ItemForListTaskRunsOutput
- func (s ItemForListTaskRunsOutput) GoString() string
- func (s *ItemForListTaskRunsOutput) SetCreateTime(v string) *ItemForListTaskRunsOutput
- func (s *ItemForListTaskRunsOutput) SetCustomContent(v string) *ItemForListTaskRunsOutput
- func (s *ItemForListTaskRunsOutput) SetCustomPhase(v string) *ItemForListTaskRunsOutput
- func (s *ItemForListTaskRunsOutput) SetFinishTime(v string) *ItemForListTaskRunsOutput
- func (s *ItemForListTaskRunsOutput) SetId(v string) *ItemForListTaskRunsOutput
- func (s *ItemForListTaskRunsOutput) SetName(v string) *ItemForListTaskRunsOutput
- func (s *ItemForListTaskRunsOutput) SetOutputs(v []*OutputForListTaskRunsOutput) *ItemForListTaskRunsOutput
- func (s *ItemForListTaskRunsOutput) SetStartTime(v string) *ItemForListTaskRunsOutput
- func (s *ItemForListTaskRunsOutput) SetStatus(v string) *ItemForListTaskRunsOutput
- func (s *ItemForListTaskRunsOutput) SetSteps(v []*StepForListTaskRunsOutput) *ItemForListTaskRunsOutput
- func (s *ItemForListTaskRunsOutput) SetTaskId(v string) *ItemForListTaskRunsOutput
- func (s *ItemForListTaskRunsOutput) SetUpdateTime(v string) *ItemForListTaskRunsOutput
- func (s ItemForListTaskRunsOutput) String() string
- type ItemForListTriggersOutput
- func (s ItemForListTriggersOutput) GoString() string
- func (s *ItemForListTriggersOutput) SetConfiguration(v *ConfigurationForListTriggersOutput) *ItemForListTriggersOutput
- func (s *ItemForListTriggersOutput) SetCreateTime(v string) *ItemForListTriggersOutput
- func (s *ItemForListTriggersOutput) SetCreator(v *CreatorForListTriggersOutput) *ItemForListTriggersOutput
- func (s *ItemForListTriggersOutput) SetDescription(v string) *ItemForListTriggersOutput
- func (s *ItemForListTriggersOutput) SetId(v string) *ItemForListTriggersOutput
- func (s *ItemForListTriggersOutput) SetName(v string) *ItemForListTriggersOutput
- func (s *ItemForListTriggersOutput) SetParameters(v []*ParameterForListTriggersOutput) *ItemForListTriggersOutput
- func (s *ItemForListTriggersOutput) SetPipelineId(v string) *ItemForListTriggersOutput
- func (s *ItemForListTriggersOutput) SetResources(v []*ResourceForListTriggersOutput) *ItemForListTriggersOutput
- func (s *ItemForListTriggersOutput) SetType(v string) *ItemForListTriggersOutput
- func (s *ItemForListTriggersOutput) SetUpdateTime(v string) *ItemForListTriggersOutput
- func (s *ItemForListTriggersOutput) SetWorkspaceId(v string) *ItemForListTriggersOutput
- func (s ItemForListTriggersOutput) String() string
- type ItemForListWorkspacesOutput
- func (s ItemForListWorkspacesOutput) GoString() string
- func (s *ItemForListWorkspacesOutput) SetCreateTime(v string) *ItemForListWorkspacesOutput
- func (s *ItemForListWorkspacesOutput) SetCreator(v *CreatorForListWorkspacesOutput) *ItemForListWorkspacesOutput
- func (s *ItemForListWorkspacesOutput) SetDescription(v string) *ItemForListWorkspacesOutput
- func (s *ItemForListWorkspacesOutput) SetId(v string) *ItemForListWorkspacesOutput
- func (s *ItemForListWorkspacesOutput) SetName(v string) *ItemForListWorkspacesOutput
- func (s *ItemForListWorkspacesOutput) SetUpdateTime(v string) *ItemForListWorkspacesOutput
- func (s *ItemForListWorkspacesOutput) SetVisibility(v string) *ItemForListWorkspacesOutput
- func (s *ItemForListWorkspacesOutput) SetVisibleUsers(v []*VisibleUserForListWorkspacesOutput) *ItemForListWorkspacesOutput
- func (s ItemForListWorkspacesOutput) String() string
- type ListComponentStepInput
- func (s ListComponentStepInput) GoString() string
- func (s *ListComponentStepInput) SetFilter(v *FilterForListComponentStepInput) *ListComponentStepInput
- func (s *ListComponentStepInput) SetPageNumber(v int64) *ListComponentStepInput
- func (s *ListComponentStepInput) SetPageSize(v int64) *ListComponentStepInput
- func (s ListComponentStepInput) String() string
- type ListComponentStepOutput
- func (s ListComponentStepOutput) GoString() string
- func (s *ListComponentStepOutput) SetItems(v []*ItemForListComponentStepOutput) *ListComponentStepOutput
- func (s *ListComponentStepOutput) SetPageNumber(v int64) *ListComponentStepOutput
- func (s *ListComponentStepOutput) SetPageSize(v int64) *ListComponentStepOutput
- func (s *ListComponentStepOutput) SetTotalCount(v int64) *ListComponentStepOutput
- func (s ListComponentStepOutput) String() string
- type ListPipelineRunsInput
- func (s ListPipelineRunsInput) GoString() string
- func (s *ListPipelineRunsInput) SetFilter(v *FilterForListPipelineRunsInput) *ListPipelineRunsInput
- func (s *ListPipelineRunsInput) SetMaxResults(v int64) *ListPipelineRunsInput
- func (s *ListPipelineRunsInput) SetNextToken(v string) *ListPipelineRunsInput
- func (s *ListPipelineRunsInput) SetPipelineId(v string) *ListPipelineRunsInput
- func (s *ListPipelineRunsInput) SetWorkspaceId(v string) *ListPipelineRunsInput
- func (s ListPipelineRunsInput) String() string
- func (s *ListPipelineRunsInput) Validate() error
- type ListPipelineRunsOutput
- type ListPipelinesInput
- func (s ListPipelinesInput) GoString() string
- func (s *ListPipelinesInput) SetFilter(v *FilterForListPipelinesInput) *ListPipelinesInput
- func (s *ListPipelinesInput) SetPageNumber(v int64) *ListPipelinesInput
- func (s *ListPipelinesInput) SetPageSize(v int64) *ListPipelinesInput
- func (s *ListPipelinesInput) SetWorkspaceId(v string) *ListPipelinesInput
- func (s ListPipelinesInput) String() string
- func (s *ListPipelinesInput) Validate() error
- type ListPipelinesOutput
- func (s ListPipelinesOutput) GoString() string
- func (s *ListPipelinesOutput) SetItems(v []*ItemForListPipelinesOutput) *ListPipelinesOutput
- func (s *ListPipelinesOutput) SetPageNumber(v int64) *ListPipelinesOutput
- func (s *ListPipelinesOutput) SetPageSize(v int64) *ListPipelinesOutput
- func (s *ListPipelinesOutput) SetTotalCount(v int64) *ListPipelinesOutput
- func (s ListPipelinesOutput) String() string
- type ListResourcesInput
- func (s ListResourcesInput) GoString() string
- func (s *ListResourcesInput) SetFilter(v *FilterForListResourcesInput) *ListResourcesInput
- func (s *ListResourcesInput) SetPageNumber(v int64) *ListResourcesInput
- func (s *ListResourcesInput) SetPageSize(v int64) *ListResourcesInput
- func (s *ListResourcesInput) SetWorkspaceId(v string) *ListResourcesInput
- func (s ListResourcesInput) String() string
- func (s *ListResourcesInput) Validate() error
- type ListResourcesOutput
- func (s ListResourcesOutput) GoString() string
- func (s *ListResourcesOutput) SetItems(v []*ItemForListResourcesOutput) *ListResourcesOutput
- func (s *ListResourcesOutput) SetPageNumber(v int64) *ListResourcesOutput
- func (s *ListResourcesOutput) SetPageSize(v int64) *ListResourcesOutput
- func (s *ListResourcesOutput) SetTotalCount(v int64) *ListResourcesOutput
- func (s ListResourcesOutput) String() string
- type ListServiceConnectionsInput
- func (s ListServiceConnectionsInput) GoString() string
- func (s *ListServiceConnectionsInput) SetFilter(v *FilterForListServiceConnectionsInput) *ListServiceConnectionsInput
- func (s *ListServiceConnectionsInput) SetPageNumber(v int64) *ListServiceConnectionsInput
- func (s *ListServiceConnectionsInput) SetPageSize(v int64) *ListServiceConnectionsInput
- func (s ListServiceConnectionsInput) String() string
- type ListServiceConnectionsOutput
- func (s ListServiceConnectionsOutput) GoString() string
- func (s *ListServiceConnectionsOutput) SetItems(v []*ItemForListServiceConnectionsOutput) *ListServiceConnectionsOutput
- func (s *ListServiceConnectionsOutput) SetPageNumber(v int64) *ListServiceConnectionsOutput
- func (s *ListServiceConnectionsOutput) SetPageSize(v int64) *ListServiceConnectionsOutput
- func (s *ListServiceConnectionsOutput) SetTotal(v int64) *ListServiceConnectionsOutput
- func (s ListServiceConnectionsOutput) String() string
- type ListTaskRunsInput
- func (s ListTaskRunsInput) GoString() string
- func (s *ListTaskRunsInput) SetFilter(v *FilterForListTaskRunsInput) *ListTaskRunsInput
- func (s *ListTaskRunsInput) SetPageNumber(v int64) *ListTaskRunsInput
- func (s *ListTaskRunsInput) SetPageSize(v int64) *ListTaskRunsInput
- func (s *ListTaskRunsInput) SetPipelineId(v string) *ListTaskRunsInput
- func (s *ListTaskRunsInput) SetPipelineRunId(v string) *ListTaskRunsInput
- func (s *ListTaskRunsInput) SetTaskId(v string) *ListTaskRunsInput
- func (s *ListTaskRunsInput) SetWorkspaceId(v string) *ListTaskRunsInput
- func (s ListTaskRunsInput) String() string
- func (s *ListTaskRunsInput) Validate() error
- type ListTaskRunsOutput
- func (s ListTaskRunsOutput) GoString() string
- func (s *ListTaskRunsOutput) SetItems(v []*ItemForListTaskRunsOutput) *ListTaskRunsOutput
- func (s *ListTaskRunsOutput) SetPageNumber(v int64) *ListTaskRunsOutput
- func (s *ListTaskRunsOutput) SetPageSize(v int64) *ListTaskRunsOutput
- func (s *ListTaskRunsOutput) SetTotalCount(v int64) *ListTaskRunsOutput
- func (s ListTaskRunsOutput) String() string
- type ListTriggersInput
- func (s ListTriggersInput) GoString() string
- func (s *ListTriggersInput) SetFilter(v *FilterForListTriggersInput) *ListTriggersInput
- func (s *ListTriggersInput) SetPageNumber(v int64) *ListTriggersInput
- func (s *ListTriggersInput) SetPageSize(v int64) *ListTriggersInput
- func (s *ListTriggersInput) SetPipelineId(v string) *ListTriggersInput
- func (s *ListTriggersInput) SetWorkspaceId(v string) *ListTriggersInput
- func (s ListTriggersInput) String() string
- func (s *ListTriggersInput) Validate() error
- type ListTriggersOutput
- func (s ListTriggersOutput) GoString() string
- func (s *ListTriggersOutput) SetItems(v []*ItemForListTriggersOutput) *ListTriggersOutput
- func (s *ListTriggersOutput) SetPageNumber(v int64) *ListTriggersOutput
- func (s *ListTriggersOutput) SetPageSize(v int64) *ListTriggersOutput
- func (s *ListTriggersOutput) SetTotalCount(v int64) *ListTriggersOutput
- func (s ListTriggersOutput) String() string
- type ListWorkspacesInput
- func (s ListWorkspacesInput) GoString() string
- func (s *ListWorkspacesInput) SetFilter(v *FilterForListWorkspacesInput) *ListWorkspacesInput
- func (s *ListWorkspacesInput) SetPageNumber(v int64) *ListWorkspacesInput
- func (s *ListWorkspacesInput) SetPageSize(v int64) *ListWorkspacesInput
- func (s ListWorkspacesInput) String() string
- type ListWorkspacesOutput
- func (s ListWorkspacesOutput) GoString() string
- func (s *ListWorkspacesOutput) SetItems(v []*ItemForListWorkspacesOutput) *ListWorkspacesOutput
- func (s *ListWorkspacesOutput) SetPageNumber(v int64) *ListWorkspacesOutput
- func (s *ListWorkspacesOutput) SetPageSize(v int64) *ListWorkspacesOutput
- func (s *ListWorkspacesOutput) SetTotalCount(v int64) *ListWorkspacesOutput
- func (s ListWorkspacesOutput) String() string
- type NotificationForListPipelinesOutput
- func (s NotificationForListPipelinesOutput) GoString() string
- func (s *NotificationForListPipelinesOutput) SetCustomContent(v string) *NotificationForListPipelinesOutput
- func (s *NotificationForListPipelinesOutput) SetEmail(v *EmailForListPipelinesOutput) *NotificationForListPipelinesOutput
- func (s *NotificationForListPipelinesOutput) SetEnableSiteLetter(v bool) *NotificationForListPipelinesOutput
- func (s *NotificationForListPipelinesOutput) SetEvents(v []*string) *NotificationForListPipelinesOutput
- func (s *NotificationForListPipelinesOutput) SetSms(v *SmsForListPipelinesOutput) *NotificationForListPipelinesOutput
- func (s *NotificationForListPipelinesOutput) SetWebhook(v *WebhookForListPipelinesOutput) *NotificationForListPipelinesOutput
- func (s NotificationForListPipelinesOutput) String() string
- type OutputForListComponentStepOutput
- func (s OutputForListComponentStepOutput) GoString() string
- func (s *OutputForListComponentStepOutput) SetDefaultValue(v string) *OutputForListComponentStepOutput
- func (s *OutputForListComponentStepOutput) SetDescription(v string) *OutputForListComponentStepOutput
- func (s *OutputForListComponentStepOutput) SetDisplayName(v string) *OutputForListComponentStepOutput
- func (s *OutputForListComponentStepOutput) SetName(v string) *OutputForListComponentStepOutput
- func (s *OutputForListComponentStepOutput) SetType(v string) *OutputForListComponentStepOutput
- func (s OutputForListComponentStepOutput) String() string
- type OutputForListTaskRunsOutput
- type ParameterForCreateTriggerInput
- type ParameterForListPipelineRunsOutput
- func (s ParameterForListPipelineRunsOutput) GoString() string
- func (s *ParameterForListPipelineRunsOutput) SetDescription(v string) *ParameterForListPipelineRunsOutput
- func (s *ParameterForListPipelineRunsOutput) SetDynamic(v bool) *ParameterForListPipelineRunsOutput
- func (s *ParameterForListPipelineRunsOutput) SetKey(v string) *ParameterForListPipelineRunsOutput
- func (s *ParameterForListPipelineRunsOutput) SetOptionValues(v []*string) *ParameterForListPipelineRunsOutput
- func (s *ParameterForListPipelineRunsOutput) SetSecret(v bool) *ParameterForListPipelineRunsOutput
- func (s *ParameterForListPipelineRunsOutput) SetValue(v string) *ParameterForListPipelineRunsOutput
- func (s ParameterForListPipelineRunsOutput) String() string
- type ParameterForListPipelinesOutput
- func (s ParameterForListPipelinesOutput) GoString() string
- func (s *ParameterForListPipelinesOutput) SetDescription(v string) *ParameterForListPipelinesOutput
- func (s *ParameterForListPipelinesOutput) SetDynamic(v bool) *ParameterForListPipelinesOutput
- func (s *ParameterForListPipelinesOutput) SetKey(v string) *ParameterForListPipelinesOutput
- func (s *ParameterForListPipelinesOutput) SetOptionValues(v []*string) *ParameterForListPipelinesOutput
- func (s *ParameterForListPipelinesOutput) SetSecret(v bool) *ParameterForListPipelinesOutput
- func (s *ParameterForListPipelinesOutput) SetValue(v string) *ParameterForListPipelinesOutput
- func (s ParameterForListPipelinesOutput) String() string
- type ParameterForListTriggersOutput
- type ParameterForRunPipelineInput
- type ParameterForUpdateTriggerInput
- type ResourceForCreateTriggerInput
- func (s ResourceForCreateTriggerInput) GoString() string
- func (s *ResourceForCreateTriggerInput) SetReference(v string) *ResourceForCreateTriggerInput
- func (s *ResourceForCreateTriggerInput) SetResourceId(v string) *ResourceForCreateTriggerInput
- func (s ResourceForCreateTriggerInput) String() string
- type ResourceForListPipelineRunsOutput
- func (s ResourceForListPipelineRunsOutput) GoString() string
- func (s *ResourceForListPipelineRunsOutput) SetConfiguration(v *ConfigurationForListPipelineRunsOutput) *ResourceForListPipelineRunsOutput
- func (s *ResourceForListPipelineRunsOutput) SetId(v string) *ResourceForListPipelineRunsOutput
- func (s *ResourceForListPipelineRunsOutput) SetName(v string) *ResourceForListPipelineRunsOutput
- func (s *ResourceForListPipelineRunsOutput) SetType(v string) *ResourceForListPipelineRunsOutput
- func (s ResourceForListPipelineRunsOutput) String() string
- type ResourceForListPipelinesOutput
- func (s ResourceForListPipelinesOutput) GoString() string
- func (s *ResourceForListPipelinesOutput) SetConfiguration(v *ConfigurationForListPipelinesOutput) *ResourceForListPipelinesOutput
- func (s *ResourceForListPipelinesOutput) SetId(v string) *ResourceForListPipelinesOutput
- func (s ResourceForListPipelinesOutput) String() string
- type ResourceForListTriggersOutput
- func (s ResourceForListTriggersOutput) GoString() string
- func (s *ResourceForListTriggersOutput) SetReference(v string) *ResourceForListTriggersOutput
- func (s *ResourceForListTriggersOutput) SetResourceId(v string) *ResourceForListTriggersOutput
- func (s ResourceForListTriggersOutput) String() string
- type ResourceForRunPipelineInput
- type ResourceForUpdateTriggerInput
- func (s ResourceForUpdateTriggerInput) GoString() string
- func (s *ResourceForUpdateTriggerInput) SetReference(v string) *ResourceForUpdateTriggerInput
- func (s *ResourceForUpdateTriggerInput) SetResourceId(v string) *ResourceForUpdateTriggerInput
- func (s ResourceForUpdateTriggerInput) String() string
- type RunPipelineInput
- func (s RunPipelineInput) GoString() string
- func (s *RunPipelineInput) SetDescription(v string) *RunPipelineInput
- func (s *RunPipelineInput) SetId(v string) *RunPipelineInput
- func (s *RunPipelineInput) SetParameters(v []*ParameterForRunPipelineInput) *RunPipelineInput
- func (s *RunPipelineInput) SetResources(v []*ResourceForRunPipelineInput) *RunPipelineInput
- func (s *RunPipelineInput) SetWorkspaceId(v string) *RunPipelineInput
- func (s RunPipelineInput) String() string
- func (s *RunPipelineInput) Validate() error
- type RunPipelineOutput
- type ScheduleForCreateTriggerInput
- type ScheduleForListTriggersOutput
- type ScheduleForUpdateTriggerInput
- type SmsForListPipelinesOutput
- type StageForListPipelineRunsOutput
- func (s StageForListPipelineRunsOutput) GoString() string
- func (s *StageForListPipelineRunsOutput) SetId(v string) *StageForListPipelineRunsOutput
- func (s *StageForListPipelineRunsOutput) SetName(v string) *StageForListPipelineRunsOutput
- func (s *StageForListPipelineRunsOutput) SetStatus(v string) *StageForListPipelineRunsOutput
- func (s *StageForListPipelineRunsOutput) SetTasks(v []*TaskForListPipelineRunsOutput) *StageForListPipelineRunsOutput
- func (s StageForListPipelineRunsOutput) String() string
- type StepForListTaskRunsOutput
- func (s StepForListTaskRunsOutput) GoString() string
- func (s *StepForListTaskRunsOutput) SetFinishTime(v string) *StepForListTaskRunsOutput
- func (s *StepForListTaskRunsOutput) SetLogStatus(v string) *StepForListTaskRunsOutput
- func (s *StepForListTaskRunsOutput) SetLogUri(v string) *StepForListTaskRunsOutput
- func (s *StepForListTaskRunsOutput) SetName(v string) *StepForListTaskRunsOutput
- func (s *StepForListTaskRunsOutput) SetStartTime(v string) *StepForListTaskRunsOutput
- func (s *StepForListTaskRunsOutput) SetStatus(v string) *StepForListTaskRunsOutput
- func (s *StepForListTaskRunsOutput) SetVersion(v string) *StepForListTaskRunsOutput
- func (s StepForListTaskRunsOutput) String() string
- type SystemParameterForListPipelineRunsOutput
- func (s SystemParameterForListPipelineRunsOutput) GoString() string
- func (s *SystemParameterForListPipelineRunsOutput) SetDescription(v string) *SystemParameterForListPipelineRunsOutput
- func (s *SystemParameterForListPipelineRunsOutput) SetDynamic(v bool) *SystemParameterForListPipelineRunsOutput
- func (s *SystemParameterForListPipelineRunsOutput) SetKey(v string) *SystemParameterForListPipelineRunsOutput
- func (s *SystemParameterForListPipelineRunsOutput) SetOptionValues(v []*string) *SystemParameterForListPipelineRunsOutput
- func (s *SystemParameterForListPipelineRunsOutput) SetSecret(v bool) *SystemParameterForListPipelineRunsOutput
- func (s *SystemParameterForListPipelineRunsOutput) SetValue(v string) *SystemParameterForListPipelineRunsOutput
- func (s SystemParameterForListPipelineRunsOutput) String() string
- type TaskForListPipelineRunsOutput
- func (s TaskForListPipelineRunsOutput) GoString() string
- func (s *TaskForListPipelineRunsOutput) SetDependsOn(v []*string) *TaskForListPipelineRunsOutput
- func (s *TaskForListPipelineRunsOutput) SetId(v string) *TaskForListPipelineRunsOutput
- func (s *TaskForListPipelineRunsOutput) SetName(v string) *TaskForListPipelineRunsOutput
- func (s *TaskForListPipelineRunsOutput) SetStatus(v string) *TaskForListPipelineRunsOutput
- func (s TaskForListPipelineRunsOutput) String() string
- type TriggerForListPipelineRunsOutput
- func (s TriggerForListPipelineRunsOutput) GoString() string
- func (s *TriggerForListPipelineRunsOutput) SetTriggerId(v string) *TriggerForListPipelineRunsOutput
- func (s *TriggerForListPipelineRunsOutput) SetType(v string) *TriggerForListPipelineRunsOutput
- func (s *TriggerForListPipelineRunsOutput) SetUser(v *UserForListPipelineRunsOutput) *TriggerForListPipelineRunsOutput
- func (s TriggerForListPipelineRunsOutput) String() string
- type TypeInfoForListServiceConnectionsInput
- func (s TypeInfoForListServiceConnectionsInput) GoString() string
- func (s *TypeInfoForListServiceConnectionsInput) SetCategory(v string) *TypeInfoForListServiceConnectionsInput
- func (s *TypeInfoForListServiceConnectionsInput) SetType(v string) *TypeInfoForListServiceConnectionsInput
- func (s TypeInfoForListServiceConnectionsInput) String() string
- type UiConfigForListComponentStepOutput
- func (s UiConfigForListComponentStepOutput) GoString() string
- func (s *UiConfigForListComponentStepOutput) SetDataSource(v *DataSourceForListComponentStepOutput) *UiConfigForListComponentStepOutput
- func (s *UiConfigForListComponentStepOutput) SetType(v string) *UiConfigForListComponentStepOutput
- func (s *UiConfigForListComponentStepOutput) SetValidateRule(v []*string) *UiConfigForListComponentStepOutput
- func (s UiConfigForListComponentStepOutput) String() string
- type UpdateComponentStepInput
- func (s UpdateComponentStepInput) GoString() string
- func (s *UpdateComponentStepInput) SetComponentStepYaml(v string) *UpdateComponentStepInput
- func (s *UpdateComponentStepInput) SetIdentifier(v string) *UpdateComponentStepInput
- func (s UpdateComponentStepInput) String() string
- func (s *UpdateComponentStepInput) Validate() error
- type UpdateComponentStepOutput
- type UpdateResourceInput
- func (s UpdateResourceInput) GoString() string
- func (s *UpdateResourceInput) SetConfiguration(v *ConfigurationForUpdateResourceInput) *UpdateResourceInput
- func (s *UpdateResourceInput) SetDescription(v string) *UpdateResourceInput
- func (s *UpdateResourceInput) SetId(v string) *UpdateResourceInput
- func (s *UpdateResourceInput) SetName(v string) *UpdateResourceInput
- func (s *UpdateResourceInput) SetWorkspaceId(v string) *UpdateResourceInput
- func (s UpdateResourceInput) String() string
- func (s *UpdateResourceInput) Validate() error
- type UpdateResourceOutput
- type UpdateServiceConnectionInput
- func (s UpdateServiceConnectionInput) GoString() string
- func (s *UpdateServiceConnectionInput) SetCredential(v *CredentialForUpdateServiceConnectionInput) *UpdateServiceConnectionInput
- func (s *UpdateServiceConnectionInput) SetDescription(v string) *UpdateServiceConnectionInput
- func (s *UpdateServiceConnectionInput) SetDisableNetworkVerify(v bool) *UpdateServiceConnectionInput
- func (s *UpdateServiceConnectionInput) SetId(v string) *UpdateServiceConnectionInput
- func (s *UpdateServiceConnectionInput) SetIsAllWsShared(v bool) *UpdateServiceConnectionInput
- func (s *UpdateServiceConnectionInput) SetName(v string) *UpdateServiceConnectionInput
- func (s *UpdateServiceConnectionInput) SetSharedWorkspaceIds(v []*string) *UpdateServiceConnectionInput
- func (s *UpdateServiceConnectionInput) SetURL(v string) *UpdateServiceConnectionInput
- func (s UpdateServiceConnectionInput) String() string
- func (s *UpdateServiceConnectionInput) Validate() error
- type UpdateServiceConnectionOutput
- type UpdateTriggerInput
- func (s UpdateTriggerInput) GoString() string
- func (s *UpdateTriggerInput) SetConfiguration(v *ConfigurationForUpdateTriggerInput) *UpdateTriggerInput
- func (s *UpdateTriggerInput) SetDescription(v string) *UpdateTriggerInput
- func (s *UpdateTriggerInput) SetId(v string) *UpdateTriggerInput
- func (s *UpdateTriggerInput) SetName(v string) *UpdateTriggerInput
- func (s *UpdateTriggerInput) SetParameters(v []*ParameterForUpdateTriggerInput) *UpdateTriggerInput
- func (s *UpdateTriggerInput) SetPipelineId(v string) *UpdateTriggerInput
- func (s *UpdateTriggerInput) SetResources(v []*ResourceForUpdateTriggerInput) *UpdateTriggerInput
- func (s *UpdateTriggerInput) SetWorkspaceId(v string) *UpdateTriggerInput
- func (s UpdateTriggerInput) String() string
- func (s *UpdateTriggerInput) Validate() error
- type UpdateTriggerOutput
- type UpdateWorkspaceInput
- func (s UpdateWorkspaceInput) GoString() string
- func (s *UpdateWorkspaceInput) SetDescription(v string) *UpdateWorkspaceInput
- func (s *UpdateWorkspaceInput) SetId(v string) *UpdateWorkspaceInput
- func (s *UpdateWorkspaceInput) SetName(v string) *UpdateWorkspaceInput
- func (s *UpdateWorkspaceInput) SetVisibility(v string) *UpdateWorkspaceInput
- func (s *UpdateWorkspaceInput) SetVisibleUsers(v []*VisibleUserForUpdateWorkspaceInput) *UpdateWorkspaceInput
- func (s UpdateWorkspaceInput) String() string
- func (s *UpdateWorkspaceInput) Validate() error
- type UpdateWorkspaceOutput
- type UpgradeComponentStepInput
- type UpgradeComponentStepOutput
- type UserForListPipelineRunsOutput
- type VisibleUserForCreateWorkspaceInput
- func (s VisibleUserForCreateWorkspaceInput) GoString() string
- func (s *VisibleUserForCreateWorkspaceInput) SetAccountId(v int64) *VisibleUserForCreateWorkspaceInput
- func (s *VisibleUserForCreateWorkspaceInput) SetUserId(v int64) *VisibleUserForCreateWorkspaceInput
- func (s VisibleUserForCreateWorkspaceInput) String() string
- type VisibleUserForListWorkspacesOutput
- func (s VisibleUserForListWorkspacesOutput) GoString() string
- func (s *VisibleUserForListWorkspacesOutput) SetAccountId(v int64) *VisibleUserForListWorkspacesOutput
- func (s *VisibleUserForListWorkspacesOutput) SetUserId(v int64) *VisibleUserForListWorkspacesOutput
- func (s VisibleUserForListWorkspacesOutput) String() string
- type VisibleUserForUpdateWorkspaceInput
- func (s VisibleUserForUpdateWorkspaceInput) GoString() string
- func (s *VisibleUserForUpdateWorkspaceInput) SetAccountId(v int64) *VisibleUserForUpdateWorkspaceInput
- func (s *VisibleUserForUpdateWorkspaceInput) SetUserId(v int64) *VisibleUserForUpdateWorkspaceInput
- func (s VisibleUserForUpdateWorkspaceInput) String() string
- type VisibleUserGroupForCreateWorkspaceInput
- func (s VisibleUserGroupForCreateWorkspaceInput) GoString() string
- func (s *VisibleUserGroupForCreateWorkspaceInput) SetAccountId(v int64) *VisibleUserGroupForCreateWorkspaceInput
- func (s *VisibleUserGroupForCreateWorkspaceInput) SetUserGroupId(v int64) *VisibleUserGroupForCreateWorkspaceInput
- func (s VisibleUserGroupForCreateWorkspaceInput) String() string
- type WebhookForCreateTriggerInput
- func (s WebhookForCreateTriggerInput) GoString() string
- func (s *WebhookForCreateTriggerInput) SetCR(v *CRForCreateTriggerInput) *WebhookForCreateTriggerInput
- func (s *WebhookForCreateTriggerInput) SetGit(v *GitForCreateTriggerInput) *WebhookForCreateTriggerInput
- func (s *WebhookForCreateTriggerInput) SetURL(v string) *WebhookForCreateTriggerInput
- func (s WebhookForCreateTriggerInput) String() string
- type WebhookForListPipelinesOutput
- func (s WebhookForListPipelinesOutput) GoString() string
- func (s *WebhookForListPipelinesOutput) SetEnable(v bool) *WebhookForListPipelinesOutput
- func (s *WebhookForListPipelinesOutput) SetToken(v string) *WebhookForListPipelinesOutput
- func (s *WebhookForListPipelinesOutput) SetType(v string) *WebhookForListPipelinesOutput
- func (s *WebhookForListPipelinesOutput) SetUrl(v string) *WebhookForListPipelinesOutput
- func (s WebhookForListPipelinesOutput) String() string
- type WebhookForListTriggersOutput
- func (s WebhookForListTriggersOutput) GoString() string
- func (s *WebhookForListTriggersOutput) SetCR(v *CRForListTriggersOutput) *WebhookForListTriggersOutput
- func (s *WebhookForListTriggersOutput) SetGit(v *GitForListTriggersOutput) *WebhookForListTriggersOutput
- func (s *WebhookForListTriggersOutput) SetURL(v string) *WebhookForListTriggersOutput
- func (s WebhookForListTriggersOutput) String() string
- type WebhookForUpdateTriggerInput
- func (s WebhookForUpdateTriggerInput) GoString() string
- func (s *WebhookForUpdateTriggerInput) SetCR(v *CRForUpdateTriggerInput) *WebhookForUpdateTriggerInput
- func (s *WebhookForUpdateTriggerInput) SetGit(v *GitForUpdateTriggerInput) *WebhookForUpdateTriggerInput
- func (s *WebhookForUpdateTriggerInput) SetURL(v string) *WebhookForUpdateTriggerInput
- func (s WebhookForUpdateTriggerInput) String() string
Constants ¶
const ( // EnumOfTypeForCreatePipelineWebhookURLInputWebhook is a EnumOfTypeForCreatePipelineWebhookURLInput enum value EnumOfTypeForCreatePipelineWebhookURLInputWebhook = "Webhook" // EnumOfTypeForCreatePipelineWebhookURLInputGitWebhook is a EnumOfTypeForCreatePipelineWebhookURLInput enum value EnumOfTypeForCreatePipelineWebhookURLInputGitWebhook = "GitWebhook" // EnumOfTypeForCreatePipelineWebhookURLInputPerforceWebhook is a EnumOfTypeForCreatePipelineWebhookURLInput enum value EnumOfTypeForCreatePipelineWebhookURLInputPerforceWebhook = "PerforceWebhook" // EnumOfTypeForCreatePipelineWebhookURLInputCrwebhook is a EnumOfTypeForCreatePipelineWebhookURLInput enum value EnumOfTypeForCreatePipelineWebhookURLInputCrwebhook = "CRWebhook" // EnumOfTypeForCreatePipelineWebhookURLInputSchedule is a EnumOfTypeForCreatePipelineWebhookURLInput enum value EnumOfTypeForCreatePipelineWebhookURLInputSchedule = "Schedule" // EnumOfTypeForCreatePipelineWebhookURLInputManual is a EnumOfTypeForCreatePipelineWebhookURLInput enum value EnumOfTypeForCreatePipelineWebhookURLInputManual = "Manual" )
const ( // EnumOfTypeForCreateTriggerInputWebhook is a EnumOfTypeForCreateTriggerInput enum value EnumOfTypeForCreateTriggerInputWebhook = "Webhook" // EnumOfTypeForCreateTriggerInputGitWebhook is a EnumOfTypeForCreateTriggerInput enum value EnumOfTypeForCreateTriggerInputGitWebhook = "GitWebhook" // EnumOfTypeForCreateTriggerInputPerforceWebhook is a EnumOfTypeForCreateTriggerInput enum value EnumOfTypeForCreateTriggerInputPerforceWebhook = "PerforceWebhook" // EnumOfTypeForCreateTriggerInputCrwebhook is a EnumOfTypeForCreateTriggerInput enum value EnumOfTypeForCreateTriggerInputCrwebhook = "CRWebhook" // EnumOfTypeForCreateTriggerInputSchedule is a EnumOfTypeForCreateTriggerInput enum value EnumOfTypeForCreateTriggerInputSchedule = "Schedule" // EnumOfTypeForCreateTriggerInputManual is a EnumOfTypeForCreateTriggerInput enum value EnumOfTypeForCreateTriggerInputManual = "Manual" )
const ( // EnumOfTypeForListTriggersOutputWebhook is a EnumOfTypeForListTriggersOutput enum value EnumOfTypeForListTriggersOutputWebhook = "Webhook" // EnumOfTypeForListTriggersOutputGitWebhook is a EnumOfTypeForListTriggersOutput enum value EnumOfTypeForListTriggersOutputGitWebhook = "GitWebhook" // EnumOfTypeForListTriggersOutputPerforceWebhook is a EnumOfTypeForListTriggersOutput enum value EnumOfTypeForListTriggersOutputPerforceWebhook = "PerforceWebhook" // EnumOfTypeForListTriggersOutputCrwebhook is a EnumOfTypeForListTriggersOutput enum value EnumOfTypeForListTriggersOutputCrwebhook = "CRWebhook" // EnumOfTypeForListTriggersOutputSchedule is a EnumOfTypeForListTriggersOutput enum value EnumOfTypeForListTriggersOutputSchedule = "Schedule" // EnumOfTypeForListTriggersOutputManual is a EnumOfTypeForListTriggersOutput enum value EnumOfTypeForListTriggersOutputManual = "Manual" )
const ( ServiceName = "cp" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "cp" // ServiceID is a unique identifer of a specific service. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CP ¶
CP provides the API operation methods for making requests to CP. See this package's package overview docs for details on the service.
CP methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*byteplus.Config) *CP
New create int can support ssl or region locate set
func (*CP) CancelPipelineRun ¶
func (c *CP) CancelPipelineRun(input *CancelPipelineRunInput) (*CancelPipelineRunOutput, error)
CancelPipelineRun API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation CancelPipelineRun for usage and error information.
func (*CP) CancelPipelineRunCommon ¶
func (c *CP) CancelPipelineRunCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CancelPipelineRunCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation CancelPipelineRunCommon for usage and error information.
func (*CP) CancelPipelineRunCommonRequest ¶
func (c *CP) CancelPipelineRunCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CancelPipelineRunCommonRequest generates a "byteplus/request.Request" representing the client's request for the CancelPipelineRunCommon operation. The "output" return value will be populated with the CancelPipelineRunCommon request's response once the request completes successfully.
Use "Send" method on the returned CancelPipelineRunCommon Request to send the API call to the service. the "output" return value is not valid until after CancelPipelineRunCommon Send returns without error.
See CancelPipelineRunCommon for more information on using the CancelPipelineRunCommon API call, and error handling.
// Example sending a request using the CancelPipelineRunCommonRequest method.
req, resp := client.CancelPipelineRunCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) CancelPipelineRunCommonWithContext ¶
func (c *CP) CancelPipelineRunCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CancelPipelineRunCommonWithContext is the same as CancelPipelineRunCommon with the addition of the ability to pass a context and additional request options.
See CancelPipelineRunCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) CancelPipelineRunRequest ¶
func (c *CP) CancelPipelineRunRequest(input *CancelPipelineRunInput) (req *request.Request, output *CancelPipelineRunOutput)
CancelPipelineRunRequest generates a "byteplus/request.Request" representing the client's request for the CancelPipelineRun operation. The "output" return value will be populated with the CancelPipelineRunCommon request's response once the request completes successfully.
Use "Send" method on the returned CancelPipelineRunCommon Request to send the API call to the service. the "output" return value is not valid until after CancelPipelineRunCommon Send returns without error.
See CancelPipelineRun for more information on using the CancelPipelineRun API call, and error handling.
// Example sending a request using the CancelPipelineRunRequest method.
req, resp := client.CancelPipelineRunRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) CancelPipelineRunWithContext ¶
func (c *CP) CancelPipelineRunWithContext(ctx byteplus.Context, input *CancelPipelineRunInput, opts ...request.Option) (*CancelPipelineRunOutput, error)
CancelPipelineRunWithContext is the same as CancelPipelineRun with the addition of the ability to pass a context and additional request options.
See CancelPipelineRun for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) CreateComponentStep ¶
func (c *CP) CreateComponentStep(input *CreateComponentStepInput) (*CreateComponentStepOutput, error)
CreateComponentStep API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation CreateComponentStep for usage and error information.
func (*CP) CreateComponentStepCommon ¶
func (c *CP) CreateComponentStepCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateComponentStepCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation CreateComponentStepCommon for usage and error information.
func (*CP) CreateComponentStepCommonRequest ¶
func (c *CP) CreateComponentStepCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateComponentStepCommonRequest generates a "byteplus/request.Request" representing the client's request for the CreateComponentStepCommon operation. The "output" return value will be populated with the CreateComponentStepCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateComponentStepCommon Request to send the API call to the service. the "output" return value is not valid until after CreateComponentStepCommon Send returns without error.
See CreateComponentStepCommon for more information on using the CreateComponentStepCommon API call, and error handling.
// Example sending a request using the CreateComponentStepCommonRequest method.
req, resp := client.CreateComponentStepCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) CreateComponentStepCommonWithContext ¶
func (c *CP) CreateComponentStepCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateComponentStepCommonWithContext is the same as CreateComponentStepCommon with the addition of the ability to pass a context and additional request options.
See CreateComponentStepCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) CreateComponentStepRequest ¶
func (c *CP) CreateComponentStepRequest(input *CreateComponentStepInput) (req *request.Request, output *CreateComponentStepOutput)
CreateComponentStepRequest generates a "byteplus/request.Request" representing the client's request for the CreateComponentStep operation. The "output" return value will be populated with the CreateComponentStepCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateComponentStepCommon Request to send the API call to the service. the "output" return value is not valid until after CreateComponentStepCommon Send returns without error.
See CreateComponentStep for more information on using the CreateComponentStep API call, and error handling.
// Example sending a request using the CreateComponentStepRequest method.
req, resp := client.CreateComponentStepRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) CreateComponentStepWithContext ¶
func (c *CP) CreateComponentStepWithContext(ctx byteplus.Context, input *CreateComponentStepInput, opts ...request.Option) (*CreateComponentStepOutput, error)
CreateComponentStepWithContext is the same as CreateComponentStep with the addition of the ability to pass a context and additional request options.
See CreateComponentStep for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) CreatePipelineWebhookURL ¶
func (c *CP) CreatePipelineWebhookURL(input *CreatePipelineWebhookURLInput) (*CreatePipelineWebhookURLOutput, error)
CreatePipelineWebhookURL API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation CreatePipelineWebhookURL for usage and error information.
func (*CP) CreatePipelineWebhookURLCommon ¶
func (c *CP) CreatePipelineWebhookURLCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreatePipelineWebhookURLCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation CreatePipelineWebhookURLCommon for usage and error information.
func (*CP) CreatePipelineWebhookURLCommonRequest ¶
func (c *CP) CreatePipelineWebhookURLCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreatePipelineWebhookURLCommonRequest generates a "byteplus/request.Request" representing the client's request for the CreatePipelineWebhookURLCommon operation. The "output" return value will be populated with the CreatePipelineWebhookURLCommon request's response once the request completes successfully.
Use "Send" method on the returned CreatePipelineWebhookURLCommon Request to send the API call to the service. the "output" return value is not valid until after CreatePipelineWebhookURLCommon Send returns without error.
See CreatePipelineWebhookURLCommon for more information on using the CreatePipelineWebhookURLCommon API call, and error handling.
// Example sending a request using the CreatePipelineWebhookURLCommonRequest method.
req, resp := client.CreatePipelineWebhookURLCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) CreatePipelineWebhookURLCommonWithContext ¶
func (c *CP) CreatePipelineWebhookURLCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreatePipelineWebhookURLCommonWithContext is the same as CreatePipelineWebhookURLCommon with the addition of the ability to pass a context and additional request options.
See CreatePipelineWebhookURLCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) CreatePipelineWebhookURLRequest ¶
func (c *CP) CreatePipelineWebhookURLRequest(input *CreatePipelineWebhookURLInput) (req *request.Request, output *CreatePipelineWebhookURLOutput)
CreatePipelineWebhookURLRequest generates a "byteplus/request.Request" representing the client's request for the CreatePipelineWebhookURL operation. The "output" return value will be populated with the CreatePipelineWebhookURLCommon request's response once the request completes successfully.
Use "Send" method on the returned CreatePipelineWebhookURLCommon Request to send the API call to the service. the "output" return value is not valid until after CreatePipelineWebhookURLCommon Send returns without error.
See CreatePipelineWebhookURL for more information on using the CreatePipelineWebhookURL API call, and error handling.
// Example sending a request using the CreatePipelineWebhookURLRequest method.
req, resp := client.CreatePipelineWebhookURLRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) CreatePipelineWebhookURLWithContext ¶
func (c *CP) CreatePipelineWebhookURLWithContext(ctx byteplus.Context, input *CreatePipelineWebhookURLInput, opts ...request.Option) (*CreatePipelineWebhookURLOutput, error)
CreatePipelineWebhookURLWithContext is the same as CreatePipelineWebhookURL with the addition of the ability to pass a context and additional request options.
See CreatePipelineWebhookURL for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) CreateResource ¶
func (c *CP) CreateResource(input *CreateResourceInput) (*CreateResourceOutput, error)
CreateResource API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation CreateResource for usage and error information.
func (*CP) CreateResourceCommon ¶
CreateResourceCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation CreateResourceCommon for usage and error information.
func (*CP) CreateResourceCommonRequest ¶
func (c *CP) CreateResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateResourceCommonRequest generates a "byteplus/request.Request" representing the client's request for the CreateResourceCommon operation. The "output" return value will be populated with the CreateResourceCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateResourceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateResourceCommon Send returns without error.
See CreateResourceCommon for more information on using the CreateResourceCommon API call, and error handling.
// Example sending a request using the CreateResourceCommonRequest method.
req, resp := client.CreateResourceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) CreateResourceCommonWithContext ¶
func (c *CP) CreateResourceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateResourceCommonWithContext is the same as CreateResourceCommon with the addition of the ability to pass a context and additional request options.
See CreateResourceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) CreateResourceRequest ¶
func (c *CP) CreateResourceRequest(input *CreateResourceInput) (req *request.Request, output *CreateResourceOutput)
CreateResourceRequest generates a "byteplus/request.Request" representing the client's request for the CreateResource operation. The "output" return value will be populated with the CreateResourceCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateResourceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateResourceCommon Send returns without error.
See CreateResource for more information on using the CreateResource API call, and error handling.
// Example sending a request using the CreateResourceRequest method.
req, resp := client.CreateResourceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) CreateResourceWithContext ¶
func (c *CP) CreateResourceWithContext(ctx byteplus.Context, input *CreateResourceInput, opts ...request.Option) (*CreateResourceOutput, error)
CreateResourceWithContext is the same as CreateResource with the addition of the ability to pass a context and additional request options.
See CreateResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) CreateServiceConnection ¶
func (c *CP) CreateServiceConnection(input *CreateServiceConnectionInput) (*CreateServiceConnectionOutput, error)
CreateServiceConnection API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation CreateServiceConnection for usage and error information.
func (*CP) CreateServiceConnectionCommon ¶
func (c *CP) CreateServiceConnectionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateServiceConnectionCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation CreateServiceConnectionCommon for usage and error information.
func (*CP) CreateServiceConnectionCommonRequest ¶
func (c *CP) CreateServiceConnectionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateServiceConnectionCommonRequest generates a "byteplus/request.Request" representing the client's request for the CreateServiceConnectionCommon operation. The "output" return value will be populated with the CreateServiceConnectionCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateServiceConnectionCommon Request to send the API call to the service. the "output" return value is not valid until after CreateServiceConnectionCommon Send returns without error.
See CreateServiceConnectionCommon for more information on using the CreateServiceConnectionCommon API call, and error handling.
// Example sending a request using the CreateServiceConnectionCommonRequest method.
req, resp := client.CreateServiceConnectionCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) CreateServiceConnectionCommonWithContext ¶
func (c *CP) CreateServiceConnectionCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateServiceConnectionCommonWithContext is the same as CreateServiceConnectionCommon with the addition of the ability to pass a context and additional request options.
See CreateServiceConnectionCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) CreateServiceConnectionRequest ¶
func (c *CP) CreateServiceConnectionRequest(input *CreateServiceConnectionInput) (req *request.Request, output *CreateServiceConnectionOutput)
CreateServiceConnectionRequest generates a "byteplus/request.Request" representing the client's request for the CreateServiceConnection operation. The "output" return value will be populated with the CreateServiceConnectionCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateServiceConnectionCommon Request to send the API call to the service. the "output" return value is not valid until after CreateServiceConnectionCommon Send returns without error.
See CreateServiceConnection for more information on using the CreateServiceConnection API call, and error handling.
// Example sending a request using the CreateServiceConnectionRequest method.
req, resp := client.CreateServiceConnectionRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) CreateServiceConnectionWithContext ¶
func (c *CP) CreateServiceConnectionWithContext(ctx byteplus.Context, input *CreateServiceConnectionInput, opts ...request.Option) (*CreateServiceConnectionOutput, error)
CreateServiceConnectionWithContext is the same as CreateServiceConnection with the addition of the ability to pass a context and additional request options.
See CreateServiceConnection for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) CreateTrigger ¶
func (c *CP) CreateTrigger(input *CreateTriggerInput) (*CreateTriggerOutput, error)
CreateTrigger API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation CreateTrigger for usage and error information.
func (*CP) CreateTriggerCommon ¶
CreateTriggerCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation CreateTriggerCommon for usage and error information.
func (*CP) CreateTriggerCommonRequest ¶
func (c *CP) CreateTriggerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateTriggerCommonRequest generates a "byteplus/request.Request" representing the client's request for the CreateTriggerCommon operation. The "output" return value will be populated with the CreateTriggerCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateTriggerCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTriggerCommon Send returns without error.
See CreateTriggerCommon for more information on using the CreateTriggerCommon API call, and error handling.
// Example sending a request using the CreateTriggerCommonRequest method.
req, resp := client.CreateTriggerCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) CreateTriggerCommonWithContext ¶
func (c *CP) CreateTriggerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateTriggerCommonWithContext is the same as CreateTriggerCommon with the addition of the ability to pass a context and additional request options.
See CreateTriggerCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) CreateTriggerRequest ¶
func (c *CP) CreateTriggerRequest(input *CreateTriggerInput) (req *request.Request, output *CreateTriggerOutput)
CreateTriggerRequest generates a "byteplus/request.Request" representing the client's request for the CreateTrigger operation. The "output" return value will be populated with the CreateTriggerCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateTriggerCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTriggerCommon Send returns without error.
See CreateTrigger for more information on using the CreateTrigger API call, and error handling.
// Example sending a request using the CreateTriggerRequest method.
req, resp := client.CreateTriggerRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) CreateTriggerWithContext ¶
func (c *CP) CreateTriggerWithContext(ctx byteplus.Context, input *CreateTriggerInput, opts ...request.Option) (*CreateTriggerOutput, error)
CreateTriggerWithContext is the same as CreateTrigger with the addition of the ability to pass a context and additional request options.
See CreateTrigger for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) CreateWorkspace ¶
func (c *CP) CreateWorkspace(input *CreateWorkspaceInput) (*CreateWorkspaceOutput, error)
CreateWorkspace API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation CreateWorkspace for usage and error information.
func (*CP) CreateWorkspaceCommon ¶
CreateWorkspaceCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation CreateWorkspaceCommon for usage and error information.
func (*CP) CreateWorkspaceCommonRequest ¶
func (c *CP) CreateWorkspaceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateWorkspaceCommonRequest generates a "byteplus/request.Request" representing the client's request for the CreateWorkspaceCommon operation. The "output" return value will be populated with the CreateWorkspaceCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateWorkspaceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateWorkspaceCommon Send returns without error.
See CreateWorkspaceCommon for more information on using the CreateWorkspaceCommon API call, and error handling.
// Example sending a request using the CreateWorkspaceCommonRequest method.
req, resp := client.CreateWorkspaceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) CreateWorkspaceCommonWithContext ¶
func (c *CP) CreateWorkspaceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateWorkspaceCommonWithContext is the same as CreateWorkspaceCommon with the addition of the ability to pass a context and additional request options.
See CreateWorkspaceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) CreateWorkspaceRequest ¶
func (c *CP) CreateWorkspaceRequest(input *CreateWorkspaceInput) (req *request.Request, output *CreateWorkspaceOutput)
CreateWorkspaceRequest generates a "byteplus/request.Request" representing the client's request for the CreateWorkspace operation. The "output" return value will be populated with the CreateWorkspaceCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateWorkspaceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateWorkspaceCommon Send returns without error.
See CreateWorkspace for more information on using the CreateWorkspace API call, and error handling.
// Example sending a request using the CreateWorkspaceRequest method.
req, resp := client.CreateWorkspaceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) CreateWorkspaceWithContext ¶
func (c *CP) CreateWorkspaceWithContext(ctx byteplus.Context, input *CreateWorkspaceInput, opts ...request.Option) (*CreateWorkspaceOutput, error)
CreateWorkspaceWithContext is the same as CreateWorkspace with the addition of the ability to pass a context and additional request options.
See CreateWorkspace for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) DeleteComponentStep ¶
func (c *CP) DeleteComponentStep(input *DeleteComponentStepInput) (*DeleteComponentStepOutput, error)
DeleteComponentStep API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation DeleteComponentStep for usage and error information.
func (*CP) DeleteComponentStepCommon ¶
func (c *CP) DeleteComponentStepCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteComponentStepCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation DeleteComponentStepCommon for usage and error information.
func (*CP) DeleteComponentStepCommonRequest ¶
func (c *CP) DeleteComponentStepCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteComponentStepCommonRequest generates a "byteplus/request.Request" representing the client's request for the DeleteComponentStepCommon operation. The "output" return value will be populated with the DeleteComponentStepCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteComponentStepCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteComponentStepCommon Send returns without error.
See DeleteComponentStepCommon for more information on using the DeleteComponentStepCommon API call, and error handling.
// Example sending a request using the DeleteComponentStepCommonRequest method.
req, resp := client.DeleteComponentStepCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) DeleteComponentStepCommonWithContext ¶
func (c *CP) DeleteComponentStepCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteComponentStepCommonWithContext is the same as DeleteComponentStepCommon with the addition of the ability to pass a context and additional request options.
See DeleteComponentStepCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) DeleteComponentStepRequest ¶
func (c *CP) DeleteComponentStepRequest(input *DeleteComponentStepInput) (req *request.Request, output *DeleteComponentStepOutput)
DeleteComponentStepRequest generates a "byteplus/request.Request" representing the client's request for the DeleteComponentStep operation. The "output" return value will be populated with the DeleteComponentStepCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteComponentStepCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteComponentStepCommon Send returns without error.
See DeleteComponentStep for more information on using the DeleteComponentStep API call, and error handling.
// Example sending a request using the DeleteComponentStepRequest method.
req, resp := client.DeleteComponentStepRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) DeleteComponentStepWithContext ¶
func (c *CP) DeleteComponentStepWithContext(ctx byteplus.Context, input *DeleteComponentStepInput, opts ...request.Option) (*DeleteComponentStepOutput, error)
DeleteComponentStepWithContext is the same as DeleteComponentStep with the addition of the ability to pass a context and additional request options.
See DeleteComponentStep for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) DeletePipeline ¶
func (c *CP) DeletePipeline(input *DeletePipelineInput) (*DeletePipelineOutput, error)
DeletePipeline API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation DeletePipeline for usage and error information.
func (*CP) DeletePipelineCommon ¶
DeletePipelineCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation DeletePipelineCommon for usage and error information.
func (*CP) DeletePipelineCommonRequest ¶
func (c *CP) DeletePipelineCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeletePipelineCommonRequest generates a "byteplus/request.Request" representing the client's request for the DeletePipelineCommon operation. The "output" return value will be populated with the DeletePipelineCommon request's response once the request completes successfully.
Use "Send" method on the returned DeletePipelineCommon Request to send the API call to the service. the "output" return value is not valid until after DeletePipelineCommon Send returns without error.
See DeletePipelineCommon for more information on using the DeletePipelineCommon API call, and error handling.
// Example sending a request using the DeletePipelineCommonRequest method.
req, resp := client.DeletePipelineCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) DeletePipelineCommonWithContext ¶
func (c *CP) DeletePipelineCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeletePipelineCommonWithContext is the same as DeletePipelineCommon with the addition of the ability to pass a context and additional request options.
See DeletePipelineCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) DeletePipelineRequest ¶
func (c *CP) DeletePipelineRequest(input *DeletePipelineInput) (req *request.Request, output *DeletePipelineOutput)
DeletePipelineRequest generates a "byteplus/request.Request" representing the client's request for the DeletePipeline operation. The "output" return value will be populated with the DeletePipelineCommon request's response once the request completes successfully.
Use "Send" method on the returned DeletePipelineCommon Request to send the API call to the service. the "output" return value is not valid until after DeletePipelineCommon Send returns without error.
See DeletePipeline for more information on using the DeletePipeline API call, and error handling.
// Example sending a request using the DeletePipelineRequest method.
req, resp := client.DeletePipelineRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) DeletePipelineWithContext ¶
func (c *CP) DeletePipelineWithContext(ctx byteplus.Context, input *DeletePipelineInput, opts ...request.Option) (*DeletePipelineOutput, error)
DeletePipelineWithContext is the same as DeletePipeline with the addition of the ability to pass a context and additional request options.
See DeletePipeline for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) DeleteResource ¶
func (c *CP) DeleteResource(input *DeleteResourceInput) (*DeleteResourceOutput, error)
DeleteResource API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation DeleteResource for usage and error information.
func (*CP) DeleteResourceCommon ¶
DeleteResourceCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation DeleteResourceCommon for usage and error information.
func (*CP) DeleteResourceCommonRequest ¶
func (c *CP) DeleteResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteResourceCommonRequest generates a "byteplus/request.Request" representing the client's request for the DeleteResourceCommon operation. The "output" return value will be populated with the DeleteResourceCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteResourceCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteResourceCommon Send returns without error.
See DeleteResourceCommon for more information on using the DeleteResourceCommon API call, and error handling.
// Example sending a request using the DeleteResourceCommonRequest method.
req, resp := client.DeleteResourceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) DeleteResourceCommonWithContext ¶
func (c *CP) DeleteResourceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteResourceCommonWithContext is the same as DeleteResourceCommon with the addition of the ability to pass a context and additional request options.
See DeleteResourceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) DeleteResourceRequest ¶
func (c *CP) DeleteResourceRequest(input *DeleteResourceInput) (req *request.Request, output *DeleteResourceOutput)
DeleteResourceRequest generates a "byteplus/request.Request" representing the client's request for the DeleteResource operation. The "output" return value will be populated with the DeleteResourceCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteResourceCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteResourceCommon Send returns without error.
See DeleteResource for more information on using the DeleteResource API call, and error handling.
// Example sending a request using the DeleteResourceRequest method.
req, resp := client.DeleteResourceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) DeleteResourceWithContext ¶
func (c *CP) DeleteResourceWithContext(ctx byteplus.Context, input *DeleteResourceInput, opts ...request.Option) (*DeleteResourceOutput, error)
DeleteResourceWithContext is the same as DeleteResource with the addition of the ability to pass a context and additional request options.
See DeleteResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) DeleteServiceConnection ¶
func (c *CP) DeleteServiceConnection(input *DeleteServiceConnectionInput) (*DeleteServiceConnectionOutput, error)
DeleteServiceConnection API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation DeleteServiceConnection for usage and error information.
func (*CP) DeleteServiceConnectionCommon ¶
func (c *CP) DeleteServiceConnectionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteServiceConnectionCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation DeleteServiceConnectionCommon for usage and error information.
func (*CP) DeleteServiceConnectionCommonRequest ¶
func (c *CP) DeleteServiceConnectionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteServiceConnectionCommonRequest generates a "byteplus/request.Request" representing the client's request for the DeleteServiceConnectionCommon operation. The "output" return value will be populated with the DeleteServiceConnectionCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteServiceConnectionCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteServiceConnectionCommon Send returns without error.
See DeleteServiceConnectionCommon for more information on using the DeleteServiceConnectionCommon API call, and error handling.
// Example sending a request using the DeleteServiceConnectionCommonRequest method.
req, resp := client.DeleteServiceConnectionCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) DeleteServiceConnectionCommonWithContext ¶
func (c *CP) DeleteServiceConnectionCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteServiceConnectionCommonWithContext is the same as DeleteServiceConnectionCommon with the addition of the ability to pass a context and additional request options.
See DeleteServiceConnectionCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) DeleteServiceConnectionRequest ¶
func (c *CP) DeleteServiceConnectionRequest(input *DeleteServiceConnectionInput) (req *request.Request, output *DeleteServiceConnectionOutput)
DeleteServiceConnectionRequest generates a "byteplus/request.Request" representing the client's request for the DeleteServiceConnection operation. The "output" return value will be populated with the DeleteServiceConnectionCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteServiceConnectionCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteServiceConnectionCommon Send returns without error.
See DeleteServiceConnection for more information on using the DeleteServiceConnection API call, and error handling.
// Example sending a request using the DeleteServiceConnectionRequest method.
req, resp := client.DeleteServiceConnectionRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) DeleteServiceConnectionWithContext ¶
func (c *CP) DeleteServiceConnectionWithContext(ctx byteplus.Context, input *DeleteServiceConnectionInput, opts ...request.Option) (*DeleteServiceConnectionOutput, error)
DeleteServiceConnectionWithContext is the same as DeleteServiceConnection with the addition of the ability to pass a context and additional request options.
See DeleteServiceConnection for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) DeleteTrigger ¶
func (c *CP) DeleteTrigger(input *DeleteTriggerInput) (*DeleteTriggerOutput, error)
DeleteTrigger API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation DeleteTrigger for usage and error information.
func (*CP) DeleteTriggerCommon ¶
DeleteTriggerCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation DeleteTriggerCommon for usage and error information.
func (*CP) DeleteTriggerCommonRequest ¶
func (c *CP) DeleteTriggerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteTriggerCommonRequest generates a "byteplus/request.Request" representing the client's request for the DeleteTriggerCommon operation. The "output" return value will be populated with the DeleteTriggerCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteTriggerCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTriggerCommon Send returns without error.
See DeleteTriggerCommon for more information on using the DeleteTriggerCommon API call, and error handling.
// Example sending a request using the DeleteTriggerCommonRequest method.
req, resp := client.DeleteTriggerCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) DeleteTriggerCommonWithContext ¶
func (c *CP) DeleteTriggerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteTriggerCommonWithContext is the same as DeleteTriggerCommon with the addition of the ability to pass a context and additional request options.
See DeleteTriggerCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) DeleteTriggerRequest ¶
func (c *CP) DeleteTriggerRequest(input *DeleteTriggerInput) (req *request.Request, output *DeleteTriggerOutput)
DeleteTriggerRequest generates a "byteplus/request.Request" representing the client's request for the DeleteTrigger operation. The "output" return value will be populated with the DeleteTriggerCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteTriggerCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTriggerCommon Send returns without error.
See DeleteTrigger for more information on using the DeleteTrigger API call, and error handling.
// Example sending a request using the DeleteTriggerRequest method.
req, resp := client.DeleteTriggerRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) DeleteTriggerWithContext ¶
func (c *CP) DeleteTriggerWithContext(ctx byteplus.Context, input *DeleteTriggerInput, opts ...request.Option) (*DeleteTriggerOutput, error)
DeleteTriggerWithContext is the same as DeleteTrigger with the addition of the ability to pass a context and additional request options.
See DeleteTrigger for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) DeleteWorkspace ¶
func (c *CP) DeleteWorkspace(input *DeleteWorkspaceInput) (*DeleteWorkspaceOutput, error)
DeleteWorkspace API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation DeleteWorkspace for usage and error information.
func (*CP) DeleteWorkspaceCommon ¶
DeleteWorkspaceCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation DeleteWorkspaceCommon for usage and error information.
func (*CP) DeleteWorkspaceCommonRequest ¶
func (c *CP) DeleteWorkspaceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteWorkspaceCommonRequest generates a "byteplus/request.Request" representing the client's request for the DeleteWorkspaceCommon operation. The "output" return value will be populated with the DeleteWorkspaceCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteWorkspaceCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteWorkspaceCommon Send returns without error.
See DeleteWorkspaceCommon for more information on using the DeleteWorkspaceCommon API call, and error handling.
// Example sending a request using the DeleteWorkspaceCommonRequest method.
req, resp := client.DeleteWorkspaceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) DeleteWorkspaceCommonWithContext ¶
func (c *CP) DeleteWorkspaceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteWorkspaceCommonWithContext is the same as DeleteWorkspaceCommon with the addition of the ability to pass a context and additional request options.
See DeleteWorkspaceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) DeleteWorkspaceRequest ¶
func (c *CP) DeleteWorkspaceRequest(input *DeleteWorkspaceInput) (req *request.Request, output *DeleteWorkspaceOutput)
DeleteWorkspaceRequest generates a "byteplus/request.Request" representing the client's request for the DeleteWorkspace operation. The "output" return value will be populated with the DeleteWorkspaceCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteWorkspaceCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteWorkspaceCommon Send returns without error.
See DeleteWorkspace for more information on using the DeleteWorkspace API call, and error handling.
// Example sending a request using the DeleteWorkspaceRequest method.
req, resp := client.DeleteWorkspaceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) DeleteWorkspaceWithContext ¶
func (c *CP) DeleteWorkspaceWithContext(ctx byteplus.Context, input *DeleteWorkspaceInput, opts ...request.Option) (*DeleteWorkspaceOutput, error)
DeleteWorkspaceWithContext is the same as DeleteWorkspace with the addition of the ability to pass a context and additional request options.
See DeleteWorkspace for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) GetServiceConnection ¶
func (c *CP) GetServiceConnection(input *GetServiceConnectionInput) (*GetServiceConnectionOutput, error)
GetServiceConnection API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation GetServiceConnection for usage and error information.
func (*CP) GetServiceConnectionCommon ¶
func (c *CP) GetServiceConnectionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetServiceConnectionCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation GetServiceConnectionCommon for usage and error information.
func (*CP) GetServiceConnectionCommonRequest ¶
func (c *CP) GetServiceConnectionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetServiceConnectionCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetServiceConnectionCommon operation. The "output" return value will be populated with the GetServiceConnectionCommon request's response once the request completes successfully.
Use "Send" method on the returned GetServiceConnectionCommon Request to send the API call to the service. the "output" return value is not valid until after GetServiceConnectionCommon Send returns without error.
See GetServiceConnectionCommon for more information on using the GetServiceConnectionCommon API call, and error handling.
// Example sending a request using the GetServiceConnectionCommonRequest method.
req, resp := client.GetServiceConnectionCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) GetServiceConnectionCommonWithContext ¶
func (c *CP) GetServiceConnectionCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetServiceConnectionCommonWithContext is the same as GetServiceConnectionCommon with the addition of the ability to pass a context and additional request options.
See GetServiceConnectionCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) GetServiceConnectionRequest ¶
func (c *CP) GetServiceConnectionRequest(input *GetServiceConnectionInput) (req *request.Request, output *GetServiceConnectionOutput)
GetServiceConnectionRequest generates a "byteplus/request.Request" representing the client's request for the GetServiceConnection operation. The "output" return value will be populated with the GetServiceConnectionCommon request's response once the request completes successfully.
Use "Send" method on the returned GetServiceConnectionCommon Request to send the API call to the service. the "output" return value is not valid until after GetServiceConnectionCommon Send returns without error.
See GetServiceConnection for more information on using the GetServiceConnection API call, and error handling.
// Example sending a request using the GetServiceConnectionRequest method.
req, resp := client.GetServiceConnectionRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) GetServiceConnectionWithContext ¶
func (c *CP) GetServiceConnectionWithContext(ctx byteplus.Context, input *GetServiceConnectionInput, opts ...request.Option) (*GetServiceConnectionOutput, error)
GetServiceConnectionWithContext is the same as GetServiceConnection with the addition of the ability to pass a context and additional request options.
See GetServiceConnection for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) GetTaskRunLog ¶
func (c *CP) GetTaskRunLog(input *GetTaskRunLogInput) (*GetTaskRunLogOutput, error)
GetTaskRunLog API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation GetTaskRunLog for usage and error information.
func (*CP) GetTaskRunLogCommon ¶
GetTaskRunLogCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation GetTaskRunLogCommon for usage and error information.
func (*CP) GetTaskRunLogCommonRequest ¶
func (c *CP) GetTaskRunLogCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetTaskRunLogCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetTaskRunLogCommon operation. The "output" return value will be populated with the GetTaskRunLogCommon request's response once the request completes successfully.
Use "Send" method on the returned GetTaskRunLogCommon Request to send the API call to the service. the "output" return value is not valid until after GetTaskRunLogCommon Send returns without error.
See GetTaskRunLogCommon for more information on using the GetTaskRunLogCommon API call, and error handling.
// Example sending a request using the GetTaskRunLogCommonRequest method.
req, resp := client.GetTaskRunLogCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) GetTaskRunLogCommonWithContext ¶
func (c *CP) GetTaskRunLogCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetTaskRunLogCommonWithContext is the same as GetTaskRunLogCommon with the addition of the ability to pass a context and additional request options.
See GetTaskRunLogCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) GetTaskRunLogDownloadURI ¶
func (c *CP) GetTaskRunLogDownloadURI(input *GetTaskRunLogDownloadURIInput) (*GetTaskRunLogDownloadURIOutput, error)
GetTaskRunLogDownloadURI API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation GetTaskRunLogDownloadURI for usage and error information.
func (*CP) GetTaskRunLogDownloadURICommon ¶
func (c *CP) GetTaskRunLogDownloadURICommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetTaskRunLogDownloadURICommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation GetTaskRunLogDownloadURICommon for usage and error information.
func (*CP) GetTaskRunLogDownloadURICommonRequest ¶
func (c *CP) GetTaskRunLogDownloadURICommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetTaskRunLogDownloadURICommonRequest generates a "byteplus/request.Request" representing the client's request for the GetTaskRunLogDownloadURICommon operation. The "output" return value will be populated with the GetTaskRunLogDownloadURICommon request's response once the request completes successfully.
Use "Send" method on the returned GetTaskRunLogDownloadURICommon Request to send the API call to the service. the "output" return value is not valid until after GetTaskRunLogDownloadURICommon Send returns without error.
See GetTaskRunLogDownloadURICommon for more information on using the GetTaskRunLogDownloadURICommon API call, and error handling.
// Example sending a request using the GetTaskRunLogDownloadURICommonRequest method.
req, resp := client.GetTaskRunLogDownloadURICommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) GetTaskRunLogDownloadURICommonWithContext ¶
func (c *CP) GetTaskRunLogDownloadURICommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetTaskRunLogDownloadURICommonWithContext is the same as GetTaskRunLogDownloadURICommon with the addition of the ability to pass a context and additional request options.
See GetTaskRunLogDownloadURICommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) GetTaskRunLogDownloadURIRequest ¶
func (c *CP) GetTaskRunLogDownloadURIRequest(input *GetTaskRunLogDownloadURIInput) (req *request.Request, output *GetTaskRunLogDownloadURIOutput)
GetTaskRunLogDownloadURIRequest generates a "byteplus/request.Request" representing the client's request for the GetTaskRunLogDownloadURI operation. The "output" return value will be populated with the GetTaskRunLogDownloadURICommon request's response once the request completes successfully.
Use "Send" method on the returned GetTaskRunLogDownloadURICommon Request to send the API call to the service. the "output" return value is not valid until after GetTaskRunLogDownloadURICommon Send returns without error.
See GetTaskRunLogDownloadURI for more information on using the GetTaskRunLogDownloadURI API call, and error handling.
// Example sending a request using the GetTaskRunLogDownloadURIRequest method.
req, resp := client.GetTaskRunLogDownloadURIRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) GetTaskRunLogDownloadURIWithContext ¶
func (c *CP) GetTaskRunLogDownloadURIWithContext(ctx byteplus.Context, input *GetTaskRunLogDownloadURIInput, opts ...request.Option) (*GetTaskRunLogDownloadURIOutput, error)
GetTaskRunLogDownloadURIWithContext is the same as GetTaskRunLogDownloadURI with the addition of the ability to pass a context and additional request options.
See GetTaskRunLogDownloadURI for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) GetTaskRunLogRequest ¶
func (c *CP) GetTaskRunLogRequest(input *GetTaskRunLogInput) (req *request.Request, output *GetTaskRunLogOutput)
GetTaskRunLogRequest generates a "byteplus/request.Request" representing the client's request for the GetTaskRunLog operation. The "output" return value will be populated with the GetTaskRunLogCommon request's response once the request completes successfully.
Use "Send" method on the returned GetTaskRunLogCommon Request to send the API call to the service. the "output" return value is not valid until after GetTaskRunLogCommon Send returns without error.
See GetTaskRunLog for more information on using the GetTaskRunLog API call, and error handling.
// Example sending a request using the GetTaskRunLogRequest method.
req, resp := client.GetTaskRunLogRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) GetTaskRunLogWithContext ¶
func (c *CP) GetTaskRunLogWithContext(ctx byteplus.Context, input *GetTaskRunLogInput, opts ...request.Option) (*GetTaskRunLogOutput, error)
GetTaskRunLogWithContext is the same as GetTaskRunLog with the addition of the ability to pass a context and additional request options.
See GetTaskRunLog for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) ListComponentStep ¶
func (c *CP) ListComponentStep(input *ListComponentStepInput) (*ListComponentStepOutput, error)
ListComponentStep API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation ListComponentStep for usage and error information.
func (*CP) ListComponentStepCommon ¶
func (c *CP) ListComponentStepCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListComponentStepCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation ListComponentStepCommon for usage and error information.
func (*CP) ListComponentStepCommonRequest ¶
func (c *CP) ListComponentStepCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListComponentStepCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListComponentStepCommon operation. The "output" return value will be populated with the ListComponentStepCommon request's response once the request completes successfully.
Use "Send" method on the returned ListComponentStepCommon Request to send the API call to the service. the "output" return value is not valid until after ListComponentStepCommon Send returns without error.
See ListComponentStepCommon for more information on using the ListComponentStepCommon API call, and error handling.
// Example sending a request using the ListComponentStepCommonRequest method.
req, resp := client.ListComponentStepCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) ListComponentStepCommonWithContext ¶
func (c *CP) ListComponentStepCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListComponentStepCommonWithContext is the same as ListComponentStepCommon with the addition of the ability to pass a context and additional request options.
See ListComponentStepCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) ListComponentStepRequest ¶
func (c *CP) ListComponentStepRequest(input *ListComponentStepInput) (req *request.Request, output *ListComponentStepOutput)
ListComponentStepRequest generates a "byteplus/request.Request" representing the client's request for the ListComponentStep operation. The "output" return value will be populated with the ListComponentStepCommon request's response once the request completes successfully.
Use "Send" method on the returned ListComponentStepCommon Request to send the API call to the service. the "output" return value is not valid until after ListComponentStepCommon Send returns without error.
See ListComponentStep for more information on using the ListComponentStep API call, and error handling.
// Example sending a request using the ListComponentStepRequest method.
req, resp := client.ListComponentStepRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) ListComponentStepWithContext ¶
func (c *CP) ListComponentStepWithContext(ctx byteplus.Context, input *ListComponentStepInput, opts ...request.Option) (*ListComponentStepOutput, error)
ListComponentStepWithContext is the same as ListComponentStep with the addition of the ability to pass a context and additional request options.
See ListComponentStep for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) ListPipelineRuns ¶
func (c *CP) ListPipelineRuns(input *ListPipelineRunsInput) (*ListPipelineRunsOutput, error)
ListPipelineRuns API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation ListPipelineRuns for usage and error information.
func (*CP) ListPipelineRunsCommon ¶
ListPipelineRunsCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation ListPipelineRunsCommon for usage and error information.
func (*CP) ListPipelineRunsCommonRequest ¶
func (c *CP) ListPipelineRunsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListPipelineRunsCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListPipelineRunsCommon operation. The "output" return value will be populated with the ListPipelineRunsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListPipelineRunsCommon Request to send the API call to the service. the "output" return value is not valid until after ListPipelineRunsCommon Send returns without error.
See ListPipelineRunsCommon for more information on using the ListPipelineRunsCommon API call, and error handling.
// Example sending a request using the ListPipelineRunsCommonRequest method.
req, resp := client.ListPipelineRunsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) ListPipelineRunsCommonWithContext ¶
func (c *CP) ListPipelineRunsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListPipelineRunsCommonWithContext is the same as ListPipelineRunsCommon with the addition of the ability to pass a context and additional request options.
See ListPipelineRunsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) ListPipelineRunsRequest ¶
func (c *CP) ListPipelineRunsRequest(input *ListPipelineRunsInput) (req *request.Request, output *ListPipelineRunsOutput)
ListPipelineRunsRequest generates a "byteplus/request.Request" representing the client's request for the ListPipelineRuns operation. The "output" return value will be populated with the ListPipelineRunsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListPipelineRunsCommon Request to send the API call to the service. the "output" return value is not valid until after ListPipelineRunsCommon Send returns without error.
See ListPipelineRuns for more information on using the ListPipelineRuns API call, and error handling.
// Example sending a request using the ListPipelineRunsRequest method.
req, resp := client.ListPipelineRunsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) ListPipelineRunsWithContext ¶
func (c *CP) ListPipelineRunsWithContext(ctx byteplus.Context, input *ListPipelineRunsInput, opts ...request.Option) (*ListPipelineRunsOutput, error)
ListPipelineRunsWithContext is the same as ListPipelineRuns with the addition of the ability to pass a context and additional request options.
See ListPipelineRuns for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) ListPipelines ¶
func (c *CP) ListPipelines(input *ListPipelinesInput) (*ListPipelinesOutput, error)
ListPipelines API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation ListPipelines for usage and error information.
func (*CP) ListPipelinesCommon ¶
ListPipelinesCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation ListPipelinesCommon for usage and error information.
func (*CP) ListPipelinesCommonRequest ¶
func (c *CP) ListPipelinesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListPipelinesCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListPipelinesCommon operation. The "output" return value will be populated with the ListPipelinesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListPipelinesCommon Request to send the API call to the service. the "output" return value is not valid until after ListPipelinesCommon Send returns without error.
See ListPipelinesCommon for more information on using the ListPipelinesCommon API call, and error handling.
// Example sending a request using the ListPipelinesCommonRequest method.
req, resp := client.ListPipelinesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) ListPipelinesCommonWithContext ¶
func (c *CP) ListPipelinesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListPipelinesCommonWithContext is the same as ListPipelinesCommon with the addition of the ability to pass a context and additional request options.
See ListPipelinesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) ListPipelinesRequest ¶
func (c *CP) ListPipelinesRequest(input *ListPipelinesInput) (req *request.Request, output *ListPipelinesOutput)
ListPipelinesRequest generates a "byteplus/request.Request" representing the client's request for the ListPipelines operation. The "output" return value will be populated with the ListPipelinesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListPipelinesCommon Request to send the API call to the service. the "output" return value is not valid until after ListPipelinesCommon Send returns without error.
See ListPipelines for more information on using the ListPipelines API call, and error handling.
// Example sending a request using the ListPipelinesRequest method.
req, resp := client.ListPipelinesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) ListPipelinesWithContext ¶
func (c *CP) ListPipelinesWithContext(ctx byteplus.Context, input *ListPipelinesInput, opts ...request.Option) (*ListPipelinesOutput, error)
ListPipelinesWithContext is the same as ListPipelines with the addition of the ability to pass a context and additional request options.
See ListPipelines for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) ListResources ¶
func (c *CP) ListResources(input *ListResourcesInput) (*ListResourcesOutput, error)
ListResources API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation ListResources for usage and error information.
func (*CP) ListResourcesCommon ¶
ListResourcesCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation ListResourcesCommon for usage and error information.
func (*CP) ListResourcesCommonRequest ¶
func (c *CP) ListResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListResourcesCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListResourcesCommon operation. The "output" return value will be populated with the ListResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourcesCommon Send returns without error.
See ListResourcesCommon for more information on using the ListResourcesCommon API call, and error handling.
// Example sending a request using the ListResourcesCommonRequest method.
req, resp := client.ListResourcesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) ListResourcesCommonWithContext ¶
func (c *CP) ListResourcesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListResourcesCommonWithContext is the same as ListResourcesCommon with the addition of the ability to pass a context and additional request options.
See ListResourcesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) ListResourcesRequest ¶
func (c *CP) ListResourcesRequest(input *ListResourcesInput) (req *request.Request, output *ListResourcesOutput)
ListResourcesRequest generates a "byteplus/request.Request" representing the client's request for the ListResources operation. The "output" return value will be populated with the ListResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourcesCommon Send returns without error.
See ListResources for more information on using the ListResources API call, and error handling.
// Example sending a request using the ListResourcesRequest method.
req, resp := client.ListResourcesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) ListResourcesWithContext ¶
func (c *CP) ListResourcesWithContext(ctx byteplus.Context, input *ListResourcesInput, opts ...request.Option) (*ListResourcesOutput, error)
ListResourcesWithContext is the same as ListResources with the addition of the ability to pass a context and additional request options.
See ListResources for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) ListServiceConnections ¶
func (c *CP) ListServiceConnections(input *ListServiceConnectionsInput) (*ListServiceConnectionsOutput, error)
ListServiceConnections API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation ListServiceConnections for usage and error information.
func (*CP) ListServiceConnectionsCommon ¶
func (c *CP) ListServiceConnectionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListServiceConnectionsCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation ListServiceConnectionsCommon for usage and error information.
func (*CP) ListServiceConnectionsCommonRequest ¶
func (c *CP) ListServiceConnectionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListServiceConnectionsCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListServiceConnectionsCommon operation. The "output" return value will be populated with the ListServiceConnectionsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListServiceConnectionsCommon Request to send the API call to the service. the "output" return value is not valid until after ListServiceConnectionsCommon Send returns without error.
See ListServiceConnectionsCommon for more information on using the ListServiceConnectionsCommon API call, and error handling.
// Example sending a request using the ListServiceConnectionsCommonRequest method.
req, resp := client.ListServiceConnectionsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) ListServiceConnectionsCommonWithContext ¶
func (c *CP) ListServiceConnectionsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListServiceConnectionsCommonWithContext is the same as ListServiceConnectionsCommon with the addition of the ability to pass a context and additional request options.
See ListServiceConnectionsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) ListServiceConnectionsRequest ¶
func (c *CP) ListServiceConnectionsRequest(input *ListServiceConnectionsInput) (req *request.Request, output *ListServiceConnectionsOutput)
ListServiceConnectionsRequest generates a "byteplus/request.Request" representing the client's request for the ListServiceConnections operation. The "output" return value will be populated with the ListServiceConnectionsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListServiceConnectionsCommon Request to send the API call to the service. the "output" return value is not valid until after ListServiceConnectionsCommon Send returns without error.
See ListServiceConnections for more information on using the ListServiceConnections API call, and error handling.
// Example sending a request using the ListServiceConnectionsRequest method.
req, resp := client.ListServiceConnectionsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) ListServiceConnectionsWithContext ¶
func (c *CP) ListServiceConnectionsWithContext(ctx byteplus.Context, input *ListServiceConnectionsInput, opts ...request.Option) (*ListServiceConnectionsOutput, error)
ListServiceConnectionsWithContext is the same as ListServiceConnections with the addition of the ability to pass a context and additional request options.
See ListServiceConnections for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) ListTaskRuns ¶
func (c *CP) ListTaskRuns(input *ListTaskRunsInput) (*ListTaskRunsOutput, error)
ListTaskRuns API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation ListTaskRuns for usage and error information.
func (*CP) ListTaskRunsCommon ¶
ListTaskRunsCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation ListTaskRunsCommon for usage and error information.
func (*CP) ListTaskRunsCommonRequest ¶
func (c *CP) ListTaskRunsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListTaskRunsCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListTaskRunsCommon operation. The "output" return value will be populated with the ListTaskRunsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListTaskRunsCommon Request to send the API call to the service. the "output" return value is not valid until after ListTaskRunsCommon Send returns without error.
See ListTaskRunsCommon for more information on using the ListTaskRunsCommon API call, and error handling.
// Example sending a request using the ListTaskRunsCommonRequest method.
req, resp := client.ListTaskRunsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) ListTaskRunsCommonWithContext ¶
func (c *CP) ListTaskRunsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListTaskRunsCommonWithContext is the same as ListTaskRunsCommon with the addition of the ability to pass a context and additional request options.
See ListTaskRunsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) ListTaskRunsRequest ¶
func (c *CP) ListTaskRunsRequest(input *ListTaskRunsInput) (req *request.Request, output *ListTaskRunsOutput)
ListTaskRunsRequest generates a "byteplus/request.Request" representing the client's request for the ListTaskRuns operation. The "output" return value will be populated with the ListTaskRunsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListTaskRunsCommon Request to send the API call to the service. the "output" return value is not valid until after ListTaskRunsCommon Send returns without error.
See ListTaskRuns for more information on using the ListTaskRuns API call, and error handling.
// Example sending a request using the ListTaskRunsRequest method.
req, resp := client.ListTaskRunsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) ListTaskRunsWithContext ¶
func (c *CP) ListTaskRunsWithContext(ctx byteplus.Context, input *ListTaskRunsInput, opts ...request.Option) (*ListTaskRunsOutput, error)
ListTaskRunsWithContext is the same as ListTaskRuns with the addition of the ability to pass a context and additional request options.
See ListTaskRuns for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) ListTriggers ¶
func (c *CP) ListTriggers(input *ListTriggersInput) (*ListTriggersOutput, error)
ListTriggers API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation ListTriggers for usage and error information.
func (*CP) ListTriggersCommon ¶
ListTriggersCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation ListTriggersCommon for usage and error information.
func (*CP) ListTriggersCommonRequest ¶
func (c *CP) ListTriggersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListTriggersCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListTriggersCommon operation. The "output" return value will be populated with the ListTriggersCommon request's response once the request completes successfully.
Use "Send" method on the returned ListTriggersCommon Request to send the API call to the service. the "output" return value is not valid until after ListTriggersCommon Send returns without error.
See ListTriggersCommon for more information on using the ListTriggersCommon API call, and error handling.
// Example sending a request using the ListTriggersCommonRequest method.
req, resp := client.ListTriggersCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) ListTriggersCommonWithContext ¶
func (c *CP) ListTriggersCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListTriggersCommonWithContext is the same as ListTriggersCommon with the addition of the ability to pass a context and additional request options.
See ListTriggersCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) ListTriggersRequest ¶
func (c *CP) ListTriggersRequest(input *ListTriggersInput) (req *request.Request, output *ListTriggersOutput)
ListTriggersRequest generates a "byteplus/request.Request" representing the client's request for the ListTriggers operation. The "output" return value will be populated with the ListTriggersCommon request's response once the request completes successfully.
Use "Send" method on the returned ListTriggersCommon Request to send the API call to the service. the "output" return value is not valid until after ListTriggersCommon Send returns without error.
See ListTriggers for more information on using the ListTriggers API call, and error handling.
// Example sending a request using the ListTriggersRequest method.
req, resp := client.ListTriggersRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) ListTriggersWithContext ¶
func (c *CP) ListTriggersWithContext(ctx byteplus.Context, input *ListTriggersInput, opts ...request.Option) (*ListTriggersOutput, error)
ListTriggersWithContext is the same as ListTriggers with the addition of the ability to pass a context and additional request options.
See ListTriggers for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) ListWorkspaces ¶
func (c *CP) ListWorkspaces(input *ListWorkspacesInput) (*ListWorkspacesOutput, error)
ListWorkspaces API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation ListWorkspaces for usage and error information.
func (*CP) ListWorkspacesCommon ¶
ListWorkspacesCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation ListWorkspacesCommon for usage and error information.
func (*CP) ListWorkspacesCommonRequest ¶
func (c *CP) ListWorkspacesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListWorkspacesCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListWorkspacesCommon operation. The "output" return value will be populated with the ListWorkspacesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListWorkspacesCommon Request to send the API call to the service. the "output" return value is not valid until after ListWorkspacesCommon Send returns without error.
See ListWorkspacesCommon for more information on using the ListWorkspacesCommon API call, and error handling.
// Example sending a request using the ListWorkspacesCommonRequest method.
req, resp := client.ListWorkspacesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) ListWorkspacesCommonWithContext ¶
func (c *CP) ListWorkspacesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListWorkspacesCommonWithContext is the same as ListWorkspacesCommon with the addition of the ability to pass a context and additional request options.
See ListWorkspacesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) ListWorkspacesRequest ¶
func (c *CP) ListWorkspacesRequest(input *ListWorkspacesInput) (req *request.Request, output *ListWorkspacesOutput)
ListWorkspacesRequest generates a "byteplus/request.Request" representing the client's request for the ListWorkspaces operation. The "output" return value will be populated with the ListWorkspacesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListWorkspacesCommon Request to send the API call to the service. the "output" return value is not valid until after ListWorkspacesCommon Send returns without error.
See ListWorkspaces for more information on using the ListWorkspaces API call, and error handling.
// Example sending a request using the ListWorkspacesRequest method.
req, resp := client.ListWorkspacesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) ListWorkspacesWithContext ¶
func (c *CP) ListWorkspacesWithContext(ctx byteplus.Context, input *ListWorkspacesInput, opts ...request.Option) (*ListWorkspacesOutput, error)
ListWorkspacesWithContext is the same as ListWorkspaces with the addition of the ability to pass a context and additional request options.
See ListWorkspaces for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) RunPipeline ¶
func (c *CP) RunPipeline(input *RunPipelineInput) (*RunPipelineOutput, error)
RunPipeline API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation RunPipeline for usage and error information.
func (*CP) RunPipelineCommon ¶
RunPipelineCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation RunPipelineCommon for usage and error information.
func (*CP) RunPipelineCommonRequest ¶
func (c *CP) RunPipelineCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
RunPipelineCommonRequest generates a "byteplus/request.Request" representing the client's request for the RunPipelineCommon operation. The "output" return value will be populated with the RunPipelineCommon request's response once the request completes successfully.
Use "Send" method on the returned RunPipelineCommon Request to send the API call to the service. the "output" return value is not valid until after RunPipelineCommon Send returns without error.
See RunPipelineCommon for more information on using the RunPipelineCommon API call, and error handling.
// Example sending a request using the RunPipelineCommonRequest method.
req, resp := client.RunPipelineCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) RunPipelineCommonWithContext ¶
func (c *CP) RunPipelineCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
RunPipelineCommonWithContext is the same as RunPipelineCommon with the addition of the ability to pass a context and additional request options.
See RunPipelineCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) RunPipelineRequest ¶
func (c *CP) RunPipelineRequest(input *RunPipelineInput) (req *request.Request, output *RunPipelineOutput)
RunPipelineRequest generates a "byteplus/request.Request" representing the client's request for the RunPipeline operation. The "output" return value will be populated with the RunPipelineCommon request's response once the request completes successfully.
Use "Send" method on the returned RunPipelineCommon Request to send the API call to the service. the "output" return value is not valid until after RunPipelineCommon Send returns without error.
See RunPipeline for more information on using the RunPipeline API call, and error handling.
// Example sending a request using the RunPipelineRequest method.
req, resp := client.RunPipelineRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) RunPipelineWithContext ¶
func (c *CP) RunPipelineWithContext(ctx byteplus.Context, input *RunPipelineInput, opts ...request.Option) (*RunPipelineOutput, error)
RunPipelineWithContext is the same as RunPipeline with the addition of the ability to pass a context and additional request options.
See RunPipeline for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) UpdateComponentStep ¶
func (c *CP) UpdateComponentStep(input *UpdateComponentStepInput) (*UpdateComponentStepOutput, error)
UpdateComponentStep API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation UpdateComponentStep for usage and error information.
func (*CP) UpdateComponentStepCommon ¶
func (c *CP) UpdateComponentStepCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateComponentStepCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation UpdateComponentStepCommon for usage and error information.
func (*CP) UpdateComponentStepCommonRequest ¶
func (c *CP) UpdateComponentStepCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateComponentStepCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateComponentStepCommon operation. The "output" return value will be populated with the UpdateComponentStepCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateComponentStepCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateComponentStepCommon Send returns without error.
See UpdateComponentStepCommon for more information on using the UpdateComponentStepCommon API call, and error handling.
// Example sending a request using the UpdateComponentStepCommonRequest method.
req, resp := client.UpdateComponentStepCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) UpdateComponentStepCommonWithContext ¶
func (c *CP) UpdateComponentStepCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateComponentStepCommonWithContext is the same as UpdateComponentStepCommon with the addition of the ability to pass a context and additional request options.
See UpdateComponentStepCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) UpdateComponentStepRequest ¶
func (c *CP) UpdateComponentStepRequest(input *UpdateComponentStepInput) (req *request.Request, output *UpdateComponentStepOutput)
UpdateComponentStepRequest generates a "byteplus/request.Request" representing the client's request for the UpdateComponentStep operation. The "output" return value will be populated with the UpdateComponentStepCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateComponentStepCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateComponentStepCommon Send returns without error.
See UpdateComponentStep for more information on using the UpdateComponentStep API call, and error handling.
// Example sending a request using the UpdateComponentStepRequest method.
req, resp := client.UpdateComponentStepRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) UpdateComponentStepWithContext ¶
func (c *CP) UpdateComponentStepWithContext(ctx byteplus.Context, input *UpdateComponentStepInput, opts ...request.Option) (*UpdateComponentStepOutput, error)
UpdateComponentStepWithContext is the same as UpdateComponentStep with the addition of the ability to pass a context and additional request options.
See UpdateComponentStep for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) UpdateResource ¶
func (c *CP) UpdateResource(input *UpdateResourceInput) (*UpdateResourceOutput, error)
UpdateResource API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation UpdateResource for usage and error information.
func (*CP) UpdateResourceCommon ¶
UpdateResourceCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation UpdateResourceCommon for usage and error information.
func (*CP) UpdateResourceCommonRequest ¶
func (c *CP) UpdateResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateResourceCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateResourceCommon operation. The "output" return value will be populated with the UpdateResourceCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateResourceCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateResourceCommon Send returns without error.
See UpdateResourceCommon for more information on using the UpdateResourceCommon API call, and error handling.
// Example sending a request using the UpdateResourceCommonRequest method.
req, resp := client.UpdateResourceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) UpdateResourceCommonWithContext ¶
func (c *CP) UpdateResourceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateResourceCommonWithContext is the same as UpdateResourceCommon with the addition of the ability to pass a context and additional request options.
See UpdateResourceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) UpdateResourceRequest ¶
func (c *CP) UpdateResourceRequest(input *UpdateResourceInput) (req *request.Request, output *UpdateResourceOutput)
UpdateResourceRequest generates a "byteplus/request.Request" representing the client's request for the UpdateResource operation. The "output" return value will be populated with the UpdateResourceCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateResourceCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateResourceCommon Send returns without error.
See UpdateResource for more information on using the UpdateResource API call, and error handling.
// Example sending a request using the UpdateResourceRequest method.
req, resp := client.UpdateResourceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) UpdateResourceWithContext ¶
func (c *CP) UpdateResourceWithContext(ctx byteplus.Context, input *UpdateResourceInput, opts ...request.Option) (*UpdateResourceOutput, error)
UpdateResourceWithContext is the same as UpdateResource with the addition of the ability to pass a context and additional request options.
See UpdateResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) UpdateServiceConnection ¶
func (c *CP) UpdateServiceConnection(input *UpdateServiceConnectionInput) (*UpdateServiceConnectionOutput, error)
UpdateServiceConnection API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation UpdateServiceConnection for usage and error information.
func (*CP) UpdateServiceConnectionCommon ¶
func (c *CP) UpdateServiceConnectionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateServiceConnectionCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation UpdateServiceConnectionCommon for usage and error information.
func (*CP) UpdateServiceConnectionCommonRequest ¶
func (c *CP) UpdateServiceConnectionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateServiceConnectionCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateServiceConnectionCommon operation. The "output" return value will be populated with the UpdateServiceConnectionCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateServiceConnectionCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateServiceConnectionCommon Send returns without error.
See UpdateServiceConnectionCommon for more information on using the UpdateServiceConnectionCommon API call, and error handling.
// Example sending a request using the UpdateServiceConnectionCommonRequest method.
req, resp := client.UpdateServiceConnectionCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) UpdateServiceConnectionCommonWithContext ¶
func (c *CP) UpdateServiceConnectionCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateServiceConnectionCommonWithContext is the same as UpdateServiceConnectionCommon with the addition of the ability to pass a context and additional request options.
See UpdateServiceConnectionCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) UpdateServiceConnectionRequest ¶
func (c *CP) UpdateServiceConnectionRequest(input *UpdateServiceConnectionInput) (req *request.Request, output *UpdateServiceConnectionOutput)
UpdateServiceConnectionRequest generates a "byteplus/request.Request" representing the client's request for the UpdateServiceConnection operation. The "output" return value will be populated with the UpdateServiceConnectionCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateServiceConnectionCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateServiceConnectionCommon Send returns without error.
See UpdateServiceConnection for more information on using the UpdateServiceConnection API call, and error handling.
// Example sending a request using the UpdateServiceConnectionRequest method.
req, resp := client.UpdateServiceConnectionRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) UpdateServiceConnectionWithContext ¶
func (c *CP) UpdateServiceConnectionWithContext(ctx byteplus.Context, input *UpdateServiceConnectionInput, opts ...request.Option) (*UpdateServiceConnectionOutput, error)
UpdateServiceConnectionWithContext is the same as UpdateServiceConnection with the addition of the ability to pass a context and additional request options.
See UpdateServiceConnection for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) UpdateTrigger ¶
func (c *CP) UpdateTrigger(input *UpdateTriggerInput) (*UpdateTriggerOutput, error)
UpdateTrigger API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation UpdateTrigger for usage and error information.
func (*CP) UpdateTriggerCommon ¶
UpdateTriggerCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation UpdateTriggerCommon for usage and error information.
func (*CP) UpdateTriggerCommonRequest ¶
func (c *CP) UpdateTriggerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateTriggerCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateTriggerCommon operation. The "output" return value will be populated with the UpdateTriggerCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateTriggerCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateTriggerCommon Send returns without error.
See UpdateTriggerCommon for more information on using the UpdateTriggerCommon API call, and error handling.
// Example sending a request using the UpdateTriggerCommonRequest method.
req, resp := client.UpdateTriggerCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) UpdateTriggerCommonWithContext ¶
func (c *CP) UpdateTriggerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateTriggerCommonWithContext is the same as UpdateTriggerCommon with the addition of the ability to pass a context and additional request options.
See UpdateTriggerCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) UpdateTriggerRequest ¶
func (c *CP) UpdateTriggerRequest(input *UpdateTriggerInput) (req *request.Request, output *UpdateTriggerOutput)
UpdateTriggerRequest generates a "byteplus/request.Request" representing the client's request for the UpdateTrigger operation. The "output" return value will be populated with the UpdateTriggerCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateTriggerCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateTriggerCommon Send returns without error.
See UpdateTrigger for more information on using the UpdateTrigger API call, and error handling.
// Example sending a request using the UpdateTriggerRequest method.
req, resp := client.UpdateTriggerRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) UpdateTriggerWithContext ¶
func (c *CP) UpdateTriggerWithContext(ctx byteplus.Context, input *UpdateTriggerInput, opts ...request.Option) (*UpdateTriggerOutput, error)
UpdateTriggerWithContext is the same as UpdateTrigger with the addition of the ability to pass a context and additional request options.
See UpdateTrigger for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) UpdateWorkspace ¶
func (c *CP) UpdateWorkspace(input *UpdateWorkspaceInput) (*UpdateWorkspaceOutput, error)
UpdateWorkspace API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation UpdateWorkspace for usage and error information.
func (*CP) UpdateWorkspaceCommon ¶
UpdateWorkspaceCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation UpdateWorkspaceCommon for usage and error information.
func (*CP) UpdateWorkspaceCommonRequest ¶
func (c *CP) UpdateWorkspaceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateWorkspaceCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateWorkspaceCommon operation. The "output" return value will be populated with the UpdateWorkspaceCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateWorkspaceCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateWorkspaceCommon Send returns without error.
See UpdateWorkspaceCommon for more information on using the UpdateWorkspaceCommon API call, and error handling.
// Example sending a request using the UpdateWorkspaceCommonRequest method.
req, resp := client.UpdateWorkspaceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) UpdateWorkspaceCommonWithContext ¶
func (c *CP) UpdateWorkspaceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateWorkspaceCommonWithContext is the same as UpdateWorkspaceCommon with the addition of the ability to pass a context and additional request options.
See UpdateWorkspaceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) UpdateWorkspaceRequest ¶
func (c *CP) UpdateWorkspaceRequest(input *UpdateWorkspaceInput) (req *request.Request, output *UpdateWorkspaceOutput)
UpdateWorkspaceRequest generates a "byteplus/request.Request" representing the client's request for the UpdateWorkspace operation. The "output" return value will be populated with the UpdateWorkspaceCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateWorkspaceCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateWorkspaceCommon Send returns without error.
See UpdateWorkspace for more information on using the UpdateWorkspace API call, and error handling.
// Example sending a request using the UpdateWorkspaceRequest method.
req, resp := client.UpdateWorkspaceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) UpdateWorkspaceWithContext ¶
func (c *CP) UpdateWorkspaceWithContext(ctx byteplus.Context, input *UpdateWorkspaceInput, opts ...request.Option) (*UpdateWorkspaceOutput, error)
UpdateWorkspaceWithContext is the same as UpdateWorkspace with the addition of the ability to pass a context and additional request options.
See UpdateWorkspace for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) UpgradeComponentStep ¶
func (c *CP) UpgradeComponentStep(input *UpgradeComponentStepInput) (*UpgradeComponentStepOutput, error)
UpgradeComponentStep API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation UpgradeComponentStep for usage and error information.
func (*CP) UpgradeComponentStepCommon ¶
func (c *CP) UpgradeComponentStepCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpgradeComponentStepCommon API operation for CP.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for CP's API operation UpgradeComponentStepCommon for usage and error information.
func (*CP) UpgradeComponentStepCommonRequest ¶
func (c *CP) UpgradeComponentStepCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpgradeComponentStepCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpgradeComponentStepCommon operation. The "output" return value will be populated with the UpgradeComponentStepCommon request's response once the request completes successfully.
Use "Send" method on the returned UpgradeComponentStepCommon Request to send the API call to the service. the "output" return value is not valid until after UpgradeComponentStepCommon Send returns without error.
See UpgradeComponentStepCommon for more information on using the UpgradeComponentStepCommon API call, and error handling.
// Example sending a request using the UpgradeComponentStepCommonRequest method.
req, resp := client.UpgradeComponentStepCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) UpgradeComponentStepCommonWithContext ¶
func (c *CP) UpgradeComponentStepCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpgradeComponentStepCommonWithContext is the same as UpgradeComponentStepCommon with the addition of the ability to pass a context and additional request options.
See UpgradeComponentStepCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CP) UpgradeComponentStepRequest ¶
func (c *CP) UpgradeComponentStepRequest(input *UpgradeComponentStepInput) (req *request.Request, output *UpgradeComponentStepOutput)
UpgradeComponentStepRequest generates a "byteplus/request.Request" representing the client's request for the UpgradeComponentStep operation. The "output" return value will be populated with the UpgradeComponentStepCommon request's response once the request completes successfully.
Use "Send" method on the returned UpgradeComponentStepCommon Request to send the API call to the service. the "output" return value is not valid until after UpgradeComponentStepCommon Send returns without error.
See UpgradeComponentStep for more information on using the UpgradeComponentStep API call, and error handling.
// Example sending a request using the UpgradeComponentStepRequest method.
req, resp := client.UpgradeComponentStepRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*CP) UpgradeComponentStepWithContext ¶
func (c *CP) UpgradeComponentStepWithContext(ctx byteplus.Context, input *UpgradeComponentStepInput, opts ...request.Option) (*UpgradeComponentStepOutput, error)
UpgradeComponentStepWithContext is the same as UpgradeComponentStep with the addition of the ability to pass a context and additional request options.
See UpgradeComponentStep for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type CPAPI ¶
type CPAPI interface {
CancelPipelineRunCommon(*map[string]interface{}) (*map[string]interface{}, error)
CancelPipelineRunCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CancelPipelineRunCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CancelPipelineRun(*CancelPipelineRunInput) (*CancelPipelineRunOutput, error)
CancelPipelineRunWithContext(byteplus.Context, *CancelPipelineRunInput, ...request.Option) (*CancelPipelineRunOutput, error)
CancelPipelineRunRequest(*CancelPipelineRunInput) (*request.Request, *CancelPipelineRunOutput)
CreateComponentStepCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateComponentStepCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateComponentStepCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateComponentStep(*CreateComponentStepInput) (*CreateComponentStepOutput, error)
CreateComponentStepWithContext(byteplus.Context, *CreateComponentStepInput, ...request.Option) (*CreateComponentStepOutput, error)
CreateComponentStepRequest(*CreateComponentStepInput) (*request.Request, *CreateComponentStepOutput)
CreatePipelineWebhookURLCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreatePipelineWebhookURLCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreatePipelineWebhookURLCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreatePipelineWebhookURL(*CreatePipelineWebhookURLInput) (*CreatePipelineWebhookURLOutput, error)
CreatePipelineWebhookURLWithContext(byteplus.Context, *CreatePipelineWebhookURLInput, ...request.Option) (*CreatePipelineWebhookURLOutput, error)
CreatePipelineWebhookURLRequest(*CreatePipelineWebhookURLInput) (*request.Request, *CreatePipelineWebhookURLOutput)
CreateResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateResourceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateResource(*CreateResourceInput) (*CreateResourceOutput, error)
CreateResourceWithContext(byteplus.Context, *CreateResourceInput, ...request.Option) (*CreateResourceOutput, error)
CreateResourceRequest(*CreateResourceInput) (*request.Request, *CreateResourceOutput)
CreateServiceConnectionCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateServiceConnectionCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateServiceConnectionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateServiceConnection(*CreateServiceConnectionInput) (*CreateServiceConnectionOutput, error)
CreateServiceConnectionWithContext(byteplus.Context, *CreateServiceConnectionInput, ...request.Option) (*CreateServiceConnectionOutput, error)
CreateServiceConnectionRequest(*CreateServiceConnectionInput) (*request.Request, *CreateServiceConnectionOutput)
CreateTriggerCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateTriggerCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateTriggerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateTrigger(*CreateTriggerInput) (*CreateTriggerOutput, error)
CreateTriggerWithContext(byteplus.Context, *CreateTriggerInput, ...request.Option) (*CreateTriggerOutput, error)
CreateTriggerRequest(*CreateTriggerInput) (*request.Request, *CreateTriggerOutput)
CreateWorkspaceCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateWorkspaceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateWorkspaceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateWorkspace(*CreateWorkspaceInput) (*CreateWorkspaceOutput, error)
CreateWorkspaceWithContext(byteplus.Context, *CreateWorkspaceInput, ...request.Option) (*CreateWorkspaceOutput, error)
CreateWorkspaceRequest(*CreateWorkspaceInput) (*request.Request, *CreateWorkspaceOutput)
DeleteComponentStepCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteComponentStepCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteComponentStepCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteComponentStep(*DeleteComponentStepInput) (*DeleteComponentStepOutput, error)
DeleteComponentStepWithContext(byteplus.Context, *DeleteComponentStepInput, ...request.Option) (*DeleteComponentStepOutput, error)
DeleteComponentStepRequest(*DeleteComponentStepInput) (*request.Request, *DeleteComponentStepOutput)
DeletePipelineCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeletePipelineCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeletePipelineCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeletePipeline(*DeletePipelineInput) (*DeletePipelineOutput, error)
DeletePipelineWithContext(byteplus.Context, *DeletePipelineInput, ...request.Option) (*DeletePipelineOutput, error)
DeletePipelineRequest(*DeletePipelineInput) (*request.Request, *DeletePipelineOutput)
DeleteResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteResourceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteResource(*DeleteResourceInput) (*DeleteResourceOutput, error)
DeleteResourceWithContext(byteplus.Context, *DeleteResourceInput, ...request.Option) (*DeleteResourceOutput, error)
DeleteResourceRequest(*DeleteResourceInput) (*request.Request, *DeleteResourceOutput)
DeleteServiceConnectionCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteServiceConnectionCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteServiceConnectionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteServiceConnection(*DeleteServiceConnectionInput) (*DeleteServiceConnectionOutput, error)
DeleteServiceConnectionWithContext(byteplus.Context, *DeleteServiceConnectionInput, ...request.Option) (*DeleteServiceConnectionOutput, error)
DeleteServiceConnectionRequest(*DeleteServiceConnectionInput) (*request.Request, *DeleteServiceConnectionOutput)
DeleteTriggerCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteTriggerCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteTriggerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteTrigger(*DeleteTriggerInput) (*DeleteTriggerOutput, error)
DeleteTriggerWithContext(byteplus.Context, *DeleteTriggerInput, ...request.Option) (*DeleteTriggerOutput, error)
DeleteTriggerRequest(*DeleteTriggerInput) (*request.Request, *DeleteTriggerOutput)
DeleteWorkspaceCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteWorkspaceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteWorkspaceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteWorkspace(*DeleteWorkspaceInput) (*DeleteWorkspaceOutput, error)
DeleteWorkspaceWithContext(byteplus.Context, *DeleteWorkspaceInput, ...request.Option) (*DeleteWorkspaceOutput, error)
DeleteWorkspaceRequest(*DeleteWorkspaceInput) (*request.Request, *DeleteWorkspaceOutput)
GetServiceConnectionCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetServiceConnectionCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetServiceConnectionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetServiceConnection(*GetServiceConnectionInput) (*GetServiceConnectionOutput, error)
GetServiceConnectionWithContext(byteplus.Context, *GetServiceConnectionInput, ...request.Option) (*GetServiceConnectionOutput, error)
GetServiceConnectionRequest(*GetServiceConnectionInput) (*request.Request, *GetServiceConnectionOutput)
GetTaskRunLogCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetTaskRunLogCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetTaskRunLogCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetTaskRunLog(*GetTaskRunLogInput) (*GetTaskRunLogOutput, error)
GetTaskRunLogWithContext(byteplus.Context, *GetTaskRunLogInput, ...request.Option) (*GetTaskRunLogOutput, error)
GetTaskRunLogRequest(*GetTaskRunLogInput) (*request.Request, *GetTaskRunLogOutput)
GetTaskRunLogDownloadURICommon(*map[string]interface{}) (*map[string]interface{}, error)
GetTaskRunLogDownloadURICommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetTaskRunLogDownloadURICommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetTaskRunLogDownloadURI(*GetTaskRunLogDownloadURIInput) (*GetTaskRunLogDownloadURIOutput, error)
GetTaskRunLogDownloadURIWithContext(byteplus.Context, *GetTaskRunLogDownloadURIInput, ...request.Option) (*GetTaskRunLogDownloadURIOutput, error)
GetTaskRunLogDownloadURIRequest(*GetTaskRunLogDownloadURIInput) (*request.Request, *GetTaskRunLogDownloadURIOutput)
ListComponentStepCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListComponentStepCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListComponentStepCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListComponentStep(*ListComponentStepInput) (*ListComponentStepOutput, error)
ListComponentStepWithContext(byteplus.Context, *ListComponentStepInput, ...request.Option) (*ListComponentStepOutput, error)
ListComponentStepRequest(*ListComponentStepInput) (*request.Request, *ListComponentStepOutput)
ListPipelineRunsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListPipelineRunsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListPipelineRunsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListPipelineRuns(*ListPipelineRunsInput) (*ListPipelineRunsOutput, error)
ListPipelineRunsWithContext(byteplus.Context, *ListPipelineRunsInput, ...request.Option) (*ListPipelineRunsOutput, error)
ListPipelineRunsRequest(*ListPipelineRunsInput) (*request.Request, *ListPipelineRunsOutput)
ListPipelinesCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListPipelinesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListPipelinesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListPipelines(*ListPipelinesInput) (*ListPipelinesOutput, error)
ListPipelinesWithContext(byteplus.Context, *ListPipelinesInput, ...request.Option) (*ListPipelinesOutput, error)
ListPipelinesRequest(*ListPipelinesInput) (*request.Request, *ListPipelinesOutput)
ListResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListResourcesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListResources(*ListResourcesInput) (*ListResourcesOutput, error)
ListResourcesWithContext(byteplus.Context, *ListResourcesInput, ...request.Option) (*ListResourcesOutput, error)
ListResourcesRequest(*ListResourcesInput) (*request.Request, *ListResourcesOutput)
ListServiceConnectionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListServiceConnectionsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListServiceConnectionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListServiceConnections(*ListServiceConnectionsInput) (*ListServiceConnectionsOutput, error)
ListServiceConnectionsWithContext(byteplus.Context, *ListServiceConnectionsInput, ...request.Option) (*ListServiceConnectionsOutput, error)
ListServiceConnectionsRequest(*ListServiceConnectionsInput) (*request.Request, *ListServiceConnectionsOutput)
ListTaskRunsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListTaskRunsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListTaskRunsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListTaskRuns(*ListTaskRunsInput) (*ListTaskRunsOutput, error)
ListTaskRunsWithContext(byteplus.Context, *ListTaskRunsInput, ...request.Option) (*ListTaskRunsOutput, error)
ListTaskRunsRequest(*ListTaskRunsInput) (*request.Request, *ListTaskRunsOutput)
ListTriggersCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListTriggersCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListTriggersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListTriggers(*ListTriggersInput) (*ListTriggersOutput, error)
ListTriggersWithContext(byteplus.Context, *ListTriggersInput, ...request.Option) (*ListTriggersOutput, error)
ListTriggersRequest(*ListTriggersInput) (*request.Request, *ListTriggersOutput)
ListWorkspacesCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListWorkspacesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListWorkspacesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListWorkspaces(*ListWorkspacesInput) (*ListWorkspacesOutput, error)
ListWorkspacesWithContext(byteplus.Context, *ListWorkspacesInput, ...request.Option) (*ListWorkspacesOutput, error)
ListWorkspacesRequest(*ListWorkspacesInput) (*request.Request, *ListWorkspacesOutput)
RunPipelineCommon(*map[string]interface{}) (*map[string]interface{}, error)
RunPipelineCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
RunPipelineCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
RunPipeline(*RunPipelineInput) (*RunPipelineOutput, error)
RunPipelineWithContext(byteplus.Context, *RunPipelineInput, ...request.Option) (*RunPipelineOutput, error)
RunPipelineRequest(*RunPipelineInput) (*request.Request, *RunPipelineOutput)
UpdateComponentStepCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateComponentStepCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateComponentStepCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateComponentStep(*UpdateComponentStepInput) (*UpdateComponentStepOutput, error)
UpdateComponentStepWithContext(byteplus.Context, *UpdateComponentStepInput, ...request.Option) (*UpdateComponentStepOutput, error)
UpdateComponentStepRequest(*UpdateComponentStepInput) (*request.Request, *UpdateComponentStepOutput)
UpdateResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateResourceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateResource(*UpdateResourceInput) (*UpdateResourceOutput, error)
UpdateResourceWithContext(byteplus.Context, *UpdateResourceInput, ...request.Option) (*UpdateResourceOutput, error)
UpdateResourceRequest(*UpdateResourceInput) (*request.Request, *UpdateResourceOutput)
UpdateServiceConnectionCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateServiceConnectionCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateServiceConnectionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateServiceConnection(*UpdateServiceConnectionInput) (*UpdateServiceConnectionOutput, error)
UpdateServiceConnectionWithContext(byteplus.Context, *UpdateServiceConnectionInput, ...request.Option) (*UpdateServiceConnectionOutput, error)
UpdateServiceConnectionRequest(*UpdateServiceConnectionInput) (*request.Request, *UpdateServiceConnectionOutput)
UpdateTriggerCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateTriggerCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateTriggerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateTrigger(*UpdateTriggerInput) (*UpdateTriggerOutput, error)
UpdateTriggerWithContext(byteplus.Context, *UpdateTriggerInput, ...request.Option) (*UpdateTriggerOutput, error)
UpdateTriggerRequest(*UpdateTriggerInput) (*request.Request, *UpdateTriggerOutput)
UpdateWorkspaceCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateWorkspaceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateWorkspaceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateWorkspace(*UpdateWorkspaceInput) (*UpdateWorkspaceOutput, error)
UpdateWorkspaceWithContext(byteplus.Context, *UpdateWorkspaceInput, ...request.Option) (*UpdateWorkspaceOutput, error)
UpdateWorkspaceRequest(*UpdateWorkspaceInput) (*request.Request, *UpdateWorkspaceOutput)
UpgradeComponentStepCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpgradeComponentStepCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpgradeComponentStepCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpgradeComponentStep(*UpgradeComponentStepInput) (*UpgradeComponentStepOutput, error)
UpgradeComponentStepWithContext(byteplus.Context, *UpgradeComponentStepInput, ...request.Option) (*UpgradeComponentStepOutput, error)
UpgradeComponentStepRequest(*UpgradeComponentStepInput) (*request.Request, *UpgradeComponentStepOutput)
}
CPAPI provides an interface to enable mocking the cp.CP service client's API operation,
// byteplus sdk func uses an SDK service client to make a request to
// CP.
func myFunc(svc CPAPI) bool {
// Make svc.CancelPipelineRun request
}
func main() {
sess := session.New()
svc := cp.New(sess)
myFunc(svc)
}
type CRForCreateTriggerInput ¶
type CRForCreateTriggerInput struct {
Filter *FilterForCreateTriggerInput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (CRForCreateTriggerInput) GoString ¶
func (s CRForCreateTriggerInput) GoString() string
GoString returns the string representation
func (*CRForCreateTriggerInput) SetFilter ¶
func (s *CRForCreateTriggerInput) SetFilter(v *FilterForCreateTriggerInput) *CRForCreateTriggerInput
SetFilter sets the Filter field's value.
func (CRForCreateTriggerInput) String ¶
func (s CRForCreateTriggerInput) String() string
String returns the string representation
type CRForListTriggersOutput ¶
type CRForListTriggersOutput struct {
Filter *FilterForListTriggersOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (CRForListTriggersOutput) GoString ¶
func (s CRForListTriggersOutput) GoString() string
GoString returns the string representation
func (*CRForListTriggersOutput) SetFilter ¶
func (s *CRForListTriggersOutput) SetFilter(v *FilterForListTriggersOutput) *CRForListTriggersOutput
SetFilter sets the Filter field's value.
func (CRForListTriggersOutput) String ¶
func (s CRForListTriggersOutput) String() string
String returns the string representation
type CRForUpdateTriggerInput ¶
type CRForUpdateTriggerInput struct {
Filter *FilterForUpdateTriggerInput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (CRForUpdateTriggerInput) GoString ¶
func (s CRForUpdateTriggerInput) GoString() string
GoString returns the string representation
func (*CRForUpdateTriggerInput) SetFilter ¶
func (s *CRForUpdateTriggerInput) SetFilter(v *FilterForUpdateTriggerInput) *CRForUpdateTriggerInput
SetFilter sets the Filter field's value.
func (CRForUpdateTriggerInput) String ¶
func (s CRForUpdateTriggerInput) String() string
String returns the string representation
type CachForListPipelinesOutput ¶
type CachForListPipelinesOutput struct {
Description *string `type:"string" json:",omitempty"`
Key *string `type:"string" json:",omitempty"`
Path *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CachForListPipelinesOutput) GoString ¶
func (s CachForListPipelinesOutput) GoString() string
GoString returns the string representation
func (*CachForListPipelinesOutput) SetDescription ¶
func (s *CachForListPipelinesOutput) SetDescription(v string) *CachForListPipelinesOutput
SetDescription sets the Description field's value.
func (*CachForListPipelinesOutput) SetKey ¶
func (s *CachForListPipelinesOutput) SetKey(v string) *CachForListPipelinesOutput
SetKey sets the Key field's value.
func (*CachForListPipelinesOutput) SetPath ¶
func (s *CachForListPipelinesOutput) SetPath(v string) *CachForListPipelinesOutput
SetPath sets the Path field's value.
func (CachForListPipelinesOutput) String ¶
func (s CachForListPipelinesOutput) String() string
String returns the string representation
type CancelPipelineRunInput ¶
type CancelPipelineRunInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// PipelineId is a required field
PipelineId *string `type:"string" json:",omitempty" required:"true"`
// WorkspaceId is a required field
WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CancelPipelineRunInput) GoString ¶
func (s CancelPipelineRunInput) GoString() string
GoString returns the string representation
func (*CancelPipelineRunInput) SetId ¶
func (s *CancelPipelineRunInput) SetId(v string) *CancelPipelineRunInput
SetId sets the Id field's value.
func (*CancelPipelineRunInput) SetPipelineId ¶
func (s *CancelPipelineRunInput) SetPipelineId(v string) *CancelPipelineRunInput
SetPipelineId sets the PipelineId field's value.
func (*CancelPipelineRunInput) SetWorkspaceId ¶
func (s *CancelPipelineRunInput) SetWorkspaceId(v string) *CancelPipelineRunInput
SetWorkspaceId sets the WorkspaceId field's value.
func (CancelPipelineRunInput) String ¶
func (s CancelPipelineRunInput) String() string
String returns the string representation
func (*CancelPipelineRunInput) Validate ¶
func (s *CancelPipelineRunInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelPipelineRunOutput ¶
type CancelPipelineRunOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (CancelPipelineRunOutput) GoString ¶
func (s CancelPipelineRunOutput) GoString() string
GoString returns the string representation
func (CancelPipelineRunOutput) String ¶
func (s CancelPipelineRunOutput) String() string
String returns the string representation
type ConfigForCreateTriggerInput ¶
type ConfigForCreateTriggerInput struct {
References []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConfigForCreateTriggerInput) GoString ¶
func (s ConfigForCreateTriggerInput) GoString() string
GoString returns the string representation
func (*ConfigForCreateTriggerInput) SetReferences ¶
func (s *ConfigForCreateTriggerInput) SetReferences(v []*string) *ConfigForCreateTriggerInput
SetReferences sets the References field's value.
func (ConfigForCreateTriggerInput) String ¶
func (s ConfigForCreateTriggerInput) String() string
String returns the string representation
type ConfigForListTriggersOutput ¶
type ConfigForListTriggersOutput struct {
References []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConfigForListTriggersOutput) GoString ¶
func (s ConfigForListTriggersOutput) GoString() string
GoString returns the string representation
func (*ConfigForListTriggersOutput) SetReferences ¶
func (s *ConfigForListTriggersOutput) SetReferences(v []*string) *ConfigForListTriggersOutput
SetReferences sets the References field's value.
func (ConfigForListTriggersOutput) String ¶
func (s ConfigForListTriggersOutput) String() string
String returns the string representation
type ConfigForUpdateTriggerInput ¶
type ConfigForUpdateTriggerInput struct {
References []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConfigForUpdateTriggerInput) GoString ¶
func (s ConfigForUpdateTriggerInput) GoString() string
GoString returns the string representation
func (*ConfigForUpdateTriggerInput) SetReferences ¶
func (s *ConfigForUpdateTriggerInput) SetReferences(v []*string) *ConfigForUpdateTriggerInput
SetReferences sets the References field's value.
func (ConfigForUpdateTriggerInput) String ¶
func (s ConfigForUpdateTriggerInput) String() string
String returns the string representation
type ConfigurationForCreateResourceInput ¶
type ConfigurationForCreateResourceInput struct {
Git *GitForCreateResourceInput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConfigurationForCreateResourceInput) GoString ¶
func (s ConfigurationForCreateResourceInput) GoString() string
GoString returns the string representation
func (*ConfigurationForCreateResourceInput) SetGit ¶
func (s *ConfigurationForCreateResourceInput) SetGit(v *GitForCreateResourceInput) *ConfigurationForCreateResourceInput
SetGit sets the Git field's value.
func (ConfigurationForCreateResourceInput) String ¶
func (s ConfigurationForCreateResourceInput) String() string
String returns the string representation
type ConfigurationForCreateTriggerInput ¶
type ConfigurationForCreateTriggerInput struct {
Schedule *ScheduleForCreateTriggerInput `type:"structure" json:",omitempty"`
Webhook *WebhookForCreateTriggerInput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConfigurationForCreateTriggerInput) GoString ¶
func (s ConfigurationForCreateTriggerInput) GoString() string
GoString returns the string representation
func (*ConfigurationForCreateTriggerInput) SetSchedule ¶
func (s *ConfigurationForCreateTriggerInput) SetSchedule(v *ScheduleForCreateTriggerInput) *ConfigurationForCreateTriggerInput
SetSchedule sets the Schedule field's value.
func (*ConfigurationForCreateTriggerInput) SetWebhook ¶
func (s *ConfigurationForCreateTriggerInput) SetWebhook(v *WebhookForCreateTriggerInput) *ConfigurationForCreateTriggerInput
SetWebhook sets the Webhook field's value.
func (ConfigurationForCreateTriggerInput) String ¶
func (s ConfigurationForCreateTriggerInput) String() string
String returns the string representation
type ConfigurationForListPipelineRunsOutput ¶
type ConfigurationForListPipelineRunsOutput struct {
GitResource *GitResourceForListPipelineRunsOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConfigurationForListPipelineRunsOutput) GoString ¶
func (s ConfigurationForListPipelineRunsOutput) GoString() string
GoString returns the string representation
func (*ConfigurationForListPipelineRunsOutput) SetGitResource ¶
func (s *ConfigurationForListPipelineRunsOutput) SetGitResource(v *GitResourceForListPipelineRunsOutput) *ConfigurationForListPipelineRunsOutput
SetGitResource sets the GitResource field's value.
func (ConfigurationForListPipelineRunsOutput) String ¶
func (s ConfigurationForListPipelineRunsOutput) String() string
String returns the string representation
type ConfigurationForListPipelinesOutput ¶
type ConfigurationForListPipelinesOutput struct {
Git *GitForListPipelinesOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConfigurationForListPipelinesOutput) GoString ¶
func (s ConfigurationForListPipelinesOutput) GoString() string
GoString returns the string representation
func (*ConfigurationForListPipelinesOutput) SetGit ¶
func (s *ConfigurationForListPipelinesOutput) SetGit(v *GitForListPipelinesOutput) *ConfigurationForListPipelinesOutput
SetGit sets the Git field's value.
func (ConfigurationForListPipelinesOutput) String ¶
func (s ConfigurationForListPipelinesOutput) String() string
String returns the string representation
type ConfigurationForListResourcesOutput ¶
type ConfigurationForListResourcesOutput struct {
Git *GitForListResourcesOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConfigurationForListResourcesOutput) GoString ¶
func (s ConfigurationForListResourcesOutput) GoString() string
GoString returns the string representation
func (*ConfigurationForListResourcesOutput) SetGit ¶
func (s *ConfigurationForListResourcesOutput) SetGit(v *GitForListResourcesOutput) *ConfigurationForListResourcesOutput
SetGit sets the Git field's value.
func (ConfigurationForListResourcesOutput) String ¶
func (s ConfigurationForListResourcesOutput) String() string
String returns the string representation
type ConfigurationForListTriggersOutput ¶
type ConfigurationForListTriggersOutput struct {
Schedule *ScheduleForListTriggersOutput `type:"structure" json:",omitempty"`
Webhook *WebhookForListTriggersOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConfigurationForListTriggersOutput) GoString ¶
func (s ConfigurationForListTriggersOutput) GoString() string
GoString returns the string representation
func (*ConfigurationForListTriggersOutput) SetSchedule ¶
func (s *ConfigurationForListTriggersOutput) SetSchedule(v *ScheduleForListTriggersOutput) *ConfigurationForListTriggersOutput
SetSchedule sets the Schedule field's value.
func (*ConfigurationForListTriggersOutput) SetWebhook ¶
func (s *ConfigurationForListTriggersOutput) SetWebhook(v *WebhookForListTriggersOutput) *ConfigurationForListTriggersOutput
SetWebhook sets the Webhook field's value.
func (ConfigurationForListTriggersOutput) String ¶
func (s ConfigurationForListTriggersOutput) String() string
String returns the string representation
type ConfigurationForUpdateResourceInput ¶
type ConfigurationForUpdateResourceInput struct {
Git *GitForUpdateResourceInput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConfigurationForUpdateResourceInput) GoString ¶
func (s ConfigurationForUpdateResourceInput) GoString() string
GoString returns the string representation
func (*ConfigurationForUpdateResourceInput) SetGit ¶
func (s *ConfigurationForUpdateResourceInput) SetGit(v *GitForUpdateResourceInput) *ConfigurationForUpdateResourceInput
SetGit sets the Git field's value.
func (ConfigurationForUpdateResourceInput) String ¶
func (s ConfigurationForUpdateResourceInput) String() string
String returns the string representation
type ConfigurationForUpdateTriggerInput ¶
type ConfigurationForUpdateTriggerInput struct {
Schedule *ScheduleForUpdateTriggerInput `type:"structure" json:",omitempty"`
Webhook *WebhookForUpdateTriggerInput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConfigurationForUpdateTriggerInput) GoString ¶
func (s ConfigurationForUpdateTriggerInput) GoString() string
GoString returns the string representation
func (*ConfigurationForUpdateTriggerInput) SetSchedule ¶
func (s *ConfigurationForUpdateTriggerInput) SetSchedule(v *ScheduleForUpdateTriggerInput) *ConfigurationForUpdateTriggerInput
SetSchedule sets the Schedule field's value.
func (*ConfigurationForUpdateTriggerInput) SetWebhook ¶
func (s *ConfigurationForUpdateTriggerInput) SetWebhook(v *WebhookForUpdateTriggerInput) *ConfigurationForUpdateTriggerInput
SetWebhook sets the Webhook field's value.
func (ConfigurationForUpdateTriggerInput) String ¶
func (s ConfigurationForUpdateTriggerInput) String() string
String returns the string representation
type ConvertFilterForCreateTriggerInput ¶
type ConvertFilterForCreateTriggerInput struct {
Config *ConfigForCreateTriggerInput `type:"structure" json:",omitempty"`
EventType *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConvertFilterForCreateTriggerInput) GoString ¶
func (s ConvertFilterForCreateTriggerInput) GoString() string
GoString returns the string representation
func (*ConvertFilterForCreateTriggerInput) SetConfig ¶
func (s *ConvertFilterForCreateTriggerInput) SetConfig(v *ConfigForCreateTriggerInput) *ConvertFilterForCreateTriggerInput
SetConfig sets the Config field's value.
func (*ConvertFilterForCreateTriggerInput) SetEventType ¶
func (s *ConvertFilterForCreateTriggerInput) SetEventType(v string) *ConvertFilterForCreateTriggerInput
SetEventType sets the EventType field's value.
func (ConvertFilterForCreateTriggerInput) String ¶
func (s ConvertFilterForCreateTriggerInput) String() string
String returns the string representation
type ConvertFilterForListTriggersOutput ¶
type ConvertFilterForListTriggersOutput struct {
Config *ConfigForListTriggersOutput `type:"structure" json:",omitempty"`
EventType *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConvertFilterForListTriggersOutput) GoString ¶
func (s ConvertFilterForListTriggersOutput) GoString() string
GoString returns the string representation
func (*ConvertFilterForListTriggersOutput) SetConfig ¶
func (s *ConvertFilterForListTriggersOutput) SetConfig(v *ConfigForListTriggersOutput) *ConvertFilterForListTriggersOutput
SetConfig sets the Config field's value.
func (*ConvertFilterForListTriggersOutput) SetEventType ¶
func (s *ConvertFilterForListTriggersOutput) SetEventType(v string) *ConvertFilterForListTriggersOutput
SetEventType sets the EventType field's value.
func (ConvertFilterForListTriggersOutput) String ¶
func (s ConvertFilterForListTriggersOutput) String() string
String returns the string representation
type ConvertFilterForUpdateTriggerInput ¶
type ConvertFilterForUpdateTriggerInput struct {
Config *ConfigForUpdateTriggerInput `type:"structure" json:",omitempty"`
EventType *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConvertFilterForUpdateTriggerInput) GoString ¶
func (s ConvertFilterForUpdateTriggerInput) GoString() string
GoString returns the string representation
func (*ConvertFilterForUpdateTriggerInput) SetConfig ¶
func (s *ConvertFilterForUpdateTriggerInput) SetConfig(v *ConfigForUpdateTriggerInput) *ConvertFilterForUpdateTriggerInput
SetConfig sets the Config field's value.
func (*ConvertFilterForUpdateTriggerInput) SetEventType ¶
func (s *ConvertFilterForUpdateTriggerInput) SetEventType(v string) *ConvertFilterForUpdateTriggerInput
SetEventType sets the EventType field's value.
func (ConvertFilterForUpdateTriggerInput) String ¶
func (s ConvertFilterForUpdateTriggerInput) String() string
String returns the string representation
type CreateComponentStepInput ¶
type CreateComponentStepInput struct {
// ComponentStepYaml is a required field
ComponentStepYaml *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateComponentStepInput) GoString ¶
func (s CreateComponentStepInput) GoString() string
GoString returns the string representation
func (*CreateComponentStepInput) SetComponentStepYaml ¶
func (s *CreateComponentStepInput) SetComponentStepYaml(v string) *CreateComponentStepInput
SetComponentStepYaml sets the ComponentStepYaml field's value.
func (CreateComponentStepInput) String ¶
func (s CreateComponentStepInput) String() string
String returns the string representation
func (*CreateComponentStepInput) Validate ¶
func (s *CreateComponentStepInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateComponentStepOutput ¶
type CreateComponentStepOutput struct {
Metadata *response.ResponseMetadata
Identifier *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateComponentStepOutput) GoString ¶
func (s CreateComponentStepOutput) GoString() string
GoString returns the string representation
func (*CreateComponentStepOutput) SetIdentifier ¶
func (s *CreateComponentStepOutput) SetIdentifier(v string) *CreateComponentStepOutput
SetIdentifier sets the Identifier field's value.
func (CreateComponentStepOutput) String ¶
func (s CreateComponentStepOutput) String() string
String returns the string representation
type CreatePipelineWebhookURLInput ¶
type CreatePipelineWebhookURLInput struct {
// PipelineId is a required field
PipelineId *string `type:"string" json:",omitempty" required:"true"`
ResourceId *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForCreatePipelineWebhookURLInput"`
// WorkspaceId is a required field
WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreatePipelineWebhookURLInput) GoString ¶
func (s CreatePipelineWebhookURLInput) GoString() string
GoString returns the string representation
func (*CreatePipelineWebhookURLInput) SetPipelineId ¶
func (s *CreatePipelineWebhookURLInput) SetPipelineId(v string) *CreatePipelineWebhookURLInput
SetPipelineId sets the PipelineId field's value.
func (*CreatePipelineWebhookURLInput) SetResourceId ¶
func (s *CreatePipelineWebhookURLInput) SetResourceId(v string) *CreatePipelineWebhookURLInput
SetResourceId sets the ResourceId field's value.
func (*CreatePipelineWebhookURLInput) SetType ¶
func (s *CreatePipelineWebhookURLInput) SetType(v string) *CreatePipelineWebhookURLInput
SetType sets the Type field's value.
func (*CreatePipelineWebhookURLInput) SetWorkspaceId ¶
func (s *CreatePipelineWebhookURLInput) SetWorkspaceId(v string) *CreatePipelineWebhookURLInput
SetWorkspaceId sets the WorkspaceId field's value.
func (CreatePipelineWebhookURLInput) String ¶
func (s CreatePipelineWebhookURLInput) String() string
String returns the string representation
func (*CreatePipelineWebhookURLInput) Validate ¶
func (s *CreatePipelineWebhookURLInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreatePipelineWebhookURLOutput ¶
type CreatePipelineWebhookURLOutput struct {
Metadata *response.ResponseMetadata
WebhookURL *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreatePipelineWebhookURLOutput) GoString ¶
func (s CreatePipelineWebhookURLOutput) GoString() string
GoString returns the string representation
func (*CreatePipelineWebhookURLOutput) SetWebhookURL ¶
func (s *CreatePipelineWebhookURLOutput) SetWebhookURL(v string) *CreatePipelineWebhookURLOutput
SetWebhookURL sets the WebhookURL field's value.
func (CreatePipelineWebhookURLOutput) String ¶
func (s CreatePipelineWebhookURLOutput) String() string
String returns the string representation
type CreateResourceInput ¶
type CreateResourceInput struct {
Configuration *ConfigurationForCreateResourceInput `type:"structure" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
// Name is a required field
Name *string `type:"string" json:",omitempty" required:"true"`
// Type is a required field
Type *string `type:"string" json:",omitempty" required:"true"`
// WorkspaceId is a required field
WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateResourceInput) GoString ¶
func (s CreateResourceInput) GoString() string
GoString returns the string representation
func (*CreateResourceInput) SetConfiguration ¶
func (s *CreateResourceInput) SetConfiguration(v *ConfigurationForCreateResourceInput) *CreateResourceInput
SetConfiguration sets the Configuration field's value.
func (*CreateResourceInput) SetDescription ¶
func (s *CreateResourceInput) SetDescription(v string) *CreateResourceInput
SetDescription sets the Description field's value.
func (*CreateResourceInput) SetName ¶
func (s *CreateResourceInput) SetName(v string) *CreateResourceInput
SetName sets the Name field's value.
func (*CreateResourceInput) SetType ¶
func (s *CreateResourceInput) SetType(v string) *CreateResourceInput
SetType sets the Type field's value.
func (*CreateResourceInput) SetWorkspaceId ¶
func (s *CreateResourceInput) SetWorkspaceId(v string) *CreateResourceInput
SetWorkspaceId sets the WorkspaceId field's value.
func (CreateResourceInput) String ¶
func (s CreateResourceInput) String() string
String returns the string representation
func (*CreateResourceInput) Validate ¶
func (s *CreateResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateResourceOutput ¶
type CreateResourceOutput struct {
Metadata *response.ResponseMetadata
Id *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateResourceOutput) GoString ¶
func (s CreateResourceOutput) GoString() string
GoString returns the string representation
func (*CreateResourceOutput) SetId ¶
func (s *CreateResourceOutput) SetId(v string) *CreateResourceOutput
SetId sets the Id field's value.
func (CreateResourceOutput) String ¶
func (s CreateResourceOutput) String() string
String returns the string representation
type CreateServiceConnectionInput ¶
type CreateServiceConnectionInput struct {
Credential *CredentialForCreateServiceConnectionInput `type:"structure" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
DisableNetworkVerify *bool `type:"boolean" json:",omitempty"`
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
IsAllWsShared *bool `type:"boolean" json:",omitempty" required:"true"`
// Name is a required field
Name *string `type:"string" json:",omitempty" required:"true"`
// Type is a required field
Type *string `type:"string" json:",omitempty" required:"true"`
URL *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateServiceConnectionInput) GoString ¶
func (s CreateServiceConnectionInput) GoString() string
GoString returns the string representation
func (*CreateServiceConnectionInput) SetCredential ¶
func (s *CreateServiceConnectionInput) SetCredential(v *CredentialForCreateServiceConnectionInput) *CreateServiceConnectionInput
SetCredential sets the Credential field's value.
func (*CreateServiceConnectionInput) SetDescription ¶
func (s *CreateServiceConnectionInput) SetDescription(v string) *CreateServiceConnectionInput
SetDescription sets the Description field's value.
func (*CreateServiceConnectionInput) SetDisableNetworkVerify ¶
func (s *CreateServiceConnectionInput) SetDisableNetworkVerify(v bool) *CreateServiceConnectionInput
SetDisableNetworkVerify sets the DisableNetworkVerify field's value.
func (*CreateServiceConnectionInput) SetId ¶
func (s *CreateServiceConnectionInput) SetId(v string) *CreateServiceConnectionInput
SetId sets the Id field's value.
func (*CreateServiceConnectionInput) SetIsAllWsShared ¶
func (s *CreateServiceConnectionInput) SetIsAllWsShared(v bool) *CreateServiceConnectionInput
SetIsAllWsShared sets the IsAllWsShared field's value.
func (*CreateServiceConnectionInput) SetName ¶
func (s *CreateServiceConnectionInput) SetName(v string) *CreateServiceConnectionInput
SetName sets the Name field's value.
func (*CreateServiceConnectionInput) SetSharedWorkspaceIds ¶
func (s *CreateServiceConnectionInput) SetSharedWorkspaceIds(v []*string) *CreateServiceConnectionInput
SetSharedWorkspaceIds sets the SharedWorkspaceIds field's value.
func (*CreateServiceConnectionInput) SetType ¶
func (s *CreateServiceConnectionInput) SetType(v string) *CreateServiceConnectionInput
SetType sets the Type field's value.
func (*CreateServiceConnectionInput) SetURL ¶
func (s *CreateServiceConnectionInput) SetURL(v string) *CreateServiceConnectionInput
SetURL sets the URL field's value.
func (CreateServiceConnectionInput) String ¶
func (s CreateServiceConnectionInput) String() string
String returns the string representation
func (*CreateServiceConnectionInput) Validate ¶
func (s *CreateServiceConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateServiceConnectionOutput ¶
type CreateServiceConnectionOutput struct {
Metadata *response.ResponseMetadata
Id *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateServiceConnectionOutput) GoString ¶
func (s CreateServiceConnectionOutput) GoString() string
GoString returns the string representation
func (*CreateServiceConnectionOutput) SetId ¶
func (s *CreateServiceConnectionOutput) SetId(v string) *CreateServiceConnectionOutput
SetId sets the Id field's value.
func (CreateServiceConnectionOutput) String ¶
func (s CreateServiceConnectionOutput) String() string
String returns the string representation
type CreateTriggerInput ¶
type CreateTriggerInput struct {
Configuration *ConfigurationForCreateTriggerInput `type:"structure" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
// Name is a required field
Name *string `type:"string" json:",omitempty" required:"true"`
Parameters []*ParameterForCreateTriggerInput `type:"list" json:",omitempty"`
// PipelineId is a required field
PipelineId *string `type:"string" json:",omitempty" required:"true"`
Resources []*ResourceForCreateTriggerInput `type:"list" json:",omitempty"`
// Type is a required field
Type *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfTypeForCreateTriggerInput"`
// WorkspaceId is a required field
WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateTriggerInput) GoString ¶
func (s CreateTriggerInput) GoString() string
GoString returns the string representation
func (*CreateTriggerInput) SetConfiguration ¶
func (s *CreateTriggerInput) SetConfiguration(v *ConfigurationForCreateTriggerInput) *CreateTriggerInput
SetConfiguration sets the Configuration field's value.
func (*CreateTriggerInput) SetDescription ¶
func (s *CreateTriggerInput) SetDescription(v string) *CreateTriggerInput
SetDescription sets the Description field's value.
func (*CreateTriggerInput) SetName ¶
func (s *CreateTriggerInput) SetName(v string) *CreateTriggerInput
SetName sets the Name field's value.
func (*CreateTriggerInput) SetParameters ¶
func (s *CreateTriggerInput) SetParameters(v []*ParameterForCreateTriggerInput) *CreateTriggerInput
SetParameters sets the Parameters field's value.
func (*CreateTriggerInput) SetPipelineId ¶
func (s *CreateTriggerInput) SetPipelineId(v string) *CreateTriggerInput
SetPipelineId sets the PipelineId field's value.
func (*CreateTriggerInput) SetResources ¶
func (s *CreateTriggerInput) SetResources(v []*ResourceForCreateTriggerInput) *CreateTriggerInput
SetResources sets the Resources field's value.
func (*CreateTriggerInput) SetType ¶
func (s *CreateTriggerInput) SetType(v string) *CreateTriggerInput
SetType sets the Type field's value.
func (*CreateTriggerInput) SetWorkspaceId ¶
func (s *CreateTriggerInput) SetWorkspaceId(v string) *CreateTriggerInput
SetWorkspaceId sets the WorkspaceId field's value.
func (CreateTriggerInput) String ¶
func (s CreateTriggerInput) String() string
String returns the string representation
func (*CreateTriggerInput) Validate ¶
func (s *CreateTriggerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateTriggerOutput ¶
type CreateTriggerOutput struct {
Metadata *response.ResponseMetadata
Id *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateTriggerOutput) GoString ¶
func (s CreateTriggerOutput) GoString() string
GoString returns the string representation
func (*CreateTriggerOutput) SetId ¶
func (s *CreateTriggerOutput) SetId(v string) *CreateTriggerOutput
SetId sets the Id field's value.
func (CreateTriggerOutput) String ¶
func (s CreateTriggerOutput) String() string
String returns the string representation
type CreateWorkspaceInput ¶
type CreateWorkspaceInput struct {
Description *string `type:"string" json:",omitempty"`
// Name is a required field
Name *string `type:"string" json:",omitempty" required:"true"`
// Visibility is a required field
Visibility *string `type:"string" json:",omitempty" required:"true"`
VisibleUserGroups []*VisibleUserGroupForCreateWorkspaceInput `type:"list" json:",omitempty"`
VisibleUsers []*VisibleUserForCreateWorkspaceInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateWorkspaceInput) GoString ¶
func (s CreateWorkspaceInput) GoString() string
GoString returns the string representation
func (*CreateWorkspaceInput) SetDescription ¶
func (s *CreateWorkspaceInput) SetDescription(v string) *CreateWorkspaceInput
SetDescription sets the Description field's value.
func (*CreateWorkspaceInput) SetName ¶
func (s *CreateWorkspaceInput) SetName(v string) *CreateWorkspaceInput
SetName sets the Name field's value.
func (*CreateWorkspaceInput) SetVisibility ¶
func (s *CreateWorkspaceInput) SetVisibility(v string) *CreateWorkspaceInput
SetVisibility sets the Visibility field's value.
func (*CreateWorkspaceInput) SetVisibleUserGroups ¶
func (s *CreateWorkspaceInput) SetVisibleUserGroups(v []*VisibleUserGroupForCreateWorkspaceInput) *CreateWorkspaceInput
SetVisibleUserGroups sets the VisibleUserGroups field's value.
func (*CreateWorkspaceInput) SetVisibleUsers ¶
func (s *CreateWorkspaceInput) SetVisibleUsers(v []*VisibleUserForCreateWorkspaceInput) *CreateWorkspaceInput
SetVisibleUsers sets the VisibleUsers field's value.
func (CreateWorkspaceInput) String ¶
func (s CreateWorkspaceInput) String() string
String returns the string representation
func (*CreateWorkspaceInput) Validate ¶
func (s *CreateWorkspaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateWorkspaceOutput ¶
type CreateWorkspaceOutput struct {
Metadata *response.ResponseMetadata
Id *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateWorkspaceOutput) GoString ¶
func (s CreateWorkspaceOutput) GoString() string
GoString returns the string representation
func (*CreateWorkspaceOutput) SetId ¶
func (s *CreateWorkspaceOutput) SetId(v string) *CreateWorkspaceOutput
SetId sets the Id field's value.
func (CreateWorkspaceOutput) String ¶
func (s CreateWorkspaceOutput) String() string
String returns the string representation
type CreatorForGetServiceConnectionOutput ¶
type CreatorForGetServiceConnectionOutput struct {
AccountId *int64 `type:"int64" json:",omitempty"`
UserId *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreatorForGetServiceConnectionOutput) GoString ¶
func (s CreatorForGetServiceConnectionOutput) GoString() string
GoString returns the string representation
func (*CreatorForGetServiceConnectionOutput) SetAccountId ¶
func (s *CreatorForGetServiceConnectionOutput) SetAccountId(v int64) *CreatorForGetServiceConnectionOutput
SetAccountId sets the AccountId field's value.
func (*CreatorForGetServiceConnectionOutput) SetUserId ¶
func (s *CreatorForGetServiceConnectionOutput) SetUserId(v int64) *CreatorForGetServiceConnectionOutput
SetUserId sets the UserId field's value.
func (CreatorForGetServiceConnectionOutput) String ¶
func (s CreatorForGetServiceConnectionOutput) String() string
String returns the string representation
type CreatorForListComponentStepOutput ¶
type CreatorForListComponentStepOutput struct {
AccountId *int64 `type:"int64" json:",omitempty"`
UserId *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreatorForListComponentStepOutput) GoString ¶
func (s CreatorForListComponentStepOutput) GoString() string
GoString returns the string representation
func (*CreatorForListComponentStepOutput) SetAccountId ¶
func (s *CreatorForListComponentStepOutput) SetAccountId(v int64) *CreatorForListComponentStepOutput
SetAccountId sets the AccountId field's value.
func (*CreatorForListComponentStepOutput) SetUserId ¶
func (s *CreatorForListComponentStepOutput) SetUserId(v int64) *CreatorForListComponentStepOutput
SetUserId sets the UserId field's value.
func (CreatorForListComponentStepOutput) String ¶
func (s CreatorForListComponentStepOutput) String() string
String returns the string representation
type CreatorForListPipelinesOutput ¶
type CreatorForListPipelinesOutput struct {
AccountId *int64 `type:"int64" json:",omitempty"`
UserId *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreatorForListPipelinesOutput) GoString ¶
func (s CreatorForListPipelinesOutput) GoString() string
GoString returns the string representation
func (*CreatorForListPipelinesOutput) SetAccountId ¶
func (s *CreatorForListPipelinesOutput) SetAccountId(v int64) *CreatorForListPipelinesOutput
SetAccountId sets the AccountId field's value.
func (*CreatorForListPipelinesOutput) SetUserId ¶
func (s *CreatorForListPipelinesOutput) SetUserId(v int64) *CreatorForListPipelinesOutput
SetUserId sets the UserId field's value.
func (CreatorForListPipelinesOutput) String ¶
func (s CreatorForListPipelinesOutput) String() string
String returns the string representation
type CreatorForListResourcesOutput ¶
type CreatorForListResourcesOutput struct {
AccountId *int64 `type:"int64" json:",omitempty"`
UserId *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreatorForListResourcesOutput) GoString ¶
func (s CreatorForListResourcesOutput) GoString() string
GoString returns the string representation
func (*CreatorForListResourcesOutput) SetAccountId ¶
func (s *CreatorForListResourcesOutput) SetAccountId(v int64) *CreatorForListResourcesOutput
SetAccountId sets the AccountId field's value.
func (*CreatorForListResourcesOutput) SetUserId ¶
func (s *CreatorForListResourcesOutput) SetUserId(v int64) *CreatorForListResourcesOutput
SetUserId sets the UserId field's value.
func (CreatorForListResourcesOutput) String ¶
func (s CreatorForListResourcesOutput) String() string
String returns the string representation
type CreatorForListServiceConnectionsOutput ¶
type CreatorForListServiceConnectionsOutput struct {
AccountId *int64 `type:"int64" json:",omitempty"`
UserId *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreatorForListServiceConnectionsOutput) GoString ¶
func (s CreatorForListServiceConnectionsOutput) GoString() string
GoString returns the string representation
func (*CreatorForListServiceConnectionsOutput) SetAccountId ¶
func (s *CreatorForListServiceConnectionsOutput) SetAccountId(v int64) *CreatorForListServiceConnectionsOutput
SetAccountId sets the AccountId field's value.
func (*CreatorForListServiceConnectionsOutput) SetUserId ¶
func (s *CreatorForListServiceConnectionsOutput) SetUserId(v int64) *CreatorForListServiceConnectionsOutput
SetUserId sets the UserId field's value.
func (CreatorForListServiceConnectionsOutput) String ¶
func (s CreatorForListServiceConnectionsOutput) String() string
String returns the string representation
type CreatorForListTriggersOutput ¶
type CreatorForListTriggersOutput struct {
AccountId *int64 `type:"int64" json:",omitempty"`
UserId *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreatorForListTriggersOutput) GoString ¶
func (s CreatorForListTriggersOutput) GoString() string
GoString returns the string representation
func (*CreatorForListTriggersOutput) SetAccountId ¶
func (s *CreatorForListTriggersOutput) SetAccountId(v int64) *CreatorForListTriggersOutput
SetAccountId sets the AccountId field's value.
func (*CreatorForListTriggersOutput) SetUserId ¶
func (s *CreatorForListTriggersOutput) SetUserId(v int64) *CreatorForListTriggersOutput
SetUserId sets the UserId field's value.
func (CreatorForListTriggersOutput) String ¶
func (s CreatorForListTriggersOutput) String() string
String returns the string representation
type CreatorForListWorkspacesOutput ¶
type CreatorForListWorkspacesOutput struct {
AccountId *int64 `type:"int64" json:",omitempty"`
UserId *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreatorForListWorkspacesOutput) GoString ¶
func (s CreatorForListWorkspacesOutput) GoString() string
GoString returns the string representation
func (*CreatorForListWorkspacesOutput) SetAccountId ¶
func (s *CreatorForListWorkspacesOutput) SetAccountId(v int64) *CreatorForListWorkspacesOutput
SetAccountId sets the AccountId field's value.
func (*CreatorForListWorkspacesOutput) SetUserId ¶
func (s *CreatorForListWorkspacesOutput) SetUserId(v int64) *CreatorForListWorkspacesOutput
SetUserId sets the UserId field's value.
func (CreatorForListWorkspacesOutput) String ¶
func (s CreatorForListWorkspacesOutput) String() string
String returns the string representation
type CredentialForCreateServiceConnectionInput ¶
type CredentialForCreateServiceConnectionInput struct {
AccessKey *string `type:"string" json:",omitempty"`
Password *string `type:"string" json:",omitempty"`
SecretKey *string `type:"string" json:",omitempty"`
Token *string `type:"string" json:",omitempty"`
Username *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CredentialForCreateServiceConnectionInput) GoString ¶
func (s CredentialForCreateServiceConnectionInput) GoString() string
GoString returns the string representation
func (*CredentialForCreateServiceConnectionInput) SetAccessKey ¶
func (s *CredentialForCreateServiceConnectionInput) SetAccessKey(v string) *CredentialForCreateServiceConnectionInput
SetAccessKey sets the AccessKey field's value.
func (*CredentialForCreateServiceConnectionInput) SetPassword ¶
func (s *CredentialForCreateServiceConnectionInput) SetPassword(v string) *CredentialForCreateServiceConnectionInput
SetPassword sets the Password field's value.
func (*CredentialForCreateServiceConnectionInput) SetSecretKey ¶
func (s *CredentialForCreateServiceConnectionInput) SetSecretKey(v string) *CredentialForCreateServiceConnectionInput
SetSecretKey sets the SecretKey field's value.
func (*CredentialForCreateServiceConnectionInput) SetToken ¶
func (s *CredentialForCreateServiceConnectionInput) SetToken(v string) *CredentialForCreateServiceConnectionInput
SetToken sets the Token field's value.
func (*CredentialForCreateServiceConnectionInput) SetUsername ¶
func (s *CredentialForCreateServiceConnectionInput) SetUsername(v string) *CredentialForCreateServiceConnectionInput
SetUsername sets the Username field's value.
func (CredentialForCreateServiceConnectionInput) String ¶
func (s CredentialForCreateServiceConnectionInput) String() string
String returns the string representation
type CredentialForGetServiceConnectionOutput ¶
type CredentialForGetServiceConnectionOutput struct {
AccessKey *string `type:"string" json:",omitempty"`
Password *string `type:"string" json:",omitempty"`
SecretKey *string `type:"string" json:",omitempty"`
Token *string `type:"string" json:",omitempty"`
Username *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CredentialForGetServiceConnectionOutput) GoString ¶
func (s CredentialForGetServiceConnectionOutput) GoString() string
GoString returns the string representation
func (*CredentialForGetServiceConnectionOutput) SetAccessKey ¶
func (s *CredentialForGetServiceConnectionOutput) SetAccessKey(v string) *CredentialForGetServiceConnectionOutput
SetAccessKey sets the AccessKey field's value.
func (*CredentialForGetServiceConnectionOutput) SetPassword ¶
func (s *CredentialForGetServiceConnectionOutput) SetPassword(v string) *CredentialForGetServiceConnectionOutput
SetPassword sets the Password field's value.
func (*CredentialForGetServiceConnectionOutput) SetSecretKey ¶
func (s *CredentialForGetServiceConnectionOutput) SetSecretKey(v string) *CredentialForGetServiceConnectionOutput
SetSecretKey sets the SecretKey field's value.
func (*CredentialForGetServiceConnectionOutput) SetToken ¶
func (s *CredentialForGetServiceConnectionOutput) SetToken(v string) *CredentialForGetServiceConnectionOutput
SetToken sets the Token field's value.
func (*CredentialForGetServiceConnectionOutput) SetUsername ¶
func (s *CredentialForGetServiceConnectionOutput) SetUsername(v string) *CredentialForGetServiceConnectionOutput
SetUsername sets the Username field's value.
func (CredentialForGetServiceConnectionOutput) String ¶
func (s CredentialForGetServiceConnectionOutput) String() string
String returns the string representation
type CredentialForListServiceConnectionsOutput ¶
type CredentialForListServiceConnectionsOutput struct {
AccessKey *string `type:"string" json:",omitempty"`
Password *string `type:"string" json:",omitempty"`
SecretKey *string `type:"string" json:",omitempty"`
Token *string `type:"string" json:",omitempty"`
Username *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CredentialForListServiceConnectionsOutput) GoString ¶
func (s CredentialForListServiceConnectionsOutput) GoString() string
GoString returns the string representation
func (*CredentialForListServiceConnectionsOutput) SetAccessKey ¶
func (s *CredentialForListServiceConnectionsOutput) SetAccessKey(v string) *CredentialForListServiceConnectionsOutput
SetAccessKey sets the AccessKey field's value.
func (*CredentialForListServiceConnectionsOutput) SetPassword ¶
func (s *CredentialForListServiceConnectionsOutput) SetPassword(v string) *CredentialForListServiceConnectionsOutput
SetPassword sets the Password field's value.
func (*CredentialForListServiceConnectionsOutput) SetSecretKey ¶
func (s *CredentialForListServiceConnectionsOutput) SetSecretKey(v string) *CredentialForListServiceConnectionsOutput
SetSecretKey sets the SecretKey field's value.
func (*CredentialForListServiceConnectionsOutput) SetToken ¶
func (s *CredentialForListServiceConnectionsOutput) SetToken(v string) *CredentialForListServiceConnectionsOutput
SetToken sets the Token field's value.
func (*CredentialForListServiceConnectionsOutput) SetUsername ¶
func (s *CredentialForListServiceConnectionsOutput) SetUsername(v string) *CredentialForListServiceConnectionsOutput
SetUsername sets the Username field's value.
func (CredentialForListServiceConnectionsOutput) String ¶
func (s CredentialForListServiceConnectionsOutput) String() string
String returns the string representation
type CredentialForUpdateServiceConnectionInput ¶
type CredentialForUpdateServiceConnectionInput struct {
AccessKey *string `type:"string" json:",omitempty"`
Password *string `type:"string" json:",omitempty"`
SecretKey *string `type:"string" json:",omitempty"`
Token *string `type:"string" json:",omitempty"`
Username *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CredentialForUpdateServiceConnectionInput) GoString ¶
func (s CredentialForUpdateServiceConnectionInput) GoString() string
GoString returns the string representation
func (*CredentialForUpdateServiceConnectionInput) SetAccessKey ¶
func (s *CredentialForUpdateServiceConnectionInput) SetAccessKey(v string) *CredentialForUpdateServiceConnectionInput
SetAccessKey sets the AccessKey field's value.
func (*CredentialForUpdateServiceConnectionInput) SetPassword ¶
func (s *CredentialForUpdateServiceConnectionInput) SetPassword(v string) *CredentialForUpdateServiceConnectionInput
SetPassword sets the Password field's value.
func (*CredentialForUpdateServiceConnectionInput) SetSecretKey ¶
func (s *CredentialForUpdateServiceConnectionInput) SetSecretKey(v string) *CredentialForUpdateServiceConnectionInput
SetSecretKey sets the SecretKey field's value.
func (*CredentialForUpdateServiceConnectionInput) SetToken ¶
func (s *CredentialForUpdateServiceConnectionInput) SetToken(v string) *CredentialForUpdateServiceConnectionInput
SetToken sets the Token field's value.
func (*CredentialForUpdateServiceConnectionInput) SetUsername ¶
func (s *CredentialForUpdateServiceConnectionInput) SetUsername(v string) *CredentialForUpdateServiceConnectionInput
SetUsername sets the Username field's value.
func (CredentialForUpdateServiceConnectionInput) String ¶
func (s CredentialForUpdateServiceConnectionInput) String() string
String returns the string representation
type DataSourceForListComponentStepOutput ¶
type DataSourceForListComponentStepOutput struct {
Type *string `type:"string" json:",omitempty"`
Value []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataSourceForListComponentStepOutput) GoString ¶
func (s DataSourceForListComponentStepOutput) GoString() string
GoString returns the string representation
func (*DataSourceForListComponentStepOutput) SetType ¶
func (s *DataSourceForListComponentStepOutput) SetType(v string) *DataSourceForListComponentStepOutput
SetType sets the Type field's value.
func (*DataSourceForListComponentStepOutput) SetValue ¶
func (s *DataSourceForListComponentStepOutput) SetValue(v []*string) *DataSourceForListComponentStepOutput
SetValue sets the Value field's value.
func (DataSourceForListComponentStepOutput) String ¶
func (s DataSourceForListComponentStepOutput) String() string
String returns the string representation
type DeleteComponentStepInput ¶
type DeleteComponentStepInput struct {
// Identifier is a required field
Identifier *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteComponentStepInput) GoString ¶
func (s DeleteComponentStepInput) GoString() string
GoString returns the string representation
func (*DeleteComponentStepInput) SetIdentifier ¶
func (s *DeleteComponentStepInput) SetIdentifier(v string) *DeleteComponentStepInput
SetIdentifier sets the Identifier field's value.
func (DeleteComponentStepInput) String ¶
func (s DeleteComponentStepInput) String() string
String returns the string representation
func (*DeleteComponentStepInput) Validate ¶
func (s *DeleteComponentStepInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteComponentStepOutput ¶
type DeleteComponentStepOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteComponentStepOutput) GoString ¶
func (s DeleteComponentStepOutput) GoString() string
GoString returns the string representation
func (DeleteComponentStepOutput) String ¶
func (s DeleteComponentStepOutput) String() string
String returns the string representation
type DeletePipelineInput ¶
type DeletePipelineInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// WorkspaceId is a required field
WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeletePipelineInput) GoString ¶
func (s DeletePipelineInput) GoString() string
GoString returns the string representation
func (*DeletePipelineInput) SetId ¶
func (s *DeletePipelineInput) SetId(v string) *DeletePipelineInput
SetId sets the Id field's value.
func (*DeletePipelineInput) SetWorkspaceId ¶
func (s *DeletePipelineInput) SetWorkspaceId(v string) *DeletePipelineInput
SetWorkspaceId sets the WorkspaceId field's value.
func (DeletePipelineInput) String ¶
func (s DeletePipelineInput) String() string
String returns the string representation
func (*DeletePipelineInput) Validate ¶
func (s *DeletePipelineInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeletePipelineOutput ¶
type DeletePipelineOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeletePipelineOutput) GoString ¶
func (s DeletePipelineOutput) GoString() string
GoString returns the string representation
func (DeletePipelineOutput) String ¶
func (s DeletePipelineOutput) String() string
String returns the string representation
type DeleteResourceInput ¶
type DeleteResourceInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// WorkspaceId is a required field
WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteResourceInput) GoString ¶
func (s DeleteResourceInput) GoString() string
GoString returns the string representation
func (*DeleteResourceInput) SetId ¶
func (s *DeleteResourceInput) SetId(v string) *DeleteResourceInput
SetId sets the Id field's value.
func (*DeleteResourceInput) SetWorkspaceId ¶
func (s *DeleteResourceInput) SetWorkspaceId(v string) *DeleteResourceInput
SetWorkspaceId sets the WorkspaceId field's value.
func (DeleteResourceInput) String ¶
func (s DeleteResourceInput) String() string
String returns the string representation
func (*DeleteResourceInput) Validate ¶
func (s *DeleteResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteResourceOutput ¶
type DeleteResourceOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteResourceOutput) GoString ¶
func (s DeleteResourceOutput) GoString() string
GoString returns the string representation
func (DeleteResourceOutput) String ¶
func (s DeleteResourceOutput) String() string
String returns the string representation
type DeleteServiceConnectionInput ¶
type DeleteServiceConnectionInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteServiceConnectionInput) GoString ¶
func (s DeleteServiceConnectionInput) GoString() string
GoString returns the string representation
func (*DeleteServiceConnectionInput) SetId ¶
func (s *DeleteServiceConnectionInput) SetId(v string) *DeleteServiceConnectionInput
SetId sets the Id field's value.
func (DeleteServiceConnectionInput) String ¶
func (s DeleteServiceConnectionInput) String() string
String returns the string representation
func (*DeleteServiceConnectionInput) Validate ¶
func (s *DeleteServiceConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteServiceConnectionOutput ¶
type DeleteServiceConnectionOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteServiceConnectionOutput) GoString ¶
func (s DeleteServiceConnectionOutput) GoString() string
GoString returns the string representation
func (DeleteServiceConnectionOutput) String ¶
func (s DeleteServiceConnectionOutput) String() string
String returns the string representation
type DeleteTriggerInput ¶
type DeleteTriggerInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// PipelineId is a required field
PipelineId *string `type:"string" json:",omitempty" required:"true"`
// WorkspaceId is a required field
WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteTriggerInput) GoString ¶
func (s DeleteTriggerInput) GoString() string
GoString returns the string representation
func (*DeleteTriggerInput) SetId ¶
func (s *DeleteTriggerInput) SetId(v string) *DeleteTriggerInput
SetId sets the Id field's value.
func (*DeleteTriggerInput) SetPipelineId ¶
func (s *DeleteTriggerInput) SetPipelineId(v string) *DeleteTriggerInput
SetPipelineId sets the PipelineId field's value.
func (*DeleteTriggerInput) SetWorkspaceId ¶
func (s *DeleteTriggerInput) SetWorkspaceId(v string) *DeleteTriggerInput
SetWorkspaceId sets the WorkspaceId field's value.
func (DeleteTriggerInput) String ¶
func (s DeleteTriggerInput) String() string
String returns the string representation
func (*DeleteTriggerInput) Validate ¶
func (s *DeleteTriggerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteTriggerOutput ¶
type DeleteTriggerOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteTriggerOutput) GoString ¶
func (s DeleteTriggerOutput) GoString() string
GoString returns the string representation
func (DeleteTriggerOutput) String ¶
func (s DeleteTriggerOutput) String() string
String returns the string representation
type DeleteWorkspaceInput ¶
type DeleteWorkspaceInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteWorkspaceInput) GoString ¶
func (s DeleteWorkspaceInput) GoString() string
GoString returns the string representation
func (*DeleteWorkspaceInput) SetId ¶
func (s *DeleteWorkspaceInput) SetId(v string) *DeleteWorkspaceInput
SetId sets the Id field's value.
func (DeleteWorkspaceInput) String ¶
func (s DeleteWorkspaceInput) String() string
String returns the string representation
func (*DeleteWorkspaceInput) Validate ¶
func (s *DeleteWorkspaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteWorkspaceOutput ¶
type DeleteWorkspaceOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteWorkspaceOutput) GoString ¶
func (s DeleteWorkspaceOutput) GoString() string
GoString returns the string representation
func (DeleteWorkspaceOutput) String ¶
func (s DeleteWorkspaceOutput) String() string
String returns the string representation
type EmailForListPipelinesOutput ¶
type EmailForListPipelinesOutput struct {
Enable *bool `type:"boolean" json:",omitempty"`
Targets []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (EmailForListPipelinesOutput) GoString ¶
func (s EmailForListPipelinesOutput) GoString() string
GoString returns the string representation
func (*EmailForListPipelinesOutput) SetEnable ¶
func (s *EmailForListPipelinesOutput) SetEnable(v bool) *EmailForListPipelinesOutput
SetEnable sets the Enable field's value.
func (*EmailForListPipelinesOutput) SetTargets ¶
func (s *EmailForListPipelinesOutput) SetTargets(v []*string) *EmailForListPipelinesOutput
SetTargets sets the Targets field's value.
func (EmailForListPipelinesOutput) String ¶
func (s EmailForListPipelinesOutput) String() string
String returns the string representation
type FilterForCreateTriggerInput ¶
type FilterForCreateTriggerInput struct {
CREventType *string `type:"string" json:",omitempty"`
Condition *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForCreateTriggerInput) GoString ¶
func (s FilterForCreateTriggerInput) GoString() string
GoString returns the string representation
func (*FilterForCreateTriggerInput) SetCREventType ¶
func (s *FilterForCreateTriggerInput) SetCREventType(v string) *FilterForCreateTriggerInput
SetCREventType sets the CREventType field's value.
func (*FilterForCreateTriggerInput) SetCondition ¶
func (s *FilterForCreateTriggerInput) SetCondition(v string) *FilterForCreateTriggerInput
SetCondition sets the Condition field's value.
func (FilterForCreateTriggerInput) String ¶
func (s FilterForCreateTriggerInput) String() string
String returns the string representation
type FilterForListComponentStepInput ¶
type FilterForListComponentStepInput struct {
Category *string `type:"string" json:",omitempty"`
IsBuiltin *bool `type:"boolean" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListComponentStepInput) GoString ¶
func (s FilterForListComponentStepInput) GoString() string
GoString returns the string representation
func (*FilterForListComponentStepInput) SetCategory ¶
func (s *FilterForListComponentStepInput) SetCategory(v string) *FilterForListComponentStepInput
SetCategory sets the Category field's value.
func (*FilterForListComponentStepInput) SetIsBuiltin ¶
func (s *FilterForListComponentStepInput) SetIsBuiltin(v bool) *FilterForListComponentStepInput
SetIsBuiltin sets the IsBuiltin field's value.
func (*FilterForListComponentStepInput) SetName ¶
func (s *FilterForListComponentStepInput) SetName(v string) *FilterForListComponentStepInput
SetName sets the Name field's value.
func (FilterForListComponentStepInput) String ¶
func (s FilterForListComponentStepInput) String() string
String returns the string representation
type FilterForListPipelineRunsInput ¶
type FilterForListPipelineRunsInput struct {
Ids []*string `type:"list" json:",omitempty"`
Statuses []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListPipelineRunsInput) GoString ¶
func (s FilterForListPipelineRunsInput) GoString() string
GoString returns the string representation
func (*FilterForListPipelineRunsInput) SetIds ¶
func (s *FilterForListPipelineRunsInput) SetIds(v []*string) *FilterForListPipelineRunsInput
SetIds sets the Ids field's value.
func (*FilterForListPipelineRunsInput) SetStatuses ¶
func (s *FilterForListPipelineRunsInput) SetStatuses(v []*string) *FilterForListPipelineRunsInput
SetStatuses sets the Statuses field's value.
func (FilterForListPipelineRunsInput) String ¶
func (s FilterForListPipelineRunsInput) String() string
String returns the string representation
type FilterForListPipelinesInput ¶
type FilterForListPipelinesInput struct {
Ids []*string `type:"list" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListPipelinesInput) GoString ¶
func (s FilterForListPipelinesInput) GoString() string
GoString returns the string representation
func (*FilterForListPipelinesInput) SetIds ¶
func (s *FilterForListPipelinesInput) SetIds(v []*string) *FilterForListPipelinesInput
SetIds sets the Ids field's value.
func (*FilterForListPipelinesInput) SetName ¶
func (s *FilterForListPipelinesInput) SetName(v string) *FilterForListPipelinesInput
SetName sets the Name field's value.
func (FilterForListPipelinesInput) String ¶
func (s FilterForListPipelinesInput) String() string
String returns the string representation
type FilterForListResourcesInput ¶
type FilterForListResourcesInput struct {
Ids []*string `type:"list" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Types []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListResourcesInput) GoString ¶
func (s FilterForListResourcesInput) GoString() string
GoString returns the string representation
func (*FilterForListResourcesInput) SetIds ¶
func (s *FilterForListResourcesInput) SetIds(v []*string) *FilterForListResourcesInput
SetIds sets the Ids field's value.
func (*FilterForListResourcesInput) SetName ¶
func (s *FilterForListResourcesInput) SetName(v string) *FilterForListResourcesInput
SetName sets the Name field's value.
func (*FilterForListResourcesInput) SetTypes ¶
func (s *FilterForListResourcesInput) SetTypes(v []*string) *FilterForListResourcesInput
SetTypes sets the Types field's value.
func (FilterForListResourcesInput) String ¶
func (s FilterForListResourcesInput) String() string
String returns the string representation
type FilterForListServiceConnectionsInput ¶
type FilterForListServiceConnectionsInput struct {
Ids *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
TypeInfo *TypeInfoForListServiceConnectionsInput `type:"structure" json:",omitempty"`
WorkspaceId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListServiceConnectionsInput) GoString ¶
func (s FilterForListServiceConnectionsInput) GoString() string
GoString returns the string representation
func (*FilterForListServiceConnectionsInput) SetIds ¶
func (s *FilterForListServiceConnectionsInput) SetIds(v string) *FilterForListServiceConnectionsInput
SetIds sets the Ids field's value.
func (*FilterForListServiceConnectionsInput) SetName ¶
func (s *FilterForListServiceConnectionsInput) SetName(v string) *FilterForListServiceConnectionsInput
SetName sets the Name field's value.
func (*FilterForListServiceConnectionsInput) SetTypeInfo ¶
func (s *FilterForListServiceConnectionsInput) SetTypeInfo(v *TypeInfoForListServiceConnectionsInput) *FilterForListServiceConnectionsInput
SetTypeInfo sets the TypeInfo field's value.
func (*FilterForListServiceConnectionsInput) SetWorkspaceId ¶
func (s *FilterForListServiceConnectionsInput) SetWorkspaceId(v string) *FilterForListServiceConnectionsInput
SetWorkspaceId sets the WorkspaceId field's value.
func (FilterForListServiceConnectionsInput) String ¶
func (s FilterForListServiceConnectionsInput) String() string
String returns the string representation
type FilterForListTaskRunsInput ¶
type FilterForListTaskRunsInput struct {
Ids []*string `type:"list" json:",omitempty"`
Statuses []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListTaskRunsInput) GoString ¶
func (s FilterForListTaskRunsInput) GoString() string
GoString returns the string representation
func (*FilterForListTaskRunsInput) SetIds ¶
func (s *FilterForListTaskRunsInput) SetIds(v []*string) *FilterForListTaskRunsInput
SetIds sets the Ids field's value.
func (*FilterForListTaskRunsInput) SetStatuses ¶
func (s *FilterForListTaskRunsInput) SetStatuses(v []*string) *FilterForListTaskRunsInput
SetStatuses sets the Statuses field's value.
func (FilterForListTaskRunsInput) String ¶
func (s FilterForListTaskRunsInput) String() string
String returns the string representation
type FilterForListTriggersInput ¶
type FilterForListTriggersInput struct {
Ids []*string `type:"list" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListTriggersInput) GoString ¶
func (s FilterForListTriggersInput) GoString() string
GoString returns the string representation
func (*FilterForListTriggersInput) SetIds ¶
func (s *FilterForListTriggersInput) SetIds(v []*string) *FilterForListTriggersInput
SetIds sets the Ids field's value.
func (*FilterForListTriggersInput) SetName ¶
func (s *FilterForListTriggersInput) SetName(v string) *FilterForListTriggersInput
SetName sets the Name field's value.
func (FilterForListTriggersInput) String ¶
func (s FilterForListTriggersInput) String() string
String returns the string representation
type FilterForListTriggersOutput ¶
type FilterForListTriggersOutput struct {
CREventType *string `type:"string" json:",omitempty"`
Condition *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListTriggersOutput) GoString ¶
func (s FilterForListTriggersOutput) GoString() string
GoString returns the string representation
func (*FilterForListTriggersOutput) SetCREventType ¶
func (s *FilterForListTriggersOutput) SetCREventType(v string) *FilterForListTriggersOutput
SetCREventType sets the CREventType field's value.
func (*FilterForListTriggersOutput) SetCondition ¶
func (s *FilterForListTriggersOutput) SetCondition(v string) *FilterForListTriggersOutput
SetCondition sets the Condition field's value.
func (FilterForListTriggersOutput) String ¶
func (s FilterForListTriggersOutput) String() string
String returns the string representation
type FilterForListWorkspacesInput ¶
type FilterForListWorkspacesInput struct {
Ids []*string `type:"list" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListWorkspacesInput) GoString ¶
func (s FilterForListWorkspacesInput) GoString() string
GoString returns the string representation
func (*FilterForListWorkspacesInput) SetIds ¶
func (s *FilterForListWorkspacesInput) SetIds(v []*string) *FilterForListWorkspacesInput
SetIds sets the Ids field's value.
func (*FilterForListWorkspacesInput) SetName ¶
func (s *FilterForListWorkspacesInput) SetName(v string) *FilterForListWorkspacesInput
SetName sets the Name field's value.
func (FilterForListWorkspacesInput) String ¶
func (s FilterForListWorkspacesInput) String() string
String returns the string representation
type FilterForUpdateTriggerInput ¶
type FilterForUpdateTriggerInput struct {
CREventType *string `type:"string" json:",omitempty"`
Condition *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForUpdateTriggerInput) GoString ¶
func (s FilterForUpdateTriggerInput) GoString() string
GoString returns the string representation
func (*FilterForUpdateTriggerInput) SetCREventType ¶
func (s *FilterForUpdateTriggerInput) SetCREventType(v string) *FilterForUpdateTriggerInput
SetCREventType sets the CREventType field's value.
func (*FilterForUpdateTriggerInput) SetCondition ¶
func (s *FilterForUpdateTriggerInput) SetCondition(v string) *FilterForUpdateTriggerInput
SetCondition sets the Condition field's value.
func (FilterForUpdateTriggerInput) String ¶
func (s FilterForUpdateTriggerInput) String() string
String returns the string representation
type GetServiceConnectionInput ¶
type GetServiceConnectionInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetServiceConnectionInput) GoString ¶
func (s GetServiceConnectionInput) GoString() string
GoString returns the string representation
func (*GetServiceConnectionInput) SetId ¶
func (s *GetServiceConnectionInput) SetId(v string) *GetServiceConnectionInput
SetId sets the Id field's value.
func (GetServiceConnectionInput) String ¶
func (s GetServiceConnectionInput) String() string
String returns the string representation
func (*GetServiceConnectionInput) Validate ¶
func (s *GetServiceConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetServiceConnectionOutput ¶
type GetServiceConnectionOutput struct {
Metadata *response.ResponseMetadata
Category *string `type:"string" json:",omitempty"`
CreateTime *string `type:"string" json:",omitempty"`
Creator *CreatorForGetServiceConnectionOutput `type:"structure" json:",omitempty"`
Credential *CredentialForGetServiceConnectionOutput `type:"structure" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
PipelineBinding *bool `type:"boolean" json:",omitempty"`
Type *string `type:"string" json:",omitempty"`
URL *string `type:"string" json:",omitempty"`
UpdateTime *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetServiceConnectionOutput) GoString ¶
func (s GetServiceConnectionOutput) GoString() string
GoString returns the string representation
func (*GetServiceConnectionOutput) SetCategory ¶
func (s *GetServiceConnectionOutput) SetCategory(v string) *GetServiceConnectionOutput
SetCategory sets the Category field's value.
func (*GetServiceConnectionOutput) SetCreateTime ¶
func (s *GetServiceConnectionOutput) SetCreateTime(v string) *GetServiceConnectionOutput
SetCreateTime sets the CreateTime field's value.
func (*GetServiceConnectionOutput) SetCreator ¶
func (s *GetServiceConnectionOutput) SetCreator(v *CreatorForGetServiceConnectionOutput) *GetServiceConnectionOutput
SetCreator sets the Creator field's value.
func (*GetServiceConnectionOutput) SetCredential ¶
func (s *GetServiceConnectionOutput) SetCredential(v *CredentialForGetServiceConnectionOutput) *GetServiceConnectionOutput
SetCredential sets the Credential field's value.
func (*GetServiceConnectionOutput) SetDescription ¶
func (s *GetServiceConnectionOutput) SetDescription(v string) *GetServiceConnectionOutput
SetDescription sets the Description field's value.
func (*GetServiceConnectionOutput) SetId ¶
func (s *GetServiceConnectionOutput) SetId(v string) *GetServiceConnectionOutput
SetId sets the Id field's value.
func (*GetServiceConnectionOutput) SetIsAllWsShared ¶
func (s *GetServiceConnectionOutput) SetIsAllWsShared(v bool) *GetServiceConnectionOutput
SetIsAllWsShared sets the IsAllWsShared field's value.
func (*GetServiceConnectionOutput) SetName ¶
func (s *GetServiceConnectionOutput) SetName(v string) *GetServiceConnectionOutput
SetName sets the Name field's value.
func (*GetServiceConnectionOutput) SetPipelineBinding ¶
func (s *GetServiceConnectionOutput) SetPipelineBinding(v bool) *GetServiceConnectionOutput
SetPipelineBinding sets the PipelineBinding field's value.
func (*GetServiceConnectionOutput) SetSharedWorkspaceIds ¶
func (s *GetServiceConnectionOutput) SetSharedWorkspaceIds(v []*string) *GetServiceConnectionOutput
SetSharedWorkspaceIds sets the SharedWorkspaceIds field's value.
func (*GetServiceConnectionOutput) SetType ¶
func (s *GetServiceConnectionOutput) SetType(v string) *GetServiceConnectionOutput
SetType sets the Type field's value.
func (*GetServiceConnectionOutput) SetURL ¶
func (s *GetServiceConnectionOutput) SetURL(v string) *GetServiceConnectionOutput
SetURL sets the URL field's value.
func (*GetServiceConnectionOutput) SetUpdateTime ¶
func (s *GetServiceConnectionOutput) SetUpdateTime(v string) *GetServiceConnectionOutput
SetUpdateTime sets the UpdateTime field's value.
func (GetServiceConnectionOutput) String ¶
func (s GetServiceConnectionOutput) String() string
String returns the string representation
type GetTaskRunLogDownloadURIInput ¶
type GetTaskRunLogDownloadURIInput struct {
// PipelineId is a required field
PipelineId *string `type:"string" json:",omitempty" required:"true"`
// PipelineRunId is a required field
PipelineRunId *string `type:"string" json:",omitempty" required:"true"`
// StepName is a required field
StepName *string `type:"string" json:",omitempty" required:"true"`
// TaskId is a required field
TaskId *string `type:"string" json:",omitempty" required:"true"`
// TaskRunId is a required field
TaskRunId *string `type:"string" json:",omitempty" required:"true"`
// WorkspaceId is a required field
WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetTaskRunLogDownloadURIInput) GoString ¶
func (s GetTaskRunLogDownloadURIInput) GoString() string
GoString returns the string representation
func (*GetTaskRunLogDownloadURIInput) SetPipelineId ¶
func (s *GetTaskRunLogDownloadURIInput) SetPipelineId(v string) *GetTaskRunLogDownloadURIInput
SetPipelineId sets the PipelineId field's value.
func (*GetTaskRunLogDownloadURIInput) SetPipelineRunId ¶
func (s *GetTaskRunLogDownloadURIInput) SetPipelineRunId(v string) *GetTaskRunLogDownloadURIInput
SetPipelineRunId sets the PipelineRunId field's value.
func (*GetTaskRunLogDownloadURIInput) SetStepName ¶
func (s *GetTaskRunLogDownloadURIInput) SetStepName(v string) *GetTaskRunLogDownloadURIInput
SetStepName sets the StepName field's value.
func (*GetTaskRunLogDownloadURIInput) SetTaskId ¶
func (s *GetTaskRunLogDownloadURIInput) SetTaskId(v string) *GetTaskRunLogDownloadURIInput
SetTaskId sets the TaskId field's value.
func (*GetTaskRunLogDownloadURIInput) SetTaskRunId ¶
func (s *GetTaskRunLogDownloadURIInput) SetTaskRunId(v string) *GetTaskRunLogDownloadURIInput
SetTaskRunId sets the TaskRunId field's value.
func (*GetTaskRunLogDownloadURIInput) SetWorkspaceId ¶
func (s *GetTaskRunLogDownloadURIInput) SetWorkspaceId(v string) *GetTaskRunLogDownloadURIInput
SetWorkspaceId sets the WorkspaceId field's value.
func (GetTaskRunLogDownloadURIInput) String ¶
func (s GetTaskRunLogDownloadURIInput) String() string
String returns the string representation
func (*GetTaskRunLogDownloadURIInput) Validate ¶
func (s *GetTaskRunLogDownloadURIInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetTaskRunLogDownloadURIOutput ¶
type GetTaskRunLogDownloadURIOutput struct {
Metadata *response.ResponseMetadata
Url *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetTaskRunLogDownloadURIOutput) GoString ¶
func (s GetTaskRunLogDownloadURIOutput) GoString() string
GoString returns the string representation
func (*GetTaskRunLogDownloadURIOutput) SetUrl ¶
func (s *GetTaskRunLogDownloadURIOutput) SetUrl(v string) *GetTaskRunLogDownloadURIOutput
SetUrl sets the Url field's value.
func (GetTaskRunLogDownloadURIOutput) String ¶
func (s GetTaskRunLogDownloadURIOutput) String() string
String returns the string representation
type GetTaskRunLogInput ¶
type GetTaskRunLogInput struct {
Limit *int64 `type:"int64" json:",omitempty"`
Offset *int64 `type:"int64" json:",omitempty"`
// PipelineId is a required field
PipelineId *string `type:"string" json:",omitempty" required:"true"`
// PipelineRunId is a required field
PipelineRunId *string `type:"string" json:",omitempty" required:"true"`
// StepName is a required field
StepName *string `type:"string" json:",omitempty" required:"true"`
// TaskId is a required field
TaskId *string `type:"string" json:",omitempty" required:"true"`
// TaskRunId is a required field
TaskRunId *string `type:"string" json:",omitempty" required:"true"`
// WorkspaceId is a required field
WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetTaskRunLogInput) GoString ¶
func (s GetTaskRunLogInput) GoString() string
GoString returns the string representation
func (*GetTaskRunLogInput) SetLimit ¶
func (s *GetTaskRunLogInput) SetLimit(v int64) *GetTaskRunLogInput
SetLimit sets the Limit field's value.
func (*GetTaskRunLogInput) SetOffset ¶
func (s *GetTaskRunLogInput) SetOffset(v int64) *GetTaskRunLogInput
SetOffset sets the Offset field's value.
func (*GetTaskRunLogInput) SetPipelineId ¶
func (s *GetTaskRunLogInput) SetPipelineId(v string) *GetTaskRunLogInput
SetPipelineId sets the PipelineId field's value.
func (*GetTaskRunLogInput) SetPipelineRunId ¶
func (s *GetTaskRunLogInput) SetPipelineRunId(v string) *GetTaskRunLogInput
SetPipelineRunId sets the PipelineRunId field's value.
func (*GetTaskRunLogInput) SetStepName ¶
func (s *GetTaskRunLogInput) SetStepName(v string) *GetTaskRunLogInput
SetStepName sets the StepName field's value.
func (*GetTaskRunLogInput) SetTaskId ¶
func (s *GetTaskRunLogInput) SetTaskId(v string) *GetTaskRunLogInput
SetTaskId sets the TaskId field's value.
func (*GetTaskRunLogInput) SetTaskRunId ¶
func (s *GetTaskRunLogInput) SetTaskRunId(v string) *GetTaskRunLogInput
SetTaskRunId sets the TaskRunId field's value.
func (*GetTaskRunLogInput) SetWorkspaceId ¶
func (s *GetTaskRunLogInput) SetWorkspaceId(v string) *GetTaskRunLogInput
SetWorkspaceId sets the WorkspaceId field's value.
func (GetTaskRunLogInput) String ¶
func (s GetTaskRunLogInput) String() string
String returns the string representation
func (*GetTaskRunLogInput) Validate ¶
func (s *GetTaskRunLogInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetTaskRunLogOutput ¶
type GetTaskRunLogOutput struct {
Metadata *response.ResponseMetadata
LogLines []*string `type:"list" json:",omitempty"`
More *bool `type:"boolean" json:",omitempty"`
NextLimit *int64 `type:"int64" json:",omitempty"`
NextOffset *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetTaskRunLogOutput) GoString ¶
func (s GetTaskRunLogOutput) GoString() string
GoString returns the string representation
func (*GetTaskRunLogOutput) SetLogLines ¶
func (s *GetTaskRunLogOutput) SetLogLines(v []*string) *GetTaskRunLogOutput
SetLogLines sets the LogLines field's value.
func (*GetTaskRunLogOutput) SetMore ¶
func (s *GetTaskRunLogOutput) SetMore(v bool) *GetTaskRunLogOutput
SetMore sets the More field's value.
func (*GetTaskRunLogOutput) SetNextLimit ¶
func (s *GetTaskRunLogOutput) SetNextLimit(v int64) *GetTaskRunLogOutput
SetNextLimit sets the NextLimit field's value.
func (*GetTaskRunLogOutput) SetNextOffset ¶
func (s *GetTaskRunLogOutput) SetNextOffset(v int64) *GetTaskRunLogOutput
SetNextOffset sets the NextOffset field's value.
func (GetTaskRunLogOutput) String ¶
func (s GetTaskRunLogOutput) String() string
String returns the string representation
type GitForCreateResourceInput ¶
type GitForCreateResourceInput struct {
AccessKey *string `type:"string" json:",omitempty"`
CloneDepth *int64 `type:"int64" json:",omitempty"`
Password *string `type:"string" json:",omitempty"`
SecretKey *string `type:"string" json:",omitempty"`
Url *string `type:"string" json:",omitempty"`
UserName *string `type:"string" json:",omitempty"`
UserToken *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GitForCreateResourceInput) GoString ¶
func (s GitForCreateResourceInput) GoString() string
GoString returns the string representation
func (*GitForCreateResourceInput) SetAccessKey ¶
func (s *GitForCreateResourceInput) SetAccessKey(v string) *GitForCreateResourceInput
SetAccessKey sets the AccessKey field's value.
func (*GitForCreateResourceInput) SetCloneDepth ¶
func (s *GitForCreateResourceInput) SetCloneDepth(v int64) *GitForCreateResourceInput
SetCloneDepth sets the CloneDepth field's value.
func (*GitForCreateResourceInput) SetPassword ¶
func (s *GitForCreateResourceInput) SetPassword(v string) *GitForCreateResourceInput
SetPassword sets the Password field's value.
func (*GitForCreateResourceInput) SetSecretKey ¶
func (s *GitForCreateResourceInput) SetSecretKey(v string) *GitForCreateResourceInput
SetSecretKey sets the SecretKey field's value.
func (*GitForCreateResourceInput) SetUrl ¶
func (s *GitForCreateResourceInput) SetUrl(v string) *GitForCreateResourceInput
SetUrl sets the Url field's value.
func (*GitForCreateResourceInput) SetUserName ¶
func (s *GitForCreateResourceInput) SetUserName(v string) *GitForCreateResourceInput
SetUserName sets the UserName field's value.
func (*GitForCreateResourceInput) SetUserToken ¶
func (s *GitForCreateResourceInput) SetUserToken(v string) *GitForCreateResourceInput
SetUserToken sets the UserToken field's value.
func (GitForCreateResourceInput) String ¶
func (s GitForCreateResourceInput) String() string
String returns the string representation
type GitForCreateTriggerInput ¶
type GitForCreateTriggerInput struct {
Filters []*ConvertFilterForCreateTriggerInput `type:"list" json:",omitempty"`
ResourceId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GitForCreateTriggerInput) GoString ¶
func (s GitForCreateTriggerInput) GoString() string
GoString returns the string representation
func (*GitForCreateTriggerInput) SetFilters ¶
func (s *GitForCreateTriggerInput) SetFilters(v []*ConvertFilterForCreateTriggerInput) *GitForCreateTriggerInput
SetFilters sets the Filters field's value.
func (*GitForCreateTriggerInput) SetResourceId ¶
func (s *GitForCreateTriggerInput) SetResourceId(v string) *GitForCreateTriggerInput
SetResourceId sets the ResourceId field's value.
func (GitForCreateTriggerInput) String ¶
func (s GitForCreateTriggerInput) String() string
String returns the string representation
type GitForListPipelinesOutput ¶
type GitForListPipelinesOutput struct {
DefaultBranch *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GitForListPipelinesOutput) GoString ¶
func (s GitForListPipelinesOutput) GoString() string
GoString returns the string representation
func (*GitForListPipelinesOutput) SetDefaultBranch ¶
func (s *GitForListPipelinesOutput) SetDefaultBranch(v string) *GitForListPipelinesOutput
SetDefaultBranch sets the DefaultBranch field's value.
func (GitForListPipelinesOutput) String ¶
func (s GitForListPipelinesOutput) String() string
String returns the string representation
type GitForListResourcesOutput ¶
type GitForListResourcesOutput struct {
AccessKey *string `type:"string" json:",omitempty"`
CloneDepth *int64 `type:"int64" json:",omitempty"`
Password *string `type:"string" json:",omitempty"`
SecretKey *string `type:"string" json:",omitempty"`
Url *string `type:"string" json:",omitempty"`
UserName *string `type:"string" json:",omitempty"`
UserToken *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GitForListResourcesOutput) GoString ¶
func (s GitForListResourcesOutput) GoString() string
GoString returns the string representation
func (*GitForListResourcesOutput) SetAccessKey ¶
func (s *GitForListResourcesOutput) SetAccessKey(v string) *GitForListResourcesOutput
SetAccessKey sets the AccessKey field's value.
func (*GitForListResourcesOutput) SetCloneDepth ¶
func (s *GitForListResourcesOutput) SetCloneDepth(v int64) *GitForListResourcesOutput
SetCloneDepth sets the CloneDepth field's value.
func (*GitForListResourcesOutput) SetPassword ¶
func (s *GitForListResourcesOutput) SetPassword(v string) *GitForListResourcesOutput
SetPassword sets the Password field's value.
func (*GitForListResourcesOutput) SetSecretKey ¶
func (s *GitForListResourcesOutput) SetSecretKey(v string) *GitForListResourcesOutput
SetSecretKey sets the SecretKey field's value.
func (*GitForListResourcesOutput) SetUrl ¶
func (s *GitForListResourcesOutput) SetUrl(v string) *GitForListResourcesOutput
SetUrl sets the Url field's value.
func (*GitForListResourcesOutput) SetUserName ¶
func (s *GitForListResourcesOutput) SetUserName(v string) *GitForListResourcesOutput
SetUserName sets the UserName field's value.
func (*GitForListResourcesOutput) SetUserToken ¶
func (s *GitForListResourcesOutput) SetUserToken(v string) *GitForListResourcesOutput
SetUserToken sets the UserToken field's value.
func (GitForListResourcesOutput) String ¶
func (s GitForListResourcesOutput) String() string
String returns the string representation
type GitForListTriggersOutput ¶
type GitForListTriggersOutput struct {
Filters []*ConvertFilterForListTriggersOutput `type:"list" json:",omitempty"`
ResourceId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GitForListTriggersOutput) GoString ¶
func (s GitForListTriggersOutput) GoString() string
GoString returns the string representation
func (*GitForListTriggersOutput) SetFilters ¶
func (s *GitForListTriggersOutput) SetFilters(v []*ConvertFilterForListTriggersOutput) *GitForListTriggersOutput
SetFilters sets the Filters field's value.
func (*GitForListTriggersOutput) SetResourceId ¶
func (s *GitForListTriggersOutput) SetResourceId(v string) *GitForListTriggersOutput
SetResourceId sets the ResourceId field's value.
func (GitForListTriggersOutput) String ¶
func (s GitForListTriggersOutput) String() string
String returns the string representation
type GitForUpdateResourceInput ¶
type GitForUpdateResourceInput struct {
AccessKey *string `type:"string" json:",omitempty"`
CloneDepth *int64 `type:"int64" json:",omitempty"`
Password *string `type:"string" json:",omitempty"`
SecretKey *string `type:"string" json:",omitempty"`
Url *string `type:"string" json:",omitempty"`
UserName *string `type:"string" json:",omitempty"`
UserToken *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GitForUpdateResourceInput) GoString ¶
func (s GitForUpdateResourceInput) GoString() string
GoString returns the string representation
func (*GitForUpdateResourceInput) SetAccessKey ¶
func (s *GitForUpdateResourceInput) SetAccessKey(v string) *GitForUpdateResourceInput
SetAccessKey sets the AccessKey field's value.
func (*GitForUpdateResourceInput) SetCloneDepth ¶
func (s *GitForUpdateResourceInput) SetCloneDepth(v int64) *GitForUpdateResourceInput
SetCloneDepth sets the CloneDepth field's value.
func (*GitForUpdateResourceInput) SetPassword ¶
func (s *GitForUpdateResourceInput) SetPassword(v string) *GitForUpdateResourceInput
SetPassword sets the Password field's value.
func (*GitForUpdateResourceInput) SetSecretKey ¶
func (s *GitForUpdateResourceInput) SetSecretKey(v string) *GitForUpdateResourceInput
SetSecretKey sets the SecretKey field's value.
func (*GitForUpdateResourceInput) SetUrl ¶
func (s *GitForUpdateResourceInput) SetUrl(v string) *GitForUpdateResourceInput
SetUrl sets the Url field's value.
func (*GitForUpdateResourceInput) SetUserName ¶
func (s *GitForUpdateResourceInput) SetUserName(v string) *GitForUpdateResourceInput
SetUserName sets the UserName field's value.
func (*GitForUpdateResourceInput) SetUserToken ¶
func (s *GitForUpdateResourceInput) SetUserToken(v string) *GitForUpdateResourceInput
SetUserToken sets the UserToken field's value.
func (GitForUpdateResourceInput) String ¶
func (s GitForUpdateResourceInput) String() string
String returns the string representation
type GitForUpdateTriggerInput ¶
type GitForUpdateTriggerInput struct {
Filters []*ConvertFilterForUpdateTriggerInput `type:"list" json:",omitempty"`
ResourceId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GitForUpdateTriggerInput) GoString ¶
func (s GitForUpdateTriggerInput) GoString() string
GoString returns the string representation
func (*GitForUpdateTriggerInput) SetFilters ¶
func (s *GitForUpdateTriggerInput) SetFilters(v []*ConvertFilterForUpdateTriggerInput) *GitForUpdateTriggerInput
SetFilters sets the Filters field's value.
func (*GitForUpdateTriggerInput) SetResourceId ¶
func (s *GitForUpdateTriggerInput) SetResourceId(v string) *GitForUpdateTriggerInput
SetResourceId sets the ResourceId field's value.
func (GitForUpdateTriggerInput) String ¶
func (s GitForUpdateTriggerInput) String() string
String returns the string representation
type GitResourceForListPipelineRunsOutput ¶
type GitResourceForListPipelineRunsOutput struct {
CloneDepth *int32 `type:"int32" json:",omitempty"`
DefaultBranch *string `type:"string" json:",omitempty"`
Reference *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty"`
URL *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GitResourceForListPipelineRunsOutput) GoString ¶
func (s GitResourceForListPipelineRunsOutput) GoString() string
GoString returns the string representation
func (*GitResourceForListPipelineRunsOutput) SetCloneDepth ¶
func (s *GitResourceForListPipelineRunsOutput) SetCloneDepth(v int32) *GitResourceForListPipelineRunsOutput
SetCloneDepth sets the CloneDepth field's value.
func (*GitResourceForListPipelineRunsOutput) SetDefaultBranch ¶
func (s *GitResourceForListPipelineRunsOutput) SetDefaultBranch(v string) *GitResourceForListPipelineRunsOutput
SetDefaultBranch sets the DefaultBranch field's value.
func (*GitResourceForListPipelineRunsOutput) SetReference ¶
func (s *GitResourceForListPipelineRunsOutput) SetReference(v string) *GitResourceForListPipelineRunsOutput
SetReference sets the Reference field's value.
func (*GitResourceForListPipelineRunsOutput) SetType ¶
func (s *GitResourceForListPipelineRunsOutput) SetType(v string) *GitResourceForListPipelineRunsOutput
SetType sets the Type field's value.
func (*GitResourceForListPipelineRunsOutput) SetURL ¶
func (s *GitResourceForListPipelineRunsOutput) SetURL(v string) *GitResourceForListPipelineRunsOutput
SetURL sets the URL field's value.
func (GitResourceForListPipelineRunsOutput) String ¶
func (s GitResourceForListPipelineRunsOutput) String() string
String returns the string representation
type InputForListComponentStepOutput ¶
type InputForListComponentStepOutput struct {
DefaultValue *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
DisplayName *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Required *bool `type:"boolean" json:",omitempty"`
Type *string `type:"string" json:",omitempty"`
UiConfig *UiConfigForListComponentStepOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (InputForListComponentStepOutput) GoString ¶
func (s InputForListComponentStepOutput) GoString() string
GoString returns the string representation
func (*InputForListComponentStepOutput) SetDefaultValue ¶
func (s *InputForListComponentStepOutput) SetDefaultValue(v string) *InputForListComponentStepOutput
SetDefaultValue sets the DefaultValue field's value.
func (*InputForListComponentStepOutput) SetDescription ¶
func (s *InputForListComponentStepOutput) SetDescription(v string) *InputForListComponentStepOutput
SetDescription sets the Description field's value.
func (*InputForListComponentStepOutput) SetDisplayName ¶
func (s *InputForListComponentStepOutput) SetDisplayName(v string) *InputForListComponentStepOutput
SetDisplayName sets the DisplayName field's value.
func (*InputForListComponentStepOutput) SetName ¶
func (s *InputForListComponentStepOutput) SetName(v string) *InputForListComponentStepOutput
SetName sets the Name field's value.
func (*InputForListComponentStepOutput) SetRequired ¶
func (s *InputForListComponentStepOutput) SetRequired(v bool) *InputForListComponentStepOutput
SetRequired sets the Required field's value.
func (*InputForListComponentStepOutput) SetType ¶
func (s *InputForListComponentStepOutput) SetType(v string) *InputForListComponentStepOutput
SetType sets the Type field's value.
func (*InputForListComponentStepOutput) SetUiConfig ¶
func (s *InputForListComponentStepOutput) SetUiConfig(v *UiConfigForListComponentStepOutput) *InputForListComponentStepOutput
SetUiConfig sets the UiConfig field's value.
func (InputForListComponentStepOutput) String ¶
func (s InputForListComponentStepOutput) String() string
String returns the string representation
type ItemForListComponentStepOutput ¶
type ItemForListComponentStepOutput struct {
Category *string `type:"string" json:",omitempty"`
CreateTime *string `type:"string" json:",omitempty"`
Creator *CreatorForListComponentStepOutput `type:"structure" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
DisplayName *string `type:"string" json:",omitempty"`
Identifier *string `type:"string" json:",omitempty"`
Image *string `type:"string" json:",omitempty"`
Inputs []*InputForListComponentStepOutput `type:"list" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Outputs []*OutputForListComponentStepOutput `type:"list" json:",omitempty"`
Script *string `type:"string" json:",omitempty"`
UpdateTime *string `type:"string" json:",omitempty"`
WorkingDirectory *string `type:"string" json:",omitempty"`
Yaml *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListComponentStepOutput) GoString ¶
func (s ItemForListComponentStepOutput) GoString() string
GoString returns the string representation
func (*ItemForListComponentStepOutput) SetCategory ¶
func (s *ItemForListComponentStepOutput) SetCategory(v string) *ItemForListComponentStepOutput
SetCategory sets the Category field's value.
func (*ItemForListComponentStepOutput) SetCreateTime ¶
func (s *ItemForListComponentStepOutput) SetCreateTime(v string) *ItemForListComponentStepOutput
SetCreateTime sets the CreateTime field's value.
func (*ItemForListComponentStepOutput) SetCreator ¶
func (s *ItemForListComponentStepOutput) SetCreator(v *CreatorForListComponentStepOutput) *ItemForListComponentStepOutput
SetCreator sets the Creator field's value.
func (*ItemForListComponentStepOutput) SetDescription ¶
func (s *ItemForListComponentStepOutput) SetDescription(v string) *ItemForListComponentStepOutput
SetDescription sets the Description field's value.
func (*ItemForListComponentStepOutput) SetDisplayName ¶
func (s *ItemForListComponentStepOutput) SetDisplayName(v string) *ItemForListComponentStepOutput
SetDisplayName sets the DisplayName field's value.
func (*ItemForListComponentStepOutput) SetIdentifier ¶
func (s *ItemForListComponentStepOutput) SetIdentifier(v string) *ItemForListComponentStepOutput
SetIdentifier sets the Identifier field's value.
func (*ItemForListComponentStepOutput) SetImage ¶
func (s *ItemForListComponentStepOutput) SetImage(v string) *ItemForListComponentStepOutput
SetImage sets the Image field's value.
func (*ItemForListComponentStepOutput) SetInputs ¶
func (s *ItemForListComponentStepOutput) SetInputs(v []*InputForListComponentStepOutput) *ItemForListComponentStepOutput
SetInputs sets the Inputs field's value.
func (*ItemForListComponentStepOutput) SetName ¶
func (s *ItemForListComponentStepOutput) SetName(v string) *ItemForListComponentStepOutput
SetName sets the Name field's value.
func (*ItemForListComponentStepOutput) SetOutputs ¶
func (s *ItemForListComponentStepOutput) SetOutputs(v []*OutputForListComponentStepOutput) *ItemForListComponentStepOutput
SetOutputs sets the Outputs field's value.
func (*ItemForListComponentStepOutput) SetScript ¶
func (s *ItemForListComponentStepOutput) SetScript(v string) *ItemForListComponentStepOutput
SetScript sets the Script field's value.
func (*ItemForListComponentStepOutput) SetUpdateTime ¶
func (s *ItemForListComponentStepOutput) SetUpdateTime(v string) *ItemForListComponentStepOutput
SetUpdateTime sets the UpdateTime field's value.
func (*ItemForListComponentStepOutput) SetWorkingDirectory ¶
func (s *ItemForListComponentStepOutput) SetWorkingDirectory(v string) *ItemForListComponentStepOutput
SetWorkingDirectory sets the WorkingDirectory field's value.
func (*ItemForListComponentStepOutput) SetYaml ¶
func (s *ItemForListComponentStepOutput) SetYaml(v string) *ItemForListComponentStepOutput
SetYaml sets the Yaml field's value.
func (ItemForListComponentStepOutput) String ¶
func (s ItemForListComponentStepOutput) String() string
String returns the string representation
type ItemForListPipelineRunsOutput ¶
type ItemForListPipelineRunsOutput struct {
CreateTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
FinishTime *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
Index *int64 `type:"int64" json:",omitempty"`
Parameters []*ParameterForListPipelineRunsOutput `type:"list" json:",omitempty"`
PipelineId *string `type:"string" json:",omitempty"`
Resources []*ResourceForListPipelineRunsOutput `type:"list" json:",omitempty"`
Spec *string `type:"string" json:",omitempty"`
Stages []*StageForListPipelineRunsOutput `type:"list" json:",omitempty"`
StartTime *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
SystemParameters []*SystemParameterForListPipelineRunsOutput `type:"list" json:",omitempty"`
Trigger *TriggerForListPipelineRunsOutput `type:"structure" json:",omitempty"`
UpdateTime *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListPipelineRunsOutput) GoString ¶
func (s ItemForListPipelineRunsOutput) GoString() string
GoString returns the string representation
func (*ItemForListPipelineRunsOutput) SetCreateTime ¶
func (s *ItemForListPipelineRunsOutput) SetCreateTime(v string) *ItemForListPipelineRunsOutput
SetCreateTime sets the CreateTime field's value.
func (*ItemForListPipelineRunsOutput) SetDescription ¶
func (s *ItemForListPipelineRunsOutput) SetDescription(v string) *ItemForListPipelineRunsOutput
SetDescription sets the Description field's value.
func (*ItemForListPipelineRunsOutput) SetFinishTime ¶
func (s *ItemForListPipelineRunsOutput) SetFinishTime(v string) *ItemForListPipelineRunsOutput
SetFinishTime sets the FinishTime field's value.
func (*ItemForListPipelineRunsOutput) SetId ¶
func (s *ItemForListPipelineRunsOutput) SetId(v string) *ItemForListPipelineRunsOutput
SetId sets the Id field's value.
func (*ItemForListPipelineRunsOutput) SetIndex ¶
func (s *ItemForListPipelineRunsOutput) SetIndex(v int64) *ItemForListPipelineRunsOutput
SetIndex sets the Index field's value.
func (*ItemForListPipelineRunsOutput) SetParameters ¶
func (s *ItemForListPipelineRunsOutput) SetParameters(v []*ParameterForListPipelineRunsOutput) *ItemForListPipelineRunsOutput
SetParameters sets the Parameters field's value.
func (*ItemForListPipelineRunsOutput) SetPipelineId ¶
func (s *ItemForListPipelineRunsOutput) SetPipelineId(v string) *ItemForListPipelineRunsOutput
SetPipelineId sets the PipelineId field's value.
func (*ItemForListPipelineRunsOutput) SetResources ¶
func (s *ItemForListPipelineRunsOutput) SetResources(v []*ResourceForListPipelineRunsOutput) *ItemForListPipelineRunsOutput
SetResources sets the Resources field's value.
func (*ItemForListPipelineRunsOutput) SetSpec ¶
func (s *ItemForListPipelineRunsOutput) SetSpec(v string) *ItemForListPipelineRunsOutput
SetSpec sets the Spec field's value.
func (*ItemForListPipelineRunsOutput) SetStages ¶
func (s *ItemForListPipelineRunsOutput) SetStages(v []*StageForListPipelineRunsOutput) *ItemForListPipelineRunsOutput
SetStages sets the Stages field's value.
func (*ItemForListPipelineRunsOutput) SetStartTime ¶
func (s *ItemForListPipelineRunsOutput) SetStartTime(v string) *ItemForListPipelineRunsOutput
SetStartTime sets the StartTime field's value.
func (*ItemForListPipelineRunsOutput) SetStatus ¶
func (s *ItemForListPipelineRunsOutput) SetStatus(v string) *ItemForListPipelineRunsOutput
SetStatus sets the Status field's value.
func (*ItemForListPipelineRunsOutput) SetSystemParameters ¶
func (s *ItemForListPipelineRunsOutput) SetSystemParameters(v []*SystemParameterForListPipelineRunsOutput) *ItemForListPipelineRunsOutput
SetSystemParameters sets the SystemParameters field's value.
func (*ItemForListPipelineRunsOutput) SetTrigger ¶
func (s *ItemForListPipelineRunsOutput) SetTrigger(v *TriggerForListPipelineRunsOutput) *ItemForListPipelineRunsOutput
SetTrigger sets the Trigger field's value.
func (*ItemForListPipelineRunsOutput) SetUpdateTime ¶
func (s *ItemForListPipelineRunsOutput) SetUpdateTime(v string) *ItemForListPipelineRunsOutput
SetUpdateTime sets the UpdateTime field's value.
func (ItemForListPipelineRunsOutput) String ¶
func (s ItemForListPipelineRunsOutput) String() string
String returns the string representation
type ItemForListPipelinesOutput ¶
type ItemForListPipelinesOutput struct {
Caches []*CachForListPipelinesOutput `type:"list" json:",omitempty"`
CreateTime *string `type:"string" json:",omitempty"`
Creator *CreatorForListPipelinesOutput `type:"structure" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Notification *NotificationForListPipelinesOutput `type:"structure" json:",omitempty"`
Parameters []*ParameterForListPipelinesOutput `type:"list" json:",omitempty"`
Resources []*ResourceForListPipelinesOutput `type:"list" json:",omitempty"`
Spec *string `type:"string" json:",omitempty"`
UpdateTime *string `type:"string" json:",omitempty"`
WorkspaceId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListPipelinesOutput) GoString ¶
func (s ItemForListPipelinesOutput) GoString() string
GoString returns the string representation
func (*ItemForListPipelinesOutput) SetCaches ¶
func (s *ItemForListPipelinesOutput) SetCaches(v []*CachForListPipelinesOutput) *ItemForListPipelinesOutput
SetCaches sets the Caches field's value.
func (*ItemForListPipelinesOutput) SetCreateTime ¶
func (s *ItemForListPipelinesOutput) SetCreateTime(v string) *ItemForListPipelinesOutput
SetCreateTime sets the CreateTime field's value.
func (*ItemForListPipelinesOutput) SetCreator ¶
func (s *ItemForListPipelinesOutput) SetCreator(v *CreatorForListPipelinesOutput) *ItemForListPipelinesOutput
SetCreator sets the Creator field's value.
func (*ItemForListPipelinesOutput) SetDescription ¶
func (s *ItemForListPipelinesOutput) SetDescription(v string) *ItemForListPipelinesOutput
SetDescription sets the Description field's value.
func (*ItemForListPipelinesOutput) SetId ¶
func (s *ItemForListPipelinesOutput) SetId(v string) *ItemForListPipelinesOutput
SetId sets the Id field's value.
func (*ItemForListPipelinesOutput) SetName ¶
func (s *ItemForListPipelinesOutput) SetName(v string) *ItemForListPipelinesOutput
SetName sets the Name field's value.
func (*ItemForListPipelinesOutput) SetNotification ¶
func (s *ItemForListPipelinesOutput) SetNotification(v *NotificationForListPipelinesOutput) *ItemForListPipelinesOutput
SetNotification sets the Notification field's value.
func (*ItemForListPipelinesOutput) SetParameters ¶
func (s *ItemForListPipelinesOutput) SetParameters(v []*ParameterForListPipelinesOutput) *ItemForListPipelinesOutput
SetParameters sets the Parameters field's value.
func (*ItemForListPipelinesOutput) SetResources ¶
func (s *ItemForListPipelinesOutput) SetResources(v []*ResourceForListPipelinesOutput) *ItemForListPipelinesOutput
SetResources sets the Resources field's value.
func (*ItemForListPipelinesOutput) SetSpec ¶
func (s *ItemForListPipelinesOutput) SetSpec(v string) *ItemForListPipelinesOutput
SetSpec sets the Spec field's value.
func (*ItemForListPipelinesOutput) SetUpdateTime ¶
func (s *ItemForListPipelinesOutput) SetUpdateTime(v string) *ItemForListPipelinesOutput
SetUpdateTime sets the UpdateTime field's value.
func (*ItemForListPipelinesOutput) SetWorkspaceId ¶
func (s *ItemForListPipelinesOutput) SetWorkspaceId(v string) *ItemForListPipelinesOutput
SetWorkspaceId sets the WorkspaceId field's value.
func (ItemForListPipelinesOutput) String ¶
func (s ItemForListPipelinesOutput) String() string
String returns the string representation
type ItemForListResourcesOutput ¶
type ItemForListResourcesOutput struct {
Configuration *ConfigurationForListResourcesOutput `type:"structure" json:",omitempty"`
CreateTime *string `type:"string" json:",omitempty"`
Creator *CreatorForListResourcesOutput `type:"structure" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty"`
UpdateTime *string `type:"string" json:",omitempty"`
WorkspaceId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListResourcesOutput) GoString ¶
func (s ItemForListResourcesOutput) GoString() string
GoString returns the string representation
func (*ItemForListResourcesOutput) SetConfiguration ¶
func (s *ItemForListResourcesOutput) SetConfiguration(v *ConfigurationForListResourcesOutput) *ItemForListResourcesOutput
SetConfiguration sets the Configuration field's value.
func (*ItemForListResourcesOutput) SetCreateTime ¶
func (s *ItemForListResourcesOutput) SetCreateTime(v string) *ItemForListResourcesOutput
SetCreateTime sets the CreateTime field's value.
func (*ItemForListResourcesOutput) SetCreator ¶
func (s *ItemForListResourcesOutput) SetCreator(v *CreatorForListResourcesOutput) *ItemForListResourcesOutput
SetCreator sets the Creator field's value.
func (*ItemForListResourcesOutput) SetDescription ¶
func (s *ItemForListResourcesOutput) SetDescription(v string) *ItemForListResourcesOutput
SetDescription sets the Description field's value.
func (*ItemForListResourcesOutput) SetId ¶
func (s *ItemForListResourcesOutput) SetId(v string) *ItemForListResourcesOutput
SetId sets the Id field's value.
func (*ItemForListResourcesOutput) SetName ¶
func (s *ItemForListResourcesOutput) SetName(v string) *ItemForListResourcesOutput
SetName sets the Name field's value.
func (*ItemForListResourcesOutput) SetType ¶
func (s *ItemForListResourcesOutput) SetType(v string) *ItemForListResourcesOutput
SetType sets the Type field's value.
func (*ItemForListResourcesOutput) SetUpdateTime ¶
func (s *ItemForListResourcesOutput) SetUpdateTime(v string) *ItemForListResourcesOutput
SetUpdateTime sets the UpdateTime field's value.
func (*ItemForListResourcesOutput) SetWorkspaceId ¶
func (s *ItemForListResourcesOutput) SetWorkspaceId(v string) *ItemForListResourcesOutput
SetWorkspaceId sets the WorkspaceId field's value.
func (ItemForListResourcesOutput) String ¶
func (s ItemForListResourcesOutput) String() string
String returns the string representation
type ItemForListServiceConnectionsOutput ¶
type ItemForListServiceConnectionsOutput struct {
Category *string `type:"string" json:",omitempty"`
CreateTime *string `type:"string" json:",omitempty"`
Creator *CreatorForListServiceConnectionsOutput `type:"structure" json:",omitempty"`
Credential *CredentialForListServiceConnectionsOutput `type:"structure" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
PipelineBinding *bool `type:"boolean" json:",omitempty"`
Type *string `type:"string" json:",omitempty"`
URL *string `type:"string" json:",omitempty"`
UpdateTime *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListServiceConnectionsOutput) GoString ¶
func (s ItemForListServiceConnectionsOutput) GoString() string
GoString returns the string representation
func (*ItemForListServiceConnectionsOutput) SetCategory ¶
func (s *ItemForListServiceConnectionsOutput) SetCategory(v string) *ItemForListServiceConnectionsOutput
SetCategory sets the Category field's value.
func (*ItemForListServiceConnectionsOutput) SetCreateTime ¶
func (s *ItemForListServiceConnectionsOutput) SetCreateTime(v string) *ItemForListServiceConnectionsOutput
SetCreateTime sets the CreateTime field's value.
func (*ItemForListServiceConnectionsOutput) SetCreator ¶
func (s *ItemForListServiceConnectionsOutput) SetCreator(v *CreatorForListServiceConnectionsOutput) *ItemForListServiceConnectionsOutput
SetCreator sets the Creator field's value.
func (*ItemForListServiceConnectionsOutput) SetCredential ¶
func (s *ItemForListServiceConnectionsOutput) SetCredential(v *CredentialForListServiceConnectionsOutput) *ItemForListServiceConnectionsOutput
SetCredential sets the Credential field's value.
func (*ItemForListServiceConnectionsOutput) SetDescription ¶
func (s *ItemForListServiceConnectionsOutput) SetDescription(v string) *ItemForListServiceConnectionsOutput
SetDescription sets the Description field's value.
func (*ItemForListServiceConnectionsOutput) SetId ¶
func (s *ItemForListServiceConnectionsOutput) SetId(v string) *ItemForListServiceConnectionsOutput
SetId sets the Id field's value.
func (*ItemForListServiceConnectionsOutput) SetIsAllWsShared ¶
func (s *ItemForListServiceConnectionsOutput) SetIsAllWsShared(v bool) *ItemForListServiceConnectionsOutput
SetIsAllWsShared sets the IsAllWsShared field's value.
func (*ItemForListServiceConnectionsOutput) SetName ¶
func (s *ItemForListServiceConnectionsOutput) SetName(v string) *ItemForListServiceConnectionsOutput
SetName sets the Name field's value.
func (*ItemForListServiceConnectionsOutput) SetPipelineBinding ¶
func (s *ItemForListServiceConnectionsOutput) SetPipelineBinding(v bool) *ItemForListServiceConnectionsOutput
SetPipelineBinding sets the PipelineBinding field's value.
func (*ItemForListServiceConnectionsOutput) SetSharedWorkspaceIds ¶
func (s *ItemForListServiceConnectionsOutput) SetSharedWorkspaceIds(v []*string) *ItemForListServiceConnectionsOutput
SetSharedWorkspaceIds sets the SharedWorkspaceIds field's value.
func (*ItemForListServiceConnectionsOutput) SetType ¶
func (s *ItemForListServiceConnectionsOutput) SetType(v string) *ItemForListServiceConnectionsOutput
SetType sets the Type field's value.
func (*ItemForListServiceConnectionsOutput) SetURL ¶
func (s *ItemForListServiceConnectionsOutput) SetURL(v string) *ItemForListServiceConnectionsOutput
SetURL sets the URL field's value.
func (*ItemForListServiceConnectionsOutput) SetUpdateTime ¶
func (s *ItemForListServiceConnectionsOutput) SetUpdateTime(v string) *ItemForListServiceConnectionsOutput
SetUpdateTime sets the UpdateTime field's value.
func (ItemForListServiceConnectionsOutput) String ¶
func (s ItemForListServiceConnectionsOutput) String() string
String returns the string representation
type ItemForListTaskRunsOutput ¶
type ItemForListTaskRunsOutput struct {
CreateTime *string `type:"string" json:",omitempty"`
CustomContent *string `type:"string" json:",omitempty"`
CustomPhase *string `type:"string" json:",omitempty"`
FinishTime *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Outputs []*OutputForListTaskRunsOutput `type:"list" json:",omitempty"`
StartTime *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
Steps []*StepForListTaskRunsOutput `type:"list" json:",omitempty"`
TaskId *string `type:"string" json:",omitempty"`
UpdateTime *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListTaskRunsOutput) GoString ¶
func (s ItemForListTaskRunsOutput) GoString() string
GoString returns the string representation
func (*ItemForListTaskRunsOutput) SetCreateTime ¶
func (s *ItemForListTaskRunsOutput) SetCreateTime(v string) *ItemForListTaskRunsOutput
SetCreateTime sets the CreateTime field's value.
func (*ItemForListTaskRunsOutput) SetCustomContent ¶
func (s *ItemForListTaskRunsOutput) SetCustomContent(v string) *ItemForListTaskRunsOutput
SetCustomContent sets the CustomContent field's value.
func (*ItemForListTaskRunsOutput) SetCustomPhase ¶
func (s *ItemForListTaskRunsOutput) SetCustomPhase(v string) *ItemForListTaskRunsOutput
SetCustomPhase sets the CustomPhase field's value.
func (*ItemForListTaskRunsOutput) SetFinishTime ¶
func (s *ItemForListTaskRunsOutput) SetFinishTime(v string) *ItemForListTaskRunsOutput
SetFinishTime sets the FinishTime field's value.
func (*ItemForListTaskRunsOutput) SetId ¶
func (s *ItemForListTaskRunsOutput) SetId(v string) *ItemForListTaskRunsOutput
SetId sets the Id field's value.
func (*ItemForListTaskRunsOutput) SetName ¶
func (s *ItemForListTaskRunsOutput) SetName(v string) *ItemForListTaskRunsOutput
SetName sets the Name field's value.
func (*ItemForListTaskRunsOutput) SetOutputs ¶
func (s *ItemForListTaskRunsOutput) SetOutputs(v []*OutputForListTaskRunsOutput) *ItemForListTaskRunsOutput
SetOutputs sets the Outputs field's value.
func (*ItemForListTaskRunsOutput) SetStartTime ¶
func (s *ItemForListTaskRunsOutput) SetStartTime(v string) *ItemForListTaskRunsOutput
SetStartTime sets the StartTime field's value.
func (*ItemForListTaskRunsOutput) SetStatus ¶
func (s *ItemForListTaskRunsOutput) SetStatus(v string) *ItemForListTaskRunsOutput
SetStatus sets the Status field's value.
func (*ItemForListTaskRunsOutput) SetSteps ¶
func (s *ItemForListTaskRunsOutput) SetSteps(v []*StepForListTaskRunsOutput) *ItemForListTaskRunsOutput
SetSteps sets the Steps field's value.
func (*ItemForListTaskRunsOutput) SetTaskId ¶
func (s *ItemForListTaskRunsOutput) SetTaskId(v string) *ItemForListTaskRunsOutput
SetTaskId sets the TaskId field's value.
func (*ItemForListTaskRunsOutput) SetUpdateTime ¶
func (s *ItemForListTaskRunsOutput) SetUpdateTime(v string) *ItemForListTaskRunsOutput
SetUpdateTime sets the UpdateTime field's value.
func (ItemForListTaskRunsOutput) String ¶
func (s ItemForListTaskRunsOutput) String() string
String returns the string representation
type ItemForListTriggersOutput ¶
type ItemForListTriggersOutput struct {
Configuration *ConfigurationForListTriggersOutput `type:"structure" json:",omitempty"`
CreateTime *string `type:"string" json:",omitempty"`
Creator *CreatorForListTriggersOutput `type:"structure" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Parameters []*ParameterForListTriggersOutput `type:"list" json:",omitempty"`
PipelineId *string `type:"string" json:",omitempty"`
Resources []*ResourceForListTriggersOutput `type:"list" json:",omitempty"`
Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForListTriggersOutput"`
UpdateTime *string `type:"string" json:",omitempty"`
WorkspaceId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListTriggersOutput) GoString ¶
func (s ItemForListTriggersOutput) GoString() string
GoString returns the string representation
func (*ItemForListTriggersOutput) SetConfiguration ¶
func (s *ItemForListTriggersOutput) SetConfiguration(v *ConfigurationForListTriggersOutput) *ItemForListTriggersOutput
SetConfiguration sets the Configuration field's value.
func (*ItemForListTriggersOutput) SetCreateTime ¶
func (s *ItemForListTriggersOutput) SetCreateTime(v string) *ItemForListTriggersOutput
SetCreateTime sets the CreateTime field's value.
func (*ItemForListTriggersOutput) SetCreator ¶
func (s *ItemForListTriggersOutput) SetCreator(v *CreatorForListTriggersOutput) *ItemForListTriggersOutput
SetCreator sets the Creator field's value.
func (*ItemForListTriggersOutput) SetDescription ¶
func (s *ItemForListTriggersOutput) SetDescription(v string) *ItemForListTriggersOutput
SetDescription sets the Description field's value.
func (*ItemForListTriggersOutput) SetId ¶
func (s *ItemForListTriggersOutput) SetId(v string) *ItemForListTriggersOutput
SetId sets the Id field's value.
func (*ItemForListTriggersOutput) SetName ¶
func (s *ItemForListTriggersOutput) SetName(v string) *ItemForListTriggersOutput
SetName sets the Name field's value.
func (*ItemForListTriggersOutput) SetParameters ¶
func (s *ItemForListTriggersOutput) SetParameters(v []*ParameterForListTriggersOutput) *ItemForListTriggersOutput
SetParameters sets the Parameters field's value.
func (*ItemForListTriggersOutput) SetPipelineId ¶
func (s *ItemForListTriggersOutput) SetPipelineId(v string) *ItemForListTriggersOutput
SetPipelineId sets the PipelineId field's value.
func (*ItemForListTriggersOutput) SetResources ¶
func (s *ItemForListTriggersOutput) SetResources(v []*ResourceForListTriggersOutput) *ItemForListTriggersOutput
SetResources sets the Resources field's value.
func (*ItemForListTriggersOutput) SetType ¶
func (s *ItemForListTriggersOutput) SetType(v string) *ItemForListTriggersOutput
SetType sets the Type field's value.
func (*ItemForListTriggersOutput) SetUpdateTime ¶
func (s *ItemForListTriggersOutput) SetUpdateTime(v string) *ItemForListTriggersOutput
SetUpdateTime sets the UpdateTime field's value.
func (*ItemForListTriggersOutput) SetWorkspaceId ¶
func (s *ItemForListTriggersOutput) SetWorkspaceId(v string) *ItemForListTriggersOutput
SetWorkspaceId sets the WorkspaceId field's value.
func (ItemForListTriggersOutput) String ¶
func (s ItemForListTriggersOutput) String() string
String returns the string representation
type ItemForListWorkspacesOutput ¶
type ItemForListWorkspacesOutput struct {
CreateTime *string `type:"string" json:",omitempty"`
Creator *CreatorForListWorkspacesOutput `type:"structure" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
UpdateTime *string `type:"string" json:",omitempty"`
Visibility *string `type:"string" json:",omitempty"`
VisibleUsers []*VisibleUserForListWorkspacesOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListWorkspacesOutput) GoString ¶
func (s ItemForListWorkspacesOutput) GoString() string
GoString returns the string representation
func (*ItemForListWorkspacesOutput) SetCreateTime ¶
func (s *ItemForListWorkspacesOutput) SetCreateTime(v string) *ItemForListWorkspacesOutput
SetCreateTime sets the CreateTime field's value.
func (*ItemForListWorkspacesOutput) SetCreator ¶
func (s *ItemForListWorkspacesOutput) SetCreator(v *CreatorForListWorkspacesOutput) *ItemForListWorkspacesOutput
SetCreator sets the Creator field's value.
func (*ItemForListWorkspacesOutput) SetDescription ¶
func (s *ItemForListWorkspacesOutput) SetDescription(v string) *ItemForListWorkspacesOutput
SetDescription sets the Description field's value.
func (*ItemForListWorkspacesOutput) SetId ¶
func (s *ItemForListWorkspacesOutput) SetId(v string) *ItemForListWorkspacesOutput
SetId sets the Id field's value.
func (*ItemForListWorkspacesOutput) SetName ¶
func (s *ItemForListWorkspacesOutput) SetName(v string) *ItemForListWorkspacesOutput
SetName sets the Name field's value.
func (*ItemForListWorkspacesOutput) SetUpdateTime ¶
func (s *ItemForListWorkspacesOutput) SetUpdateTime(v string) *ItemForListWorkspacesOutput
SetUpdateTime sets the UpdateTime field's value.
func (*ItemForListWorkspacesOutput) SetVisibility ¶
func (s *ItemForListWorkspacesOutput) SetVisibility(v string) *ItemForListWorkspacesOutput
SetVisibility sets the Visibility field's value.
func (*ItemForListWorkspacesOutput) SetVisibleUsers ¶
func (s *ItemForListWorkspacesOutput) SetVisibleUsers(v []*VisibleUserForListWorkspacesOutput) *ItemForListWorkspacesOutput
SetVisibleUsers sets the VisibleUsers field's value.
func (ItemForListWorkspacesOutput) String ¶
func (s ItemForListWorkspacesOutput) String() string
String returns the string representation
type ListComponentStepInput ¶
type ListComponentStepInput struct {
Filter *FilterForListComponentStepInput `type:"structure" json:",omitempty"`
PageNumber *int64 `type:"int64" json:",omitempty"`
PageSize *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListComponentStepInput) GoString ¶
func (s ListComponentStepInput) GoString() string
GoString returns the string representation
func (*ListComponentStepInput) SetFilter ¶
func (s *ListComponentStepInput) SetFilter(v *FilterForListComponentStepInput) *ListComponentStepInput
SetFilter sets the Filter field's value.
func (*ListComponentStepInput) SetPageNumber ¶
func (s *ListComponentStepInput) SetPageNumber(v int64) *ListComponentStepInput
SetPageNumber sets the PageNumber field's value.
func (*ListComponentStepInput) SetPageSize ¶
func (s *ListComponentStepInput) SetPageSize(v int64) *ListComponentStepInput
SetPageSize sets the PageSize field's value.
func (ListComponentStepInput) String ¶
func (s ListComponentStepInput) String() string
String returns the string representation
type ListComponentStepOutput ¶
type ListComponentStepOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListComponentStepOutput `type:"list" json:",omitempty"`
PageNumber *int64 `type:"int64" json:",omitempty"`
PageSize *int64 `type:"int64" json:",omitempty"`
TotalCount *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListComponentStepOutput) GoString ¶
func (s ListComponentStepOutput) GoString() string
GoString returns the string representation
func (*ListComponentStepOutput) SetItems ¶
func (s *ListComponentStepOutput) SetItems(v []*ItemForListComponentStepOutput) *ListComponentStepOutput
SetItems sets the Items field's value.
func (*ListComponentStepOutput) SetPageNumber ¶
func (s *ListComponentStepOutput) SetPageNumber(v int64) *ListComponentStepOutput
SetPageNumber sets the PageNumber field's value.
func (*ListComponentStepOutput) SetPageSize ¶
func (s *ListComponentStepOutput) SetPageSize(v int64) *ListComponentStepOutput
SetPageSize sets the PageSize field's value.
func (*ListComponentStepOutput) SetTotalCount ¶
func (s *ListComponentStepOutput) SetTotalCount(v int64) *ListComponentStepOutput
SetTotalCount sets the TotalCount field's value.
func (ListComponentStepOutput) String ¶
func (s ListComponentStepOutput) String() string
String returns the string representation
type ListPipelineRunsInput ¶
type ListPipelineRunsInput struct {
Filter *FilterForListPipelineRunsInput `type:"structure" json:",omitempty"`
MaxResults *int64 `type:"int64" json:",omitempty"`
NextToken *string `type:"string" json:",omitempty"`
// PipelineId is a required field
PipelineId *string `type:"string" json:",omitempty" required:"true"`
// WorkspaceId is a required field
WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListPipelineRunsInput) GoString ¶
func (s ListPipelineRunsInput) GoString() string
GoString returns the string representation
func (*ListPipelineRunsInput) SetFilter ¶
func (s *ListPipelineRunsInput) SetFilter(v *FilterForListPipelineRunsInput) *ListPipelineRunsInput
SetFilter sets the Filter field's value.
func (*ListPipelineRunsInput) SetMaxResults ¶
func (s *ListPipelineRunsInput) SetMaxResults(v int64) *ListPipelineRunsInput
SetMaxResults sets the MaxResults field's value.
func (*ListPipelineRunsInput) SetNextToken ¶
func (s *ListPipelineRunsInput) SetNextToken(v string) *ListPipelineRunsInput
SetNextToken sets the NextToken field's value.
func (*ListPipelineRunsInput) SetPipelineId ¶
func (s *ListPipelineRunsInput) SetPipelineId(v string) *ListPipelineRunsInput
SetPipelineId sets the PipelineId field's value.
func (*ListPipelineRunsInput) SetWorkspaceId ¶
func (s *ListPipelineRunsInput) SetWorkspaceId(v string) *ListPipelineRunsInput
SetWorkspaceId sets the WorkspaceId field's value.
func (ListPipelineRunsInput) String ¶
func (s ListPipelineRunsInput) String() string
String returns the string representation
func (*ListPipelineRunsInput) Validate ¶
func (s *ListPipelineRunsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListPipelineRunsOutput ¶
type ListPipelineRunsOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListPipelineRunsOutput `type:"list" json:",omitempty"`
NextToken *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListPipelineRunsOutput) GoString ¶
func (s ListPipelineRunsOutput) GoString() string
GoString returns the string representation
func (*ListPipelineRunsOutput) SetItems ¶
func (s *ListPipelineRunsOutput) SetItems(v []*ItemForListPipelineRunsOutput) *ListPipelineRunsOutput
SetItems sets the Items field's value.
func (*ListPipelineRunsOutput) SetNextToken ¶
func (s *ListPipelineRunsOutput) SetNextToken(v string) *ListPipelineRunsOutput
SetNextToken sets the NextToken field's value.
func (ListPipelineRunsOutput) String ¶
func (s ListPipelineRunsOutput) String() string
String returns the string representation
type ListPipelinesInput ¶
type ListPipelinesInput struct {
Filter *FilterForListPipelinesInput `type:"structure" json:",omitempty"`
PageNumber *int64 `type:"int64" json:",omitempty"`
PageSize *int64 `type:"int64" json:",omitempty"`
// WorkspaceId is a required field
WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListPipelinesInput) GoString ¶
func (s ListPipelinesInput) GoString() string
GoString returns the string representation
func (*ListPipelinesInput) SetFilter ¶
func (s *ListPipelinesInput) SetFilter(v *FilterForListPipelinesInput) *ListPipelinesInput
SetFilter sets the Filter field's value.
func (*ListPipelinesInput) SetPageNumber ¶
func (s *ListPipelinesInput) SetPageNumber(v int64) *ListPipelinesInput
SetPageNumber sets the PageNumber field's value.
func (*ListPipelinesInput) SetPageSize ¶
func (s *ListPipelinesInput) SetPageSize(v int64) *ListPipelinesInput
SetPageSize sets the PageSize field's value.
func (*ListPipelinesInput) SetWorkspaceId ¶
func (s *ListPipelinesInput) SetWorkspaceId(v string) *ListPipelinesInput
SetWorkspaceId sets the WorkspaceId field's value.
func (ListPipelinesInput) String ¶
func (s ListPipelinesInput) String() string
String returns the string representation
func (*ListPipelinesInput) Validate ¶
func (s *ListPipelinesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListPipelinesOutput ¶
type ListPipelinesOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListPipelinesOutput `type:"list" json:",omitempty"`
PageNumber *int64 `type:"int64" json:",omitempty"`
PageSize *int64 `type:"int64" json:",omitempty"`
TotalCount *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListPipelinesOutput) GoString ¶
func (s ListPipelinesOutput) GoString() string
GoString returns the string representation
func (*ListPipelinesOutput) SetItems ¶
func (s *ListPipelinesOutput) SetItems(v []*ItemForListPipelinesOutput) *ListPipelinesOutput
SetItems sets the Items field's value.
func (*ListPipelinesOutput) SetPageNumber ¶
func (s *ListPipelinesOutput) SetPageNumber(v int64) *ListPipelinesOutput
SetPageNumber sets the PageNumber field's value.
func (*ListPipelinesOutput) SetPageSize ¶
func (s *ListPipelinesOutput) SetPageSize(v int64) *ListPipelinesOutput
SetPageSize sets the PageSize field's value.
func (*ListPipelinesOutput) SetTotalCount ¶
func (s *ListPipelinesOutput) SetTotalCount(v int64) *ListPipelinesOutput
SetTotalCount sets the TotalCount field's value.
func (ListPipelinesOutput) String ¶
func (s ListPipelinesOutput) String() string
String returns the string representation
type ListResourcesInput ¶
type ListResourcesInput struct {
Filter *FilterForListResourcesInput `type:"structure" json:",omitempty"`
PageNumber *int64 `type:"int64" json:",omitempty"`
PageSize *int64 `type:"int64" json:",omitempty"`
// WorkspaceId is a required field
WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListResourcesInput) GoString ¶
func (s ListResourcesInput) GoString() string
GoString returns the string representation
func (*ListResourcesInput) SetFilter ¶
func (s *ListResourcesInput) SetFilter(v *FilterForListResourcesInput) *ListResourcesInput
SetFilter sets the Filter field's value.
func (*ListResourcesInput) SetPageNumber ¶
func (s *ListResourcesInput) SetPageNumber(v int64) *ListResourcesInput
SetPageNumber sets the PageNumber field's value.
func (*ListResourcesInput) SetPageSize ¶
func (s *ListResourcesInput) SetPageSize(v int64) *ListResourcesInput
SetPageSize sets the PageSize field's value.
func (*ListResourcesInput) SetWorkspaceId ¶
func (s *ListResourcesInput) SetWorkspaceId(v string) *ListResourcesInput
SetWorkspaceId sets the WorkspaceId field's value.
func (ListResourcesInput) String ¶
func (s ListResourcesInput) String() string
String returns the string representation
func (*ListResourcesInput) Validate ¶
func (s *ListResourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListResourcesOutput ¶
type ListResourcesOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListResourcesOutput `type:"list" json:",omitempty"`
PageNumber *int64 `type:"int64" json:",omitempty"`
PageSize *int64 `type:"int64" json:",omitempty"`
TotalCount *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListResourcesOutput) GoString ¶
func (s ListResourcesOutput) GoString() string
GoString returns the string representation
func (*ListResourcesOutput) SetItems ¶
func (s *ListResourcesOutput) SetItems(v []*ItemForListResourcesOutput) *ListResourcesOutput
SetItems sets the Items field's value.
func (*ListResourcesOutput) SetPageNumber ¶
func (s *ListResourcesOutput) SetPageNumber(v int64) *ListResourcesOutput
SetPageNumber sets the PageNumber field's value.
func (*ListResourcesOutput) SetPageSize ¶
func (s *ListResourcesOutput) SetPageSize(v int64) *ListResourcesOutput
SetPageSize sets the PageSize field's value.
func (*ListResourcesOutput) SetTotalCount ¶
func (s *ListResourcesOutput) SetTotalCount(v int64) *ListResourcesOutput
SetTotalCount sets the TotalCount field's value.
func (ListResourcesOutput) String ¶
func (s ListResourcesOutput) String() string
String returns the string representation
type ListServiceConnectionsInput ¶
type ListServiceConnectionsInput struct {
Filter *FilterForListServiceConnectionsInput `type:"structure" json:",omitempty"`
PageNumber *int64 `type:"int64" json:",omitempty"`
PageSize *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListServiceConnectionsInput) GoString ¶
func (s ListServiceConnectionsInput) GoString() string
GoString returns the string representation
func (*ListServiceConnectionsInput) SetFilter ¶
func (s *ListServiceConnectionsInput) SetFilter(v *FilterForListServiceConnectionsInput) *ListServiceConnectionsInput
SetFilter sets the Filter field's value.
func (*ListServiceConnectionsInput) SetPageNumber ¶
func (s *ListServiceConnectionsInput) SetPageNumber(v int64) *ListServiceConnectionsInput
SetPageNumber sets the PageNumber field's value.
func (*ListServiceConnectionsInput) SetPageSize ¶
func (s *ListServiceConnectionsInput) SetPageSize(v int64) *ListServiceConnectionsInput
SetPageSize sets the PageSize field's value.
func (ListServiceConnectionsInput) String ¶
func (s ListServiceConnectionsInput) String() string
String returns the string representation
type ListServiceConnectionsOutput ¶
type ListServiceConnectionsOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListServiceConnectionsOutput `type:"list" json:",omitempty"`
PageNumber *int64 `type:"int64" json:",omitempty"`
PageSize *int64 `type:"int64" json:",omitempty"`
Total *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListServiceConnectionsOutput) GoString ¶
func (s ListServiceConnectionsOutput) GoString() string
GoString returns the string representation
func (*ListServiceConnectionsOutput) SetItems ¶
func (s *ListServiceConnectionsOutput) SetItems(v []*ItemForListServiceConnectionsOutput) *ListServiceConnectionsOutput
SetItems sets the Items field's value.
func (*ListServiceConnectionsOutput) SetPageNumber ¶
func (s *ListServiceConnectionsOutput) SetPageNumber(v int64) *ListServiceConnectionsOutput
SetPageNumber sets the PageNumber field's value.
func (*ListServiceConnectionsOutput) SetPageSize ¶
func (s *ListServiceConnectionsOutput) SetPageSize(v int64) *ListServiceConnectionsOutput
SetPageSize sets the PageSize field's value.
func (*ListServiceConnectionsOutput) SetTotal ¶
func (s *ListServiceConnectionsOutput) SetTotal(v int64) *ListServiceConnectionsOutput
SetTotal sets the Total field's value.
func (ListServiceConnectionsOutput) String ¶
func (s ListServiceConnectionsOutput) String() string
String returns the string representation
type ListTaskRunsInput ¶
type ListTaskRunsInput struct {
Filter *FilterForListTaskRunsInput `type:"structure" json:",omitempty"`
PageNumber *int64 `type:"int64" json:",omitempty"`
PageSize *int64 `type:"int64" json:",omitempty"`
// PipelineId is a required field
PipelineId *string `type:"string" json:",omitempty" required:"true"`
// PipelineRunId is a required field
PipelineRunId *string `type:"string" json:",omitempty" required:"true"`
// TaskId is a required field
TaskId *string `type:"string" json:",omitempty" required:"true"`
// WorkspaceId is a required field
WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListTaskRunsInput) GoString ¶
func (s ListTaskRunsInput) GoString() string
GoString returns the string representation
func (*ListTaskRunsInput) SetFilter ¶
func (s *ListTaskRunsInput) SetFilter(v *FilterForListTaskRunsInput) *ListTaskRunsInput
SetFilter sets the Filter field's value.
func (*ListTaskRunsInput) SetPageNumber ¶
func (s *ListTaskRunsInput) SetPageNumber(v int64) *ListTaskRunsInput
SetPageNumber sets the PageNumber field's value.
func (*ListTaskRunsInput) SetPageSize ¶
func (s *ListTaskRunsInput) SetPageSize(v int64) *ListTaskRunsInput
SetPageSize sets the PageSize field's value.
func (*ListTaskRunsInput) SetPipelineId ¶
func (s *ListTaskRunsInput) SetPipelineId(v string) *ListTaskRunsInput
SetPipelineId sets the PipelineId field's value.
func (*ListTaskRunsInput) SetPipelineRunId ¶
func (s *ListTaskRunsInput) SetPipelineRunId(v string) *ListTaskRunsInput
SetPipelineRunId sets the PipelineRunId field's value.
func (*ListTaskRunsInput) SetTaskId ¶
func (s *ListTaskRunsInput) SetTaskId(v string) *ListTaskRunsInput
SetTaskId sets the TaskId field's value.
func (*ListTaskRunsInput) SetWorkspaceId ¶
func (s *ListTaskRunsInput) SetWorkspaceId(v string) *ListTaskRunsInput
SetWorkspaceId sets the WorkspaceId field's value.
func (ListTaskRunsInput) String ¶
func (s ListTaskRunsInput) String() string
String returns the string representation
func (*ListTaskRunsInput) Validate ¶
func (s *ListTaskRunsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTaskRunsOutput ¶
type ListTaskRunsOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListTaskRunsOutput `type:"list" json:",omitempty"`
PageNumber *int64 `type:"int64" json:",omitempty"`
PageSize *int64 `type:"int64" json:",omitempty"`
TotalCount *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListTaskRunsOutput) GoString ¶
func (s ListTaskRunsOutput) GoString() string
GoString returns the string representation
func (*ListTaskRunsOutput) SetItems ¶
func (s *ListTaskRunsOutput) SetItems(v []*ItemForListTaskRunsOutput) *ListTaskRunsOutput
SetItems sets the Items field's value.
func (*ListTaskRunsOutput) SetPageNumber ¶
func (s *ListTaskRunsOutput) SetPageNumber(v int64) *ListTaskRunsOutput
SetPageNumber sets the PageNumber field's value.
func (*ListTaskRunsOutput) SetPageSize ¶
func (s *ListTaskRunsOutput) SetPageSize(v int64) *ListTaskRunsOutput
SetPageSize sets the PageSize field's value.
func (*ListTaskRunsOutput) SetTotalCount ¶
func (s *ListTaskRunsOutput) SetTotalCount(v int64) *ListTaskRunsOutput
SetTotalCount sets the TotalCount field's value.
func (ListTaskRunsOutput) String ¶
func (s ListTaskRunsOutput) String() string
String returns the string representation
type ListTriggersInput ¶
type ListTriggersInput struct {
Filter *FilterForListTriggersInput `type:"structure" json:",omitempty"`
PageNumber *int64 `type:"int64" json:",omitempty"`
PageSize *int64 `type:"int64" json:",omitempty"`
// PipelineId is a required field
PipelineId *string `type:"string" json:",omitempty" required:"true"`
// WorkspaceId is a required field
WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListTriggersInput) GoString ¶
func (s ListTriggersInput) GoString() string
GoString returns the string representation
func (*ListTriggersInput) SetFilter ¶
func (s *ListTriggersInput) SetFilter(v *FilterForListTriggersInput) *ListTriggersInput
SetFilter sets the Filter field's value.
func (*ListTriggersInput) SetPageNumber ¶
func (s *ListTriggersInput) SetPageNumber(v int64) *ListTriggersInput
SetPageNumber sets the PageNumber field's value.
func (*ListTriggersInput) SetPageSize ¶
func (s *ListTriggersInput) SetPageSize(v int64) *ListTriggersInput
SetPageSize sets the PageSize field's value.
func (*ListTriggersInput) SetPipelineId ¶
func (s *ListTriggersInput) SetPipelineId(v string) *ListTriggersInput
SetPipelineId sets the PipelineId field's value.
func (*ListTriggersInput) SetWorkspaceId ¶
func (s *ListTriggersInput) SetWorkspaceId(v string) *ListTriggersInput
SetWorkspaceId sets the WorkspaceId field's value.
func (ListTriggersInput) String ¶
func (s ListTriggersInput) String() string
String returns the string representation
func (*ListTriggersInput) Validate ¶
func (s *ListTriggersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTriggersOutput ¶
type ListTriggersOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListTriggersOutput `type:"list" json:",omitempty"`
PageNumber *int64 `type:"int64" json:",omitempty"`
PageSize *int64 `type:"int64" json:",omitempty"`
TotalCount *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListTriggersOutput) GoString ¶
func (s ListTriggersOutput) GoString() string
GoString returns the string representation
func (*ListTriggersOutput) SetItems ¶
func (s *ListTriggersOutput) SetItems(v []*ItemForListTriggersOutput) *ListTriggersOutput
SetItems sets the Items field's value.
func (*ListTriggersOutput) SetPageNumber ¶
func (s *ListTriggersOutput) SetPageNumber(v int64) *ListTriggersOutput
SetPageNumber sets the PageNumber field's value.
func (*ListTriggersOutput) SetPageSize ¶
func (s *ListTriggersOutput) SetPageSize(v int64) *ListTriggersOutput
SetPageSize sets the PageSize field's value.
func (*ListTriggersOutput) SetTotalCount ¶
func (s *ListTriggersOutput) SetTotalCount(v int64) *ListTriggersOutput
SetTotalCount sets the TotalCount field's value.
func (ListTriggersOutput) String ¶
func (s ListTriggersOutput) String() string
String returns the string representation
type ListWorkspacesInput ¶
type ListWorkspacesInput struct {
Filter *FilterForListWorkspacesInput `type:"structure" json:",omitempty"`
PageNumber *int64 `type:"int64" json:",omitempty"`
PageSize *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListWorkspacesInput) GoString ¶
func (s ListWorkspacesInput) GoString() string
GoString returns the string representation
func (*ListWorkspacesInput) SetFilter ¶
func (s *ListWorkspacesInput) SetFilter(v *FilterForListWorkspacesInput) *ListWorkspacesInput
SetFilter sets the Filter field's value.
func (*ListWorkspacesInput) SetPageNumber ¶
func (s *ListWorkspacesInput) SetPageNumber(v int64) *ListWorkspacesInput
SetPageNumber sets the PageNumber field's value.
func (*ListWorkspacesInput) SetPageSize ¶
func (s *ListWorkspacesInput) SetPageSize(v int64) *ListWorkspacesInput
SetPageSize sets the PageSize field's value.
func (ListWorkspacesInput) String ¶
func (s ListWorkspacesInput) String() string
String returns the string representation
type ListWorkspacesOutput ¶
type ListWorkspacesOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListWorkspacesOutput `type:"list" json:",omitempty"`
PageNumber *int64 `type:"int64" json:",omitempty"`
PageSize *int64 `type:"int64" json:",omitempty"`
TotalCount *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListWorkspacesOutput) GoString ¶
func (s ListWorkspacesOutput) GoString() string
GoString returns the string representation
func (*ListWorkspacesOutput) SetItems ¶
func (s *ListWorkspacesOutput) SetItems(v []*ItemForListWorkspacesOutput) *ListWorkspacesOutput
SetItems sets the Items field's value.
func (*ListWorkspacesOutput) SetPageNumber ¶
func (s *ListWorkspacesOutput) SetPageNumber(v int64) *ListWorkspacesOutput
SetPageNumber sets the PageNumber field's value.
func (*ListWorkspacesOutput) SetPageSize ¶
func (s *ListWorkspacesOutput) SetPageSize(v int64) *ListWorkspacesOutput
SetPageSize sets the PageSize field's value.
func (*ListWorkspacesOutput) SetTotalCount ¶
func (s *ListWorkspacesOutput) SetTotalCount(v int64) *ListWorkspacesOutput
SetTotalCount sets the TotalCount field's value.
func (ListWorkspacesOutput) String ¶
func (s ListWorkspacesOutput) String() string
String returns the string representation
type NotificationForListPipelinesOutput ¶
type NotificationForListPipelinesOutput struct {
CustomContent *string `type:"string" json:",omitempty"`
Email *EmailForListPipelinesOutput `type:"structure" json:",omitempty"`
EnableSiteLetter *bool `type:"boolean" json:",omitempty"`
Events []*string `type:"list" json:",omitempty"`
Sms *SmsForListPipelinesOutput `type:"structure" json:",omitempty"`
Webhook *WebhookForListPipelinesOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (NotificationForListPipelinesOutput) GoString ¶
func (s NotificationForListPipelinesOutput) GoString() string
GoString returns the string representation
func (*NotificationForListPipelinesOutput) SetCustomContent ¶
func (s *NotificationForListPipelinesOutput) SetCustomContent(v string) *NotificationForListPipelinesOutput
SetCustomContent sets the CustomContent field's value.
func (*NotificationForListPipelinesOutput) SetEmail ¶
func (s *NotificationForListPipelinesOutput) SetEmail(v *EmailForListPipelinesOutput) *NotificationForListPipelinesOutput
SetEmail sets the Email field's value.
func (*NotificationForListPipelinesOutput) SetEnableSiteLetter ¶
func (s *NotificationForListPipelinesOutput) SetEnableSiteLetter(v bool) *NotificationForListPipelinesOutput
SetEnableSiteLetter sets the EnableSiteLetter field's value.
func (*NotificationForListPipelinesOutput) SetEvents ¶
func (s *NotificationForListPipelinesOutput) SetEvents(v []*string) *NotificationForListPipelinesOutput
SetEvents sets the Events field's value.
func (*NotificationForListPipelinesOutput) SetSms ¶
func (s *NotificationForListPipelinesOutput) SetSms(v *SmsForListPipelinesOutput) *NotificationForListPipelinesOutput
SetSms sets the Sms field's value.
func (*NotificationForListPipelinesOutput) SetWebhook ¶
func (s *NotificationForListPipelinesOutput) SetWebhook(v *WebhookForListPipelinesOutput) *NotificationForListPipelinesOutput
SetWebhook sets the Webhook field's value.
func (NotificationForListPipelinesOutput) String ¶
func (s NotificationForListPipelinesOutput) String() string
String returns the string representation
type OutputForListComponentStepOutput ¶
type OutputForListComponentStepOutput struct {
DefaultValue *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
DisplayName *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (OutputForListComponentStepOutput) GoString ¶
func (s OutputForListComponentStepOutput) GoString() string
GoString returns the string representation
func (*OutputForListComponentStepOutput) SetDefaultValue ¶
func (s *OutputForListComponentStepOutput) SetDefaultValue(v string) *OutputForListComponentStepOutput
SetDefaultValue sets the DefaultValue field's value.
func (*OutputForListComponentStepOutput) SetDescription ¶
func (s *OutputForListComponentStepOutput) SetDescription(v string) *OutputForListComponentStepOutput
SetDescription sets the Description field's value.
func (*OutputForListComponentStepOutput) SetDisplayName ¶
func (s *OutputForListComponentStepOutput) SetDisplayName(v string) *OutputForListComponentStepOutput
SetDisplayName sets the DisplayName field's value.
func (*OutputForListComponentStepOutput) SetName ¶
func (s *OutputForListComponentStepOutput) SetName(v string) *OutputForListComponentStepOutput
SetName sets the Name field's value.
func (*OutputForListComponentStepOutput) SetType ¶
func (s *OutputForListComponentStepOutput) SetType(v string) *OutputForListComponentStepOutput
SetType sets the Type field's value.
func (OutputForListComponentStepOutput) String ¶
func (s OutputForListComponentStepOutput) String() string
String returns the string representation
type OutputForListTaskRunsOutput ¶
type OutputForListTaskRunsOutput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (OutputForListTaskRunsOutput) GoString ¶
func (s OutputForListTaskRunsOutput) GoString() string
GoString returns the string representation
func (*OutputForListTaskRunsOutput) SetKey ¶
func (s *OutputForListTaskRunsOutput) SetKey(v string) *OutputForListTaskRunsOutput
SetKey sets the Key field's value.
func (*OutputForListTaskRunsOutput) SetValue ¶
func (s *OutputForListTaskRunsOutput) SetValue(v string) *OutputForListTaskRunsOutput
SetValue sets the Value field's value.
func (OutputForListTaskRunsOutput) String ¶
func (s OutputForListTaskRunsOutput) String() string
String returns the string representation
type ParameterForCreateTriggerInput ¶
type ParameterForCreateTriggerInput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ParameterForCreateTriggerInput) GoString ¶
func (s ParameterForCreateTriggerInput) GoString() string
GoString returns the string representation
func (*ParameterForCreateTriggerInput) SetKey ¶
func (s *ParameterForCreateTriggerInput) SetKey(v string) *ParameterForCreateTriggerInput
SetKey sets the Key field's value.
func (*ParameterForCreateTriggerInput) SetValue ¶
func (s *ParameterForCreateTriggerInput) SetValue(v string) *ParameterForCreateTriggerInput
SetValue sets the Value field's value.
func (ParameterForCreateTriggerInput) String ¶
func (s ParameterForCreateTriggerInput) String() string
String returns the string representation
type ParameterForListPipelineRunsOutput ¶
type ParameterForListPipelineRunsOutput struct {
Description *string `type:"string" json:",omitempty"`
Dynamic *bool `type:"boolean" json:",omitempty"`
Key *string `type:"string" json:",omitempty"`
OptionValues []*string `type:"list" json:",omitempty"`
Secret *bool `type:"boolean" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ParameterForListPipelineRunsOutput) GoString ¶
func (s ParameterForListPipelineRunsOutput) GoString() string
GoString returns the string representation
func (*ParameterForListPipelineRunsOutput) SetDescription ¶
func (s *ParameterForListPipelineRunsOutput) SetDescription(v string) *ParameterForListPipelineRunsOutput
SetDescription sets the Description field's value.
func (*ParameterForListPipelineRunsOutput) SetDynamic ¶
func (s *ParameterForListPipelineRunsOutput) SetDynamic(v bool) *ParameterForListPipelineRunsOutput
SetDynamic sets the Dynamic field's value.
func (*ParameterForListPipelineRunsOutput) SetKey ¶
func (s *ParameterForListPipelineRunsOutput) SetKey(v string) *ParameterForListPipelineRunsOutput
SetKey sets the Key field's value.
func (*ParameterForListPipelineRunsOutput) SetOptionValues ¶
func (s *ParameterForListPipelineRunsOutput) SetOptionValues(v []*string) *ParameterForListPipelineRunsOutput
SetOptionValues sets the OptionValues field's value.
func (*ParameterForListPipelineRunsOutput) SetSecret ¶
func (s *ParameterForListPipelineRunsOutput) SetSecret(v bool) *ParameterForListPipelineRunsOutput
SetSecret sets the Secret field's value.
func (*ParameterForListPipelineRunsOutput) SetValue ¶
func (s *ParameterForListPipelineRunsOutput) SetValue(v string) *ParameterForListPipelineRunsOutput
SetValue sets the Value field's value.
func (ParameterForListPipelineRunsOutput) String ¶
func (s ParameterForListPipelineRunsOutput) String() string
String returns the string representation
type ParameterForListPipelinesOutput ¶
type ParameterForListPipelinesOutput struct {
Description *string `type:"string" json:",omitempty"`
Dynamic *bool `type:"boolean" json:",omitempty"`
Key *string `type:"string" json:",omitempty"`
OptionValues []*string `type:"list" json:",omitempty"`
Secret *bool `type:"boolean" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ParameterForListPipelinesOutput) GoString ¶
func (s ParameterForListPipelinesOutput) GoString() string
GoString returns the string representation
func (*ParameterForListPipelinesOutput) SetDescription ¶
func (s *ParameterForListPipelinesOutput) SetDescription(v string) *ParameterForListPipelinesOutput
SetDescription sets the Description field's value.
func (*ParameterForListPipelinesOutput) SetDynamic ¶
func (s *ParameterForListPipelinesOutput) SetDynamic(v bool) *ParameterForListPipelinesOutput
SetDynamic sets the Dynamic field's value.
func (*ParameterForListPipelinesOutput) SetKey ¶
func (s *ParameterForListPipelinesOutput) SetKey(v string) *ParameterForListPipelinesOutput
SetKey sets the Key field's value.
func (*ParameterForListPipelinesOutput) SetOptionValues ¶
func (s *ParameterForListPipelinesOutput) SetOptionValues(v []*string) *ParameterForListPipelinesOutput
SetOptionValues sets the OptionValues field's value.
func (*ParameterForListPipelinesOutput) SetSecret ¶
func (s *ParameterForListPipelinesOutput) SetSecret(v bool) *ParameterForListPipelinesOutput
SetSecret sets the Secret field's value.
func (*ParameterForListPipelinesOutput) SetValue ¶
func (s *ParameterForListPipelinesOutput) SetValue(v string) *ParameterForListPipelinesOutput
SetValue sets the Value field's value.
func (ParameterForListPipelinesOutput) String ¶
func (s ParameterForListPipelinesOutput) String() string
String returns the string representation
type ParameterForListTriggersOutput ¶
type ParameterForListTriggersOutput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ParameterForListTriggersOutput) GoString ¶
func (s ParameterForListTriggersOutput) GoString() string
GoString returns the string representation
func (*ParameterForListTriggersOutput) SetKey ¶
func (s *ParameterForListTriggersOutput) SetKey(v string) *ParameterForListTriggersOutput
SetKey sets the Key field's value.
func (*ParameterForListTriggersOutput) SetValue ¶
func (s *ParameterForListTriggersOutput) SetValue(v string) *ParameterForListTriggersOutput
SetValue sets the Value field's value.
func (ParameterForListTriggersOutput) String ¶
func (s ParameterForListTriggersOutput) String() string
String returns the string representation
type ParameterForRunPipelineInput ¶
type ParameterForRunPipelineInput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ParameterForRunPipelineInput) GoString ¶
func (s ParameterForRunPipelineInput) GoString() string
GoString returns the string representation
func (*ParameterForRunPipelineInput) SetKey ¶
func (s *ParameterForRunPipelineInput) SetKey(v string) *ParameterForRunPipelineInput
SetKey sets the Key field's value.
func (*ParameterForRunPipelineInput) SetValue ¶
func (s *ParameterForRunPipelineInput) SetValue(v string) *ParameterForRunPipelineInput
SetValue sets the Value field's value.
func (ParameterForRunPipelineInput) String ¶
func (s ParameterForRunPipelineInput) String() string
String returns the string representation
type ParameterForUpdateTriggerInput ¶
type ParameterForUpdateTriggerInput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ParameterForUpdateTriggerInput) GoString ¶
func (s ParameterForUpdateTriggerInput) GoString() string
GoString returns the string representation
func (*ParameterForUpdateTriggerInput) SetKey ¶
func (s *ParameterForUpdateTriggerInput) SetKey(v string) *ParameterForUpdateTriggerInput
SetKey sets the Key field's value.
func (*ParameterForUpdateTriggerInput) SetValue ¶
func (s *ParameterForUpdateTriggerInput) SetValue(v string) *ParameterForUpdateTriggerInput
SetValue sets the Value field's value.
func (ParameterForUpdateTriggerInput) String ¶
func (s ParameterForUpdateTriggerInput) String() string
String returns the string representation
type ResourceForCreateTriggerInput ¶
type ResourceForCreateTriggerInput struct {
Reference *string `type:"string" json:",omitempty"`
ResourceId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ResourceForCreateTriggerInput) GoString ¶
func (s ResourceForCreateTriggerInput) GoString() string
GoString returns the string representation
func (*ResourceForCreateTriggerInput) SetReference ¶
func (s *ResourceForCreateTriggerInput) SetReference(v string) *ResourceForCreateTriggerInput
SetReference sets the Reference field's value.
func (*ResourceForCreateTriggerInput) SetResourceId ¶
func (s *ResourceForCreateTriggerInput) SetResourceId(v string) *ResourceForCreateTriggerInput
SetResourceId sets the ResourceId field's value.
func (ResourceForCreateTriggerInput) String ¶
func (s ResourceForCreateTriggerInput) String() string
String returns the string representation
type ResourceForListPipelineRunsOutput ¶
type ResourceForListPipelineRunsOutput struct {
Configuration *ConfigurationForListPipelineRunsOutput `type:"structure" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ResourceForListPipelineRunsOutput) GoString ¶
func (s ResourceForListPipelineRunsOutput) GoString() string
GoString returns the string representation
func (*ResourceForListPipelineRunsOutput) SetConfiguration ¶
func (s *ResourceForListPipelineRunsOutput) SetConfiguration(v *ConfigurationForListPipelineRunsOutput) *ResourceForListPipelineRunsOutput
SetConfiguration sets the Configuration field's value.
func (*ResourceForListPipelineRunsOutput) SetId ¶
func (s *ResourceForListPipelineRunsOutput) SetId(v string) *ResourceForListPipelineRunsOutput
SetId sets the Id field's value.
func (*ResourceForListPipelineRunsOutput) SetName ¶
func (s *ResourceForListPipelineRunsOutput) SetName(v string) *ResourceForListPipelineRunsOutput
SetName sets the Name field's value.
func (*ResourceForListPipelineRunsOutput) SetType ¶
func (s *ResourceForListPipelineRunsOutput) SetType(v string) *ResourceForListPipelineRunsOutput
SetType sets the Type field's value.
func (ResourceForListPipelineRunsOutput) String ¶
func (s ResourceForListPipelineRunsOutput) String() string
String returns the string representation
type ResourceForListPipelinesOutput ¶
type ResourceForListPipelinesOutput struct {
Configuration *ConfigurationForListPipelinesOutput `type:"structure" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ResourceForListPipelinesOutput) GoString ¶
func (s ResourceForListPipelinesOutput) GoString() string
GoString returns the string representation
func (*ResourceForListPipelinesOutput) SetConfiguration ¶
func (s *ResourceForListPipelinesOutput) SetConfiguration(v *ConfigurationForListPipelinesOutput) *ResourceForListPipelinesOutput
SetConfiguration sets the Configuration field's value.
func (*ResourceForListPipelinesOutput) SetId ¶
func (s *ResourceForListPipelinesOutput) SetId(v string) *ResourceForListPipelinesOutput
SetId sets the Id field's value.
func (ResourceForListPipelinesOutput) String ¶
func (s ResourceForListPipelinesOutput) String() string
String returns the string representation
type ResourceForListTriggersOutput ¶
type ResourceForListTriggersOutput struct {
Reference *string `type:"string" json:",omitempty"`
ResourceId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ResourceForListTriggersOutput) GoString ¶
func (s ResourceForListTriggersOutput) GoString() string
GoString returns the string representation
func (*ResourceForListTriggersOutput) SetReference ¶
func (s *ResourceForListTriggersOutput) SetReference(v string) *ResourceForListTriggersOutput
SetReference sets the Reference field's value.
func (*ResourceForListTriggersOutput) SetResourceId ¶
func (s *ResourceForListTriggersOutput) SetResourceId(v string) *ResourceForListTriggersOutput
SetResourceId sets the ResourceId field's value.
func (ResourceForListTriggersOutput) String ¶
func (s ResourceForListTriggersOutput) String() string
String returns the string representation
type ResourceForRunPipelineInput ¶
type ResourceForRunPipelineInput struct {
Reference *string `type:"string" json:",omitempty"`
ResourceId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ResourceForRunPipelineInput) GoString ¶
func (s ResourceForRunPipelineInput) GoString() string
GoString returns the string representation
func (*ResourceForRunPipelineInput) SetReference ¶
func (s *ResourceForRunPipelineInput) SetReference(v string) *ResourceForRunPipelineInput
SetReference sets the Reference field's value.
func (*ResourceForRunPipelineInput) SetResourceId ¶
func (s *ResourceForRunPipelineInput) SetResourceId(v string) *ResourceForRunPipelineInput
SetResourceId sets the ResourceId field's value.
func (ResourceForRunPipelineInput) String ¶
func (s ResourceForRunPipelineInput) String() string
String returns the string representation
type ResourceForUpdateTriggerInput ¶
type ResourceForUpdateTriggerInput struct {
Reference *string `type:"string" json:",omitempty"`
ResourceId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ResourceForUpdateTriggerInput) GoString ¶
func (s ResourceForUpdateTriggerInput) GoString() string
GoString returns the string representation
func (*ResourceForUpdateTriggerInput) SetReference ¶
func (s *ResourceForUpdateTriggerInput) SetReference(v string) *ResourceForUpdateTriggerInput
SetReference sets the Reference field's value.
func (*ResourceForUpdateTriggerInput) SetResourceId ¶
func (s *ResourceForUpdateTriggerInput) SetResourceId(v string) *ResourceForUpdateTriggerInput
SetResourceId sets the ResourceId field's value.
func (ResourceForUpdateTriggerInput) String ¶
func (s ResourceForUpdateTriggerInput) String() string
String returns the string representation
type RunPipelineInput ¶
type RunPipelineInput struct {
Description *string `type:"string" json:",omitempty"`
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
Parameters []*ParameterForRunPipelineInput `type:"list" json:",omitempty"`
Resources []*ResourceForRunPipelineInput `type:"list" json:",omitempty"`
// WorkspaceId is a required field
WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (RunPipelineInput) GoString ¶
func (s RunPipelineInput) GoString() string
GoString returns the string representation
func (*RunPipelineInput) SetDescription ¶
func (s *RunPipelineInput) SetDescription(v string) *RunPipelineInput
SetDescription sets the Description field's value.
func (*RunPipelineInput) SetId ¶
func (s *RunPipelineInput) SetId(v string) *RunPipelineInput
SetId sets the Id field's value.
func (*RunPipelineInput) SetParameters ¶
func (s *RunPipelineInput) SetParameters(v []*ParameterForRunPipelineInput) *RunPipelineInput
SetParameters sets the Parameters field's value.
func (*RunPipelineInput) SetResources ¶
func (s *RunPipelineInput) SetResources(v []*ResourceForRunPipelineInput) *RunPipelineInput
SetResources sets the Resources field's value.
func (*RunPipelineInput) SetWorkspaceId ¶
func (s *RunPipelineInput) SetWorkspaceId(v string) *RunPipelineInput
SetWorkspaceId sets the WorkspaceId field's value.
func (RunPipelineInput) String ¶
func (s RunPipelineInput) String() string
String returns the string representation
func (*RunPipelineInput) Validate ¶
func (s *RunPipelineInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RunPipelineOutput ¶
type RunPipelineOutput struct {
Metadata *response.ResponseMetadata
Id *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (RunPipelineOutput) GoString ¶
func (s RunPipelineOutput) GoString() string
GoString returns the string representation
func (*RunPipelineOutput) SetId ¶
func (s *RunPipelineOutput) SetId(v string) *RunPipelineOutput
SetId sets the Id field's value.
func (RunPipelineOutput) String ¶
func (s RunPipelineOutput) String() string
String returns the string representation
type ScheduleForCreateTriggerInput ¶
type ScheduleForCreateTriggerInput struct {
ScheduleConfig *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ScheduleForCreateTriggerInput) GoString ¶
func (s ScheduleForCreateTriggerInput) GoString() string
GoString returns the string representation
func (*ScheduleForCreateTriggerInput) SetScheduleConfig ¶
func (s *ScheduleForCreateTriggerInput) SetScheduleConfig(v string) *ScheduleForCreateTriggerInput
SetScheduleConfig sets the ScheduleConfig field's value.
func (ScheduleForCreateTriggerInput) String ¶
func (s ScheduleForCreateTriggerInput) String() string
String returns the string representation
type ScheduleForListTriggersOutput ¶
type ScheduleForListTriggersOutput struct {
ScheduleConfig *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ScheduleForListTriggersOutput) GoString ¶
func (s ScheduleForListTriggersOutput) GoString() string
GoString returns the string representation
func (*ScheduleForListTriggersOutput) SetScheduleConfig ¶
func (s *ScheduleForListTriggersOutput) SetScheduleConfig(v string) *ScheduleForListTriggersOutput
SetScheduleConfig sets the ScheduleConfig field's value.
func (ScheduleForListTriggersOutput) String ¶
func (s ScheduleForListTriggersOutput) String() string
String returns the string representation
type ScheduleForUpdateTriggerInput ¶
type ScheduleForUpdateTriggerInput struct {
ScheduleConfig *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ScheduleForUpdateTriggerInput) GoString ¶
func (s ScheduleForUpdateTriggerInput) GoString() string
GoString returns the string representation
func (*ScheduleForUpdateTriggerInput) SetScheduleConfig ¶
func (s *ScheduleForUpdateTriggerInput) SetScheduleConfig(v string) *ScheduleForUpdateTriggerInput
SetScheduleConfig sets the ScheduleConfig field's value.
func (ScheduleForUpdateTriggerInput) String ¶
func (s ScheduleForUpdateTriggerInput) String() string
String returns the string representation
type SmsForListPipelinesOutput ¶
type SmsForListPipelinesOutput struct {
Enable *bool `type:"boolean" json:",omitempty"`
Targets []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (SmsForListPipelinesOutput) GoString ¶
func (s SmsForListPipelinesOutput) GoString() string
GoString returns the string representation
func (*SmsForListPipelinesOutput) SetEnable ¶
func (s *SmsForListPipelinesOutput) SetEnable(v bool) *SmsForListPipelinesOutput
SetEnable sets the Enable field's value.
func (*SmsForListPipelinesOutput) SetTargets ¶
func (s *SmsForListPipelinesOutput) SetTargets(v []*string) *SmsForListPipelinesOutput
SetTargets sets the Targets field's value.
func (SmsForListPipelinesOutput) String ¶
func (s SmsForListPipelinesOutput) String() string
String returns the string representation
type StageForListPipelineRunsOutput ¶
type StageForListPipelineRunsOutput struct {
Id *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
Tasks []*TaskForListPipelineRunsOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (StageForListPipelineRunsOutput) GoString ¶
func (s StageForListPipelineRunsOutput) GoString() string
GoString returns the string representation
func (*StageForListPipelineRunsOutput) SetId ¶
func (s *StageForListPipelineRunsOutput) SetId(v string) *StageForListPipelineRunsOutput
SetId sets the Id field's value.
func (*StageForListPipelineRunsOutput) SetName ¶
func (s *StageForListPipelineRunsOutput) SetName(v string) *StageForListPipelineRunsOutput
SetName sets the Name field's value.
func (*StageForListPipelineRunsOutput) SetStatus ¶
func (s *StageForListPipelineRunsOutput) SetStatus(v string) *StageForListPipelineRunsOutput
SetStatus sets the Status field's value.
func (*StageForListPipelineRunsOutput) SetTasks ¶
func (s *StageForListPipelineRunsOutput) SetTasks(v []*TaskForListPipelineRunsOutput) *StageForListPipelineRunsOutput
SetTasks sets the Tasks field's value.
func (StageForListPipelineRunsOutput) String ¶
func (s StageForListPipelineRunsOutput) String() string
String returns the string representation
type StepForListTaskRunsOutput ¶
type StepForListTaskRunsOutput struct {
FinishTime *string `type:"string" json:",omitempty"`
LogStatus *string `type:"string" json:",omitempty"`
LogUri *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
StartTime *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
Version *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (StepForListTaskRunsOutput) GoString ¶
func (s StepForListTaskRunsOutput) GoString() string
GoString returns the string representation
func (*StepForListTaskRunsOutput) SetFinishTime ¶
func (s *StepForListTaskRunsOutput) SetFinishTime(v string) *StepForListTaskRunsOutput
SetFinishTime sets the FinishTime field's value.
func (*StepForListTaskRunsOutput) SetLogStatus ¶
func (s *StepForListTaskRunsOutput) SetLogStatus(v string) *StepForListTaskRunsOutput
SetLogStatus sets the LogStatus field's value.
func (*StepForListTaskRunsOutput) SetLogUri ¶
func (s *StepForListTaskRunsOutput) SetLogUri(v string) *StepForListTaskRunsOutput
SetLogUri sets the LogUri field's value.
func (*StepForListTaskRunsOutput) SetName ¶
func (s *StepForListTaskRunsOutput) SetName(v string) *StepForListTaskRunsOutput
SetName sets the Name field's value.
func (*StepForListTaskRunsOutput) SetStartTime ¶
func (s *StepForListTaskRunsOutput) SetStartTime(v string) *StepForListTaskRunsOutput
SetStartTime sets the StartTime field's value.
func (*StepForListTaskRunsOutput) SetStatus ¶
func (s *StepForListTaskRunsOutput) SetStatus(v string) *StepForListTaskRunsOutput
SetStatus sets the Status field's value.
func (*StepForListTaskRunsOutput) SetVersion ¶
func (s *StepForListTaskRunsOutput) SetVersion(v string) *StepForListTaskRunsOutput
SetVersion sets the Version field's value.
func (StepForListTaskRunsOutput) String ¶
func (s StepForListTaskRunsOutput) String() string
String returns the string representation
type SystemParameterForListPipelineRunsOutput ¶
type SystemParameterForListPipelineRunsOutput struct {
Description *string `type:"string" json:",omitempty"`
Dynamic *bool `type:"boolean" json:",omitempty"`
Key *string `type:"string" json:",omitempty"`
OptionValues []*string `type:"list" json:",omitempty"`
Secret *bool `type:"boolean" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (SystemParameterForListPipelineRunsOutput) GoString ¶
func (s SystemParameterForListPipelineRunsOutput) GoString() string
GoString returns the string representation
func (*SystemParameterForListPipelineRunsOutput) SetDescription ¶
func (s *SystemParameterForListPipelineRunsOutput) SetDescription(v string) *SystemParameterForListPipelineRunsOutput
SetDescription sets the Description field's value.
func (*SystemParameterForListPipelineRunsOutput) SetDynamic ¶
func (s *SystemParameterForListPipelineRunsOutput) SetDynamic(v bool) *SystemParameterForListPipelineRunsOutput
SetDynamic sets the Dynamic field's value.
func (*SystemParameterForListPipelineRunsOutput) SetKey ¶
func (s *SystemParameterForListPipelineRunsOutput) SetKey(v string) *SystemParameterForListPipelineRunsOutput
SetKey sets the Key field's value.
func (*SystemParameterForListPipelineRunsOutput) SetOptionValues ¶
func (s *SystemParameterForListPipelineRunsOutput) SetOptionValues(v []*string) *SystemParameterForListPipelineRunsOutput
SetOptionValues sets the OptionValues field's value.
func (*SystemParameterForListPipelineRunsOutput) SetSecret ¶
func (s *SystemParameterForListPipelineRunsOutput) SetSecret(v bool) *SystemParameterForListPipelineRunsOutput
SetSecret sets the Secret field's value.
func (*SystemParameterForListPipelineRunsOutput) SetValue ¶
func (s *SystemParameterForListPipelineRunsOutput) SetValue(v string) *SystemParameterForListPipelineRunsOutput
SetValue sets the Value field's value.
func (SystemParameterForListPipelineRunsOutput) String ¶
func (s SystemParameterForListPipelineRunsOutput) String() string
String returns the string representation
type TaskForListPipelineRunsOutput ¶
type TaskForListPipelineRunsOutput struct {
DependsOn []*string `type:"list" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TaskForListPipelineRunsOutput) GoString ¶
func (s TaskForListPipelineRunsOutput) GoString() string
GoString returns the string representation
func (*TaskForListPipelineRunsOutput) SetDependsOn ¶
func (s *TaskForListPipelineRunsOutput) SetDependsOn(v []*string) *TaskForListPipelineRunsOutput
SetDependsOn sets the DependsOn field's value.
func (*TaskForListPipelineRunsOutput) SetId ¶
func (s *TaskForListPipelineRunsOutput) SetId(v string) *TaskForListPipelineRunsOutput
SetId sets the Id field's value.
func (*TaskForListPipelineRunsOutput) SetName ¶
func (s *TaskForListPipelineRunsOutput) SetName(v string) *TaskForListPipelineRunsOutput
SetName sets the Name field's value.
func (*TaskForListPipelineRunsOutput) SetStatus ¶
func (s *TaskForListPipelineRunsOutput) SetStatus(v string) *TaskForListPipelineRunsOutput
SetStatus sets the Status field's value.
func (TaskForListPipelineRunsOutput) String ¶
func (s TaskForListPipelineRunsOutput) String() string
String returns the string representation
type TriggerForListPipelineRunsOutput ¶
type TriggerForListPipelineRunsOutput struct {
TriggerId *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty"`
User *UserForListPipelineRunsOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (TriggerForListPipelineRunsOutput) GoString ¶
func (s TriggerForListPipelineRunsOutput) GoString() string
GoString returns the string representation
func (*TriggerForListPipelineRunsOutput) SetTriggerId ¶
func (s *TriggerForListPipelineRunsOutput) SetTriggerId(v string) *TriggerForListPipelineRunsOutput
SetTriggerId sets the TriggerId field's value.
func (*TriggerForListPipelineRunsOutput) SetType ¶
func (s *TriggerForListPipelineRunsOutput) SetType(v string) *TriggerForListPipelineRunsOutput
SetType sets the Type field's value.
func (*TriggerForListPipelineRunsOutput) SetUser ¶
func (s *TriggerForListPipelineRunsOutput) SetUser(v *UserForListPipelineRunsOutput) *TriggerForListPipelineRunsOutput
SetUser sets the User field's value.
func (TriggerForListPipelineRunsOutput) String ¶
func (s TriggerForListPipelineRunsOutput) String() string
String returns the string representation
type TypeInfoForListServiceConnectionsInput ¶
type TypeInfoForListServiceConnectionsInput struct {
Category *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TypeInfoForListServiceConnectionsInput) GoString ¶
func (s TypeInfoForListServiceConnectionsInput) GoString() string
GoString returns the string representation
func (*TypeInfoForListServiceConnectionsInput) SetCategory ¶
func (s *TypeInfoForListServiceConnectionsInput) SetCategory(v string) *TypeInfoForListServiceConnectionsInput
SetCategory sets the Category field's value.
func (*TypeInfoForListServiceConnectionsInput) SetType ¶
func (s *TypeInfoForListServiceConnectionsInput) SetType(v string) *TypeInfoForListServiceConnectionsInput
SetType sets the Type field's value.
func (TypeInfoForListServiceConnectionsInput) String ¶
func (s TypeInfoForListServiceConnectionsInput) String() string
String returns the string representation
type UiConfigForListComponentStepOutput ¶
type UiConfigForListComponentStepOutput struct {
DataSource *DataSourceForListComponentStepOutput `type:"structure" json:",omitempty"`
Type *string `type:"string" json:",omitempty"`
ValidateRule []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (UiConfigForListComponentStepOutput) GoString ¶
func (s UiConfigForListComponentStepOutput) GoString() string
GoString returns the string representation
func (*UiConfigForListComponentStepOutput) SetDataSource ¶
func (s *UiConfigForListComponentStepOutput) SetDataSource(v *DataSourceForListComponentStepOutput) *UiConfigForListComponentStepOutput
SetDataSource sets the DataSource field's value.
func (*UiConfigForListComponentStepOutput) SetType ¶
func (s *UiConfigForListComponentStepOutput) SetType(v string) *UiConfigForListComponentStepOutput
SetType sets the Type field's value.
func (*UiConfigForListComponentStepOutput) SetValidateRule ¶
func (s *UiConfigForListComponentStepOutput) SetValidateRule(v []*string) *UiConfigForListComponentStepOutput
SetValidateRule sets the ValidateRule field's value.
func (UiConfigForListComponentStepOutput) String ¶
func (s UiConfigForListComponentStepOutput) String() string
String returns the string representation
type UpdateComponentStepInput ¶
type UpdateComponentStepInput struct {
ComponentStepYaml *string `type:"string" json:",omitempty"`
// Identifier is a required field
Identifier *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (UpdateComponentStepInput) GoString ¶
func (s UpdateComponentStepInput) GoString() string
GoString returns the string representation
func (*UpdateComponentStepInput) SetComponentStepYaml ¶
func (s *UpdateComponentStepInput) SetComponentStepYaml(v string) *UpdateComponentStepInput
SetComponentStepYaml sets the ComponentStepYaml field's value.
func (*UpdateComponentStepInput) SetIdentifier ¶
func (s *UpdateComponentStepInput) SetIdentifier(v string) *UpdateComponentStepInput
SetIdentifier sets the Identifier field's value.
func (UpdateComponentStepInput) String ¶
func (s UpdateComponentStepInput) String() string
String returns the string representation
func (*UpdateComponentStepInput) Validate ¶
func (s *UpdateComponentStepInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateComponentStepOutput ¶
type UpdateComponentStepOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateComponentStepOutput) GoString ¶
func (s UpdateComponentStepOutput) GoString() string
GoString returns the string representation
func (UpdateComponentStepOutput) String ¶
func (s UpdateComponentStepOutput) String() string
String returns the string representation
type UpdateResourceInput ¶
type UpdateResourceInput struct {
Configuration *ConfigurationForUpdateResourceInput `type:"structure" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
Name *string `type:"string" json:",omitempty"`
// WorkspaceId is a required field
WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (UpdateResourceInput) GoString ¶
func (s UpdateResourceInput) GoString() string
GoString returns the string representation
func (*UpdateResourceInput) SetConfiguration ¶
func (s *UpdateResourceInput) SetConfiguration(v *ConfigurationForUpdateResourceInput) *UpdateResourceInput
SetConfiguration sets the Configuration field's value.
func (*UpdateResourceInput) SetDescription ¶
func (s *UpdateResourceInput) SetDescription(v string) *UpdateResourceInput
SetDescription sets the Description field's value.
func (*UpdateResourceInput) SetId ¶
func (s *UpdateResourceInput) SetId(v string) *UpdateResourceInput
SetId sets the Id field's value.
func (*UpdateResourceInput) SetName ¶
func (s *UpdateResourceInput) SetName(v string) *UpdateResourceInput
SetName sets the Name field's value.
func (*UpdateResourceInput) SetWorkspaceId ¶
func (s *UpdateResourceInput) SetWorkspaceId(v string) *UpdateResourceInput
SetWorkspaceId sets the WorkspaceId field's value.
func (UpdateResourceInput) String ¶
func (s UpdateResourceInput) String() string
String returns the string representation
func (*UpdateResourceInput) Validate ¶
func (s *UpdateResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateResourceOutput ¶
type UpdateResourceOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateResourceOutput) GoString ¶
func (s UpdateResourceOutput) GoString() string
GoString returns the string representation
func (UpdateResourceOutput) String ¶
func (s UpdateResourceOutput) String() string
String returns the string representation
type UpdateServiceConnectionInput ¶
type UpdateServiceConnectionInput struct {
Credential *CredentialForUpdateServiceConnectionInput `type:"structure" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
DisableNetworkVerify *bool `type:"boolean" json:",omitempty"`
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
IsAllWsShared *bool `type:"boolean" json:",omitempty" required:"true"`
// Name is a required field
Name *string `type:"string" json:",omitempty" required:"true"`
URL *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateServiceConnectionInput) GoString ¶
func (s UpdateServiceConnectionInput) GoString() string
GoString returns the string representation
func (*UpdateServiceConnectionInput) SetCredential ¶
func (s *UpdateServiceConnectionInput) SetCredential(v *CredentialForUpdateServiceConnectionInput) *UpdateServiceConnectionInput
SetCredential sets the Credential field's value.
func (*UpdateServiceConnectionInput) SetDescription ¶
func (s *UpdateServiceConnectionInput) SetDescription(v string) *UpdateServiceConnectionInput
SetDescription sets the Description field's value.
func (*UpdateServiceConnectionInput) SetDisableNetworkVerify ¶
func (s *UpdateServiceConnectionInput) SetDisableNetworkVerify(v bool) *UpdateServiceConnectionInput
SetDisableNetworkVerify sets the DisableNetworkVerify field's value.
func (*UpdateServiceConnectionInput) SetId ¶
func (s *UpdateServiceConnectionInput) SetId(v string) *UpdateServiceConnectionInput
SetId sets the Id field's value.
func (*UpdateServiceConnectionInput) SetIsAllWsShared ¶
func (s *UpdateServiceConnectionInput) SetIsAllWsShared(v bool) *UpdateServiceConnectionInput
SetIsAllWsShared sets the IsAllWsShared field's value.
func (*UpdateServiceConnectionInput) SetName ¶
func (s *UpdateServiceConnectionInput) SetName(v string) *UpdateServiceConnectionInput
SetName sets the Name field's value.
func (*UpdateServiceConnectionInput) SetSharedWorkspaceIds ¶
func (s *UpdateServiceConnectionInput) SetSharedWorkspaceIds(v []*string) *UpdateServiceConnectionInput
SetSharedWorkspaceIds sets the SharedWorkspaceIds field's value.
func (*UpdateServiceConnectionInput) SetURL ¶
func (s *UpdateServiceConnectionInput) SetURL(v string) *UpdateServiceConnectionInput
SetURL sets the URL field's value.
func (UpdateServiceConnectionInput) String ¶
func (s UpdateServiceConnectionInput) String() string
String returns the string representation
func (*UpdateServiceConnectionInput) Validate ¶
func (s *UpdateServiceConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateServiceConnectionOutput ¶
type UpdateServiceConnectionOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateServiceConnectionOutput) GoString ¶
func (s UpdateServiceConnectionOutput) GoString() string
GoString returns the string representation
func (UpdateServiceConnectionOutput) String ¶
func (s UpdateServiceConnectionOutput) String() string
String returns the string representation
type UpdateTriggerInput ¶
type UpdateTriggerInput struct {
Configuration *ConfigurationForUpdateTriggerInput `type:"structure" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
Name *string `type:"string" json:",omitempty"`
Parameters []*ParameterForUpdateTriggerInput `type:"list" json:",omitempty"`
// PipelineId is a required field
PipelineId *string `type:"string" json:",omitempty" required:"true"`
Resources []*ResourceForUpdateTriggerInput `type:"list" json:",omitempty"`
// WorkspaceId is a required field
WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (UpdateTriggerInput) GoString ¶
func (s UpdateTriggerInput) GoString() string
GoString returns the string representation
func (*UpdateTriggerInput) SetConfiguration ¶
func (s *UpdateTriggerInput) SetConfiguration(v *ConfigurationForUpdateTriggerInput) *UpdateTriggerInput
SetConfiguration sets the Configuration field's value.
func (*UpdateTriggerInput) SetDescription ¶
func (s *UpdateTriggerInput) SetDescription(v string) *UpdateTriggerInput
SetDescription sets the Description field's value.
func (*UpdateTriggerInput) SetId ¶
func (s *UpdateTriggerInput) SetId(v string) *UpdateTriggerInput
SetId sets the Id field's value.
func (*UpdateTriggerInput) SetName ¶
func (s *UpdateTriggerInput) SetName(v string) *UpdateTriggerInput
SetName sets the Name field's value.
func (*UpdateTriggerInput) SetParameters ¶
func (s *UpdateTriggerInput) SetParameters(v []*ParameterForUpdateTriggerInput) *UpdateTriggerInput
SetParameters sets the Parameters field's value.
func (*UpdateTriggerInput) SetPipelineId ¶
func (s *UpdateTriggerInput) SetPipelineId(v string) *UpdateTriggerInput
SetPipelineId sets the PipelineId field's value.
func (*UpdateTriggerInput) SetResources ¶
func (s *UpdateTriggerInput) SetResources(v []*ResourceForUpdateTriggerInput) *UpdateTriggerInput
SetResources sets the Resources field's value.
func (*UpdateTriggerInput) SetWorkspaceId ¶
func (s *UpdateTriggerInput) SetWorkspaceId(v string) *UpdateTriggerInput
SetWorkspaceId sets the WorkspaceId field's value.
func (UpdateTriggerInput) String ¶
func (s UpdateTriggerInput) String() string
String returns the string representation
func (*UpdateTriggerInput) Validate ¶
func (s *UpdateTriggerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateTriggerOutput ¶
type UpdateTriggerOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateTriggerOutput) GoString ¶
func (s UpdateTriggerOutput) GoString() string
GoString returns the string representation
func (UpdateTriggerOutput) String ¶
func (s UpdateTriggerOutput) String() string
String returns the string representation
type UpdateWorkspaceInput ¶
type UpdateWorkspaceInput struct {
Description *string `type:"string" json:",omitempty"`
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
Name *string `type:"string" json:",omitempty"`
Visibility *string `type:"string" json:",omitempty"`
VisibleUsers []*VisibleUserForUpdateWorkspaceInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateWorkspaceInput) GoString ¶
func (s UpdateWorkspaceInput) GoString() string
GoString returns the string representation
func (*UpdateWorkspaceInput) SetDescription ¶
func (s *UpdateWorkspaceInput) SetDescription(v string) *UpdateWorkspaceInput
SetDescription sets the Description field's value.
func (*UpdateWorkspaceInput) SetId ¶
func (s *UpdateWorkspaceInput) SetId(v string) *UpdateWorkspaceInput
SetId sets the Id field's value.
func (*UpdateWorkspaceInput) SetName ¶
func (s *UpdateWorkspaceInput) SetName(v string) *UpdateWorkspaceInput
SetName sets the Name field's value.
func (*UpdateWorkspaceInput) SetVisibility ¶
func (s *UpdateWorkspaceInput) SetVisibility(v string) *UpdateWorkspaceInput
SetVisibility sets the Visibility field's value.
func (*UpdateWorkspaceInput) SetVisibleUsers ¶
func (s *UpdateWorkspaceInput) SetVisibleUsers(v []*VisibleUserForUpdateWorkspaceInput) *UpdateWorkspaceInput
SetVisibleUsers sets the VisibleUsers field's value.
func (UpdateWorkspaceInput) String ¶
func (s UpdateWorkspaceInput) String() string
String returns the string representation
func (*UpdateWorkspaceInput) Validate ¶
func (s *UpdateWorkspaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateWorkspaceOutput ¶
type UpdateWorkspaceOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateWorkspaceOutput) GoString ¶
func (s UpdateWorkspaceOutput) GoString() string
GoString returns the string representation
func (UpdateWorkspaceOutput) String ¶
func (s UpdateWorkspaceOutput) String() string
String returns the string representation
type UpgradeComponentStepInput ¶
type UpgradeComponentStepInput struct {
// ComponentStepYaml is a required field
ComponentStepYaml *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (UpgradeComponentStepInput) GoString ¶
func (s UpgradeComponentStepInput) GoString() string
GoString returns the string representation
func (*UpgradeComponentStepInput) SetComponentStepYaml ¶
func (s *UpgradeComponentStepInput) SetComponentStepYaml(v string) *UpgradeComponentStepInput
SetComponentStepYaml sets the ComponentStepYaml field's value.
func (UpgradeComponentStepInput) String ¶
func (s UpgradeComponentStepInput) String() string
String returns the string representation
func (*UpgradeComponentStepInput) Validate ¶
func (s *UpgradeComponentStepInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpgradeComponentStepOutput ¶
type UpgradeComponentStepOutput struct {
Metadata *response.ResponseMetadata
Identifier *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpgradeComponentStepOutput) GoString ¶
func (s UpgradeComponentStepOutput) GoString() string
GoString returns the string representation
func (*UpgradeComponentStepOutput) SetIdentifier ¶
func (s *UpgradeComponentStepOutput) SetIdentifier(v string) *UpgradeComponentStepOutput
SetIdentifier sets the Identifier field's value.
func (UpgradeComponentStepOutput) String ¶
func (s UpgradeComponentStepOutput) String() string
String returns the string representation
type UserForListPipelineRunsOutput ¶
type UserForListPipelineRunsOutput struct {
AccountId *int64 `type:"int64" json:",omitempty"`
UserId *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (UserForListPipelineRunsOutput) GoString ¶
func (s UserForListPipelineRunsOutput) GoString() string
GoString returns the string representation
func (*UserForListPipelineRunsOutput) SetAccountId ¶
func (s *UserForListPipelineRunsOutput) SetAccountId(v int64) *UserForListPipelineRunsOutput
SetAccountId sets the AccountId field's value.
func (*UserForListPipelineRunsOutput) SetUserId ¶
func (s *UserForListPipelineRunsOutput) SetUserId(v int64) *UserForListPipelineRunsOutput
SetUserId sets the UserId field's value.
func (UserForListPipelineRunsOutput) String ¶
func (s UserForListPipelineRunsOutput) String() string
String returns the string representation
type VisibleUserForCreateWorkspaceInput ¶
type VisibleUserForCreateWorkspaceInput struct {
AccountId *int64 `type:"int64" json:",omitempty"`
UserId *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (VisibleUserForCreateWorkspaceInput) GoString ¶
func (s VisibleUserForCreateWorkspaceInput) GoString() string
GoString returns the string representation
func (*VisibleUserForCreateWorkspaceInput) SetAccountId ¶
func (s *VisibleUserForCreateWorkspaceInput) SetAccountId(v int64) *VisibleUserForCreateWorkspaceInput
SetAccountId sets the AccountId field's value.
func (*VisibleUserForCreateWorkspaceInput) SetUserId ¶
func (s *VisibleUserForCreateWorkspaceInput) SetUserId(v int64) *VisibleUserForCreateWorkspaceInput
SetUserId sets the UserId field's value.
func (VisibleUserForCreateWorkspaceInput) String ¶
func (s VisibleUserForCreateWorkspaceInput) String() string
String returns the string representation
type VisibleUserForListWorkspacesOutput ¶
type VisibleUserForListWorkspacesOutput struct {
AccountId *int64 `type:"int64" json:",omitempty"`
UserId *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (VisibleUserForListWorkspacesOutput) GoString ¶
func (s VisibleUserForListWorkspacesOutput) GoString() string
GoString returns the string representation
func (*VisibleUserForListWorkspacesOutput) SetAccountId ¶
func (s *VisibleUserForListWorkspacesOutput) SetAccountId(v int64) *VisibleUserForListWorkspacesOutput
SetAccountId sets the AccountId field's value.
func (*VisibleUserForListWorkspacesOutput) SetUserId ¶
func (s *VisibleUserForListWorkspacesOutput) SetUserId(v int64) *VisibleUserForListWorkspacesOutput
SetUserId sets the UserId field's value.
func (VisibleUserForListWorkspacesOutput) String ¶
func (s VisibleUserForListWorkspacesOutput) String() string
String returns the string representation
type VisibleUserForUpdateWorkspaceInput ¶
type VisibleUserForUpdateWorkspaceInput struct {
AccountId *int64 `type:"int64" json:",omitempty"`
UserId *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (VisibleUserForUpdateWorkspaceInput) GoString ¶
func (s VisibleUserForUpdateWorkspaceInput) GoString() string
GoString returns the string representation
func (*VisibleUserForUpdateWorkspaceInput) SetAccountId ¶
func (s *VisibleUserForUpdateWorkspaceInput) SetAccountId(v int64) *VisibleUserForUpdateWorkspaceInput
SetAccountId sets the AccountId field's value.
func (*VisibleUserForUpdateWorkspaceInput) SetUserId ¶
func (s *VisibleUserForUpdateWorkspaceInput) SetUserId(v int64) *VisibleUserForUpdateWorkspaceInput
SetUserId sets the UserId field's value.
func (VisibleUserForUpdateWorkspaceInput) String ¶
func (s VisibleUserForUpdateWorkspaceInput) String() string
String returns the string representation
type VisibleUserGroupForCreateWorkspaceInput ¶
type VisibleUserGroupForCreateWorkspaceInput struct {
AccountId *int64 `type:"int64" json:",omitempty"`
UserGroupId *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (VisibleUserGroupForCreateWorkspaceInput) GoString ¶
func (s VisibleUserGroupForCreateWorkspaceInput) GoString() string
GoString returns the string representation
func (*VisibleUserGroupForCreateWorkspaceInput) SetAccountId ¶
func (s *VisibleUserGroupForCreateWorkspaceInput) SetAccountId(v int64) *VisibleUserGroupForCreateWorkspaceInput
SetAccountId sets the AccountId field's value.
func (*VisibleUserGroupForCreateWorkspaceInput) SetUserGroupId ¶
func (s *VisibleUserGroupForCreateWorkspaceInput) SetUserGroupId(v int64) *VisibleUserGroupForCreateWorkspaceInput
SetUserGroupId sets the UserGroupId field's value.
func (VisibleUserGroupForCreateWorkspaceInput) String ¶
func (s VisibleUserGroupForCreateWorkspaceInput) String() string
String returns the string representation
type WebhookForCreateTriggerInput ¶
type WebhookForCreateTriggerInput struct {
CR *CRForCreateTriggerInput `type:"structure" json:",omitempty"`
Git *GitForCreateTriggerInput `type:"structure" json:",omitempty"`
URL *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (WebhookForCreateTriggerInput) GoString ¶
func (s WebhookForCreateTriggerInput) GoString() string
GoString returns the string representation
func (*WebhookForCreateTriggerInput) SetCR ¶
func (s *WebhookForCreateTriggerInput) SetCR(v *CRForCreateTriggerInput) *WebhookForCreateTriggerInput
SetCR sets the CR field's value.
func (*WebhookForCreateTriggerInput) SetGit ¶
func (s *WebhookForCreateTriggerInput) SetGit(v *GitForCreateTriggerInput) *WebhookForCreateTriggerInput
SetGit sets the Git field's value.
func (*WebhookForCreateTriggerInput) SetURL ¶
func (s *WebhookForCreateTriggerInput) SetURL(v string) *WebhookForCreateTriggerInput
SetURL sets the URL field's value.
func (WebhookForCreateTriggerInput) String ¶
func (s WebhookForCreateTriggerInput) String() string
String returns the string representation
type WebhookForListPipelinesOutput ¶
type WebhookForListPipelinesOutput struct {
Enable *bool `type:"boolean" json:",omitempty"`
Token *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty"`
Url *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (WebhookForListPipelinesOutput) GoString ¶
func (s WebhookForListPipelinesOutput) GoString() string
GoString returns the string representation
func (*WebhookForListPipelinesOutput) SetEnable ¶
func (s *WebhookForListPipelinesOutput) SetEnable(v bool) *WebhookForListPipelinesOutput
SetEnable sets the Enable field's value.
func (*WebhookForListPipelinesOutput) SetToken ¶
func (s *WebhookForListPipelinesOutput) SetToken(v string) *WebhookForListPipelinesOutput
SetToken sets the Token field's value.
func (*WebhookForListPipelinesOutput) SetType ¶
func (s *WebhookForListPipelinesOutput) SetType(v string) *WebhookForListPipelinesOutput
SetType sets the Type field's value.
func (*WebhookForListPipelinesOutput) SetUrl ¶
func (s *WebhookForListPipelinesOutput) SetUrl(v string) *WebhookForListPipelinesOutput
SetUrl sets the Url field's value.
func (WebhookForListPipelinesOutput) String ¶
func (s WebhookForListPipelinesOutput) String() string
String returns the string representation
type WebhookForListTriggersOutput ¶
type WebhookForListTriggersOutput struct {
CR *CRForListTriggersOutput `type:"structure" json:",omitempty"`
Git *GitForListTriggersOutput `type:"structure" json:",omitempty"`
URL *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (WebhookForListTriggersOutput) GoString ¶
func (s WebhookForListTriggersOutput) GoString() string
GoString returns the string representation
func (*WebhookForListTriggersOutput) SetCR ¶
func (s *WebhookForListTriggersOutput) SetCR(v *CRForListTriggersOutput) *WebhookForListTriggersOutput
SetCR sets the CR field's value.
func (*WebhookForListTriggersOutput) SetGit ¶
func (s *WebhookForListTriggersOutput) SetGit(v *GitForListTriggersOutput) *WebhookForListTriggersOutput
SetGit sets the Git field's value.
func (*WebhookForListTriggersOutput) SetURL ¶
func (s *WebhookForListTriggersOutput) SetURL(v string) *WebhookForListTriggersOutput
SetURL sets the URL field's value.
func (WebhookForListTriggersOutput) String ¶
func (s WebhookForListTriggersOutput) String() string
String returns the string representation
type WebhookForUpdateTriggerInput ¶
type WebhookForUpdateTriggerInput struct {
CR *CRForUpdateTriggerInput `type:"structure" json:",omitempty"`
Git *GitForUpdateTriggerInput `type:"structure" json:",omitempty"`
URL *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (WebhookForUpdateTriggerInput) GoString ¶
func (s WebhookForUpdateTriggerInput) GoString() string
GoString returns the string representation
func (*WebhookForUpdateTriggerInput) SetCR ¶
func (s *WebhookForUpdateTriggerInput) SetCR(v *CRForUpdateTriggerInput) *WebhookForUpdateTriggerInput
SetCR sets the CR field's value.
func (*WebhookForUpdateTriggerInput) SetGit ¶
func (s *WebhookForUpdateTriggerInput) SetGit(v *GitForUpdateTriggerInput) *WebhookForUpdateTriggerInput
SetGit sets the Git field's value.
func (*WebhookForUpdateTriggerInput) SetURL ¶
func (s *WebhookForUpdateTriggerInput) SetURL(v string) *WebhookForUpdateTriggerInput
SetURL sets the URL field's value.
func (WebhookForUpdateTriggerInput) String ¶
func (s WebhookForUpdateTriggerInput) String() string
String returns the string representation
Source Files
¶
- api_cancel_pipeline_run.go
- api_create_component_step.go
- api_create_pipeline_webhook_ur_l.go
- api_create_resource.go
- api_create_service_connection.go
- api_create_trigger.go
- api_create_workspace.go
- api_delete_component_step.go
- api_delete_pipeline.go
- api_delete_resource.go
- api_delete_service_connection.go
- api_delete_trigger.go
- api_delete_workspace.go
- api_get_service_connection.go
- api_get_task_run_log.go
- api_get_task_run_log_download_ur_i.go
- api_list_component_step.go
- api_list_pipeline_runs.go
- api_list_pipelines.go
- api_list_resources.go
- api_list_service_connections.go
- api_list_task_runs.go
- api_list_triggers.go
- api_list_workspaces.go
- api_run_pipeline.go
- api_update_component_step.go
- api_update_resource.go
- api_update_service_connection.go
- api_update_trigger.go
- api_update_workspace.go
- api_upgrade_component_step.go
- interface_cp.go
- service_cp.go