action

package
v0.77.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2023 License: MPL-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionCreateActionConfigDefault

type ActionCreateActionConfigDefault struct {
	Payload *cloud.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

ActionCreateActionConfigDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewActionCreateActionConfigDefault

func NewActionCreateActionConfigDefault(code int) *ActionCreateActionConfigDefault

NewActionCreateActionConfigDefault creates a ActionCreateActionConfigDefault with default headers values

func (*ActionCreateActionConfigDefault) Code

Code gets the status code for the action create action config default response

func (*ActionCreateActionConfigDefault) Error

func (*ActionCreateActionConfigDefault) GetPayload

func (*ActionCreateActionConfigDefault) IsClientError

func (o *ActionCreateActionConfigDefault) IsClientError() bool

IsClientError returns true when this action create action config default response has a 4xx status code

func (*ActionCreateActionConfigDefault) IsCode

func (o *ActionCreateActionConfigDefault) IsCode(code int) bool

IsCode returns true when this action create action config default response a status code equal to that given

func (*ActionCreateActionConfigDefault) IsRedirect

func (o *ActionCreateActionConfigDefault) IsRedirect() bool

IsRedirect returns true when this action create action config default response has a 3xx status code

func (*ActionCreateActionConfigDefault) IsServerError

func (o *ActionCreateActionConfigDefault) IsServerError() bool

IsServerError returns true when this action create action config default response has a 5xx status code

func (*ActionCreateActionConfigDefault) IsSuccess

func (o *ActionCreateActionConfigDefault) IsSuccess() bool

IsSuccess returns true when this action create action config default response has a 2xx status code

func (*ActionCreateActionConfigDefault) String

type ActionCreateActionConfigOK

type ActionCreateActionConfigOK struct {
	Payload *models.HashicorpCloudWaypointActionsdriverCreateActionConfigResponse
}

ActionCreateActionConfigOK describes a response with status code 200, with default header values.

A successful response.

func NewActionCreateActionConfigOK

func NewActionCreateActionConfigOK() *ActionCreateActionConfigOK

NewActionCreateActionConfigOK creates a ActionCreateActionConfigOK with default headers values

func (*ActionCreateActionConfigOK) Code

func (o *ActionCreateActionConfigOK) Code() int

Code gets the status code for the action create action config o k response

func (*ActionCreateActionConfigOK) Error

func (*ActionCreateActionConfigOK) IsClientError

func (o *ActionCreateActionConfigOK) IsClientError() bool

IsClientError returns true when this action create action config o k response has a 4xx status code

func (*ActionCreateActionConfigOK) IsCode

func (o *ActionCreateActionConfigOK) IsCode(code int) bool

IsCode returns true when this action create action config o k response a status code equal to that given

func (*ActionCreateActionConfigOK) IsRedirect

func (o *ActionCreateActionConfigOK) IsRedirect() bool

IsRedirect returns true when this action create action config o k response has a 3xx status code

func (*ActionCreateActionConfigOK) IsServerError

func (o *ActionCreateActionConfigOK) IsServerError() bool

IsServerError returns true when this action create action config o k response has a 5xx status code

func (*ActionCreateActionConfigOK) IsSuccess

func (o *ActionCreateActionConfigOK) IsSuccess() bool

IsSuccess returns true when this action create action config o k response has a 2xx status code

func (*ActionCreateActionConfigOK) String

func (o *ActionCreateActionConfigOK) String() string

type ActionCreateActionConfigParams

type ActionCreateActionConfigParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointActionsdriverCreateActionConfigRequest

	/* NamespaceID.

	   The namespace the action to be stored in
	*/
	NamespaceID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ActionCreateActionConfigParams contains all the parameters to send to the API endpoint

for the action create action config operation.

Typically these are written to a http.Request.

func NewActionCreateActionConfigParams

func NewActionCreateActionConfigParams() *ActionCreateActionConfigParams

NewActionCreateActionConfigParams creates a new ActionCreateActionConfigParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewActionCreateActionConfigParamsWithContext

func NewActionCreateActionConfigParamsWithContext(ctx context.Context) *ActionCreateActionConfigParams

NewActionCreateActionConfigParamsWithContext creates a new ActionCreateActionConfigParams object with the ability to set a context for a request.

func NewActionCreateActionConfigParamsWithHTTPClient

func NewActionCreateActionConfigParamsWithHTTPClient(client *http.Client) *ActionCreateActionConfigParams

NewActionCreateActionConfigParamsWithHTTPClient creates a new ActionCreateActionConfigParams object with the ability to set a custom HTTPClient for a request.

func NewActionCreateActionConfigParamsWithTimeout

func NewActionCreateActionConfigParamsWithTimeout(timeout time.Duration) *ActionCreateActionConfigParams

NewActionCreateActionConfigParamsWithTimeout creates a new ActionCreateActionConfigParams object with the ability to set a timeout on a request.

func (*ActionCreateActionConfigParams) SetBody

SetBody adds the body to the action create action config params

func (*ActionCreateActionConfigParams) SetContext

func (o *ActionCreateActionConfigParams) SetContext(ctx context.Context)

SetContext adds the context to the action create action config params

func (*ActionCreateActionConfigParams) SetDefaults

func (o *ActionCreateActionConfigParams) SetDefaults()

SetDefaults hydrates default values in the action create action config params (not the query body).

All values with no default are reset to their zero value.

func (*ActionCreateActionConfigParams) SetHTTPClient

func (o *ActionCreateActionConfigParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the action create action config params

func (*ActionCreateActionConfigParams) SetNamespaceID

func (o *ActionCreateActionConfigParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the action create action config params

func (*ActionCreateActionConfigParams) SetTimeout

func (o *ActionCreateActionConfigParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the action create action config params

func (*ActionCreateActionConfigParams) WithBody

WithBody adds the body to the action create action config params

func (*ActionCreateActionConfigParams) WithContext

WithContext adds the context to the action create action config params

func (*ActionCreateActionConfigParams) WithDefaults

WithDefaults hydrates default values in the action create action config params (not the query body).

All values with no default are reset to their zero value.

func (*ActionCreateActionConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the action create action config params

func (*ActionCreateActionConfigParams) WithNamespaceID

func (o *ActionCreateActionConfigParams) WithNamespaceID(namespaceID string) *ActionCreateActionConfigParams

WithNamespaceID adds the namespaceID to the action create action config params

func (*ActionCreateActionConfigParams) WithTimeout

WithTimeout adds the timeout to the action create action config params

func (*ActionCreateActionConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ActionCreateActionConfigReader

type ActionCreateActionConfigReader struct {
	// contains filtered or unexported fields
}

ActionCreateActionConfigReader is a Reader for the ActionCreateActionConfig structure.

func (*ActionCreateActionConfigReader) ReadResponse

func (o *ActionCreateActionConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ActionDeleteActionConfigDefault

type ActionDeleteActionConfigDefault struct {
	Payload *cloud.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

ActionDeleteActionConfigDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewActionDeleteActionConfigDefault

func NewActionDeleteActionConfigDefault(code int) *ActionDeleteActionConfigDefault

NewActionDeleteActionConfigDefault creates a ActionDeleteActionConfigDefault with default headers values

func (*ActionDeleteActionConfigDefault) Code

Code gets the status code for the action delete action config default response

func (*ActionDeleteActionConfigDefault) Error

func (*ActionDeleteActionConfigDefault) GetPayload

func (*ActionDeleteActionConfigDefault) IsClientError

func (o *ActionDeleteActionConfigDefault) IsClientError() bool

IsClientError returns true when this action delete action config default response has a 4xx status code

func (*ActionDeleteActionConfigDefault) IsCode

func (o *ActionDeleteActionConfigDefault) IsCode(code int) bool

IsCode returns true when this action delete action config default response a status code equal to that given

func (*ActionDeleteActionConfigDefault) IsRedirect

func (o *ActionDeleteActionConfigDefault) IsRedirect() bool

IsRedirect returns true when this action delete action config default response has a 3xx status code

func (*ActionDeleteActionConfigDefault) IsServerError

func (o *ActionDeleteActionConfigDefault) IsServerError() bool

IsServerError returns true when this action delete action config default response has a 5xx status code

func (*ActionDeleteActionConfigDefault) IsSuccess

func (o *ActionDeleteActionConfigDefault) IsSuccess() bool

IsSuccess returns true when this action delete action config default response has a 2xx status code

func (*ActionDeleteActionConfigDefault) String

type ActionDeleteActionConfigOK

type ActionDeleteActionConfigOK struct {
	Payload interface{}
}

ActionDeleteActionConfigOK describes a response with status code 200, with default header values.

A successful response.

func NewActionDeleteActionConfigOK

func NewActionDeleteActionConfigOK() *ActionDeleteActionConfigOK

NewActionDeleteActionConfigOK creates a ActionDeleteActionConfigOK with default headers values

func (*ActionDeleteActionConfigOK) Code

func (o *ActionDeleteActionConfigOK) Code() int

Code gets the status code for the action delete action config o k response

func (*ActionDeleteActionConfigOK) Error

func (*ActionDeleteActionConfigOK) GetPayload

func (o *ActionDeleteActionConfigOK) GetPayload() interface{}

func (*ActionDeleteActionConfigOK) IsClientError

func (o *ActionDeleteActionConfigOK) IsClientError() bool

IsClientError returns true when this action delete action config o k response has a 4xx status code

func (*ActionDeleteActionConfigOK) IsCode

func (o *ActionDeleteActionConfigOK) IsCode(code int) bool

IsCode returns true when this action delete action config o k response a status code equal to that given

func (*ActionDeleteActionConfigOK) IsRedirect

func (o *ActionDeleteActionConfigOK) IsRedirect() bool

IsRedirect returns true when this action delete action config o k response has a 3xx status code

func (*ActionDeleteActionConfigOK) IsServerError

func (o *ActionDeleteActionConfigOK) IsServerError() bool

IsServerError returns true when this action delete action config o k response has a 5xx status code

func (*ActionDeleteActionConfigOK) IsSuccess

func (o *ActionDeleteActionConfigOK) IsSuccess() bool

IsSuccess returns true when this action delete action config o k response has a 2xx status code

func (*ActionDeleteActionConfigOK) String

func (o *ActionDeleteActionConfigOK) String() string

type ActionDeleteActionConfigParams

type ActionDeleteActionConfigParams struct {

	/* ActionID.

	   The id of the action config being deleted.
	*/
	ActionID *string

	/* ActionName.

	   The name of the action being deleted (will only be used if id not provided).
	*/
	ActionName *string

	/* NamespaceID.

	   The namespace the action to be deleted in
	*/
	NamespaceID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ActionDeleteActionConfigParams contains all the parameters to send to the API endpoint

for the action delete action config operation.

Typically these are written to a http.Request.

func NewActionDeleteActionConfigParams

func NewActionDeleteActionConfigParams() *ActionDeleteActionConfigParams

NewActionDeleteActionConfigParams creates a new ActionDeleteActionConfigParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewActionDeleteActionConfigParamsWithContext

func NewActionDeleteActionConfigParamsWithContext(ctx context.Context) *ActionDeleteActionConfigParams

NewActionDeleteActionConfigParamsWithContext creates a new ActionDeleteActionConfigParams object with the ability to set a context for a request.

func NewActionDeleteActionConfigParamsWithHTTPClient

func NewActionDeleteActionConfigParamsWithHTTPClient(client *http.Client) *ActionDeleteActionConfigParams

NewActionDeleteActionConfigParamsWithHTTPClient creates a new ActionDeleteActionConfigParams object with the ability to set a custom HTTPClient for a request.

func NewActionDeleteActionConfigParamsWithTimeout

func NewActionDeleteActionConfigParamsWithTimeout(timeout time.Duration) *ActionDeleteActionConfigParams

NewActionDeleteActionConfigParamsWithTimeout creates a new ActionDeleteActionConfigParams object with the ability to set a timeout on a request.

func (*ActionDeleteActionConfigParams) SetActionID

func (o *ActionDeleteActionConfigParams) SetActionID(actionID *string)

SetActionID adds the actionId to the action delete action config params

func (*ActionDeleteActionConfigParams) SetActionName

func (o *ActionDeleteActionConfigParams) SetActionName(actionName *string)

SetActionName adds the actionName to the action delete action config params

func (*ActionDeleteActionConfigParams) SetContext

func (o *ActionDeleteActionConfigParams) SetContext(ctx context.Context)

SetContext adds the context to the action delete action config params

func (*ActionDeleteActionConfigParams) SetDefaults

func (o *ActionDeleteActionConfigParams) SetDefaults()

SetDefaults hydrates default values in the action delete action config params (not the query body).

All values with no default are reset to their zero value.

func (*ActionDeleteActionConfigParams) SetHTTPClient

func (o *ActionDeleteActionConfigParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the action delete action config params

func (*ActionDeleteActionConfigParams) SetNamespaceID

func (o *ActionDeleteActionConfigParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the action delete action config params

func (*ActionDeleteActionConfigParams) SetTimeout

func (o *ActionDeleteActionConfigParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the action delete action config params

func (*ActionDeleteActionConfigParams) WithActionID

WithActionID adds the actionID to the action delete action config params

func (*ActionDeleteActionConfigParams) WithActionName

WithActionName adds the actionName to the action delete action config params

func (*ActionDeleteActionConfigParams) WithContext

WithContext adds the context to the action delete action config params

func (*ActionDeleteActionConfigParams) WithDefaults

WithDefaults hydrates default values in the action delete action config params (not the query body).

All values with no default are reset to their zero value.

func (*ActionDeleteActionConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the action delete action config params

func (*ActionDeleteActionConfigParams) WithNamespaceID

func (o *ActionDeleteActionConfigParams) WithNamespaceID(namespaceID string) *ActionDeleteActionConfigParams

WithNamespaceID adds the namespaceID to the action delete action config params

func (*ActionDeleteActionConfigParams) WithTimeout

WithTimeout adds the timeout to the action delete action config params

func (*ActionDeleteActionConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ActionDeleteActionConfigReader

type ActionDeleteActionConfigReader struct {
	// contains filtered or unexported fields
}

ActionDeleteActionConfigReader is a Reader for the ActionDeleteActionConfig structure.

func (*ActionDeleteActionConfigReader) ReadResponse

func (o *ActionDeleteActionConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ActionGetActionConfigDefault

type ActionGetActionConfigDefault struct {
	Payload *cloud.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

ActionGetActionConfigDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewActionGetActionConfigDefault

func NewActionGetActionConfigDefault(code int) *ActionGetActionConfigDefault

NewActionGetActionConfigDefault creates a ActionGetActionConfigDefault with default headers values

func (*ActionGetActionConfigDefault) Code

Code gets the status code for the action get action config default response

func (*ActionGetActionConfigDefault) Error

func (*ActionGetActionConfigDefault) GetPayload

func (*ActionGetActionConfigDefault) IsClientError

func (o *ActionGetActionConfigDefault) IsClientError() bool

IsClientError returns true when this action get action config default response has a 4xx status code

func (*ActionGetActionConfigDefault) IsCode

func (o *ActionGetActionConfigDefault) IsCode(code int) bool

IsCode returns true when this action get action config default response a status code equal to that given

func (*ActionGetActionConfigDefault) IsRedirect

func (o *ActionGetActionConfigDefault) IsRedirect() bool

IsRedirect returns true when this action get action config default response has a 3xx status code

func (*ActionGetActionConfigDefault) IsServerError

func (o *ActionGetActionConfigDefault) IsServerError() bool

IsServerError returns true when this action get action config default response has a 5xx status code

func (*ActionGetActionConfigDefault) IsSuccess

func (o *ActionGetActionConfigDefault) IsSuccess() bool

IsSuccess returns true when this action get action config default response has a 2xx status code

func (*ActionGetActionConfigDefault) String

type ActionGetActionConfigOK

type ActionGetActionConfigOK struct {
	Payload *models.HashicorpCloudWaypointActionsdriverGetActionConfigResponse
}

ActionGetActionConfigOK describes a response with status code 200, with default header values.

A successful response.

func NewActionGetActionConfigOK

func NewActionGetActionConfigOK() *ActionGetActionConfigOK

NewActionGetActionConfigOK creates a ActionGetActionConfigOK with default headers values

func (*ActionGetActionConfigOK) Code

func (o *ActionGetActionConfigOK) Code() int

Code gets the status code for the action get action config o k response

func (*ActionGetActionConfigOK) Error

func (o *ActionGetActionConfigOK) Error() string

func (*ActionGetActionConfigOK) IsClientError

func (o *ActionGetActionConfigOK) IsClientError() bool

IsClientError returns true when this action get action config o k response has a 4xx status code

func (*ActionGetActionConfigOK) IsCode

func (o *ActionGetActionConfigOK) IsCode(code int) bool

IsCode returns true when this action get action config o k response a status code equal to that given

func (*ActionGetActionConfigOK) IsRedirect

func (o *ActionGetActionConfigOK) IsRedirect() bool

IsRedirect returns true when this action get action config o k response has a 3xx status code

func (*ActionGetActionConfigOK) IsServerError

func (o *ActionGetActionConfigOK) IsServerError() bool

IsServerError returns true when this action get action config o k response has a 5xx status code

func (*ActionGetActionConfigOK) IsSuccess

func (o *ActionGetActionConfigOK) IsSuccess() bool

IsSuccess returns true when this action get action config o k response has a 2xx status code

func (*ActionGetActionConfigOK) String

func (o *ActionGetActionConfigOK) String() string

type ActionGetActionConfigParams

type ActionGetActionConfigParams struct {

	/* ActionID.

	   The id of the action config being requested.
	*/
	ActionID *string

	/* ActionName.

	   The name of the action being requested (will only be used if id not provided).
	*/
	ActionName *string

	/* NamespaceID.

	   The namespace the action is stored in
	*/
	NamespaceID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ActionGetActionConfigParams contains all the parameters to send to the API endpoint

for the action get action config operation.

Typically these are written to a http.Request.

func NewActionGetActionConfigParams

func NewActionGetActionConfigParams() *ActionGetActionConfigParams

NewActionGetActionConfigParams creates a new ActionGetActionConfigParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewActionGetActionConfigParamsWithContext

func NewActionGetActionConfigParamsWithContext(ctx context.Context) *ActionGetActionConfigParams

NewActionGetActionConfigParamsWithContext creates a new ActionGetActionConfigParams object with the ability to set a context for a request.

func NewActionGetActionConfigParamsWithHTTPClient

func NewActionGetActionConfigParamsWithHTTPClient(client *http.Client) *ActionGetActionConfigParams

NewActionGetActionConfigParamsWithHTTPClient creates a new ActionGetActionConfigParams object with the ability to set a custom HTTPClient for a request.

func NewActionGetActionConfigParamsWithTimeout

func NewActionGetActionConfigParamsWithTimeout(timeout time.Duration) *ActionGetActionConfigParams

NewActionGetActionConfigParamsWithTimeout creates a new ActionGetActionConfigParams object with the ability to set a timeout on a request.

func (*ActionGetActionConfigParams) SetActionID

func (o *ActionGetActionConfigParams) SetActionID(actionID *string)

SetActionID adds the actionId to the action get action config params

func (*ActionGetActionConfigParams) SetActionName

func (o *ActionGetActionConfigParams) SetActionName(actionName *string)

SetActionName adds the actionName to the action get action config params

func (*ActionGetActionConfigParams) SetContext

func (o *ActionGetActionConfigParams) SetContext(ctx context.Context)

SetContext adds the context to the action get action config params

func (*ActionGetActionConfigParams) SetDefaults

func (o *ActionGetActionConfigParams) SetDefaults()

SetDefaults hydrates default values in the action get action config params (not the query body).

All values with no default are reset to their zero value.

func (*ActionGetActionConfigParams) SetHTTPClient

func (o *ActionGetActionConfigParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the action get action config params

func (*ActionGetActionConfigParams) SetNamespaceID

func (o *ActionGetActionConfigParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the action get action config params

func (*ActionGetActionConfigParams) SetTimeout

func (o *ActionGetActionConfigParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the action get action config params

func (*ActionGetActionConfigParams) WithActionID

WithActionID adds the actionID to the action get action config params

func (*ActionGetActionConfigParams) WithActionName

func (o *ActionGetActionConfigParams) WithActionName(actionName *string) *ActionGetActionConfigParams

WithActionName adds the actionName to the action get action config params

func (*ActionGetActionConfigParams) WithContext

WithContext adds the context to the action get action config params

func (*ActionGetActionConfigParams) WithDefaults

WithDefaults hydrates default values in the action get action config params (not the query body).

All values with no default are reset to their zero value.

func (*ActionGetActionConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the action get action config params

func (*ActionGetActionConfigParams) WithNamespaceID

func (o *ActionGetActionConfigParams) WithNamespaceID(namespaceID string) *ActionGetActionConfigParams

WithNamespaceID adds the namespaceID to the action get action config params

func (*ActionGetActionConfigParams) WithTimeout

WithTimeout adds the timeout to the action get action config params

func (*ActionGetActionConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ActionGetActionConfigReader

type ActionGetActionConfigReader struct {
	// contains filtered or unexported fields
}

ActionGetActionConfigReader is a Reader for the ActionGetActionConfig structure.

func (*ActionGetActionConfigReader) ReadResponse

func (o *ActionGetActionConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ActionListActionConfigsDefault

type ActionListActionConfigsDefault struct {
	Payload *cloud.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

ActionListActionConfigsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewActionListActionConfigsDefault

func NewActionListActionConfigsDefault(code int) *ActionListActionConfigsDefault

NewActionListActionConfigsDefault creates a ActionListActionConfigsDefault with default headers values

func (*ActionListActionConfigsDefault) Code

Code gets the status code for the action list action configs default response

func (*ActionListActionConfigsDefault) Error

func (*ActionListActionConfigsDefault) GetPayload

func (*ActionListActionConfigsDefault) IsClientError

func (o *ActionListActionConfigsDefault) IsClientError() bool

IsClientError returns true when this action list action configs default response has a 4xx status code

func (*ActionListActionConfigsDefault) IsCode

func (o *ActionListActionConfigsDefault) IsCode(code int) bool

IsCode returns true when this action list action configs default response a status code equal to that given

func (*ActionListActionConfigsDefault) IsRedirect

func (o *ActionListActionConfigsDefault) IsRedirect() bool

IsRedirect returns true when this action list action configs default response has a 3xx status code

func (*ActionListActionConfigsDefault) IsServerError

func (o *ActionListActionConfigsDefault) IsServerError() bool

IsServerError returns true when this action list action configs default response has a 5xx status code

func (*ActionListActionConfigsDefault) IsSuccess

func (o *ActionListActionConfigsDefault) IsSuccess() bool

IsSuccess returns true when this action list action configs default response has a 2xx status code

func (*ActionListActionConfigsDefault) String

type ActionListActionConfigsOK

type ActionListActionConfigsOK struct {
	Payload *models.HashicorpCloudWaypointActionsdriverListActionConfigResponse
}

ActionListActionConfigsOK describes a response with status code 200, with default header values.

A successful response.

func NewActionListActionConfigsOK

func NewActionListActionConfigsOK() *ActionListActionConfigsOK

NewActionListActionConfigsOK creates a ActionListActionConfigsOK with default headers values

func (*ActionListActionConfigsOK) Code

func (o *ActionListActionConfigsOK) Code() int

Code gets the status code for the action list action configs o k response

func (*ActionListActionConfigsOK) Error

func (o *ActionListActionConfigsOK) Error() string

func (*ActionListActionConfigsOK) IsClientError

func (o *ActionListActionConfigsOK) IsClientError() bool

IsClientError returns true when this action list action configs o k response has a 4xx status code

func (*ActionListActionConfigsOK) IsCode

func (o *ActionListActionConfigsOK) IsCode(code int) bool

IsCode returns true when this action list action configs o k response a status code equal to that given

func (*ActionListActionConfigsOK) IsRedirect

func (o *ActionListActionConfigsOK) IsRedirect() bool

IsRedirect returns true when this action list action configs o k response has a 3xx status code

func (*ActionListActionConfigsOK) IsServerError

func (o *ActionListActionConfigsOK) IsServerError() bool

IsServerError returns true when this action list action configs o k response has a 5xx status code

func (*ActionListActionConfigsOK) IsSuccess

func (o *ActionListActionConfigsOK) IsSuccess() bool

IsSuccess returns true when this action list action configs o k response has a 2xx status code

func (*ActionListActionConfigsOK) String

func (o *ActionListActionConfigsOK) String() string

type ActionListActionConfigsParams

type ActionListActionConfigsParams struct {

	/* NamespaceID.

	   The namespace the actions are stored in
	*/
	NamespaceID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ActionListActionConfigsParams contains all the parameters to send to the API endpoint

for the action list action configs operation.

Typically these are written to a http.Request.

func NewActionListActionConfigsParams

func NewActionListActionConfigsParams() *ActionListActionConfigsParams

NewActionListActionConfigsParams creates a new ActionListActionConfigsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewActionListActionConfigsParamsWithContext

func NewActionListActionConfigsParamsWithContext(ctx context.Context) *ActionListActionConfigsParams

NewActionListActionConfigsParamsWithContext creates a new ActionListActionConfigsParams object with the ability to set a context for a request.

func NewActionListActionConfigsParamsWithHTTPClient

func NewActionListActionConfigsParamsWithHTTPClient(client *http.Client) *ActionListActionConfigsParams

NewActionListActionConfigsParamsWithHTTPClient creates a new ActionListActionConfigsParams object with the ability to set a custom HTTPClient for a request.

func NewActionListActionConfigsParamsWithTimeout

func NewActionListActionConfigsParamsWithTimeout(timeout time.Duration) *ActionListActionConfigsParams

NewActionListActionConfigsParamsWithTimeout creates a new ActionListActionConfigsParams object with the ability to set a timeout on a request.

func (*ActionListActionConfigsParams) SetContext

func (o *ActionListActionConfigsParams) SetContext(ctx context.Context)

SetContext adds the context to the action list action configs params

func (*ActionListActionConfigsParams) SetDefaults

func (o *ActionListActionConfigsParams) SetDefaults()

SetDefaults hydrates default values in the action list action configs params (not the query body).

All values with no default are reset to their zero value.

func (*ActionListActionConfigsParams) SetHTTPClient

func (o *ActionListActionConfigsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the action list action configs params

func (*ActionListActionConfigsParams) SetNamespaceID

func (o *ActionListActionConfigsParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the action list action configs params

func (*ActionListActionConfigsParams) SetTimeout

func (o *ActionListActionConfigsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the action list action configs params

func (*ActionListActionConfigsParams) WithContext

WithContext adds the context to the action list action configs params

func (*ActionListActionConfigsParams) WithDefaults

WithDefaults hydrates default values in the action list action configs params (not the query body).

All values with no default are reset to their zero value.

func (*ActionListActionConfigsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the action list action configs params

func (*ActionListActionConfigsParams) WithNamespaceID

func (o *ActionListActionConfigsParams) WithNamespaceID(namespaceID string) *ActionListActionConfigsParams

WithNamespaceID adds the namespaceID to the action list action configs params

func (*ActionListActionConfigsParams) WithTimeout

WithTimeout adds the timeout to the action list action configs params

func (*ActionListActionConfigsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ActionListActionConfigsReader

type ActionListActionConfigsReader struct {
	// contains filtered or unexported fields
}

ActionListActionConfigsReader is a Reader for the ActionListActionConfigs structure.

func (*ActionListActionConfigsReader) ReadResponse

func (o *ActionListActionConfigsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ActionListActionRunsDefault

type ActionListActionRunsDefault struct {
	Payload *cloud.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

ActionListActionRunsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewActionListActionRunsDefault

func NewActionListActionRunsDefault(code int) *ActionListActionRunsDefault

NewActionListActionRunsDefault creates a ActionListActionRunsDefault with default headers values

func (*ActionListActionRunsDefault) Code

func (o *ActionListActionRunsDefault) Code() int

Code gets the status code for the action list action runs default response

func (*ActionListActionRunsDefault) Error

func (*ActionListActionRunsDefault) GetPayload

func (*ActionListActionRunsDefault) IsClientError

func (o *ActionListActionRunsDefault) IsClientError() bool

IsClientError returns true when this action list action runs default response has a 4xx status code

func (*ActionListActionRunsDefault) IsCode

func (o *ActionListActionRunsDefault) IsCode(code int) bool

IsCode returns true when this action list action runs default response a status code equal to that given

func (*ActionListActionRunsDefault) IsRedirect

func (o *ActionListActionRunsDefault) IsRedirect() bool

IsRedirect returns true when this action list action runs default response has a 3xx status code

func (*ActionListActionRunsDefault) IsServerError

func (o *ActionListActionRunsDefault) IsServerError() bool

IsServerError returns true when this action list action runs default response has a 5xx status code

func (*ActionListActionRunsDefault) IsSuccess

func (o *ActionListActionRunsDefault) IsSuccess() bool

IsSuccess returns true when this action list action runs default response has a 2xx status code

func (*ActionListActionRunsDefault) String

func (o *ActionListActionRunsDefault) String() string

type ActionListActionRunsOK

type ActionListActionRunsOK struct {
	Payload *models.HashicorpCloudWaypointActionsdriverListActionRunsResponse
}

ActionListActionRunsOK describes a response with status code 200, with default header values.

A successful response.

func NewActionListActionRunsOK

func NewActionListActionRunsOK() *ActionListActionRunsOK

NewActionListActionRunsOK creates a ActionListActionRunsOK with default headers values

func (*ActionListActionRunsOK) Code

func (o *ActionListActionRunsOK) Code() int

Code gets the status code for the action list action runs o k response

func (*ActionListActionRunsOK) Error

func (o *ActionListActionRunsOK) Error() string

func (*ActionListActionRunsOK) IsClientError

func (o *ActionListActionRunsOK) IsClientError() bool

IsClientError returns true when this action list action runs o k response has a 4xx status code

func (*ActionListActionRunsOK) IsCode

func (o *ActionListActionRunsOK) IsCode(code int) bool

IsCode returns true when this action list action runs o k response a status code equal to that given

func (*ActionListActionRunsOK) IsRedirect

func (o *ActionListActionRunsOK) IsRedirect() bool

IsRedirect returns true when this action list action runs o k response has a 3xx status code

func (*ActionListActionRunsOK) IsServerError

func (o *ActionListActionRunsOK) IsServerError() bool

IsServerError returns true when this action list action runs o k response has a 5xx status code

func (*ActionListActionRunsOK) IsSuccess

func (o *ActionListActionRunsOK) IsSuccess() bool

IsSuccess returns true when this action list action runs o k response has a 2xx status code

func (*ActionListActionRunsOK) String

func (o *ActionListActionRunsOK) String() string

type ActionListActionRunsParams

type ActionListActionRunsParams struct {

	/* ActionID.

	   The id of the action config being listed.
	*/
	ActionID *string

	/* ActionName.

	   The name of the action being listed (will only be used if id not provided).
	*/
	ActionName *string

	/* NamespaceID.

	   The namespace the action to be listed in
	*/
	NamespaceID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ActionListActionRunsParams contains all the parameters to send to the API endpoint

for the action list action runs operation.

Typically these are written to a http.Request.

func NewActionListActionRunsParams

func NewActionListActionRunsParams() *ActionListActionRunsParams

NewActionListActionRunsParams creates a new ActionListActionRunsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewActionListActionRunsParamsWithContext

func NewActionListActionRunsParamsWithContext(ctx context.Context) *ActionListActionRunsParams

NewActionListActionRunsParamsWithContext creates a new ActionListActionRunsParams object with the ability to set a context for a request.

func NewActionListActionRunsParamsWithHTTPClient

func NewActionListActionRunsParamsWithHTTPClient(client *http.Client) *ActionListActionRunsParams

NewActionListActionRunsParamsWithHTTPClient creates a new ActionListActionRunsParams object with the ability to set a custom HTTPClient for a request.

func NewActionListActionRunsParamsWithTimeout

func NewActionListActionRunsParamsWithTimeout(timeout time.Duration) *ActionListActionRunsParams

NewActionListActionRunsParamsWithTimeout creates a new ActionListActionRunsParams object with the ability to set a timeout on a request.

func (*ActionListActionRunsParams) SetActionID

func (o *ActionListActionRunsParams) SetActionID(actionID *string)

SetActionID adds the actionId to the action list action runs params

func (*ActionListActionRunsParams) SetActionName

func (o *ActionListActionRunsParams) SetActionName(actionName *string)

SetActionName adds the actionName to the action list action runs params

func (*ActionListActionRunsParams) SetContext

func (o *ActionListActionRunsParams) SetContext(ctx context.Context)

SetContext adds the context to the action list action runs params

func (*ActionListActionRunsParams) SetDefaults

func (o *ActionListActionRunsParams) SetDefaults()

SetDefaults hydrates default values in the action list action runs params (not the query body).

All values with no default are reset to their zero value.

func (*ActionListActionRunsParams) SetHTTPClient

func (o *ActionListActionRunsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the action list action runs params

func (*ActionListActionRunsParams) SetNamespaceID

func (o *ActionListActionRunsParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the action list action runs params

func (*ActionListActionRunsParams) SetTimeout

func (o *ActionListActionRunsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the action list action runs params

func (*ActionListActionRunsParams) WithActionID

func (o *ActionListActionRunsParams) WithActionID(actionID *string) *ActionListActionRunsParams

WithActionID adds the actionID to the action list action runs params

func (*ActionListActionRunsParams) WithActionName

func (o *ActionListActionRunsParams) WithActionName(actionName *string) *ActionListActionRunsParams

WithActionName adds the actionName to the action list action runs params

func (*ActionListActionRunsParams) WithContext

WithContext adds the context to the action list action runs params

func (*ActionListActionRunsParams) WithDefaults

WithDefaults hydrates default values in the action list action runs params (not the query body).

All values with no default are reset to their zero value.

func (*ActionListActionRunsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the action list action runs params

func (*ActionListActionRunsParams) WithNamespaceID

func (o *ActionListActionRunsParams) WithNamespaceID(namespaceID string) *ActionListActionRunsParams

WithNamespaceID adds the namespaceID to the action list action runs params

func (*ActionListActionRunsParams) WithTimeout

WithTimeout adds the timeout to the action list action runs params

func (*ActionListActionRunsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ActionListActionRunsReader

type ActionListActionRunsReader struct {
	// contains filtered or unexported fields
}

ActionListActionRunsReader is a Reader for the ActionListActionRuns structure.

func (*ActionListActionRunsReader) ReadResponse

func (o *ActionListActionRunsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ActionRunActionDefault

type ActionRunActionDefault struct {
	Payload *cloud.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

ActionRunActionDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewActionRunActionDefault

func NewActionRunActionDefault(code int) *ActionRunActionDefault

NewActionRunActionDefault creates a ActionRunActionDefault with default headers values

func (*ActionRunActionDefault) Code

func (o *ActionRunActionDefault) Code() int

Code gets the status code for the action run action default response

func (*ActionRunActionDefault) Error

func (o *ActionRunActionDefault) Error() string

func (*ActionRunActionDefault) GetPayload

func (*ActionRunActionDefault) IsClientError

func (o *ActionRunActionDefault) IsClientError() bool

IsClientError returns true when this action run action default response has a 4xx status code

func (*ActionRunActionDefault) IsCode

func (o *ActionRunActionDefault) IsCode(code int) bool

IsCode returns true when this action run action default response a status code equal to that given

func (*ActionRunActionDefault) IsRedirect

func (o *ActionRunActionDefault) IsRedirect() bool

IsRedirect returns true when this action run action default response has a 3xx status code

func (*ActionRunActionDefault) IsServerError

func (o *ActionRunActionDefault) IsServerError() bool

IsServerError returns true when this action run action default response has a 5xx status code

func (*ActionRunActionDefault) IsSuccess

func (o *ActionRunActionDefault) IsSuccess() bool

IsSuccess returns true when this action run action default response has a 2xx status code

func (*ActionRunActionDefault) String

func (o *ActionRunActionDefault) String() string

type ActionRunActionOK

type ActionRunActionOK struct {
	Payload *models.HashicorpCloudWaypointActionsdriverRunActionResponse
}

ActionRunActionOK describes a response with status code 200, with default header values.

A successful response.

func NewActionRunActionOK

func NewActionRunActionOK() *ActionRunActionOK

NewActionRunActionOK creates a ActionRunActionOK with default headers values

func (*ActionRunActionOK) Code

func (o *ActionRunActionOK) Code() int

Code gets the status code for the action run action o k response

func (*ActionRunActionOK) Error

func (o *ActionRunActionOK) Error() string

func (*ActionRunActionOK) IsClientError

func (o *ActionRunActionOK) IsClientError() bool

IsClientError returns true when this action run action o k response has a 4xx status code

func (*ActionRunActionOK) IsCode

func (o *ActionRunActionOK) IsCode(code int) bool

IsCode returns true when this action run action o k response a status code equal to that given

func (*ActionRunActionOK) IsRedirect

func (o *ActionRunActionOK) IsRedirect() bool

IsRedirect returns true when this action run action o k response has a 3xx status code

func (*ActionRunActionOK) IsServerError

func (o *ActionRunActionOK) IsServerError() bool

IsServerError returns true when this action run action o k response has a 5xx status code

func (*ActionRunActionOK) IsSuccess

func (o *ActionRunActionOK) IsSuccess() bool

IsSuccess returns true when this action run action o k response has a 2xx status code

func (*ActionRunActionOK) String

func (o *ActionRunActionOK) String() string

type ActionRunActionParams

type ActionRunActionParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointActionsdriverRunActionRequest

	/* NamespaceID.

	   The namespace the action will run in
	*/
	NamespaceID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ActionRunActionParams contains all the parameters to send to the API endpoint

for the action run action operation.

Typically these are written to a http.Request.

func NewActionRunActionParams

func NewActionRunActionParams() *ActionRunActionParams

NewActionRunActionParams creates a new ActionRunActionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewActionRunActionParamsWithContext

func NewActionRunActionParamsWithContext(ctx context.Context) *ActionRunActionParams

NewActionRunActionParamsWithContext creates a new ActionRunActionParams object with the ability to set a context for a request.

func NewActionRunActionParamsWithHTTPClient

func NewActionRunActionParamsWithHTTPClient(client *http.Client) *ActionRunActionParams

NewActionRunActionParamsWithHTTPClient creates a new ActionRunActionParams object with the ability to set a custom HTTPClient for a request.

func NewActionRunActionParamsWithTimeout

func NewActionRunActionParamsWithTimeout(timeout time.Duration) *ActionRunActionParams

NewActionRunActionParamsWithTimeout creates a new ActionRunActionParams object with the ability to set a timeout on a request.

func (*ActionRunActionParams) SetBody

SetBody adds the body to the action run action params

func (*ActionRunActionParams) SetContext

func (o *ActionRunActionParams) SetContext(ctx context.Context)

SetContext adds the context to the action run action params

func (*ActionRunActionParams) SetDefaults

func (o *ActionRunActionParams) SetDefaults()

SetDefaults hydrates default values in the action run action params (not the query body).

All values with no default are reset to their zero value.

func (*ActionRunActionParams) SetHTTPClient

func (o *ActionRunActionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the action run action params

func (*ActionRunActionParams) SetNamespaceID

func (o *ActionRunActionParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the action run action params

func (*ActionRunActionParams) SetTimeout

func (o *ActionRunActionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the action run action params

func (*ActionRunActionParams) WithBody

WithBody adds the body to the action run action params

func (*ActionRunActionParams) WithContext

WithContext adds the context to the action run action params

func (*ActionRunActionParams) WithDefaults

func (o *ActionRunActionParams) WithDefaults() *ActionRunActionParams

WithDefaults hydrates default values in the action run action params (not the query body).

All values with no default are reset to their zero value.

func (*ActionRunActionParams) WithHTTPClient

func (o *ActionRunActionParams) WithHTTPClient(client *http.Client) *ActionRunActionParams

WithHTTPClient adds the HTTPClient to the action run action params

func (*ActionRunActionParams) WithNamespaceID

func (o *ActionRunActionParams) WithNamespaceID(namespaceID string) *ActionRunActionParams

WithNamespaceID adds the namespaceID to the action run action params

func (*ActionRunActionParams) WithTimeout

func (o *ActionRunActionParams) WithTimeout(timeout time.Duration) *ActionRunActionParams

WithTimeout adds the timeout to the action run action params

func (*ActionRunActionParams) WriteToRequest

func (o *ActionRunActionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ActionRunActionReader

type ActionRunActionReader struct {
	// contains filtered or unexported fields
}

ActionRunActionReader is a Reader for the ActionRunAction structure.

func (*ActionRunActionReader) ReadResponse

func (o *ActionRunActionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ActionSendStatusLogDefault

type ActionSendStatusLogDefault struct {
	Payload *cloud.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

ActionSendStatusLogDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewActionSendStatusLogDefault

func NewActionSendStatusLogDefault(code int) *ActionSendStatusLogDefault

NewActionSendStatusLogDefault creates a ActionSendStatusLogDefault with default headers values

func (*ActionSendStatusLogDefault) Code

func (o *ActionSendStatusLogDefault) Code() int

Code gets the status code for the action send status log default response

func (*ActionSendStatusLogDefault) Error

func (*ActionSendStatusLogDefault) GetPayload

func (*ActionSendStatusLogDefault) IsClientError

func (o *ActionSendStatusLogDefault) IsClientError() bool

IsClientError returns true when this action send status log default response has a 4xx status code

func (*ActionSendStatusLogDefault) IsCode

func (o *ActionSendStatusLogDefault) IsCode(code int) bool

IsCode returns true when this action send status log default response a status code equal to that given

func (*ActionSendStatusLogDefault) IsRedirect

func (o *ActionSendStatusLogDefault) IsRedirect() bool

IsRedirect returns true when this action send status log default response has a 3xx status code

func (*ActionSendStatusLogDefault) IsServerError

func (o *ActionSendStatusLogDefault) IsServerError() bool

IsServerError returns true when this action send status log default response has a 5xx status code

func (*ActionSendStatusLogDefault) IsSuccess

func (o *ActionSendStatusLogDefault) IsSuccess() bool

IsSuccess returns true when this action send status log default response has a 2xx status code

func (*ActionSendStatusLogDefault) String

func (o *ActionSendStatusLogDefault) String() string

type ActionSendStatusLogOK

type ActionSendStatusLogOK struct {
	Payload models.HashicorpCloudWaypointActionsdriverSendStatusLogResponse
}

ActionSendStatusLogOK describes a response with status code 200, with default header values.

A successful response.

func NewActionSendStatusLogOK

func NewActionSendStatusLogOK() *ActionSendStatusLogOK

NewActionSendStatusLogOK creates a ActionSendStatusLogOK with default headers values

func (*ActionSendStatusLogOK) Code

func (o *ActionSendStatusLogOK) Code() int

Code gets the status code for the action send status log o k response

func (*ActionSendStatusLogOK) Error

func (o *ActionSendStatusLogOK) Error() string

func (*ActionSendStatusLogOK) IsClientError

func (o *ActionSendStatusLogOK) IsClientError() bool

IsClientError returns true when this action send status log o k response has a 4xx status code

func (*ActionSendStatusLogOK) IsCode

func (o *ActionSendStatusLogOK) IsCode(code int) bool

IsCode returns true when this action send status log o k response a status code equal to that given

func (*ActionSendStatusLogOK) IsRedirect

func (o *ActionSendStatusLogOK) IsRedirect() bool

IsRedirect returns true when this action send status log o k response has a 3xx status code

func (*ActionSendStatusLogOK) IsServerError

func (o *ActionSendStatusLogOK) IsServerError() bool

IsServerError returns true when this action send status log o k response has a 5xx status code

func (*ActionSendStatusLogOK) IsSuccess

func (o *ActionSendStatusLogOK) IsSuccess() bool

IsSuccess returns true when this action send status log o k response has a 2xx status code

func (*ActionSendStatusLogOK) String

func (o *ActionSendStatusLogOK) String() string

type ActionSendStatusLogParams

type ActionSendStatusLogParams struct {

	/* ActionConfigID.

	   ULID of the action config id
	*/
	ActionConfigID string

	/* ActionRunSeq.

	   The run sequence to attach this run to

	   Format: uint64
	*/
	ActionRunSeq string

	// Body.
	Body *models.HashicorpCloudWaypointActionsdriverSendStatusLogRequest

	/* NamespaceID.

	   The namespace the action to be listed in
	*/
	NamespaceID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ActionSendStatusLogParams contains all the parameters to send to the API endpoint

for the action send status log operation.

Typically these are written to a http.Request.

func NewActionSendStatusLogParams

func NewActionSendStatusLogParams() *ActionSendStatusLogParams

NewActionSendStatusLogParams creates a new ActionSendStatusLogParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewActionSendStatusLogParamsWithContext

func NewActionSendStatusLogParamsWithContext(ctx context.Context) *ActionSendStatusLogParams

NewActionSendStatusLogParamsWithContext creates a new ActionSendStatusLogParams object with the ability to set a context for a request.

func NewActionSendStatusLogParamsWithHTTPClient

func NewActionSendStatusLogParamsWithHTTPClient(client *http.Client) *ActionSendStatusLogParams

NewActionSendStatusLogParamsWithHTTPClient creates a new ActionSendStatusLogParams object with the ability to set a custom HTTPClient for a request.

func NewActionSendStatusLogParamsWithTimeout

func NewActionSendStatusLogParamsWithTimeout(timeout time.Duration) *ActionSendStatusLogParams

NewActionSendStatusLogParamsWithTimeout creates a new ActionSendStatusLogParams object with the ability to set a timeout on a request.

func (*ActionSendStatusLogParams) SetActionConfigID

func (o *ActionSendStatusLogParams) SetActionConfigID(actionConfigID string)

SetActionConfigID adds the actionConfigId to the action send status log params

func (*ActionSendStatusLogParams) SetActionRunSeq

func (o *ActionSendStatusLogParams) SetActionRunSeq(actionRunSeq string)

SetActionRunSeq adds the actionRunSeq to the action send status log params

func (*ActionSendStatusLogParams) SetBody

SetBody adds the body to the action send status log params

func (*ActionSendStatusLogParams) SetContext

func (o *ActionSendStatusLogParams) SetContext(ctx context.Context)

SetContext adds the context to the action send status log params

func (*ActionSendStatusLogParams) SetDefaults

func (o *ActionSendStatusLogParams) SetDefaults()

SetDefaults hydrates default values in the action send status log params (not the query body).

All values with no default are reset to their zero value.

func (*ActionSendStatusLogParams) SetHTTPClient

func (o *ActionSendStatusLogParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the action send status log params

func (*ActionSendStatusLogParams) SetNamespaceID

func (o *ActionSendStatusLogParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the action send status log params

func (*ActionSendStatusLogParams) SetTimeout

func (o *ActionSendStatusLogParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the action send status log params

func (*ActionSendStatusLogParams) WithActionConfigID

func (o *ActionSendStatusLogParams) WithActionConfigID(actionConfigID string) *ActionSendStatusLogParams

WithActionConfigID adds the actionConfigID to the action send status log params

func (*ActionSendStatusLogParams) WithActionRunSeq

func (o *ActionSendStatusLogParams) WithActionRunSeq(actionRunSeq string) *ActionSendStatusLogParams

WithActionRunSeq adds the actionRunSeq to the action send status log params

func (*ActionSendStatusLogParams) WithBody

WithBody adds the body to the action send status log params

func (*ActionSendStatusLogParams) WithContext

WithContext adds the context to the action send status log params

func (*ActionSendStatusLogParams) WithDefaults

WithDefaults hydrates default values in the action send status log params (not the query body).

All values with no default are reset to their zero value.

func (*ActionSendStatusLogParams) WithHTTPClient

func (o *ActionSendStatusLogParams) WithHTTPClient(client *http.Client) *ActionSendStatusLogParams

WithHTTPClient adds the HTTPClient to the action send status log params

func (*ActionSendStatusLogParams) WithNamespaceID

func (o *ActionSendStatusLogParams) WithNamespaceID(namespaceID string) *ActionSendStatusLogParams

WithNamespaceID adds the namespaceID to the action send status log params

func (*ActionSendStatusLogParams) WithTimeout

WithTimeout adds the timeout to the action send status log params

func (*ActionSendStatusLogParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ActionSendStatusLogReader

type ActionSendStatusLogReader struct {
	// contains filtered or unexported fields
}

ActionSendStatusLogReader is a Reader for the ActionSendStatusLog structure.

func (*ActionSendStatusLogReader) ReadResponse

func (o *ActionSendStatusLogReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ActionUpdateActionConfigDefault

type ActionUpdateActionConfigDefault struct {
	Payload *cloud.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

ActionUpdateActionConfigDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewActionUpdateActionConfigDefault

func NewActionUpdateActionConfigDefault(code int) *ActionUpdateActionConfigDefault

NewActionUpdateActionConfigDefault creates a ActionUpdateActionConfigDefault with default headers values

func (*ActionUpdateActionConfigDefault) Code

Code gets the status code for the action update action config default response

func (*ActionUpdateActionConfigDefault) Error

func (*ActionUpdateActionConfigDefault) GetPayload

func (*ActionUpdateActionConfigDefault) IsClientError

func (o *ActionUpdateActionConfigDefault) IsClientError() bool

IsClientError returns true when this action update action config default response has a 4xx status code

func (*ActionUpdateActionConfigDefault) IsCode

func (o *ActionUpdateActionConfigDefault) IsCode(code int) bool

IsCode returns true when this action update action config default response a status code equal to that given

func (*ActionUpdateActionConfigDefault) IsRedirect

func (o *ActionUpdateActionConfigDefault) IsRedirect() bool

IsRedirect returns true when this action update action config default response has a 3xx status code

func (*ActionUpdateActionConfigDefault) IsServerError

func (o *ActionUpdateActionConfigDefault) IsServerError() bool

IsServerError returns true when this action update action config default response has a 5xx status code

func (*ActionUpdateActionConfigDefault) IsSuccess

func (o *ActionUpdateActionConfigDefault) IsSuccess() bool

IsSuccess returns true when this action update action config default response has a 2xx status code

func (*ActionUpdateActionConfigDefault) String

type ActionUpdateActionConfigOK

type ActionUpdateActionConfigOK struct {
	Payload *models.HashicorpCloudWaypointActionsdriverUpdateActionConfigResponse
}

ActionUpdateActionConfigOK describes a response with status code 200, with default header values.

A successful response.

func NewActionUpdateActionConfigOK

func NewActionUpdateActionConfigOK() *ActionUpdateActionConfigOK

NewActionUpdateActionConfigOK creates a ActionUpdateActionConfigOK with default headers values

func (*ActionUpdateActionConfigOK) Code

func (o *ActionUpdateActionConfigOK) Code() int

Code gets the status code for the action update action config o k response

func (*ActionUpdateActionConfigOK) Error

func (*ActionUpdateActionConfigOK) IsClientError

func (o *ActionUpdateActionConfigOK) IsClientError() bool

IsClientError returns true when this action update action config o k response has a 4xx status code

func (*ActionUpdateActionConfigOK) IsCode

func (o *ActionUpdateActionConfigOK) IsCode(code int) bool

IsCode returns true when this action update action config o k response a status code equal to that given

func (*ActionUpdateActionConfigOK) IsRedirect

func (o *ActionUpdateActionConfigOK) IsRedirect() bool

IsRedirect returns true when this action update action config o k response has a 3xx status code

func (*ActionUpdateActionConfigOK) IsServerError

func (o *ActionUpdateActionConfigOK) IsServerError() bool

IsServerError returns true when this action update action config o k response has a 5xx status code

func (*ActionUpdateActionConfigOK) IsSuccess

func (o *ActionUpdateActionConfigOK) IsSuccess() bool

IsSuccess returns true when this action update action config o k response has a 2xx status code

func (*ActionUpdateActionConfigOK) String

func (o *ActionUpdateActionConfigOK) String() string

type ActionUpdateActionConfigParams

type ActionUpdateActionConfigParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointActionsdriverUpdateActionConfigRequest

	/* NamespaceID.

	   The namespace the action to be updated in
	*/
	NamespaceID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ActionUpdateActionConfigParams contains all the parameters to send to the API endpoint

for the action update action config operation.

Typically these are written to a http.Request.

func NewActionUpdateActionConfigParams

func NewActionUpdateActionConfigParams() *ActionUpdateActionConfigParams

NewActionUpdateActionConfigParams creates a new ActionUpdateActionConfigParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewActionUpdateActionConfigParamsWithContext

func NewActionUpdateActionConfigParamsWithContext(ctx context.Context) *ActionUpdateActionConfigParams

NewActionUpdateActionConfigParamsWithContext creates a new ActionUpdateActionConfigParams object with the ability to set a context for a request.

func NewActionUpdateActionConfigParamsWithHTTPClient

func NewActionUpdateActionConfigParamsWithHTTPClient(client *http.Client) *ActionUpdateActionConfigParams

NewActionUpdateActionConfigParamsWithHTTPClient creates a new ActionUpdateActionConfigParams object with the ability to set a custom HTTPClient for a request.

func NewActionUpdateActionConfigParamsWithTimeout

func NewActionUpdateActionConfigParamsWithTimeout(timeout time.Duration) *ActionUpdateActionConfigParams

NewActionUpdateActionConfigParamsWithTimeout creates a new ActionUpdateActionConfigParams object with the ability to set a timeout on a request.

func (*ActionUpdateActionConfigParams) SetBody

SetBody adds the body to the action update action config params

func (*ActionUpdateActionConfigParams) SetContext

func (o *ActionUpdateActionConfigParams) SetContext(ctx context.Context)

SetContext adds the context to the action update action config params

func (*ActionUpdateActionConfigParams) SetDefaults

func (o *ActionUpdateActionConfigParams) SetDefaults()

SetDefaults hydrates default values in the action update action config params (not the query body).

All values with no default are reset to their zero value.

func (*ActionUpdateActionConfigParams) SetHTTPClient

func (o *ActionUpdateActionConfigParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the action update action config params

func (*ActionUpdateActionConfigParams) SetNamespaceID

func (o *ActionUpdateActionConfigParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the action update action config params

func (*ActionUpdateActionConfigParams) SetTimeout

func (o *ActionUpdateActionConfigParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the action update action config params

func (*ActionUpdateActionConfigParams) WithBody

WithBody adds the body to the action update action config params

func (*ActionUpdateActionConfigParams) WithContext

WithContext adds the context to the action update action config params

func (*ActionUpdateActionConfigParams) WithDefaults

WithDefaults hydrates default values in the action update action config params (not the query body).

All values with no default are reset to their zero value.

func (*ActionUpdateActionConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the action update action config params

func (*ActionUpdateActionConfigParams) WithNamespaceID

func (o *ActionUpdateActionConfigParams) WithNamespaceID(namespaceID string) *ActionUpdateActionConfigParams

WithNamespaceID adds the namespaceID to the action update action config params

func (*ActionUpdateActionConfigParams) WithTimeout

WithTimeout adds the timeout to the action update action config params

func (*ActionUpdateActionConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ActionUpdateActionConfigReader

type ActionUpdateActionConfigReader struct {
	// contains filtered or unexported fields
}

ActionUpdateActionConfigReader is a Reader for the ActionUpdateActionConfig structure.

func (*ActionUpdateActionConfigReader) ReadResponse

func (o *ActionUpdateActionConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for action API

func (*Client) ActionCreateActionConfig

func (a *Client) ActionCreateActionConfig(params *ActionCreateActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionCreateActionConfigOK, error)

ActionCreateActionConfig action create action config API

func (*Client) ActionDeleteActionConfig

func (a *Client) ActionDeleteActionConfig(params *ActionDeleteActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionDeleteActionConfigOK, error)

ActionDeleteActionConfig action delete action config API

func (*Client) ActionGetActionConfig

func (a *Client) ActionGetActionConfig(params *ActionGetActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionGetActionConfigOK, error)

ActionGetActionConfig configs endpoints

func (*Client) ActionListActionConfigs

func (a *Client) ActionListActionConfigs(params *ActionListActionConfigsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionListActionConfigsOK, error)

ActionListActionConfigs action list action configs API

func (*Client) ActionListActionRuns

func (a *Client) ActionListActionRuns(params *ActionListActionRunsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionListActionRunsOK, error)

ActionListActionRuns action list action runs API

func (*Client) ActionRunAction

func (a *Client) ActionRunAction(params *ActionRunActionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionRunActionOK, error)

ActionRunAction runnings actions

func (*Client) ActionSendStatusLog

func (a *Client) ActionSendStatusLog(params *ActionSendStatusLogParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionSendStatusLogOK, error)

ActionSendStatusLog statuses logs for action runs

func (*Client) ActionUpdateActionConfig

func (a *Client) ActionUpdateActionConfig(params *ActionUpdateActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionUpdateActionConfigOK, error)

ActionUpdateActionConfig action update action config API

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	ActionCreateActionConfig(params *ActionCreateActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionCreateActionConfigOK, error)

	ActionDeleteActionConfig(params *ActionDeleteActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionDeleteActionConfigOK, error)

	ActionGetActionConfig(params *ActionGetActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionGetActionConfigOK, error)

	ActionListActionConfigs(params *ActionListActionConfigsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionListActionConfigsOK, error)

	ActionListActionRuns(params *ActionListActionRunsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionListActionRunsOK, error)

	ActionRunAction(params *ActionRunActionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionRunActionOK, error)

	ActionSendStatusLog(params *ActionSendStatusLogParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionSendStatusLogOK, error)

	ActionUpdateActionConfig(params *ActionUpdateActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionUpdateActionConfigOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new action API client.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL