waypoint_service

package
v0.79.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for waypoint service API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) WaypointServiceCreateAddOn

func (a *Client) WaypointServiceCreateAddOn(params *WaypointServiceCreateAddOnParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceCreateAddOnOK, error)

WaypointServiceCreateAddOn creates add on adds an add on to a project from an add on definition

func (*Client) WaypointServiceCreateAddOnDefinition

func (a *Client) WaypointServiceCreateAddOnDefinition(params *WaypointServiceCreateAddOnDefinitionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceCreateAddOnDefinitionOK, error)

WaypointServiceCreateAddOnDefinition creates add on definition creates a new add on definition

func (*Client) WaypointServiceCreateApplicationFromTemplate

WaypointServiceCreateApplicationFromTemplate creates application from template creates a new waypoint application from an application template provisioning infrastructure before upserting the waypoint application to the database

func (*Client) WaypointServiceCreateApplicationTemplate

WaypointServiceCreateApplicationTemplate creates application template creates a new applicationtemplate

func (*Client) WaypointServiceCreateNamespace

func (a *Client) WaypointServiceCreateNamespace(params *WaypointServiceCreateNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceCreateNamespaceOK, error)

WaypointServiceCreateNamespace creates namespaces creates an h c p waypoint namespaces

func (*Client) WaypointServiceCreateTFCConfig

func (a *Client) WaypointServiceCreateTFCConfig(params *WaypointServiceCreateTFCConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceCreateTFCConfigOK, error)

WaypointServiceCreateTFCConfig bs e t a create t f c config creates a terraform cloud configuration

func (*Client) WaypointServiceDeleteAddOnDefinition

func (a *Client) WaypointServiceDeleteAddOnDefinition(params *WaypointServiceDeleteAddOnDefinitionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDeleteAddOnDefinitionOK, error)

WaypointServiceDeleteAddOnDefinition deletes add on definition deletes an existing add on definition

func (*Client) WaypointServiceDeleteApplicationTemplate

WaypointServiceDeleteApplicationTemplate deletes application template deletes a applicationtemplate by the applicationtemplate name or id

func (*Client) WaypointServiceDeleteNamespace

func (a *Client) WaypointServiceDeleteNamespace(params *WaypointServiceDeleteNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDeleteNamespaceOK, error)

WaypointServiceDeleteNamespace deletes namespace deletes an h c p waypoint namespace

func (*Client) WaypointServiceDeleteTFCConfig

func (a *Client) WaypointServiceDeleteTFCConfig(params *WaypointServiceDeleteTFCConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDeleteTFCConfigOK, error)

WaypointServiceDeleteTFCConfig deletes t f c config deletes a terraform configuration

func (*Client) WaypointServiceDestroyAddOn

func (a *Client) WaypointServiceDestroyAddOn(params *WaypointServiceDestroyAddOnParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDestroyAddOnOK, error)

WaypointServiceDestroyAddOn destroys add on destroys an existing add on

func (*Client) WaypointServiceDestroyApplication

func (a *Client) WaypointServiceDestroyApplication(params *WaypointServiceDestroyApplicationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDestroyApplicationOK, error)

WaypointServiceDestroyApplication waypoint service destroy application API

func (*Client) WaypointServiceGetAddOn

func (a *Client) WaypointServiceGetAddOn(params *WaypointServiceGetAddOnParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetAddOnOK, error)

WaypointServiceGetAddOn gets add on returns an existing add on

func (*Client) WaypointServiceGetAddOn2

func (a *Client) WaypointServiceGetAddOn2(params *WaypointServiceGetAddOn2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetAddOn2OK, error)

WaypointServiceGetAddOn2 gets add on returns an existing add on

func (*Client) WaypointServiceGetAddOnDefinition

func (a *Client) WaypointServiceGetAddOnDefinition(params *WaypointServiceGetAddOnDefinitionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetAddOnDefinitionOK, error)

WaypointServiceGetAddOnDefinition gets add on definition returns an add on definition referenced by name or ID

func (*Client) WaypointServiceGetAddOnDefinition2

func (a *Client) WaypointServiceGetAddOnDefinition2(params *WaypointServiceGetAddOnDefinition2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetAddOnDefinition2OK, error)

WaypointServiceGetAddOnDefinition2 gets add on definition returns an add on definition referenced by name or ID

func (*Client) WaypointServiceGetApplication

func (a *Client) WaypointServiceGetApplication(params *WaypointServiceGetApplicationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetApplicationOK, error)

WaypointServiceGetApplication waypoint service get application API

func (*Client) WaypointServiceGetApplication2

func (a *Client) WaypointServiceGetApplication2(params *WaypointServiceGetApplication2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetApplication2OK, error)

WaypointServiceGetApplication2 waypoint service get application2 API

func (*Client) WaypointServiceGetApplicationTemplate

func (a *Client) WaypointServiceGetApplicationTemplate(params *WaypointServiceGetApplicationTemplateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetApplicationTemplateOK, error)

WaypointServiceGetApplicationTemplate gets application template returns a applicationtemplate by the applicationtemplate name or id

func (*Client) WaypointServiceGetApplicationTemplate2

WaypointServiceGetApplicationTemplate2 gets application template returns a applicationtemplate by the applicationtemplate name or id

func (*Client) WaypointServiceGetNamespace

func (a *Client) WaypointServiceGetNamespace(params *WaypointServiceGetNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetNamespaceOK, error)

WaypointServiceGetNamespace gets namespace gets a namespace based on either the namespace ID or an h c p location returns not found if the namespace doesn t exist

func (*Client) WaypointServiceGetTFCConfig

func (a *Client) WaypointServiceGetTFCConfig(params *WaypointServiceGetTFCConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetTFCConfigOK, error)

WaypointServiceGetTFCConfig bs e t a get t f c config gets the server stored terraform cloud config

func (*Client) WaypointServiceGetTFRunStatus

func (a *Client) WaypointServiceGetTFRunStatus(params *WaypointServiceGetTFRunStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetTFRunStatusOK, error)

WaypointServiceGetTFRunStatus gets t f run status returns the status of the latest run of a terraform workspace

func (*Client) WaypointServiceListAddOnDefinitions

func (a *Client) WaypointServiceListAddOnDefinitions(params *WaypointServiceListAddOnDefinitionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListAddOnDefinitionsOK, error)

WaypointServiceListAddOnDefinitions lists add on definitions returns all existing add on definitions

func (*Client) WaypointServiceListAddOns

func (a *Client) WaypointServiceListAddOns(params *WaypointServiceListAddOnsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListAddOnsOK, error)

WaypointServiceListAddOns lists add ons returns all existing add ons

func (*Client) WaypointServiceListApplicationTemplates

WaypointServiceListApplicationTemplates lists application templates returns a list of all applicationtemplates known pagination is currently ignored on this request

func (*Client) WaypointServiceListApplications

func (a *Client) WaypointServiceListApplications(params *WaypointServiceListApplicationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListApplicationsOK, error)

WaypointServiceListApplications waypoint service list applications API

func (*Client) WaypointServiceListNoCodeModules

func (a *Client) WaypointServiceListNoCodeModules(params *WaypointServiceListNoCodeModulesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListNoCodeModulesOK, error)

WaypointServiceListNoCodeModules lists no code modules returns a list of available no code module for the configured t f c organization

func (*Client) WaypointServiceUIListAddOnDefinitions

func (a *Client) WaypointServiceUIListAddOnDefinitions(params *WaypointServiceUIListAddOnDefinitionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUIListAddOnDefinitionsOK, error)

WaypointServiceUIListAddOnDefinitions lists add on definitions within the context of a project

func (*Client) WaypointServiceUpdateAddOn

func (a *Client) WaypointServiceUpdateAddOn(params *WaypointServiceUpdateAddOnParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUpdateAddOnOK, error)

WaypointServiceUpdateAddOn updates add on updates an existing add on

func (*Client) WaypointServiceUpdateAddOnDefinition

func (a *Client) WaypointServiceUpdateAddOnDefinition(params *WaypointServiceUpdateAddOnDefinitionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUpdateAddOnDefinitionOK, error)

WaypointServiceUpdateAddOnDefinition updates add on definition updates an existing add on definition

func (*Client) WaypointServiceUpdateApplication

func (a *Client) WaypointServiceUpdateApplication(params *WaypointServiceUpdateApplicationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUpdateApplicationOK, error)

WaypointServiceUpdateApplication waypoint service update application API

func (*Client) WaypointServiceUpdateApplicationTemplate

WaypointServiceUpdateApplicationTemplate updates application template updates an existing applicationtemplate

func (*Client) WaypointServiceUpdateTFCConfig

func (a *Client) WaypointServiceUpdateTFCConfig(params *WaypointServiceUpdateTFCConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUpdateTFCConfigOK, error)

WaypointServiceUpdateTFCConfig bs e t a update t f c config updates a terraform cloud configuration

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	WaypointServiceCreateAddOn(params *WaypointServiceCreateAddOnParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceCreateAddOnOK, error)

	WaypointServiceCreateAddOnDefinition(params *WaypointServiceCreateAddOnDefinitionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceCreateAddOnDefinitionOK, error)

	WaypointServiceCreateApplicationFromTemplate(params *WaypointServiceCreateApplicationFromTemplateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceCreateApplicationFromTemplateOK, error)

	WaypointServiceCreateApplicationTemplate(params *WaypointServiceCreateApplicationTemplateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceCreateApplicationTemplateOK, error)

	WaypointServiceCreateNamespace(params *WaypointServiceCreateNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceCreateNamespaceOK, error)

	WaypointServiceCreateTFCConfig(params *WaypointServiceCreateTFCConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceCreateTFCConfigOK, error)

	WaypointServiceDeleteAddOnDefinition(params *WaypointServiceDeleteAddOnDefinitionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDeleteAddOnDefinitionOK, error)

	WaypointServiceDeleteApplicationTemplate(params *WaypointServiceDeleteApplicationTemplateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDeleteApplicationTemplateOK, error)

	WaypointServiceDeleteNamespace(params *WaypointServiceDeleteNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDeleteNamespaceOK, error)

	WaypointServiceDeleteTFCConfig(params *WaypointServiceDeleteTFCConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDeleteTFCConfigOK, error)

	WaypointServiceDestroyAddOn(params *WaypointServiceDestroyAddOnParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDestroyAddOnOK, error)

	WaypointServiceDestroyApplication(params *WaypointServiceDestroyApplicationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDestroyApplicationOK, error)

	WaypointServiceGetAddOn(params *WaypointServiceGetAddOnParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetAddOnOK, error)

	WaypointServiceGetAddOn2(params *WaypointServiceGetAddOn2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetAddOn2OK, error)

	WaypointServiceGetAddOnDefinition(params *WaypointServiceGetAddOnDefinitionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetAddOnDefinitionOK, error)

	WaypointServiceGetAddOnDefinition2(params *WaypointServiceGetAddOnDefinition2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetAddOnDefinition2OK, error)

	WaypointServiceGetApplication(params *WaypointServiceGetApplicationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetApplicationOK, error)

	WaypointServiceGetApplication2(params *WaypointServiceGetApplication2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetApplication2OK, error)

	WaypointServiceGetApplicationTemplate(params *WaypointServiceGetApplicationTemplateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetApplicationTemplateOK, error)

	WaypointServiceGetApplicationTemplate2(params *WaypointServiceGetApplicationTemplate2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetApplicationTemplate2OK, error)

	WaypointServiceGetNamespace(params *WaypointServiceGetNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetNamespaceOK, error)

	WaypointServiceGetTFCConfig(params *WaypointServiceGetTFCConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetTFCConfigOK, error)

	WaypointServiceGetTFRunStatus(params *WaypointServiceGetTFRunStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetTFRunStatusOK, error)

	WaypointServiceListAddOnDefinitions(params *WaypointServiceListAddOnDefinitionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListAddOnDefinitionsOK, error)

	WaypointServiceListAddOns(params *WaypointServiceListAddOnsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListAddOnsOK, error)

	WaypointServiceListApplicationTemplates(params *WaypointServiceListApplicationTemplatesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListApplicationTemplatesOK, error)

	WaypointServiceListApplications(params *WaypointServiceListApplicationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListApplicationsOK, error)

	WaypointServiceListNoCodeModules(params *WaypointServiceListNoCodeModulesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListNoCodeModulesOK, error)

	WaypointServiceUIListAddOnDefinitions(params *WaypointServiceUIListAddOnDefinitionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUIListAddOnDefinitionsOK, error)

	WaypointServiceUpdateAddOn(params *WaypointServiceUpdateAddOnParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUpdateAddOnOK, error)

	WaypointServiceUpdateAddOnDefinition(params *WaypointServiceUpdateAddOnDefinitionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUpdateAddOnDefinitionOK, error)

	WaypointServiceUpdateApplication(params *WaypointServiceUpdateApplicationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUpdateApplicationOK, error)

	WaypointServiceUpdateApplicationTemplate(params *WaypointServiceUpdateApplicationTemplateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUpdateApplicationTemplateOK, error)

	WaypointServiceUpdateTFCConfig(params *WaypointServiceUpdateTFCConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUpdateTFCConfigOK, 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 waypoint service API client.

type WaypointServiceCreateAddOnDefault

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

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

An unexpected error response.

func NewWaypointServiceCreateAddOnDefault

func NewWaypointServiceCreateAddOnDefault(code int) *WaypointServiceCreateAddOnDefault

NewWaypointServiceCreateAddOnDefault creates a WaypointServiceCreateAddOnDefault with default headers values

func (*WaypointServiceCreateAddOnDefault) Code

Code gets the status code for the waypoint service create add on default response

func (*WaypointServiceCreateAddOnDefault) Error

func (*WaypointServiceCreateAddOnDefault) GetPayload

func (*WaypointServiceCreateAddOnDefault) IsClientError

func (o *WaypointServiceCreateAddOnDefault) IsClientError() bool

IsClientError returns true when this waypoint service create add on default response has a 4xx status code

func (*WaypointServiceCreateAddOnDefault) IsCode

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

IsCode returns true when this waypoint service create add on default response a status code equal to that given

func (*WaypointServiceCreateAddOnDefault) IsRedirect

func (o *WaypointServiceCreateAddOnDefault) IsRedirect() bool

IsRedirect returns true when this waypoint service create add on default response has a 3xx status code

func (*WaypointServiceCreateAddOnDefault) IsServerError

func (o *WaypointServiceCreateAddOnDefault) IsServerError() bool

IsServerError returns true when this waypoint service create add on default response has a 5xx status code

func (*WaypointServiceCreateAddOnDefault) IsSuccess

func (o *WaypointServiceCreateAddOnDefault) IsSuccess() bool

IsSuccess returns true when this waypoint service create add on default response has a 2xx status code

func (*WaypointServiceCreateAddOnDefault) String

type WaypointServiceCreateAddOnDefinitionDefault

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

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

An unexpected error response.

func NewWaypointServiceCreateAddOnDefinitionDefault

func NewWaypointServiceCreateAddOnDefinitionDefault(code int) *WaypointServiceCreateAddOnDefinitionDefault

NewWaypointServiceCreateAddOnDefinitionDefault creates a WaypointServiceCreateAddOnDefinitionDefault with default headers values

func (*WaypointServiceCreateAddOnDefinitionDefault) Code

Code gets the status code for the waypoint service create add on definition default response

func (*WaypointServiceCreateAddOnDefinitionDefault) Error

func (*WaypointServiceCreateAddOnDefinitionDefault) GetPayload

func (*WaypointServiceCreateAddOnDefinitionDefault) IsClientError

IsClientError returns true when this waypoint service create add on definition default response has a 4xx status code

func (*WaypointServiceCreateAddOnDefinitionDefault) IsCode

IsCode returns true when this waypoint service create add on definition default response a status code equal to that given

func (*WaypointServiceCreateAddOnDefinitionDefault) IsRedirect

IsRedirect returns true when this waypoint service create add on definition default response has a 3xx status code

func (*WaypointServiceCreateAddOnDefinitionDefault) IsServerError

IsServerError returns true when this waypoint service create add on definition default response has a 5xx status code

func (*WaypointServiceCreateAddOnDefinitionDefault) IsSuccess

IsSuccess returns true when this waypoint service create add on definition default response has a 2xx status code

func (*WaypointServiceCreateAddOnDefinitionDefault) String

type WaypointServiceCreateAddOnDefinitionOK

type WaypointServiceCreateAddOnDefinitionOK struct {
	Payload *models.HashicorpCloudWaypointCreateAddOnDefinitionResponse
}

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

A successful response.

func NewWaypointServiceCreateAddOnDefinitionOK

func NewWaypointServiceCreateAddOnDefinitionOK() *WaypointServiceCreateAddOnDefinitionOK

NewWaypointServiceCreateAddOnDefinitionOK creates a WaypointServiceCreateAddOnDefinitionOK with default headers values

func (*WaypointServiceCreateAddOnDefinitionOK) Code

Code gets the status code for the waypoint service create add on definition o k response

func (*WaypointServiceCreateAddOnDefinitionOK) Error

func (*WaypointServiceCreateAddOnDefinitionOK) GetPayload

func (*WaypointServiceCreateAddOnDefinitionOK) IsClientError

func (o *WaypointServiceCreateAddOnDefinitionOK) IsClientError() bool

IsClientError returns true when this waypoint service create add on definition o k response has a 4xx status code

func (*WaypointServiceCreateAddOnDefinitionOK) IsCode

IsCode returns true when this waypoint service create add on definition o k response a status code equal to that given

func (*WaypointServiceCreateAddOnDefinitionOK) IsRedirect

IsRedirect returns true when this waypoint service create add on definition o k response has a 3xx status code

func (*WaypointServiceCreateAddOnDefinitionOK) IsServerError

func (o *WaypointServiceCreateAddOnDefinitionOK) IsServerError() bool

IsServerError returns true when this waypoint service create add on definition o k response has a 5xx status code

func (*WaypointServiceCreateAddOnDefinitionOK) IsSuccess

IsSuccess returns true when this waypoint service create add on definition o k response has a 2xx status code

func (*WaypointServiceCreateAddOnDefinitionOK) String

type WaypointServiceCreateAddOnDefinitionParams

type WaypointServiceCreateAddOnDefinitionParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointCreateAddOnDefinitionRequest

	// NamespaceID.
	NamespaceID string

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

WaypointServiceCreateAddOnDefinitionParams contains all the parameters to send to the API endpoint

for the waypoint service create add on definition operation.

Typically these are written to a http.Request.

func NewWaypointServiceCreateAddOnDefinitionParams

func NewWaypointServiceCreateAddOnDefinitionParams() *WaypointServiceCreateAddOnDefinitionParams

NewWaypointServiceCreateAddOnDefinitionParams creates a new WaypointServiceCreateAddOnDefinitionParams 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 NewWaypointServiceCreateAddOnDefinitionParamsWithContext

func NewWaypointServiceCreateAddOnDefinitionParamsWithContext(ctx context.Context) *WaypointServiceCreateAddOnDefinitionParams

NewWaypointServiceCreateAddOnDefinitionParamsWithContext creates a new WaypointServiceCreateAddOnDefinitionParams object with the ability to set a context for a request.

func NewWaypointServiceCreateAddOnDefinitionParamsWithHTTPClient

func NewWaypointServiceCreateAddOnDefinitionParamsWithHTTPClient(client *http.Client) *WaypointServiceCreateAddOnDefinitionParams

NewWaypointServiceCreateAddOnDefinitionParamsWithHTTPClient creates a new WaypointServiceCreateAddOnDefinitionParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceCreateAddOnDefinitionParamsWithTimeout

func NewWaypointServiceCreateAddOnDefinitionParamsWithTimeout(timeout time.Duration) *WaypointServiceCreateAddOnDefinitionParams

NewWaypointServiceCreateAddOnDefinitionParamsWithTimeout creates a new WaypointServiceCreateAddOnDefinitionParams object with the ability to set a timeout on a request.

func (*WaypointServiceCreateAddOnDefinitionParams) SetBody

SetBody adds the body to the waypoint service create add on definition params

func (*WaypointServiceCreateAddOnDefinitionParams) SetContext

SetContext adds the context to the waypoint service create add on definition params

func (*WaypointServiceCreateAddOnDefinitionParams) SetDefaults

SetDefaults hydrates default values in the waypoint service create add on definition params (not the query body).

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

func (*WaypointServiceCreateAddOnDefinitionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service create add on definition params

func (*WaypointServiceCreateAddOnDefinitionParams) SetNamespaceID

func (o *WaypointServiceCreateAddOnDefinitionParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service create add on definition params

func (*WaypointServiceCreateAddOnDefinitionParams) SetTimeout

SetTimeout adds the timeout to the waypoint service create add on definition params

func (*WaypointServiceCreateAddOnDefinitionParams) WithBody

WithBody adds the body to the waypoint service create add on definition params

func (*WaypointServiceCreateAddOnDefinitionParams) WithContext

WithContext adds the context to the waypoint service create add on definition params

func (*WaypointServiceCreateAddOnDefinitionParams) WithDefaults

WithDefaults hydrates default values in the waypoint service create add on definition params (not the query body).

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

func (*WaypointServiceCreateAddOnDefinitionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service create add on definition params

func (*WaypointServiceCreateAddOnDefinitionParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service create add on definition params

func (*WaypointServiceCreateAddOnDefinitionParams) WithTimeout

WithTimeout adds the timeout to the waypoint service create add on definition params

func (*WaypointServiceCreateAddOnDefinitionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceCreateAddOnDefinitionReader

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

WaypointServiceCreateAddOnDefinitionReader is a Reader for the WaypointServiceCreateAddOnDefinition structure.

func (*WaypointServiceCreateAddOnDefinitionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceCreateAddOnOK

type WaypointServiceCreateAddOnOK struct {
	Payload *models.HashicorpCloudWaypointCreateAddOnResponse
}

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

A successful response.

func NewWaypointServiceCreateAddOnOK

func NewWaypointServiceCreateAddOnOK() *WaypointServiceCreateAddOnOK

NewWaypointServiceCreateAddOnOK creates a WaypointServiceCreateAddOnOK with default headers values

func (*WaypointServiceCreateAddOnOK) Code

Code gets the status code for the waypoint service create add on o k response

func (*WaypointServiceCreateAddOnOK) Error

func (*WaypointServiceCreateAddOnOK) GetPayload

func (*WaypointServiceCreateAddOnOK) IsClientError

func (o *WaypointServiceCreateAddOnOK) IsClientError() bool

IsClientError returns true when this waypoint service create add on o k response has a 4xx status code

func (*WaypointServiceCreateAddOnOK) IsCode

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

IsCode returns true when this waypoint service create add on o k response a status code equal to that given

func (*WaypointServiceCreateAddOnOK) IsRedirect

func (o *WaypointServiceCreateAddOnOK) IsRedirect() bool

IsRedirect returns true when this waypoint service create add on o k response has a 3xx status code

func (*WaypointServiceCreateAddOnOK) IsServerError

func (o *WaypointServiceCreateAddOnOK) IsServerError() bool

IsServerError returns true when this waypoint service create add on o k response has a 5xx status code

func (*WaypointServiceCreateAddOnOK) IsSuccess

func (o *WaypointServiceCreateAddOnOK) IsSuccess() bool

IsSuccess returns true when this waypoint service create add on o k response has a 2xx status code

func (*WaypointServiceCreateAddOnOK) String

type WaypointServiceCreateAddOnParams

type WaypointServiceCreateAddOnParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointCreateAddOnRequest

	// NamespaceID.
	NamespaceID string

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

WaypointServiceCreateAddOnParams contains all the parameters to send to the API endpoint

for the waypoint service create add on operation.

Typically these are written to a http.Request.

func NewWaypointServiceCreateAddOnParams

func NewWaypointServiceCreateAddOnParams() *WaypointServiceCreateAddOnParams

NewWaypointServiceCreateAddOnParams creates a new WaypointServiceCreateAddOnParams 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 NewWaypointServiceCreateAddOnParamsWithContext

func NewWaypointServiceCreateAddOnParamsWithContext(ctx context.Context) *WaypointServiceCreateAddOnParams

NewWaypointServiceCreateAddOnParamsWithContext creates a new WaypointServiceCreateAddOnParams object with the ability to set a context for a request.

func NewWaypointServiceCreateAddOnParamsWithHTTPClient

func NewWaypointServiceCreateAddOnParamsWithHTTPClient(client *http.Client) *WaypointServiceCreateAddOnParams

NewWaypointServiceCreateAddOnParamsWithHTTPClient creates a new WaypointServiceCreateAddOnParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceCreateAddOnParamsWithTimeout

func NewWaypointServiceCreateAddOnParamsWithTimeout(timeout time.Duration) *WaypointServiceCreateAddOnParams

NewWaypointServiceCreateAddOnParamsWithTimeout creates a new WaypointServiceCreateAddOnParams object with the ability to set a timeout on a request.

func (*WaypointServiceCreateAddOnParams) SetBody

SetBody adds the body to the waypoint service create add on params

func (*WaypointServiceCreateAddOnParams) SetContext

SetContext adds the context to the waypoint service create add on params

func (*WaypointServiceCreateAddOnParams) SetDefaults

func (o *WaypointServiceCreateAddOnParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service create add on params (not the query body).

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

func (*WaypointServiceCreateAddOnParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service create add on params

func (*WaypointServiceCreateAddOnParams) SetNamespaceID

func (o *WaypointServiceCreateAddOnParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service create add on params

func (*WaypointServiceCreateAddOnParams) SetTimeout

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

SetTimeout adds the timeout to the waypoint service create add on params

func (*WaypointServiceCreateAddOnParams) WithBody

WithBody adds the body to the waypoint service create add on params

func (*WaypointServiceCreateAddOnParams) WithContext

WithContext adds the context to the waypoint service create add on params

func (*WaypointServiceCreateAddOnParams) WithDefaults

WithDefaults hydrates default values in the waypoint service create add on params (not the query body).

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

func (*WaypointServiceCreateAddOnParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service create add on params

func (*WaypointServiceCreateAddOnParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service create add on params

func (*WaypointServiceCreateAddOnParams) WithTimeout

WithTimeout adds the timeout to the waypoint service create add on params

func (*WaypointServiceCreateAddOnParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceCreateAddOnReader

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

WaypointServiceCreateAddOnReader is a Reader for the WaypointServiceCreateAddOn structure.

func (*WaypointServiceCreateAddOnReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceCreateApplicationFromTemplateDefault

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

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

An unexpected error response.

func NewWaypointServiceCreateApplicationFromTemplateDefault

func NewWaypointServiceCreateApplicationFromTemplateDefault(code int) *WaypointServiceCreateApplicationFromTemplateDefault

NewWaypointServiceCreateApplicationFromTemplateDefault creates a WaypointServiceCreateApplicationFromTemplateDefault with default headers values

func (*WaypointServiceCreateApplicationFromTemplateDefault) Code

Code gets the status code for the waypoint service create application from template default response

func (*WaypointServiceCreateApplicationFromTemplateDefault) Error

func (*WaypointServiceCreateApplicationFromTemplateDefault) GetPayload

func (*WaypointServiceCreateApplicationFromTemplateDefault) IsClientError

IsClientError returns true when this waypoint service create application from template default response has a 4xx status code

func (*WaypointServiceCreateApplicationFromTemplateDefault) IsCode

IsCode returns true when this waypoint service create application from template default response a status code equal to that given

func (*WaypointServiceCreateApplicationFromTemplateDefault) IsRedirect

IsRedirect returns true when this waypoint service create application from template default response has a 3xx status code

func (*WaypointServiceCreateApplicationFromTemplateDefault) IsServerError

IsServerError returns true when this waypoint service create application from template default response has a 5xx status code

func (*WaypointServiceCreateApplicationFromTemplateDefault) IsSuccess

IsSuccess returns true when this waypoint service create application from template default response has a 2xx status code

func (*WaypointServiceCreateApplicationFromTemplateDefault) String

type WaypointServiceCreateApplicationFromTemplateOK

type WaypointServiceCreateApplicationFromTemplateOK struct {
	Payload *models.HashicorpCloudWaypointCreateApplicationFromTemplateResponse
}

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

A successful response.

func NewWaypointServiceCreateApplicationFromTemplateOK

func NewWaypointServiceCreateApplicationFromTemplateOK() *WaypointServiceCreateApplicationFromTemplateOK

NewWaypointServiceCreateApplicationFromTemplateOK creates a WaypointServiceCreateApplicationFromTemplateOK with default headers values

func (*WaypointServiceCreateApplicationFromTemplateOK) Code

Code gets the status code for the waypoint service create application from template o k response

func (*WaypointServiceCreateApplicationFromTemplateOK) Error

func (*WaypointServiceCreateApplicationFromTemplateOK) GetPayload

func (*WaypointServiceCreateApplicationFromTemplateOK) IsClientError

IsClientError returns true when this waypoint service create application from template o k response has a 4xx status code

func (*WaypointServiceCreateApplicationFromTemplateOK) IsCode

IsCode returns true when this waypoint service create application from template o k response a status code equal to that given

func (*WaypointServiceCreateApplicationFromTemplateOK) IsRedirect

IsRedirect returns true when this waypoint service create application from template o k response has a 3xx status code

func (*WaypointServiceCreateApplicationFromTemplateOK) IsServerError

IsServerError returns true when this waypoint service create application from template o k response has a 5xx status code

func (*WaypointServiceCreateApplicationFromTemplateOK) IsSuccess

IsSuccess returns true when this waypoint service create application from template o k response has a 2xx status code

func (*WaypointServiceCreateApplicationFromTemplateOK) String

type WaypointServiceCreateApplicationFromTemplateParams

type WaypointServiceCreateApplicationFromTemplateParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointCreateApplicationFromTemplateRequest

	// NamespaceID.
	NamespaceID string

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

WaypointServiceCreateApplicationFromTemplateParams contains all the parameters to send to the API endpoint

for the waypoint service create application from template operation.

Typically these are written to a http.Request.

func NewWaypointServiceCreateApplicationFromTemplateParams

func NewWaypointServiceCreateApplicationFromTemplateParams() *WaypointServiceCreateApplicationFromTemplateParams

NewWaypointServiceCreateApplicationFromTemplateParams creates a new WaypointServiceCreateApplicationFromTemplateParams 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 NewWaypointServiceCreateApplicationFromTemplateParamsWithContext

func NewWaypointServiceCreateApplicationFromTemplateParamsWithContext(ctx context.Context) *WaypointServiceCreateApplicationFromTemplateParams

NewWaypointServiceCreateApplicationFromTemplateParamsWithContext creates a new WaypointServiceCreateApplicationFromTemplateParams object with the ability to set a context for a request.

func NewWaypointServiceCreateApplicationFromTemplateParamsWithHTTPClient

func NewWaypointServiceCreateApplicationFromTemplateParamsWithHTTPClient(client *http.Client) *WaypointServiceCreateApplicationFromTemplateParams

NewWaypointServiceCreateApplicationFromTemplateParamsWithHTTPClient creates a new WaypointServiceCreateApplicationFromTemplateParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceCreateApplicationFromTemplateParamsWithTimeout

func NewWaypointServiceCreateApplicationFromTemplateParamsWithTimeout(timeout time.Duration) *WaypointServiceCreateApplicationFromTemplateParams

NewWaypointServiceCreateApplicationFromTemplateParamsWithTimeout creates a new WaypointServiceCreateApplicationFromTemplateParams object with the ability to set a timeout on a request.

func (*WaypointServiceCreateApplicationFromTemplateParams) SetBody

SetBody adds the body to the waypoint service create application from template params

func (*WaypointServiceCreateApplicationFromTemplateParams) SetContext

SetContext adds the context to the waypoint service create application from template params

func (*WaypointServiceCreateApplicationFromTemplateParams) SetDefaults

SetDefaults hydrates default values in the waypoint service create application from template params (not the query body).

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

func (*WaypointServiceCreateApplicationFromTemplateParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the waypoint service create application from template params

func (*WaypointServiceCreateApplicationFromTemplateParams) SetNamespaceID

func (o *WaypointServiceCreateApplicationFromTemplateParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service create application from template params

func (*WaypointServiceCreateApplicationFromTemplateParams) SetTimeout

SetTimeout adds the timeout to the waypoint service create application from template params

func (*WaypointServiceCreateApplicationFromTemplateParams) WithBody

WithBody adds the body to the waypoint service create application from template params

func (*WaypointServiceCreateApplicationFromTemplateParams) WithContext

WithContext adds the context to the waypoint service create application from template params

func (*WaypointServiceCreateApplicationFromTemplateParams) WithDefaults

WithDefaults hydrates default values in the waypoint service create application from template params (not the query body).

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

func (*WaypointServiceCreateApplicationFromTemplateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service create application from template params

func (*WaypointServiceCreateApplicationFromTemplateParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service create application from template params

func (*WaypointServiceCreateApplicationFromTemplateParams) WithTimeout

WithTimeout adds the timeout to the waypoint service create application from template params

func (*WaypointServiceCreateApplicationFromTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceCreateApplicationFromTemplateReader

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

WaypointServiceCreateApplicationFromTemplateReader is a Reader for the WaypointServiceCreateApplicationFromTemplate structure.

func (*WaypointServiceCreateApplicationFromTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceCreateApplicationTemplateDefault

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

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

An unexpected error response.

func NewWaypointServiceCreateApplicationTemplateDefault

func NewWaypointServiceCreateApplicationTemplateDefault(code int) *WaypointServiceCreateApplicationTemplateDefault

NewWaypointServiceCreateApplicationTemplateDefault creates a WaypointServiceCreateApplicationTemplateDefault with default headers values

func (*WaypointServiceCreateApplicationTemplateDefault) Code

Code gets the status code for the waypoint service create application template default response

func (*WaypointServiceCreateApplicationTemplateDefault) Error

func (*WaypointServiceCreateApplicationTemplateDefault) GetPayload

func (*WaypointServiceCreateApplicationTemplateDefault) IsClientError

IsClientError returns true when this waypoint service create application template default response has a 4xx status code

func (*WaypointServiceCreateApplicationTemplateDefault) IsCode

IsCode returns true when this waypoint service create application template default response a status code equal to that given

func (*WaypointServiceCreateApplicationTemplateDefault) IsRedirect

IsRedirect returns true when this waypoint service create application template default response has a 3xx status code

func (*WaypointServiceCreateApplicationTemplateDefault) IsServerError

IsServerError returns true when this waypoint service create application template default response has a 5xx status code

func (*WaypointServiceCreateApplicationTemplateDefault) IsSuccess

IsSuccess returns true when this waypoint service create application template default response has a 2xx status code

func (*WaypointServiceCreateApplicationTemplateDefault) String

type WaypointServiceCreateApplicationTemplateOK

type WaypointServiceCreateApplicationTemplateOK struct {
	Payload *models.HashicorpCloudWaypointCreateApplicationTemplateResponse
}

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

A successful response.

func NewWaypointServiceCreateApplicationTemplateOK

func NewWaypointServiceCreateApplicationTemplateOK() *WaypointServiceCreateApplicationTemplateOK

NewWaypointServiceCreateApplicationTemplateOK creates a WaypointServiceCreateApplicationTemplateOK with default headers values

func (*WaypointServiceCreateApplicationTemplateOK) Code

Code gets the status code for the waypoint service create application template o k response

func (*WaypointServiceCreateApplicationTemplateOK) Error

func (*WaypointServiceCreateApplicationTemplateOK) GetPayload

func (*WaypointServiceCreateApplicationTemplateOK) IsClientError

IsClientError returns true when this waypoint service create application template o k response has a 4xx status code

func (*WaypointServiceCreateApplicationTemplateOK) IsCode

IsCode returns true when this waypoint service create application template o k response a status code equal to that given

func (*WaypointServiceCreateApplicationTemplateOK) IsRedirect

IsRedirect returns true when this waypoint service create application template o k response has a 3xx status code

func (*WaypointServiceCreateApplicationTemplateOK) IsServerError

IsServerError returns true when this waypoint service create application template o k response has a 5xx status code

func (*WaypointServiceCreateApplicationTemplateOK) IsSuccess

IsSuccess returns true when this waypoint service create application template o k response has a 2xx status code

func (*WaypointServiceCreateApplicationTemplateOK) String

type WaypointServiceCreateApplicationTemplateParams

type WaypointServiceCreateApplicationTemplateParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointCreateApplicationTemplateRequest

	// NamespaceID.
	NamespaceID string

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

WaypointServiceCreateApplicationTemplateParams contains all the parameters to send to the API endpoint

for the waypoint service create application template operation.

Typically these are written to a http.Request.

func NewWaypointServiceCreateApplicationTemplateParams

func NewWaypointServiceCreateApplicationTemplateParams() *WaypointServiceCreateApplicationTemplateParams

NewWaypointServiceCreateApplicationTemplateParams creates a new WaypointServiceCreateApplicationTemplateParams 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 NewWaypointServiceCreateApplicationTemplateParamsWithContext

func NewWaypointServiceCreateApplicationTemplateParamsWithContext(ctx context.Context) *WaypointServiceCreateApplicationTemplateParams

NewWaypointServiceCreateApplicationTemplateParamsWithContext creates a new WaypointServiceCreateApplicationTemplateParams object with the ability to set a context for a request.

func NewWaypointServiceCreateApplicationTemplateParamsWithHTTPClient

func NewWaypointServiceCreateApplicationTemplateParamsWithHTTPClient(client *http.Client) *WaypointServiceCreateApplicationTemplateParams

NewWaypointServiceCreateApplicationTemplateParamsWithHTTPClient creates a new WaypointServiceCreateApplicationTemplateParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceCreateApplicationTemplateParamsWithTimeout

func NewWaypointServiceCreateApplicationTemplateParamsWithTimeout(timeout time.Duration) *WaypointServiceCreateApplicationTemplateParams

NewWaypointServiceCreateApplicationTemplateParamsWithTimeout creates a new WaypointServiceCreateApplicationTemplateParams object with the ability to set a timeout on a request.

func (*WaypointServiceCreateApplicationTemplateParams) SetBody

SetBody adds the body to the waypoint service create application template params

func (*WaypointServiceCreateApplicationTemplateParams) SetContext

SetContext adds the context to the waypoint service create application template params

func (*WaypointServiceCreateApplicationTemplateParams) SetDefaults

SetDefaults hydrates default values in the waypoint service create application template params (not the query body).

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

func (*WaypointServiceCreateApplicationTemplateParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the waypoint service create application template params

func (*WaypointServiceCreateApplicationTemplateParams) SetNamespaceID

func (o *WaypointServiceCreateApplicationTemplateParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service create application template params

func (*WaypointServiceCreateApplicationTemplateParams) SetTimeout

SetTimeout adds the timeout to the waypoint service create application template params

func (*WaypointServiceCreateApplicationTemplateParams) WithBody

WithBody adds the body to the waypoint service create application template params

func (*WaypointServiceCreateApplicationTemplateParams) WithContext

WithContext adds the context to the waypoint service create application template params

func (*WaypointServiceCreateApplicationTemplateParams) WithDefaults

WithDefaults hydrates default values in the waypoint service create application template params (not the query body).

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

func (*WaypointServiceCreateApplicationTemplateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service create application template params

func (*WaypointServiceCreateApplicationTemplateParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service create application template params

func (*WaypointServiceCreateApplicationTemplateParams) WithTimeout

WithTimeout adds the timeout to the waypoint service create application template params

func (*WaypointServiceCreateApplicationTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceCreateApplicationTemplateReader

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

WaypointServiceCreateApplicationTemplateReader is a Reader for the WaypointServiceCreateApplicationTemplate structure.

func (*WaypointServiceCreateApplicationTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceCreateNamespaceDefault

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

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

An unexpected error response.

func NewWaypointServiceCreateNamespaceDefault

func NewWaypointServiceCreateNamespaceDefault(code int) *WaypointServiceCreateNamespaceDefault

NewWaypointServiceCreateNamespaceDefault creates a WaypointServiceCreateNamespaceDefault with default headers values

func (*WaypointServiceCreateNamespaceDefault) Code

Code gets the status code for the waypoint service create namespace default response

func (*WaypointServiceCreateNamespaceDefault) Error

func (*WaypointServiceCreateNamespaceDefault) GetPayload

func (*WaypointServiceCreateNamespaceDefault) IsClientError

func (o *WaypointServiceCreateNamespaceDefault) IsClientError() bool

IsClientError returns true when this waypoint service create namespace default response has a 4xx status code

func (*WaypointServiceCreateNamespaceDefault) IsCode

IsCode returns true when this waypoint service create namespace default response a status code equal to that given

func (*WaypointServiceCreateNamespaceDefault) IsRedirect

IsRedirect returns true when this waypoint service create namespace default response has a 3xx status code

func (*WaypointServiceCreateNamespaceDefault) IsServerError

func (o *WaypointServiceCreateNamespaceDefault) IsServerError() bool

IsServerError returns true when this waypoint service create namespace default response has a 5xx status code

func (*WaypointServiceCreateNamespaceDefault) IsSuccess

IsSuccess returns true when this waypoint service create namespace default response has a 2xx status code

func (*WaypointServiceCreateNamespaceDefault) String

type WaypointServiceCreateNamespaceOK

type WaypointServiceCreateNamespaceOK struct {
	Payload *models.HashicorpCloudWaypointCreateNamespaceResponse
}

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

A successful response.

func NewWaypointServiceCreateNamespaceOK

func NewWaypointServiceCreateNamespaceOK() *WaypointServiceCreateNamespaceOK

NewWaypointServiceCreateNamespaceOK creates a WaypointServiceCreateNamespaceOK with default headers values

func (*WaypointServiceCreateNamespaceOK) Code

Code gets the status code for the waypoint service create namespace o k response

func (*WaypointServiceCreateNamespaceOK) Error

func (*WaypointServiceCreateNamespaceOK) GetPayload

func (*WaypointServiceCreateNamespaceOK) IsClientError

func (o *WaypointServiceCreateNamespaceOK) IsClientError() bool

IsClientError returns true when this waypoint service create namespace o k response has a 4xx status code

func (*WaypointServiceCreateNamespaceOK) IsCode

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

IsCode returns true when this waypoint service create namespace o k response a status code equal to that given

func (*WaypointServiceCreateNamespaceOK) IsRedirect

func (o *WaypointServiceCreateNamespaceOK) IsRedirect() bool

IsRedirect returns true when this waypoint service create namespace o k response has a 3xx status code

func (*WaypointServiceCreateNamespaceOK) IsServerError

func (o *WaypointServiceCreateNamespaceOK) IsServerError() bool

IsServerError returns true when this waypoint service create namespace o k response has a 5xx status code

func (*WaypointServiceCreateNamespaceOK) IsSuccess

func (o *WaypointServiceCreateNamespaceOK) IsSuccess() bool

IsSuccess returns true when this waypoint service create namespace o k response has a 2xx status code

func (*WaypointServiceCreateNamespaceOK) String

type WaypointServiceCreateNamespaceParams

type WaypointServiceCreateNamespaceParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointCreateNamespaceRequest

	/* LocationOrganizationID.

	   organization_id is the id of the organization.
	*/
	LocationOrganizationID string

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

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

WaypointServiceCreateNamespaceParams contains all the parameters to send to the API endpoint

for the waypoint service create namespace operation.

Typically these are written to a http.Request.

func NewWaypointServiceCreateNamespaceParams

func NewWaypointServiceCreateNamespaceParams() *WaypointServiceCreateNamespaceParams

NewWaypointServiceCreateNamespaceParams creates a new WaypointServiceCreateNamespaceParams 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 NewWaypointServiceCreateNamespaceParamsWithContext

func NewWaypointServiceCreateNamespaceParamsWithContext(ctx context.Context) *WaypointServiceCreateNamespaceParams

NewWaypointServiceCreateNamespaceParamsWithContext creates a new WaypointServiceCreateNamespaceParams object with the ability to set a context for a request.

func NewWaypointServiceCreateNamespaceParamsWithHTTPClient

func NewWaypointServiceCreateNamespaceParamsWithHTTPClient(client *http.Client) *WaypointServiceCreateNamespaceParams

NewWaypointServiceCreateNamespaceParamsWithHTTPClient creates a new WaypointServiceCreateNamespaceParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceCreateNamespaceParamsWithTimeout

func NewWaypointServiceCreateNamespaceParamsWithTimeout(timeout time.Duration) *WaypointServiceCreateNamespaceParams

NewWaypointServiceCreateNamespaceParamsWithTimeout creates a new WaypointServiceCreateNamespaceParams object with the ability to set a timeout on a request.

func (*WaypointServiceCreateNamespaceParams) SetBody

SetBody adds the body to the waypoint service create namespace params

func (*WaypointServiceCreateNamespaceParams) SetContext

SetContext adds the context to the waypoint service create namespace params

func (*WaypointServiceCreateNamespaceParams) SetDefaults

func (o *WaypointServiceCreateNamespaceParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service create namespace params (not the query body).

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

func (*WaypointServiceCreateNamespaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service create namespace params

func (*WaypointServiceCreateNamespaceParams) SetLocationOrganizationID

func (o *WaypointServiceCreateNamespaceParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the waypoint service create namespace params

func (*WaypointServiceCreateNamespaceParams) SetLocationProjectID

func (o *WaypointServiceCreateNamespaceParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the waypoint service create namespace params

func (*WaypointServiceCreateNamespaceParams) SetTimeout

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

SetTimeout adds the timeout to the waypoint service create namespace params

func (*WaypointServiceCreateNamespaceParams) WithBody

WithBody adds the body to the waypoint service create namespace params

func (*WaypointServiceCreateNamespaceParams) WithContext

WithContext adds the context to the waypoint service create namespace params

func (*WaypointServiceCreateNamespaceParams) WithDefaults

WithDefaults hydrates default values in the waypoint service create namespace params (not the query body).

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

func (*WaypointServiceCreateNamespaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service create namespace params

func (*WaypointServiceCreateNamespaceParams) WithLocationOrganizationID

func (o *WaypointServiceCreateNamespaceParams) WithLocationOrganizationID(locationOrganizationID string) *WaypointServiceCreateNamespaceParams

WithLocationOrganizationID adds the locationOrganizationID to the waypoint service create namespace params

func (*WaypointServiceCreateNamespaceParams) WithLocationProjectID

func (o *WaypointServiceCreateNamespaceParams) WithLocationProjectID(locationProjectID string) *WaypointServiceCreateNamespaceParams

WithLocationProjectID adds the locationProjectID to the waypoint service create namespace params

func (*WaypointServiceCreateNamespaceParams) WithTimeout

WithTimeout adds the timeout to the waypoint service create namespace params

func (*WaypointServiceCreateNamespaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceCreateNamespaceReader

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

WaypointServiceCreateNamespaceReader is a Reader for the WaypointServiceCreateNamespace structure.

func (*WaypointServiceCreateNamespaceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceCreateTFCConfigDefault

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

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

An unexpected error response.

func NewWaypointServiceCreateTFCConfigDefault

func NewWaypointServiceCreateTFCConfigDefault(code int) *WaypointServiceCreateTFCConfigDefault

NewWaypointServiceCreateTFCConfigDefault creates a WaypointServiceCreateTFCConfigDefault with default headers values

func (*WaypointServiceCreateTFCConfigDefault) Code

Code gets the status code for the waypoint service create t f c config default response

func (*WaypointServiceCreateTFCConfigDefault) Error

func (*WaypointServiceCreateTFCConfigDefault) GetPayload

func (*WaypointServiceCreateTFCConfigDefault) IsClientError

func (o *WaypointServiceCreateTFCConfigDefault) IsClientError() bool

IsClientError returns true when this waypoint service create t f c config default response has a 4xx status code

func (*WaypointServiceCreateTFCConfigDefault) IsCode

IsCode returns true when this waypoint service create t f c config default response a status code equal to that given

func (*WaypointServiceCreateTFCConfigDefault) IsRedirect

IsRedirect returns true when this waypoint service create t f c config default response has a 3xx status code

func (*WaypointServiceCreateTFCConfigDefault) IsServerError

func (o *WaypointServiceCreateTFCConfigDefault) IsServerError() bool

IsServerError returns true when this waypoint service create t f c config default response has a 5xx status code

func (*WaypointServiceCreateTFCConfigDefault) IsSuccess

IsSuccess returns true when this waypoint service create t f c config default response has a 2xx status code

func (*WaypointServiceCreateTFCConfigDefault) String

type WaypointServiceCreateTFCConfigOK

type WaypointServiceCreateTFCConfigOK struct {
	Payload *models.HashicorpCloudWaypointCreateTFCConfigResponse
}

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

A successful response.

func NewWaypointServiceCreateTFCConfigOK

func NewWaypointServiceCreateTFCConfigOK() *WaypointServiceCreateTFCConfigOK

NewWaypointServiceCreateTFCConfigOK creates a WaypointServiceCreateTFCConfigOK with default headers values

func (*WaypointServiceCreateTFCConfigOK) Code

Code gets the status code for the waypoint service create t f c config o k response

func (*WaypointServiceCreateTFCConfigOK) Error

func (*WaypointServiceCreateTFCConfigOK) GetPayload

func (*WaypointServiceCreateTFCConfigOK) IsClientError

func (o *WaypointServiceCreateTFCConfigOK) IsClientError() bool

IsClientError returns true when this waypoint service create t f c config o k response has a 4xx status code

func (*WaypointServiceCreateTFCConfigOK) IsCode

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

IsCode returns true when this waypoint service create t f c config o k response a status code equal to that given

func (*WaypointServiceCreateTFCConfigOK) IsRedirect

func (o *WaypointServiceCreateTFCConfigOK) IsRedirect() bool

IsRedirect returns true when this waypoint service create t f c config o k response has a 3xx status code

func (*WaypointServiceCreateTFCConfigOK) IsServerError

func (o *WaypointServiceCreateTFCConfigOK) IsServerError() bool

IsServerError returns true when this waypoint service create t f c config o k response has a 5xx status code

func (*WaypointServiceCreateTFCConfigOK) IsSuccess

func (o *WaypointServiceCreateTFCConfigOK) IsSuccess() bool

IsSuccess returns true when this waypoint service create t f c config o k response has a 2xx status code

func (*WaypointServiceCreateTFCConfigOK) String

type WaypointServiceCreateTFCConfigParams

type WaypointServiceCreateTFCConfigParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointCreateTFCConfigRequest

	// NamespaceID.
	NamespaceID string

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

WaypointServiceCreateTFCConfigParams contains all the parameters to send to the API endpoint

for the waypoint service create t f c config operation.

Typically these are written to a http.Request.

func NewWaypointServiceCreateTFCConfigParams

func NewWaypointServiceCreateTFCConfigParams() *WaypointServiceCreateTFCConfigParams

NewWaypointServiceCreateTFCConfigParams creates a new WaypointServiceCreateTFCConfigParams 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 NewWaypointServiceCreateTFCConfigParamsWithContext

func NewWaypointServiceCreateTFCConfigParamsWithContext(ctx context.Context) *WaypointServiceCreateTFCConfigParams

NewWaypointServiceCreateTFCConfigParamsWithContext creates a new WaypointServiceCreateTFCConfigParams object with the ability to set a context for a request.

func NewWaypointServiceCreateTFCConfigParamsWithHTTPClient

func NewWaypointServiceCreateTFCConfigParamsWithHTTPClient(client *http.Client) *WaypointServiceCreateTFCConfigParams

NewWaypointServiceCreateTFCConfigParamsWithHTTPClient creates a new WaypointServiceCreateTFCConfigParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceCreateTFCConfigParamsWithTimeout

func NewWaypointServiceCreateTFCConfigParamsWithTimeout(timeout time.Duration) *WaypointServiceCreateTFCConfigParams

NewWaypointServiceCreateTFCConfigParamsWithTimeout creates a new WaypointServiceCreateTFCConfigParams object with the ability to set a timeout on a request.

func (*WaypointServiceCreateTFCConfigParams) SetBody

SetBody adds the body to the waypoint service create t f c config params

func (*WaypointServiceCreateTFCConfigParams) SetContext

SetContext adds the context to the waypoint service create t f c config params

func (*WaypointServiceCreateTFCConfigParams) SetDefaults

func (o *WaypointServiceCreateTFCConfigParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service create t f c config params (not the query body).

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

func (*WaypointServiceCreateTFCConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service create t f c config params

func (*WaypointServiceCreateTFCConfigParams) SetNamespaceID

func (o *WaypointServiceCreateTFCConfigParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service create t f c config params

func (*WaypointServiceCreateTFCConfigParams) SetTimeout

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

SetTimeout adds the timeout to the waypoint service create t f c config params

func (*WaypointServiceCreateTFCConfigParams) WithBody

WithBody adds the body to the waypoint service create t f c config params

func (*WaypointServiceCreateTFCConfigParams) WithContext

WithContext adds the context to the waypoint service create t f c config params

func (*WaypointServiceCreateTFCConfigParams) WithDefaults

WithDefaults hydrates default values in the waypoint service create t f c config params (not the query body).

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

func (*WaypointServiceCreateTFCConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service create t f c config params

func (*WaypointServiceCreateTFCConfigParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service create t f c config params

func (*WaypointServiceCreateTFCConfigParams) WithTimeout

WithTimeout adds the timeout to the waypoint service create t f c config params

func (*WaypointServiceCreateTFCConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceCreateTFCConfigReader

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

WaypointServiceCreateTFCConfigReader is a Reader for the WaypointServiceCreateTFCConfig structure.

func (*WaypointServiceCreateTFCConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceDeleteAddOnDefinitionDefault

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

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

An unexpected error response.

func NewWaypointServiceDeleteAddOnDefinitionDefault

func NewWaypointServiceDeleteAddOnDefinitionDefault(code int) *WaypointServiceDeleteAddOnDefinitionDefault

NewWaypointServiceDeleteAddOnDefinitionDefault creates a WaypointServiceDeleteAddOnDefinitionDefault with default headers values

func (*WaypointServiceDeleteAddOnDefinitionDefault) Code

Code gets the status code for the waypoint service delete add on definition default response

func (*WaypointServiceDeleteAddOnDefinitionDefault) Error

func (*WaypointServiceDeleteAddOnDefinitionDefault) GetPayload

func (*WaypointServiceDeleteAddOnDefinitionDefault) IsClientError

IsClientError returns true when this waypoint service delete add on definition default response has a 4xx status code

func (*WaypointServiceDeleteAddOnDefinitionDefault) IsCode

IsCode returns true when this waypoint service delete add on definition default response a status code equal to that given

func (*WaypointServiceDeleteAddOnDefinitionDefault) IsRedirect

IsRedirect returns true when this waypoint service delete add on definition default response has a 3xx status code

func (*WaypointServiceDeleteAddOnDefinitionDefault) IsServerError

IsServerError returns true when this waypoint service delete add on definition default response has a 5xx status code

func (*WaypointServiceDeleteAddOnDefinitionDefault) IsSuccess

IsSuccess returns true when this waypoint service delete add on definition default response has a 2xx status code

func (*WaypointServiceDeleteAddOnDefinitionDefault) String

type WaypointServiceDeleteAddOnDefinitionOK

type WaypointServiceDeleteAddOnDefinitionOK struct {
	Payload models.HashicorpCloudWaypointDeleteAddOnDefinitionResponse
}

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

A successful response.

func NewWaypointServiceDeleteAddOnDefinitionOK

func NewWaypointServiceDeleteAddOnDefinitionOK() *WaypointServiceDeleteAddOnDefinitionOK

NewWaypointServiceDeleteAddOnDefinitionOK creates a WaypointServiceDeleteAddOnDefinitionOK with default headers values

func (*WaypointServiceDeleteAddOnDefinitionOK) Code

Code gets the status code for the waypoint service delete add on definition o k response

func (*WaypointServiceDeleteAddOnDefinitionOK) Error

func (*WaypointServiceDeleteAddOnDefinitionOK) GetPayload

func (*WaypointServiceDeleteAddOnDefinitionOK) IsClientError

func (o *WaypointServiceDeleteAddOnDefinitionOK) IsClientError() bool

IsClientError returns true when this waypoint service delete add on definition o k response has a 4xx status code

func (*WaypointServiceDeleteAddOnDefinitionOK) IsCode

IsCode returns true when this waypoint service delete add on definition o k response a status code equal to that given

func (*WaypointServiceDeleteAddOnDefinitionOK) IsRedirect

IsRedirect returns true when this waypoint service delete add on definition o k response has a 3xx status code

func (*WaypointServiceDeleteAddOnDefinitionOK) IsServerError

func (o *WaypointServiceDeleteAddOnDefinitionOK) IsServerError() bool

IsServerError returns true when this waypoint service delete add on definition o k response has a 5xx status code

func (*WaypointServiceDeleteAddOnDefinitionOK) IsSuccess

IsSuccess returns true when this waypoint service delete add on definition o k response has a 2xx status code

func (*WaypointServiceDeleteAddOnDefinitionOK) String

type WaypointServiceDeleteAddOnDefinitionParams

type WaypointServiceDeleteAddOnDefinitionParams struct {

	// AddOnDefinitionID.
	AddOnDefinitionID string

	// AddOnDefinitionName.
	AddOnDefinitionName *string

	// NamespaceID.
	NamespaceID string

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

WaypointServiceDeleteAddOnDefinitionParams contains all the parameters to send to the API endpoint

for the waypoint service delete add on definition operation.

Typically these are written to a http.Request.

func NewWaypointServiceDeleteAddOnDefinitionParams

func NewWaypointServiceDeleteAddOnDefinitionParams() *WaypointServiceDeleteAddOnDefinitionParams

NewWaypointServiceDeleteAddOnDefinitionParams creates a new WaypointServiceDeleteAddOnDefinitionParams 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 NewWaypointServiceDeleteAddOnDefinitionParamsWithContext

func NewWaypointServiceDeleteAddOnDefinitionParamsWithContext(ctx context.Context) *WaypointServiceDeleteAddOnDefinitionParams

NewWaypointServiceDeleteAddOnDefinitionParamsWithContext creates a new WaypointServiceDeleteAddOnDefinitionParams object with the ability to set a context for a request.

func NewWaypointServiceDeleteAddOnDefinitionParamsWithHTTPClient

func NewWaypointServiceDeleteAddOnDefinitionParamsWithHTTPClient(client *http.Client) *WaypointServiceDeleteAddOnDefinitionParams

NewWaypointServiceDeleteAddOnDefinitionParamsWithHTTPClient creates a new WaypointServiceDeleteAddOnDefinitionParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceDeleteAddOnDefinitionParamsWithTimeout

func NewWaypointServiceDeleteAddOnDefinitionParamsWithTimeout(timeout time.Duration) *WaypointServiceDeleteAddOnDefinitionParams

NewWaypointServiceDeleteAddOnDefinitionParamsWithTimeout creates a new WaypointServiceDeleteAddOnDefinitionParams object with the ability to set a timeout on a request.

func (*WaypointServiceDeleteAddOnDefinitionParams) SetAddOnDefinitionID

func (o *WaypointServiceDeleteAddOnDefinitionParams) SetAddOnDefinitionID(addOnDefinitionID string)

SetAddOnDefinitionID adds the addOnDefinitionId to the waypoint service delete add on definition params

func (*WaypointServiceDeleteAddOnDefinitionParams) SetAddOnDefinitionName

func (o *WaypointServiceDeleteAddOnDefinitionParams) SetAddOnDefinitionName(addOnDefinitionName *string)

SetAddOnDefinitionName adds the addOnDefinitionName to the waypoint service delete add on definition params

func (*WaypointServiceDeleteAddOnDefinitionParams) SetContext

SetContext adds the context to the waypoint service delete add on definition params

func (*WaypointServiceDeleteAddOnDefinitionParams) SetDefaults

SetDefaults hydrates default values in the waypoint service delete add on definition params (not the query body).

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

func (*WaypointServiceDeleteAddOnDefinitionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service delete add on definition params

func (*WaypointServiceDeleteAddOnDefinitionParams) SetNamespaceID

func (o *WaypointServiceDeleteAddOnDefinitionParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service delete add on definition params

func (*WaypointServiceDeleteAddOnDefinitionParams) SetTimeout

SetTimeout adds the timeout to the waypoint service delete add on definition params

func (*WaypointServiceDeleteAddOnDefinitionParams) WithAddOnDefinitionID

WithAddOnDefinitionID adds the addOnDefinitionID to the waypoint service delete add on definition params

func (*WaypointServiceDeleteAddOnDefinitionParams) WithAddOnDefinitionName

func (o *WaypointServiceDeleteAddOnDefinitionParams) WithAddOnDefinitionName(addOnDefinitionName *string) *WaypointServiceDeleteAddOnDefinitionParams

WithAddOnDefinitionName adds the addOnDefinitionName to the waypoint service delete add on definition params

func (*WaypointServiceDeleteAddOnDefinitionParams) WithContext

WithContext adds the context to the waypoint service delete add on definition params

func (*WaypointServiceDeleteAddOnDefinitionParams) WithDefaults

WithDefaults hydrates default values in the waypoint service delete add on definition params (not the query body).

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

func (*WaypointServiceDeleteAddOnDefinitionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service delete add on definition params

func (*WaypointServiceDeleteAddOnDefinitionParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service delete add on definition params

func (*WaypointServiceDeleteAddOnDefinitionParams) WithTimeout

WithTimeout adds the timeout to the waypoint service delete add on definition params

func (*WaypointServiceDeleteAddOnDefinitionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceDeleteAddOnDefinitionReader

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

WaypointServiceDeleteAddOnDefinitionReader is a Reader for the WaypointServiceDeleteAddOnDefinition structure.

func (*WaypointServiceDeleteAddOnDefinitionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceDeleteApplicationTemplateDefault

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

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

An unexpected error response.

func NewWaypointServiceDeleteApplicationTemplateDefault

func NewWaypointServiceDeleteApplicationTemplateDefault(code int) *WaypointServiceDeleteApplicationTemplateDefault

NewWaypointServiceDeleteApplicationTemplateDefault creates a WaypointServiceDeleteApplicationTemplateDefault with default headers values

func (*WaypointServiceDeleteApplicationTemplateDefault) Code

Code gets the status code for the waypoint service delete application template default response

func (*WaypointServiceDeleteApplicationTemplateDefault) Error

func (*WaypointServiceDeleteApplicationTemplateDefault) GetPayload

func (*WaypointServiceDeleteApplicationTemplateDefault) IsClientError

IsClientError returns true when this waypoint service delete application template default response has a 4xx status code

func (*WaypointServiceDeleteApplicationTemplateDefault) IsCode

IsCode returns true when this waypoint service delete application template default response a status code equal to that given

func (*WaypointServiceDeleteApplicationTemplateDefault) IsRedirect

IsRedirect returns true when this waypoint service delete application template default response has a 3xx status code

func (*WaypointServiceDeleteApplicationTemplateDefault) IsServerError

IsServerError returns true when this waypoint service delete application template default response has a 5xx status code

func (*WaypointServiceDeleteApplicationTemplateDefault) IsSuccess

IsSuccess returns true when this waypoint service delete application template default response has a 2xx status code

func (*WaypointServiceDeleteApplicationTemplateDefault) String

type WaypointServiceDeleteApplicationTemplateOK

type WaypointServiceDeleteApplicationTemplateOK struct {
	Payload models.HashicorpCloudWaypointDeleteApplicationTemplateResponse
}

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

A successful response.

func NewWaypointServiceDeleteApplicationTemplateOK

func NewWaypointServiceDeleteApplicationTemplateOK() *WaypointServiceDeleteApplicationTemplateOK

NewWaypointServiceDeleteApplicationTemplateOK creates a WaypointServiceDeleteApplicationTemplateOK with default headers values

func (*WaypointServiceDeleteApplicationTemplateOK) Code

Code gets the status code for the waypoint service delete application template o k response

func (*WaypointServiceDeleteApplicationTemplateOK) Error

func (*WaypointServiceDeleteApplicationTemplateOK) GetPayload

func (*WaypointServiceDeleteApplicationTemplateOK) IsClientError

IsClientError returns true when this waypoint service delete application template o k response has a 4xx status code

func (*WaypointServiceDeleteApplicationTemplateOK) IsCode

IsCode returns true when this waypoint service delete application template o k response a status code equal to that given

func (*WaypointServiceDeleteApplicationTemplateOK) IsRedirect

IsRedirect returns true when this waypoint service delete application template o k response has a 3xx status code

func (*WaypointServiceDeleteApplicationTemplateOK) IsServerError

IsServerError returns true when this waypoint service delete application template o k response has a 5xx status code

func (*WaypointServiceDeleteApplicationTemplateOK) IsSuccess

IsSuccess returns true when this waypoint service delete application template o k response has a 2xx status code

func (*WaypointServiceDeleteApplicationTemplateOK) String

type WaypointServiceDeleteApplicationTemplateParams

type WaypointServiceDeleteApplicationTemplateParams struct {

	/* ApplicationTemplateID.

	   ID of the ApplicationTemplate
	*/
	ApplicationTemplateID string

	/* ApplicationTemplateName.

	   Name of the ApplicationTemplate.
	*/
	ApplicationTemplateName *string

	// NamespaceID.
	NamespaceID string

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

WaypointServiceDeleteApplicationTemplateParams contains all the parameters to send to the API endpoint

for the waypoint service delete application template operation.

Typically these are written to a http.Request.

func NewWaypointServiceDeleteApplicationTemplateParams

func NewWaypointServiceDeleteApplicationTemplateParams() *WaypointServiceDeleteApplicationTemplateParams

NewWaypointServiceDeleteApplicationTemplateParams creates a new WaypointServiceDeleteApplicationTemplateParams 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 NewWaypointServiceDeleteApplicationTemplateParamsWithContext

func NewWaypointServiceDeleteApplicationTemplateParamsWithContext(ctx context.Context) *WaypointServiceDeleteApplicationTemplateParams

NewWaypointServiceDeleteApplicationTemplateParamsWithContext creates a new WaypointServiceDeleteApplicationTemplateParams object with the ability to set a context for a request.

func NewWaypointServiceDeleteApplicationTemplateParamsWithHTTPClient

func NewWaypointServiceDeleteApplicationTemplateParamsWithHTTPClient(client *http.Client) *WaypointServiceDeleteApplicationTemplateParams

NewWaypointServiceDeleteApplicationTemplateParamsWithHTTPClient creates a new WaypointServiceDeleteApplicationTemplateParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceDeleteApplicationTemplateParamsWithTimeout

func NewWaypointServiceDeleteApplicationTemplateParamsWithTimeout(timeout time.Duration) *WaypointServiceDeleteApplicationTemplateParams

NewWaypointServiceDeleteApplicationTemplateParamsWithTimeout creates a new WaypointServiceDeleteApplicationTemplateParams object with the ability to set a timeout on a request.

func (*WaypointServiceDeleteApplicationTemplateParams) SetApplicationTemplateID

func (o *WaypointServiceDeleteApplicationTemplateParams) SetApplicationTemplateID(applicationTemplateID string)

SetApplicationTemplateID adds the applicationTemplateId to the waypoint service delete application template params

func (*WaypointServiceDeleteApplicationTemplateParams) SetApplicationTemplateName

func (o *WaypointServiceDeleteApplicationTemplateParams) SetApplicationTemplateName(applicationTemplateName *string)

SetApplicationTemplateName adds the applicationTemplateName to the waypoint service delete application template params

func (*WaypointServiceDeleteApplicationTemplateParams) SetContext

SetContext adds the context to the waypoint service delete application template params

func (*WaypointServiceDeleteApplicationTemplateParams) SetDefaults

SetDefaults hydrates default values in the waypoint service delete application template params (not the query body).

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

func (*WaypointServiceDeleteApplicationTemplateParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the waypoint service delete application template params

func (*WaypointServiceDeleteApplicationTemplateParams) SetNamespaceID

func (o *WaypointServiceDeleteApplicationTemplateParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service delete application template params

func (*WaypointServiceDeleteApplicationTemplateParams) SetTimeout

SetTimeout adds the timeout to the waypoint service delete application template params

func (*WaypointServiceDeleteApplicationTemplateParams) WithApplicationTemplateID

WithApplicationTemplateID adds the applicationTemplateID to the waypoint service delete application template params

func (*WaypointServiceDeleteApplicationTemplateParams) WithApplicationTemplateName

func (o *WaypointServiceDeleteApplicationTemplateParams) WithApplicationTemplateName(applicationTemplateName *string) *WaypointServiceDeleteApplicationTemplateParams

WithApplicationTemplateName adds the applicationTemplateName to the waypoint service delete application template params

func (*WaypointServiceDeleteApplicationTemplateParams) WithContext

WithContext adds the context to the waypoint service delete application template params

func (*WaypointServiceDeleteApplicationTemplateParams) WithDefaults

WithDefaults hydrates default values in the waypoint service delete application template params (not the query body).

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

func (*WaypointServiceDeleteApplicationTemplateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service delete application template params

func (*WaypointServiceDeleteApplicationTemplateParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service delete application template params

func (*WaypointServiceDeleteApplicationTemplateParams) WithTimeout

WithTimeout adds the timeout to the waypoint service delete application template params

func (*WaypointServiceDeleteApplicationTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceDeleteApplicationTemplateReader

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

WaypointServiceDeleteApplicationTemplateReader is a Reader for the WaypointServiceDeleteApplicationTemplate structure.

func (*WaypointServiceDeleteApplicationTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceDeleteNamespaceDefault

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

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

An unexpected error response.

func NewWaypointServiceDeleteNamespaceDefault

func NewWaypointServiceDeleteNamespaceDefault(code int) *WaypointServiceDeleteNamespaceDefault

NewWaypointServiceDeleteNamespaceDefault creates a WaypointServiceDeleteNamespaceDefault with default headers values

func (*WaypointServiceDeleteNamespaceDefault) Code

Code gets the status code for the waypoint service delete namespace default response

func (*WaypointServiceDeleteNamespaceDefault) Error

func (*WaypointServiceDeleteNamespaceDefault) GetPayload

func (*WaypointServiceDeleteNamespaceDefault) IsClientError

func (o *WaypointServiceDeleteNamespaceDefault) IsClientError() bool

IsClientError returns true when this waypoint service delete namespace default response has a 4xx status code

func (*WaypointServiceDeleteNamespaceDefault) IsCode

IsCode returns true when this waypoint service delete namespace default response a status code equal to that given

func (*WaypointServiceDeleteNamespaceDefault) IsRedirect

IsRedirect returns true when this waypoint service delete namespace default response has a 3xx status code

func (*WaypointServiceDeleteNamespaceDefault) IsServerError

func (o *WaypointServiceDeleteNamespaceDefault) IsServerError() bool

IsServerError returns true when this waypoint service delete namespace default response has a 5xx status code

func (*WaypointServiceDeleteNamespaceDefault) IsSuccess

IsSuccess returns true when this waypoint service delete namespace default response has a 2xx status code

func (*WaypointServiceDeleteNamespaceDefault) String

type WaypointServiceDeleteNamespaceOK

type WaypointServiceDeleteNamespaceOK struct {
	Payload models.HashicorpCloudWaypointDeleteNamespaceResponse
}

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

A successful response.

func NewWaypointServiceDeleteNamespaceOK

func NewWaypointServiceDeleteNamespaceOK() *WaypointServiceDeleteNamespaceOK

NewWaypointServiceDeleteNamespaceOK creates a WaypointServiceDeleteNamespaceOK with default headers values

func (*WaypointServiceDeleteNamespaceOK) Code

Code gets the status code for the waypoint service delete namespace o k response

func (*WaypointServiceDeleteNamespaceOK) Error

func (*WaypointServiceDeleteNamespaceOK) GetPayload

func (*WaypointServiceDeleteNamespaceOK) IsClientError

func (o *WaypointServiceDeleteNamespaceOK) IsClientError() bool

IsClientError returns true when this waypoint service delete namespace o k response has a 4xx status code

func (*WaypointServiceDeleteNamespaceOK) IsCode

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

IsCode returns true when this waypoint service delete namespace o k response a status code equal to that given

func (*WaypointServiceDeleteNamespaceOK) IsRedirect

func (o *WaypointServiceDeleteNamespaceOK) IsRedirect() bool

IsRedirect returns true when this waypoint service delete namespace o k response has a 3xx status code

func (*WaypointServiceDeleteNamespaceOK) IsServerError

func (o *WaypointServiceDeleteNamespaceOK) IsServerError() bool

IsServerError returns true when this waypoint service delete namespace o k response has a 5xx status code

func (*WaypointServiceDeleteNamespaceOK) IsSuccess

func (o *WaypointServiceDeleteNamespaceOK) IsSuccess() bool

IsSuccess returns true when this waypoint service delete namespace o k response has a 2xx status code

func (*WaypointServiceDeleteNamespaceOK) String

type WaypointServiceDeleteNamespaceParams

type WaypointServiceDeleteNamespaceParams struct {

	/* LocationOrganizationID.

	   organization_id is the id of the organization.
	*/
	LocationOrganizationID string

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

	   provider is the named cloud provider ("aws", "gcp", "azure").
	*/
	LocationRegionProvider *string

	/* LocationRegionRegion.

	   region is the cloud region ("us-west1", "us-east1").
	*/
	LocationRegionRegion *string

	// NamespaceID.
	NamespaceID string

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

WaypointServiceDeleteNamespaceParams contains all the parameters to send to the API endpoint

for the waypoint service delete namespace operation.

Typically these are written to a http.Request.

func NewWaypointServiceDeleteNamespaceParams

func NewWaypointServiceDeleteNamespaceParams() *WaypointServiceDeleteNamespaceParams

NewWaypointServiceDeleteNamespaceParams creates a new WaypointServiceDeleteNamespaceParams 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 NewWaypointServiceDeleteNamespaceParamsWithContext

func NewWaypointServiceDeleteNamespaceParamsWithContext(ctx context.Context) *WaypointServiceDeleteNamespaceParams

NewWaypointServiceDeleteNamespaceParamsWithContext creates a new WaypointServiceDeleteNamespaceParams object with the ability to set a context for a request.

func NewWaypointServiceDeleteNamespaceParamsWithHTTPClient

func NewWaypointServiceDeleteNamespaceParamsWithHTTPClient(client *http.Client) *WaypointServiceDeleteNamespaceParams

NewWaypointServiceDeleteNamespaceParamsWithHTTPClient creates a new WaypointServiceDeleteNamespaceParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceDeleteNamespaceParamsWithTimeout

func NewWaypointServiceDeleteNamespaceParamsWithTimeout(timeout time.Duration) *WaypointServiceDeleteNamespaceParams

NewWaypointServiceDeleteNamespaceParamsWithTimeout creates a new WaypointServiceDeleteNamespaceParams object with the ability to set a timeout on a request.

func (*WaypointServiceDeleteNamespaceParams) SetContext

SetContext adds the context to the waypoint service delete namespace params

func (*WaypointServiceDeleteNamespaceParams) SetDefaults

func (o *WaypointServiceDeleteNamespaceParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service delete namespace params (not the query body).

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

func (*WaypointServiceDeleteNamespaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service delete namespace params

func (*WaypointServiceDeleteNamespaceParams) SetLocationOrganizationID

func (o *WaypointServiceDeleteNamespaceParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the waypoint service delete namespace params

func (*WaypointServiceDeleteNamespaceParams) SetLocationProjectID

func (o *WaypointServiceDeleteNamespaceParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the waypoint service delete namespace params

func (*WaypointServiceDeleteNamespaceParams) SetLocationRegionProvider

func (o *WaypointServiceDeleteNamespaceParams) SetLocationRegionProvider(locationRegionProvider *string)

SetLocationRegionProvider adds the locationRegionProvider to the waypoint service delete namespace params

func (*WaypointServiceDeleteNamespaceParams) SetLocationRegionRegion

func (o *WaypointServiceDeleteNamespaceParams) SetLocationRegionRegion(locationRegionRegion *string)

SetLocationRegionRegion adds the locationRegionRegion to the waypoint service delete namespace params

func (*WaypointServiceDeleteNamespaceParams) SetNamespaceID

func (o *WaypointServiceDeleteNamespaceParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service delete namespace params

func (*WaypointServiceDeleteNamespaceParams) SetTimeout

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

SetTimeout adds the timeout to the waypoint service delete namespace params

func (*WaypointServiceDeleteNamespaceParams) WithContext

WithContext adds the context to the waypoint service delete namespace params

func (*WaypointServiceDeleteNamespaceParams) WithDefaults

WithDefaults hydrates default values in the waypoint service delete namespace params (not the query body).

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

func (*WaypointServiceDeleteNamespaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service delete namespace params

func (*WaypointServiceDeleteNamespaceParams) WithLocationOrganizationID

func (o *WaypointServiceDeleteNamespaceParams) WithLocationOrganizationID(locationOrganizationID string) *WaypointServiceDeleteNamespaceParams

WithLocationOrganizationID adds the locationOrganizationID to the waypoint service delete namespace params

func (*WaypointServiceDeleteNamespaceParams) WithLocationProjectID

func (o *WaypointServiceDeleteNamespaceParams) WithLocationProjectID(locationProjectID string) *WaypointServiceDeleteNamespaceParams

WithLocationProjectID adds the locationProjectID to the waypoint service delete namespace params

func (*WaypointServiceDeleteNamespaceParams) WithLocationRegionProvider

func (o *WaypointServiceDeleteNamespaceParams) WithLocationRegionProvider(locationRegionProvider *string) *WaypointServiceDeleteNamespaceParams

WithLocationRegionProvider adds the locationRegionProvider to the waypoint service delete namespace params

func (*WaypointServiceDeleteNamespaceParams) WithLocationRegionRegion

func (o *WaypointServiceDeleteNamespaceParams) WithLocationRegionRegion(locationRegionRegion *string) *WaypointServiceDeleteNamespaceParams

WithLocationRegionRegion adds the locationRegionRegion to the waypoint service delete namespace params

func (*WaypointServiceDeleteNamespaceParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service delete namespace params

func (*WaypointServiceDeleteNamespaceParams) WithTimeout

WithTimeout adds the timeout to the waypoint service delete namespace params

func (*WaypointServiceDeleteNamespaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceDeleteNamespaceReader

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

WaypointServiceDeleteNamespaceReader is a Reader for the WaypointServiceDeleteNamespace structure.

func (*WaypointServiceDeleteNamespaceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceDeleteTFCConfigDefault

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

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

An unexpected error response.

func NewWaypointServiceDeleteTFCConfigDefault

func NewWaypointServiceDeleteTFCConfigDefault(code int) *WaypointServiceDeleteTFCConfigDefault

NewWaypointServiceDeleteTFCConfigDefault creates a WaypointServiceDeleteTFCConfigDefault with default headers values

func (*WaypointServiceDeleteTFCConfigDefault) Code

Code gets the status code for the waypoint service delete t f c config default response

func (*WaypointServiceDeleteTFCConfigDefault) Error

func (*WaypointServiceDeleteTFCConfigDefault) GetPayload

func (*WaypointServiceDeleteTFCConfigDefault) IsClientError

func (o *WaypointServiceDeleteTFCConfigDefault) IsClientError() bool

IsClientError returns true when this waypoint service delete t f c config default response has a 4xx status code

func (*WaypointServiceDeleteTFCConfigDefault) IsCode

IsCode returns true when this waypoint service delete t f c config default response a status code equal to that given

func (*WaypointServiceDeleteTFCConfigDefault) IsRedirect

IsRedirect returns true when this waypoint service delete t f c config default response has a 3xx status code

func (*WaypointServiceDeleteTFCConfigDefault) IsServerError

func (o *WaypointServiceDeleteTFCConfigDefault) IsServerError() bool

IsServerError returns true when this waypoint service delete t f c config default response has a 5xx status code

func (*WaypointServiceDeleteTFCConfigDefault) IsSuccess

IsSuccess returns true when this waypoint service delete t f c config default response has a 2xx status code

func (*WaypointServiceDeleteTFCConfigDefault) String

type WaypointServiceDeleteTFCConfigOK

type WaypointServiceDeleteTFCConfigOK struct {
	Payload models.HashicorpCloudWaypointDeleteTFCConfigResponse
}

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

A successful response.

func NewWaypointServiceDeleteTFCConfigOK

func NewWaypointServiceDeleteTFCConfigOK() *WaypointServiceDeleteTFCConfigOK

NewWaypointServiceDeleteTFCConfigOK creates a WaypointServiceDeleteTFCConfigOK with default headers values

func (*WaypointServiceDeleteTFCConfigOK) Code

Code gets the status code for the waypoint service delete t f c config o k response

func (*WaypointServiceDeleteTFCConfigOK) Error

func (*WaypointServiceDeleteTFCConfigOK) GetPayload

func (*WaypointServiceDeleteTFCConfigOK) IsClientError

func (o *WaypointServiceDeleteTFCConfigOK) IsClientError() bool

IsClientError returns true when this waypoint service delete t f c config o k response has a 4xx status code

func (*WaypointServiceDeleteTFCConfigOK) IsCode

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

IsCode returns true when this waypoint service delete t f c config o k response a status code equal to that given

func (*WaypointServiceDeleteTFCConfigOK) IsRedirect

func (o *WaypointServiceDeleteTFCConfigOK) IsRedirect() bool

IsRedirect returns true when this waypoint service delete t f c config o k response has a 3xx status code

func (*WaypointServiceDeleteTFCConfigOK) IsServerError

func (o *WaypointServiceDeleteTFCConfigOK) IsServerError() bool

IsServerError returns true when this waypoint service delete t f c config o k response has a 5xx status code

func (*WaypointServiceDeleteTFCConfigOK) IsSuccess

func (o *WaypointServiceDeleteTFCConfigOK) IsSuccess() bool

IsSuccess returns true when this waypoint service delete t f c config o k response has a 2xx status code

func (*WaypointServiceDeleteTFCConfigOK) String

type WaypointServiceDeleteTFCConfigParams

type WaypointServiceDeleteTFCConfigParams struct {

	// NamespaceID.
	NamespaceID string

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

WaypointServiceDeleteTFCConfigParams contains all the parameters to send to the API endpoint

for the waypoint service delete t f c config operation.

Typically these are written to a http.Request.

func NewWaypointServiceDeleteTFCConfigParams

func NewWaypointServiceDeleteTFCConfigParams() *WaypointServiceDeleteTFCConfigParams

NewWaypointServiceDeleteTFCConfigParams creates a new WaypointServiceDeleteTFCConfigParams 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 NewWaypointServiceDeleteTFCConfigParamsWithContext

func NewWaypointServiceDeleteTFCConfigParamsWithContext(ctx context.Context) *WaypointServiceDeleteTFCConfigParams

NewWaypointServiceDeleteTFCConfigParamsWithContext creates a new WaypointServiceDeleteTFCConfigParams object with the ability to set a context for a request.

func NewWaypointServiceDeleteTFCConfigParamsWithHTTPClient

func NewWaypointServiceDeleteTFCConfigParamsWithHTTPClient(client *http.Client) *WaypointServiceDeleteTFCConfigParams

NewWaypointServiceDeleteTFCConfigParamsWithHTTPClient creates a new WaypointServiceDeleteTFCConfigParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceDeleteTFCConfigParamsWithTimeout

func NewWaypointServiceDeleteTFCConfigParamsWithTimeout(timeout time.Duration) *WaypointServiceDeleteTFCConfigParams

NewWaypointServiceDeleteTFCConfigParamsWithTimeout creates a new WaypointServiceDeleteTFCConfigParams object with the ability to set a timeout on a request.

func (*WaypointServiceDeleteTFCConfigParams) SetContext

SetContext adds the context to the waypoint service delete t f c config params

func (*WaypointServiceDeleteTFCConfigParams) SetDefaults

func (o *WaypointServiceDeleteTFCConfigParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service delete t f c config params (not the query body).

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

func (*WaypointServiceDeleteTFCConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service delete t f c config params

func (*WaypointServiceDeleteTFCConfigParams) SetNamespaceID

func (o *WaypointServiceDeleteTFCConfigParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service delete t f c config params

func (*WaypointServiceDeleteTFCConfigParams) SetTimeout

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

SetTimeout adds the timeout to the waypoint service delete t f c config params

func (*WaypointServiceDeleteTFCConfigParams) WithContext

WithContext adds the context to the waypoint service delete t f c config params

func (*WaypointServiceDeleteTFCConfigParams) WithDefaults

WithDefaults hydrates default values in the waypoint service delete t f c config params (not the query body).

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

func (*WaypointServiceDeleteTFCConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service delete t f c config params

func (*WaypointServiceDeleteTFCConfigParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service delete t f c config params

func (*WaypointServiceDeleteTFCConfigParams) WithTimeout

WithTimeout adds the timeout to the waypoint service delete t f c config params

func (*WaypointServiceDeleteTFCConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceDeleteTFCConfigReader

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

WaypointServiceDeleteTFCConfigReader is a Reader for the WaypointServiceDeleteTFCConfig structure.

func (*WaypointServiceDeleteTFCConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceDestroyAddOnDefault

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

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

An unexpected error response.

func NewWaypointServiceDestroyAddOnDefault

func NewWaypointServiceDestroyAddOnDefault(code int) *WaypointServiceDestroyAddOnDefault

NewWaypointServiceDestroyAddOnDefault creates a WaypointServiceDestroyAddOnDefault with default headers values

func (*WaypointServiceDestroyAddOnDefault) Code

Code gets the status code for the waypoint service destroy add on default response

func (*WaypointServiceDestroyAddOnDefault) Error

func (*WaypointServiceDestroyAddOnDefault) GetPayload

func (*WaypointServiceDestroyAddOnDefault) IsClientError

func (o *WaypointServiceDestroyAddOnDefault) IsClientError() bool

IsClientError returns true when this waypoint service destroy add on default response has a 4xx status code

func (*WaypointServiceDestroyAddOnDefault) IsCode

IsCode returns true when this waypoint service destroy add on default response a status code equal to that given

func (*WaypointServiceDestroyAddOnDefault) IsRedirect

func (o *WaypointServiceDestroyAddOnDefault) IsRedirect() bool

IsRedirect returns true when this waypoint service destroy add on default response has a 3xx status code

func (*WaypointServiceDestroyAddOnDefault) IsServerError

func (o *WaypointServiceDestroyAddOnDefault) IsServerError() bool

IsServerError returns true when this waypoint service destroy add on default response has a 5xx status code

func (*WaypointServiceDestroyAddOnDefault) IsSuccess

IsSuccess returns true when this waypoint service destroy add on default response has a 2xx status code

func (*WaypointServiceDestroyAddOnDefault) String

type WaypointServiceDestroyAddOnOK

type WaypointServiceDestroyAddOnOK struct {
	Payload models.HashicorpCloudWaypointDestroyAddOnResponse
}

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

A successful response.

func NewWaypointServiceDestroyAddOnOK

func NewWaypointServiceDestroyAddOnOK() *WaypointServiceDestroyAddOnOK

NewWaypointServiceDestroyAddOnOK creates a WaypointServiceDestroyAddOnOK with default headers values

func (*WaypointServiceDestroyAddOnOK) Code

Code gets the status code for the waypoint service destroy add on o k response

func (*WaypointServiceDestroyAddOnOK) Error

func (*WaypointServiceDestroyAddOnOK) GetPayload

func (*WaypointServiceDestroyAddOnOK) IsClientError

func (o *WaypointServiceDestroyAddOnOK) IsClientError() bool

IsClientError returns true when this waypoint service destroy add on o k response has a 4xx status code

func (*WaypointServiceDestroyAddOnOK) IsCode

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

IsCode returns true when this waypoint service destroy add on o k response a status code equal to that given

func (*WaypointServiceDestroyAddOnOK) IsRedirect

func (o *WaypointServiceDestroyAddOnOK) IsRedirect() bool

IsRedirect returns true when this waypoint service destroy add on o k response has a 3xx status code

func (*WaypointServiceDestroyAddOnOK) IsServerError

func (o *WaypointServiceDestroyAddOnOK) IsServerError() bool

IsServerError returns true when this waypoint service destroy add on o k response has a 5xx status code

func (*WaypointServiceDestroyAddOnOK) IsSuccess

func (o *WaypointServiceDestroyAddOnOK) IsSuccess() bool

IsSuccess returns true when this waypoint service destroy add on o k response has a 2xx status code

func (*WaypointServiceDestroyAddOnOK) String

type WaypointServiceDestroyAddOnParams

type WaypointServiceDestroyAddOnParams struct {

	// AddOnID.
	AddOnID string

	// AddOnName.
	AddOnName *string

	// NamespaceID.
	NamespaceID string

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

WaypointServiceDestroyAddOnParams contains all the parameters to send to the API endpoint

for the waypoint service destroy add on operation.

Typically these are written to a http.Request.

func NewWaypointServiceDestroyAddOnParams

func NewWaypointServiceDestroyAddOnParams() *WaypointServiceDestroyAddOnParams

NewWaypointServiceDestroyAddOnParams creates a new WaypointServiceDestroyAddOnParams 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 NewWaypointServiceDestroyAddOnParamsWithContext

func NewWaypointServiceDestroyAddOnParamsWithContext(ctx context.Context) *WaypointServiceDestroyAddOnParams

NewWaypointServiceDestroyAddOnParamsWithContext creates a new WaypointServiceDestroyAddOnParams object with the ability to set a context for a request.

func NewWaypointServiceDestroyAddOnParamsWithHTTPClient

func NewWaypointServiceDestroyAddOnParamsWithHTTPClient(client *http.Client) *WaypointServiceDestroyAddOnParams

NewWaypointServiceDestroyAddOnParamsWithHTTPClient creates a new WaypointServiceDestroyAddOnParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceDestroyAddOnParamsWithTimeout

func NewWaypointServiceDestroyAddOnParamsWithTimeout(timeout time.Duration) *WaypointServiceDestroyAddOnParams

NewWaypointServiceDestroyAddOnParamsWithTimeout creates a new WaypointServiceDestroyAddOnParams object with the ability to set a timeout on a request.

func (*WaypointServiceDestroyAddOnParams) SetAddOnID

func (o *WaypointServiceDestroyAddOnParams) SetAddOnID(addOnID string)

SetAddOnID adds the addOnId to the waypoint service destroy add on params

func (*WaypointServiceDestroyAddOnParams) SetAddOnName

func (o *WaypointServiceDestroyAddOnParams) SetAddOnName(addOnName *string)

SetAddOnName adds the addOnName to the waypoint service destroy add on params

func (*WaypointServiceDestroyAddOnParams) SetContext

SetContext adds the context to the waypoint service destroy add on params

func (*WaypointServiceDestroyAddOnParams) SetDefaults

func (o *WaypointServiceDestroyAddOnParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service destroy add on params (not the query body).

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

func (*WaypointServiceDestroyAddOnParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service destroy add on params

func (*WaypointServiceDestroyAddOnParams) SetNamespaceID

func (o *WaypointServiceDestroyAddOnParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service destroy add on params

func (*WaypointServiceDestroyAddOnParams) SetTimeout

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

SetTimeout adds the timeout to the waypoint service destroy add on params

func (*WaypointServiceDestroyAddOnParams) WithAddOnID

WithAddOnID adds the addOnID to the waypoint service destroy add on params

func (*WaypointServiceDestroyAddOnParams) WithAddOnName

WithAddOnName adds the addOnName to the waypoint service destroy add on params

func (*WaypointServiceDestroyAddOnParams) WithContext

WithContext adds the context to the waypoint service destroy add on params

func (*WaypointServiceDestroyAddOnParams) WithDefaults

WithDefaults hydrates default values in the waypoint service destroy add on params (not the query body).

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

func (*WaypointServiceDestroyAddOnParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service destroy add on params

func (*WaypointServiceDestroyAddOnParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service destroy add on params

func (*WaypointServiceDestroyAddOnParams) WithTimeout

WithTimeout adds the timeout to the waypoint service destroy add on params

func (*WaypointServiceDestroyAddOnParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceDestroyAddOnReader

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

WaypointServiceDestroyAddOnReader is a Reader for the WaypointServiceDestroyAddOn structure.

func (*WaypointServiceDestroyAddOnReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceDestroyApplicationDefault

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

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

An unexpected error response.

func NewWaypointServiceDestroyApplicationDefault

func NewWaypointServiceDestroyApplicationDefault(code int) *WaypointServiceDestroyApplicationDefault

NewWaypointServiceDestroyApplicationDefault creates a WaypointServiceDestroyApplicationDefault with default headers values

func (*WaypointServiceDestroyApplicationDefault) Code

Code gets the status code for the waypoint service destroy application default response

func (*WaypointServiceDestroyApplicationDefault) Error

func (*WaypointServiceDestroyApplicationDefault) GetPayload

func (*WaypointServiceDestroyApplicationDefault) IsClientError

IsClientError returns true when this waypoint service destroy application default response has a 4xx status code

func (*WaypointServiceDestroyApplicationDefault) IsCode

IsCode returns true when this waypoint service destroy application default response a status code equal to that given

func (*WaypointServiceDestroyApplicationDefault) IsRedirect

IsRedirect returns true when this waypoint service destroy application default response has a 3xx status code

func (*WaypointServiceDestroyApplicationDefault) IsServerError

IsServerError returns true when this waypoint service destroy application default response has a 5xx status code

func (*WaypointServiceDestroyApplicationDefault) IsSuccess

IsSuccess returns true when this waypoint service destroy application default response has a 2xx status code

func (*WaypointServiceDestroyApplicationDefault) String

type WaypointServiceDestroyApplicationOK

type WaypointServiceDestroyApplicationOK struct {
	Payload models.HashicorpCloudWaypointDestroyApplicationResponse
}

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

A successful response.

func NewWaypointServiceDestroyApplicationOK

func NewWaypointServiceDestroyApplicationOK() *WaypointServiceDestroyApplicationOK

NewWaypointServiceDestroyApplicationOK creates a WaypointServiceDestroyApplicationOK with default headers values

func (*WaypointServiceDestroyApplicationOK) Code

Code gets the status code for the waypoint service destroy application o k response

func (*WaypointServiceDestroyApplicationOK) Error

func (*WaypointServiceDestroyApplicationOK) GetPayload

func (*WaypointServiceDestroyApplicationOK) IsClientError

func (o *WaypointServiceDestroyApplicationOK) IsClientError() bool

IsClientError returns true when this waypoint service destroy application o k response has a 4xx status code

func (*WaypointServiceDestroyApplicationOK) IsCode

IsCode returns true when this waypoint service destroy application o k response a status code equal to that given

func (*WaypointServiceDestroyApplicationOK) IsRedirect

func (o *WaypointServiceDestroyApplicationOK) IsRedirect() bool

IsRedirect returns true when this waypoint service destroy application o k response has a 3xx status code

func (*WaypointServiceDestroyApplicationOK) IsServerError

func (o *WaypointServiceDestroyApplicationOK) IsServerError() bool

IsServerError returns true when this waypoint service destroy application o k response has a 5xx status code

func (*WaypointServiceDestroyApplicationOK) IsSuccess

IsSuccess returns true when this waypoint service destroy application o k response has a 2xx status code

func (*WaypointServiceDestroyApplicationOK) String

type WaypointServiceDestroyApplicationParams

type WaypointServiceDestroyApplicationParams struct {

	// ApplicationID.
	ApplicationID string

	// ApplicationName.
	ApplicationName *string

	// NamespaceID.
	NamespaceID string

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

WaypointServiceDestroyApplicationParams contains all the parameters to send to the API endpoint

for the waypoint service destroy application operation.

Typically these are written to a http.Request.

func NewWaypointServiceDestroyApplicationParams

func NewWaypointServiceDestroyApplicationParams() *WaypointServiceDestroyApplicationParams

NewWaypointServiceDestroyApplicationParams creates a new WaypointServiceDestroyApplicationParams 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 NewWaypointServiceDestroyApplicationParamsWithContext

func NewWaypointServiceDestroyApplicationParamsWithContext(ctx context.Context) *WaypointServiceDestroyApplicationParams

NewWaypointServiceDestroyApplicationParamsWithContext creates a new WaypointServiceDestroyApplicationParams object with the ability to set a context for a request.

func NewWaypointServiceDestroyApplicationParamsWithHTTPClient

func NewWaypointServiceDestroyApplicationParamsWithHTTPClient(client *http.Client) *WaypointServiceDestroyApplicationParams

NewWaypointServiceDestroyApplicationParamsWithHTTPClient creates a new WaypointServiceDestroyApplicationParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceDestroyApplicationParamsWithTimeout

func NewWaypointServiceDestroyApplicationParamsWithTimeout(timeout time.Duration) *WaypointServiceDestroyApplicationParams

NewWaypointServiceDestroyApplicationParamsWithTimeout creates a new WaypointServiceDestroyApplicationParams object with the ability to set a timeout on a request.

func (*WaypointServiceDestroyApplicationParams) SetApplicationID

func (o *WaypointServiceDestroyApplicationParams) SetApplicationID(applicationID string)

SetApplicationID adds the applicationId to the waypoint service destroy application params

func (*WaypointServiceDestroyApplicationParams) SetApplicationName

func (o *WaypointServiceDestroyApplicationParams) SetApplicationName(applicationName *string)

SetApplicationName adds the applicationName to the waypoint service destroy application params

func (*WaypointServiceDestroyApplicationParams) SetContext

SetContext adds the context to the waypoint service destroy application params

func (*WaypointServiceDestroyApplicationParams) SetDefaults

func (o *WaypointServiceDestroyApplicationParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service destroy application params (not the query body).

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

func (*WaypointServiceDestroyApplicationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service destroy application params

func (*WaypointServiceDestroyApplicationParams) SetNamespaceID

func (o *WaypointServiceDestroyApplicationParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service destroy application params

func (*WaypointServiceDestroyApplicationParams) SetTimeout

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

SetTimeout adds the timeout to the waypoint service destroy application params

func (*WaypointServiceDestroyApplicationParams) WithApplicationID

WithApplicationID adds the applicationID to the waypoint service destroy application params

func (*WaypointServiceDestroyApplicationParams) WithApplicationName

WithApplicationName adds the applicationName to the waypoint service destroy application params

func (*WaypointServiceDestroyApplicationParams) WithContext

WithContext adds the context to the waypoint service destroy application params

func (*WaypointServiceDestroyApplicationParams) WithDefaults

WithDefaults hydrates default values in the waypoint service destroy application params (not the query body).

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

func (*WaypointServiceDestroyApplicationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service destroy application params

func (*WaypointServiceDestroyApplicationParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service destroy application params

func (*WaypointServiceDestroyApplicationParams) WithTimeout

WithTimeout adds the timeout to the waypoint service destroy application params

func (*WaypointServiceDestroyApplicationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceDestroyApplicationReader

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

WaypointServiceDestroyApplicationReader is a Reader for the WaypointServiceDestroyApplication structure.

func (*WaypointServiceDestroyApplicationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceGetAddOn2Default

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

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

An unexpected error response.

func NewWaypointServiceGetAddOn2Default

func NewWaypointServiceGetAddOn2Default(code int) *WaypointServiceGetAddOn2Default

NewWaypointServiceGetAddOn2Default creates a WaypointServiceGetAddOn2Default with default headers values

func (*WaypointServiceGetAddOn2Default) Code

Code gets the status code for the waypoint service get add on2 default response

func (*WaypointServiceGetAddOn2Default) Error

func (*WaypointServiceGetAddOn2Default) GetPayload

func (*WaypointServiceGetAddOn2Default) IsClientError

func (o *WaypointServiceGetAddOn2Default) IsClientError() bool

IsClientError returns true when this waypoint service get add on2 default response has a 4xx status code

func (*WaypointServiceGetAddOn2Default) IsCode

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

IsCode returns true when this waypoint service get add on2 default response a status code equal to that given

func (*WaypointServiceGetAddOn2Default) IsRedirect

func (o *WaypointServiceGetAddOn2Default) IsRedirect() bool

IsRedirect returns true when this waypoint service get add on2 default response has a 3xx status code

func (*WaypointServiceGetAddOn2Default) IsServerError

func (o *WaypointServiceGetAddOn2Default) IsServerError() bool

IsServerError returns true when this waypoint service get add on2 default response has a 5xx status code

func (*WaypointServiceGetAddOn2Default) IsSuccess

func (o *WaypointServiceGetAddOn2Default) IsSuccess() bool

IsSuccess returns true when this waypoint service get add on2 default response has a 2xx status code

func (*WaypointServiceGetAddOn2Default) String

type WaypointServiceGetAddOn2OK

type WaypointServiceGetAddOn2OK struct {
	Payload *models.HashicorpCloudWaypointGetAddOnResponse
}

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

A successful response.

func NewWaypointServiceGetAddOn2OK

func NewWaypointServiceGetAddOn2OK() *WaypointServiceGetAddOn2OK

NewWaypointServiceGetAddOn2OK creates a WaypointServiceGetAddOn2OK with default headers values

func (*WaypointServiceGetAddOn2OK) Code

func (o *WaypointServiceGetAddOn2OK) Code() int

Code gets the status code for the waypoint service get add on2 o k response

func (*WaypointServiceGetAddOn2OK) Error

func (*WaypointServiceGetAddOn2OK) GetPayload

func (*WaypointServiceGetAddOn2OK) IsClientError

func (o *WaypointServiceGetAddOn2OK) IsClientError() bool

IsClientError returns true when this waypoint service get add on2 o k response has a 4xx status code

func (*WaypointServiceGetAddOn2OK) IsCode

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

IsCode returns true when this waypoint service get add on2 o k response a status code equal to that given

func (*WaypointServiceGetAddOn2OK) IsRedirect

func (o *WaypointServiceGetAddOn2OK) IsRedirect() bool

IsRedirect returns true when this waypoint service get add on2 o k response has a 3xx status code

func (*WaypointServiceGetAddOn2OK) IsServerError

func (o *WaypointServiceGetAddOn2OK) IsServerError() bool

IsServerError returns true when this waypoint service get add on2 o k response has a 5xx status code

func (*WaypointServiceGetAddOn2OK) IsSuccess

func (o *WaypointServiceGetAddOn2OK) IsSuccess() bool

IsSuccess returns true when this waypoint service get add on2 o k response has a 2xx status code

func (*WaypointServiceGetAddOn2OK) String

func (o *WaypointServiceGetAddOn2OK) String() string

type WaypointServiceGetAddOn2Params

type WaypointServiceGetAddOn2Params struct {

	// AddOnID.
	AddOnID *string

	// AddOnName.
	AddOnName string

	// NamespaceID.
	NamespaceID string

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

WaypointServiceGetAddOn2Params contains all the parameters to send to the API endpoint

for the waypoint service get add on2 operation.

Typically these are written to a http.Request.

func NewWaypointServiceGetAddOn2Params

func NewWaypointServiceGetAddOn2Params() *WaypointServiceGetAddOn2Params

NewWaypointServiceGetAddOn2Params creates a new WaypointServiceGetAddOn2Params 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 NewWaypointServiceGetAddOn2ParamsWithContext

func NewWaypointServiceGetAddOn2ParamsWithContext(ctx context.Context) *WaypointServiceGetAddOn2Params

NewWaypointServiceGetAddOn2ParamsWithContext creates a new WaypointServiceGetAddOn2Params object with the ability to set a context for a request.

func NewWaypointServiceGetAddOn2ParamsWithHTTPClient

func NewWaypointServiceGetAddOn2ParamsWithHTTPClient(client *http.Client) *WaypointServiceGetAddOn2Params

NewWaypointServiceGetAddOn2ParamsWithHTTPClient creates a new WaypointServiceGetAddOn2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceGetAddOn2ParamsWithTimeout

func NewWaypointServiceGetAddOn2ParamsWithTimeout(timeout time.Duration) *WaypointServiceGetAddOn2Params

NewWaypointServiceGetAddOn2ParamsWithTimeout creates a new WaypointServiceGetAddOn2Params object with the ability to set a timeout on a request.

func (*WaypointServiceGetAddOn2Params) SetAddOnID

func (o *WaypointServiceGetAddOn2Params) SetAddOnID(addOnID *string)

SetAddOnID adds the addOnId to the waypoint service get add on2 params

func (*WaypointServiceGetAddOn2Params) SetAddOnName

func (o *WaypointServiceGetAddOn2Params) SetAddOnName(addOnName string)

SetAddOnName adds the addOnName to the waypoint service get add on2 params

func (*WaypointServiceGetAddOn2Params) SetContext

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

SetContext adds the context to the waypoint service get add on2 params

func (*WaypointServiceGetAddOn2Params) SetDefaults

func (o *WaypointServiceGetAddOn2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint service get add on2 params (not the query body).

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

func (*WaypointServiceGetAddOn2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service get add on2 params

func (*WaypointServiceGetAddOn2Params) SetNamespaceID

func (o *WaypointServiceGetAddOn2Params) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service get add on2 params

func (*WaypointServiceGetAddOn2Params) SetTimeout

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

SetTimeout adds the timeout to the waypoint service get add on2 params

func (*WaypointServiceGetAddOn2Params) WithAddOnID

WithAddOnID adds the addOnID to the waypoint service get add on2 params

func (*WaypointServiceGetAddOn2Params) WithAddOnName

WithAddOnName adds the addOnName to the waypoint service get add on2 params

func (*WaypointServiceGetAddOn2Params) WithContext

WithContext adds the context to the waypoint service get add on2 params

func (*WaypointServiceGetAddOn2Params) WithDefaults

WithDefaults hydrates default values in the waypoint service get add on2 params (not the query body).

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

func (*WaypointServiceGetAddOn2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service get add on2 params

func (*WaypointServiceGetAddOn2Params) WithNamespaceID

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

WithNamespaceID adds the namespaceID to the waypoint service get add on2 params

func (*WaypointServiceGetAddOn2Params) WithTimeout

WithTimeout adds the timeout to the waypoint service get add on2 params

func (*WaypointServiceGetAddOn2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceGetAddOn2Reader

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

WaypointServiceGetAddOn2Reader is a Reader for the WaypointServiceGetAddOn2 structure.

func (*WaypointServiceGetAddOn2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceGetAddOnDefault

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

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

An unexpected error response.

func NewWaypointServiceGetAddOnDefault

func NewWaypointServiceGetAddOnDefault(code int) *WaypointServiceGetAddOnDefault

NewWaypointServiceGetAddOnDefault creates a WaypointServiceGetAddOnDefault with default headers values

func (*WaypointServiceGetAddOnDefault) Code

Code gets the status code for the waypoint service get add on default response

func (*WaypointServiceGetAddOnDefault) Error

func (*WaypointServiceGetAddOnDefault) GetPayload

func (*WaypointServiceGetAddOnDefault) IsClientError

func (o *WaypointServiceGetAddOnDefault) IsClientError() bool

IsClientError returns true when this waypoint service get add on default response has a 4xx status code

func (*WaypointServiceGetAddOnDefault) IsCode

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

IsCode returns true when this waypoint service get add on default response a status code equal to that given

func (*WaypointServiceGetAddOnDefault) IsRedirect

func (o *WaypointServiceGetAddOnDefault) IsRedirect() bool

IsRedirect returns true when this waypoint service get add on default response has a 3xx status code

func (*WaypointServiceGetAddOnDefault) IsServerError

func (o *WaypointServiceGetAddOnDefault) IsServerError() bool

IsServerError returns true when this waypoint service get add on default response has a 5xx status code

func (*WaypointServiceGetAddOnDefault) IsSuccess

func (o *WaypointServiceGetAddOnDefault) IsSuccess() bool

IsSuccess returns true when this waypoint service get add on default response has a 2xx status code

func (*WaypointServiceGetAddOnDefault) String

type WaypointServiceGetAddOnDefinition2Default

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

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

An unexpected error response.

func NewWaypointServiceGetAddOnDefinition2Default

func NewWaypointServiceGetAddOnDefinition2Default(code int) *WaypointServiceGetAddOnDefinition2Default

NewWaypointServiceGetAddOnDefinition2Default creates a WaypointServiceGetAddOnDefinition2Default with default headers values

func (*WaypointServiceGetAddOnDefinition2Default) Code

Code gets the status code for the waypoint service get add on definition2 default response

func (*WaypointServiceGetAddOnDefinition2Default) Error

func (*WaypointServiceGetAddOnDefinition2Default) GetPayload

func (*WaypointServiceGetAddOnDefinition2Default) IsClientError

IsClientError returns true when this waypoint service get add on definition2 default response has a 4xx status code

func (*WaypointServiceGetAddOnDefinition2Default) IsCode

IsCode returns true when this waypoint service get add on definition2 default response a status code equal to that given

func (*WaypointServiceGetAddOnDefinition2Default) IsRedirect

IsRedirect returns true when this waypoint service get add on definition2 default response has a 3xx status code

func (*WaypointServiceGetAddOnDefinition2Default) IsServerError

IsServerError returns true when this waypoint service get add on definition2 default response has a 5xx status code

func (*WaypointServiceGetAddOnDefinition2Default) IsSuccess

IsSuccess returns true when this waypoint service get add on definition2 default response has a 2xx status code

func (*WaypointServiceGetAddOnDefinition2Default) String

type WaypointServiceGetAddOnDefinition2OK

type WaypointServiceGetAddOnDefinition2OK struct {
	Payload *models.HashicorpCloudWaypointGetAddOnDefinitionResponse
}

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

A successful response.

func NewWaypointServiceGetAddOnDefinition2OK

func NewWaypointServiceGetAddOnDefinition2OK() *WaypointServiceGetAddOnDefinition2OK

NewWaypointServiceGetAddOnDefinition2OK creates a WaypointServiceGetAddOnDefinition2OK with default headers values

func (*WaypointServiceGetAddOnDefinition2OK) Code

Code gets the status code for the waypoint service get add on definition2 o k response

func (*WaypointServiceGetAddOnDefinition2OK) Error

func (*WaypointServiceGetAddOnDefinition2OK) GetPayload

func (*WaypointServiceGetAddOnDefinition2OK) IsClientError

func (o *WaypointServiceGetAddOnDefinition2OK) IsClientError() bool

IsClientError returns true when this waypoint service get add on definition2 o k response has a 4xx status code

func (*WaypointServiceGetAddOnDefinition2OK) IsCode

IsCode returns true when this waypoint service get add on definition2 o k response a status code equal to that given

func (*WaypointServiceGetAddOnDefinition2OK) IsRedirect

IsRedirect returns true when this waypoint service get add on definition2 o k response has a 3xx status code

func (*WaypointServiceGetAddOnDefinition2OK) IsServerError

func (o *WaypointServiceGetAddOnDefinition2OK) IsServerError() bool

IsServerError returns true when this waypoint service get add on definition2 o k response has a 5xx status code

func (*WaypointServiceGetAddOnDefinition2OK) IsSuccess

IsSuccess returns true when this waypoint service get add on definition2 o k response has a 2xx status code

func (*WaypointServiceGetAddOnDefinition2OK) String

type WaypointServiceGetAddOnDefinition2Params

type WaypointServiceGetAddOnDefinition2Params struct {

	// AddOnDefinitionID.
	AddOnDefinitionID *string

	// AddOnDefinitionName.
	AddOnDefinitionName string

	// NamespaceID.
	NamespaceID string

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

WaypointServiceGetAddOnDefinition2Params contains all the parameters to send to the API endpoint

for the waypoint service get add on definition2 operation.

Typically these are written to a http.Request.

func NewWaypointServiceGetAddOnDefinition2Params

func NewWaypointServiceGetAddOnDefinition2Params() *WaypointServiceGetAddOnDefinition2Params

NewWaypointServiceGetAddOnDefinition2Params creates a new WaypointServiceGetAddOnDefinition2Params 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 NewWaypointServiceGetAddOnDefinition2ParamsWithContext

func NewWaypointServiceGetAddOnDefinition2ParamsWithContext(ctx context.Context) *WaypointServiceGetAddOnDefinition2Params

NewWaypointServiceGetAddOnDefinition2ParamsWithContext creates a new WaypointServiceGetAddOnDefinition2Params object with the ability to set a context for a request.

func NewWaypointServiceGetAddOnDefinition2ParamsWithHTTPClient

func NewWaypointServiceGetAddOnDefinition2ParamsWithHTTPClient(client *http.Client) *WaypointServiceGetAddOnDefinition2Params

NewWaypointServiceGetAddOnDefinition2ParamsWithHTTPClient creates a new WaypointServiceGetAddOnDefinition2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceGetAddOnDefinition2ParamsWithTimeout

func NewWaypointServiceGetAddOnDefinition2ParamsWithTimeout(timeout time.Duration) *WaypointServiceGetAddOnDefinition2Params

NewWaypointServiceGetAddOnDefinition2ParamsWithTimeout creates a new WaypointServiceGetAddOnDefinition2Params object with the ability to set a timeout on a request.

func (*WaypointServiceGetAddOnDefinition2Params) SetAddOnDefinitionID

func (o *WaypointServiceGetAddOnDefinition2Params) SetAddOnDefinitionID(addOnDefinitionID *string)

SetAddOnDefinitionID adds the addOnDefinitionId to the waypoint service get add on definition2 params

func (*WaypointServiceGetAddOnDefinition2Params) SetAddOnDefinitionName

func (o *WaypointServiceGetAddOnDefinition2Params) SetAddOnDefinitionName(addOnDefinitionName string)

SetAddOnDefinitionName adds the addOnDefinitionName to the waypoint service get add on definition2 params

func (*WaypointServiceGetAddOnDefinition2Params) SetContext

SetContext adds the context to the waypoint service get add on definition2 params

func (*WaypointServiceGetAddOnDefinition2Params) SetDefaults

SetDefaults hydrates default values in the waypoint service get add on definition2 params (not the query body).

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

func (*WaypointServiceGetAddOnDefinition2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service get add on definition2 params

func (*WaypointServiceGetAddOnDefinition2Params) SetNamespaceID

func (o *WaypointServiceGetAddOnDefinition2Params) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service get add on definition2 params

func (*WaypointServiceGetAddOnDefinition2Params) SetTimeout

SetTimeout adds the timeout to the waypoint service get add on definition2 params

func (*WaypointServiceGetAddOnDefinition2Params) WithAddOnDefinitionID

WithAddOnDefinitionID adds the addOnDefinitionID to the waypoint service get add on definition2 params

func (*WaypointServiceGetAddOnDefinition2Params) WithAddOnDefinitionName

func (o *WaypointServiceGetAddOnDefinition2Params) WithAddOnDefinitionName(addOnDefinitionName string) *WaypointServiceGetAddOnDefinition2Params

WithAddOnDefinitionName adds the addOnDefinitionName to the waypoint service get add on definition2 params

func (*WaypointServiceGetAddOnDefinition2Params) WithContext

WithContext adds the context to the waypoint service get add on definition2 params

func (*WaypointServiceGetAddOnDefinition2Params) WithDefaults

WithDefaults hydrates default values in the waypoint service get add on definition2 params (not the query body).

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

func (*WaypointServiceGetAddOnDefinition2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service get add on definition2 params

func (*WaypointServiceGetAddOnDefinition2Params) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service get add on definition2 params

func (*WaypointServiceGetAddOnDefinition2Params) WithTimeout

WithTimeout adds the timeout to the waypoint service get add on definition2 params

func (*WaypointServiceGetAddOnDefinition2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceGetAddOnDefinition2Reader

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

WaypointServiceGetAddOnDefinition2Reader is a Reader for the WaypointServiceGetAddOnDefinition2 structure.

func (*WaypointServiceGetAddOnDefinition2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceGetAddOnDefinitionDefault

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

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

An unexpected error response.

func NewWaypointServiceGetAddOnDefinitionDefault

func NewWaypointServiceGetAddOnDefinitionDefault(code int) *WaypointServiceGetAddOnDefinitionDefault

NewWaypointServiceGetAddOnDefinitionDefault creates a WaypointServiceGetAddOnDefinitionDefault with default headers values

func (*WaypointServiceGetAddOnDefinitionDefault) Code

Code gets the status code for the waypoint service get add on definition default response

func (*WaypointServiceGetAddOnDefinitionDefault) Error

func (*WaypointServiceGetAddOnDefinitionDefault) GetPayload

func (*WaypointServiceGetAddOnDefinitionDefault) IsClientError

IsClientError returns true when this waypoint service get add on definition default response has a 4xx status code

func (*WaypointServiceGetAddOnDefinitionDefault) IsCode

IsCode returns true when this waypoint service get add on definition default response a status code equal to that given

func (*WaypointServiceGetAddOnDefinitionDefault) IsRedirect

IsRedirect returns true when this waypoint service get add on definition default response has a 3xx status code

func (*WaypointServiceGetAddOnDefinitionDefault) IsServerError

IsServerError returns true when this waypoint service get add on definition default response has a 5xx status code

func (*WaypointServiceGetAddOnDefinitionDefault) IsSuccess

IsSuccess returns true when this waypoint service get add on definition default response has a 2xx status code

func (*WaypointServiceGetAddOnDefinitionDefault) String

type WaypointServiceGetAddOnDefinitionOK

type WaypointServiceGetAddOnDefinitionOK struct {
	Payload *models.HashicorpCloudWaypointGetAddOnDefinitionResponse
}

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

A successful response.

func NewWaypointServiceGetAddOnDefinitionOK

func NewWaypointServiceGetAddOnDefinitionOK() *WaypointServiceGetAddOnDefinitionOK

NewWaypointServiceGetAddOnDefinitionOK creates a WaypointServiceGetAddOnDefinitionOK with default headers values

func (*WaypointServiceGetAddOnDefinitionOK) Code

Code gets the status code for the waypoint service get add on definition o k response

func (*WaypointServiceGetAddOnDefinitionOK) Error

func (*WaypointServiceGetAddOnDefinitionOK) GetPayload

func (*WaypointServiceGetAddOnDefinitionOK) IsClientError

func (o *WaypointServiceGetAddOnDefinitionOK) IsClientError() bool

IsClientError returns true when this waypoint service get add on definition o k response has a 4xx status code

func (*WaypointServiceGetAddOnDefinitionOK) IsCode

IsCode returns true when this waypoint service get add on definition o k response a status code equal to that given

func (*WaypointServiceGetAddOnDefinitionOK) IsRedirect

func (o *WaypointServiceGetAddOnDefinitionOK) IsRedirect() bool

IsRedirect returns true when this waypoint service get add on definition o k response has a 3xx status code

func (*WaypointServiceGetAddOnDefinitionOK) IsServerError

func (o *WaypointServiceGetAddOnDefinitionOK) IsServerError() bool

IsServerError returns true when this waypoint service get add on definition o k response has a 5xx status code

func (*WaypointServiceGetAddOnDefinitionOK) IsSuccess

IsSuccess returns true when this waypoint service get add on definition o k response has a 2xx status code

func (*WaypointServiceGetAddOnDefinitionOK) String

type WaypointServiceGetAddOnDefinitionParams

type WaypointServiceGetAddOnDefinitionParams struct {

	// AddOnDefinitionID.
	AddOnDefinitionID string

	// AddOnDefinitionName.
	AddOnDefinitionName *string

	// NamespaceID.
	NamespaceID string

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

WaypointServiceGetAddOnDefinitionParams contains all the parameters to send to the API endpoint

for the waypoint service get add on definition operation.

Typically these are written to a http.Request.

func NewWaypointServiceGetAddOnDefinitionParams

func NewWaypointServiceGetAddOnDefinitionParams() *WaypointServiceGetAddOnDefinitionParams

NewWaypointServiceGetAddOnDefinitionParams creates a new WaypointServiceGetAddOnDefinitionParams 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 NewWaypointServiceGetAddOnDefinitionParamsWithContext

func NewWaypointServiceGetAddOnDefinitionParamsWithContext(ctx context.Context) *WaypointServiceGetAddOnDefinitionParams

NewWaypointServiceGetAddOnDefinitionParamsWithContext creates a new WaypointServiceGetAddOnDefinitionParams object with the ability to set a context for a request.

func NewWaypointServiceGetAddOnDefinitionParamsWithHTTPClient

func NewWaypointServiceGetAddOnDefinitionParamsWithHTTPClient(client *http.Client) *WaypointServiceGetAddOnDefinitionParams

NewWaypointServiceGetAddOnDefinitionParamsWithHTTPClient creates a new WaypointServiceGetAddOnDefinitionParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceGetAddOnDefinitionParamsWithTimeout

func NewWaypointServiceGetAddOnDefinitionParamsWithTimeout(timeout time.Duration) *WaypointServiceGetAddOnDefinitionParams

NewWaypointServiceGetAddOnDefinitionParamsWithTimeout creates a new WaypointServiceGetAddOnDefinitionParams object with the ability to set a timeout on a request.

func (*WaypointServiceGetAddOnDefinitionParams) SetAddOnDefinitionID

func (o *WaypointServiceGetAddOnDefinitionParams) SetAddOnDefinitionID(addOnDefinitionID string)

SetAddOnDefinitionID adds the addOnDefinitionId to the waypoint service get add on definition params

func (*WaypointServiceGetAddOnDefinitionParams) SetAddOnDefinitionName

func (o *WaypointServiceGetAddOnDefinitionParams) SetAddOnDefinitionName(addOnDefinitionName *string)

SetAddOnDefinitionName adds the addOnDefinitionName to the waypoint service get add on definition params

func (*WaypointServiceGetAddOnDefinitionParams) SetContext

SetContext adds the context to the waypoint service get add on definition params

func (*WaypointServiceGetAddOnDefinitionParams) SetDefaults

func (o *WaypointServiceGetAddOnDefinitionParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service get add on definition params (not the query body).

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

func (*WaypointServiceGetAddOnDefinitionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service get add on definition params

func (*WaypointServiceGetAddOnDefinitionParams) SetNamespaceID

func (o *WaypointServiceGetAddOnDefinitionParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service get add on definition params

func (*WaypointServiceGetAddOnDefinitionParams) SetTimeout

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

SetTimeout adds the timeout to the waypoint service get add on definition params

func (*WaypointServiceGetAddOnDefinitionParams) WithAddOnDefinitionID

func (o *WaypointServiceGetAddOnDefinitionParams) WithAddOnDefinitionID(addOnDefinitionID string) *WaypointServiceGetAddOnDefinitionParams

WithAddOnDefinitionID adds the addOnDefinitionID to the waypoint service get add on definition params

func (*WaypointServiceGetAddOnDefinitionParams) WithAddOnDefinitionName

func (o *WaypointServiceGetAddOnDefinitionParams) WithAddOnDefinitionName(addOnDefinitionName *string) *WaypointServiceGetAddOnDefinitionParams

WithAddOnDefinitionName adds the addOnDefinitionName to the waypoint service get add on definition params

func (*WaypointServiceGetAddOnDefinitionParams) WithContext

WithContext adds the context to the waypoint service get add on definition params

func (*WaypointServiceGetAddOnDefinitionParams) WithDefaults

WithDefaults hydrates default values in the waypoint service get add on definition params (not the query body).

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

func (*WaypointServiceGetAddOnDefinitionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service get add on definition params

func (*WaypointServiceGetAddOnDefinitionParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service get add on definition params

func (*WaypointServiceGetAddOnDefinitionParams) WithTimeout

WithTimeout adds the timeout to the waypoint service get add on definition params

func (*WaypointServiceGetAddOnDefinitionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceGetAddOnDefinitionReader

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

WaypointServiceGetAddOnDefinitionReader is a Reader for the WaypointServiceGetAddOnDefinition structure.

func (*WaypointServiceGetAddOnDefinitionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceGetAddOnOK

type WaypointServiceGetAddOnOK struct {
	Payload *models.HashicorpCloudWaypointGetAddOnResponse
}

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

A successful response.

func NewWaypointServiceGetAddOnOK

func NewWaypointServiceGetAddOnOK() *WaypointServiceGetAddOnOK

NewWaypointServiceGetAddOnOK creates a WaypointServiceGetAddOnOK with default headers values

func (*WaypointServiceGetAddOnOK) Code

func (o *WaypointServiceGetAddOnOK) Code() int

Code gets the status code for the waypoint service get add on o k response

func (*WaypointServiceGetAddOnOK) Error

func (o *WaypointServiceGetAddOnOK) Error() string

func (*WaypointServiceGetAddOnOK) GetPayload

func (*WaypointServiceGetAddOnOK) IsClientError

func (o *WaypointServiceGetAddOnOK) IsClientError() bool

IsClientError returns true when this waypoint service get add on o k response has a 4xx status code

func (*WaypointServiceGetAddOnOK) IsCode

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

IsCode returns true when this waypoint service get add on o k response a status code equal to that given

func (*WaypointServiceGetAddOnOK) IsRedirect

func (o *WaypointServiceGetAddOnOK) IsRedirect() bool

IsRedirect returns true when this waypoint service get add on o k response has a 3xx status code

func (*WaypointServiceGetAddOnOK) IsServerError

func (o *WaypointServiceGetAddOnOK) IsServerError() bool

IsServerError returns true when this waypoint service get add on o k response has a 5xx status code

func (*WaypointServiceGetAddOnOK) IsSuccess

func (o *WaypointServiceGetAddOnOK) IsSuccess() bool

IsSuccess returns true when this waypoint service get add on o k response has a 2xx status code

func (*WaypointServiceGetAddOnOK) String

func (o *WaypointServiceGetAddOnOK) String() string

type WaypointServiceGetAddOnParams

type WaypointServiceGetAddOnParams struct {

	// AddOnID.
	AddOnID string

	// AddOnName.
	AddOnName *string

	// NamespaceID.
	NamespaceID string

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

WaypointServiceGetAddOnParams contains all the parameters to send to the API endpoint

for the waypoint service get add on operation.

Typically these are written to a http.Request.

func NewWaypointServiceGetAddOnParams

func NewWaypointServiceGetAddOnParams() *WaypointServiceGetAddOnParams

NewWaypointServiceGetAddOnParams creates a new WaypointServiceGetAddOnParams 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 NewWaypointServiceGetAddOnParamsWithContext

func NewWaypointServiceGetAddOnParamsWithContext(ctx context.Context) *WaypointServiceGetAddOnParams

NewWaypointServiceGetAddOnParamsWithContext creates a new WaypointServiceGetAddOnParams object with the ability to set a context for a request.

func NewWaypointServiceGetAddOnParamsWithHTTPClient

func NewWaypointServiceGetAddOnParamsWithHTTPClient(client *http.Client) *WaypointServiceGetAddOnParams

NewWaypointServiceGetAddOnParamsWithHTTPClient creates a new WaypointServiceGetAddOnParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceGetAddOnParamsWithTimeout

func NewWaypointServiceGetAddOnParamsWithTimeout(timeout time.Duration) *WaypointServiceGetAddOnParams

NewWaypointServiceGetAddOnParamsWithTimeout creates a new WaypointServiceGetAddOnParams object with the ability to set a timeout on a request.

func (*WaypointServiceGetAddOnParams) SetAddOnID

func (o *WaypointServiceGetAddOnParams) SetAddOnID(addOnID string)

SetAddOnID adds the addOnId to the waypoint service get add on params

func (*WaypointServiceGetAddOnParams) SetAddOnName

func (o *WaypointServiceGetAddOnParams) SetAddOnName(addOnName *string)

SetAddOnName adds the addOnName to the waypoint service get add on params

func (*WaypointServiceGetAddOnParams) SetContext

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

SetContext adds the context to the waypoint service get add on params

func (*WaypointServiceGetAddOnParams) SetDefaults

func (o *WaypointServiceGetAddOnParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service get add on params (not the query body).

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

func (*WaypointServiceGetAddOnParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service get add on params

func (*WaypointServiceGetAddOnParams) SetNamespaceID

func (o *WaypointServiceGetAddOnParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service get add on params

func (*WaypointServiceGetAddOnParams) SetTimeout

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

SetTimeout adds the timeout to the waypoint service get add on params

func (*WaypointServiceGetAddOnParams) WithAddOnID

WithAddOnID adds the addOnID to the waypoint service get add on params

func (*WaypointServiceGetAddOnParams) WithAddOnName

WithAddOnName adds the addOnName to the waypoint service get add on params

func (*WaypointServiceGetAddOnParams) WithContext

WithContext adds the context to the waypoint service get add on params

func (*WaypointServiceGetAddOnParams) WithDefaults

WithDefaults hydrates default values in the waypoint service get add on params (not the query body).

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

func (*WaypointServiceGetAddOnParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service get add on params

func (*WaypointServiceGetAddOnParams) WithNamespaceID

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

WithNamespaceID adds the namespaceID to the waypoint service get add on params

func (*WaypointServiceGetAddOnParams) WithTimeout

WithTimeout adds the timeout to the waypoint service get add on params

func (*WaypointServiceGetAddOnParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceGetAddOnReader

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

WaypointServiceGetAddOnReader is a Reader for the WaypointServiceGetAddOn structure.

func (*WaypointServiceGetAddOnReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceGetApplication2Default

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

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

An unexpected error response.

func NewWaypointServiceGetApplication2Default

func NewWaypointServiceGetApplication2Default(code int) *WaypointServiceGetApplication2Default

NewWaypointServiceGetApplication2Default creates a WaypointServiceGetApplication2Default with default headers values

func (*WaypointServiceGetApplication2Default) Code

Code gets the status code for the waypoint service get application2 default response

func (*WaypointServiceGetApplication2Default) Error

func (*WaypointServiceGetApplication2Default) GetPayload

func (*WaypointServiceGetApplication2Default) IsClientError

func (o *WaypointServiceGetApplication2Default) IsClientError() bool

IsClientError returns true when this waypoint service get application2 default response has a 4xx status code

func (*WaypointServiceGetApplication2Default) IsCode

IsCode returns true when this waypoint service get application2 default response a status code equal to that given

func (*WaypointServiceGetApplication2Default) IsRedirect

IsRedirect returns true when this waypoint service get application2 default response has a 3xx status code

func (*WaypointServiceGetApplication2Default) IsServerError

func (o *WaypointServiceGetApplication2Default) IsServerError() bool

IsServerError returns true when this waypoint service get application2 default response has a 5xx status code

func (*WaypointServiceGetApplication2Default) IsSuccess

IsSuccess returns true when this waypoint service get application2 default response has a 2xx status code

func (*WaypointServiceGetApplication2Default) String

type WaypointServiceGetApplication2OK

type WaypointServiceGetApplication2OK struct {
	Payload *models.HashicorpCloudWaypointGetApplicationResponse
}

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

A successful response.

func NewWaypointServiceGetApplication2OK

func NewWaypointServiceGetApplication2OK() *WaypointServiceGetApplication2OK

NewWaypointServiceGetApplication2OK creates a WaypointServiceGetApplication2OK with default headers values

func (*WaypointServiceGetApplication2OK) Code

Code gets the status code for the waypoint service get application2 o k response

func (*WaypointServiceGetApplication2OK) Error

func (*WaypointServiceGetApplication2OK) GetPayload

func (*WaypointServiceGetApplication2OK) IsClientError

func (o *WaypointServiceGetApplication2OK) IsClientError() bool

IsClientError returns true when this waypoint service get application2 o k response has a 4xx status code

func (*WaypointServiceGetApplication2OK) IsCode

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

IsCode returns true when this waypoint service get application2 o k response a status code equal to that given

func (*WaypointServiceGetApplication2OK) IsRedirect

func (o *WaypointServiceGetApplication2OK) IsRedirect() bool

IsRedirect returns true when this waypoint service get application2 o k response has a 3xx status code

func (*WaypointServiceGetApplication2OK) IsServerError

func (o *WaypointServiceGetApplication2OK) IsServerError() bool

IsServerError returns true when this waypoint service get application2 o k response has a 5xx status code

func (*WaypointServiceGetApplication2OK) IsSuccess

func (o *WaypointServiceGetApplication2OK) IsSuccess() bool

IsSuccess returns true when this waypoint service get application2 o k response has a 2xx status code

func (*WaypointServiceGetApplication2OK) String

type WaypointServiceGetApplication2Params

type WaypointServiceGetApplication2Params struct {

	// ApplicationID.
	ApplicationID *string

	// ApplicationName.
	ApplicationName string

	// NamespaceID.
	NamespaceID string

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

WaypointServiceGetApplication2Params contains all the parameters to send to the API endpoint

for the waypoint service get application2 operation.

Typically these are written to a http.Request.

func NewWaypointServiceGetApplication2Params

func NewWaypointServiceGetApplication2Params() *WaypointServiceGetApplication2Params

NewWaypointServiceGetApplication2Params creates a new WaypointServiceGetApplication2Params 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 NewWaypointServiceGetApplication2ParamsWithContext

func NewWaypointServiceGetApplication2ParamsWithContext(ctx context.Context) *WaypointServiceGetApplication2Params

NewWaypointServiceGetApplication2ParamsWithContext creates a new WaypointServiceGetApplication2Params object with the ability to set a context for a request.

func NewWaypointServiceGetApplication2ParamsWithHTTPClient

func NewWaypointServiceGetApplication2ParamsWithHTTPClient(client *http.Client) *WaypointServiceGetApplication2Params

NewWaypointServiceGetApplication2ParamsWithHTTPClient creates a new WaypointServiceGetApplication2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceGetApplication2ParamsWithTimeout

func NewWaypointServiceGetApplication2ParamsWithTimeout(timeout time.Duration) *WaypointServiceGetApplication2Params

NewWaypointServiceGetApplication2ParamsWithTimeout creates a new WaypointServiceGetApplication2Params object with the ability to set a timeout on a request.

func (*WaypointServiceGetApplication2Params) SetApplicationID

func (o *WaypointServiceGetApplication2Params) SetApplicationID(applicationID *string)

SetApplicationID adds the applicationId to the waypoint service get application2 params

func (*WaypointServiceGetApplication2Params) SetApplicationName

func (o *WaypointServiceGetApplication2Params) SetApplicationName(applicationName string)

SetApplicationName adds the applicationName to the waypoint service get application2 params

func (*WaypointServiceGetApplication2Params) SetContext

SetContext adds the context to the waypoint service get application2 params

func (*WaypointServiceGetApplication2Params) SetDefaults

func (o *WaypointServiceGetApplication2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint service get application2 params (not the query body).

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

func (*WaypointServiceGetApplication2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service get application2 params

func (*WaypointServiceGetApplication2Params) SetNamespaceID

func (o *WaypointServiceGetApplication2Params) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service get application2 params

func (*WaypointServiceGetApplication2Params) SetTimeout

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

SetTimeout adds the timeout to the waypoint service get application2 params

func (*WaypointServiceGetApplication2Params) WithApplicationID

WithApplicationID adds the applicationID to the waypoint service get application2 params

func (*WaypointServiceGetApplication2Params) WithApplicationName

func (o *WaypointServiceGetApplication2Params) WithApplicationName(applicationName string) *WaypointServiceGetApplication2Params

WithApplicationName adds the applicationName to the waypoint service get application2 params

func (*WaypointServiceGetApplication2Params) WithContext

WithContext adds the context to the waypoint service get application2 params

func (*WaypointServiceGetApplication2Params) WithDefaults

WithDefaults hydrates default values in the waypoint service get application2 params (not the query body).

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

func (*WaypointServiceGetApplication2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service get application2 params

func (*WaypointServiceGetApplication2Params) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service get application2 params

func (*WaypointServiceGetApplication2Params) WithTimeout

WithTimeout adds the timeout to the waypoint service get application2 params

func (*WaypointServiceGetApplication2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceGetApplication2Reader

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

WaypointServiceGetApplication2Reader is a Reader for the WaypointServiceGetApplication2 structure.

func (*WaypointServiceGetApplication2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceGetApplicationDefault

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

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

An unexpected error response.

func NewWaypointServiceGetApplicationDefault

func NewWaypointServiceGetApplicationDefault(code int) *WaypointServiceGetApplicationDefault

NewWaypointServiceGetApplicationDefault creates a WaypointServiceGetApplicationDefault with default headers values

func (*WaypointServiceGetApplicationDefault) Code

Code gets the status code for the waypoint service get application default response

func (*WaypointServiceGetApplicationDefault) Error

func (*WaypointServiceGetApplicationDefault) GetPayload

func (*WaypointServiceGetApplicationDefault) IsClientError

func (o *WaypointServiceGetApplicationDefault) IsClientError() bool

IsClientError returns true when this waypoint service get application default response has a 4xx status code

func (*WaypointServiceGetApplicationDefault) IsCode

IsCode returns true when this waypoint service get application default response a status code equal to that given

func (*WaypointServiceGetApplicationDefault) IsRedirect

IsRedirect returns true when this waypoint service get application default response has a 3xx status code

func (*WaypointServiceGetApplicationDefault) IsServerError

func (o *WaypointServiceGetApplicationDefault) IsServerError() bool

IsServerError returns true when this waypoint service get application default response has a 5xx status code

func (*WaypointServiceGetApplicationDefault) IsSuccess

IsSuccess returns true when this waypoint service get application default response has a 2xx status code

func (*WaypointServiceGetApplicationDefault) String

type WaypointServiceGetApplicationOK

type WaypointServiceGetApplicationOK struct {
	Payload *models.HashicorpCloudWaypointGetApplicationResponse
}

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

A successful response.

func NewWaypointServiceGetApplicationOK

func NewWaypointServiceGetApplicationOK() *WaypointServiceGetApplicationOK

NewWaypointServiceGetApplicationOK creates a WaypointServiceGetApplicationOK with default headers values

func (*WaypointServiceGetApplicationOK) Code

Code gets the status code for the waypoint service get application o k response

func (*WaypointServiceGetApplicationOK) Error

func (*WaypointServiceGetApplicationOK) GetPayload

func (*WaypointServiceGetApplicationOK) IsClientError

func (o *WaypointServiceGetApplicationOK) IsClientError() bool

IsClientError returns true when this waypoint service get application o k response has a 4xx status code

func (*WaypointServiceGetApplicationOK) IsCode

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

IsCode returns true when this waypoint service get application o k response a status code equal to that given

func (*WaypointServiceGetApplicationOK) IsRedirect

func (o *WaypointServiceGetApplicationOK) IsRedirect() bool

IsRedirect returns true when this waypoint service get application o k response has a 3xx status code

func (*WaypointServiceGetApplicationOK) IsServerError

func (o *WaypointServiceGetApplicationOK) IsServerError() bool

IsServerError returns true when this waypoint service get application o k response has a 5xx status code

func (*WaypointServiceGetApplicationOK) IsSuccess

func (o *WaypointServiceGetApplicationOK) IsSuccess() bool

IsSuccess returns true when this waypoint service get application o k response has a 2xx status code

func (*WaypointServiceGetApplicationOK) String

type WaypointServiceGetApplicationParams

type WaypointServiceGetApplicationParams struct {

	// ApplicationID.
	ApplicationID string

	// ApplicationName.
	ApplicationName *string

	// NamespaceID.
	NamespaceID string

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

WaypointServiceGetApplicationParams contains all the parameters to send to the API endpoint

for the waypoint service get application operation.

Typically these are written to a http.Request.

func NewWaypointServiceGetApplicationParams

func NewWaypointServiceGetApplicationParams() *WaypointServiceGetApplicationParams

NewWaypointServiceGetApplicationParams creates a new WaypointServiceGetApplicationParams 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 NewWaypointServiceGetApplicationParamsWithContext

func NewWaypointServiceGetApplicationParamsWithContext(ctx context.Context) *WaypointServiceGetApplicationParams

NewWaypointServiceGetApplicationParamsWithContext creates a new WaypointServiceGetApplicationParams object with the ability to set a context for a request.

func NewWaypointServiceGetApplicationParamsWithHTTPClient

func NewWaypointServiceGetApplicationParamsWithHTTPClient(client *http.Client) *WaypointServiceGetApplicationParams

NewWaypointServiceGetApplicationParamsWithHTTPClient creates a new WaypointServiceGetApplicationParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceGetApplicationParamsWithTimeout

func NewWaypointServiceGetApplicationParamsWithTimeout(timeout time.Duration) *WaypointServiceGetApplicationParams

NewWaypointServiceGetApplicationParamsWithTimeout creates a new WaypointServiceGetApplicationParams object with the ability to set a timeout on a request.

func (*WaypointServiceGetApplicationParams) SetApplicationID

func (o *WaypointServiceGetApplicationParams) SetApplicationID(applicationID string)

SetApplicationID adds the applicationId to the waypoint service get application params

func (*WaypointServiceGetApplicationParams) SetApplicationName

func (o *WaypointServiceGetApplicationParams) SetApplicationName(applicationName *string)

SetApplicationName adds the applicationName to the waypoint service get application params

func (*WaypointServiceGetApplicationParams) SetContext

SetContext adds the context to the waypoint service get application params

func (*WaypointServiceGetApplicationParams) SetDefaults

func (o *WaypointServiceGetApplicationParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service get application params (not the query body).

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

func (*WaypointServiceGetApplicationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service get application params

func (*WaypointServiceGetApplicationParams) SetNamespaceID

func (o *WaypointServiceGetApplicationParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service get application params

func (*WaypointServiceGetApplicationParams) SetTimeout

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

SetTimeout adds the timeout to the waypoint service get application params

func (*WaypointServiceGetApplicationParams) WithApplicationID

WithApplicationID adds the applicationID to the waypoint service get application params

func (*WaypointServiceGetApplicationParams) WithApplicationName

func (o *WaypointServiceGetApplicationParams) WithApplicationName(applicationName *string) *WaypointServiceGetApplicationParams

WithApplicationName adds the applicationName to the waypoint service get application params

func (*WaypointServiceGetApplicationParams) WithContext

WithContext adds the context to the waypoint service get application params

func (*WaypointServiceGetApplicationParams) WithDefaults

WithDefaults hydrates default values in the waypoint service get application params (not the query body).

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

func (*WaypointServiceGetApplicationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service get application params

func (*WaypointServiceGetApplicationParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service get application params

func (*WaypointServiceGetApplicationParams) WithTimeout

WithTimeout adds the timeout to the waypoint service get application params

func (*WaypointServiceGetApplicationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceGetApplicationReader

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

WaypointServiceGetApplicationReader is a Reader for the WaypointServiceGetApplication structure.

func (*WaypointServiceGetApplicationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceGetApplicationTemplate2Default

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

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

An unexpected error response.

func NewWaypointServiceGetApplicationTemplate2Default

func NewWaypointServiceGetApplicationTemplate2Default(code int) *WaypointServiceGetApplicationTemplate2Default

NewWaypointServiceGetApplicationTemplate2Default creates a WaypointServiceGetApplicationTemplate2Default with default headers values

func (*WaypointServiceGetApplicationTemplate2Default) Code

Code gets the status code for the waypoint service get application template2 default response

func (*WaypointServiceGetApplicationTemplate2Default) Error

func (*WaypointServiceGetApplicationTemplate2Default) GetPayload

func (*WaypointServiceGetApplicationTemplate2Default) IsClientError

IsClientError returns true when this waypoint service get application template2 default response has a 4xx status code

func (*WaypointServiceGetApplicationTemplate2Default) IsCode

IsCode returns true when this waypoint service get application template2 default response a status code equal to that given

func (*WaypointServiceGetApplicationTemplate2Default) IsRedirect

IsRedirect returns true when this waypoint service get application template2 default response has a 3xx status code

func (*WaypointServiceGetApplicationTemplate2Default) IsServerError

IsServerError returns true when this waypoint service get application template2 default response has a 5xx status code

func (*WaypointServiceGetApplicationTemplate2Default) IsSuccess

IsSuccess returns true when this waypoint service get application template2 default response has a 2xx status code

func (*WaypointServiceGetApplicationTemplate2Default) String

type WaypointServiceGetApplicationTemplate2OK

type WaypointServiceGetApplicationTemplate2OK struct {
	Payload *models.HashicorpCloudWaypointGetApplicationTemplateResponse
}

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

A successful response.

func NewWaypointServiceGetApplicationTemplate2OK

func NewWaypointServiceGetApplicationTemplate2OK() *WaypointServiceGetApplicationTemplate2OK

NewWaypointServiceGetApplicationTemplate2OK creates a WaypointServiceGetApplicationTemplate2OK with default headers values

func (*WaypointServiceGetApplicationTemplate2OK) Code

Code gets the status code for the waypoint service get application template2 o k response

func (*WaypointServiceGetApplicationTemplate2OK) Error

func (*WaypointServiceGetApplicationTemplate2OK) GetPayload

func (*WaypointServiceGetApplicationTemplate2OK) IsClientError

IsClientError returns true when this waypoint service get application template2 o k response has a 4xx status code

func (*WaypointServiceGetApplicationTemplate2OK) IsCode

IsCode returns true when this waypoint service get application template2 o k response a status code equal to that given

func (*WaypointServiceGetApplicationTemplate2OK) IsRedirect

IsRedirect returns true when this waypoint service get application template2 o k response has a 3xx status code

func (*WaypointServiceGetApplicationTemplate2OK) IsServerError

IsServerError returns true when this waypoint service get application template2 o k response has a 5xx status code

func (*WaypointServiceGetApplicationTemplate2OK) IsSuccess

IsSuccess returns true when this waypoint service get application template2 o k response has a 2xx status code

func (*WaypointServiceGetApplicationTemplate2OK) String

type WaypointServiceGetApplicationTemplate2Params

type WaypointServiceGetApplicationTemplate2Params struct {

	/* ApplicationTemplateID.

	   ID of the ApplicationTemplate.
	*/
	ApplicationTemplateID *string

	/* ApplicationTemplateName.

	   Name of the ApplicationTemplate
	*/
	ApplicationTemplateName string

	// NamespaceID.
	NamespaceID string

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

WaypointServiceGetApplicationTemplate2Params contains all the parameters to send to the API endpoint

for the waypoint service get application template2 operation.

Typically these are written to a http.Request.

func NewWaypointServiceGetApplicationTemplate2Params

func NewWaypointServiceGetApplicationTemplate2Params() *WaypointServiceGetApplicationTemplate2Params

NewWaypointServiceGetApplicationTemplate2Params creates a new WaypointServiceGetApplicationTemplate2Params 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 NewWaypointServiceGetApplicationTemplate2ParamsWithContext

func NewWaypointServiceGetApplicationTemplate2ParamsWithContext(ctx context.Context) *WaypointServiceGetApplicationTemplate2Params

NewWaypointServiceGetApplicationTemplate2ParamsWithContext creates a new WaypointServiceGetApplicationTemplate2Params object with the ability to set a context for a request.

func NewWaypointServiceGetApplicationTemplate2ParamsWithHTTPClient

func NewWaypointServiceGetApplicationTemplate2ParamsWithHTTPClient(client *http.Client) *WaypointServiceGetApplicationTemplate2Params

NewWaypointServiceGetApplicationTemplate2ParamsWithHTTPClient creates a new WaypointServiceGetApplicationTemplate2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceGetApplicationTemplate2ParamsWithTimeout

func NewWaypointServiceGetApplicationTemplate2ParamsWithTimeout(timeout time.Duration) *WaypointServiceGetApplicationTemplate2Params

NewWaypointServiceGetApplicationTemplate2ParamsWithTimeout creates a new WaypointServiceGetApplicationTemplate2Params object with the ability to set a timeout on a request.

func (*WaypointServiceGetApplicationTemplate2Params) SetApplicationTemplateID

func (o *WaypointServiceGetApplicationTemplate2Params) SetApplicationTemplateID(applicationTemplateID *string)

SetApplicationTemplateID adds the applicationTemplateId to the waypoint service get application template2 params

func (*WaypointServiceGetApplicationTemplate2Params) SetApplicationTemplateName

func (o *WaypointServiceGetApplicationTemplate2Params) SetApplicationTemplateName(applicationTemplateName string)

SetApplicationTemplateName adds the applicationTemplateName to the waypoint service get application template2 params

func (*WaypointServiceGetApplicationTemplate2Params) SetContext

SetContext adds the context to the waypoint service get application template2 params

func (*WaypointServiceGetApplicationTemplate2Params) SetDefaults

SetDefaults hydrates default values in the waypoint service get application template2 params (not the query body).

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

func (*WaypointServiceGetApplicationTemplate2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service get application template2 params

func (*WaypointServiceGetApplicationTemplate2Params) SetNamespaceID

func (o *WaypointServiceGetApplicationTemplate2Params) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service get application template2 params

func (*WaypointServiceGetApplicationTemplate2Params) SetTimeout

SetTimeout adds the timeout to the waypoint service get application template2 params

func (*WaypointServiceGetApplicationTemplate2Params) WithApplicationTemplateID

func (o *WaypointServiceGetApplicationTemplate2Params) WithApplicationTemplateID(applicationTemplateID *string) *WaypointServiceGetApplicationTemplate2Params

WithApplicationTemplateID adds the applicationTemplateID to the waypoint service get application template2 params

func (*WaypointServiceGetApplicationTemplate2Params) WithApplicationTemplateName

func (o *WaypointServiceGetApplicationTemplate2Params) WithApplicationTemplateName(applicationTemplateName string) *WaypointServiceGetApplicationTemplate2Params

WithApplicationTemplateName adds the applicationTemplateName to the waypoint service get application template2 params

func (*WaypointServiceGetApplicationTemplate2Params) WithContext

WithContext adds the context to the waypoint service get application template2 params

func (*WaypointServiceGetApplicationTemplate2Params) WithDefaults

WithDefaults hydrates default values in the waypoint service get application template2 params (not the query body).

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

func (*WaypointServiceGetApplicationTemplate2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service get application template2 params

func (*WaypointServiceGetApplicationTemplate2Params) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service get application template2 params

func (*WaypointServiceGetApplicationTemplate2Params) WithTimeout

WithTimeout adds the timeout to the waypoint service get application template2 params

func (*WaypointServiceGetApplicationTemplate2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceGetApplicationTemplate2Reader

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

WaypointServiceGetApplicationTemplate2Reader is a Reader for the WaypointServiceGetApplicationTemplate2 structure.

func (*WaypointServiceGetApplicationTemplate2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceGetApplicationTemplateDefault

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

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

An unexpected error response.

func NewWaypointServiceGetApplicationTemplateDefault

func NewWaypointServiceGetApplicationTemplateDefault(code int) *WaypointServiceGetApplicationTemplateDefault

NewWaypointServiceGetApplicationTemplateDefault creates a WaypointServiceGetApplicationTemplateDefault with default headers values

func (*WaypointServiceGetApplicationTemplateDefault) Code

Code gets the status code for the waypoint service get application template default response

func (*WaypointServiceGetApplicationTemplateDefault) Error

func (*WaypointServiceGetApplicationTemplateDefault) GetPayload

func (*WaypointServiceGetApplicationTemplateDefault) IsClientError

IsClientError returns true when this waypoint service get application template default response has a 4xx status code

func (*WaypointServiceGetApplicationTemplateDefault) IsCode

IsCode returns true when this waypoint service get application template default response a status code equal to that given

func (*WaypointServiceGetApplicationTemplateDefault) IsRedirect

IsRedirect returns true when this waypoint service get application template default response has a 3xx status code

func (*WaypointServiceGetApplicationTemplateDefault) IsServerError

IsServerError returns true when this waypoint service get application template default response has a 5xx status code

func (*WaypointServiceGetApplicationTemplateDefault) IsSuccess

IsSuccess returns true when this waypoint service get application template default response has a 2xx status code

func (*WaypointServiceGetApplicationTemplateDefault) String

type WaypointServiceGetApplicationTemplateOK

type WaypointServiceGetApplicationTemplateOK struct {
	Payload *models.HashicorpCloudWaypointGetApplicationTemplateResponse
}

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

A successful response.

func NewWaypointServiceGetApplicationTemplateOK

func NewWaypointServiceGetApplicationTemplateOK() *WaypointServiceGetApplicationTemplateOK

NewWaypointServiceGetApplicationTemplateOK creates a WaypointServiceGetApplicationTemplateOK with default headers values

func (*WaypointServiceGetApplicationTemplateOK) Code

Code gets the status code for the waypoint service get application template o k response

func (*WaypointServiceGetApplicationTemplateOK) Error

func (*WaypointServiceGetApplicationTemplateOK) GetPayload

func (*WaypointServiceGetApplicationTemplateOK) IsClientError

func (o *WaypointServiceGetApplicationTemplateOK) IsClientError() bool

IsClientError returns true when this waypoint service get application template o k response has a 4xx status code

func (*WaypointServiceGetApplicationTemplateOK) IsCode

IsCode returns true when this waypoint service get application template o k response a status code equal to that given

func (*WaypointServiceGetApplicationTemplateOK) IsRedirect

IsRedirect returns true when this waypoint service get application template o k response has a 3xx status code

func (*WaypointServiceGetApplicationTemplateOK) IsServerError

func (o *WaypointServiceGetApplicationTemplateOK) IsServerError() bool

IsServerError returns true when this waypoint service get application template o k response has a 5xx status code

func (*WaypointServiceGetApplicationTemplateOK) IsSuccess

IsSuccess returns true when this waypoint service get application template o k response has a 2xx status code

func (*WaypointServiceGetApplicationTemplateOK) String

type WaypointServiceGetApplicationTemplateParams

type WaypointServiceGetApplicationTemplateParams struct {

	/* ApplicationTemplateID.

	   ID of the ApplicationTemplate
	*/
	ApplicationTemplateID string

	/* ApplicationTemplateName.

	   Name of the ApplicationTemplate.
	*/
	ApplicationTemplateName *string

	// NamespaceID.
	NamespaceID string

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

WaypointServiceGetApplicationTemplateParams contains all the parameters to send to the API endpoint

for the waypoint service get application template operation.

Typically these are written to a http.Request.

func NewWaypointServiceGetApplicationTemplateParams

func NewWaypointServiceGetApplicationTemplateParams() *WaypointServiceGetApplicationTemplateParams

NewWaypointServiceGetApplicationTemplateParams creates a new WaypointServiceGetApplicationTemplateParams 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 NewWaypointServiceGetApplicationTemplateParamsWithContext

func NewWaypointServiceGetApplicationTemplateParamsWithContext(ctx context.Context) *WaypointServiceGetApplicationTemplateParams

NewWaypointServiceGetApplicationTemplateParamsWithContext creates a new WaypointServiceGetApplicationTemplateParams object with the ability to set a context for a request.

func NewWaypointServiceGetApplicationTemplateParamsWithHTTPClient

func NewWaypointServiceGetApplicationTemplateParamsWithHTTPClient(client *http.Client) *WaypointServiceGetApplicationTemplateParams

NewWaypointServiceGetApplicationTemplateParamsWithHTTPClient creates a new WaypointServiceGetApplicationTemplateParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceGetApplicationTemplateParamsWithTimeout

func NewWaypointServiceGetApplicationTemplateParamsWithTimeout(timeout time.Duration) *WaypointServiceGetApplicationTemplateParams

NewWaypointServiceGetApplicationTemplateParamsWithTimeout creates a new WaypointServiceGetApplicationTemplateParams object with the ability to set a timeout on a request.

func (*WaypointServiceGetApplicationTemplateParams) SetApplicationTemplateID

func (o *WaypointServiceGetApplicationTemplateParams) SetApplicationTemplateID(applicationTemplateID string)

SetApplicationTemplateID adds the applicationTemplateId to the waypoint service get application template params

func (*WaypointServiceGetApplicationTemplateParams) SetApplicationTemplateName

func (o *WaypointServiceGetApplicationTemplateParams) SetApplicationTemplateName(applicationTemplateName *string)

SetApplicationTemplateName adds the applicationTemplateName to the waypoint service get application template params

func (*WaypointServiceGetApplicationTemplateParams) SetContext

SetContext adds the context to the waypoint service get application template params

func (*WaypointServiceGetApplicationTemplateParams) SetDefaults

SetDefaults hydrates default values in the waypoint service get application template params (not the query body).

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

func (*WaypointServiceGetApplicationTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service get application template params

func (*WaypointServiceGetApplicationTemplateParams) SetNamespaceID

func (o *WaypointServiceGetApplicationTemplateParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service get application template params

func (*WaypointServiceGetApplicationTemplateParams) SetTimeout

SetTimeout adds the timeout to the waypoint service get application template params

func (*WaypointServiceGetApplicationTemplateParams) WithApplicationTemplateID

func (o *WaypointServiceGetApplicationTemplateParams) WithApplicationTemplateID(applicationTemplateID string) *WaypointServiceGetApplicationTemplateParams

WithApplicationTemplateID adds the applicationTemplateID to the waypoint service get application template params

func (*WaypointServiceGetApplicationTemplateParams) WithApplicationTemplateName

func (o *WaypointServiceGetApplicationTemplateParams) WithApplicationTemplateName(applicationTemplateName *string) *WaypointServiceGetApplicationTemplateParams

WithApplicationTemplateName adds the applicationTemplateName to the waypoint service get application template params

func (*WaypointServiceGetApplicationTemplateParams) WithContext

WithContext adds the context to the waypoint service get application template params

func (*WaypointServiceGetApplicationTemplateParams) WithDefaults

WithDefaults hydrates default values in the waypoint service get application template params (not the query body).

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

func (*WaypointServiceGetApplicationTemplateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service get application template params

func (*WaypointServiceGetApplicationTemplateParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service get application template params

func (*WaypointServiceGetApplicationTemplateParams) WithTimeout

WithTimeout adds the timeout to the waypoint service get application template params

func (*WaypointServiceGetApplicationTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceGetApplicationTemplateReader

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

WaypointServiceGetApplicationTemplateReader is a Reader for the WaypointServiceGetApplicationTemplate structure.

func (*WaypointServiceGetApplicationTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceGetNamespaceDefault

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

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

An unexpected error response.

func NewWaypointServiceGetNamespaceDefault

func NewWaypointServiceGetNamespaceDefault(code int) *WaypointServiceGetNamespaceDefault

NewWaypointServiceGetNamespaceDefault creates a WaypointServiceGetNamespaceDefault with default headers values

func (*WaypointServiceGetNamespaceDefault) Code

Code gets the status code for the waypoint service get namespace default response

func (*WaypointServiceGetNamespaceDefault) Error

func (*WaypointServiceGetNamespaceDefault) GetPayload

func (*WaypointServiceGetNamespaceDefault) IsClientError

func (o *WaypointServiceGetNamespaceDefault) IsClientError() bool

IsClientError returns true when this waypoint service get namespace default response has a 4xx status code

func (*WaypointServiceGetNamespaceDefault) IsCode

IsCode returns true when this waypoint service get namespace default response a status code equal to that given

func (*WaypointServiceGetNamespaceDefault) IsRedirect

func (o *WaypointServiceGetNamespaceDefault) IsRedirect() bool

IsRedirect returns true when this waypoint service get namespace default response has a 3xx status code

func (*WaypointServiceGetNamespaceDefault) IsServerError

func (o *WaypointServiceGetNamespaceDefault) IsServerError() bool

IsServerError returns true when this waypoint service get namespace default response has a 5xx status code

func (*WaypointServiceGetNamespaceDefault) IsSuccess

IsSuccess returns true when this waypoint service get namespace default response has a 2xx status code

func (*WaypointServiceGetNamespaceDefault) String

type WaypointServiceGetNamespaceOK

type WaypointServiceGetNamespaceOK struct {
	Payload *models.HashicorpCloudWaypointGetNamespaceResponse
}

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

A successful response.

func NewWaypointServiceGetNamespaceOK

func NewWaypointServiceGetNamespaceOK() *WaypointServiceGetNamespaceOK

NewWaypointServiceGetNamespaceOK creates a WaypointServiceGetNamespaceOK with default headers values

func (*WaypointServiceGetNamespaceOK) Code

Code gets the status code for the waypoint service get namespace o k response

func (*WaypointServiceGetNamespaceOK) Error

func (*WaypointServiceGetNamespaceOK) GetPayload

func (*WaypointServiceGetNamespaceOK) IsClientError

func (o *WaypointServiceGetNamespaceOK) IsClientError() bool

IsClientError returns true when this waypoint service get namespace o k response has a 4xx status code

func (*WaypointServiceGetNamespaceOK) IsCode

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

IsCode returns true when this waypoint service get namespace o k response a status code equal to that given

func (*WaypointServiceGetNamespaceOK) IsRedirect

func (o *WaypointServiceGetNamespaceOK) IsRedirect() bool

IsRedirect returns true when this waypoint service get namespace o k response has a 3xx status code

func (*WaypointServiceGetNamespaceOK) IsServerError

func (o *WaypointServiceGetNamespaceOK) IsServerError() bool

IsServerError returns true when this waypoint service get namespace o k response has a 5xx status code

func (*WaypointServiceGetNamespaceOK) IsSuccess

func (o *WaypointServiceGetNamespaceOK) IsSuccess() bool

IsSuccess returns true when this waypoint service get namespace o k response has a 2xx status code

func (*WaypointServiceGetNamespaceOK) String

type WaypointServiceGetNamespaceParams

type WaypointServiceGetNamespaceParams struct {

	/* LocationOrganizationID.

	   organization_id is the id of the organization.
	*/
	LocationOrganizationID string

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

	   provider is the named cloud provider ("aws", "gcp", "azure").
	*/
	LocationRegionProvider *string

	/* LocationRegionRegion.

	   region is the cloud region ("us-west1", "us-east1").
	*/
	LocationRegionRegion *string

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

WaypointServiceGetNamespaceParams contains all the parameters to send to the API endpoint

for the waypoint service get namespace operation.

Typically these are written to a http.Request.

func NewWaypointServiceGetNamespaceParams

func NewWaypointServiceGetNamespaceParams() *WaypointServiceGetNamespaceParams

NewWaypointServiceGetNamespaceParams creates a new WaypointServiceGetNamespaceParams 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 NewWaypointServiceGetNamespaceParamsWithContext

func NewWaypointServiceGetNamespaceParamsWithContext(ctx context.Context) *WaypointServiceGetNamespaceParams

NewWaypointServiceGetNamespaceParamsWithContext creates a new WaypointServiceGetNamespaceParams object with the ability to set a context for a request.

func NewWaypointServiceGetNamespaceParamsWithHTTPClient

func NewWaypointServiceGetNamespaceParamsWithHTTPClient(client *http.Client) *WaypointServiceGetNamespaceParams

NewWaypointServiceGetNamespaceParamsWithHTTPClient creates a new WaypointServiceGetNamespaceParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceGetNamespaceParamsWithTimeout

func NewWaypointServiceGetNamespaceParamsWithTimeout(timeout time.Duration) *WaypointServiceGetNamespaceParams

NewWaypointServiceGetNamespaceParamsWithTimeout creates a new WaypointServiceGetNamespaceParams object with the ability to set a timeout on a request.

func (*WaypointServiceGetNamespaceParams) SetContext

SetContext adds the context to the waypoint service get namespace params

func (*WaypointServiceGetNamespaceParams) SetDefaults

func (o *WaypointServiceGetNamespaceParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service get namespace params (not the query body).

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

func (*WaypointServiceGetNamespaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service get namespace params

func (*WaypointServiceGetNamespaceParams) SetLocationOrganizationID

func (o *WaypointServiceGetNamespaceParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the waypoint service get namespace params

func (*WaypointServiceGetNamespaceParams) SetLocationProjectID

func (o *WaypointServiceGetNamespaceParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the waypoint service get namespace params

func (*WaypointServiceGetNamespaceParams) SetLocationRegionProvider

func (o *WaypointServiceGetNamespaceParams) SetLocationRegionProvider(locationRegionProvider *string)

SetLocationRegionProvider adds the locationRegionProvider to the waypoint service get namespace params

func (*WaypointServiceGetNamespaceParams) SetLocationRegionRegion

func (o *WaypointServiceGetNamespaceParams) SetLocationRegionRegion(locationRegionRegion *string)

SetLocationRegionRegion adds the locationRegionRegion to the waypoint service get namespace params

func (*WaypointServiceGetNamespaceParams) SetTimeout

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

SetTimeout adds the timeout to the waypoint service get namespace params

func (*WaypointServiceGetNamespaceParams) WithContext

WithContext adds the context to the waypoint service get namespace params

func (*WaypointServiceGetNamespaceParams) WithDefaults

WithDefaults hydrates default values in the waypoint service get namespace params (not the query body).

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

func (*WaypointServiceGetNamespaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service get namespace params

func (*WaypointServiceGetNamespaceParams) WithLocationOrganizationID

func (o *WaypointServiceGetNamespaceParams) WithLocationOrganizationID(locationOrganizationID string) *WaypointServiceGetNamespaceParams

WithLocationOrganizationID adds the locationOrganizationID to the waypoint service get namespace params

func (*WaypointServiceGetNamespaceParams) WithLocationProjectID

func (o *WaypointServiceGetNamespaceParams) WithLocationProjectID(locationProjectID string) *WaypointServiceGetNamespaceParams

WithLocationProjectID adds the locationProjectID to the waypoint service get namespace params

func (*WaypointServiceGetNamespaceParams) WithLocationRegionProvider

func (o *WaypointServiceGetNamespaceParams) WithLocationRegionProvider(locationRegionProvider *string) *WaypointServiceGetNamespaceParams

WithLocationRegionProvider adds the locationRegionProvider to the waypoint service get namespace params

func (*WaypointServiceGetNamespaceParams) WithLocationRegionRegion

func (o *WaypointServiceGetNamespaceParams) WithLocationRegionRegion(locationRegionRegion *string) *WaypointServiceGetNamespaceParams

WithLocationRegionRegion adds the locationRegionRegion to the waypoint service get namespace params

func (*WaypointServiceGetNamespaceParams) WithTimeout

WithTimeout adds the timeout to the waypoint service get namespace params

func (*WaypointServiceGetNamespaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceGetNamespaceReader

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

WaypointServiceGetNamespaceReader is a Reader for the WaypointServiceGetNamespace structure.

func (*WaypointServiceGetNamespaceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceGetTFCConfigDefault

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

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

An unexpected error response.

func NewWaypointServiceGetTFCConfigDefault

func NewWaypointServiceGetTFCConfigDefault(code int) *WaypointServiceGetTFCConfigDefault

NewWaypointServiceGetTFCConfigDefault creates a WaypointServiceGetTFCConfigDefault with default headers values

func (*WaypointServiceGetTFCConfigDefault) Code

Code gets the status code for the waypoint service get t f c config default response

func (*WaypointServiceGetTFCConfigDefault) Error

func (*WaypointServiceGetTFCConfigDefault) GetPayload

func (*WaypointServiceGetTFCConfigDefault) IsClientError

func (o *WaypointServiceGetTFCConfigDefault) IsClientError() bool

IsClientError returns true when this waypoint service get t f c config default response has a 4xx status code

func (*WaypointServiceGetTFCConfigDefault) IsCode

IsCode returns true when this waypoint service get t f c config default response a status code equal to that given

func (*WaypointServiceGetTFCConfigDefault) IsRedirect

func (o *WaypointServiceGetTFCConfigDefault) IsRedirect() bool

IsRedirect returns true when this waypoint service get t f c config default response has a 3xx status code

func (*WaypointServiceGetTFCConfigDefault) IsServerError

func (o *WaypointServiceGetTFCConfigDefault) IsServerError() bool

IsServerError returns true when this waypoint service get t f c config default response has a 5xx status code

func (*WaypointServiceGetTFCConfigDefault) IsSuccess

IsSuccess returns true when this waypoint service get t f c config default response has a 2xx status code

func (*WaypointServiceGetTFCConfigDefault) String

type WaypointServiceGetTFCConfigOK

type WaypointServiceGetTFCConfigOK struct {
	Payload *models.HashicorpCloudWaypointGetTFCConfigResponse
}

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

A successful response.

func NewWaypointServiceGetTFCConfigOK

func NewWaypointServiceGetTFCConfigOK() *WaypointServiceGetTFCConfigOK

NewWaypointServiceGetTFCConfigOK creates a WaypointServiceGetTFCConfigOK with default headers values

func (*WaypointServiceGetTFCConfigOK) Code

Code gets the status code for the waypoint service get t f c config o k response

func (*WaypointServiceGetTFCConfigOK) Error

func (*WaypointServiceGetTFCConfigOK) GetPayload

func (*WaypointServiceGetTFCConfigOK) IsClientError

func (o *WaypointServiceGetTFCConfigOK) IsClientError() bool

IsClientError returns true when this waypoint service get t f c config o k response has a 4xx status code

func (*WaypointServiceGetTFCConfigOK) IsCode

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

IsCode returns true when this waypoint service get t f c config o k response a status code equal to that given

func (*WaypointServiceGetTFCConfigOK) IsRedirect

func (o *WaypointServiceGetTFCConfigOK) IsRedirect() bool

IsRedirect returns true when this waypoint service get t f c config o k response has a 3xx status code

func (*WaypointServiceGetTFCConfigOK) IsServerError

func (o *WaypointServiceGetTFCConfigOK) IsServerError() bool

IsServerError returns true when this waypoint service get t f c config o k response has a 5xx status code

func (*WaypointServiceGetTFCConfigOK) IsSuccess

func (o *WaypointServiceGetTFCConfigOK) IsSuccess() bool

IsSuccess returns true when this waypoint service get t f c config o k response has a 2xx status code

func (*WaypointServiceGetTFCConfigOK) String

type WaypointServiceGetTFCConfigParams

type WaypointServiceGetTFCConfigParams struct {

	// NamespaceID.
	NamespaceID string

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

WaypointServiceGetTFCConfigParams contains all the parameters to send to the API endpoint

for the waypoint service get t f c config operation.

Typically these are written to a http.Request.

func NewWaypointServiceGetTFCConfigParams

func NewWaypointServiceGetTFCConfigParams() *WaypointServiceGetTFCConfigParams

NewWaypointServiceGetTFCConfigParams creates a new WaypointServiceGetTFCConfigParams 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 NewWaypointServiceGetTFCConfigParamsWithContext

func NewWaypointServiceGetTFCConfigParamsWithContext(ctx context.Context) *WaypointServiceGetTFCConfigParams

NewWaypointServiceGetTFCConfigParamsWithContext creates a new WaypointServiceGetTFCConfigParams object with the ability to set a context for a request.

func NewWaypointServiceGetTFCConfigParamsWithHTTPClient

func NewWaypointServiceGetTFCConfigParamsWithHTTPClient(client *http.Client) *WaypointServiceGetTFCConfigParams

NewWaypointServiceGetTFCConfigParamsWithHTTPClient creates a new WaypointServiceGetTFCConfigParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceGetTFCConfigParamsWithTimeout

func NewWaypointServiceGetTFCConfigParamsWithTimeout(timeout time.Duration) *WaypointServiceGetTFCConfigParams

NewWaypointServiceGetTFCConfigParamsWithTimeout creates a new WaypointServiceGetTFCConfigParams object with the ability to set a timeout on a request.

func (*WaypointServiceGetTFCConfigParams) SetContext

SetContext adds the context to the waypoint service get t f c config params

func (*WaypointServiceGetTFCConfigParams) SetDefaults

func (o *WaypointServiceGetTFCConfigParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service get t f c config params (not the query body).

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

func (*WaypointServiceGetTFCConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service get t f c config params

func (*WaypointServiceGetTFCConfigParams) SetNamespaceID

func (o *WaypointServiceGetTFCConfigParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service get t f c config params

func (*WaypointServiceGetTFCConfigParams) SetTimeout

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

SetTimeout adds the timeout to the waypoint service get t f c config params

func (*WaypointServiceGetTFCConfigParams) WithContext

WithContext adds the context to the waypoint service get t f c config params

func (*WaypointServiceGetTFCConfigParams) WithDefaults

WithDefaults hydrates default values in the waypoint service get t f c config params (not the query body).

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

func (*WaypointServiceGetTFCConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service get t f c config params

func (*WaypointServiceGetTFCConfigParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service get t f c config params

func (*WaypointServiceGetTFCConfigParams) WithTimeout

WithTimeout adds the timeout to the waypoint service get t f c config params

func (*WaypointServiceGetTFCConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceGetTFCConfigReader

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

WaypointServiceGetTFCConfigReader is a Reader for the WaypointServiceGetTFCConfig structure.

func (*WaypointServiceGetTFCConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceGetTFRunStatusDefault

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

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

An unexpected error response.

func NewWaypointServiceGetTFRunStatusDefault

func NewWaypointServiceGetTFRunStatusDefault(code int) *WaypointServiceGetTFRunStatusDefault

NewWaypointServiceGetTFRunStatusDefault creates a WaypointServiceGetTFRunStatusDefault with default headers values

func (*WaypointServiceGetTFRunStatusDefault) Code

Code gets the status code for the waypoint service get t f run status default response

func (*WaypointServiceGetTFRunStatusDefault) Error

func (*WaypointServiceGetTFRunStatusDefault) GetPayload

func (*WaypointServiceGetTFRunStatusDefault) IsClientError

func (o *WaypointServiceGetTFRunStatusDefault) IsClientError() bool

IsClientError returns true when this waypoint service get t f run status default response has a 4xx status code

func (*WaypointServiceGetTFRunStatusDefault) IsCode

IsCode returns true when this waypoint service get t f run status default response a status code equal to that given

func (*WaypointServiceGetTFRunStatusDefault) IsRedirect

IsRedirect returns true when this waypoint service get t f run status default response has a 3xx status code

func (*WaypointServiceGetTFRunStatusDefault) IsServerError

func (o *WaypointServiceGetTFRunStatusDefault) IsServerError() bool

IsServerError returns true when this waypoint service get t f run status default response has a 5xx status code

func (*WaypointServiceGetTFRunStatusDefault) IsSuccess

IsSuccess returns true when this waypoint service get t f run status default response has a 2xx status code

func (*WaypointServiceGetTFRunStatusDefault) String

type WaypointServiceGetTFRunStatusOK

type WaypointServiceGetTFRunStatusOK struct {
	Payload *models.HashicorpCloudWaypointGetTFRunStatusResponse
}

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

A successful response.

func NewWaypointServiceGetTFRunStatusOK

func NewWaypointServiceGetTFRunStatusOK() *WaypointServiceGetTFRunStatusOK

NewWaypointServiceGetTFRunStatusOK creates a WaypointServiceGetTFRunStatusOK with default headers values

func (*WaypointServiceGetTFRunStatusOK) Code

Code gets the status code for the waypoint service get t f run status o k response

func (*WaypointServiceGetTFRunStatusOK) Error

func (*WaypointServiceGetTFRunStatusOK) GetPayload

func (*WaypointServiceGetTFRunStatusOK) IsClientError

func (o *WaypointServiceGetTFRunStatusOK) IsClientError() bool

IsClientError returns true when this waypoint service get t f run status o k response has a 4xx status code

func (*WaypointServiceGetTFRunStatusOK) IsCode

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

IsCode returns true when this waypoint service get t f run status o k response a status code equal to that given

func (*WaypointServiceGetTFRunStatusOK) IsRedirect

func (o *WaypointServiceGetTFRunStatusOK) IsRedirect() bool

IsRedirect returns true when this waypoint service get t f run status o k response has a 3xx status code

func (*WaypointServiceGetTFRunStatusOK) IsServerError

func (o *WaypointServiceGetTFRunStatusOK) IsServerError() bool

IsServerError returns true when this waypoint service get t f run status o k response has a 5xx status code

func (*WaypointServiceGetTFRunStatusOK) IsSuccess

func (o *WaypointServiceGetTFRunStatusOK) IsSuccess() bool

IsSuccess returns true when this waypoint service get t f run status o k response has a 2xx status code

func (*WaypointServiceGetTFRunStatusOK) String

type WaypointServiceGetTFRunStatusParams

type WaypointServiceGetTFRunStatusParams struct {

	// NamespaceID.
	NamespaceID string

	// WorkspaceName.
	WorkspaceName string

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

WaypointServiceGetTFRunStatusParams contains all the parameters to send to the API endpoint

for the waypoint service get t f run status operation.

Typically these are written to a http.Request.

func NewWaypointServiceGetTFRunStatusParams

func NewWaypointServiceGetTFRunStatusParams() *WaypointServiceGetTFRunStatusParams

NewWaypointServiceGetTFRunStatusParams creates a new WaypointServiceGetTFRunStatusParams 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 NewWaypointServiceGetTFRunStatusParamsWithContext

func NewWaypointServiceGetTFRunStatusParamsWithContext(ctx context.Context) *WaypointServiceGetTFRunStatusParams

NewWaypointServiceGetTFRunStatusParamsWithContext creates a new WaypointServiceGetTFRunStatusParams object with the ability to set a context for a request.

func NewWaypointServiceGetTFRunStatusParamsWithHTTPClient

func NewWaypointServiceGetTFRunStatusParamsWithHTTPClient(client *http.Client) *WaypointServiceGetTFRunStatusParams

NewWaypointServiceGetTFRunStatusParamsWithHTTPClient creates a new WaypointServiceGetTFRunStatusParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceGetTFRunStatusParamsWithTimeout

func NewWaypointServiceGetTFRunStatusParamsWithTimeout(timeout time.Duration) *WaypointServiceGetTFRunStatusParams

NewWaypointServiceGetTFRunStatusParamsWithTimeout creates a new WaypointServiceGetTFRunStatusParams object with the ability to set a timeout on a request.

func (*WaypointServiceGetTFRunStatusParams) SetContext

SetContext adds the context to the waypoint service get t f run status params

func (*WaypointServiceGetTFRunStatusParams) SetDefaults

func (o *WaypointServiceGetTFRunStatusParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service get t f run status params (not the query body).

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

func (*WaypointServiceGetTFRunStatusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service get t f run status params

func (*WaypointServiceGetTFRunStatusParams) SetNamespaceID

func (o *WaypointServiceGetTFRunStatusParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service get t f run status params

func (*WaypointServiceGetTFRunStatusParams) SetTimeout

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

SetTimeout adds the timeout to the waypoint service get t f run status params

func (*WaypointServiceGetTFRunStatusParams) SetWorkspaceName

func (o *WaypointServiceGetTFRunStatusParams) SetWorkspaceName(workspaceName string)

SetWorkspaceName adds the workspaceName to the waypoint service get t f run status params

func (*WaypointServiceGetTFRunStatusParams) WithContext

WithContext adds the context to the waypoint service get t f run status params

func (*WaypointServiceGetTFRunStatusParams) WithDefaults

WithDefaults hydrates default values in the waypoint service get t f run status params (not the query body).

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

func (*WaypointServiceGetTFRunStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service get t f run status params

func (*WaypointServiceGetTFRunStatusParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service get t f run status params

func (*WaypointServiceGetTFRunStatusParams) WithTimeout

WithTimeout adds the timeout to the waypoint service get t f run status params

func (*WaypointServiceGetTFRunStatusParams) WithWorkspaceName

WithWorkspaceName adds the workspaceName to the waypoint service get t f run status params

func (*WaypointServiceGetTFRunStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceGetTFRunStatusReader

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

WaypointServiceGetTFRunStatusReader is a Reader for the WaypointServiceGetTFRunStatus structure.

func (*WaypointServiceGetTFRunStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceListAddOnDefinitionsDefault

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

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

An unexpected error response.

func NewWaypointServiceListAddOnDefinitionsDefault

func NewWaypointServiceListAddOnDefinitionsDefault(code int) *WaypointServiceListAddOnDefinitionsDefault

NewWaypointServiceListAddOnDefinitionsDefault creates a WaypointServiceListAddOnDefinitionsDefault with default headers values

func (*WaypointServiceListAddOnDefinitionsDefault) Code

Code gets the status code for the waypoint service list add on definitions default response

func (*WaypointServiceListAddOnDefinitionsDefault) Error

func (*WaypointServiceListAddOnDefinitionsDefault) GetPayload

func (*WaypointServiceListAddOnDefinitionsDefault) IsClientError

IsClientError returns true when this waypoint service list add on definitions default response has a 4xx status code

func (*WaypointServiceListAddOnDefinitionsDefault) IsCode

IsCode returns true when this waypoint service list add on definitions default response a status code equal to that given

func (*WaypointServiceListAddOnDefinitionsDefault) IsRedirect

IsRedirect returns true when this waypoint service list add on definitions default response has a 3xx status code

func (*WaypointServiceListAddOnDefinitionsDefault) IsServerError

IsServerError returns true when this waypoint service list add on definitions default response has a 5xx status code

func (*WaypointServiceListAddOnDefinitionsDefault) IsSuccess

IsSuccess returns true when this waypoint service list add on definitions default response has a 2xx status code

func (*WaypointServiceListAddOnDefinitionsDefault) String

type WaypointServiceListAddOnDefinitionsOK

type WaypointServiceListAddOnDefinitionsOK struct {
	Payload *models.HashicorpCloudWaypointListAddOnDefinitionsResponse
}

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

A successful response.

func NewWaypointServiceListAddOnDefinitionsOK

func NewWaypointServiceListAddOnDefinitionsOK() *WaypointServiceListAddOnDefinitionsOK

NewWaypointServiceListAddOnDefinitionsOK creates a WaypointServiceListAddOnDefinitionsOK with default headers values

func (*WaypointServiceListAddOnDefinitionsOK) Code

Code gets the status code for the waypoint service list add on definitions o k response

func (*WaypointServiceListAddOnDefinitionsOK) Error

func (*WaypointServiceListAddOnDefinitionsOK) GetPayload

func (*WaypointServiceListAddOnDefinitionsOK) IsClientError

func (o *WaypointServiceListAddOnDefinitionsOK) IsClientError() bool

IsClientError returns true when this waypoint service list add on definitions o k response has a 4xx status code

func (*WaypointServiceListAddOnDefinitionsOK) IsCode

IsCode returns true when this waypoint service list add on definitions o k response a status code equal to that given

func (*WaypointServiceListAddOnDefinitionsOK) IsRedirect

IsRedirect returns true when this waypoint service list add on definitions o k response has a 3xx status code

func (*WaypointServiceListAddOnDefinitionsOK) IsServerError

func (o *WaypointServiceListAddOnDefinitionsOK) IsServerError() bool

IsServerError returns true when this waypoint service list add on definitions o k response has a 5xx status code

func (*WaypointServiceListAddOnDefinitionsOK) IsSuccess

IsSuccess returns true when this waypoint service list add on definitions o k response has a 2xx status code

func (*WaypointServiceListAddOnDefinitionsOK) String

type WaypointServiceListAddOnDefinitionsParams

type WaypointServiceListAddOnDefinitionsParams struct {

	// NamespaceID.
	NamespaceID string

	/* PaginationNextPageToken.

	     Specifies a page token to use to retrieve the next page. Set this to the
	`next_page_token` returned by previous list requests to get the next page of
	results. If set, `previous_page_token` must not be set.
	*/
	PaginationNextPageToken *string

	/* PaginationPageSize.

	     The max number of results per page that should be returned. If the number
	of available results is larger than `page_size`, a `next_page_token` is
	returned which can be used to get the next page of results in subsequent
	requests. A value of zero will cause `page_size` to be defaulted.

	     Format: int64
	*/
	PaginationPageSize *int64

	/* PaginationPreviousPageToken.

	     Specifies a page token to use to retrieve the previous page. Set this to
	the `previous_page_token` returned by previous list requests to get the
	previous page of results. If set, `next_page_token` must not be set.
	*/
	PaginationPreviousPageToken *string

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

WaypointServiceListAddOnDefinitionsParams contains all the parameters to send to the API endpoint

for the waypoint service list add on definitions operation.

Typically these are written to a http.Request.

func NewWaypointServiceListAddOnDefinitionsParams

func NewWaypointServiceListAddOnDefinitionsParams() *WaypointServiceListAddOnDefinitionsParams

NewWaypointServiceListAddOnDefinitionsParams creates a new WaypointServiceListAddOnDefinitionsParams 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 NewWaypointServiceListAddOnDefinitionsParamsWithContext

func NewWaypointServiceListAddOnDefinitionsParamsWithContext(ctx context.Context) *WaypointServiceListAddOnDefinitionsParams

NewWaypointServiceListAddOnDefinitionsParamsWithContext creates a new WaypointServiceListAddOnDefinitionsParams object with the ability to set a context for a request.

func NewWaypointServiceListAddOnDefinitionsParamsWithHTTPClient

func NewWaypointServiceListAddOnDefinitionsParamsWithHTTPClient(client *http.Client) *WaypointServiceListAddOnDefinitionsParams

NewWaypointServiceListAddOnDefinitionsParamsWithHTTPClient creates a new WaypointServiceListAddOnDefinitionsParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceListAddOnDefinitionsParamsWithTimeout

func NewWaypointServiceListAddOnDefinitionsParamsWithTimeout(timeout time.Duration) *WaypointServiceListAddOnDefinitionsParams

NewWaypointServiceListAddOnDefinitionsParamsWithTimeout creates a new WaypointServiceListAddOnDefinitionsParams object with the ability to set a timeout on a request.

func (*WaypointServiceListAddOnDefinitionsParams) SetContext

SetContext adds the context to the waypoint service list add on definitions params

func (*WaypointServiceListAddOnDefinitionsParams) SetDefaults

SetDefaults hydrates default values in the waypoint service list add on definitions params (not the query body).

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

func (*WaypointServiceListAddOnDefinitionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service list add on definitions params

func (*WaypointServiceListAddOnDefinitionsParams) SetNamespaceID

func (o *WaypointServiceListAddOnDefinitionsParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service list add on definitions params

func (*WaypointServiceListAddOnDefinitionsParams) SetPaginationNextPageToken

func (o *WaypointServiceListAddOnDefinitionsParams) SetPaginationNextPageToken(paginationNextPageToken *string)

SetPaginationNextPageToken adds the paginationNextPageToken to the waypoint service list add on definitions params

func (*WaypointServiceListAddOnDefinitionsParams) SetPaginationPageSize

func (o *WaypointServiceListAddOnDefinitionsParams) SetPaginationPageSize(paginationPageSize *int64)

SetPaginationPageSize adds the paginationPageSize to the waypoint service list add on definitions params

func (*WaypointServiceListAddOnDefinitionsParams) SetPaginationPreviousPageToken

func (o *WaypointServiceListAddOnDefinitionsParams) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)

SetPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint service list add on definitions params

func (*WaypointServiceListAddOnDefinitionsParams) SetTimeout

SetTimeout adds the timeout to the waypoint service list add on definitions params

func (*WaypointServiceListAddOnDefinitionsParams) WithContext

WithContext adds the context to the waypoint service list add on definitions params

func (*WaypointServiceListAddOnDefinitionsParams) WithDefaults

WithDefaults hydrates default values in the waypoint service list add on definitions params (not the query body).

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

func (*WaypointServiceListAddOnDefinitionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service list add on definitions params

func (*WaypointServiceListAddOnDefinitionsParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service list add on definitions params

func (*WaypointServiceListAddOnDefinitionsParams) WithPaginationNextPageToken

func (o *WaypointServiceListAddOnDefinitionsParams) WithPaginationNextPageToken(paginationNextPageToken *string) *WaypointServiceListAddOnDefinitionsParams

WithPaginationNextPageToken adds the paginationNextPageToken to the waypoint service list add on definitions params

func (*WaypointServiceListAddOnDefinitionsParams) WithPaginationPageSize

func (o *WaypointServiceListAddOnDefinitionsParams) WithPaginationPageSize(paginationPageSize *int64) *WaypointServiceListAddOnDefinitionsParams

WithPaginationPageSize adds the paginationPageSize to the waypoint service list add on definitions params

func (*WaypointServiceListAddOnDefinitionsParams) WithPaginationPreviousPageToken

func (o *WaypointServiceListAddOnDefinitionsParams) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *WaypointServiceListAddOnDefinitionsParams

WithPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint service list add on definitions params

func (*WaypointServiceListAddOnDefinitionsParams) WithTimeout

WithTimeout adds the timeout to the waypoint service list add on definitions params

func (*WaypointServiceListAddOnDefinitionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceListAddOnDefinitionsReader

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

WaypointServiceListAddOnDefinitionsReader is a Reader for the WaypointServiceListAddOnDefinitions structure.

func (*WaypointServiceListAddOnDefinitionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceListAddOnsDefault

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

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

An unexpected error response.

func NewWaypointServiceListAddOnsDefault

func NewWaypointServiceListAddOnsDefault(code int) *WaypointServiceListAddOnsDefault

NewWaypointServiceListAddOnsDefault creates a WaypointServiceListAddOnsDefault with default headers values

func (*WaypointServiceListAddOnsDefault) Code

Code gets the status code for the waypoint service list add ons default response

func (*WaypointServiceListAddOnsDefault) Error

func (*WaypointServiceListAddOnsDefault) GetPayload

func (*WaypointServiceListAddOnsDefault) IsClientError

func (o *WaypointServiceListAddOnsDefault) IsClientError() bool

IsClientError returns true when this waypoint service list add ons default response has a 4xx status code

func (*WaypointServiceListAddOnsDefault) IsCode

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

IsCode returns true when this waypoint service list add ons default response a status code equal to that given

func (*WaypointServiceListAddOnsDefault) IsRedirect

func (o *WaypointServiceListAddOnsDefault) IsRedirect() bool

IsRedirect returns true when this waypoint service list add ons default response has a 3xx status code

func (*WaypointServiceListAddOnsDefault) IsServerError

func (o *WaypointServiceListAddOnsDefault) IsServerError() bool

IsServerError returns true when this waypoint service list add ons default response has a 5xx status code

func (*WaypointServiceListAddOnsDefault) IsSuccess

func (o *WaypointServiceListAddOnsDefault) IsSuccess() bool

IsSuccess returns true when this waypoint service list add ons default response has a 2xx status code

func (*WaypointServiceListAddOnsDefault) String

type WaypointServiceListAddOnsOK

type WaypointServiceListAddOnsOK struct {
	Payload *models.HashicorpCloudWaypointListAddOnsResponse
}

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

A successful response.

func NewWaypointServiceListAddOnsOK

func NewWaypointServiceListAddOnsOK() *WaypointServiceListAddOnsOK

NewWaypointServiceListAddOnsOK creates a WaypointServiceListAddOnsOK with default headers values

func (*WaypointServiceListAddOnsOK) Code

func (o *WaypointServiceListAddOnsOK) Code() int

Code gets the status code for the waypoint service list add ons o k response

func (*WaypointServiceListAddOnsOK) Error

func (*WaypointServiceListAddOnsOK) GetPayload

func (*WaypointServiceListAddOnsOK) IsClientError

func (o *WaypointServiceListAddOnsOK) IsClientError() bool

IsClientError returns true when this waypoint service list add ons o k response has a 4xx status code

func (*WaypointServiceListAddOnsOK) IsCode

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

IsCode returns true when this waypoint service list add ons o k response a status code equal to that given

func (*WaypointServiceListAddOnsOK) IsRedirect

func (o *WaypointServiceListAddOnsOK) IsRedirect() bool

IsRedirect returns true when this waypoint service list add ons o k response has a 3xx status code

func (*WaypointServiceListAddOnsOK) IsServerError

func (o *WaypointServiceListAddOnsOK) IsServerError() bool

IsServerError returns true when this waypoint service list add ons o k response has a 5xx status code

func (*WaypointServiceListAddOnsOK) IsSuccess

func (o *WaypointServiceListAddOnsOK) IsSuccess() bool

IsSuccess returns true when this waypoint service list add ons o k response has a 2xx status code

func (*WaypointServiceListAddOnsOK) String

func (o *WaypointServiceListAddOnsOK) String() string

type WaypointServiceListAddOnsParams

type WaypointServiceListAddOnsParams struct {

	// ApplicationID.
	ApplicationID *string

	// ApplicationName.
	ApplicationName *string

	// NamespaceID.
	NamespaceID string

	/* PaginationNextPageToken.

	     Specifies a page token to use to retrieve the next page. Set this to the
	`next_page_token` returned by previous list requests to get the next page of
	results. If set, `previous_page_token` must not be set.
	*/
	PaginationNextPageToken *string

	/* PaginationPageSize.

	     The max number of results per page that should be returned. If the number
	of available results is larger than `page_size`, a `next_page_token` is
	returned which can be used to get the next page of results in subsequent
	requests. A value of zero will cause `page_size` to be defaulted.

	     Format: int64
	*/
	PaginationPageSize *int64

	/* PaginationPreviousPageToken.

	     Specifies a page token to use to retrieve the previous page. Set this to
	the `previous_page_token` returned by previous list requests to get the
	previous page of results. If set, `next_page_token` must not be set.
	*/
	PaginationPreviousPageToken *string

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

WaypointServiceListAddOnsParams contains all the parameters to send to the API endpoint

for the waypoint service list add ons operation.

Typically these are written to a http.Request.

func NewWaypointServiceListAddOnsParams

func NewWaypointServiceListAddOnsParams() *WaypointServiceListAddOnsParams

NewWaypointServiceListAddOnsParams creates a new WaypointServiceListAddOnsParams 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 NewWaypointServiceListAddOnsParamsWithContext

func NewWaypointServiceListAddOnsParamsWithContext(ctx context.Context) *WaypointServiceListAddOnsParams

NewWaypointServiceListAddOnsParamsWithContext creates a new WaypointServiceListAddOnsParams object with the ability to set a context for a request.

func NewWaypointServiceListAddOnsParamsWithHTTPClient

func NewWaypointServiceListAddOnsParamsWithHTTPClient(client *http.Client) *WaypointServiceListAddOnsParams

NewWaypointServiceListAddOnsParamsWithHTTPClient creates a new WaypointServiceListAddOnsParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceListAddOnsParamsWithTimeout

func NewWaypointServiceListAddOnsParamsWithTimeout(timeout time.Duration) *WaypointServiceListAddOnsParams

NewWaypointServiceListAddOnsParamsWithTimeout creates a new WaypointServiceListAddOnsParams object with the ability to set a timeout on a request.

func (*WaypointServiceListAddOnsParams) SetApplicationID

func (o *WaypointServiceListAddOnsParams) SetApplicationID(applicationID *string)

SetApplicationID adds the applicationId to the waypoint service list add ons params

func (*WaypointServiceListAddOnsParams) SetApplicationName

func (o *WaypointServiceListAddOnsParams) SetApplicationName(applicationName *string)

SetApplicationName adds the applicationName to the waypoint service list add ons params

func (*WaypointServiceListAddOnsParams) SetContext

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

SetContext adds the context to the waypoint service list add ons params

func (*WaypointServiceListAddOnsParams) SetDefaults

func (o *WaypointServiceListAddOnsParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service list add ons params (not the query body).

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

func (*WaypointServiceListAddOnsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service list add ons params

func (*WaypointServiceListAddOnsParams) SetNamespaceID

func (o *WaypointServiceListAddOnsParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service list add ons params

func (*WaypointServiceListAddOnsParams) SetPaginationNextPageToken

func (o *WaypointServiceListAddOnsParams) SetPaginationNextPageToken(paginationNextPageToken *string)

SetPaginationNextPageToken adds the paginationNextPageToken to the waypoint service list add ons params

func (*WaypointServiceListAddOnsParams) SetPaginationPageSize

func (o *WaypointServiceListAddOnsParams) SetPaginationPageSize(paginationPageSize *int64)

SetPaginationPageSize adds the paginationPageSize to the waypoint service list add ons params

func (*WaypointServiceListAddOnsParams) SetPaginationPreviousPageToken

func (o *WaypointServiceListAddOnsParams) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)

SetPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint service list add ons params

func (*WaypointServiceListAddOnsParams) SetTimeout

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

SetTimeout adds the timeout to the waypoint service list add ons params

func (*WaypointServiceListAddOnsParams) WithApplicationID

func (o *WaypointServiceListAddOnsParams) WithApplicationID(applicationID *string) *WaypointServiceListAddOnsParams

WithApplicationID adds the applicationID to the waypoint service list add ons params

func (*WaypointServiceListAddOnsParams) WithApplicationName

func (o *WaypointServiceListAddOnsParams) WithApplicationName(applicationName *string) *WaypointServiceListAddOnsParams

WithApplicationName adds the applicationName to the waypoint service list add ons params

func (*WaypointServiceListAddOnsParams) WithContext

WithContext adds the context to the waypoint service list add ons params

func (*WaypointServiceListAddOnsParams) WithDefaults

WithDefaults hydrates default values in the waypoint service list add ons params (not the query body).

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

func (*WaypointServiceListAddOnsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service list add ons params

func (*WaypointServiceListAddOnsParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service list add ons params

func (*WaypointServiceListAddOnsParams) WithPaginationNextPageToken

func (o *WaypointServiceListAddOnsParams) WithPaginationNextPageToken(paginationNextPageToken *string) *WaypointServiceListAddOnsParams

WithPaginationNextPageToken adds the paginationNextPageToken to the waypoint service list add ons params

func (*WaypointServiceListAddOnsParams) WithPaginationPageSize

func (o *WaypointServiceListAddOnsParams) WithPaginationPageSize(paginationPageSize *int64) *WaypointServiceListAddOnsParams

WithPaginationPageSize adds the paginationPageSize to the waypoint service list add ons params

func (*WaypointServiceListAddOnsParams) WithPaginationPreviousPageToken

func (o *WaypointServiceListAddOnsParams) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *WaypointServiceListAddOnsParams

WithPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint service list add ons params

func (*WaypointServiceListAddOnsParams) WithTimeout

WithTimeout adds the timeout to the waypoint service list add ons params

func (*WaypointServiceListAddOnsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceListAddOnsReader

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

WaypointServiceListAddOnsReader is a Reader for the WaypointServiceListAddOns structure.

func (*WaypointServiceListAddOnsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceListApplicationTemplatesDefault

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

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

An unexpected error response.

func NewWaypointServiceListApplicationTemplatesDefault

func NewWaypointServiceListApplicationTemplatesDefault(code int) *WaypointServiceListApplicationTemplatesDefault

NewWaypointServiceListApplicationTemplatesDefault creates a WaypointServiceListApplicationTemplatesDefault with default headers values

func (*WaypointServiceListApplicationTemplatesDefault) Code

Code gets the status code for the waypoint service list application templates default response

func (*WaypointServiceListApplicationTemplatesDefault) Error

func (*WaypointServiceListApplicationTemplatesDefault) GetPayload

func (*WaypointServiceListApplicationTemplatesDefault) IsClientError

IsClientError returns true when this waypoint service list application templates default response has a 4xx status code

func (*WaypointServiceListApplicationTemplatesDefault) IsCode

IsCode returns true when this waypoint service list application templates default response a status code equal to that given

func (*WaypointServiceListApplicationTemplatesDefault) IsRedirect

IsRedirect returns true when this waypoint service list application templates default response has a 3xx status code

func (*WaypointServiceListApplicationTemplatesDefault) IsServerError

IsServerError returns true when this waypoint service list application templates default response has a 5xx status code

func (*WaypointServiceListApplicationTemplatesDefault) IsSuccess

IsSuccess returns true when this waypoint service list application templates default response has a 2xx status code

func (*WaypointServiceListApplicationTemplatesDefault) String

type WaypointServiceListApplicationTemplatesOK

type WaypointServiceListApplicationTemplatesOK struct {
	Payload *models.HashicorpCloudWaypointListApplicationTemplatesResponse
}

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

A successful response.

func NewWaypointServiceListApplicationTemplatesOK

func NewWaypointServiceListApplicationTemplatesOK() *WaypointServiceListApplicationTemplatesOK

NewWaypointServiceListApplicationTemplatesOK creates a WaypointServiceListApplicationTemplatesOK with default headers values

func (*WaypointServiceListApplicationTemplatesOK) Code

Code gets the status code for the waypoint service list application templates o k response

func (*WaypointServiceListApplicationTemplatesOK) Error

func (*WaypointServiceListApplicationTemplatesOK) GetPayload

func (*WaypointServiceListApplicationTemplatesOK) IsClientError

IsClientError returns true when this waypoint service list application templates o k response has a 4xx status code

func (*WaypointServiceListApplicationTemplatesOK) IsCode

IsCode returns true when this waypoint service list application templates o k response a status code equal to that given

func (*WaypointServiceListApplicationTemplatesOK) IsRedirect

IsRedirect returns true when this waypoint service list application templates o k response has a 3xx status code

func (*WaypointServiceListApplicationTemplatesOK) IsServerError

IsServerError returns true when this waypoint service list application templates o k response has a 5xx status code

func (*WaypointServiceListApplicationTemplatesOK) IsSuccess

IsSuccess returns true when this waypoint service list application templates o k response has a 2xx status code

func (*WaypointServiceListApplicationTemplatesOK) String

type WaypointServiceListApplicationTemplatesParams

type WaypointServiceListApplicationTemplatesParams struct {

	// NamespaceID.
	NamespaceID string

	/* PaginationNextPageToken.

	     Specifies a page token to use to retrieve the next page. Set this to the
	`next_page_token` returned by previous list requests to get the next page of
	results. If set, `previous_page_token` must not be set.
	*/
	PaginationNextPageToken *string

	/* PaginationPageSize.

	     The max number of results per page that should be returned. If the number
	of available results is larger than `page_size`, a `next_page_token` is
	returned which can be used to get the next page of results in subsequent
	requests. A value of zero will cause `page_size` to be defaulted.

	     Format: int64
	*/
	PaginationPageSize *int64

	/* PaginationPreviousPageToken.

	     Specifies a page token to use to retrieve the previous page. Set this to
	the `previous_page_token` returned by previous list requests to get the
	previous page of results. If set, `next_page_token` must not be set.
	*/
	PaginationPreviousPageToken *string

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

WaypointServiceListApplicationTemplatesParams contains all the parameters to send to the API endpoint

for the waypoint service list application templates operation.

Typically these are written to a http.Request.

func NewWaypointServiceListApplicationTemplatesParams

func NewWaypointServiceListApplicationTemplatesParams() *WaypointServiceListApplicationTemplatesParams

NewWaypointServiceListApplicationTemplatesParams creates a new WaypointServiceListApplicationTemplatesParams 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 NewWaypointServiceListApplicationTemplatesParamsWithContext

func NewWaypointServiceListApplicationTemplatesParamsWithContext(ctx context.Context) *WaypointServiceListApplicationTemplatesParams

NewWaypointServiceListApplicationTemplatesParamsWithContext creates a new WaypointServiceListApplicationTemplatesParams object with the ability to set a context for a request.

func NewWaypointServiceListApplicationTemplatesParamsWithHTTPClient

func NewWaypointServiceListApplicationTemplatesParamsWithHTTPClient(client *http.Client) *WaypointServiceListApplicationTemplatesParams

NewWaypointServiceListApplicationTemplatesParamsWithHTTPClient creates a new WaypointServiceListApplicationTemplatesParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceListApplicationTemplatesParamsWithTimeout

func NewWaypointServiceListApplicationTemplatesParamsWithTimeout(timeout time.Duration) *WaypointServiceListApplicationTemplatesParams

NewWaypointServiceListApplicationTemplatesParamsWithTimeout creates a new WaypointServiceListApplicationTemplatesParams object with the ability to set a timeout on a request.

func (*WaypointServiceListApplicationTemplatesParams) SetContext

SetContext adds the context to the waypoint service list application templates params

func (*WaypointServiceListApplicationTemplatesParams) SetDefaults

SetDefaults hydrates default values in the waypoint service list application templates params (not the query body).

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

func (*WaypointServiceListApplicationTemplatesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service list application templates params

func (*WaypointServiceListApplicationTemplatesParams) SetNamespaceID

func (o *WaypointServiceListApplicationTemplatesParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service list application templates params

func (*WaypointServiceListApplicationTemplatesParams) SetPaginationNextPageToken

func (o *WaypointServiceListApplicationTemplatesParams) SetPaginationNextPageToken(paginationNextPageToken *string)

SetPaginationNextPageToken adds the paginationNextPageToken to the waypoint service list application templates params

func (*WaypointServiceListApplicationTemplatesParams) SetPaginationPageSize

func (o *WaypointServiceListApplicationTemplatesParams) SetPaginationPageSize(paginationPageSize *int64)

SetPaginationPageSize adds the paginationPageSize to the waypoint service list application templates params

func (*WaypointServiceListApplicationTemplatesParams) SetPaginationPreviousPageToken

func (o *WaypointServiceListApplicationTemplatesParams) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)

SetPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint service list application templates params

func (*WaypointServiceListApplicationTemplatesParams) SetTimeout

SetTimeout adds the timeout to the waypoint service list application templates params

func (*WaypointServiceListApplicationTemplatesParams) WithContext

WithContext adds the context to the waypoint service list application templates params

func (*WaypointServiceListApplicationTemplatesParams) WithDefaults

WithDefaults hydrates default values in the waypoint service list application templates params (not the query body).

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

func (*WaypointServiceListApplicationTemplatesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service list application templates params

func (*WaypointServiceListApplicationTemplatesParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service list application templates params

func (*WaypointServiceListApplicationTemplatesParams) WithPaginationNextPageToken

func (o *WaypointServiceListApplicationTemplatesParams) WithPaginationNextPageToken(paginationNextPageToken *string) *WaypointServiceListApplicationTemplatesParams

WithPaginationNextPageToken adds the paginationNextPageToken to the waypoint service list application templates params

func (*WaypointServiceListApplicationTemplatesParams) WithPaginationPageSize

WithPaginationPageSize adds the paginationPageSize to the waypoint service list application templates params

func (*WaypointServiceListApplicationTemplatesParams) WithPaginationPreviousPageToken

func (o *WaypointServiceListApplicationTemplatesParams) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *WaypointServiceListApplicationTemplatesParams

WithPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint service list application templates params

func (*WaypointServiceListApplicationTemplatesParams) WithTimeout

WithTimeout adds the timeout to the waypoint service list application templates params

func (*WaypointServiceListApplicationTemplatesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceListApplicationTemplatesReader

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

WaypointServiceListApplicationTemplatesReader is a Reader for the WaypointServiceListApplicationTemplates structure.

func (*WaypointServiceListApplicationTemplatesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceListApplicationsDefault

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

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

An unexpected error response.

func NewWaypointServiceListApplicationsDefault

func NewWaypointServiceListApplicationsDefault(code int) *WaypointServiceListApplicationsDefault

NewWaypointServiceListApplicationsDefault creates a WaypointServiceListApplicationsDefault with default headers values

func (*WaypointServiceListApplicationsDefault) Code

Code gets the status code for the waypoint service list applications default response

func (*WaypointServiceListApplicationsDefault) Error

func (*WaypointServiceListApplicationsDefault) GetPayload

func (*WaypointServiceListApplicationsDefault) IsClientError

func (o *WaypointServiceListApplicationsDefault) IsClientError() bool

IsClientError returns true when this waypoint service list applications default response has a 4xx status code

func (*WaypointServiceListApplicationsDefault) IsCode

IsCode returns true when this waypoint service list applications default response a status code equal to that given

func (*WaypointServiceListApplicationsDefault) IsRedirect

IsRedirect returns true when this waypoint service list applications default response has a 3xx status code

func (*WaypointServiceListApplicationsDefault) IsServerError

func (o *WaypointServiceListApplicationsDefault) IsServerError() bool

IsServerError returns true when this waypoint service list applications default response has a 5xx status code

func (*WaypointServiceListApplicationsDefault) IsSuccess

IsSuccess returns true when this waypoint service list applications default response has a 2xx status code

func (*WaypointServiceListApplicationsDefault) String

type WaypointServiceListApplicationsOK

type WaypointServiceListApplicationsOK struct {
	Payload *models.HashicorpCloudWaypointListApplicationsResponse
}

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

A successful response.

func NewWaypointServiceListApplicationsOK

func NewWaypointServiceListApplicationsOK() *WaypointServiceListApplicationsOK

NewWaypointServiceListApplicationsOK creates a WaypointServiceListApplicationsOK with default headers values

func (*WaypointServiceListApplicationsOK) Code

Code gets the status code for the waypoint service list applications o k response

func (*WaypointServiceListApplicationsOK) Error

func (*WaypointServiceListApplicationsOK) GetPayload

func (*WaypointServiceListApplicationsOK) IsClientError

func (o *WaypointServiceListApplicationsOK) IsClientError() bool

IsClientError returns true when this waypoint service list applications o k response has a 4xx status code

func (*WaypointServiceListApplicationsOK) IsCode

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

IsCode returns true when this waypoint service list applications o k response a status code equal to that given

func (*WaypointServiceListApplicationsOK) IsRedirect

func (o *WaypointServiceListApplicationsOK) IsRedirect() bool

IsRedirect returns true when this waypoint service list applications o k response has a 3xx status code

func (*WaypointServiceListApplicationsOK) IsServerError

func (o *WaypointServiceListApplicationsOK) IsServerError() bool

IsServerError returns true when this waypoint service list applications o k response has a 5xx status code

func (*WaypointServiceListApplicationsOK) IsSuccess

func (o *WaypointServiceListApplicationsOK) IsSuccess() bool

IsSuccess returns true when this waypoint service list applications o k response has a 2xx status code

func (*WaypointServiceListApplicationsOK) String

type WaypointServiceListApplicationsParams

type WaypointServiceListApplicationsParams struct {

	// NamespaceID.
	NamespaceID string

	/* PaginationNextPageToken.

	     Specifies a page token to use to retrieve the next page. Set this to the
	`next_page_token` returned by previous list requests to get the next page of
	results. If set, `previous_page_token` must not be set.
	*/
	PaginationNextPageToken *string

	/* PaginationPageSize.

	     The max number of results per page that should be returned. If the number
	of available results is larger than `page_size`, a `next_page_token` is
	returned which can be used to get the next page of results in subsequent
	requests. A value of zero will cause `page_size` to be defaulted.

	     Format: int64
	*/
	PaginationPageSize *int64

	/* PaginationPreviousPageToken.

	     Specifies a page token to use to retrieve the previous page. Set this to
	the `previous_page_token` returned by previous list requests to get the
	previous page of results. If set, `next_page_token` must not be set.
	*/
	PaginationPreviousPageToken *string

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

WaypointServiceListApplicationsParams contains all the parameters to send to the API endpoint

for the waypoint service list applications operation.

Typically these are written to a http.Request.

func NewWaypointServiceListApplicationsParams

func NewWaypointServiceListApplicationsParams() *WaypointServiceListApplicationsParams

NewWaypointServiceListApplicationsParams creates a new WaypointServiceListApplicationsParams 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 NewWaypointServiceListApplicationsParamsWithContext

func NewWaypointServiceListApplicationsParamsWithContext(ctx context.Context) *WaypointServiceListApplicationsParams

NewWaypointServiceListApplicationsParamsWithContext creates a new WaypointServiceListApplicationsParams object with the ability to set a context for a request.

func NewWaypointServiceListApplicationsParamsWithHTTPClient

func NewWaypointServiceListApplicationsParamsWithHTTPClient(client *http.Client) *WaypointServiceListApplicationsParams

NewWaypointServiceListApplicationsParamsWithHTTPClient creates a new WaypointServiceListApplicationsParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceListApplicationsParamsWithTimeout

func NewWaypointServiceListApplicationsParamsWithTimeout(timeout time.Duration) *WaypointServiceListApplicationsParams

NewWaypointServiceListApplicationsParamsWithTimeout creates a new WaypointServiceListApplicationsParams object with the ability to set a timeout on a request.

func (*WaypointServiceListApplicationsParams) SetContext

SetContext adds the context to the waypoint service list applications params

func (*WaypointServiceListApplicationsParams) SetDefaults

func (o *WaypointServiceListApplicationsParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service list applications params (not the query body).

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

func (*WaypointServiceListApplicationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service list applications params

func (*WaypointServiceListApplicationsParams) SetNamespaceID

func (o *WaypointServiceListApplicationsParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service list applications params

func (*WaypointServiceListApplicationsParams) SetPaginationNextPageToken

func (o *WaypointServiceListApplicationsParams) SetPaginationNextPageToken(paginationNextPageToken *string)

SetPaginationNextPageToken adds the paginationNextPageToken to the waypoint service list applications params

func (*WaypointServiceListApplicationsParams) SetPaginationPageSize

func (o *WaypointServiceListApplicationsParams) SetPaginationPageSize(paginationPageSize *int64)

SetPaginationPageSize adds the paginationPageSize to the waypoint service list applications params

func (*WaypointServiceListApplicationsParams) SetPaginationPreviousPageToken

func (o *WaypointServiceListApplicationsParams) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)

SetPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint service list applications params

func (*WaypointServiceListApplicationsParams) SetTimeout

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

SetTimeout adds the timeout to the waypoint service list applications params

func (*WaypointServiceListApplicationsParams) WithContext

WithContext adds the context to the waypoint service list applications params

func (*WaypointServiceListApplicationsParams) WithDefaults

WithDefaults hydrates default values in the waypoint service list applications params (not the query body).

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

func (*WaypointServiceListApplicationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service list applications params

func (*WaypointServiceListApplicationsParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service list applications params

func (*WaypointServiceListApplicationsParams) WithPaginationNextPageToken

func (o *WaypointServiceListApplicationsParams) WithPaginationNextPageToken(paginationNextPageToken *string) *WaypointServiceListApplicationsParams

WithPaginationNextPageToken adds the paginationNextPageToken to the waypoint service list applications params

func (*WaypointServiceListApplicationsParams) WithPaginationPageSize

func (o *WaypointServiceListApplicationsParams) WithPaginationPageSize(paginationPageSize *int64) *WaypointServiceListApplicationsParams

WithPaginationPageSize adds the paginationPageSize to the waypoint service list applications params

func (*WaypointServiceListApplicationsParams) WithPaginationPreviousPageToken

func (o *WaypointServiceListApplicationsParams) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *WaypointServiceListApplicationsParams

WithPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint service list applications params

func (*WaypointServiceListApplicationsParams) WithTimeout

WithTimeout adds the timeout to the waypoint service list applications params

func (*WaypointServiceListApplicationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceListApplicationsReader

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

WaypointServiceListApplicationsReader is a Reader for the WaypointServiceListApplications structure.

func (*WaypointServiceListApplicationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceListNoCodeModulesDefault

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

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

An unexpected error response.

func NewWaypointServiceListNoCodeModulesDefault

func NewWaypointServiceListNoCodeModulesDefault(code int) *WaypointServiceListNoCodeModulesDefault

NewWaypointServiceListNoCodeModulesDefault creates a WaypointServiceListNoCodeModulesDefault with default headers values

func (*WaypointServiceListNoCodeModulesDefault) Code

Code gets the status code for the waypoint service list no code modules default response

func (*WaypointServiceListNoCodeModulesDefault) Error

func (*WaypointServiceListNoCodeModulesDefault) GetPayload

func (*WaypointServiceListNoCodeModulesDefault) IsClientError

func (o *WaypointServiceListNoCodeModulesDefault) IsClientError() bool

IsClientError returns true when this waypoint service list no code modules default response has a 4xx status code

func (*WaypointServiceListNoCodeModulesDefault) IsCode

IsCode returns true when this waypoint service list no code modules default response a status code equal to that given

func (*WaypointServiceListNoCodeModulesDefault) IsRedirect

IsRedirect returns true when this waypoint service list no code modules default response has a 3xx status code

func (*WaypointServiceListNoCodeModulesDefault) IsServerError

func (o *WaypointServiceListNoCodeModulesDefault) IsServerError() bool

IsServerError returns true when this waypoint service list no code modules default response has a 5xx status code

func (*WaypointServiceListNoCodeModulesDefault) IsSuccess

IsSuccess returns true when this waypoint service list no code modules default response has a 2xx status code

func (*WaypointServiceListNoCodeModulesDefault) String

type WaypointServiceListNoCodeModulesOK

type WaypointServiceListNoCodeModulesOK struct {
	Payload *models.HashicorpCloudWaypointListNoCodeModulesResponse
}

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

A successful response.

func NewWaypointServiceListNoCodeModulesOK

func NewWaypointServiceListNoCodeModulesOK() *WaypointServiceListNoCodeModulesOK

NewWaypointServiceListNoCodeModulesOK creates a WaypointServiceListNoCodeModulesOK with default headers values

func (*WaypointServiceListNoCodeModulesOK) Code

Code gets the status code for the waypoint service list no code modules o k response

func (*WaypointServiceListNoCodeModulesOK) Error

func (*WaypointServiceListNoCodeModulesOK) GetPayload

func (*WaypointServiceListNoCodeModulesOK) IsClientError

func (o *WaypointServiceListNoCodeModulesOK) IsClientError() bool

IsClientError returns true when this waypoint service list no code modules o k response has a 4xx status code

func (*WaypointServiceListNoCodeModulesOK) IsCode

IsCode returns true when this waypoint service list no code modules o k response a status code equal to that given

func (*WaypointServiceListNoCodeModulesOK) IsRedirect

func (o *WaypointServiceListNoCodeModulesOK) IsRedirect() bool

IsRedirect returns true when this waypoint service list no code modules o k response has a 3xx status code

func (*WaypointServiceListNoCodeModulesOK) IsServerError

func (o *WaypointServiceListNoCodeModulesOK) IsServerError() bool

IsServerError returns true when this waypoint service list no code modules o k response has a 5xx status code

func (*WaypointServiceListNoCodeModulesOK) IsSuccess

IsSuccess returns true when this waypoint service list no code modules o k response has a 2xx status code

func (*WaypointServiceListNoCodeModulesOK) String

type WaypointServiceListNoCodeModulesParams

type WaypointServiceListNoCodeModulesParams struct {

	// NamespaceID.
	NamespaceID string

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

WaypointServiceListNoCodeModulesParams contains all the parameters to send to the API endpoint

for the waypoint service list no code modules operation.

Typically these are written to a http.Request.

func NewWaypointServiceListNoCodeModulesParams

func NewWaypointServiceListNoCodeModulesParams() *WaypointServiceListNoCodeModulesParams

NewWaypointServiceListNoCodeModulesParams creates a new WaypointServiceListNoCodeModulesParams 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 NewWaypointServiceListNoCodeModulesParamsWithContext

func NewWaypointServiceListNoCodeModulesParamsWithContext(ctx context.Context) *WaypointServiceListNoCodeModulesParams

NewWaypointServiceListNoCodeModulesParamsWithContext creates a new WaypointServiceListNoCodeModulesParams object with the ability to set a context for a request.

func NewWaypointServiceListNoCodeModulesParamsWithHTTPClient

func NewWaypointServiceListNoCodeModulesParamsWithHTTPClient(client *http.Client) *WaypointServiceListNoCodeModulesParams

NewWaypointServiceListNoCodeModulesParamsWithHTTPClient creates a new WaypointServiceListNoCodeModulesParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceListNoCodeModulesParamsWithTimeout

func NewWaypointServiceListNoCodeModulesParamsWithTimeout(timeout time.Duration) *WaypointServiceListNoCodeModulesParams

NewWaypointServiceListNoCodeModulesParamsWithTimeout creates a new WaypointServiceListNoCodeModulesParams object with the ability to set a timeout on a request.

func (*WaypointServiceListNoCodeModulesParams) SetContext

SetContext adds the context to the waypoint service list no code modules params

func (*WaypointServiceListNoCodeModulesParams) SetDefaults

func (o *WaypointServiceListNoCodeModulesParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service list no code modules params (not the query body).

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

func (*WaypointServiceListNoCodeModulesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service list no code modules params

func (*WaypointServiceListNoCodeModulesParams) SetNamespaceID

func (o *WaypointServiceListNoCodeModulesParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service list no code modules params

func (*WaypointServiceListNoCodeModulesParams) SetTimeout

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

SetTimeout adds the timeout to the waypoint service list no code modules params

func (*WaypointServiceListNoCodeModulesParams) WithContext

WithContext adds the context to the waypoint service list no code modules params

func (*WaypointServiceListNoCodeModulesParams) WithDefaults

WithDefaults hydrates default values in the waypoint service list no code modules params (not the query body).

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

func (*WaypointServiceListNoCodeModulesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service list no code modules params

func (*WaypointServiceListNoCodeModulesParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service list no code modules params

func (*WaypointServiceListNoCodeModulesParams) WithTimeout

WithTimeout adds the timeout to the waypoint service list no code modules params

func (*WaypointServiceListNoCodeModulesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceListNoCodeModulesReader

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

WaypointServiceListNoCodeModulesReader is a Reader for the WaypointServiceListNoCodeModules structure.

func (*WaypointServiceListNoCodeModulesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceUIListAddOnDefinitionsDefault

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

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

An unexpected error response.

func NewWaypointServiceUIListAddOnDefinitionsDefault

func NewWaypointServiceUIListAddOnDefinitionsDefault(code int) *WaypointServiceUIListAddOnDefinitionsDefault

NewWaypointServiceUIListAddOnDefinitionsDefault creates a WaypointServiceUIListAddOnDefinitionsDefault with default headers values

func (*WaypointServiceUIListAddOnDefinitionsDefault) Code

Code gets the status code for the waypoint service UI list add on definitions default response

func (*WaypointServiceUIListAddOnDefinitionsDefault) Error

func (*WaypointServiceUIListAddOnDefinitionsDefault) GetPayload

func (*WaypointServiceUIListAddOnDefinitionsDefault) IsClientError

IsClientError returns true when this waypoint service UI list add on definitions default response has a 4xx status code

func (*WaypointServiceUIListAddOnDefinitionsDefault) IsCode

IsCode returns true when this waypoint service UI list add on definitions default response a status code equal to that given

func (*WaypointServiceUIListAddOnDefinitionsDefault) IsRedirect

IsRedirect returns true when this waypoint service UI list add on definitions default response has a 3xx status code

func (*WaypointServiceUIListAddOnDefinitionsDefault) IsServerError

IsServerError returns true when this waypoint service UI list add on definitions default response has a 5xx status code

func (*WaypointServiceUIListAddOnDefinitionsDefault) IsSuccess

IsSuccess returns true when this waypoint service UI list add on definitions default response has a 2xx status code

func (*WaypointServiceUIListAddOnDefinitionsDefault) String

type WaypointServiceUIListAddOnDefinitionsOK

type WaypointServiceUIListAddOnDefinitionsOK struct {
	Payload *models.HashicorpCloudWaypointUIListAddOnDefinitionsResponse
}

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

A successful response.

func NewWaypointServiceUIListAddOnDefinitionsOK

func NewWaypointServiceUIListAddOnDefinitionsOK() *WaypointServiceUIListAddOnDefinitionsOK

NewWaypointServiceUIListAddOnDefinitionsOK creates a WaypointServiceUIListAddOnDefinitionsOK with default headers values

func (*WaypointServiceUIListAddOnDefinitionsOK) Code

Code gets the status code for the waypoint service Ui list add on definitions o k response

func (*WaypointServiceUIListAddOnDefinitionsOK) Error

func (*WaypointServiceUIListAddOnDefinitionsOK) GetPayload

func (*WaypointServiceUIListAddOnDefinitionsOK) IsClientError

func (o *WaypointServiceUIListAddOnDefinitionsOK) IsClientError() bool

IsClientError returns true when this waypoint service Ui list add on definitions o k response has a 4xx status code

func (*WaypointServiceUIListAddOnDefinitionsOK) IsCode

IsCode returns true when this waypoint service Ui list add on definitions o k response a status code equal to that given

func (*WaypointServiceUIListAddOnDefinitionsOK) IsRedirect

IsRedirect returns true when this waypoint service Ui list add on definitions o k response has a 3xx status code

func (*WaypointServiceUIListAddOnDefinitionsOK) IsServerError

func (o *WaypointServiceUIListAddOnDefinitionsOK) IsServerError() bool

IsServerError returns true when this waypoint service Ui list add on definitions o k response has a 5xx status code

func (*WaypointServiceUIListAddOnDefinitionsOK) IsSuccess

IsSuccess returns true when this waypoint service Ui list add on definitions o k response has a 2xx status code

func (*WaypointServiceUIListAddOnDefinitionsOK) String

type WaypointServiceUIListAddOnDefinitionsParams

type WaypointServiceUIListAddOnDefinitionsParams struct {

	// ApplicationID.
	ApplicationID *string

	// ApplicationName.
	ApplicationName *string

	// NamespaceID.
	NamespaceID string

	/* PaginationNextPageToken.

	     Specifies a page token to use to retrieve the next page. Set this to the
	`next_page_token` returned by previous list requests to get the next page of
	results. If set, `previous_page_token` must not be set.
	*/
	PaginationNextPageToken *string

	/* PaginationPageSize.

	     The max number of results per page that should be returned. If the number
	of available results is larger than `page_size`, a `next_page_token` is
	returned which can be used to get the next page of results in subsequent
	requests. A value of zero will cause `page_size` to be defaulted.

	     Format: int64
	*/
	PaginationPageSize *int64

	/* PaginationPreviousPageToken.

	     Specifies a page token to use to retrieve the previous page. Set this to
	the `previous_page_token` returned by previous list requests to get the
	previous page of results. If set, `next_page_token` must not be set.
	*/
	PaginationPreviousPageToken *string

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

WaypointServiceUIListAddOnDefinitionsParams contains all the parameters to send to the API endpoint

for the waypoint service UI list add on definitions operation.

Typically these are written to a http.Request.

func NewWaypointServiceUIListAddOnDefinitionsParams

func NewWaypointServiceUIListAddOnDefinitionsParams() *WaypointServiceUIListAddOnDefinitionsParams

NewWaypointServiceUIListAddOnDefinitionsParams creates a new WaypointServiceUIListAddOnDefinitionsParams 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 NewWaypointServiceUIListAddOnDefinitionsParamsWithContext

func NewWaypointServiceUIListAddOnDefinitionsParamsWithContext(ctx context.Context) *WaypointServiceUIListAddOnDefinitionsParams

NewWaypointServiceUIListAddOnDefinitionsParamsWithContext creates a new WaypointServiceUIListAddOnDefinitionsParams object with the ability to set a context for a request.

func NewWaypointServiceUIListAddOnDefinitionsParamsWithHTTPClient

func NewWaypointServiceUIListAddOnDefinitionsParamsWithHTTPClient(client *http.Client) *WaypointServiceUIListAddOnDefinitionsParams

NewWaypointServiceUIListAddOnDefinitionsParamsWithHTTPClient creates a new WaypointServiceUIListAddOnDefinitionsParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceUIListAddOnDefinitionsParamsWithTimeout

func NewWaypointServiceUIListAddOnDefinitionsParamsWithTimeout(timeout time.Duration) *WaypointServiceUIListAddOnDefinitionsParams

NewWaypointServiceUIListAddOnDefinitionsParamsWithTimeout creates a new WaypointServiceUIListAddOnDefinitionsParams object with the ability to set a timeout on a request.

func (*WaypointServiceUIListAddOnDefinitionsParams) SetApplicationID

func (o *WaypointServiceUIListAddOnDefinitionsParams) SetApplicationID(applicationID *string)

SetApplicationID adds the applicationId to the waypoint service UI list add on definitions params

func (*WaypointServiceUIListAddOnDefinitionsParams) SetApplicationName

func (o *WaypointServiceUIListAddOnDefinitionsParams) SetApplicationName(applicationName *string)

SetApplicationName adds the applicationName to the waypoint service UI list add on definitions params

func (*WaypointServiceUIListAddOnDefinitionsParams) SetContext

SetContext adds the context to the waypoint service UI list add on definitions params

func (*WaypointServiceUIListAddOnDefinitionsParams) SetDefaults

SetDefaults hydrates default values in the waypoint service UI list add on definitions params (not the query body).

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

func (*WaypointServiceUIListAddOnDefinitionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service UI list add on definitions params

func (*WaypointServiceUIListAddOnDefinitionsParams) SetNamespaceID

func (o *WaypointServiceUIListAddOnDefinitionsParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service UI list add on definitions params

func (*WaypointServiceUIListAddOnDefinitionsParams) SetPaginationNextPageToken

func (o *WaypointServiceUIListAddOnDefinitionsParams) SetPaginationNextPageToken(paginationNextPageToken *string)

SetPaginationNextPageToken adds the paginationNextPageToken to the waypoint service UI list add on definitions params

func (*WaypointServiceUIListAddOnDefinitionsParams) SetPaginationPageSize

func (o *WaypointServiceUIListAddOnDefinitionsParams) SetPaginationPageSize(paginationPageSize *int64)

SetPaginationPageSize adds the paginationPageSize to the waypoint service UI list add on definitions params

func (*WaypointServiceUIListAddOnDefinitionsParams) SetPaginationPreviousPageToken

func (o *WaypointServiceUIListAddOnDefinitionsParams) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)

SetPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint service UI list add on definitions params

func (*WaypointServiceUIListAddOnDefinitionsParams) SetTimeout

SetTimeout adds the timeout to the waypoint service UI list add on definitions params

func (*WaypointServiceUIListAddOnDefinitionsParams) WithApplicationID

WithApplicationID adds the applicationID to the waypoint service UI list add on definitions params

func (*WaypointServiceUIListAddOnDefinitionsParams) WithApplicationName

WithApplicationName adds the applicationName to the waypoint service UI list add on definitions params

func (*WaypointServiceUIListAddOnDefinitionsParams) WithContext

WithContext adds the context to the waypoint service UI list add on definitions params

func (*WaypointServiceUIListAddOnDefinitionsParams) WithDefaults

WithDefaults hydrates default values in the waypoint service UI list add on definitions params (not the query body).

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

func (*WaypointServiceUIListAddOnDefinitionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service UI list add on definitions params

func (*WaypointServiceUIListAddOnDefinitionsParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service UI list add on definitions params

func (*WaypointServiceUIListAddOnDefinitionsParams) WithPaginationNextPageToken

func (o *WaypointServiceUIListAddOnDefinitionsParams) WithPaginationNextPageToken(paginationNextPageToken *string) *WaypointServiceUIListAddOnDefinitionsParams

WithPaginationNextPageToken adds the paginationNextPageToken to the waypoint service UI list add on definitions params

func (*WaypointServiceUIListAddOnDefinitionsParams) WithPaginationPageSize

WithPaginationPageSize adds the paginationPageSize to the waypoint service UI list add on definitions params

func (*WaypointServiceUIListAddOnDefinitionsParams) WithPaginationPreviousPageToken

func (o *WaypointServiceUIListAddOnDefinitionsParams) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *WaypointServiceUIListAddOnDefinitionsParams

WithPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint service UI list add on definitions params

func (*WaypointServiceUIListAddOnDefinitionsParams) WithTimeout

WithTimeout adds the timeout to the waypoint service UI list add on definitions params

func (*WaypointServiceUIListAddOnDefinitionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceUIListAddOnDefinitionsReader

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

WaypointServiceUIListAddOnDefinitionsReader is a Reader for the WaypointServiceUIListAddOnDefinitions structure.

func (*WaypointServiceUIListAddOnDefinitionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceUpdateAddOnDefault

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

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

An unexpected error response.

func NewWaypointServiceUpdateAddOnDefault

func NewWaypointServiceUpdateAddOnDefault(code int) *WaypointServiceUpdateAddOnDefault

NewWaypointServiceUpdateAddOnDefault creates a WaypointServiceUpdateAddOnDefault with default headers values

func (*WaypointServiceUpdateAddOnDefault) Code

Code gets the status code for the waypoint service update add on default response

func (*WaypointServiceUpdateAddOnDefault) Error

func (*WaypointServiceUpdateAddOnDefault) GetPayload

func (*WaypointServiceUpdateAddOnDefault) IsClientError

func (o *WaypointServiceUpdateAddOnDefault) IsClientError() bool

IsClientError returns true when this waypoint service update add on default response has a 4xx status code

func (*WaypointServiceUpdateAddOnDefault) IsCode

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

IsCode returns true when this waypoint service update add on default response a status code equal to that given

func (*WaypointServiceUpdateAddOnDefault) IsRedirect

func (o *WaypointServiceUpdateAddOnDefault) IsRedirect() bool

IsRedirect returns true when this waypoint service update add on default response has a 3xx status code

func (*WaypointServiceUpdateAddOnDefault) IsServerError

func (o *WaypointServiceUpdateAddOnDefault) IsServerError() bool

IsServerError returns true when this waypoint service update add on default response has a 5xx status code

func (*WaypointServiceUpdateAddOnDefault) IsSuccess

func (o *WaypointServiceUpdateAddOnDefault) IsSuccess() bool

IsSuccess returns true when this waypoint service update add on default response has a 2xx status code

func (*WaypointServiceUpdateAddOnDefault) String

type WaypointServiceUpdateAddOnDefinitionDefault

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

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

An unexpected error response.

func NewWaypointServiceUpdateAddOnDefinitionDefault

func NewWaypointServiceUpdateAddOnDefinitionDefault(code int) *WaypointServiceUpdateAddOnDefinitionDefault

NewWaypointServiceUpdateAddOnDefinitionDefault creates a WaypointServiceUpdateAddOnDefinitionDefault with default headers values

func (*WaypointServiceUpdateAddOnDefinitionDefault) Code

Code gets the status code for the waypoint service update add on definition default response

func (*WaypointServiceUpdateAddOnDefinitionDefault) Error

func (*WaypointServiceUpdateAddOnDefinitionDefault) GetPayload

func (*WaypointServiceUpdateAddOnDefinitionDefault) IsClientError

IsClientError returns true when this waypoint service update add on definition default response has a 4xx status code

func (*WaypointServiceUpdateAddOnDefinitionDefault) IsCode

IsCode returns true when this waypoint service update add on definition default response a status code equal to that given

func (*WaypointServiceUpdateAddOnDefinitionDefault) IsRedirect

IsRedirect returns true when this waypoint service update add on definition default response has a 3xx status code

func (*WaypointServiceUpdateAddOnDefinitionDefault) IsServerError

IsServerError returns true when this waypoint service update add on definition default response has a 5xx status code

func (*WaypointServiceUpdateAddOnDefinitionDefault) IsSuccess

IsSuccess returns true when this waypoint service update add on definition default response has a 2xx status code

func (*WaypointServiceUpdateAddOnDefinitionDefault) String

type WaypointServiceUpdateAddOnDefinitionOK

type WaypointServiceUpdateAddOnDefinitionOK struct {
	Payload *models.HashicorpCloudWaypointUpdateAddOnDefinitionResponse
}

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

A successful response.

func NewWaypointServiceUpdateAddOnDefinitionOK

func NewWaypointServiceUpdateAddOnDefinitionOK() *WaypointServiceUpdateAddOnDefinitionOK

NewWaypointServiceUpdateAddOnDefinitionOK creates a WaypointServiceUpdateAddOnDefinitionOK with default headers values

func (*WaypointServiceUpdateAddOnDefinitionOK) Code

Code gets the status code for the waypoint service update add on definition o k response

func (*WaypointServiceUpdateAddOnDefinitionOK) Error

func (*WaypointServiceUpdateAddOnDefinitionOK) GetPayload

func (*WaypointServiceUpdateAddOnDefinitionOK) IsClientError

func (o *WaypointServiceUpdateAddOnDefinitionOK) IsClientError() bool

IsClientError returns true when this waypoint service update add on definition o k response has a 4xx status code

func (*WaypointServiceUpdateAddOnDefinitionOK) IsCode

IsCode returns true when this waypoint service update add on definition o k response a status code equal to that given

func (*WaypointServiceUpdateAddOnDefinitionOK) IsRedirect

IsRedirect returns true when this waypoint service update add on definition o k response has a 3xx status code

func (*WaypointServiceUpdateAddOnDefinitionOK) IsServerError

func (o *WaypointServiceUpdateAddOnDefinitionOK) IsServerError() bool

IsServerError returns true when this waypoint service update add on definition o k response has a 5xx status code

func (*WaypointServiceUpdateAddOnDefinitionOK) IsSuccess

IsSuccess returns true when this waypoint service update add on definition o k response has a 2xx status code

func (*WaypointServiceUpdateAddOnDefinitionOK) String

type WaypointServiceUpdateAddOnDefinitionParams

type WaypointServiceUpdateAddOnDefinitionParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointUpdateAddOnDefinitionRequest

	// ExistingAddOnDefinitionID.
	ExistingAddOnDefinitionID string

	// NamespaceID.
	NamespaceID string

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

WaypointServiceUpdateAddOnDefinitionParams contains all the parameters to send to the API endpoint

for the waypoint service update add on definition operation.

Typically these are written to a http.Request.

func NewWaypointServiceUpdateAddOnDefinitionParams

func NewWaypointServiceUpdateAddOnDefinitionParams() *WaypointServiceUpdateAddOnDefinitionParams

NewWaypointServiceUpdateAddOnDefinitionParams creates a new WaypointServiceUpdateAddOnDefinitionParams 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 NewWaypointServiceUpdateAddOnDefinitionParamsWithContext

func NewWaypointServiceUpdateAddOnDefinitionParamsWithContext(ctx context.Context) *WaypointServiceUpdateAddOnDefinitionParams

NewWaypointServiceUpdateAddOnDefinitionParamsWithContext creates a new WaypointServiceUpdateAddOnDefinitionParams object with the ability to set a context for a request.

func NewWaypointServiceUpdateAddOnDefinitionParamsWithHTTPClient

func NewWaypointServiceUpdateAddOnDefinitionParamsWithHTTPClient(client *http.Client) *WaypointServiceUpdateAddOnDefinitionParams

NewWaypointServiceUpdateAddOnDefinitionParamsWithHTTPClient creates a new WaypointServiceUpdateAddOnDefinitionParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceUpdateAddOnDefinitionParamsWithTimeout

func NewWaypointServiceUpdateAddOnDefinitionParamsWithTimeout(timeout time.Duration) *WaypointServiceUpdateAddOnDefinitionParams

NewWaypointServiceUpdateAddOnDefinitionParamsWithTimeout creates a new WaypointServiceUpdateAddOnDefinitionParams object with the ability to set a timeout on a request.

func (*WaypointServiceUpdateAddOnDefinitionParams) SetBody

SetBody adds the body to the waypoint service update add on definition params

func (*WaypointServiceUpdateAddOnDefinitionParams) SetContext

SetContext adds the context to the waypoint service update add on definition params

func (*WaypointServiceUpdateAddOnDefinitionParams) SetDefaults

SetDefaults hydrates default values in the waypoint service update add on definition params (not the query body).

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

func (*WaypointServiceUpdateAddOnDefinitionParams) SetExistingAddOnDefinitionID

func (o *WaypointServiceUpdateAddOnDefinitionParams) SetExistingAddOnDefinitionID(existingAddOnDefinitionID string)

SetExistingAddOnDefinitionID adds the existingAddOnDefinitionId to the waypoint service update add on definition params

func (*WaypointServiceUpdateAddOnDefinitionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service update add on definition params

func (*WaypointServiceUpdateAddOnDefinitionParams) SetNamespaceID

func (o *WaypointServiceUpdateAddOnDefinitionParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service update add on definition params

func (*WaypointServiceUpdateAddOnDefinitionParams) SetTimeout

SetTimeout adds the timeout to the waypoint service update add on definition params

func (*WaypointServiceUpdateAddOnDefinitionParams) WithBody

WithBody adds the body to the waypoint service update add on definition params

func (*WaypointServiceUpdateAddOnDefinitionParams) WithContext

WithContext adds the context to the waypoint service update add on definition params

func (*WaypointServiceUpdateAddOnDefinitionParams) WithDefaults

WithDefaults hydrates default values in the waypoint service update add on definition params (not the query body).

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

func (*WaypointServiceUpdateAddOnDefinitionParams) WithExistingAddOnDefinitionID

func (o *WaypointServiceUpdateAddOnDefinitionParams) WithExistingAddOnDefinitionID(existingAddOnDefinitionID string) *WaypointServiceUpdateAddOnDefinitionParams

WithExistingAddOnDefinitionID adds the existingAddOnDefinitionID to the waypoint service update add on definition params

func (*WaypointServiceUpdateAddOnDefinitionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service update add on definition params

func (*WaypointServiceUpdateAddOnDefinitionParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service update add on definition params

func (*WaypointServiceUpdateAddOnDefinitionParams) WithTimeout

WithTimeout adds the timeout to the waypoint service update add on definition params

func (*WaypointServiceUpdateAddOnDefinitionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceUpdateAddOnDefinitionReader

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

WaypointServiceUpdateAddOnDefinitionReader is a Reader for the WaypointServiceUpdateAddOnDefinition structure.

func (*WaypointServiceUpdateAddOnDefinitionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceUpdateAddOnOK

type WaypointServiceUpdateAddOnOK struct {
	Payload *models.HashicorpCloudWaypointUpdateAddOnResponse
}

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

A successful response.

func NewWaypointServiceUpdateAddOnOK

func NewWaypointServiceUpdateAddOnOK() *WaypointServiceUpdateAddOnOK

NewWaypointServiceUpdateAddOnOK creates a WaypointServiceUpdateAddOnOK with default headers values

func (*WaypointServiceUpdateAddOnOK) Code

Code gets the status code for the waypoint service update add on o k response

func (*WaypointServiceUpdateAddOnOK) Error

func (*WaypointServiceUpdateAddOnOK) GetPayload

func (*WaypointServiceUpdateAddOnOK) IsClientError

func (o *WaypointServiceUpdateAddOnOK) IsClientError() bool

IsClientError returns true when this waypoint service update add on o k response has a 4xx status code

func (*WaypointServiceUpdateAddOnOK) IsCode

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

IsCode returns true when this waypoint service update add on o k response a status code equal to that given

func (*WaypointServiceUpdateAddOnOK) IsRedirect

func (o *WaypointServiceUpdateAddOnOK) IsRedirect() bool

IsRedirect returns true when this waypoint service update add on o k response has a 3xx status code

func (*WaypointServiceUpdateAddOnOK) IsServerError

func (o *WaypointServiceUpdateAddOnOK) IsServerError() bool

IsServerError returns true when this waypoint service update add on o k response has a 5xx status code

func (*WaypointServiceUpdateAddOnOK) IsSuccess

func (o *WaypointServiceUpdateAddOnOK) IsSuccess() bool

IsSuccess returns true when this waypoint service update add on o k response has a 2xx status code

func (*WaypointServiceUpdateAddOnOK) String

type WaypointServiceUpdateAddOnParams

type WaypointServiceUpdateAddOnParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointUpdateAddOnRequest

	// ExistingAddOnID.
	ExistingAddOnID string

	// NamespaceID.
	NamespaceID string

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

WaypointServiceUpdateAddOnParams contains all the parameters to send to the API endpoint

for the waypoint service update add on operation.

Typically these are written to a http.Request.

func NewWaypointServiceUpdateAddOnParams

func NewWaypointServiceUpdateAddOnParams() *WaypointServiceUpdateAddOnParams

NewWaypointServiceUpdateAddOnParams creates a new WaypointServiceUpdateAddOnParams 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 NewWaypointServiceUpdateAddOnParamsWithContext

func NewWaypointServiceUpdateAddOnParamsWithContext(ctx context.Context) *WaypointServiceUpdateAddOnParams

NewWaypointServiceUpdateAddOnParamsWithContext creates a new WaypointServiceUpdateAddOnParams object with the ability to set a context for a request.

func NewWaypointServiceUpdateAddOnParamsWithHTTPClient

func NewWaypointServiceUpdateAddOnParamsWithHTTPClient(client *http.Client) *WaypointServiceUpdateAddOnParams

NewWaypointServiceUpdateAddOnParamsWithHTTPClient creates a new WaypointServiceUpdateAddOnParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceUpdateAddOnParamsWithTimeout

func NewWaypointServiceUpdateAddOnParamsWithTimeout(timeout time.Duration) *WaypointServiceUpdateAddOnParams

NewWaypointServiceUpdateAddOnParamsWithTimeout creates a new WaypointServiceUpdateAddOnParams object with the ability to set a timeout on a request.

func (*WaypointServiceUpdateAddOnParams) SetBody

SetBody adds the body to the waypoint service update add on params

func (*WaypointServiceUpdateAddOnParams) SetContext

SetContext adds the context to the waypoint service update add on params

func (*WaypointServiceUpdateAddOnParams) SetDefaults

func (o *WaypointServiceUpdateAddOnParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service update add on params (not the query body).

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

func (*WaypointServiceUpdateAddOnParams) SetExistingAddOnID

func (o *WaypointServiceUpdateAddOnParams) SetExistingAddOnID(existingAddOnID string)

SetExistingAddOnID adds the existingAddOnId to the waypoint service update add on params

func (*WaypointServiceUpdateAddOnParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service update add on params

func (*WaypointServiceUpdateAddOnParams) SetNamespaceID

func (o *WaypointServiceUpdateAddOnParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service update add on params

func (*WaypointServiceUpdateAddOnParams) SetTimeout

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

SetTimeout adds the timeout to the waypoint service update add on params

func (*WaypointServiceUpdateAddOnParams) WithBody

WithBody adds the body to the waypoint service update add on params

func (*WaypointServiceUpdateAddOnParams) WithContext

WithContext adds the context to the waypoint service update add on params

func (*WaypointServiceUpdateAddOnParams) WithDefaults

WithDefaults hydrates default values in the waypoint service update add on params (not the query body).

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

func (*WaypointServiceUpdateAddOnParams) WithExistingAddOnID

func (o *WaypointServiceUpdateAddOnParams) WithExistingAddOnID(existingAddOnID string) *WaypointServiceUpdateAddOnParams

WithExistingAddOnID adds the existingAddOnID to the waypoint service update add on params

func (*WaypointServiceUpdateAddOnParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service update add on params

func (*WaypointServiceUpdateAddOnParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service update add on params

func (*WaypointServiceUpdateAddOnParams) WithTimeout

WithTimeout adds the timeout to the waypoint service update add on params

func (*WaypointServiceUpdateAddOnParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceUpdateAddOnReader

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

WaypointServiceUpdateAddOnReader is a Reader for the WaypointServiceUpdateAddOn structure.

func (*WaypointServiceUpdateAddOnReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceUpdateApplicationDefault

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

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

An unexpected error response.

func NewWaypointServiceUpdateApplicationDefault

func NewWaypointServiceUpdateApplicationDefault(code int) *WaypointServiceUpdateApplicationDefault

NewWaypointServiceUpdateApplicationDefault creates a WaypointServiceUpdateApplicationDefault with default headers values

func (*WaypointServiceUpdateApplicationDefault) Code

Code gets the status code for the waypoint service update application default response

func (*WaypointServiceUpdateApplicationDefault) Error

func (*WaypointServiceUpdateApplicationDefault) GetPayload

func (*WaypointServiceUpdateApplicationDefault) IsClientError

func (o *WaypointServiceUpdateApplicationDefault) IsClientError() bool

IsClientError returns true when this waypoint service update application default response has a 4xx status code

func (*WaypointServiceUpdateApplicationDefault) IsCode

IsCode returns true when this waypoint service update application default response a status code equal to that given

func (*WaypointServiceUpdateApplicationDefault) IsRedirect

IsRedirect returns true when this waypoint service update application default response has a 3xx status code

func (*WaypointServiceUpdateApplicationDefault) IsServerError

func (o *WaypointServiceUpdateApplicationDefault) IsServerError() bool

IsServerError returns true when this waypoint service update application default response has a 5xx status code

func (*WaypointServiceUpdateApplicationDefault) IsSuccess

IsSuccess returns true when this waypoint service update application default response has a 2xx status code

func (*WaypointServiceUpdateApplicationDefault) String

type WaypointServiceUpdateApplicationOK

type WaypointServiceUpdateApplicationOK struct {
	Payload *models.HashicorpCloudWaypointUpdateApplicationResponse
}

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

A successful response.

func NewWaypointServiceUpdateApplicationOK

func NewWaypointServiceUpdateApplicationOK() *WaypointServiceUpdateApplicationOK

NewWaypointServiceUpdateApplicationOK creates a WaypointServiceUpdateApplicationOK with default headers values

func (*WaypointServiceUpdateApplicationOK) Code

Code gets the status code for the waypoint service update application o k response

func (*WaypointServiceUpdateApplicationOK) Error

func (*WaypointServiceUpdateApplicationOK) GetPayload

func (*WaypointServiceUpdateApplicationOK) IsClientError

func (o *WaypointServiceUpdateApplicationOK) IsClientError() bool

IsClientError returns true when this waypoint service update application o k response has a 4xx status code

func (*WaypointServiceUpdateApplicationOK) IsCode

IsCode returns true when this waypoint service update application o k response a status code equal to that given

func (*WaypointServiceUpdateApplicationOK) IsRedirect

func (o *WaypointServiceUpdateApplicationOK) IsRedirect() bool

IsRedirect returns true when this waypoint service update application o k response has a 3xx status code

func (*WaypointServiceUpdateApplicationOK) IsServerError

func (o *WaypointServiceUpdateApplicationOK) IsServerError() bool

IsServerError returns true when this waypoint service update application o k response has a 5xx status code

func (*WaypointServiceUpdateApplicationOK) IsSuccess

IsSuccess returns true when this waypoint service update application o k response has a 2xx status code

func (*WaypointServiceUpdateApplicationOK) String

type WaypointServiceUpdateApplicationParams

type WaypointServiceUpdateApplicationParams struct {

	// ApplicationID.
	ApplicationID string

	// Body.
	Body *models.HashicorpCloudWaypointUpdateApplicationRequest

	// NamespaceID.
	NamespaceID string

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

WaypointServiceUpdateApplicationParams contains all the parameters to send to the API endpoint

for the waypoint service update application operation.

Typically these are written to a http.Request.

func NewWaypointServiceUpdateApplicationParams

func NewWaypointServiceUpdateApplicationParams() *WaypointServiceUpdateApplicationParams

NewWaypointServiceUpdateApplicationParams creates a new WaypointServiceUpdateApplicationParams 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 NewWaypointServiceUpdateApplicationParamsWithContext

func NewWaypointServiceUpdateApplicationParamsWithContext(ctx context.Context) *WaypointServiceUpdateApplicationParams

NewWaypointServiceUpdateApplicationParamsWithContext creates a new WaypointServiceUpdateApplicationParams object with the ability to set a context for a request.

func NewWaypointServiceUpdateApplicationParamsWithHTTPClient

func NewWaypointServiceUpdateApplicationParamsWithHTTPClient(client *http.Client) *WaypointServiceUpdateApplicationParams

NewWaypointServiceUpdateApplicationParamsWithHTTPClient creates a new WaypointServiceUpdateApplicationParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceUpdateApplicationParamsWithTimeout

func NewWaypointServiceUpdateApplicationParamsWithTimeout(timeout time.Duration) *WaypointServiceUpdateApplicationParams

NewWaypointServiceUpdateApplicationParamsWithTimeout creates a new WaypointServiceUpdateApplicationParams object with the ability to set a timeout on a request.

func (*WaypointServiceUpdateApplicationParams) SetApplicationID

func (o *WaypointServiceUpdateApplicationParams) SetApplicationID(applicationID string)

SetApplicationID adds the applicationId to the waypoint service update application params

func (*WaypointServiceUpdateApplicationParams) SetBody

SetBody adds the body to the waypoint service update application params

func (*WaypointServiceUpdateApplicationParams) SetContext

SetContext adds the context to the waypoint service update application params

func (*WaypointServiceUpdateApplicationParams) SetDefaults

func (o *WaypointServiceUpdateApplicationParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service update application params (not the query body).

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

func (*WaypointServiceUpdateApplicationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service update application params

func (*WaypointServiceUpdateApplicationParams) SetNamespaceID

func (o *WaypointServiceUpdateApplicationParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service update application params

func (*WaypointServiceUpdateApplicationParams) SetTimeout

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

SetTimeout adds the timeout to the waypoint service update application params

func (*WaypointServiceUpdateApplicationParams) WithApplicationID

WithApplicationID adds the applicationID to the waypoint service update application params

func (*WaypointServiceUpdateApplicationParams) WithBody

WithBody adds the body to the waypoint service update application params

func (*WaypointServiceUpdateApplicationParams) WithContext

WithContext adds the context to the waypoint service update application params

func (*WaypointServiceUpdateApplicationParams) WithDefaults

WithDefaults hydrates default values in the waypoint service update application params (not the query body).

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

func (*WaypointServiceUpdateApplicationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service update application params

func (*WaypointServiceUpdateApplicationParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service update application params

func (*WaypointServiceUpdateApplicationParams) WithTimeout

WithTimeout adds the timeout to the waypoint service update application params

func (*WaypointServiceUpdateApplicationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceUpdateApplicationReader

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

WaypointServiceUpdateApplicationReader is a Reader for the WaypointServiceUpdateApplication structure.

func (*WaypointServiceUpdateApplicationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceUpdateApplicationTemplateDefault

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

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

An unexpected error response.

func NewWaypointServiceUpdateApplicationTemplateDefault

func NewWaypointServiceUpdateApplicationTemplateDefault(code int) *WaypointServiceUpdateApplicationTemplateDefault

NewWaypointServiceUpdateApplicationTemplateDefault creates a WaypointServiceUpdateApplicationTemplateDefault with default headers values

func (*WaypointServiceUpdateApplicationTemplateDefault) Code

Code gets the status code for the waypoint service update application template default response

func (*WaypointServiceUpdateApplicationTemplateDefault) Error

func (*WaypointServiceUpdateApplicationTemplateDefault) GetPayload

func (*WaypointServiceUpdateApplicationTemplateDefault) IsClientError

IsClientError returns true when this waypoint service update application template default response has a 4xx status code

func (*WaypointServiceUpdateApplicationTemplateDefault) IsCode

IsCode returns true when this waypoint service update application template default response a status code equal to that given

func (*WaypointServiceUpdateApplicationTemplateDefault) IsRedirect

IsRedirect returns true when this waypoint service update application template default response has a 3xx status code

func (*WaypointServiceUpdateApplicationTemplateDefault) IsServerError

IsServerError returns true when this waypoint service update application template default response has a 5xx status code

func (*WaypointServiceUpdateApplicationTemplateDefault) IsSuccess

IsSuccess returns true when this waypoint service update application template default response has a 2xx status code

func (*WaypointServiceUpdateApplicationTemplateDefault) String

type WaypointServiceUpdateApplicationTemplateOK

type WaypointServiceUpdateApplicationTemplateOK struct {
	Payload *models.HashicorpCloudWaypointUpdateApplicationTemplateResponse
}

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

A successful response.

func NewWaypointServiceUpdateApplicationTemplateOK

func NewWaypointServiceUpdateApplicationTemplateOK() *WaypointServiceUpdateApplicationTemplateOK

NewWaypointServiceUpdateApplicationTemplateOK creates a WaypointServiceUpdateApplicationTemplateOK with default headers values

func (*WaypointServiceUpdateApplicationTemplateOK) Code

Code gets the status code for the waypoint service update application template o k response

func (*WaypointServiceUpdateApplicationTemplateOK) Error

func (*WaypointServiceUpdateApplicationTemplateOK) GetPayload

func (*WaypointServiceUpdateApplicationTemplateOK) IsClientError

IsClientError returns true when this waypoint service update application template o k response has a 4xx status code

func (*WaypointServiceUpdateApplicationTemplateOK) IsCode

IsCode returns true when this waypoint service update application template o k response a status code equal to that given

func (*WaypointServiceUpdateApplicationTemplateOK) IsRedirect

IsRedirect returns true when this waypoint service update application template o k response has a 3xx status code

func (*WaypointServiceUpdateApplicationTemplateOK) IsServerError

IsServerError returns true when this waypoint service update application template o k response has a 5xx status code

func (*WaypointServiceUpdateApplicationTemplateOK) IsSuccess

IsSuccess returns true when this waypoint service update application template o k response has a 2xx status code

func (*WaypointServiceUpdateApplicationTemplateOK) String

type WaypointServiceUpdateApplicationTemplateParams

type WaypointServiceUpdateApplicationTemplateParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointUpdateApplicationTemplateRequest

	/* ExistingApplicationTemplateID.

	   ID of the ApplicationTemplate
	*/
	ExistingApplicationTemplateID string

	// NamespaceID.
	NamespaceID string

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

WaypointServiceUpdateApplicationTemplateParams contains all the parameters to send to the API endpoint

for the waypoint service update application template operation.

Typically these are written to a http.Request.

func NewWaypointServiceUpdateApplicationTemplateParams

func NewWaypointServiceUpdateApplicationTemplateParams() *WaypointServiceUpdateApplicationTemplateParams

NewWaypointServiceUpdateApplicationTemplateParams creates a new WaypointServiceUpdateApplicationTemplateParams 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 NewWaypointServiceUpdateApplicationTemplateParamsWithContext

func NewWaypointServiceUpdateApplicationTemplateParamsWithContext(ctx context.Context) *WaypointServiceUpdateApplicationTemplateParams

NewWaypointServiceUpdateApplicationTemplateParamsWithContext creates a new WaypointServiceUpdateApplicationTemplateParams object with the ability to set a context for a request.

func NewWaypointServiceUpdateApplicationTemplateParamsWithHTTPClient

func NewWaypointServiceUpdateApplicationTemplateParamsWithHTTPClient(client *http.Client) *WaypointServiceUpdateApplicationTemplateParams

NewWaypointServiceUpdateApplicationTemplateParamsWithHTTPClient creates a new WaypointServiceUpdateApplicationTemplateParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceUpdateApplicationTemplateParamsWithTimeout

func NewWaypointServiceUpdateApplicationTemplateParamsWithTimeout(timeout time.Duration) *WaypointServiceUpdateApplicationTemplateParams

NewWaypointServiceUpdateApplicationTemplateParamsWithTimeout creates a new WaypointServiceUpdateApplicationTemplateParams object with the ability to set a timeout on a request.

func (*WaypointServiceUpdateApplicationTemplateParams) SetBody

SetBody adds the body to the waypoint service update application template params

func (*WaypointServiceUpdateApplicationTemplateParams) SetContext

SetContext adds the context to the waypoint service update application template params

func (*WaypointServiceUpdateApplicationTemplateParams) SetDefaults

SetDefaults hydrates default values in the waypoint service update application template params (not the query body).

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

func (*WaypointServiceUpdateApplicationTemplateParams) SetExistingApplicationTemplateID

func (o *WaypointServiceUpdateApplicationTemplateParams) SetExistingApplicationTemplateID(existingApplicationTemplateID string)

SetExistingApplicationTemplateID adds the existingApplicationTemplateId to the waypoint service update application template params

func (*WaypointServiceUpdateApplicationTemplateParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the waypoint service update application template params

func (*WaypointServiceUpdateApplicationTemplateParams) SetNamespaceID

func (o *WaypointServiceUpdateApplicationTemplateParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service update application template params

func (*WaypointServiceUpdateApplicationTemplateParams) SetTimeout

SetTimeout adds the timeout to the waypoint service update application template params

func (*WaypointServiceUpdateApplicationTemplateParams) WithBody

WithBody adds the body to the waypoint service update application template params

func (*WaypointServiceUpdateApplicationTemplateParams) WithContext

WithContext adds the context to the waypoint service update application template params

func (*WaypointServiceUpdateApplicationTemplateParams) WithDefaults

WithDefaults hydrates default values in the waypoint service update application template params (not the query body).

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

func (*WaypointServiceUpdateApplicationTemplateParams) WithExistingApplicationTemplateID

func (o *WaypointServiceUpdateApplicationTemplateParams) WithExistingApplicationTemplateID(existingApplicationTemplateID string) *WaypointServiceUpdateApplicationTemplateParams

WithExistingApplicationTemplateID adds the existingApplicationTemplateID to the waypoint service update application template params

func (*WaypointServiceUpdateApplicationTemplateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service update application template params

func (*WaypointServiceUpdateApplicationTemplateParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service update application template params

func (*WaypointServiceUpdateApplicationTemplateParams) WithTimeout

WithTimeout adds the timeout to the waypoint service update application template params

func (*WaypointServiceUpdateApplicationTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceUpdateApplicationTemplateReader

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

WaypointServiceUpdateApplicationTemplateReader is a Reader for the WaypointServiceUpdateApplicationTemplate structure.

func (*WaypointServiceUpdateApplicationTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WaypointServiceUpdateTFCConfigDefault

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

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

An unexpected error response.

func NewWaypointServiceUpdateTFCConfigDefault

func NewWaypointServiceUpdateTFCConfigDefault(code int) *WaypointServiceUpdateTFCConfigDefault

NewWaypointServiceUpdateTFCConfigDefault creates a WaypointServiceUpdateTFCConfigDefault with default headers values

func (*WaypointServiceUpdateTFCConfigDefault) Code

Code gets the status code for the waypoint service update t f c config default response

func (*WaypointServiceUpdateTFCConfigDefault) Error

func (*WaypointServiceUpdateTFCConfigDefault) GetPayload

func (*WaypointServiceUpdateTFCConfigDefault) IsClientError

func (o *WaypointServiceUpdateTFCConfigDefault) IsClientError() bool

IsClientError returns true when this waypoint service update t f c config default response has a 4xx status code

func (*WaypointServiceUpdateTFCConfigDefault) IsCode

IsCode returns true when this waypoint service update t f c config default response a status code equal to that given

func (*WaypointServiceUpdateTFCConfigDefault) IsRedirect

IsRedirect returns true when this waypoint service update t f c config default response has a 3xx status code

func (*WaypointServiceUpdateTFCConfigDefault) IsServerError

func (o *WaypointServiceUpdateTFCConfigDefault) IsServerError() bool

IsServerError returns true when this waypoint service update t f c config default response has a 5xx status code

func (*WaypointServiceUpdateTFCConfigDefault) IsSuccess

IsSuccess returns true when this waypoint service update t f c config default response has a 2xx status code

func (*WaypointServiceUpdateTFCConfigDefault) String

type WaypointServiceUpdateTFCConfigOK

type WaypointServiceUpdateTFCConfigOK struct {
	Payload *models.HashicorpCloudWaypointUpdateTFCConfigResponse
}

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

A successful response.

func NewWaypointServiceUpdateTFCConfigOK

func NewWaypointServiceUpdateTFCConfigOK() *WaypointServiceUpdateTFCConfigOK

NewWaypointServiceUpdateTFCConfigOK creates a WaypointServiceUpdateTFCConfigOK with default headers values

func (*WaypointServiceUpdateTFCConfigOK) Code

Code gets the status code for the waypoint service update t f c config o k response

func (*WaypointServiceUpdateTFCConfigOK) Error

func (*WaypointServiceUpdateTFCConfigOK) GetPayload

func (*WaypointServiceUpdateTFCConfigOK) IsClientError

func (o *WaypointServiceUpdateTFCConfigOK) IsClientError() bool

IsClientError returns true when this waypoint service update t f c config o k response has a 4xx status code

func (*WaypointServiceUpdateTFCConfigOK) IsCode

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

IsCode returns true when this waypoint service update t f c config o k response a status code equal to that given

func (*WaypointServiceUpdateTFCConfigOK) IsRedirect

func (o *WaypointServiceUpdateTFCConfigOK) IsRedirect() bool

IsRedirect returns true when this waypoint service update t f c config o k response has a 3xx status code

func (*WaypointServiceUpdateTFCConfigOK) IsServerError

func (o *WaypointServiceUpdateTFCConfigOK) IsServerError() bool

IsServerError returns true when this waypoint service update t f c config o k response has a 5xx status code

func (*WaypointServiceUpdateTFCConfigOK) IsSuccess

func (o *WaypointServiceUpdateTFCConfigOK) IsSuccess() bool

IsSuccess returns true when this waypoint service update t f c config o k response has a 2xx status code

func (*WaypointServiceUpdateTFCConfigOK) String

type WaypointServiceUpdateTFCConfigParams

type WaypointServiceUpdateTFCConfigParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointUpdateTFCConfigRequest

	// NamespaceID.
	NamespaceID string

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

WaypointServiceUpdateTFCConfigParams contains all the parameters to send to the API endpoint

for the waypoint service update t f c config operation.

Typically these are written to a http.Request.

func NewWaypointServiceUpdateTFCConfigParams

func NewWaypointServiceUpdateTFCConfigParams() *WaypointServiceUpdateTFCConfigParams

NewWaypointServiceUpdateTFCConfigParams creates a new WaypointServiceUpdateTFCConfigParams 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 NewWaypointServiceUpdateTFCConfigParamsWithContext

func NewWaypointServiceUpdateTFCConfigParamsWithContext(ctx context.Context) *WaypointServiceUpdateTFCConfigParams

NewWaypointServiceUpdateTFCConfigParamsWithContext creates a new WaypointServiceUpdateTFCConfigParams object with the ability to set a context for a request.

func NewWaypointServiceUpdateTFCConfigParamsWithHTTPClient

func NewWaypointServiceUpdateTFCConfigParamsWithHTTPClient(client *http.Client) *WaypointServiceUpdateTFCConfigParams

NewWaypointServiceUpdateTFCConfigParamsWithHTTPClient creates a new WaypointServiceUpdateTFCConfigParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceUpdateTFCConfigParamsWithTimeout

func NewWaypointServiceUpdateTFCConfigParamsWithTimeout(timeout time.Duration) *WaypointServiceUpdateTFCConfigParams

NewWaypointServiceUpdateTFCConfigParamsWithTimeout creates a new WaypointServiceUpdateTFCConfigParams object with the ability to set a timeout on a request.

func (*WaypointServiceUpdateTFCConfigParams) SetBody

SetBody adds the body to the waypoint service update t f c config params

func (*WaypointServiceUpdateTFCConfigParams) SetContext

SetContext adds the context to the waypoint service update t f c config params

func (*WaypointServiceUpdateTFCConfigParams) SetDefaults

func (o *WaypointServiceUpdateTFCConfigParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service update t f c config params (not the query body).

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

func (*WaypointServiceUpdateTFCConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the waypoint service update t f c config params

func (*WaypointServiceUpdateTFCConfigParams) SetNamespaceID

func (o *WaypointServiceUpdateTFCConfigParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service update t f c config params

func (*WaypointServiceUpdateTFCConfigParams) SetTimeout

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

SetTimeout adds the timeout to the waypoint service update t f c config params

func (*WaypointServiceUpdateTFCConfigParams) WithBody

WithBody adds the body to the waypoint service update t f c config params

func (*WaypointServiceUpdateTFCConfigParams) WithContext

WithContext adds the context to the waypoint service update t f c config params

func (*WaypointServiceUpdateTFCConfigParams) WithDefaults

WithDefaults hydrates default values in the waypoint service update t f c config params (not the query body).

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

func (*WaypointServiceUpdateTFCConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the waypoint service update t f c config params

func (*WaypointServiceUpdateTFCConfigParams) WithNamespaceID

WithNamespaceID adds the namespaceID to the waypoint service update t f c config params

func (*WaypointServiceUpdateTFCConfigParams) WithTimeout

WithTimeout adds the timeout to the waypoint service update t f c config params

func (*WaypointServiceUpdateTFCConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WaypointServiceUpdateTFCConfigReader

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

WaypointServiceUpdateTFCConfigReader is a Reader for the WaypointServiceUpdateTFCConfig structure.

func (*WaypointServiceUpdateTFCConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

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