waypoint_service

package
v0.94.0 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 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) WaypointServiceCreateActionConfig ¶ added in v0.84.0

func (a *Client) WaypointServiceCreateActionConfig(params *WaypointServiceCreateActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceCreateActionConfigOK, error)

WaypointServiceCreateActionConfig waypoint service create action config API

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) WaypointServiceCreateAgentGroup ¶ added in v0.84.0

func (a *Client) WaypointServiceCreateAgentGroup(params *WaypointServiceCreateAgentGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceCreateAgentGroupOK, error)

WaypointServiceCreateAgentGroup creates agent group creates a new agent group

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 application template

func (*Client) WaypointServiceCreateApplicationTemplate2 ¶ added in v0.91.0

WaypointServiceCreateApplicationTemplate2 creates application template creates a new application template

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 creates t f c config creates a terraform cloud configuration

func (*Client) WaypointServiceDeleteActionConfig ¶ added in v0.84.0

func (a *Client) WaypointServiceDeleteActionConfig(params *WaypointServiceDeleteActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDeleteActionConfigOK, error)

WaypointServiceDeleteActionConfig waypoint service delete action config API

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) WaypointServiceDeleteAddOnDefinition2 ¶ added in v0.88.0

func (a *Client) WaypointServiceDeleteAddOnDefinition2(params *WaypointServiceDeleteAddOnDefinition2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDeleteAddOnDefinition2OK, error)

WaypointServiceDeleteAddOnDefinition2 deletes add on definition deletes an existing add on definition

func (*Client) WaypointServiceDeleteAgentGroup ¶ added in v0.84.0

func (a *Client) WaypointServiceDeleteAgentGroup(params *WaypointServiceDeleteAgentGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDeleteAgentGroupOK, error)

WaypointServiceDeleteAgentGroup deletes agent group deletes an agent group

func (*Client) WaypointServiceDeleteApplicationTemplate ¶

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

func (*Client) WaypointServiceDeleteApplicationTemplate2 ¶ added in v0.88.0

WaypointServiceDeleteApplicationTemplate2 deletes application template deletes a application template by the application template name or id

func (*Client) WaypointServiceDeleteApplicationTemplate3 ¶ added in v0.91.0

WaypointServiceDeleteApplicationTemplate3 deletes application template deletes a application template by the application template name or id

func (*Client) WaypointServiceDeleteApplicationTemplate4 ¶ added in v0.91.0

WaypointServiceDeleteApplicationTemplate4 deletes application template deletes a application template by the application template 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) WaypointServiceDestroyAddOn2 ¶ added in v0.88.0

func (a *Client) WaypointServiceDestroyAddOn2(params *WaypointServiceDestroyAddOn2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDestroyAddOn2OK, error)

WaypointServiceDestroyAddOn2 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) WaypointServiceDestroyApplication2 ¶ added in v0.88.0

func (a *Client) WaypointServiceDestroyApplication2(params *WaypointServiceDestroyApplication2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDestroyApplication2OK, error)

WaypointServiceDestroyApplication2 waypoint service destroy application2 API

func (*Client) WaypointServiceEndingAction ¶ added in v0.84.0

func (a *Client) WaypointServiceEndingAction(params *WaypointServiceEndingActionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceEndingActionOK, error)

WaypointServiceEndingAction endings action is run by the agent after it s operation finishes and it called starting action before running the operation it includes the action run id that was retrieved from starting action this also includes the ability to send a final status log message that will be included for the action run

func (*Client) WaypointServiceGetActionConfig ¶ added in v0.84.0

func (a *Client) WaypointServiceGetActionConfig(params *WaypointServiceGetActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetActionConfigOK, error)

WaypointServiceGetActionConfig configs endpoints

func (*Client) WaypointServiceGetActionRun ¶ added in v0.84.0

func (a *Client) WaypointServiceGetActionRun(params *WaypointServiceGetActionRunParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetActionRunOK, error)

WaypointServiceGetActionRun waypoint service get action run 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) WaypointServiceGetAgentGroup ¶ added in v0.84.0

func (a *Client) WaypointServiceGetAgentGroup(params *WaypointServiceGetAgentGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetAgentGroupOK, error)

WaypointServiceGetAgentGroup gets agent group returns the information about the specified group

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 application template by the application template name or id

func (*Client) WaypointServiceGetApplicationTemplate2 ¶

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

func (*Client) WaypointServiceGetApplicationTemplate3 ¶ added in v0.91.0

WaypointServiceGetApplicationTemplate3 gets application template returns a application template by the application template name or id

func (*Client) WaypointServiceGetApplicationTemplate4 ¶ added in v0.91.0

WaypointServiceGetApplicationTemplate4 gets application template returns a application template by the application template 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 gets t f c config gets the server stored terraform cloud config

func (*Client) WaypointServiceGetTFModuleDetails ¶ added in v0.81.0

func (a *Client) WaypointServiceGetTFModuleDetails(params *WaypointServiceGetTFModuleDetailsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetTFModuleDetailsOK, error)

WaypointServiceGetTFModuleDetails waypoint service get t f module details API

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) WaypointServiceListActionConfigs ¶ added in v0.84.0

func (a *Client) WaypointServiceListActionConfigs(params *WaypointServiceListActionConfigsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListActionConfigsOK, error)

WaypointServiceListActionConfigs waypoint service list action configs API

func (*Client) WaypointServiceListActionRuns ¶ added in v0.84.0

func (a *Client) WaypointServiceListActionRuns(params *WaypointServiceListActionRunsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListActionRunsOK, error)

WaypointServiceListActionRuns lists all action runs for a given config

func (*Client) WaypointServiceListActionRuns2 ¶ added in v0.92.0

func (a *Client) WaypointServiceListActionRuns2(params *WaypointServiceListActionRuns2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListActionRuns2OK, error)

WaypointServiceListActionRuns2 lists all action runs for a given config

func (*Client) WaypointServiceListActionRunsByNamespace ¶ added in v0.92.0

WaypointServiceListActionRunsByNamespace lists all action runs for the entire namespace for all configs

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) WaypointServiceListAgentGroups ¶ added in v0.84.0

func (a *Client) WaypointServiceListAgentGroups(params *WaypointServiceListAgentGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListAgentGroupsOK, error)

WaypointServiceListAgentGroups lists agent groups returns the agent groups defined on the h c p project

func (*Client) WaypointServiceListApplicationTemplates ¶

WaypointServiceListApplicationTemplates lists application templates returns a list of all application templates known

func (*Client) WaypointServiceListApplicationTemplates2 ¶ added in v0.91.0

WaypointServiceListApplicationTemplates2 lists application templates returns a list of all application templates known

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) WaypointServiceListTFCOrganizations ¶ added in v0.81.0

func (a *Client) WaypointServiceListTFCOrganizations(params *WaypointServiceListTFCOrganizationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListTFCOrganizationsOK, error)

WaypointServiceListTFCOrganizations waypoint service list t f c organizations API

func (*Client) WaypointServiceListTFCProjects ¶ added in v0.81.0

func (a *Client) WaypointServiceListTFCProjects(params *WaypointServiceListTFCProjectsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListTFCProjectsOK, error)

WaypointServiceListTFCProjects lists t f c projects returns a list of available t f c projects for the configured t f c organization

func (*Client) WaypointServiceQueueAgentOperation ¶ added in v0.84.0

func (a *Client) WaypointServiceQueueAgentOperation(params *WaypointServiceQueueAgentOperationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceQueueAgentOperationOK, error)

WaypointServiceQueueAgentOperation useds by any code that wishes to have an agent execute an operation this places a new operation into the queue for a specific group a future caller of retrieve agent operation will then return that operation

func (*Client) WaypointServiceRetrieveAgentOperation ¶ added in v0.84.0

func (a *Client) WaypointServiceRetrieveAgentOperation(params *WaypointServiceRetrieveAgentOperationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceRetrieveAgentOperationOK, error)

WaypointServiceRetrieveAgentOperation useds by the agent itself retrieve agent operation returns any available operations from the specified groups the agent polls on this endpoint every 60 seconds by default

func (*Client) WaypointServiceRunAction ¶ added in v0.84.0

func (a *Client) WaypointServiceRunAction(params *WaypointServiceRunActionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceRunActionOK, error)

WaypointServiceRunAction runnings actions

func (*Client) WaypointServiceSendStatusLog ¶ added in v0.84.0

func (a *Client) WaypointServiceSendStatusLog(params *WaypointServiceSendStatusLogParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceSendStatusLogOK, error)

WaypointServiceSendStatusLog statuses logs for action runs

func (*Client) WaypointServiceStartingAction ¶ added in v0.84.0

func (a *Client) WaypointServiceStartingAction(params *WaypointServiceStartingActionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceStartingActionOK, error)

WaypointServiceStartingAction startings action is run by the agent after retrieving an operation and seeing an action config id specified on the operation this allows for agents to integrate with actions closely

func (*Client) WaypointServiceUIBulkUpdateActionAssignForApp ¶ added in v0.93.0

WaypointServiceUIBulkUpdateActionAssignForApp waypoint service UI bulk update action assign for app API

func (*Client) WaypointServiceUIGetActionConfigBundle ¶ added in v0.88.0

WaypointServiceUIGetActionConfigBundle waypoint service UI get action config bundle API

func (*Client) WaypointServiceUIGetActionConfigBundle2 ¶ added in v0.88.0

WaypointServiceUIGetActionConfigBundle2 waypoint service UI get action config bundle2 API

func (*Client) WaypointServiceUIGetApplicationBundle ¶ added in v0.84.0

func (a *Client) WaypointServiceUIGetApplicationBundle(params *WaypointServiceUIGetApplicationBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUIGetApplicationBundleOK, error)

WaypointServiceUIGetApplicationBundle gets application bundle will return an application and any associated action configs it may have

func (*Client) WaypointServiceUIGetApplicationBundle2 ¶ added in v0.84.0

WaypointServiceUIGetApplicationBundle2 gets application bundle will return an application and any associated action configs it may have

func (*Client) WaypointServiceUIGetApplicationTemplateBundle ¶ added in v0.91.0

WaypointServiceUIGetApplicationTemplateBundle gets application template returns a application template by the application template name or id

func (*Client) WaypointServiceUIGetApplicationTemplateBundle2 ¶ added in v0.91.0

WaypointServiceUIGetApplicationTemplateBundle2 gets application template returns a application template by the application template name or id

func (*Client) WaypointServiceUIListActionConfigBundles ¶ added in v0.84.0

WaypointServiceUIListActionConfigBundles UIs bundle endpoints

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) WaypointServiceUpdateActionConfig ¶ added in v0.84.0

func (a *Client) WaypointServiceUpdateActionConfig(params *WaypointServiceUpdateActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUpdateActionConfigOK, error)

WaypointServiceUpdateActionConfig waypoint service update action config API

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) WaypointServiceUpdateAddOnDefinition2 ¶ added in v0.88.0

func (a *Client) WaypointServiceUpdateAddOnDefinition2(params *WaypointServiceUpdateAddOnDefinition2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUpdateAddOnDefinition2OK, error)

WaypointServiceUpdateAddOnDefinition2 updates add on definition updates an existing add on definition

func (*Client) WaypointServiceUpdateAgentGroup ¶ added in v0.88.0

func (a *Client) WaypointServiceUpdateAgentGroup(params *WaypointServiceUpdateAgentGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUpdateAgentGroupOK, error)

WaypointServiceUpdateAgentGroup updates agent group updates an agent group

func (*Client) WaypointServiceUpdateApplication ¶

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

WaypointServiceUpdateApplication waypoint service update application API

func (*Client) WaypointServiceUpdateApplication2 ¶ added in v0.91.0

func (a *Client) WaypointServiceUpdateApplication2(params *WaypointServiceUpdateApplication2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUpdateApplication2OK, error)

WaypointServiceUpdateApplication2 waypoint service update application2 API

func (*Client) WaypointServiceUpdateApplicationTemplate ¶

WaypointServiceUpdateApplicationTemplate updates application template updates an existing application template

func (*Client) WaypointServiceUpdateApplicationTemplate2 ¶ added in v0.88.0

WaypointServiceUpdateApplicationTemplate2 updates application template updates an existing application template

func (*Client) WaypointServiceUpdateApplicationTemplate3 ¶ added in v0.91.0

WaypointServiceUpdateApplicationTemplate3 updates application template updates an existing application template

func (*Client) WaypointServiceUpdateApplicationTemplate4 ¶ added in v0.91.0

WaypointServiceUpdateApplicationTemplate4 updates application template updates an existing application template

func (*Client) WaypointServiceUpdateApplicationsList ¶ added in v0.88.0

func (a *Client) WaypointServiceUpdateApplicationsList(params *WaypointServiceUpdateApplicationsListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUpdateApplicationsListOK, error)

WaypointServiceUpdateApplicationsList ns o t e briancain in the future this could be used as part of a application template upgrade i e apply updates to all inherited apps in a single rpc

func (*Client) WaypointServiceUpdateTFCConfig ¶

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

WaypointServiceUpdateTFCConfig updates t f c config updates a terraform cloud configuration

func (*Client) WaypointServiceValidateAgentGroups ¶ added in v0.84.0

func (a *Client) WaypointServiceValidateAgentGroups(params *WaypointServiceValidateAgentGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceValidateAgentGroupsOK, error)

WaypointServiceValidateAgentGroups validates agent groups is called by the agent on startup to check that the groups it is listening on are valid groups

type ClientOption ¶

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService ¶

type ClientService interface {
	WaypointServiceCreateActionConfig(params *WaypointServiceCreateActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceCreateActionConfigOK, error)

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

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

	WaypointServiceCreateAgentGroup(params *WaypointServiceCreateAgentGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceCreateAgentGroupOK, error)

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

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

	WaypointServiceCreateApplicationTemplate2(params *WaypointServiceCreateApplicationTemplate2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceCreateApplicationTemplate2OK, error)

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

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

	WaypointServiceDeleteActionConfig(params *WaypointServiceDeleteActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDeleteActionConfigOK, error)

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

	WaypointServiceDeleteAddOnDefinition2(params *WaypointServiceDeleteAddOnDefinition2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDeleteAddOnDefinition2OK, error)

	WaypointServiceDeleteAgentGroup(params *WaypointServiceDeleteAgentGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDeleteAgentGroupOK, error)

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

	WaypointServiceDeleteApplicationTemplate2(params *WaypointServiceDeleteApplicationTemplate2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDeleteApplicationTemplate2OK, error)

	WaypointServiceDeleteApplicationTemplate3(params *WaypointServiceDeleteApplicationTemplate3Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDeleteApplicationTemplate3OK, error)

	WaypointServiceDeleteApplicationTemplate4(params *WaypointServiceDeleteApplicationTemplate4Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDeleteApplicationTemplate4OK, 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)

	WaypointServiceDestroyAddOn2(params *WaypointServiceDestroyAddOn2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDestroyAddOn2OK, error)

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

	WaypointServiceDestroyApplication2(params *WaypointServiceDestroyApplication2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceDestroyApplication2OK, error)

	WaypointServiceEndingAction(params *WaypointServiceEndingActionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceEndingActionOK, error)

	WaypointServiceGetActionConfig(params *WaypointServiceGetActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetActionConfigOK, error)

	WaypointServiceGetActionRun(params *WaypointServiceGetActionRunParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetActionRunOK, 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)

	WaypointServiceGetAgentGroup(params *WaypointServiceGetAgentGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetAgentGroupOK, 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)

	WaypointServiceGetApplicationTemplate3(params *WaypointServiceGetApplicationTemplate3Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetApplicationTemplate3OK, error)

	WaypointServiceGetApplicationTemplate4(params *WaypointServiceGetApplicationTemplate4Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetApplicationTemplate4OK, error)

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

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

	WaypointServiceGetTFModuleDetails(params *WaypointServiceGetTFModuleDetailsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceGetTFModuleDetailsOK, error)

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

	WaypointServiceListActionConfigs(params *WaypointServiceListActionConfigsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListActionConfigsOK, error)

	WaypointServiceListActionRuns(params *WaypointServiceListActionRunsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListActionRunsOK, error)

	WaypointServiceListActionRuns2(params *WaypointServiceListActionRuns2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListActionRuns2OK, error)

	WaypointServiceListActionRunsByNamespace(params *WaypointServiceListActionRunsByNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListActionRunsByNamespaceOK, error)

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

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

	WaypointServiceListAgentGroups(params *WaypointServiceListAgentGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListAgentGroupsOK, error)

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

	WaypointServiceListApplicationTemplates2(params *WaypointServiceListApplicationTemplates2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListApplicationTemplates2OK, error)

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

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

	WaypointServiceListTFCOrganizations(params *WaypointServiceListTFCOrganizationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListTFCOrganizationsOK, error)

	WaypointServiceListTFCProjects(params *WaypointServiceListTFCProjectsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceListTFCProjectsOK, error)

	WaypointServiceQueueAgentOperation(params *WaypointServiceQueueAgentOperationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceQueueAgentOperationOK, error)

	WaypointServiceRetrieveAgentOperation(params *WaypointServiceRetrieveAgentOperationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceRetrieveAgentOperationOK, error)

	WaypointServiceRunAction(params *WaypointServiceRunActionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceRunActionOK, error)

	WaypointServiceSendStatusLog(params *WaypointServiceSendStatusLogParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceSendStatusLogOK, error)

	WaypointServiceStartingAction(params *WaypointServiceStartingActionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceStartingActionOK, error)

	WaypointServiceUIListActionConfigBundles(params *WaypointServiceUIListActionConfigBundlesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUIListActionConfigBundlesOK, error)

	WaypointServiceUIBulkUpdateActionAssignForApp(params *WaypointServiceUIBulkUpdateActionAssignForAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUIBulkUpdateActionAssignForAppOK, error)

	WaypointServiceUIGetActionConfigBundle(params *WaypointServiceUIGetActionConfigBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUIGetActionConfigBundleOK, error)

	WaypointServiceUIGetActionConfigBundle2(params *WaypointServiceUIGetActionConfigBundle2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUIGetActionConfigBundle2OK, error)

	WaypointServiceUIGetApplicationBundle(params *WaypointServiceUIGetApplicationBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUIGetApplicationBundleOK, error)

	WaypointServiceUIGetApplicationBundle2(params *WaypointServiceUIGetApplicationBundle2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUIGetApplicationBundle2OK, error)

	WaypointServiceUIGetApplicationTemplateBundle(params *WaypointServiceUIGetApplicationTemplateBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUIGetApplicationTemplateBundleOK, error)

	WaypointServiceUIGetApplicationTemplateBundle2(params *WaypointServiceUIGetApplicationTemplateBundle2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUIGetApplicationTemplateBundle2OK, error)

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

	WaypointServiceUpdateActionConfig(params *WaypointServiceUpdateActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUpdateActionConfigOK, error)

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

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

	WaypointServiceUpdateAddOnDefinition2(params *WaypointServiceUpdateAddOnDefinition2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUpdateAddOnDefinition2OK, error)

	WaypointServiceUpdateAgentGroup(params *WaypointServiceUpdateAgentGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUpdateAgentGroupOK, error)

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

	WaypointServiceUpdateApplication2(params *WaypointServiceUpdateApplication2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUpdateApplication2OK, error)

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

	WaypointServiceUpdateApplicationTemplate2(params *WaypointServiceUpdateApplicationTemplate2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUpdateApplicationTemplate2OK, error)

	WaypointServiceUpdateApplicationTemplate3(params *WaypointServiceUpdateApplicationTemplate3Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUpdateApplicationTemplate3OK, error)

	WaypointServiceUpdateApplicationTemplate4(params *WaypointServiceUpdateApplicationTemplate4Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUpdateApplicationTemplate4OK, error)

	WaypointServiceUpdateApplicationsList(params *WaypointServiceUpdateApplicationsListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceUpdateApplicationsListOK, error)

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

	WaypointServiceValidateAgentGroups(params *WaypointServiceValidateAgentGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WaypointServiceValidateAgentGroupsOK, 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 WaypointServiceCreateActionConfigDefault ¶ added in v0.84.0

type WaypointServiceCreateActionConfigDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceCreateActionConfigDefault ¶ added in v0.84.0

func NewWaypointServiceCreateActionConfigDefault(code int) *WaypointServiceCreateActionConfigDefault

NewWaypointServiceCreateActionConfigDefault creates a WaypointServiceCreateActionConfigDefault with default headers values

func (*WaypointServiceCreateActionConfigDefault) Code ¶ added in v0.84.0

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

func (*WaypointServiceCreateActionConfigDefault) Error ¶ added in v0.84.0

func (*WaypointServiceCreateActionConfigDefault) GetPayload ¶ added in v0.84.0

func (*WaypointServiceCreateActionConfigDefault) IsClientError ¶ added in v0.84.0

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

func (*WaypointServiceCreateActionConfigDefault) IsCode ¶ added in v0.84.0

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

func (*WaypointServiceCreateActionConfigDefault) IsRedirect ¶ added in v0.84.0

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

func (*WaypointServiceCreateActionConfigDefault) IsServerError ¶ added in v0.84.0

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

func (*WaypointServiceCreateActionConfigDefault) IsSuccess ¶ added in v0.84.0

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

func (*WaypointServiceCreateActionConfigDefault) String ¶ added in v0.84.0

type WaypointServiceCreateActionConfigOK ¶ added in v0.84.0

type WaypointServiceCreateActionConfigOK struct {
	Payload *models.HashicorpCloudWaypointCreateActionConfigResponse
}

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

A successful response.

func NewWaypointServiceCreateActionConfigOK ¶ added in v0.84.0

func NewWaypointServiceCreateActionConfigOK() *WaypointServiceCreateActionConfigOK

NewWaypointServiceCreateActionConfigOK creates a WaypointServiceCreateActionConfigOK with default headers values

func (*WaypointServiceCreateActionConfigOK) Code ¶ added in v0.84.0

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

func (*WaypointServiceCreateActionConfigOK) Error ¶ added in v0.84.0

func (*WaypointServiceCreateActionConfigOK) GetPayload ¶ added in v0.84.0

func (*WaypointServiceCreateActionConfigOK) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceCreateActionConfigOK) IsClientError() bool

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

func (*WaypointServiceCreateActionConfigOK) IsCode ¶ added in v0.84.0

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

func (*WaypointServiceCreateActionConfigOK) IsRedirect ¶ added in v0.84.0

func (o *WaypointServiceCreateActionConfigOK) IsRedirect() bool

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

func (*WaypointServiceCreateActionConfigOK) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceCreateActionConfigOK) IsServerError() bool

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

func (*WaypointServiceCreateActionConfigOK) IsSuccess ¶ added in v0.84.0

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

func (*WaypointServiceCreateActionConfigOK) String ¶ added in v0.84.0

type WaypointServiceCreateActionConfigParams ¶ added in v0.84.0

type WaypointServiceCreateActionConfigParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointWaypointServiceCreateActionConfigBody

	// NamespaceID.
	NamespaceID string

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

WaypointServiceCreateActionConfigParams contains all the parameters to send to the API endpoint

for the waypoint service create action config operation.

Typically these are written to a http.Request.

func NewWaypointServiceCreateActionConfigParams ¶ added in v0.84.0

func NewWaypointServiceCreateActionConfigParams() *WaypointServiceCreateActionConfigParams

NewWaypointServiceCreateActionConfigParams creates a new WaypointServiceCreateActionConfigParams 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 NewWaypointServiceCreateActionConfigParamsWithContext ¶ added in v0.84.0

func NewWaypointServiceCreateActionConfigParamsWithContext(ctx context.Context) *WaypointServiceCreateActionConfigParams

NewWaypointServiceCreateActionConfigParamsWithContext creates a new WaypointServiceCreateActionConfigParams object with the ability to set a context for a request.

func NewWaypointServiceCreateActionConfigParamsWithHTTPClient ¶ added in v0.84.0

func NewWaypointServiceCreateActionConfigParamsWithHTTPClient(client *http.Client) *WaypointServiceCreateActionConfigParams

NewWaypointServiceCreateActionConfigParamsWithHTTPClient creates a new WaypointServiceCreateActionConfigParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceCreateActionConfigParamsWithTimeout ¶ added in v0.84.0

func NewWaypointServiceCreateActionConfigParamsWithTimeout(timeout time.Duration) *WaypointServiceCreateActionConfigParams

NewWaypointServiceCreateActionConfigParamsWithTimeout creates a new WaypointServiceCreateActionConfigParams object with the ability to set a timeout on a request.

func (*WaypointServiceCreateActionConfigParams) SetBody ¶ added in v0.84.0

SetBody adds the body to the waypoint service create action config params

func (*WaypointServiceCreateActionConfigParams) SetContext ¶ added in v0.84.0

SetContext adds the context to the waypoint service create action config params

func (*WaypointServiceCreateActionConfigParams) SetDefaults ¶ added in v0.84.0

func (o *WaypointServiceCreateActionConfigParams) SetDefaults()

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

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

func (*WaypointServiceCreateActionConfigParams) SetHTTPClient ¶ added in v0.84.0

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

SetHTTPClient adds the HTTPClient to the waypoint service create action config params

func (*WaypointServiceCreateActionConfigParams) SetNamespaceID ¶ added in v0.84.0

func (o *WaypointServiceCreateActionConfigParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service create action config params

func (*WaypointServiceCreateActionConfigParams) SetTimeout ¶ added in v0.84.0

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

SetTimeout adds the timeout to the waypoint service create action config params

func (*WaypointServiceCreateActionConfigParams) WithBody ¶ added in v0.84.0

WithBody adds the body to the waypoint service create action config params

func (*WaypointServiceCreateActionConfigParams) WithContext ¶ added in v0.84.0

WithContext adds the context to the waypoint service create action config params

func (*WaypointServiceCreateActionConfigParams) WithDefaults ¶ added in v0.84.0

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

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

func (*WaypointServiceCreateActionConfigParams) WithHTTPClient ¶ added in v0.84.0

WithHTTPClient adds the HTTPClient to the waypoint service create action config params

func (*WaypointServiceCreateActionConfigParams) WithNamespaceID ¶ added in v0.84.0

WithNamespaceID adds the namespaceID to the waypoint service create action config params

func (*WaypointServiceCreateActionConfigParams) WithTimeout ¶ added in v0.84.0

WithTimeout adds the timeout to the waypoint service create action config params

func (*WaypointServiceCreateActionConfigParams) WriteToRequest ¶ added in v0.84.0

WriteToRequest writes these params to a swagger request

type WaypointServiceCreateActionConfigReader ¶ added in v0.84.0

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

WaypointServiceCreateActionConfigReader is a Reader for the WaypointServiceCreateActionConfig structure.

func (*WaypointServiceCreateActionConfigReader) ReadResponse ¶ added in v0.84.0

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

ReadResponse reads a server response into the received o.

type WaypointServiceCreateAddOnDefault ¶

type WaypointServiceCreateAddOnDefault struct {
	Payload *cloud.GoogleRPCStatus
	// 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.GoogleRPCStatus
	// 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.HashicorpCloudWaypointWaypointServiceCreateAddOnDefinitionBody

	// 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.HashicorpCloudWaypointWaypointServiceCreateAddOnBody

	// 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 WaypointServiceCreateAgentGroupDefault ¶ added in v0.84.0

type WaypointServiceCreateAgentGroupDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceCreateAgentGroupDefault ¶ added in v0.84.0

func NewWaypointServiceCreateAgentGroupDefault(code int) *WaypointServiceCreateAgentGroupDefault

NewWaypointServiceCreateAgentGroupDefault creates a WaypointServiceCreateAgentGroupDefault with default headers values

func (*WaypointServiceCreateAgentGroupDefault) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service create agent group default response

func (*WaypointServiceCreateAgentGroupDefault) Error ¶ added in v0.84.0

func (*WaypointServiceCreateAgentGroupDefault) GetPayload ¶ added in v0.84.0

func (*WaypointServiceCreateAgentGroupDefault) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceCreateAgentGroupDefault) IsClientError() bool

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

func (*WaypointServiceCreateAgentGroupDefault) IsCode ¶ added in v0.84.0

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

func (*WaypointServiceCreateAgentGroupDefault) IsRedirect ¶ added in v0.84.0

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

func (*WaypointServiceCreateAgentGroupDefault) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceCreateAgentGroupDefault) IsServerError() bool

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

func (*WaypointServiceCreateAgentGroupDefault) IsSuccess ¶ added in v0.84.0

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

func (*WaypointServiceCreateAgentGroupDefault) String ¶ added in v0.84.0

type WaypointServiceCreateAgentGroupOK ¶ added in v0.84.0

type WaypointServiceCreateAgentGroupOK struct {
	Payload models.HashicorpCloudWaypointCreateAgentGroupResponse
}

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

A successful response.

func NewWaypointServiceCreateAgentGroupOK ¶ added in v0.84.0

func NewWaypointServiceCreateAgentGroupOK() *WaypointServiceCreateAgentGroupOK

NewWaypointServiceCreateAgentGroupOK creates a WaypointServiceCreateAgentGroupOK with default headers values

func (*WaypointServiceCreateAgentGroupOK) Code ¶ added in v0.84.0

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

func (*WaypointServiceCreateAgentGroupOK) Error ¶ added in v0.84.0

func (*WaypointServiceCreateAgentGroupOK) GetPayload ¶ added in v0.84.0

func (*WaypointServiceCreateAgentGroupOK) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceCreateAgentGroupOK) IsClientError() bool

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

func (*WaypointServiceCreateAgentGroupOK) IsCode ¶ added in v0.84.0

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

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

func (*WaypointServiceCreateAgentGroupOK) IsRedirect ¶ added in v0.84.0

func (o *WaypointServiceCreateAgentGroupOK) IsRedirect() bool

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

func (*WaypointServiceCreateAgentGroupOK) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceCreateAgentGroupOK) IsServerError() bool

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

func (*WaypointServiceCreateAgentGroupOK) IsSuccess ¶ added in v0.84.0

func (o *WaypointServiceCreateAgentGroupOK) IsSuccess() bool

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

func (*WaypointServiceCreateAgentGroupOK) String ¶ added in v0.84.0

type WaypointServiceCreateAgentGroupParams ¶ added in v0.84.0

type WaypointServiceCreateAgentGroupParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointWaypointServiceCreateAgentGroupBody

	// NamespaceID.
	NamespaceID string

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

WaypointServiceCreateAgentGroupParams contains all the parameters to send to the API endpoint

for the waypoint service create agent group operation.

Typically these are written to a http.Request.

func NewWaypointServiceCreateAgentGroupParams ¶ added in v0.84.0

func NewWaypointServiceCreateAgentGroupParams() *WaypointServiceCreateAgentGroupParams

NewWaypointServiceCreateAgentGroupParams creates a new WaypointServiceCreateAgentGroupParams 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 NewWaypointServiceCreateAgentGroupParamsWithContext ¶ added in v0.84.0

func NewWaypointServiceCreateAgentGroupParamsWithContext(ctx context.Context) *WaypointServiceCreateAgentGroupParams

NewWaypointServiceCreateAgentGroupParamsWithContext creates a new WaypointServiceCreateAgentGroupParams object with the ability to set a context for a request.

func NewWaypointServiceCreateAgentGroupParamsWithHTTPClient ¶ added in v0.84.0

func NewWaypointServiceCreateAgentGroupParamsWithHTTPClient(client *http.Client) *WaypointServiceCreateAgentGroupParams

NewWaypointServiceCreateAgentGroupParamsWithHTTPClient creates a new WaypointServiceCreateAgentGroupParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceCreateAgentGroupParamsWithTimeout ¶ added in v0.84.0

func NewWaypointServiceCreateAgentGroupParamsWithTimeout(timeout time.Duration) *WaypointServiceCreateAgentGroupParams

NewWaypointServiceCreateAgentGroupParamsWithTimeout creates a new WaypointServiceCreateAgentGroupParams object with the ability to set a timeout on a request.

func (*WaypointServiceCreateAgentGroupParams) SetBody ¶ added in v0.84.0

SetBody adds the body to the waypoint service create agent group params

func (*WaypointServiceCreateAgentGroupParams) SetContext ¶ added in v0.84.0

SetContext adds the context to the waypoint service create agent group params

func (*WaypointServiceCreateAgentGroupParams) SetDefaults ¶ added in v0.84.0

func (o *WaypointServiceCreateAgentGroupParams) SetDefaults()

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

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

func (*WaypointServiceCreateAgentGroupParams) SetHTTPClient ¶ added in v0.84.0

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

SetHTTPClient adds the HTTPClient to the waypoint service create agent group params

func (*WaypointServiceCreateAgentGroupParams) SetNamespaceID ¶ added in v0.84.0

func (o *WaypointServiceCreateAgentGroupParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service create agent group params

func (*WaypointServiceCreateAgentGroupParams) SetTimeout ¶ added in v0.84.0

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

SetTimeout adds the timeout to the waypoint service create agent group params

func (*WaypointServiceCreateAgentGroupParams) WithBody ¶ added in v0.84.0

WithBody adds the body to the waypoint service create agent group params

func (*WaypointServiceCreateAgentGroupParams) WithContext ¶ added in v0.84.0

WithContext adds the context to the waypoint service create agent group params

func (*WaypointServiceCreateAgentGroupParams) WithDefaults ¶ added in v0.84.0

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

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

func (*WaypointServiceCreateAgentGroupParams) WithHTTPClient ¶ added in v0.84.0

WithHTTPClient adds the HTTPClient to the waypoint service create agent group params

func (*WaypointServiceCreateAgentGroupParams) WithNamespaceID ¶ added in v0.84.0

WithNamespaceID adds the namespaceID to the waypoint service create agent group params

func (*WaypointServiceCreateAgentGroupParams) WithTimeout ¶ added in v0.84.0

WithTimeout adds the timeout to the waypoint service create agent group params

func (*WaypointServiceCreateAgentGroupParams) WriteToRequest ¶ added in v0.84.0

WriteToRequest writes these params to a swagger request

type WaypointServiceCreateAgentGroupReader ¶ added in v0.84.0

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

WaypointServiceCreateAgentGroupReader is a Reader for the WaypointServiceCreateAgentGroup structure.

func (*WaypointServiceCreateAgentGroupReader) ReadResponse ¶ added in v0.84.0

func (o *WaypointServiceCreateAgentGroupReader) 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.GoogleRPCStatus
	// 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.HashicorpCloudWaypointWaypointServiceCreateApplicationFromTemplateBody

	// 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 WaypointServiceCreateApplicationTemplate2Default ¶ added in v0.91.0

type WaypointServiceCreateApplicationTemplate2Default struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceCreateApplicationTemplate2Default ¶ added in v0.91.0

func NewWaypointServiceCreateApplicationTemplate2Default(code int) *WaypointServiceCreateApplicationTemplate2Default

NewWaypointServiceCreateApplicationTemplate2Default creates a WaypointServiceCreateApplicationTemplate2Default with default headers values

func (*WaypointServiceCreateApplicationTemplate2Default) Code ¶ added in v0.91.0

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

func (*WaypointServiceCreateApplicationTemplate2Default) Error ¶ added in v0.91.0

func (*WaypointServiceCreateApplicationTemplate2Default) GetPayload ¶ added in v0.91.0

func (*WaypointServiceCreateApplicationTemplate2Default) IsClientError ¶ added in v0.91.0

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

func (*WaypointServiceCreateApplicationTemplate2Default) IsCode ¶ added in v0.91.0

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

func (*WaypointServiceCreateApplicationTemplate2Default) IsRedirect ¶ added in v0.91.0

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

func (*WaypointServiceCreateApplicationTemplate2Default) IsServerError ¶ added in v0.91.0

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

func (*WaypointServiceCreateApplicationTemplate2Default) IsSuccess ¶ added in v0.91.0

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

func (*WaypointServiceCreateApplicationTemplate2Default) String ¶ added in v0.91.0

type WaypointServiceCreateApplicationTemplate2OK ¶ added in v0.91.0

type WaypointServiceCreateApplicationTemplate2OK struct {
	Payload *models.HashicorpCloudWaypointCreateApplicationTemplateResponse
}

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

A successful response.

func NewWaypointServiceCreateApplicationTemplate2OK ¶ added in v0.91.0

func NewWaypointServiceCreateApplicationTemplate2OK() *WaypointServiceCreateApplicationTemplate2OK

NewWaypointServiceCreateApplicationTemplate2OK creates a WaypointServiceCreateApplicationTemplate2OK with default headers values

func (*WaypointServiceCreateApplicationTemplate2OK) Code ¶ added in v0.91.0

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

func (*WaypointServiceCreateApplicationTemplate2OK) Error ¶ added in v0.91.0

func (*WaypointServiceCreateApplicationTemplate2OK) GetPayload ¶ added in v0.91.0

func (*WaypointServiceCreateApplicationTemplate2OK) IsClientError ¶ added in v0.91.0

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

func (*WaypointServiceCreateApplicationTemplate2OK) IsCode ¶ added in v0.91.0

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

func (*WaypointServiceCreateApplicationTemplate2OK) IsRedirect ¶ added in v0.91.0

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

func (*WaypointServiceCreateApplicationTemplate2OK) IsServerError ¶ added in v0.91.0

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

func (*WaypointServiceCreateApplicationTemplate2OK) IsSuccess ¶ added in v0.91.0

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

func (*WaypointServiceCreateApplicationTemplate2OK) String ¶ added in v0.91.0

type WaypointServiceCreateApplicationTemplate2Params ¶ added in v0.91.0

type WaypointServiceCreateApplicationTemplate2Params struct {

	// Body.
	Body *models.HashicorpCloudWaypointWaypointServiceCreateApplicationTemplateBody

	// NamespaceID.
	NamespaceID string

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

WaypointServiceCreateApplicationTemplate2Params contains all the parameters to send to the API endpoint

for the waypoint service create application template2 operation.

Typically these are written to a http.Request.

func NewWaypointServiceCreateApplicationTemplate2Params ¶ added in v0.91.0

func NewWaypointServiceCreateApplicationTemplate2Params() *WaypointServiceCreateApplicationTemplate2Params

NewWaypointServiceCreateApplicationTemplate2Params creates a new WaypointServiceCreateApplicationTemplate2Params 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 NewWaypointServiceCreateApplicationTemplate2ParamsWithContext ¶ added in v0.91.0

func NewWaypointServiceCreateApplicationTemplate2ParamsWithContext(ctx context.Context) *WaypointServiceCreateApplicationTemplate2Params

NewWaypointServiceCreateApplicationTemplate2ParamsWithContext creates a new WaypointServiceCreateApplicationTemplate2Params object with the ability to set a context for a request.

func NewWaypointServiceCreateApplicationTemplate2ParamsWithHTTPClient ¶ added in v0.91.0

func NewWaypointServiceCreateApplicationTemplate2ParamsWithHTTPClient(client *http.Client) *WaypointServiceCreateApplicationTemplate2Params

NewWaypointServiceCreateApplicationTemplate2ParamsWithHTTPClient creates a new WaypointServiceCreateApplicationTemplate2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceCreateApplicationTemplate2ParamsWithTimeout ¶ added in v0.91.0

func NewWaypointServiceCreateApplicationTemplate2ParamsWithTimeout(timeout time.Duration) *WaypointServiceCreateApplicationTemplate2Params

NewWaypointServiceCreateApplicationTemplate2ParamsWithTimeout creates a new WaypointServiceCreateApplicationTemplate2Params object with the ability to set a timeout on a request.

func (*WaypointServiceCreateApplicationTemplate2Params) SetBody ¶ added in v0.91.0

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

func (*WaypointServiceCreateApplicationTemplate2Params) SetContext ¶ added in v0.91.0

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

func (*WaypointServiceCreateApplicationTemplate2Params) SetDefaults ¶ added in v0.91.0

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

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

func (*WaypointServiceCreateApplicationTemplate2Params) SetHTTPClient ¶ added in v0.91.0

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

func (*WaypointServiceCreateApplicationTemplate2Params) SetNamespaceID ¶ added in v0.91.0

func (o *WaypointServiceCreateApplicationTemplate2Params) SetNamespaceID(namespaceID string)

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

func (*WaypointServiceCreateApplicationTemplate2Params) SetTimeout ¶ added in v0.91.0

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

func (*WaypointServiceCreateApplicationTemplate2Params) WithBody ¶ added in v0.91.0

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

func (*WaypointServiceCreateApplicationTemplate2Params) WithContext ¶ added in v0.91.0

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

func (*WaypointServiceCreateApplicationTemplate2Params) WithDefaults ¶ added in v0.91.0

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

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

func (*WaypointServiceCreateApplicationTemplate2Params) WithHTTPClient ¶ added in v0.91.0

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

func (*WaypointServiceCreateApplicationTemplate2Params) WithNamespaceID ¶ added in v0.91.0

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

func (*WaypointServiceCreateApplicationTemplate2Params) WithTimeout ¶ added in v0.91.0

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

func (*WaypointServiceCreateApplicationTemplate2Params) WriteToRequest ¶ added in v0.91.0

WriteToRequest writes these params to a swagger request

type WaypointServiceCreateApplicationTemplate2Reader ¶ added in v0.91.0

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

WaypointServiceCreateApplicationTemplate2Reader is a Reader for the WaypointServiceCreateApplicationTemplate2 structure.

func (*WaypointServiceCreateApplicationTemplate2Reader) ReadResponse ¶ added in v0.91.0

func (o *WaypointServiceCreateApplicationTemplate2Reader) 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.GoogleRPCStatus
	// 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.HashicorpCloudWaypointWaypointServiceCreateApplicationTemplateBody

	// 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.GoogleRPCStatus
	// 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.HashicorpCloudWaypointWaypointServiceCreateNamespaceBody

	/* 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.GoogleRPCStatus
	// 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.HashicorpCloudWaypointWaypointServiceCreateTFCConfigBody

	// 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 WaypointServiceDeleteActionConfigDefault ¶ added in v0.84.0

type WaypointServiceDeleteActionConfigDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceDeleteActionConfigDefault ¶ added in v0.84.0

func NewWaypointServiceDeleteActionConfigDefault(code int) *WaypointServiceDeleteActionConfigDefault

NewWaypointServiceDeleteActionConfigDefault creates a WaypointServiceDeleteActionConfigDefault with default headers values

func (*WaypointServiceDeleteActionConfigDefault) Code ¶ added in v0.84.0

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

func (*WaypointServiceDeleteActionConfigDefault) Error ¶ added in v0.84.0

func (*WaypointServiceDeleteActionConfigDefault) GetPayload ¶ added in v0.84.0

func (*WaypointServiceDeleteActionConfigDefault) IsClientError ¶ added in v0.84.0

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

func (*WaypointServiceDeleteActionConfigDefault) IsCode ¶ added in v0.84.0

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

func (*WaypointServiceDeleteActionConfigDefault) IsRedirect ¶ added in v0.84.0

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

func (*WaypointServiceDeleteActionConfigDefault) IsServerError ¶ added in v0.84.0

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

func (*WaypointServiceDeleteActionConfigDefault) IsSuccess ¶ added in v0.84.0

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

func (*WaypointServiceDeleteActionConfigDefault) String ¶ added in v0.84.0

type WaypointServiceDeleteActionConfigOK ¶ added in v0.84.0

type WaypointServiceDeleteActionConfigOK struct {
	Payload interface{}
}

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

A successful response.

func NewWaypointServiceDeleteActionConfigOK ¶ added in v0.84.0

func NewWaypointServiceDeleteActionConfigOK() *WaypointServiceDeleteActionConfigOK

NewWaypointServiceDeleteActionConfigOK creates a WaypointServiceDeleteActionConfigOK with default headers values

func (*WaypointServiceDeleteActionConfigOK) Code ¶ added in v0.84.0

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

func (*WaypointServiceDeleteActionConfigOK) Error ¶ added in v0.84.0

func (*WaypointServiceDeleteActionConfigOK) GetPayload ¶ added in v0.84.0

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

func (*WaypointServiceDeleteActionConfigOK) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceDeleteActionConfigOK) IsClientError() bool

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

func (*WaypointServiceDeleteActionConfigOK) IsCode ¶ added in v0.84.0

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

func (*WaypointServiceDeleteActionConfigOK) IsRedirect ¶ added in v0.84.0

func (o *WaypointServiceDeleteActionConfigOK) IsRedirect() bool

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

func (*WaypointServiceDeleteActionConfigOK) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceDeleteActionConfigOK) IsServerError() bool

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

func (*WaypointServiceDeleteActionConfigOK) IsSuccess ¶ added in v0.84.0

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

func (*WaypointServiceDeleteActionConfigOK) String ¶ added in v0.84.0

type WaypointServiceDeleteActionConfigParams ¶ added in v0.84.0

type WaypointServiceDeleteActionConfigParams struct {

	/* ActionID.

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

	/* ActionName.

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

	/* Force.

	   Force, if set to true, will auto-unassign the action from all apps and templates
	*/
	Force *bool

	// NamespaceID.
	NamespaceID string

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

WaypointServiceDeleteActionConfigParams contains all the parameters to send to the API endpoint

for the waypoint service delete action config operation.

Typically these are written to a http.Request.

func NewWaypointServiceDeleteActionConfigParams ¶ added in v0.84.0

func NewWaypointServiceDeleteActionConfigParams() *WaypointServiceDeleteActionConfigParams

NewWaypointServiceDeleteActionConfigParams creates a new WaypointServiceDeleteActionConfigParams 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 NewWaypointServiceDeleteActionConfigParamsWithContext ¶ added in v0.84.0

func NewWaypointServiceDeleteActionConfigParamsWithContext(ctx context.Context) *WaypointServiceDeleteActionConfigParams

NewWaypointServiceDeleteActionConfigParamsWithContext creates a new WaypointServiceDeleteActionConfigParams object with the ability to set a context for a request.

func NewWaypointServiceDeleteActionConfigParamsWithHTTPClient ¶ added in v0.84.0

func NewWaypointServiceDeleteActionConfigParamsWithHTTPClient(client *http.Client) *WaypointServiceDeleteActionConfigParams

NewWaypointServiceDeleteActionConfigParamsWithHTTPClient creates a new WaypointServiceDeleteActionConfigParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceDeleteActionConfigParamsWithTimeout ¶ added in v0.84.0

func NewWaypointServiceDeleteActionConfigParamsWithTimeout(timeout time.Duration) *WaypointServiceDeleteActionConfigParams

NewWaypointServiceDeleteActionConfigParamsWithTimeout creates a new WaypointServiceDeleteActionConfigParams object with the ability to set a timeout on a request.

func (*WaypointServiceDeleteActionConfigParams) SetActionID ¶ added in v0.84.0

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

SetActionID adds the actionId to the waypoint service delete action config params

func (*WaypointServiceDeleteActionConfigParams) SetActionName ¶ added in v0.84.0

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

SetActionName adds the actionName to the waypoint service delete action config params

func (*WaypointServiceDeleteActionConfigParams) SetContext ¶ added in v0.84.0

SetContext adds the context to the waypoint service delete action config params

func (*WaypointServiceDeleteActionConfigParams) SetDefaults ¶ added in v0.84.0

func (o *WaypointServiceDeleteActionConfigParams) SetDefaults()

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

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

func (*WaypointServiceDeleteActionConfigParams) SetForce ¶ added in v0.93.0

func (o *WaypointServiceDeleteActionConfigParams) SetForce(force *bool)

SetForce adds the force to the waypoint service delete action config params

func (*WaypointServiceDeleteActionConfigParams) SetHTTPClient ¶ added in v0.84.0

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

SetHTTPClient adds the HTTPClient to the waypoint service delete action config params

func (*WaypointServiceDeleteActionConfigParams) SetNamespaceID ¶ added in v0.84.0

func (o *WaypointServiceDeleteActionConfigParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service delete action config params

func (*WaypointServiceDeleteActionConfigParams) SetTimeout ¶ added in v0.84.0

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

SetTimeout adds the timeout to the waypoint service delete action config params

func (*WaypointServiceDeleteActionConfigParams) WithActionID ¶ added in v0.84.0

WithActionID adds the actionID to the waypoint service delete action config params

func (*WaypointServiceDeleteActionConfigParams) WithActionName ¶ added in v0.84.0

WithActionName adds the actionName to the waypoint service delete action config params

func (*WaypointServiceDeleteActionConfigParams) WithContext ¶ added in v0.84.0

WithContext adds the context to the waypoint service delete action config params

func (*WaypointServiceDeleteActionConfigParams) WithDefaults ¶ added in v0.84.0

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

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

func (*WaypointServiceDeleteActionConfigParams) WithForce ¶ added in v0.93.0

WithForce adds the force to the waypoint service delete action config params

func (*WaypointServiceDeleteActionConfigParams) WithHTTPClient ¶ added in v0.84.0

WithHTTPClient adds the HTTPClient to the waypoint service delete action config params

func (*WaypointServiceDeleteActionConfigParams) WithNamespaceID ¶ added in v0.84.0

WithNamespaceID adds the namespaceID to the waypoint service delete action config params

func (*WaypointServiceDeleteActionConfigParams) WithTimeout ¶ added in v0.84.0

WithTimeout adds the timeout to the waypoint service delete action config params

func (*WaypointServiceDeleteActionConfigParams) WriteToRequest ¶ added in v0.84.0

WriteToRequest writes these params to a swagger request

type WaypointServiceDeleteActionConfigReader ¶ added in v0.84.0

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

WaypointServiceDeleteActionConfigReader is a Reader for the WaypointServiceDeleteActionConfig structure.

func (*WaypointServiceDeleteActionConfigReader) ReadResponse ¶ added in v0.84.0

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

ReadResponse reads a server response into the received o.

type WaypointServiceDeleteAddOnDefinition2Default ¶ added in v0.88.0

type WaypointServiceDeleteAddOnDefinition2Default struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceDeleteAddOnDefinition2Default ¶ added in v0.88.0

func NewWaypointServiceDeleteAddOnDefinition2Default(code int) *WaypointServiceDeleteAddOnDefinition2Default

NewWaypointServiceDeleteAddOnDefinition2Default creates a WaypointServiceDeleteAddOnDefinition2Default with default headers values

func (*WaypointServiceDeleteAddOnDefinition2Default) Code ¶ added in v0.88.0

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

func (*WaypointServiceDeleteAddOnDefinition2Default) Error ¶ added in v0.88.0

func (*WaypointServiceDeleteAddOnDefinition2Default) GetPayload ¶ added in v0.88.0

func (*WaypointServiceDeleteAddOnDefinition2Default) IsClientError ¶ added in v0.88.0

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

func (*WaypointServiceDeleteAddOnDefinition2Default) IsCode ¶ added in v0.88.0

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

func (*WaypointServiceDeleteAddOnDefinition2Default) IsRedirect ¶ added in v0.88.0

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

func (*WaypointServiceDeleteAddOnDefinition2Default) IsServerError ¶ added in v0.88.0

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

func (*WaypointServiceDeleteAddOnDefinition2Default) IsSuccess ¶ added in v0.88.0

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

func (*WaypointServiceDeleteAddOnDefinition2Default) String ¶ added in v0.88.0

type WaypointServiceDeleteAddOnDefinition2OK ¶ added in v0.88.0

type WaypointServiceDeleteAddOnDefinition2OK struct {
	Payload models.HashicorpCloudWaypointDeleteAddOnDefinitionResponse
}

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

A successful response.

func NewWaypointServiceDeleteAddOnDefinition2OK ¶ added in v0.88.0

func NewWaypointServiceDeleteAddOnDefinition2OK() *WaypointServiceDeleteAddOnDefinition2OK

NewWaypointServiceDeleteAddOnDefinition2OK creates a WaypointServiceDeleteAddOnDefinition2OK with default headers values

func (*WaypointServiceDeleteAddOnDefinition2OK) Code ¶ added in v0.88.0

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

func (*WaypointServiceDeleteAddOnDefinition2OK) Error ¶ added in v0.88.0

func (*WaypointServiceDeleteAddOnDefinition2OK) GetPayload ¶ added in v0.88.0

func (*WaypointServiceDeleteAddOnDefinition2OK) IsClientError ¶ added in v0.88.0

func (o *WaypointServiceDeleteAddOnDefinition2OK) IsClientError() bool

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

func (*WaypointServiceDeleteAddOnDefinition2OK) IsCode ¶ added in v0.88.0

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

func (*WaypointServiceDeleteAddOnDefinition2OK) IsRedirect ¶ added in v0.88.0

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

func (*WaypointServiceDeleteAddOnDefinition2OK) IsServerError ¶ added in v0.88.0

func (o *WaypointServiceDeleteAddOnDefinition2OK) IsServerError() bool

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

func (*WaypointServiceDeleteAddOnDefinition2OK) IsSuccess ¶ added in v0.88.0

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

func (*WaypointServiceDeleteAddOnDefinition2OK) String ¶ added in v0.88.0

type WaypointServiceDeleteAddOnDefinition2Params ¶ added in v0.88.0

type WaypointServiceDeleteAddOnDefinition2Params struct {

	// AddOnDefinitionID.
	AddOnDefinitionID *string

	// AddOnDefinitionName.
	AddOnDefinitionName string

	// NamespaceID.
	NamespaceID string

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

WaypointServiceDeleteAddOnDefinition2Params contains all the parameters to send to the API endpoint

for the waypoint service delete add on definition2 operation.

Typically these are written to a http.Request.

func NewWaypointServiceDeleteAddOnDefinition2Params ¶ added in v0.88.0

func NewWaypointServiceDeleteAddOnDefinition2Params() *WaypointServiceDeleteAddOnDefinition2Params

NewWaypointServiceDeleteAddOnDefinition2Params creates a new WaypointServiceDeleteAddOnDefinition2Params 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 NewWaypointServiceDeleteAddOnDefinition2ParamsWithContext ¶ added in v0.88.0

func NewWaypointServiceDeleteAddOnDefinition2ParamsWithContext(ctx context.Context) *WaypointServiceDeleteAddOnDefinition2Params

NewWaypointServiceDeleteAddOnDefinition2ParamsWithContext creates a new WaypointServiceDeleteAddOnDefinition2Params object with the ability to set a context for a request.

func NewWaypointServiceDeleteAddOnDefinition2ParamsWithHTTPClient ¶ added in v0.88.0

func NewWaypointServiceDeleteAddOnDefinition2ParamsWithHTTPClient(client *http.Client) *WaypointServiceDeleteAddOnDefinition2Params

NewWaypointServiceDeleteAddOnDefinition2ParamsWithHTTPClient creates a new WaypointServiceDeleteAddOnDefinition2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceDeleteAddOnDefinition2ParamsWithTimeout ¶ added in v0.88.0

func NewWaypointServiceDeleteAddOnDefinition2ParamsWithTimeout(timeout time.Duration) *WaypointServiceDeleteAddOnDefinition2Params

NewWaypointServiceDeleteAddOnDefinition2ParamsWithTimeout creates a new WaypointServiceDeleteAddOnDefinition2Params object with the ability to set a timeout on a request.

func (*WaypointServiceDeleteAddOnDefinition2Params) SetAddOnDefinitionID ¶ added in v0.88.0

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

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

func (*WaypointServiceDeleteAddOnDefinition2Params) SetAddOnDefinitionName ¶ added in v0.88.0

func (o *WaypointServiceDeleteAddOnDefinition2Params) SetAddOnDefinitionName(addOnDefinitionName string)

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

func (*WaypointServiceDeleteAddOnDefinition2Params) SetContext ¶ added in v0.88.0

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

func (*WaypointServiceDeleteAddOnDefinition2Params) SetDefaults ¶ added in v0.88.0

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

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

func (*WaypointServiceDeleteAddOnDefinition2Params) SetHTTPClient ¶ added in v0.88.0

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

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

func (*WaypointServiceDeleteAddOnDefinition2Params) SetNamespaceID ¶ added in v0.88.0

func (o *WaypointServiceDeleteAddOnDefinition2Params) SetNamespaceID(namespaceID string)

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

func (*WaypointServiceDeleteAddOnDefinition2Params) SetTimeout ¶ added in v0.88.0

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

func (*WaypointServiceDeleteAddOnDefinition2Params) WithAddOnDefinitionID ¶ added in v0.88.0

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

func (*WaypointServiceDeleteAddOnDefinition2Params) WithAddOnDefinitionName ¶ added in v0.88.0

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

func (*WaypointServiceDeleteAddOnDefinition2Params) WithContext ¶ added in v0.88.0

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

func (*WaypointServiceDeleteAddOnDefinition2Params) WithDefaults ¶ added in v0.88.0

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

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

func (*WaypointServiceDeleteAddOnDefinition2Params) WithHTTPClient ¶ added in v0.88.0

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

func (*WaypointServiceDeleteAddOnDefinition2Params) WithNamespaceID ¶ added in v0.88.0

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

func (*WaypointServiceDeleteAddOnDefinition2Params) WithTimeout ¶ added in v0.88.0

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

func (*WaypointServiceDeleteAddOnDefinition2Params) WriteToRequest ¶ added in v0.88.0

WriteToRequest writes these params to a swagger request

type WaypointServiceDeleteAddOnDefinition2Reader ¶ added in v0.88.0

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

WaypointServiceDeleteAddOnDefinition2Reader is a Reader for the WaypointServiceDeleteAddOnDefinition2 structure.

func (*WaypointServiceDeleteAddOnDefinition2Reader) ReadResponse ¶ added in v0.88.0

func (o *WaypointServiceDeleteAddOnDefinition2Reader) 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.GoogleRPCStatus
	// 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 WaypointServiceDeleteAgentGroupDefault ¶ added in v0.84.0

type WaypointServiceDeleteAgentGroupDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceDeleteAgentGroupDefault ¶ added in v0.84.0

func NewWaypointServiceDeleteAgentGroupDefault(code int) *WaypointServiceDeleteAgentGroupDefault

NewWaypointServiceDeleteAgentGroupDefault creates a WaypointServiceDeleteAgentGroupDefault with default headers values

func (*WaypointServiceDeleteAgentGroupDefault) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service delete agent group default response

func (*WaypointServiceDeleteAgentGroupDefault) Error ¶ added in v0.84.0

func (*WaypointServiceDeleteAgentGroupDefault) GetPayload ¶ added in v0.84.0

func (*WaypointServiceDeleteAgentGroupDefault) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceDeleteAgentGroupDefault) IsClientError() bool

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

func (*WaypointServiceDeleteAgentGroupDefault) IsCode ¶ added in v0.84.0

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

func (*WaypointServiceDeleteAgentGroupDefault) IsRedirect ¶ added in v0.84.0

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

func (*WaypointServiceDeleteAgentGroupDefault) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceDeleteAgentGroupDefault) IsServerError() bool

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

func (*WaypointServiceDeleteAgentGroupDefault) IsSuccess ¶ added in v0.84.0

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

func (*WaypointServiceDeleteAgentGroupDefault) String ¶ added in v0.84.0

type WaypointServiceDeleteAgentGroupOK ¶ added in v0.84.0

type WaypointServiceDeleteAgentGroupOK struct {
	Payload models.HashicorpCloudWaypointDeleteAgentGroupResponse
}

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

A successful response.

func NewWaypointServiceDeleteAgentGroupOK ¶ added in v0.84.0

func NewWaypointServiceDeleteAgentGroupOK() *WaypointServiceDeleteAgentGroupOK

NewWaypointServiceDeleteAgentGroupOK creates a WaypointServiceDeleteAgentGroupOK with default headers values

func (*WaypointServiceDeleteAgentGroupOK) Code ¶ added in v0.84.0

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

func (*WaypointServiceDeleteAgentGroupOK) Error ¶ added in v0.84.0

func (*WaypointServiceDeleteAgentGroupOK) GetPayload ¶ added in v0.84.0

func (*WaypointServiceDeleteAgentGroupOK) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceDeleteAgentGroupOK) IsClientError() bool

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

func (*WaypointServiceDeleteAgentGroupOK) IsCode ¶ added in v0.84.0

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

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

func (*WaypointServiceDeleteAgentGroupOK) IsRedirect ¶ added in v0.84.0

func (o *WaypointServiceDeleteAgentGroupOK) IsRedirect() bool

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

func (*WaypointServiceDeleteAgentGroupOK) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceDeleteAgentGroupOK) IsServerError() bool

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

func (*WaypointServiceDeleteAgentGroupOK) IsSuccess ¶ added in v0.84.0

func (o *WaypointServiceDeleteAgentGroupOK) IsSuccess() bool

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

func (*WaypointServiceDeleteAgentGroupOK) String ¶ added in v0.84.0

type WaypointServiceDeleteAgentGroupParams ¶ added in v0.84.0

type WaypointServiceDeleteAgentGroupParams struct {

	/* Name.

	   The name of the group to delete
	*/
	Name string

	// NamespaceID.
	NamespaceID string

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

WaypointServiceDeleteAgentGroupParams contains all the parameters to send to the API endpoint

for the waypoint service delete agent group operation.

Typically these are written to a http.Request.

func NewWaypointServiceDeleteAgentGroupParams ¶ added in v0.84.0

func NewWaypointServiceDeleteAgentGroupParams() *WaypointServiceDeleteAgentGroupParams

NewWaypointServiceDeleteAgentGroupParams creates a new WaypointServiceDeleteAgentGroupParams 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 NewWaypointServiceDeleteAgentGroupParamsWithContext ¶ added in v0.84.0

func NewWaypointServiceDeleteAgentGroupParamsWithContext(ctx context.Context) *WaypointServiceDeleteAgentGroupParams

NewWaypointServiceDeleteAgentGroupParamsWithContext creates a new WaypointServiceDeleteAgentGroupParams object with the ability to set a context for a request.

func NewWaypointServiceDeleteAgentGroupParamsWithHTTPClient ¶ added in v0.84.0

func NewWaypointServiceDeleteAgentGroupParamsWithHTTPClient(client *http.Client) *WaypointServiceDeleteAgentGroupParams

NewWaypointServiceDeleteAgentGroupParamsWithHTTPClient creates a new WaypointServiceDeleteAgentGroupParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceDeleteAgentGroupParamsWithTimeout ¶ added in v0.84.0

func NewWaypointServiceDeleteAgentGroupParamsWithTimeout(timeout time.Duration) *WaypointServiceDeleteAgentGroupParams

NewWaypointServiceDeleteAgentGroupParamsWithTimeout creates a new WaypointServiceDeleteAgentGroupParams object with the ability to set a timeout on a request.

func (*WaypointServiceDeleteAgentGroupParams) SetContext ¶ added in v0.84.0

SetContext adds the context to the waypoint service delete agent group params

func (*WaypointServiceDeleteAgentGroupParams) SetDefaults ¶ added in v0.84.0

func (o *WaypointServiceDeleteAgentGroupParams) SetDefaults()

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

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

func (*WaypointServiceDeleteAgentGroupParams) SetHTTPClient ¶ added in v0.84.0

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

SetHTTPClient adds the HTTPClient to the waypoint service delete agent group params

func (*WaypointServiceDeleteAgentGroupParams) SetName ¶ added in v0.84.0

SetName adds the name to the waypoint service delete agent group params

func (*WaypointServiceDeleteAgentGroupParams) SetNamespaceID ¶ added in v0.84.0

func (o *WaypointServiceDeleteAgentGroupParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service delete agent group params

func (*WaypointServiceDeleteAgentGroupParams) SetTimeout ¶ added in v0.84.0

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

SetTimeout adds the timeout to the waypoint service delete agent group params

func (*WaypointServiceDeleteAgentGroupParams) WithContext ¶ added in v0.84.0

WithContext adds the context to the waypoint service delete agent group params

func (*WaypointServiceDeleteAgentGroupParams) WithDefaults ¶ added in v0.84.0

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

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

func (*WaypointServiceDeleteAgentGroupParams) WithHTTPClient ¶ added in v0.84.0

WithHTTPClient adds the HTTPClient to the waypoint service delete agent group params

func (*WaypointServiceDeleteAgentGroupParams) WithName ¶ added in v0.84.0

WithName adds the name to the waypoint service delete agent group params

func (*WaypointServiceDeleteAgentGroupParams) WithNamespaceID ¶ added in v0.84.0

WithNamespaceID adds the namespaceID to the waypoint service delete agent group params

func (*WaypointServiceDeleteAgentGroupParams) WithTimeout ¶ added in v0.84.0

WithTimeout adds the timeout to the waypoint service delete agent group params

func (*WaypointServiceDeleteAgentGroupParams) WriteToRequest ¶ added in v0.84.0

WriteToRequest writes these params to a swagger request

type WaypointServiceDeleteAgentGroupReader ¶ added in v0.84.0

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

WaypointServiceDeleteAgentGroupReader is a Reader for the WaypointServiceDeleteAgentGroup structure.

func (*WaypointServiceDeleteAgentGroupReader) ReadResponse ¶ added in v0.84.0

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

ReadResponse reads a server response into the received o.

type WaypointServiceDeleteApplicationTemplate2Default ¶ added in v0.88.0

type WaypointServiceDeleteApplicationTemplate2Default struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceDeleteApplicationTemplate2Default ¶ added in v0.88.0

func NewWaypointServiceDeleteApplicationTemplate2Default(code int) *WaypointServiceDeleteApplicationTemplate2Default

NewWaypointServiceDeleteApplicationTemplate2Default creates a WaypointServiceDeleteApplicationTemplate2Default with default headers values

func (*WaypointServiceDeleteApplicationTemplate2Default) Code ¶ added in v0.88.0

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

func (*WaypointServiceDeleteApplicationTemplate2Default) Error ¶ added in v0.88.0

func (*WaypointServiceDeleteApplicationTemplate2Default) GetPayload ¶ added in v0.88.0

func (*WaypointServiceDeleteApplicationTemplate2Default) IsClientError ¶ added in v0.88.0

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

func (*WaypointServiceDeleteApplicationTemplate2Default) IsCode ¶ added in v0.88.0

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

func (*WaypointServiceDeleteApplicationTemplate2Default) IsRedirect ¶ added in v0.88.0

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

func (*WaypointServiceDeleteApplicationTemplate2Default) IsServerError ¶ added in v0.88.0

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

func (*WaypointServiceDeleteApplicationTemplate2Default) IsSuccess ¶ added in v0.88.0

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

func (*WaypointServiceDeleteApplicationTemplate2Default) String ¶ added in v0.88.0

type WaypointServiceDeleteApplicationTemplate2OK ¶ added in v0.88.0

type WaypointServiceDeleteApplicationTemplate2OK struct {
	Payload models.HashicorpCloudWaypointDeleteApplicationTemplateResponse
}

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

A successful response.

func NewWaypointServiceDeleteApplicationTemplate2OK ¶ added in v0.88.0

func NewWaypointServiceDeleteApplicationTemplate2OK() *WaypointServiceDeleteApplicationTemplate2OK

NewWaypointServiceDeleteApplicationTemplate2OK creates a WaypointServiceDeleteApplicationTemplate2OK with default headers values

func (*WaypointServiceDeleteApplicationTemplate2OK) Code ¶ added in v0.88.0

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

func (*WaypointServiceDeleteApplicationTemplate2OK) Error ¶ added in v0.88.0

func (*WaypointServiceDeleteApplicationTemplate2OK) GetPayload ¶ added in v0.88.0

func (*WaypointServiceDeleteApplicationTemplate2OK) IsClientError ¶ added in v0.88.0

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

func (*WaypointServiceDeleteApplicationTemplate2OK) IsCode ¶ added in v0.88.0

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

func (*WaypointServiceDeleteApplicationTemplate2OK) IsRedirect ¶ added in v0.88.0

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

func (*WaypointServiceDeleteApplicationTemplate2OK) IsServerError ¶ added in v0.88.0

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

func (*WaypointServiceDeleteApplicationTemplate2OK) IsSuccess ¶ added in v0.88.0

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

func (*WaypointServiceDeleteApplicationTemplate2OK) String ¶ added in v0.88.0

type WaypointServiceDeleteApplicationTemplate2Params ¶ added in v0.88.0

type WaypointServiceDeleteApplicationTemplate2Params 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
}

WaypointServiceDeleteApplicationTemplate2Params contains all the parameters to send to the API endpoint

for the waypoint service delete application template2 operation.

Typically these are written to a http.Request.

func NewWaypointServiceDeleteApplicationTemplate2Params ¶ added in v0.88.0

func NewWaypointServiceDeleteApplicationTemplate2Params() *WaypointServiceDeleteApplicationTemplate2Params

NewWaypointServiceDeleteApplicationTemplate2Params creates a new WaypointServiceDeleteApplicationTemplate2Params 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 NewWaypointServiceDeleteApplicationTemplate2ParamsWithContext ¶ added in v0.88.0

func NewWaypointServiceDeleteApplicationTemplate2ParamsWithContext(ctx context.Context) *WaypointServiceDeleteApplicationTemplate2Params

NewWaypointServiceDeleteApplicationTemplate2ParamsWithContext creates a new WaypointServiceDeleteApplicationTemplate2Params object with the ability to set a context for a request.

func NewWaypointServiceDeleteApplicationTemplate2ParamsWithHTTPClient ¶ added in v0.88.0

func NewWaypointServiceDeleteApplicationTemplate2ParamsWithHTTPClient(client *http.Client) *WaypointServiceDeleteApplicationTemplate2Params

NewWaypointServiceDeleteApplicationTemplate2ParamsWithHTTPClient creates a new WaypointServiceDeleteApplicationTemplate2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceDeleteApplicationTemplate2ParamsWithTimeout ¶ added in v0.88.0

func NewWaypointServiceDeleteApplicationTemplate2ParamsWithTimeout(timeout time.Duration) *WaypointServiceDeleteApplicationTemplate2Params

NewWaypointServiceDeleteApplicationTemplate2ParamsWithTimeout creates a new WaypointServiceDeleteApplicationTemplate2Params object with the ability to set a timeout on a request.

func (*WaypointServiceDeleteApplicationTemplate2Params) SetApplicationTemplateID ¶ added in v0.88.0

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

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

func (*WaypointServiceDeleteApplicationTemplate2Params) SetApplicationTemplateName ¶ added in v0.88.0

func (o *WaypointServiceDeleteApplicationTemplate2Params) SetApplicationTemplateName(applicationTemplateName string)

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

func (*WaypointServiceDeleteApplicationTemplate2Params) SetContext ¶ added in v0.88.0

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

func (*WaypointServiceDeleteApplicationTemplate2Params) SetDefaults ¶ added in v0.88.0

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

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

func (*WaypointServiceDeleteApplicationTemplate2Params) SetHTTPClient ¶ added in v0.88.0

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

func (*WaypointServiceDeleteApplicationTemplate2Params) SetNamespaceID ¶ added in v0.88.0

func (o *WaypointServiceDeleteApplicationTemplate2Params) SetNamespaceID(namespaceID string)

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

func (*WaypointServiceDeleteApplicationTemplate2Params) SetTimeout ¶ added in v0.88.0

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

func (*WaypointServiceDeleteApplicationTemplate2Params) WithApplicationTemplateID ¶ added in v0.88.0

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

func (*WaypointServiceDeleteApplicationTemplate2Params) WithApplicationTemplateName ¶ added in v0.88.0

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

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

func (*WaypointServiceDeleteApplicationTemplate2Params) WithContext ¶ added in v0.88.0

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

func (*WaypointServiceDeleteApplicationTemplate2Params) WithDefaults ¶ added in v0.88.0

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

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

func (*WaypointServiceDeleteApplicationTemplate2Params) WithHTTPClient ¶ added in v0.88.0

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

func (*WaypointServiceDeleteApplicationTemplate2Params) WithNamespaceID ¶ added in v0.88.0

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

func (*WaypointServiceDeleteApplicationTemplate2Params) WithTimeout ¶ added in v0.88.0

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

func (*WaypointServiceDeleteApplicationTemplate2Params) WriteToRequest ¶ added in v0.88.0

WriteToRequest writes these params to a swagger request

type WaypointServiceDeleteApplicationTemplate2Reader ¶ added in v0.88.0

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

WaypointServiceDeleteApplicationTemplate2Reader is a Reader for the WaypointServiceDeleteApplicationTemplate2 structure.

func (*WaypointServiceDeleteApplicationTemplate2Reader) ReadResponse ¶ added in v0.88.0

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

ReadResponse reads a server response into the received o.

type WaypointServiceDeleteApplicationTemplate3Default ¶ added in v0.91.0

type WaypointServiceDeleteApplicationTemplate3Default struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceDeleteApplicationTemplate3Default ¶ added in v0.91.0

func NewWaypointServiceDeleteApplicationTemplate3Default(code int) *WaypointServiceDeleteApplicationTemplate3Default

NewWaypointServiceDeleteApplicationTemplate3Default creates a WaypointServiceDeleteApplicationTemplate3Default with default headers values

func (*WaypointServiceDeleteApplicationTemplate3Default) Code ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate3Default) Error ¶ added in v0.91.0

func (*WaypointServiceDeleteApplicationTemplate3Default) GetPayload ¶ added in v0.91.0

func (*WaypointServiceDeleteApplicationTemplate3Default) IsClientError ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate3Default) IsCode ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate3Default) IsRedirect ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate3Default) IsServerError ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate3Default) IsSuccess ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate3Default) String ¶ added in v0.91.0

type WaypointServiceDeleteApplicationTemplate3OK ¶ added in v0.91.0

type WaypointServiceDeleteApplicationTemplate3OK struct {
	Payload models.HashicorpCloudWaypointDeleteApplicationTemplateResponse
}

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

A successful response.

func NewWaypointServiceDeleteApplicationTemplate3OK ¶ added in v0.91.0

func NewWaypointServiceDeleteApplicationTemplate3OK() *WaypointServiceDeleteApplicationTemplate3OK

NewWaypointServiceDeleteApplicationTemplate3OK creates a WaypointServiceDeleteApplicationTemplate3OK with default headers values

func (*WaypointServiceDeleteApplicationTemplate3OK) Code ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate3OK) Error ¶ added in v0.91.0

func (*WaypointServiceDeleteApplicationTemplate3OK) GetPayload ¶ added in v0.91.0

func (*WaypointServiceDeleteApplicationTemplate3OK) IsClientError ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate3OK) IsCode ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate3OK) IsRedirect ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate3OK) IsServerError ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate3OK) IsSuccess ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate3OK) String ¶ added in v0.91.0

type WaypointServiceDeleteApplicationTemplate3Params ¶ added in v0.91.0

type WaypointServiceDeleteApplicationTemplate3Params 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
}

WaypointServiceDeleteApplicationTemplate3Params contains all the parameters to send to the API endpoint

for the waypoint service delete application template3 operation.

Typically these are written to a http.Request.

func NewWaypointServiceDeleteApplicationTemplate3Params ¶ added in v0.91.0

func NewWaypointServiceDeleteApplicationTemplate3Params() *WaypointServiceDeleteApplicationTemplate3Params

NewWaypointServiceDeleteApplicationTemplate3Params creates a new WaypointServiceDeleteApplicationTemplate3Params 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 NewWaypointServiceDeleteApplicationTemplate3ParamsWithContext ¶ added in v0.91.0

func NewWaypointServiceDeleteApplicationTemplate3ParamsWithContext(ctx context.Context) *WaypointServiceDeleteApplicationTemplate3Params

NewWaypointServiceDeleteApplicationTemplate3ParamsWithContext creates a new WaypointServiceDeleteApplicationTemplate3Params object with the ability to set a context for a request.

func NewWaypointServiceDeleteApplicationTemplate3ParamsWithHTTPClient ¶ added in v0.91.0

func NewWaypointServiceDeleteApplicationTemplate3ParamsWithHTTPClient(client *http.Client) *WaypointServiceDeleteApplicationTemplate3Params

NewWaypointServiceDeleteApplicationTemplate3ParamsWithHTTPClient creates a new WaypointServiceDeleteApplicationTemplate3Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceDeleteApplicationTemplate3ParamsWithTimeout ¶ added in v0.91.0

func NewWaypointServiceDeleteApplicationTemplate3ParamsWithTimeout(timeout time.Duration) *WaypointServiceDeleteApplicationTemplate3Params

NewWaypointServiceDeleteApplicationTemplate3ParamsWithTimeout creates a new WaypointServiceDeleteApplicationTemplate3Params object with the ability to set a timeout on a request.

func (*WaypointServiceDeleteApplicationTemplate3Params) SetApplicationTemplateID ¶ added in v0.91.0

func (o *WaypointServiceDeleteApplicationTemplate3Params) SetApplicationTemplateID(applicationTemplateID string)

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

func (*WaypointServiceDeleteApplicationTemplate3Params) SetApplicationTemplateName ¶ added in v0.91.0

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

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

func (*WaypointServiceDeleteApplicationTemplate3Params) SetContext ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate3Params) SetDefaults ¶ added in v0.91.0

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

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

func (*WaypointServiceDeleteApplicationTemplate3Params) SetHTTPClient ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate3Params) SetNamespaceID ¶ added in v0.91.0

func (o *WaypointServiceDeleteApplicationTemplate3Params) SetNamespaceID(namespaceID string)

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

func (*WaypointServiceDeleteApplicationTemplate3Params) SetTimeout ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate3Params) WithApplicationTemplateID ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate3Params) WithApplicationTemplateName ¶ added in v0.91.0

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

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

func (*WaypointServiceDeleteApplicationTemplate3Params) WithContext ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate3Params) WithDefaults ¶ added in v0.91.0

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

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

func (*WaypointServiceDeleteApplicationTemplate3Params) WithHTTPClient ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate3Params) WithNamespaceID ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate3Params) WithTimeout ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate3Params) WriteToRequest ¶ added in v0.91.0

WriteToRequest writes these params to a swagger request

type WaypointServiceDeleteApplicationTemplate3Reader ¶ added in v0.91.0

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

WaypointServiceDeleteApplicationTemplate3Reader is a Reader for the WaypointServiceDeleteApplicationTemplate3 structure.

func (*WaypointServiceDeleteApplicationTemplate3Reader) ReadResponse ¶ added in v0.91.0

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

ReadResponse reads a server response into the received o.

type WaypointServiceDeleteApplicationTemplate4Default ¶ added in v0.91.0

type WaypointServiceDeleteApplicationTemplate4Default struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceDeleteApplicationTemplate4Default ¶ added in v0.91.0

func NewWaypointServiceDeleteApplicationTemplate4Default(code int) *WaypointServiceDeleteApplicationTemplate4Default

NewWaypointServiceDeleteApplicationTemplate4Default creates a WaypointServiceDeleteApplicationTemplate4Default with default headers values

func (*WaypointServiceDeleteApplicationTemplate4Default) Code ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate4Default) Error ¶ added in v0.91.0

func (*WaypointServiceDeleteApplicationTemplate4Default) GetPayload ¶ added in v0.91.0

func (*WaypointServiceDeleteApplicationTemplate4Default) IsClientError ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate4Default) IsCode ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate4Default) IsRedirect ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate4Default) IsServerError ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate4Default) IsSuccess ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate4Default) String ¶ added in v0.91.0

type WaypointServiceDeleteApplicationTemplate4OK ¶ added in v0.91.0

type WaypointServiceDeleteApplicationTemplate4OK struct {
	Payload models.HashicorpCloudWaypointDeleteApplicationTemplateResponse
}

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

A successful response.

func NewWaypointServiceDeleteApplicationTemplate4OK ¶ added in v0.91.0

func NewWaypointServiceDeleteApplicationTemplate4OK() *WaypointServiceDeleteApplicationTemplate4OK

NewWaypointServiceDeleteApplicationTemplate4OK creates a WaypointServiceDeleteApplicationTemplate4OK with default headers values

func (*WaypointServiceDeleteApplicationTemplate4OK) Code ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate4OK) Error ¶ added in v0.91.0

func (*WaypointServiceDeleteApplicationTemplate4OK) GetPayload ¶ added in v0.91.0

func (*WaypointServiceDeleteApplicationTemplate4OK) IsClientError ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate4OK) IsCode ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate4OK) IsRedirect ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate4OK) IsServerError ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate4OK) IsSuccess ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate4OK) String ¶ added in v0.91.0

type WaypointServiceDeleteApplicationTemplate4Params ¶ added in v0.91.0

type WaypointServiceDeleteApplicationTemplate4Params 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
}

WaypointServiceDeleteApplicationTemplate4Params contains all the parameters to send to the API endpoint

for the waypoint service delete application template4 operation.

Typically these are written to a http.Request.

func NewWaypointServiceDeleteApplicationTemplate4Params ¶ added in v0.91.0

func NewWaypointServiceDeleteApplicationTemplate4Params() *WaypointServiceDeleteApplicationTemplate4Params

NewWaypointServiceDeleteApplicationTemplate4Params creates a new WaypointServiceDeleteApplicationTemplate4Params 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 NewWaypointServiceDeleteApplicationTemplate4ParamsWithContext ¶ added in v0.91.0

func NewWaypointServiceDeleteApplicationTemplate4ParamsWithContext(ctx context.Context) *WaypointServiceDeleteApplicationTemplate4Params

NewWaypointServiceDeleteApplicationTemplate4ParamsWithContext creates a new WaypointServiceDeleteApplicationTemplate4Params object with the ability to set a context for a request.

func NewWaypointServiceDeleteApplicationTemplate4ParamsWithHTTPClient ¶ added in v0.91.0

func NewWaypointServiceDeleteApplicationTemplate4ParamsWithHTTPClient(client *http.Client) *WaypointServiceDeleteApplicationTemplate4Params

NewWaypointServiceDeleteApplicationTemplate4ParamsWithHTTPClient creates a new WaypointServiceDeleteApplicationTemplate4Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceDeleteApplicationTemplate4ParamsWithTimeout ¶ added in v0.91.0

func NewWaypointServiceDeleteApplicationTemplate4ParamsWithTimeout(timeout time.Duration) *WaypointServiceDeleteApplicationTemplate4Params

NewWaypointServiceDeleteApplicationTemplate4ParamsWithTimeout creates a new WaypointServiceDeleteApplicationTemplate4Params object with the ability to set a timeout on a request.

func (*WaypointServiceDeleteApplicationTemplate4Params) SetApplicationTemplateID ¶ added in v0.91.0

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

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

func (*WaypointServiceDeleteApplicationTemplate4Params) SetApplicationTemplateName ¶ added in v0.91.0

func (o *WaypointServiceDeleteApplicationTemplate4Params) SetApplicationTemplateName(applicationTemplateName string)

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

func (*WaypointServiceDeleteApplicationTemplate4Params) SetContext ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate4Params) SetDefaults ¶ added in v0.91.0

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

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

func (*WaypointServiceDeleteApplicationTemplate4Params) SetHTTPClient ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate4Params) SetNamespaceID ¶ added in v0.91.0

func (o *WaypointServiceDeleteApplicationTemplate4Params) SetNamespaceID(namespaceID string)

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

func (*WaypointServiceDeleteApplicationTemplate4Params) SetTimeout ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate4Params) WithApplicationTemplateID ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate4Params) WithApplicationTemplateName ¶ added in v0.91.0

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

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

func (*WaypointServiceDeleteApplicationTemplate4Params) WithContext ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate4Params) WithDefaults ¶ added in v0.91.0

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

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

func (*WaypointServiceDeleteApplicationTemplate4Params) WithHTTPClient ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate4Params) WithNamespaceID ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate4Params) WithTimeout ¶ added in v0.91.0

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

func (*WaypointServiceDeleteApplicationTemplate4Params) WriteToRequest ¶ added in v0.91.0

WriteToRequest writes these params to a swagger request

type WaypointServiceDeleteApplicationTemplate4Reader ¶ added in v0.91.0

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

WaypointServiceDeleteApplicationTemplate4Reader is a Reader for the WaypointServiceDeleteApplicationTemplate4 structure.

func (*WaypointServiceDeleteApplicationTemplate4Reader) ReadResponse ¶ added in v0.91.0

func (o *WaypointServiceDeleteApplicationTemplate4Reader) 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.GoogleRPCStatus
	// 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.GoogleRPCStatus
	// 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.GoogleRPCStatus
	// 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 WaypointServiceDestroyAddOn2Default ¶ added in v0.88.0

type WaypointServiceDestroyAddOn2Default struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceDestroyAddOn2Default ¶ added in v0.88.0

func NewWaypointServiceDestroyAddOn2Default(code int) *WaypointServiceDestroyAddOn2Default

NewWaypointServiceDestroyAddOn2Default creates a WaypointServiceDestroyAddOn2Default with default headers values

func (*WaypointServiceDestroyAddOn2Default) Code ¶ added in v0.88.0

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

func (*WaypointServiceDestroyAddOn2Default) Error ¶ added in v0.88.0

func (*WaypointServiceDestroyAddOn2Default) GetPayload ¶ added in v0.88.0

func (*WaypointServiceDestroyAddOn2Default) IsClientError ¶ added in v0.88.0

func (o *WaypointServiceDestroyAddOn2Default) IsClientError() bool

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

func (*WaypointServiceDestroyAddOn2Default) IsCode ¶ added in v0.88.0

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

func (*WaypointServiceDestroyAddOn2Default) IsRedirect ¶ added in v0.88.0

func (o *WaypointServiceDestroyAddOn2Default) IsRedirect() bool

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

func (*WaypointServiceDestroyAddOn2Default) IsServerError ¶ added in v0.88.0

func (o *WaypointServiceDestroyAddOn2Default) IsServerError() bool

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

func (*WaypointServiceDestroyAddOn2Default) IsSuccess ¶ added in v0.88.0

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

func (*WaypointServiceDestroyAddOn2Default) String ¶ added in v0.88.0

type WaypointServiceDestroyAddOn2OK ¶ added in v0.88.0

type WaypointServiceDestroyAddOn2OK struct {
	Payload models.HashicorpCloudWaypointDestroyAddOnResponse
}

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

A successful response.

func NewWaypointServiceDestroyAddOn2OK ¶ added in v0.88.0

func NewWaypointServiceDestroyAddOn2OK() *WaypointServiceDestroyAddOn2OK

NewWaypointServiceDestroyAddOn2OK creates a WaypointServiceDestroyAddOn2OK with default headers values

func (*WaypointServiceDestroyAddOn2OK) Code ¶ added in v0.88.0

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

func (*WaypointServiceDestroyAddOn2OK) Error ¶ added in v0.88.0

func (*WaypointServiceDestroyAddOn2OK) GetPayload ¶ added in v0.88.0

func (*WaypointServiceDestroyAddOn2OK) IsClientError ¶ added in v0.88.0

func (o *WaypointServiceDestroyAddOn2OK) IsClientError() bool

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

func (*WaypointServiceDestroyAddOn2OK) IsCode ¶ added in v0.88.0

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

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

func (*WaypointServiceDestroyAddOn2OK) IsRedirect ¶ added in v0.88.0

func (o *WaypointServiceDestroyAddOn2OK) IsRedirect() bool

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

func (*WaypointServiceDestroyAddOn2OK) IsServerError ¶ added in v0.88.0

func (o *WaypointServiceDestroyAddOn2OK) IsServerError() bool

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

func (*WaypointServiceDestroyAddOn2OK) IsSuccess ¶ added in v0.88.0

func (o *WaypointServiceDestroyAddOn2OK) IsSuccess() bool

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

func (*WaypointServiceDestroyAddOn2OK) String ¶ added in v0.88.0

type WaypointServiceDestroyAddOn2Params ¶ added in v0.88.0

type WaypointServiceDestroyAddOn2Params struct {

	// AddOnID.
	AddOnID *string

	// AddOnName.
	AddOnName string

	// NamespaceID.
	NamespaceID string

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

WaypointServiceDestroyAddOn2Params contains all the parameters to send to the API endpoint

for the waypoint service destroy add on2 operation.

Typically these are written to a http.Request.

func NewWaypointServiceDestroyAddOn2Params ¶ added in v0.88.0

func NewWaypointServiceDestroyAddOn2Params() *WaypointServiceDestroyAddOn2Params

NewWaypointServiceDestroyAddOn2Params creates a new WaypointServiceDestroyAddOn2Params 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 NewWaypointServiceDestroyAddOn2ParamsWithContext ¶ added in v0.88.0

func NewWaypointServiceDestroyAddOn2ParamsWithContext(ctx context.Context) *WaypointServiceDestroyAddOn2Params

NewWaypointServiceDestroyAddOn2ParamsWithContext creates a new WaypointServiceDestroyAddOn2Params object with the ability to set a context for a request.

func NewWaypointServiceDestroyAddOn2ParamsWithHTTPClient ¶ added in v0.88.0

func NewWaypointServiceDestroyAddOn2ParamsWithHTTPClient(client *http.Client) *WaypointServiceDestroyAddOn2Params

NewWaypointServiceDestroyAddOn2ParamsWithHTTPClient creates a new WaypointServiceDestroyAddOn2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceDestroyAddOn2ParamsWithTimeout ¶ added in v0.88.0

func NewWaypointServiceDestroyAddOn2ParamsWithTimeout(timeout time.Duration) *WaypointServiceDestroyAddOn2Params

NewWaypointServiceDestroyAddOn2ParamsWithTimeout creates a new WaypointServiceDestroyAddOn2Params object with the ability to set a timeout on a request.

func (*WaypointServiceDestroyAddOn2Params) SetAddOnID ¶ added in v0.88.0

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

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

func (*WaypointServiceDestroyAddOn2Params) SetAddOnName ¶ added in v0.88.0

func (o *WaypointServiceDestroyAddOn2Params) SetAddOnName(addOnName string)

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

func (*WaypointServiceDestroyAddOn2Params) SetContext ¶ added in v0.88.0

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

func (*WaypointServiceDestroyAddOn2Params) SetDefaults ¶ added in v0.88.0

func (o *WaypointServiceDestroyAddOn2Params) SetDefaults()

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

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

func (*WaypointServiceDestroyAddOn2Params) SetHTTPClient ¶ added in v0.88.0

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

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

func (*WaypointServiceDestroyAddOn2Params) SetNamespaceID ¶ added in v0.88.0

func (o *WaypointServiceDestroyAddOn2Params) SetNamespaceID(namespaceID string)

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

func (*WaypointServiceDestroyAddOn2Params) SetTimeout ¶ added in v0.88.0

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

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

func (*WaypointServiceDestroyAddOn2Params) WithAddOnID ¶ added in v0.88.0

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

func (*WaypointServiceDestroyAddOn2Params) WithAddOnName ¶ added in v0.88.0

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

func (*WaypointServiceDestroyAddOn2Params) WithContext ¶ added in v0.88.0

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

func (*WaypointServiceDestroyAddOn2Params) WithDefaults ¶ added in v0.88.0

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

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

func (*WaypointServiceDestroyAddOn2Params) WithHTTPClient ¶ added in v0.88.0

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

func (*WaypointServiceDestroyAddOn2Params) WithNamespaceID ¶ added in v0.88.0

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

func (*WaypointServiceDestroyAddOn2Params) WithTimeout ¶ added in v0.88.0

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

func (*WaypointServiceDestroyAddOn2Params) WriteToRequest ¶ added in v0.88.0

WriteToRequest writes these params to a swagger request

type WaypointServiceDestroyAddOn2Reader ¶ added in v0.88.0

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

WaypointServiceDestroyAddOn2Reader is a Reader for the WaypointServiceDestroyAddOn2 structure.

func (*WaypointServiceDestroyAddOn2Reader) ReadResponse ¶ added in v0.88.0

func (o *WaypointServiceDestroyAddOn2Reader) 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.GoogleRPCStatus
	// 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 WaypointServiceDestroyApplication2Default ¶ added in v0.88.0

type WaypointServiceDestroyApplication2Default struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceDestroyApplication2Default ¶ added in v0.88.0

func NewWaypointServiceDestroyApplication2Default(code int) *WaypointServiceDestroyApplication2Default

NewWaypointServiceDestroyApplication2Default creates a WaypointServiceDestroyApplication2Default with default headers values

func (*WaypointServiceDestroyApplication2Default) Code ¶ added in v0.88.0

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

func (*WaypointServiceDestroyApplication2Default) Error ¶ added in v0.88.0

func (*WaypointServiceDestroyApplication2Default) GetPayload ¶ added in v0.88.0

func (*WaypointServiceDestroyApplication2Default) IsClientError ¶ added in v0.88.0

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

func (*WaypointServiceDestroyApplication2Default) IsCode ¶ added in v0.88.0

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

func (*WaypointServiceDestroyApplication2Default) IsRedirect ¶ added in v0.88.0

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

func (*WaypointServiceDestroyApplication2Default) IsServerError ¶ added in v0.88.0

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

func (*WaypointServiceDestroyApplication2Default) IsSuccess ¶ added in v0.88.0

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

func (*WaypointServiceDestroyApplication2Default) String ¶ added in v0.88.0

type WaypointServiceDestroyApplication2OK ¶ added in v0.88.0

type WaypointServiceDestroyApplication2OK struct {
	Payload models.HashicorpCloudWaypointDestroyApplicationResponse
}

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

A successful response.

func NewWaypointServiceDestroyApplication2OK ¶ added in v0.88.0

func NewWaypointServiceDestroyApplication2OK() *WaypointServiceDestroyApplication2OK

NewWaypointServiceDestroyApplication2OK creates a WaypointServiceDestroyApplication2OK with default headers values

func (*WaypointServiceDestroyApplication2OK) Code ¶ added in v0.88.0

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

func (*WaypointServiceDestroyApplication2OK) Error ¶ added in v0.88.0

func (*WaypointServiceDestroyApplication2OK) GetPayload ¶ added in v0.88.0

func (*WaypointServiceDestroyApplication2OK) IsClientError ¶ added in v0.88.0

func (o *WaypointServiceDestroyApplication2OK) IsClientError() bool

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

func (*WaypointServiceDestroyApplication2OK) IsCode ¶ added in v0.88.0

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

func (*WaypointServiceDestroyApplication2OK) IsRedirect ¶ added in v0.88.0

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

func (*WaypointServiceDestroyApplication2OK) IsServerError ¶ added in v0.88.0

func (o *WaypointServiceDestroyApplication2OK) IsServerError() bool

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

func (*WaypointServiceDestroyApplication2OK) IsSuccess ¶ added in v0.88.0

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

func (*WaypointServiceDestroyApplication2OK) String ¶ added in v0.88.0

type WaypointServiceDestroyApplication2Params ¶ added in v0.88.0

type WaypointServiceDestroyApplication2Params struct {

	// ApplicationID.
	ApplicationID *string

	// ApplicationName.
	ApplicationName string

	// NamespaceID.
	NamespaceID string

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

WaypointServiceDestroyApplication2Params contains all the parameters to send to the API endpoint

for the waypoint service destroy application2 operation.

Typically these are written to a http.Request.

func NewWaypointServiceDestroyApplication2Params ¶ added in v0.88.0

func NewWaypointServiceDestroyApplication2Params() *WaypointServiceDestroyApplication2Params

NewWaypointServiceDestroyApplication2Params creates a new WaypointServiceDestroyApplication2Params 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 NewWaypointServiceDestroyApplication2ParamsWithContext ¶ added in v0.88.0

func NewWaypointServiceDestroyApplication2ParamsWithContext(ctx context.Context) *WaypointServiceDestroyApplication2Params

NewWaypointServiceDestroyApplication2ParamsWithContext creates a new WaypointServiceDestroyApplication2Params object with the ability to set a context for a request.

func NewWaypointServiceDestroyApplication2ParamsWithHTTPClient ¶ added in v0.88.0

func NewWaypointServiceDestroyApplication2ParamsWithHTTPClient(client *http.Client) *WaypointServiceDestroyApplication2Params

NewWaypointServiceDestroyApplication2ParamsWithHTTPClient creates a new WaypointServiceDestroyApplication2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceDestroyApplication2ParamsWithTimeout ¶ added in v0.88.0

func NewWaypointServiceDestroyApplication2ParamsWithTimeout(timeout time.Duration) *WaypointServiceDestroyApplication2Params

NewWaypointServiceDestroyApplication2ParamsWithTimeout creates a new WaypointServiceDestroyApplication2Params object with the ability to set a timeout on a request.

func (*WaypointServiceDestroyApplication2Params) SetApplicationID ¶ added in v0.88.0

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

SetApplicationID adds the applicationId to the waypoint service destroy application2 params

func (*WaypointServiceDestroyApplication2Params) SetApplicationName ¶ added in v0.88.0

func (o *WaypointServiceDestroyApplication2Params) SetApplicationName(applicationName string)

SetApplicationName adds the applicationName to the waypoint service destroy application2 params

func (*WaypointServiceDestroyApplication2Params) SetContext ¶ added in v0.88.0

SetContext adds the context to the waypoint service destroy application2 params

func (*WaypointServiceDestroyApplication2Params) SetDefaults ¶ added in v0.88.0

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

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

func (*WaypointServiceDestroyApplication2Params) SetHTTPClient ¶ added in v0.88.0

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

SetHTTPClient adds the HTTPClient to the waypoint service destroy application2 params

func (*WaypointServiceDestroyApplication2Params) SetNamespaceID ¶ added in v0.88.0

func (o *WaypointServiceDestroyApplication2Params) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service destroy application2 params

func (*WaypointServiceDestroyApplication2Params) SetTimeout ¶ added in v0.88.0

SetTimeout adds the timeout to the waypoint service destroy application2 params

func (*WaypointServiceDestroyApplication2Params) WithApplicationID ¶ added in v0.88.0

WithApplicationID adds the applicationID to the waypoint service destroy application2 params

func (*WaypointServiceDestroyApplication2Params) WithApplicationName ¶ added in v0.88.0

WithApplicationName adds the applicationName to the waypoint service destroy application2 params

func (*WaypointServiceDestroyApplication2Params) WithContext ¶ added in v0.88.0

WithContext adds the context to the waypoint service destroy application2 params

func (*WaypointServiceDestroyApplication2Params) WithDefaults ¶ added in v0.88.0

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

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

func (*WaypointServiceDestroyApplication2Params) WithHTTPClient ¶ added in v0.88.0

WithHTTPClient adds the HTTPClient to the waypoint service destroy application2 params

func (*WaypointServiceDestroyApplication2Params) WithNamespaceID ¶ added in v0.88.0

WithNamespaceID adds the namespaceID to the waypoint service destroy application2 params

func (*WaypointServiceDestroyApplication2Params) WithTimeout ¶ added in v0.88.0

WithTimeout adds the timeout to the waypoint service destroy application2 params

func (*WaypointServiceDestroyApplication2Params) WriteToRequest ¶ added in v0.88.0

WriteToRequest writes these params to a swagger request

type WaypointServiceDestroyApplication2Reader ¶ added in v0.88.0

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

WaypointServiceDestroyApplication2Reader is a Reader for the WaypointServiceDestroyApplication2 structure.

func (*WaypointServiceDestroyApplication2Reader) ReadResponse ¶ added in v0.88.0

func (o *WaypointServiceDestroyApplication2Reader) 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.GoogleRPCStatus
	// 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 WaypointServiceEndingActionDefault ¶ added in v0.84.0

type WaypointServiceEndingActionDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceEndingActionDefault ¶ added in v0.84.0

func NewWaypointServiceEndingActionDefault(code int) *WaypointServiceEndingActionDefault

NewWaypointServiceEndingActionDefault creates a WaypointServiceEndingActionDefault with default headers values

func (*WaypointServiceEndingActionDefault) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service ending action default response

func (*WaypointServiceEndingActionDefault) Error ¶ added in v0.84.0

func (*WaypointServiceEndingActionDefault) GetPayload ¶ added in v0.84.0

func (*WaypointServiceEndingActionDefault) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceEndingActionDefault) IsClientError() bool

IsClientError returns true when this waypoint service ending action default response has a 4xx status code

func (*WaypointServiceEndingActionDefault) IsCode ¶ added in v0.84.0

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

func (*WaypointServiceEndingActionDefault) IsRedirect ¶ added in v0.84.0

func (o *WaypointServiceEndingActionDefault) IsRedirect() bool

IsRedirect returns true when this waypoint service ending action default response has a 3xx status code

func (*WaypointServiceEndingActionDefault) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceEndingActionDefault) IsServerError() bool

IsServerError returns true when this waypoint service ending action default response has a 5xx status code

func (*WaypointServiceEndingActionDefault) IsSuccess ¶ added in v0.84.0

IsSuccess returns true when this waypoint service ending action default response has a 2xx status code

func (*WaypointServiceEndingActionDefault) String ¶ added in v0.84.0

type WaypointServiceEndingActionOK ¶ added in v0.84.0

type WaypointServiceEndingActionOK struct {
	Payload models.HashicorpCloudWaypointEndingActionResponse
}

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

A successful response.

func NewWaypointServiceEndingActionOK ¶ added in v0.84.0

func NewWaypointServiceEndingActionOK() *WaypointServiceEndingActionOK

NewWaypointServiceEndingActionOK creates a WaypointServiceEndingActionOK with default headers values

func (*WaypointServiceEndingActionOK) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service ending action o k response

func (*WaypointServiceEndingActionOK) Error ¶ added in v0.84.0

func (*WaypointServiceEndingActionOK) GetPayload ¶ added in v0.84.0

func (*WaypointServiceEndingActionOK) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceEndingActionOK) IsClientError() bool

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

func (*WaypointServiceEndingActionOK) IsCode ¶ added in v0.84.0

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

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

func (*WaypointServiceEndingActionOK) IsRedirect ¶ added in v0.84.0

func (o *WaypointServiceEndingActionOK) IsRedirect() bool

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

func (*WaypointServiceEndingActionOK) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceEndingActionOK) IsServerError() bool

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

func (*WaypointServiceEndingActionOK) IsSuccess ¶ added in v0.84.0

func (o *WaypointServiceEndingActionOK) IsSuccess() bool

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

func (*WaypointServiceEndingActionOK) String ¶ added in v0.84.0

type WaypointServiceEndingActionParams ¶ added in v0.84.0

type WaypointServiceEndingActionParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointWaypointServiceEndingActionBody

	// NamespaceID.
	NamespaceID string

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

WaypointServiceEndingActionParams contains all the parameters to send to the API endpoint

for the waypoint service ending action operation.

Typically these are written to a http.Request.

func NewWaypointServiceEndingActionParams ¶ added in v0.84.0

func NewWaypointServiceEndingActionParams() *WaypointServiceEndingActionParams

NewWaypointServiceEndingActionParams creates a new WaypointServiceEndingActionParams 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 NewWaypointServiceEndingActionParamsWithContext ¶ added in v0.84.0

func NewWaypointServiceEndingActionParamsWithContext(ctx context.Context) *WaypointServiceEndingActionParams

NewWaypointServiceEndingActionParamsWithContext creates a new WaypointServiceEndingActionParams object with the ability to set a context for a request.

func NewWaypointServiceEndingActionParamsWithHTTPClient ¶ added in v0.84.0

func NewWaypointServiceEndingActionParamsWithHTTPClient(client *http.Client) *WaypointServiceEndingActionParams

NewWaypointServiceEndingActionParamsWithHTTPClient creates a new WaypointServiceEndingActionParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceEndingActionParamsWithTimeout ¶ added in v0.84.0

func NewWaypointServiceEndingActionParamsWithTimeout(timeout time.Duration) *WaypointServiceEndingActionParams

NewWaypointServiceEndingActionParamsWithTimeout creates a new WaypointServiceEndingActionParams object with the ability to set a timeout on a request.

func (*WaypointServiceEndingActionParams) SetBody ¶ added in v0.84.0

SetBody adds the body to the waypoint service ending action params

func (*WaypointServiceEndingActionParams) SetContext ¶ added in v0.84.0

SetContext adds the context to the waypoint service ending action params

func (*WaypointServiceEndingActionParams) SetDefaults ¶ added in v0.84.0

func (o *WaypointServiceEndingActionParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service ending action params (not the query body).

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

func (*WaypointServiceEndingActionParams) SetHTTPClient ¶ added in v0.84.0

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

SetHTTPClient adds the HTTPClient to the waypoint service ending action params

func (*WaypointServiceEndingActionParams) SetNamespaceID ¶ added in v0.84.0

func (o *WaypointServiceEndingActionParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service ending action params

func (*WaypointServiceEndingActionParams) SetTimeout ¶ added in v0.84.0

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

SetTimeout adds the timeout to the waypoint service ending action params

func (*WaypointServiceEndingActionParams) WithBody ¶ added in v0.84.0

WithBody adds the body to the waypoint service ending action params

func (*WaypointServiceEndingActionParams) WithContext ¶ added in v0.84.0

WithContext adds the context to the waypoint service ending action params

func (*WaypointServiceEndingActionParams) WithDefaults ¶ added in v0.84.0

WithDefaults hydrates default values in the waypoint service ending action params (not the query body).

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

func (*WaypointServiceEndingActionParams) WithHTTPClient ¶ added in v0.84.0

WithHTTPClient adds the HTTPClient to the waypoint service ending action params

func (*WaypointServiceEndingActionParams) WithNamespaceID ¶ added in v0.84.0

WithNamespaceID adds the namespaceID to the waypoint service ending action params

func (*WaypointServiceEndingActionParams) WithTimeout ¶ added in v0.84.0

WithTimeout adds the timeout to the waypoint service ending action params

func (*WaypointServiceEndingActionParams) WriteToRequest ¶ added in v0.84.0

WriteToRequest writes these params to a swagger request

type WaypointServiceEndingActionReader ¶ added in v0.84.0

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

WaypointServiceEndingActionReader is a Reader for the WaypointServiceEndingAction structure.

func (*WaypointServiceEndingActionReader) ReadResponse ¶ added in v0.84.0

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

ReadResponse reads a server response into the received o.

type WaypointServiceGetActionConfigDefault ¶ added in v0.84.0

type WaypointServiceGetActionConfigDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceGetActionConfigDefault ¶ added in v0.84.0

func NewWaypointServiceGetActionConfigDefault(code int) *WaypointServiceGetActionConfigDefault

NewWaypointServiceGetActionConfigDefault creates a WaypointServiceGetActionConfigDefault with default headers values

func (*WaypointServiceGetActionConfigDefault) Code ¶ added in v0.84.0

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

func (*WaypointServiceGetActionConfigDefault) Error ¶ added in v0.84.0

func (*WaypointServiceGetActionConfigDefault) GetPayload ¶ added in v0.84.0

func (*WaypointServiceGetActionConfigDefault) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceGetActionConfigDefault) IsClientError() bool

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

func (*WaypointServiceGetActionConfigDefault) IsCode ¶ added in v0.84.0

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

func (*WaypointServiceGetActionConfigDefault) IsRedirect ¶ added in v0.84.0

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

func (*WaypointServiceGetActionConfigDefault) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceGetActionConfigDefault) IsServerError() bool

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

func (*WaypointServiceGetActionConfigDefault) IsSuccess ¶ added in v0.84.0

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

func (*WaypointServiceGetActionConfigDefault) String ¶ added in v0.84.0

type WaypointServiceGetActionConfigOK ¶ added in v0.84.0

type WaypointServiceGetActionConfigOK struct {
	Payload *models.HashicorpCloudWaypointGetActionConfigResponse
}

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

A successful response.

func NewWaypointServiceGetActionConfigOK ¶ added in v0.84.0

func NewWaypointServiceGetActionConfigOK() *WaypointServiceGetActionConfigOK

NewWaypointServiceGetActionConfigOK creates a WaypointServiceGetActionConfigOK with default headers values

func (*WaypointServiceGetActionConfigOK) Code ¶ added in v0.84.0

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

func (*WaypointServiceGetActionConfigOK) Error ¶ added in v0.84.0

func (*WaypointServiceGetActionConfigOK) GetPayload ¶ added in v0.84.0

func (*WaypointServiceGetActionConfigOK) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceGetActionConfigOK) IsClientError() bool

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

func (*WaypointServiceGetActionConfigOK) IsCode ¶ added in v0.84.0

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

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

func (*WaypointServiceGetActionConfigOK) IsRedirect ¶ added in v0.84.0

func (o *WaypointServiceGetActionConfigOK) IsRedirect() bool

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

func (*WaypointServiceGetActionConfigOK) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceGetActionConfigOK) IsServerError() bool

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

func (*WaypointServiceGetActionConfigOK) IsSuccess ¶ added in v0.84.0

func (o *WaypointServiceGetActionConfigOK) IsSuccess() bool

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

func (*WaypointServiceGetActionConfigOK) String ¶ added in v0.84.0

type WaypointServiceGetActionConfigParams ¶ added in v0.84.0

type WaypointServiceGetActionConfigParams struct {

	/* ActionID.

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

	/* ActionName.

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

	// NamespaceID.
	NamespaceID string

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

WaypointServiceGetActionConfigParams contains all the parameters to send to the API endpoint

for the waypoint service get action config operation.

Typically these are written to a http.Request.

func NewWaypointServiceGetActionConfigParams ¶ added in v0.84.0

func NewWaypointServiceGetActionConfigParams() *WaypointServiceGetActionConfigParams

NewWaypointServiceGetActionConfigParams creates a new WaypointServiceGetActionConfigParams 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 NewWaypointServiceGetActionConfigParamsWithContext ¶ added in v0.84.0

func NewWaypointServiceGetActionConfigParamsWithContext(ctx context.Context) *WaypointServiceGetActionConfigParams

NewWaypointServiceGetActionConfigParamsWithContext creates a new WaypointServiceGetActionConfigParams object with the ability to set a context for a request.

func NewWaypointServiceGetActionConfigParamsWithHTTPClient ¶ added in v0.84.0

func NewWaypointServiceGetActionConfigParamsWithHTTPClient(client *http.Client) *WaypointServiceGetActionConfigParams

NewWaypointServiceGetActionConfigParamsWithHTTPClient creates a new WaypointServiceGetActionConfigParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceGetActionConfigParamsWithTimeout ¶ added in v0.84.0

func NewWaypointServiceGetActionConfigParamsWithTimeout(timeout time.Duration) *WaypointServiceGetActionConfigParams

NewWaypointServiceGetActionConfigParamsWithTimeout creates a new WaypointServiceGetActionConfigParams object with the ability to set a timeout on a request.

func (*WaypointServiceGetActionConfigParams) SetActionID ¶ added in v0.84.0

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

SetActionID adds the actionId to the waypoint service get action config params

func (*WaypointServiceGetActionConfigParams) SetActionName ¶ added in v0.84.0

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

SetActionName adds the actionName to the waypoint service get action config params

func (*WaypointServiceGetActionConfigParams) SetContext ¶ added in v0.84.0

SetContext adds the context to the waypoint service get action config params

func (*WaypointServiceGetActionConfigParams) SetDefaults ¶ added in v0.84.0

func (o *WaypointServiceGetActionConfigParams) SetDefaults()

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

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

func (*WaypointServiceGetActionConfigParams) SetHTTPClient ¶ added in v0.84.0

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

SetHTTPClient adds the HTTPClient to the waypoint service get action config params

func (*WaypointServiceGetActionConfigParams) SetNamespaceID ¶ added in v0.84.0

func (o *WaypointServiceGetActionConfigParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service get action config params

func (*WaypointServiceGetActionConfigParams) SetTimeout ¶ added in v0.84.0

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

SetTimeout adds the timeout to the waypoint service get action config params

func (*WaypointServiceGetActionConfigParams) WithActionID ¶ added in v0.84.0

WithActionID adds the actionID to the waypoint service get action config params

func (*WaypointServiceGetActionConfigParams) WithActionName ¶ added in v0.84.0

WithActionName adds the actionName to the waypoint service get action config params

func (*WaypointServiceGetActionConfigParams) WithContext ¶ added in v0.84.0

WithContext adds the context to the waypoint service get action config params

func (*WaypointServiceGetActionConfigParams) WithDefaults ¶ added in v0.84.0

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

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

func (*WaypointServiceGetActionConfigParams) WithHTTPClient ¶ added in v0.84.0

WithHTTPClient adds the HTTPClient to the waypoint service get action config params

func (*WaypointServiceGetActionConfigParams) WithNamespaceID ¶ added in v0.84.0

WithNamespaceID adds the namespaceID to the waypoint service get action config params

func (*WaypointServiceGetActionConfigParams) WithTimeout ¶ added in v0.84.0

WithTimeout adds the timeout to the waypoint service get action config params

func (*WaypointServiceGetActionConfigParams) WriteToRequest ¶ added in v0.84.0

WriteToRequest writes these params to a swagger request

type WaypointServiceGetActionConfigReader ¶ added in v0.84.0

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

WaypointServiceGetActionConfigReader is a Reader for the WaypointServiceGetActionConfig structure.

func (*WaypointServiceGetActionConfigReader) ReadResponse ¶ added in v0.84.0

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

ReadResponse reads a server response into the received o.

type WaypointServiceGetActionRunDefault ¶ added in v0.84.0

type WaypointServiceGetActionRunDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceGetActionRunDefault ¶ added in v0.84.0

func NewWaypointServiceGetActionRunDefault(code int) *WaypointServiceGetActionRunDefault

NewWaypointServiceGetActionRunDefault creates a WaypointServiceGetActionRunDefault with default headers values

func (*WaypointServiceGetActionRunDefault) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service get action run default response

func (*WaypointServiceGetActionRunDefault) Error ¶ added in v0.84.0

func (*WaypointServiceGetActionRunDefault) GetPayload ¶ added in v0.84.0

func (*WaypointServiceGetActionRunDefault) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceGetActionRunDefault) IsClientError() bool

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

func (*WaypointServiceGetActionRunDefault) IsCode ¶ added in v0.84.0

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

func (*WaypointServiceGetActionRunDefault) IsRedirect ¶ added in v0.84.0

func (o *WaypointServiceGetActionRunDefault) IsRedirect() bool

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

func (*WaypointServiceGetActionRunDefault) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceGetActionRunDefault) IsServerError() bool

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

func (*WaypointServiceGetActionRunDefault) IsSuccess ¶ added in v0.84.0

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

func (*WaypointServiceGetActionRunDefault) String ¶ added in v0.84.0

type WaypointServiceGetActionRunOK ¶ added in v0.84.0

type WaypointServiceGetActionRunOK struct {
	Payload *models.HashicorpCloudWaypointGetActionRunResponse
}

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

A successful response.

func NewWaypointServiceGetActionRunOK ¶ added in v0.84.0

func NewWaypointServiceGetActionRunOK() *WaypointServiceGetActionRunOK

NewWaypointServiceGetActionRunOK creates a WaypointServiceGetActionRunOK with default headers values

func (*WaypointServiceGetActionRunOK) Code ¶ added in v0.84.0

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

func (*WaypointServiceGetActionRunOK) Error ¶ added in v0.84.0

func (*WaypointServiceGetActionRunOK) GetPayload ¶ added in v0.84.0

func (*WaypointServiceGetActionRunOK) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceGetActionRunOK) IsClientError() bool

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

func (*WaypointServiceGetActionRunOK) IsCode ¶ added in v0.84.0

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

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

func (*WaypointServiceGetActionRunOK) IsRedirect ¶ added in v0.84.0

func (o *WaypointServiceGetActionRunOK) IsRedirect() bool

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

func (*WaypointServiceGetActionRunOK) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceGetActionRunOK) IsServerError() bool

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

func (*WaypointServiceGetActionRunOK) IsSuccess ¶ added in v0.84.0

func (o *WaypointServiceGetActionRunOK) IsSuccess() bool

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

func (*WaypointServiceGetActionRunOK) String ¶ added in v0.84.0

type WaypointServiceGetActionRunParams ¶ added in v0.84.0

type WaypointServiceGetActionRunParams struct {

	/* ActionID.

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

	/* ActionName.

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

	// NamespaceID.
	NamespaceID string

	/* Sequence.

	   The sequence number of the action run (required)

	   Format: uint64
	*/
	Sequence *string

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

WaypointServiceGetActionRunParams contains all the parameters to send to the API endpoint

for the waypoint service get action run operation.

Typically these are written to a http.Request.

func NewWaypointServiceGetActionRunParams ¶ added in v0.84.0

func NewWaypointServiceGetActionRunParams() *WaypointServiceGetActionRunParams

NewWaypointServiceGetActionRunParams creates a new WaypointServiceGetActionRunParams 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 NewWaypointServiceGetActionRunParamsWithContext ¶ added in v0.84.0

func NewWaypointServiceGetActionRunParamsWithContext(ctx context.Context) *WaypointServiceGetActionRunParams

NewWaypointServiceGetActionRunParamsWithContext creates a new WaypointServiceGetActionRunParams object with the ability to set a context for a request.

func NewWaypointServiceGetActionRunParamsWithHTTPClient ¶ added in v0.84.0

func NewWaypointServiceGetActionRunParamsWithHTTPClient(client *http.Client) *WaypointServiceGetActionRunParams

NewWaypointServiceGetActionRunParamsWithHTTPClient creates a new WaypointServiceGetActionRunParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceGetActionRunParamsWithTimeout ¶ added in v0.84.0

func NewWaypointServiceGetActionRunParamsWithTimeout(timeout time.Duration) *WaypointServiceGetActionRunParams

NewWaypointServiceGetActionRunParamsWithTimeout creates a new WaypointServiceGetActionRunParams object with the ability to set a timeout on a request.

func (*WaypointServiceGetActionRunParams) SetActionID ¶ added in v0.84.0

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

SetActionID adds the actionId to the waypoint service get action run params

func (*WaypointServiceGetActionRunParams) SetActionName ¶ added in v0.84.0

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

SetActionName adds the actionName to the waypoint service get action run params

func (*WaypointServiceGetActionRunParams) SetContext ¶ added in v0.84.0

SetContext adds the context to the waypoint service get action run params

func (*WaypointServiceGetActionRunParams) SetDefaults ¶ added in v0.84.0

func (o *WaypointServiceGetActionRunParams) SetDefaults()

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

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

func (*WaypointServiceGetActionRunParams) SetHTTPClient ¶ added in v0.84.0

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

SetHTTPClient adds the HTTPClient to the waypoint service get action run params

func (*WaypointServiceGetActionRunParams) SetNamespaceID ¶ added in v0.84.0

func (o *WaypointServiceGetActionRunParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service get action run params

func (*WaypointServiceGetActionRunParams) SetSequence ¶ added in v0.84.0

func (o *WaypointServiceGetActionRunParams) SetSequence(sequence *string)

SetSequence adds the sequence to the waypoint service get action run params

func (*WaypointServiceGetActionRunParams) SetTimeout ¶ added in v0.84.0

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

SetTimeout adds the timeout to the waypoint service get action run params

func (*WaypointServiceGetActionRunParams) WithActionID ¶ added in v0.84.0

WithActionID adds the actionID to the waypoint service get action run params

func (*WaypointServiceGetActionRunParams) WithActionName ¶ added in v0.84.0

WithActionName adds the actionName to the waypoint service get action run params

func (*WaypointServiceGetActionRunParams) WithContext ¶ added in v0.84.0

WithContext adds the context to the waypoint service get action run params

func (*WaypointServiceGetActionRunParams) WithDefaults ¶ added in v0.84.0

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

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

func (*WaypointServiceGetActionRunParams) WithHTTPClient ¶ added in v0.84.0

WithHTTPClient adds the HTTPClient to the waypoint service get action run params

func (*WaypointServiceGetActionRunParams) WithNamespaceID ¶ added in v0.84.0

WithNamespaceID adds the namespaceID to the waypoint service get action run params

func (*WaypointServiceGetActionRunParams) WithSequence ¶ added in v0.84.0

WithSequence adds the sequence to the waypoint service get action run params

func (*WaypointServiceGetActionRunParams) WithTimeout ¶ added in v0.84.0

WithTimeout adds the timeout to the waypoint service get action run params

func (*WaypointServiceGetActionRunParams) WriteToRequest ¶ added in v0.84.0

WriteToRequest writes these params to a swagger request

type WaypointServiceGetActionRunReader ¶ added in v0.84.0

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

WaypointServiceGetActionRunReader is a Reader for the WaypointServiceGetActionRun structure.

func (*WaypointServiceGetActionRunReader) ReadResponse ¶ added in v0.84.0

func (o *WaypointServiceGetActionRunReader) 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.GoogleRPCStatus
	// 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.GoogleRPCStatus
	// 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.GoogleRPCStatus
	// 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.GoogleRPCStatus
	// 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 WaypointServiceGetAgentGroupDefault ¶ added in v0.84.0

type WaypointServiceGetAgentGroupDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceGetAgentGroupDefault ¶ added in v0.84.0

func NewWaypointServiceGetAgentGroupDefault(code int) *WaypointServiceGetAgentGroupDefault

NewWaypointServiceGetAgentGroupDefault creates a WaypointServiceGetAgentGroupDefault with default headers values

func (*WaypointServiceGetAgentGroupDefault) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service get agent group default response

func (*WaypointServiceGetAgentGroupDefault) Error ¶ added in v0.84.0

func (*WaypointServiceGetAgentGroupDefault) GetPayload ¶ added in v0.84.0

func (*WaypointServiceGetAgentGroupDefault) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceGetAgentGroupDefault) IsClientError() bool

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

func (*WaypointServiceGetAgentGroupDefault) IsCode ¶ added in v0.84.0

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

func (*WaypointServiceGetAgentGroupDefault) IsRedirect ¶ added in v0.84.0

func (o *WaypointServiceGetAgentGroupDefault) IsRedirect() bool

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

func (*WaypointServiceGetAgentGroupDefault) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceGetAgentGroupDefault) IsServerError() bool

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

func (*WaypointServiceGetAgentGroupDefault) IsSuccess ¶ added in v0.84.0

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

func (*WaypointServiceGetAgentGroupDefault) String ¶ added in v0.84.0

type WaypointServiceGetAgentGroupOK ¶ added in v0.84.0

type WaypointServiceGetAgentGroupOK struct {
	Payload *models.HashicorpCloudWaypointGetAgentGroupResponse
}

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

A successful response.

func NewWaypointServiceGetAgentGroupOK ¶ added in v0.84.0

func NewWaypointServiceGetAgentGroupOK() *WaypointServiceGetAgentGroupOK

NewWaypointServiceGetAgentGroupOK creates a WaypointServiceGetAgentGroupOK with default headers values

func (*WaypointServiceGetAgentGroupOK) Code ¶ added in v0.84.0

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

func (*WaypointServiceGetAgentGroupOK) Error ¶ added in v0.84.0

func (*WaypointServiceGetAgentGroupOK) GetPayload ¶ added in v0.84.0

func (*WaypointServiceGetAgentGroupOK) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceGetAgentGroupOK) IsClientError() bool

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

func (*WaypointServiceGetAgentGroupOK) IsCode ¶ added in v0.84.0

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

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

func (*WaypointServiceGetAgentGroupOK) IsRedirect ¶ added in v0.84.0

func (o *WaypointServiceGetAgentGroupOK) IsRedirect() bool

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

func (*WaypointServiceGetAgentGroupOK) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceGetAgentGroupOK) IsServerError() bool

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

func (*WaypointServiceGetAgentGroupOK) IsSuccess ¶ added in v0.84.0

func (o *WaypointServiceGetAgentGroupOK) IsSuccess() bool

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

func (*WaypointServiceGetAgentGroupOK) String ¶ added in v0.84.0

type WaypointServiceGetAgentGroupParams ¶ added in v0.84.0

type WaypointServiceGetAgentGroupParams struct {

	/* Name.

	   The name of the group to retrieve the information about
	*/
	Name string

	// NamespaceID.
	NamespaceID string

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

WaypointServiceGetAgentGroupParams contains all the parameters to send to the API endpoint

for the waypoint service get agent group operation.

Typically these are written to a http.Request.

func NewWaypointServiceGetAgentGroupParams ¶ added in v0.84.0

func NewWaypointServiceGetAgentGroupParams() *WaypointServiceGetAgentGroupParams

NewWaypointServiceGetAgentGroupParams creates a new WaypointServiceGetAgentGroupParams 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 NewWaypointServiceGetAgentGroupParamsWithContext ¶ added in v0.84.0

func NewWaypointServiceGetAgentGroupParamsWithContext(ctx context.Context) *WaypointServiceGetAgentGroupParams

NewWaypointServiceGetAgentGroupParamsWithContext creates a new WaypointServiceGetAgentGroupParams object with the ability to set a context for a request.

func NewWaypointServiceGetAgentGroupParamsWithHTTPClient ¶ added in v0.84.0

func NewWaypointServiceGetAgentGroupParamsWithHTTPClient(client *http.Client) *WaypointServiceGetAgentGroupParams

NewWaypointServiceGetAgentGroupParamsWithHTTPClient creates a new WaypointServiceGetAgentGroupParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceGetAgentGroupParamsWithTimeout ¶ added in v0.84.0

func NewWaypointServiceGetAgentGroupParamsWithTimeout(timeout time.Duration) *WaypointServiceGetAgentGroupParams

NewWaypointServiceGetAgentGroupParamsWithTimeout creates a new WaypointServiceGetAgentGroupParams object with the ability to set a timeout on a request.

func (*WaypointServiceGetAgentGroupParams) SetContext ¶ added in v0.84.0

SetContext adds the context to the waypoint service get agent group params

func (*WaypointServiceGetAgentGroupParams) SetDefaults ¶ added in v0.84.0

func (o *WaypointServiceGetAgentGroupParams) SetDefaults()

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

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

func (*WaypointServiceGetAgentGroupParams) SetHTTPClient ¶ added in v0.84.0

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

SetHTTPClient adds the HTTPClient to the waypoint service get agent group params

func (*WaypointServiceGetAgentGroupParams) SetName ¶ added in v0.84.0

func (o *WaypointServiceGetAgentGroupParams) SetName(name string)

SetName adds the name to the waypoint service get agent group params

func (*WaypointServiceGetAgentGroupParams) SetNamespaceID ¶ added in v0.84.0

func (o *WaypointServiceGetAgentGroupParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service get agent group params

func (*WaypointServiceGetAgentGroupParams) SetTimeout ¶ added in v0.84.0

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

SetTimeout adds the timeout to the waypoint service get agent group params

func (*WaypointServiceGetAgentGroupParams) WithContext ¶ added in v0.84.0

WithContext adds the context to the waypoint service get agent group params

func (*WaypointServiceGetAgentGroupParams) WithDefaults ¶ added in v0.84.0

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

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

func (*WaypointServiceGetAgentGroupParams) WithHTTPClient ¶ added in v0.84.0

WithHTTPClient adds the HTTPClient to the waypoint service get agent group params

func (*WaypointServiceGetAgentGroupParams) WithName ¶ added in v0.84.0

WithName adds the name to the waypoint service get agent group params

func (*WaypointServiceGetAgentGroupParams) WithNamespaceID ¶ added in v0.84.0

WithNamespaceID adds the namespaceID to the waypoint service get agent group params

func (*WaypointServiceGetAgentGroupParams) WithTimeout ¶ added in v0.84.0

WithTimeout adds the timeout to the waypoint service get agent group params

func (*WaypointServiceGetAgentGroupParams) WriteToRequest ¶ added in v0.84.0

WriteToRequest writes these params to a swagger request

type WaypointServiceGetAgentGroupReader ¶ added in v0.84.0

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

WaypointServiceGetAgentGroupReader is a Reader for the WaypointServiceGetAgentGroup structure.

func (*WaypointServiceGetAgentGroupReader) ReadResponse ¶ added in v0.84.0

func (o *WaypointServiceGetAgentGroupReader) 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.GoogleRPCStatus
	// 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.GoogleRPCStatus
	// 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.GoogleRPCStatus
	// 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 WaypointServiceGetApplicationTemplate3Default ¶ added in v0.91.0

type WaypointServiceGetApplicationTemplate3Default struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceGetApplicationTemplate3Default ¶ added in v0.91.0

func NewWaypointServiceGetApplicationTemplate3Default(code int) *WaypointServiceGetApplicationTemplate3Default

NewWaypointServiceGetApplicationTemplate3Default creates a WaypointServiceGetApplicationTemplate3Default with default headers values

func (*WaypointServiceGetApplicationTemplate3Default) Code ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate3Default) Error ¶ added in v0.91.0

func (*WaypointServiceGetApplicationTemplate3Default) GetPayload ¶ added in v0.91.0

func (*WaypointServiceGetApplicationTemplate3Default) IsClientError ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate3Default) IsCode ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate3Default) IsRedirect ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate3Default) IsServerError ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate3Default) IsSuccess ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate3Default) String ¶ added in v0.91.0

type WaypointServiceGetApplicationTemplate3OK ¶ added in v0.91.0

type WaypointServiceGetApplicationTemplate3OK struct {
	Payload *models.HashicorpCloudWaypointGetApplicationTemplateResponse
}

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

A successful response.

func NewWaypointServiceGetApplicationTemplate3OK ¶ added in v0.91.0

func NewWaypointServiceGetApplicationTemplate3OK() *WaypointServiceGetApplicationTemplate3OK

NewWaypointServiceGetApplicationTemplate3OK creates a WaypointServiceGetApplicationTemplate3OK with default headers values

func (*WaypointServiceGetApplicationTemplate3OK) Code ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate3OK) Error ¶ added in v0.91.0

func (*WaypointServiceGetApplicationTemplate3OK) GetPayload ¶ added in v0.91.0

func (*WaypointServiceGetApplicationTemplate3OK) IsClientError ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate3OK) IsCode ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate3OK) IsRedirect ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate3OK) IsServerError ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate3OK) IsSuccess ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate3OK) String ¶ added in v0.91.0

type WaypointServiceGetApplicationTemplate3Params ¶ added in v0.91.0

type WaypointServiceGetApplicationTemplate3Params 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
}

WaypointServiceGetApplicationTemplate3Params contains all the parameters to send to the API endpoint

for the waypoint service get application template3 operation.

Typically these are written to a http.Request.

func NewWaypointServiceGetApplicationTemplate3Params ¶ added in v0.91.0

func NewWaypointServiceGetApplicationTemplate3Params() *WaypointServiceGetApplicationTemplate3Params

NewWaypointServiceGetApplicationTemplate3Params creates a new WaypointServiceGetApplicationTemplate3Params 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 NewWaypointServiceGetApplicationTemplate3ParamsWithContext ¶ added in v0.91.0

func NewWaypointServiceGetApplicationTemplate3ParamsWithContext(ctx context.Context) *WaypointServiceGetApplicationTemplate3Params

NewWaypointServiceGetApplicationTemplate3ParamsWithContext creates a new WaypointServiceGetApplicationTemplate3Params object with the ability to set a context for a request.

func NewWaypointServiceGetApplicationTemplate3ParamsWithHTTPClient ¶ added in v0.91.0

func NewWaypointServiceGetApplicationTemplate3ParamsWithHTTPClient(client *http.Client) *WaypointServiceGetApplicationTemplate3Params

NewWaypointServiceGetApplicationTemplate3ParamsWithHTTPClient creates a new WaypointServiceGetApplicationTemplate3Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceGetApplicationTemplate3ParamsWithTimeout ¶ added in v0.91.0

func NewWaypointServiceGetApplicationTemplate3ParamsWithTimeout(timeout time.Duration) *WaypointServiceGetApplicationTemplate3Params

NewWaypointServiceGetApplicationTemplate3ParamsWithTimeout creates a new WaypointServiceGetApplicationTemplate3Params object with the ability to set a timeout on a request.

func (*WaypointServiceGetApplicationTemplate3Params) SetApplicationTemplateID ¶ added in v0.91.0

func (o *WaypointServiceGetApplicationTemplate3Params) SetApplicationTemplateID(applicationTemplateID string)

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

func (*WaypointServiceGetApplicationTemplate3Params) SetApplicationTemplateName ¶ added in v0.91.0

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

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

func (*WaypointServiceGetApplicationTemplate3Params) SetContext ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate3Params) SetDefaults ¶ added in v0.91.0

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

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

func (*WaypointServiceGetApplicationTemplate3Params) SetHTTPClient ¶ added in v0.91.0

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

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

func (*WaypointServiceGetApplicationTemplate3Params) SetNamespaceID ¶ added in v0.91.0

func (o *WaypointServiceGetApplicationTemplate3Params) SetNamespaceID(namespaceID string)

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

func (*WaypointServiceGetApplicationTemplate3Params) SetTimeout ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate3Params) WithApplicationTemplateID ¶ added in v0.91.0

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

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

func (*WaypointServiceGetApplicationTemplate3Params) WithApplicationTemplateName ¶ added in v0.91.0

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

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

func (*WaypointServiceGetApplicationTemplate3Params) WithContext ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate3Params) WithDefaults ¶ added in v0.91.0

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

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

func (*WaypointServiceGetApplicationTemplate3Params) WithHTTPClient ¶ added in v0.91.0

WithHTTPClient adds the HTTPClient to the waypoint service get application template3 params

func (*WaypointServiceGetApplicationTemplate3Params) WithNamespaceID ¶ added in v0.91.0

WithNamespaceID adds the namespaceID to the waypoint service get application template3 params

func (*WaypointServiceGetApplicationTemplate3Params) WithTimeout ¶ added in v0.91.0

WithTimeout adds the timeout to the waypoint service get application template3 params

func (*WaypointServiceGetApplicationTemplate3Params) WriteToRequest ¶ added in v0.91.0

WriteToRequest writes these params to a swagger request

type WaypointServiceGetApplicationTemplate3Reader ¶ added in v0.91.0

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

WaypointServiceGetApplicationTemplate3Reader is a Reader for the WaypointServiceGetApplicationTemplate3 structure.

func (*WaypointServiceGetApplicationTemplate3Reader) ReadResponse ¶ added in v0.91.0

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

ReadResponse reads a server response into the received o.

type WaypointServiceGetApplicationTemplate4Default ¶ added in v0.91.0

type WaypointServiceGetApplicationTemplate4Default struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceGetApplicationTemplate4Default ¶ added in v0.91.0

func NewWaypointServiceGetApplicationTemplate4Default(code int) *WaypointServiceGetApplicationTemplate4Default

NewWaypointServiceGetApplicationTemplate4Default creates a WaypointServiceGetApplicationTemplate4Default with default headers values

func (*WaypointServiceGetApplicationTemplate4Default) Code ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate4Default) Error ¶ added in v0.91.0

func (*WaypointServiceGetApplicationTemplate4Default) GetPayload ¶ added in v0.91.0

func (*WaypointServiceGetApplicationTemplate4Default) IsClientError ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate4Default) IsCode ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate4Default) IsRedirect ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate4Default) IsServerError ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate4Default) IsSuccess ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate4Default) String ¶ added in v0.91.0

type WaypointServiceGetApplicationTemplate4OK ¶ added in v0.91.0

type WaypointServiceGetApplicationTemplate4OK struct {
	Payload *models.HashicorpCloudWaypointGetApplicationTemplateResponse
}

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

A successful response.

func NewWaypointServiceGetApplicationTemplate4OK ¶ added in v0.91.0

func NewWaypointServiceGetApplicationTemplate4OK() *WaypointServiceGetApplicationTemplate4OK

NewWaypointServiceGetApplicationTemplate4OK creates a WaypointServiceGetApplicationTemplate4OK with default headers values

func (*WaypointServiceGetApplicationTemplate4OK) Code ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate4OK) Error ¶ added in v0.91.0

func (*WaypointServiceGetApplicationTemplate4OK) GetPayload ¶ added in v0.91.0

func (*WaypointServiceGetApplicationTemplate4OK) IsClientError ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate4OK) IsCode ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate4OK) IsRedirect ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate4OK) IsServerError ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate4OK) IsSuccess ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate4OK) String ¶ added in v0.91.0

type WaypointServiceGetApplicationTemplate4Params ¶ added in v0.91.0

type WaypointServiceGetApplicationTemplate4Params 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
}

WaypointServiceGetApplicationTemplate4Params contains all the parameters to send to the API endpoint

for the waypoint service get application template4 operation.

Typically these are written to a http.Request.

func NewWaypointServiceGetApplicationTemplate4Params ¶ added in v0.91.0

func NewWaypointServiceGetApplicationTemplate4Params() *WaypointServiceGetApplicationTemplate4Params

NewWaypointServiceGetApplicationTemplate4Params creates a new WaypointServiceGetApplicationTemplate4Params 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 NewWaypointServiceGetApplicationTemplate4ParamsWithContext ¶ added in v0.91.0

func NewWaypointServiceGetApplicationTemplate4ParamsWithContext(ctx context.Context) *WaypointServiceGetApplicationTemplate4Params

NewWaypointServiceGetApplicationTemplate4ParamsWithContext creates a new WaypointServiceGetApplicationTemplate4Params object with the ability to set a context for a request.

func NewWaypointServiceGetApplicationTemplate4ParamsWithHTTPClient ¶ added in v0.91.0

func NewWaypointServiceGetApplicationTemplate4ParamsWithHTTPClient(client *http.Client) *WaypointServiceGetApplicationTemplate4Params

NewWaypointServiceGetApplicationTemplate4ParamsWithHTTPClient creates a new WaypointServiceGetApplicationTemplate4Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceGetApplicationTemplate4ParamsWithTimeout ¶ added in v0.91.0

func NewWaypointServiceGetApplicationTemplate4ParamsWithTimeout(timeout time.Duration) *WaypointServiceGetApplicationTemplate4Params

NewWaypointServiceGetApplicationTemplate4ParamsWithTimeout creates a new WaypointServiceGetApplicationTemplate4Params object with the ability to set a timeout on a request.

func (*WaypointServiceGetApplicationTemplate4Params) SetApplicationTemplateID ¶ added in v0.91.0

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

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

func (*WaypointServiceGetApplicationTemplate4Params) SetApplicationTemplateName ¶ added in v0.91.0

func (o *WaypointServiceGetApplicationTemplate4Params) SetApplicationTemplateName(applicationTemplateName string)

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

func (*WaypointServiceGetApplicationTemplate4Params) SetContext ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate4Params) SetDefaults ¶ added in v0.91.0

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

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

func (*WaypointServiceGetApplicationTemplate4Params) SetHTTPClient ¶ added in v0.91.0

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

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

func (*WaypointServiceGetApplicationTemplate4Params) SetNamespaceID ¶ added in v0.91.0

func (o *WaypointServiceGetApplicationTemplate4Params) SetNamespaceID(namespaceID string)

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

func (*WaypointServiceGetApplicationTemplate4Params) SetTimeout ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate4Params) WithApplicationTemplateID ¶ added in v0.91.0

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

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

func (*WaypointServiceGetApplicationTemplate4Params) WithApplicationTemplateName ¶ added in v0.91.0

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

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

func (*WaypointServiceGetApplicationTemplate4Params) WithContext ¶ added in v0.91.0

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

func (*WaypointServiceGetApplicationTemplate4Params) WithDefaults ¶ added in v0.91.0

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

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

func (*WaypointServiceGetApplicationTemplate4Params) WithHTTPClient ¶ added in v0.91.0

WithHTTPClient adds the HTTPClient to the waypoint service get application template4 params

func (*WaypointServiceGetApplicationTemplate4Params) WithNamespaceID ¶ added in v0.91.0

WithNamespaceID adds the namespaceID to the waypoint service get application template4 params

func (*WaypointServiceGetApplicationTemplate4Params) WithTimeout ¶ added in v0.91.0

WithTimeout adds the timeout to the waypoint service get application template4 params

func (*WaypointServiceGetApplicationTemplate4Params) WriteToRequest ¶ added in v0.91.0

WriteToRequest writes these params to a swagger request

type WaypointServiceGetApplicationTemplate4Reader ¶ added in v0.91.0

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

WaypointServiceGetApplicationTemplate4Reader is a Reader for the WaypointServiceGetApplicationTemplate4 structure.

func (*WaypointServiceGetApplicationTemplate4Reader) ReadResponse ¶ added in v0.91.0

func (o *WaypointServiceGetApplicationTemplate4Reader) 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.GoogleRPCStatus
	// 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.GoogleRPCStatus
	// 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.GoogleRPCStatus
	// 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 WaypointServiceGetTFModuleDetailsDefault ¶ added in v0.81.0

type WaypointServiceGetTFModuleDetailsDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceGetTFModuleDetailsDefault ¶ added in v0.81.0

func NewWaypointServiceGetTFModuleDetailsDefault(code int) *WaypointServiceGetTFModuleDetailsDefault

NewWaypointServiceGetTFModuleDetailsDefault creates a WaypointServiceGetTFModuleDetailsDefault with default headers values

func (*WaypointServiceGetTFModuleDetailsDefault) Code ¶ added in v0.81.0

Code gets the status code for the waypoint service get t f module details default response

func (*WaypointServiceGetTFModuleDetailsDefault) Error ¶ added in v0.81.0

func (*WaypointServiceGetTFModuleDetailsDefault) GetPayload ¶ added in v0.81.0

func (*WaypointServiceGetTFModuleDetailsDefault) IsClientError ¶ added in v0.81.0

IsClientError returns true when this waypoint service get t f module details default response has a 4xx status code

func (*WaypointServiceGetTFModuleDetailsDefault) IsCode ¶ added in v0.81.0

IsCode returns true when this waypoint service get t f module details default response a status code equal to that given

func (*WaypointServiceGetTFModuleDetailsDefault) IsRedirect ¶ added in v0.81.0

IsRedirect returns true when this waypoint service get t f module details default response has a 3xx status code

func (*WaypointServiceGetTFModuleDetailsDefault) IsServerError ¶ added in v0.81.0

IsServerError returns true when this waypoint service get t f module details default response has a 5xx status code

func (*WaypointServiceGetTFModuleDetailsDefault) IsSuccess ¶ added in v0.81.0

IsSuccess returns true when this waypoint service get t f module details default response has a 2xx status code

func (*WaypointServiceGetTFModuleDetailsDefault) String ¶ added in v0.81.0

type WaypointServiceGetTFModuleDetailsOK ¶ added in v0.81.0

type WaypointServiceGetTFModuleDetailsOK struct {
	Payload *models.HashicorpCloudWaypointGetTFModuleDetailsResponse
}

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

A successful response.

func NewWaypointServiceGetTFModuleDetailsOK ¶ added in v0.81.0

func NewWaypointServiceGetTFModuleDetailsOK() *WaypointServiceGetTFModuleDetailsOK

NewWaypointServiceGetTFModuleDetailsOK creates a WaypointServiceGetTFModuleDetailsOK with default headers values

func (*WaypointServiceGetTFModuleDetailsOK) Code ¶ added in v0.81.0

Code gets the status code for the waypoint service get t f module details o k response

func (*WaypointServiceGetTFModuleDetailsOK) Error ¶ added in v0.81.0

func (*WaypointServiceGetTFModuleDetailsOK) GetPayload ¶ added in v0.81.0

func (*WaypointServiceGetTFModuleDetailsOK) IsClientError ¶ added in v0.81.0

func (o *WaypointServiceGetTFModuleDetailsOK) IsClientError() bool

IsClientError returns true when this waypoint service get t f module details o k response has a 4xx status code

func (*WaypointServiceGetTFModuleDetailsOK) IsCode ¶ added in v0.81.0

IsCode returns true when this waypoint service get t f module details o k response a status code equal to that given

func (*WaypointServiceGetTFModuleDetailsOK) IsRedirect ¶ added in v0.81.0

func (o *WaypointServiceGetTFModuleDetailsOK) IsRedirect() bool

IsRedirect returns true when this waypoint service get t f module details o k response has a 3xx status code

func (*WaypointServiceGetTFModuleDetailsOK) IsServerError ¶ added in v0.81.0

func (o *WaypointServiceGetTFModuleDetailsOK) IsServerError() bool

IsServerError returns true when this waypoint service get t f module details o k response has a 5xx status code

func (*WaypointServiceGetTFModuleDetailsOK) IsSuccess ¶ added in v0.81.0

IsSuccess returns true when this waypoint service get t f module details o k response has a 2xx status code

func (*WaypointServiceGetTFModuleDetailsOK) String ¶ added in v0.81.0

type WaypointServiceGetTFModuleDetailsParams ¶ added in v0.81.0

type WaypointServiceGetTFModuleDetailsParams struct {

	/* Name.

	   name is the name of the Terraform module.
	*/
	Name string

	// NamespaceID.
	NamespaceID string

	/* Provider.

	   provider is the name of the provider for the Terraform module.
	*/
	Provider string

	/* TfcNamespace.

	   tfc_namespace is the Terraform user who owns the Terraform module.
	*/
	TfcNamespace string

	/* Version.

	   version is the version of the Terraform module.
	*/
	Version string

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

WaypointServiceGetTFModuleDetailsParams contains all the parameters to send to the API endpoint

for the waypoint service get t f module details operation.

Typically these are written to a http.Request.

func NewWaypointServiceGetTFModuleDetailsParams ¶ added in v0.81.0

func NewWaypointServiceGetTFModuleDetailsParams() *WaypointServiceGetTFModuleDetailsParams

NewWaypointServiceGetTFModuleDetailsParams creates a new WaypointServiceGetTFModuleDetailsParams 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 NewWaypointServiceGetTFModuleDetailsParamsWithContext ¶ added in v0.81.0

func NewWaypointServiceGetTFModuleDetailsParamsWithContext(ctx context.Context) *WaypointServiceGetTFModuleDetailsParams

NewWaypointServiceGetTFModuleDetailsParamsWithContext creates a new WaypointServiceGetTFModuleDetailsParams object with the ability to set a context for a request.

func NewWaypointServiceGetTFModuleDetailsParamsWithHTTPClient ¶ added in v0.81.0

func NewWaypointServiceGetTFModuleDetailsParamsWithHTTPClient(client *http.Client) *WaypointServiceGetTFModuleDetailsParams

NewWaypointServiceGetTFModuleDetailsParamsWithHTTPClient creates a new WaypointServiceGetTFModuleDetailsParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceGetTFModuleDetailsParamsWithTimeout ¶ added in v0.81.0

func NewWaypointServiceGetTFModuleDetailsParamsWithTimeout(timeout time.Duration) *WaypointServiceGetTFModuleDetailsParams

NewWaypointServiceGetTFModuleDetailsParamsWithTimeout creates a new WaypointServiceGetTFModuleDetailsParams object with the ability to set a timeout on a request.

func (*WaypointServiceGetTFModuleDetailsParams) SetContext ¶ added in v0.81.0

SetContext adds the context to the waypoint service get t f module details params

func (*WaypointServiceGetTFModuleDetailsParams) SetDefaults ¶ added in v0.81.0

func (o *WaypointServiceGetTFModuleDetailsParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service get t f module details params (not the query body).

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

func (*WaypointServiceGetTFModuleDetailsParams) SetHTTPClient ¶ added in v0.81.0

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

SetHTTPClient adds the HTTPClient to the waypoint service get t f module details params

func (*WaypointServiceGetTFModuleDetailsParams) SetName ¶ added in v0.84.0

SetName adds the name to the waypoint service get t f module details params

func (*WaypointServiceGetTFModuleDetailsParams) SetNamespaceID ¶ added in v0.81.0

func (o *WaypointServiceGetTFModuleDetailsParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service get t f module details params

func (*WaypointServiceGetTFModuleDetailsParams) SetProvider ¶ added in v0.84.0

func (o *WaypointServiceGetTFModuleDetailsParams) SetProvider(provider string)

SetProvider adds the provider to the waypoint service get t f module details params

func (*WaypointServiceGetTFModuleDetailsParams) SetTfcNamespace ¶ added in v0.84.0

func (o *WaypointServiceGetTFModuleDetailsParams) SetTfcNamespace(tfcNamespace string)

SetTfcNamespace adds the tfcNamespace to the waypoint service get t f module details params

func (*WaypointServiceGetTFModuleDetailsParams) SetTimeout ¶ added in v0.81.0

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

SetTimeout adds the timeout to the waypoint service get t f module details params

func (*WaypointServiceGetTFModuleDetailsParams) SetVersion ¶ added in v0.81.0

func (o *WaypointServiceGetTFModuleDetailsParams) SetVersion(version string)

SetVersion adds the version to the waypoint service get t f module details params

func (*WaypointServiceGetTFModuleDetailsParams) WithContext ¶ added in v0.81.0

WithContext adds the context to the waypoint service get t f module details params

func (*WaypointServiceGetTFModuleDetailsParams) WithDefaults ¶ added in v0.81.0

WithDefaults hydrates default values in the waypoint service get t f module details params (not the query body).

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

func (*WaypointServiceGetTFModuleDetailsParams) WithHTTPClient ¶ added in v0.81.0

WithHTTPClient adds the HTTPClient to the waypoint service get t f module details params

func (*WaypointServiceGetTFModuleDetailsParams) WithName ¶ added in v0.84.0

WithName adds the name to the waypoint service get t f module details params

func (*WaypointServiceGetTFModuleDetailsParams) WithNamespaceID ¶ added in v0.81.0

WithNamespaceID adds the namespaceID to the waypoint service get t f module details params

func (*WaypointServiceGetTFModuleDetailsParams) WithProvider ¶ added in v0.84.0

WithProvider adds the provider to the waypoint service get t f module details params

func (*WaypointServiceGetTFModuleDetailsParams) WithTfcNamespace ¶ added in v0.84.0

WithTfcNamespace adds the tfcNamespace to the waypoint service get t f module details params

func (*WaypointServiceGetTFModuleDetailsParams) WithTimeout ¶ added in v0.81.0

WithTimeout adds the timeout to the waypoint service get t f module details params

func (*WaypointServiceGetTFModuleDetailsParams) WithVersion ¶ added in v0.81.0

WithVersion adds the version to the waypoint service get t f module details params

func (*WaypointServiceGetTFModuleDetailsParams) WriteToRequest ¶ added in v0.81.0

WriteToRequest writes these params to a swagger request

type WaypointServiceGetTFModuleDetailsReader ¶ added in v0.81.0

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

WaypointServiceGetTFModuleDetailsReader is a Reader for the WaypointServiceGetTFModuleDetails structure.

func (*WaypointServiceGetTFModuleDetailsReader) ReadResponse ¶ added in v0.81.0

func (o *WaypointServiceGetTFModuleDetailsReader) 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.GoogleRPCStatus
	// 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 WaypointServiceListActionConfigsDefault ¶ added in v0.84.0

type WaypointServiceListActionConfigsDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceListActionConfigsDefault ¶ added in v0.84.0

func NewWaypointServiceListActionConfigsDefault(code int) *WaypointServiceListActionConfigsDefault

NewWaypointServiceListActionConfigsDefault creates a WaypointServiceListActionConfigsDefault with default headers values

func (*WaypointServiceListActionConfigsDefault) Code ¶ added in v0.84.0

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

func (*WaypointServiceListActionConfigsDefault) Error ¶ added in v0.84.0

func (*WaypointServiceListActionConfigsDefault) GetPayload ¶ added in v0.84.0

func (*WaypointServiceListActionConfigsDefault) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceListActionConfigsDefault) IsClientError() bool

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

func (*WaypointServiceListActionConfigsDefault) IsCode ¶ added in v0.84.0

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

func (*WaypointServiceListActionConfigsDefault) IsRedirect ¶ added in v0.84.0

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

func (*WaypointServiceListActionConfigsDefault) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceListActionConfigsDefault) IsServerError() bool

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

func (*WaypointServiceListActionConfigsDefault) IsSuccess ¶ added in v0.84.0

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

func (*WaypointServiceListActionConfigsDefault) String ¶ added in v0.84.0

type WaypointServiceListActionConfigsOK ¶ added in v0.84.0

type WaypointServiceListActionConfigsOK struct {
	Payload *models.HashicorpCloudWaypointListActionConfigResponse
}

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

A successful response.

func NewWaypointServiceListActionConfigsOK ¶ added in v0.84.0

func NewWaypointServiceListActionConfigsOK() *WaypointServiceListActionConfigsOK

NewWaypointServiceListActionConfigsOK creates a WaypointServiceListActionConfigsOK with default headers values

func (*WaypointServiceListActionConfigsOK) Code ¶ added in v0.84.0

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

func (*WaypointServiceListActionConfigsOK) Error ¶ added in v0.84.0

func (*WaypointServiceListActionConfigsOK) GetPayload ¶ added in v0.84.0

func (*WaypointServiceListActionConfigsOK) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceListActionConfigsOK) IsClientError() bool

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

func (*WaypointServiceListActionConfigsOK) IsCode ¶ added in v0.84.0

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

func (*WaypointServiceListActionConfigsOK) IsRedirect ¶ added in v0.84.0

func (o *WaypointServiceListActionConfigsOK) IsRedirect() bool

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

func (*WaypointServiceListActionConfigsOK) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceListActionConfigsOK) IsServerError() bool

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

func (*WaypointServiceListActionConfigsOK) IsSuccess ¶ added in v0.84.0

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

func (*WaypointServiceListActionConfigsOK) String ¶ added in v0.84.0

type WaypointServiceListActionConfigsParams ¶ added in v0.84.0

type WaypointServiceListActionConfigsParams 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
}

WaypointServiceListActionConfigsParams contains all the parameters to send to the API endpoint

for the waypoint service list action configs operation.

Typically these are written to a http.Request.

func NewWaypointServiceListActionConfigsParams ¶ added in v0.84.0

func NewWaypointServiceListActionConfigsParams() *WaypointServiceListActionConfigsParams

NewWaypointServiceListActionConfigsParams creates a new WaypointServiceListActionConfigsParams 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 NewWaypointServiceListActionConfigsParamsWithContext ¶ added in v0.84.0

func NewWaypointServiceListActionConfigsParamsWithContext(ctx context.Context) *WaypointServiceListActionConfigsParams

NewWaypointServiceListActionConfigsParamsWithContext creates a new WaypointServiceListActionConfigsParams object with the ability to set a context for a request.

func NewWaypointServiceListActionConfigsParamsWithHTTPClient ¶ added in v0.84.0

func NewWaypointServiceListActionConfigsParamsWithHTTPClient(client *http.Client) *WaypointServiceListActionConfigsParams

NewWaypointServiceListActionConfigsParamsWithHTTPClient creates a new WaypointServiceListActionConfigsParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceListActionConfigsParamsWithTimeout ¶ added in v0.84.0

func NewWaypointServiceListActionConfigsParamsWithTimeout(timeout time.Duration) *WaypointServiceListActionConfigsParams

NewWaypointServiceListActionConfigsParamsWithTimeout creates a new WaypointServiceListActionConfigsParams object with the ability to set a timeout on a request.

func (*WaypointServiceListActionConfigsParams) SetContext ¶ added in v0.84.0

SetContext adds the context to the waypoint service list action configs params

func (*WaypointServiceListActionConfigsParams) SetDefaults ¶ added in v0.84.0

func (o *WaypointServiceListActionConfigsParams) SetDefaults()

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

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

func (*WaypointServiceListActionConfigsParams) SetHTTPClient ¶ added in v0.84.0

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

SetHTTPClient adds the HTTPClient to the waypoint service list action configs params

func (*WaypointServiceListActionConfigsParams) SetNamespaceID ¶ added in v0.84.0

func (o *WaypointServiceListActionConfigsParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service list action configs params

func (*WaypointServiceListActionConfigsParams) SetPaginationNextPageToken ¶ added in v0.87.0

func (o *WaypointServiceListActionConfigsParams) SetPaginationNextPageToken(paginationNextPageToken *string)

SetPaginationNextPageToken adds the paginationNextPageToken to the waypoint service list action configs params

func (*WaypointServiceListActionConfigsParams) SetPaginationPageSize ¶ added in v0.87.0

func (o *WaypointServiceListActionConfigsParams) SetPaginationPageSize(paginationPageSize *int64)

SetPaginationPageSize adds the paginationPageSize to the waypoint service list action configs params

func (*WaypointServiceListActionConfigsParams) SetPaginationPreviousPageToken ¶ added in v0.87.0

func (o *WaypointServiceListActionConfigsParams) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)

SetPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint service list action configs params

func (*WaypointServiceListActionConfigsParams) SetTimeout ¶ added in v0.84.0

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

SetTimeout adds the timeout to the waypoint service list action configs params

func (*WaypointServiceListActionConfigsParams) WithContext ¶ added in v0.84.0

WithContext adds the context to the waypoint service list action configs params

func (*WaypointServiceListActionConfigsParams) WithDefaults ¶ added in v0.84.0

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

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

func (*WaypointServiceListActionConfigsParams) WithHTTPClient ¶ added in v0.84.0

WithHTTPClient adds the HTTPClient to the waypoint service list action configs params

func (*WaypointServiceListActionConfigsParams) WithNamespaceID ¶ added in v0.84.0

WithNamespaceID adds the namespaceID to the waypoint service list action configs params

func (*WaypointServiceListActionConfigsParams) WithPaginationNextPageToken ¶ added in v0.87.0

func (o *WaypointServiceListActionConfigsParams) WithPaginationNextPageToken(paginationNextPageToken *string) *WaypointServiceListActionConfigsParams

WithPaginationNextPageToken adds the paginationNextPageToken to the waypoint service list action configs params

func (*WaypointServiceListActionConfigsParams) WithPaginationPageSize ¶ added in v0.87.0

func (o *WaypointServiceListActionConfigsParams) WithPaginationPageSize(paginationPageSize *int64) *WaypointServiceListActionConfigsParams

WithPaginationPageSize adds the paginationPageSize to the waypoint service list action configs params

func (*WaypointServiceListActionConfigsParams) WithPaginationPreviousPageToken ¶ added in v0.87.0

func (o *WaypointServiceListActionConfigsParams) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *WaypointServiceListActionConfigsParams

WithPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint service list action configs params

func (*WaypointServiceListActionConfigsParams) WithTimeout ¶ added in v0.84.0

WithTimeout adds the timeout to the waypoint service list action configs params

func (*WaypointServiceListActionConfigsParams) WriteToRequest ¶ added in v0.84.0

WriteToRequest writes these params to a swagger request

type WaypointServiceListActionConfigsReader ¶ added in v0.84.0

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

WaypointServiceListActionConfigsReader is a Reader for the WaypointServiceListActionConfigs structure.

func (*WaypointServiceListActionConfigsReader) ReadResponse ¶ added in v0.84.0

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

ReadResponse reads a server response into the received o.

type WaypointServiceListActionRuns2Default ¶ added in v0.92.0

type WaypointServiceListActionRuns2Default struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceListActionRuns2Default ¶ added in v0.92.0

func NewWaypointServiceListActionRuns2Default(code int) *WaypointServiceListActionRuns2Default

NewWaypointServiceListActionRuns2Default creates a WaypointServiceListActionRuns2Default with default headers values

func (*WaypointServiceListActionRuns2Default) Code ¶ added in v0.92.0

Code gets the status code for the waypoint service list action runs2 default response

func (*WaypointServiceListActionRuns2Default) Error ¶ added in v0.92.0

func (*WaypointServiceListActionRuns2Default) GetPayload ¶ added in v0.92.0

func (*WaypointServiceListActionRuns2Default) IsClientError ¶ added in v0.92.0

func (o *WaypointServiceListActionRuns2Default) IsClientError() bool

IsClientError returns true when this waypoint service list action runs2 default response has a 4xx status code

func (*WaypointServiceListActionRuns2Default) IsCode ¶ added in v0.92.0

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

func (*WaypointServiceListActionRuns2Default) IsRedirect ¶ added in v0.92.0

IsRedirect returns true when this waypoint service list action runs2 default response has a 3xx status code

func (*WaypointServiceListActionRuns2Default) IsServerError ¶ added in v0.92.0

func (o *WaypointServiceListActionRuns2Default) IsServerError() bool

IsServerError returns true when this waypoint service list action runs2 default response has a 5xx status code

func (*WaypointServiceListActionRuns2Default) IsSuccess ¶ added in v0.92.0

IsSuccess returns true when this waypoint service list action runs2 default response has a 2xx status code

func (*WaypointServiceListActionRuns2Default) String ¶ added in v0.92.0

type WaypointServiceListActionRuns2OK ¶ added in v0.92.0

type WaypointServiceListActionRuns2OK struct {
	Payload *models.HashicorpCloudWaypointListActionRunsResponse
}

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

A successful response.

func NewWaypointServiceListActionRuns2OK ¶ added in v0.92.0

func NewWaypointServiceListActionRuns2OK() *WaypointServiceListActionRuns2OK

NewWaypointServiceListActionRuns2OK creates a WaypointServiceListActionRuns2OK with default headers values

func (*WaypointServiceListActionRuns2OK) Code ¶ added in v0.92.0

Code gets the status code for the waypoint service list action runs2 o k response

func (*WaypointServiceListActionRuns2OK) Error ¶ added in v0.92.0

func (*WaypointServiceListActionRuns2OK) GetPayload ¶ added in v0.92.0

func (*WaypointServiceListActionRuns2OK) IsClientError ¶ added in v0.92.0

func (o *WaypointServiceListActionRuns2OK) IsClientError() bool

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

func (*WaypointServiceListActionRuns2OK) IsCode ¶ added in v0.92.0

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

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

func (*WaypointServiceListActionRuns2OK) IsRedirect ¶ added in v0.92.0

func (o *WaypointServiceListActionRuns2OK) IsRedirect() bool

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

func (*WaypointServiceListActionRuns2OK) IsServerError ¶ added in v0.92.0

func (o *WaypointServiceListActionRuns2OK) IsServerError() bool

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

func (*WaypointServiceListActionRuns2OK) IsSuccess ¶ added in v0.92.0

func (o *WaypointServiceListActionRuns2OK) IsSuccess() bool

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

func (*WaypointServiceListActionRuns2OK) String ¶ added in v0.92.0

type WaypointServiceListActionRuns2Params ¶ added in v0.92.0

type WaypointServiceListActionRuns2Params struct {

	/* ActionID.

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

	/* ActionName.

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

	// NamespaceID.
	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

	// ScopeApplicationID.
	ScopeApplicationID *string

	// ScopeApplicationName.
	ScopeApplicationName *string

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

WaypointServiceListActionRuns2Params contains all the parameters to send to the API endpoint

for the waypoint service list action runs2 operation.

Typically these are written to a http.Request.

func NewWaypointServiceListActionRuns2Params ¶ added in v0.92.0

func NewWaypointServiceListActionRuns2Params() *WaypointServiceListActionRuns2Params

NewWaypointServiceListActionRuns2Params creates a new WaypointServiceListActionRuns2Params 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 NewWaypointServiceListActionRuns2ParamsWithContext ¶ added in v0.92.0

func NewWaypointServiceListActionRuns2ParamsWithContext(ctx context.Context) *WaypointServiceListActionRuns2Params

NewWaypointServiceListActionRuns2ParamsWithContext creates a new WaypointServiceListActionRuns2Params object with the ability to set a context for a request.

func NewWaypointServiceListActionRuns2ParamsWithHTTPClient ¶ added in v0.92.0

func NewWaypointServiceListActionRuns2ParamsWithHTTPClient(client *http.Client) *WaypointServiceListActionRuns2Params

NewWaypointServiceListActionRuns2ParamsWithHTTPClient creates a new WaypointServiceListActionRuns2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceListActionRuns2ParamsWithTimeout ¶ added in v0.92.0

func NewWaypointServiceListActionRuns2ParamsWithTimeout(timeout time.Duration) *WaypointServiceListActionRuns2Params

NewWaypointServiceListActionRuns2ParamsWithTimeout creates a new WaypointServiceListActionRuns2Params object with the ability to set a timeout on a request.

func (*WaypointServiceListActionRuns2Params) SetActionID ¶ added in v0.92.0

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

SetActionID adds the actionId to the waypoint service list action runs2 params

func (*WaypointServiceListActionRuns2Params) SetActionName ¶ added in v0.92.0

func (o *WaypointServiceListActionRuns2Params) SetActionName(actionName string)

SetActionName adds the actionName to the waypoint service list action runs2 params

func (*WaypointServiceListActionRuns2Params) SetContext ¶ added in v0.92.0

SetContext adds the context to the waypoint service list action runs2 params

func (*WaypointServiceListActionRuns2Params) SetDefaults ¶ added in v0.92.0

func (o *WaypointServiceListActionRuns2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint service list action runs2 params (not the query body).

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

func (*WaypointServiceListActionRuns2Params) SetHTTPClient ¶ added in v0.92.0

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

SetHTTPClient adds the HTTPClient to the waypoint service list action runs2 params

func (*WaypointServiceListActionRuns2Params) SetNamespaceID ¶ added in v0.92.0

func (o *WaypointServiceListActionRuns2Params) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service list action runs2 params

func (*WaypointServiceListActionRuns2Params) SetPaginationNextPageToken ¶ added in v0.92.0

func (o *WaypointServiceListActionRuns2Params) SetPaginationNextPageToken(paginationNextPageToken *string)

SetPaginationNextPageToken adds the paginationNextPageToken to the waypoint service list action runs2 params

func (*WaypointServiceListActionRuns2Params) SetPaginationPageSize ¶ added in v0.92.0

func (o *WaypointServiceListActionRuns2Params) SetPaginationPageSize(paginationPageSize *int64)

SetPaginationPageSize adds the paginationPageSize to the waypoint service list action runs2 params

func (*WaypointServiceListActionRuns2Params) SetPaginationPreviousPageToken ¶ added in v0.92.0

func (o *WaypointServiceListActionRuns2Params) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)

SetPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint service list action runs2 params

func (*WaypointServiceListActionRuns2Params) SetScopeApplicationID ¶ added in v0.92.0

func (o *WaypointServiceListActionRuns2Params) SetScopeApplicationID(scopeApplicationID *string)

SetScopeApplicationID adds the scopeApplicationId to the waypoint service list action runs2 params

func (*WaypointServiceListActionRuns2Params) SetScopeApplicationName ¶ added in v0.92.0

func (o *WaypointServiceListActionRuns2Params) SetScopeApplicationName(scopeApplicationName *string)

SetScopeApplicationName adds the scopeApplicationName to the waypoint service list action runs2 params

func (*WaypointServiceListActionRuns2Params) SetTimeout ¶ added in v0.92.0

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

SetTimeout adds the timeout to the waypoint service list action runs2 params

func (*WaypointServiceListActionRuns2Params) WithActionID ¶ added in v0.92.0

WithActionID adds the actionID to the waypoint service list action runs2 params

func (*WaypointServiceListActionRuns2Params) WithActionName ¶ added in v0.92.0

WithActionName adds the actionName to the waypoint service list action runs2 params

func (*WaypointServiceListActionRuns2Params) WithContext ¶ added in v0.92.0

WithContext adds the context to the waypoint service list action runs2 params

func (*WaypointServiceListActionRuns2Params) WithDefaults ¶ added in v0.92.0

WithDefaults hydrates default values in the waypoint service list action runs2 params (not the query body).

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

func (*WaypointServiceListActionRuns2Params) WithHTTPClient ¶ added in v0.92.0

WithHTTPClient adds the HTTPClient to the waypoint service list action runs2 params

func (*WaypointServiceListActionRuns2Params) WithNamespaceID ¶ added in v0.92.0

WithNamespaceID adds the namespaceID to the waypoint service list action runs2 params

func (*WaypointServiceListActionRuns2Params) WithPaginationNextPageToken ¶ added in v0.92.0

func (o *WaypointServiceListActionRuns2Params) WithPaginationNextPageToken(paginationNextPageToken *string) *WaypointServiceListActionRuns2Params

WithPaginationNextPageToken adds the paginationNextPageToken to the waypoint service list action runs2 params

func (*WaypointServiceListActionRuns2Params) WithPaginationPageSize ¶ added in v0.92.0

func (o *WaypointServiceListActionRuns2Params) WithPaginationPageSize(paginationPageSize *int64) *WaypointServiceListActionRuns2Params

WithPaginationPageSize adds the paginationPageSize to the waypoint service list action runs2 params

func (*WaypointServiceListActionRuns2Params) WithPaginationPreviousPageToken ¶ added in v0.92.0

func (o *WaypointServiceListActionRuns2Params) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *WaypointServiceListActionRuns2Params

WithPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint service list action runs2 params

func (*WaypointServiceListActionRuns2Params) WithScopeApplicationID ¶ added in v0.92.0

func (o *WaypointServiceListActionRuns2Params) WithScopeApplicationID(scopeApplicationID *string) *WaypointServiceListActionRuns2Params

WithScopeApplicationID adds the scopeApplicationID to the waypoint service list action runs2 params

func (*WaypointServiceListActionRuns2Params) WithScopeApplicationName ¶ added in v0.92.0

func (o *WaypointServiceListActionRuns2Params) WithScopeApplicationName(scopeApplicationName *string) *WaypointServiceListActionRuns2Params

WithScopeApplicationName adds the scopeApplicationName to the waypoint service list action runs2 params

func (*WaypointServiceListActionRuns2Params) WithTimeout ¶ added in v0.92.0

WithTimeout adds the timeout to the waypoint service list action runs2 params

func (*WaypointServiceListActionRuns2Params) WriteToRequest ¶ added in v0.92.0

WriteToRequest writes these params to a swagger request

type WaypointServiceListActionRuns2Reader ¶ added in v0.92.0

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

WaypointServiceListActionRuns2Reader is a Reader for the WaypointServiceListActionRuns2 structure.

func (*WaypointServiceListActionRuns2Reader) ReadResponse ¶ added in v0.92.0

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

ReadResponse reads a server response into the received o.

type WaypointServiceListActionRunsByNamespaceDefault ¶ added in v0.92.0

type WaypointServiceListActionRunsByNamespaceDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceListActionRunsByNamespaceDefault ¶ added in v0.92.0

func NewWaypointServiceListActionRunsByNamespaceDefault(code int) *WaypointServiceListActionRunsByNamespaceDefault

NewWaypointServiceListActionRunsByNamespaceDefault creates a WaypointServiceListActionRunsByNamespaceDefault with default headers values

func (*WaypointServiceListActionRunsByNamespaceDefault) Code ¶ added in v0.92.0

Code gets the status code for the waypoint service list action runs by namespace default response

func (*WaypointServiceListActionRunsByNamespaceDefault) Error ¶ added in v0.92.0

func (*WaypointServiceListActionRunsByNamespaceDefault) GetPayload ¶ added in v0.92.0

func (*WaypointServiceListActionRunsByNamespaceDefault) IsClientError ¶ added in v0.92.0

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

func (*WaypointServiceListActionRunsByNamespaceDefault) IsCode ¶ added in v0.92.0

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

func (*WaypointServiceListActionRunsByNamespaceDefault) IsRedirect ¶ added in v0.92.0

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

func (*WaypointServiceListActionRunsByNamespaceDefault) IsServerError ¶ added in v0.92.0

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

func (*WaypointServiceListActionRunsByNamespaceDefault) IsSuccess ¶ added in v0.92.0

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

func (*WaypointServiceListActionRunsByNamespaceDefault) String ¶ added in v0.92.0

type WaypointServiceListActionRunsByNamespaceOK ¶ added in v0.92.0

type WaypointServiceListActionRunsByNamespaceOK struct {
	Payload *models.HashicorpCloudWaypointListActionRunsByNamespaceResponse
}

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

A successful response.

func NewWaypointServiceListActionRunsByNamespaceOK ¶ added in v0.92.0

func NewWaypointServiceListActionRunsByNamespaceOK() *WaypointServiceListActionRunsByNamespaceOK

NewWaypointServiceListActionRunsByNamespaceOK creates a WaypointServiceListActionRunsByNamespaceOK with default headers values

func (*WaypointServiceListActionRunsByNamespaceOK) Code ¶ added in v0.92.0

Code gets the status code for the waypoint service list action runs by namespace o k response

func (*WaypointServiceListActionRunsByNamespaceOK) Error ¶ added in v0.92.0

func (*WaypointServiceListActionRunsByNamespaceOK) GetPayload ¶ added in v0.92.0

func (*WaypointServiceListActionRunsByNamespaceOK) IsClientError ¶ added in v0.92.0

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

func (*WaypointServiceListActionRunsByNamespaceOK) IsCode ¶ added in v0.92.0

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

func (*WaypointServiceListActionRunsByNamespaceOK) IsRedirect ¶ added in v0.92.0

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

func (*WaypointServiceListActionRunsByNamespaceOK) IsServerError ¶ added in v0.92.0

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

func (*WaypointServiceListActionRunsByNamespaceOK) IsSuccess ¶ added in v0.92.0

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

func (*WaypointServiceListActionRunsByNamespaceOK) String ¶ added in v0.92.0

type WaypointServiceListActionRunsByNamespaceParams ¶ added in v0.92.0

type WaypointServiceListActionRunsByNamespaceParams 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

	// ScopeApplicationID.
	ScopeApplicationID *string

	// ScopeApplicationName.
	ScopeApplicationName *string

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

WaypointServiceListActionRunsByNamespaceParams contains all the parameters to send to the API endpoint

for the waypoint service list action runs by namespace operation.

Typically these are written to a http.Request.

func NewWaypointServiceListActionRunsByNamespaceParams ¶ added in v0.92.0

func NewWaypointServiceListActionRunsByNamespaceParams() *WaypointServiceListActionRunsByNamespaceParams

NewWaypointServiceListActionRunsByNamespaceParams creates a new WaypointServiceListActionRunsByNamespaceParams 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 NewWaypointServiceListActionRunsByNamespaceParamsWithContext ¶ added in v0.92.0

func NewWaypointServiceListActionRunsByNamespaceParamsWithContext(ctx context.Context) *WaypointServiceListActionRunsByNamespaceParams

NewWaypointServiceListActionRunsByNamespaceParamsWithContext creates a new WaypointServiceListActionRunsByNamespaceParams object with the ability to set a context for a request.

func NewWaypointServiceListActionRunsByNamespaceParamsWithHTTPClient ¶ added in v0.92.0

func NewWaypointServiceListActionRunsByNamespaceParamsWithHTTPClient(client *http.Client) *WaypointServiceListActionRunsByNamespaceParams

NewWaypointServiceListActionRunsByNamespaceParamsWithHTTPClient creates a new WaypointServiceListActionRunsByNamespaceParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceListActionRunsByNamespaceParamsWithTimeout ¶ added in v0.92.0

func NewWaypointServiceListActionRunsByNamespaceParamsWithTimeout(timeout time.Duration) *WaypointServiceListActionRunsByNamespaceParams

NewWaypointServiceListActionRunsByNamespaceParamsWithTimeout creates a new WaypointServiceListActionRunsByNamespaceParams object with the ability to set a timeout on a request.

func (*WaypointServiceListActionRunsByNamespaceParams) SetContext ¶ added in v0.92.0

SetContext adds the context to the waypoint service list action runs by namespace params

func (*WaypointServiceListActionRunsByNamespaceParams) SetDefaults ¶ added in v0.92.0

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

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

func (*WaypointServiceListActionRunsByNamespaceParams) SetHTTPClient ¶ added in v0.92.0

SetHTTPClient adds the HTTPClient to the waypoint service list action runs by namespace params

func (*WaypointServiceListActionRunsByNamespaceParams) SetNamespaceID ¶ added in v0.92.0

func (o *WaypointServiceListActionRunsByNamespaceParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service list action runs by namespace params

func (*WaypointServiceListActionRunsByNamespaceParams) SetPaginationNextPageToken ¶ added in v0.92.0

func (o *WaypointServiceListActionRunsByNamespaceParams) SetPaginationNextPageToken(paginationNextPageToken *string)

SetPaginationNextPageToken adds the paginationNextPageToken to the waypoint service list action runs by namespace params

func (*WaypointServiceListActionRunsByNamespaceParams) SetPaginationPageSize ¶ added in v0.92.0

func (o *WaypointServiceListActionRunsByNamespaceParams) SetPaginationPageSize(paginationPageSize *int64)

SetPaginationPageSize adds the paginationPageSize to the waypoint service list action runs by namespace params

func (*WaypointServiceListActionRunsByNamespaceParams) SetPaginationPreviousPageToken ¶ added in v0.92.0

func (o *WaypointServiceListActionRunsByNamespaceParams) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)

SetPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint service list action runs by namespace params

func (*WaypointServiceListActionRunsByNamespaceParams) SetScopeApplicationID ¶ added in v0.92.0

func (o *WaypointServiceListActionRunsByNamespaceParams) SetScopeApplicationID(scopeApplicationID *string)

SetScopeApplicationID adds the scopeApplicationId to the waypoint service list action runs by namespace params

func (*WaypointServiceListActionRunsByNamespaceParams) SetScopeApplicationName ¶ added in v0.92.0

func (o *WaypointServiceListActionRunsByNamespaceParams) SetScopeApplicationName(scopeApplicationName *string)

SetScopeApplicationName adds the scopeApplicationName to the waypoint service list action runs by namespace params

func (*WaypointServiceListActionRunsByNamespaceParams) SetTimeout ¶ added in v0.92.0

SetTimeout adds the timeout to the waypoint service list action runs by namespace params

func (*WaypointServiceListActionRunsByNamespaceParams) WithContext ¶ added in v0.92.0

WithContext adds the context to the waypoint service list action runs by namespace params

func (*WaypointServiceListActionRunsByNamespaceParams) WithDefaults ¶ added in v0.92.0

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

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

func (*WaypointServiceListActionRunsByNamespaceParams) WithHTTPClient ¶ added in v0.92.0

WithHTTPClient adds the HTTPClient to the waypoint service list action runs by namespace params

func (*WaypointServiceListActionRunsByNamespaceParams) WithNamespaceID ¶ added in v0.92.0

WithNamespaceID adds the namespaceID to the waypoint service list action runs by namespace params

func (*WaypointServiceListActionRunsByNamespaceParams) WithPaginationNextPageToken ¶ added in v0.92.0

func (o *WaypointServiceListActionRunsByNamespaceParams) WithPaginationNextPageToken(paginationNextPageToken *string) *WaypointServiceListActionRunsByNamespaceParams

WithPaginationNextPageToken adds the paginationNextPageToken to the waypoint service list action runs by namespace params

func (*WaypointServiceListActionRunsByNamespaceParams) WithPaginationPageSize ¶ added in v0.92.0

WithPaginationPageSize adds the paginationPageSize to the waypoint service list action runs by namespace params

func (*WaypointServiceListActionRunsByNamespaceParams) WithPaginationPreviousPageToken ¶ added in v0.92.0

func (o *WaypointServiceListActionRunsByNamespaceParams) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *WaypointServiceListActionRunsByNamespaceParams

WithPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint service list action runs by namespace params

func (*WaypointServiceListActionRunsByNamespaceParams) WithScopeApplicationID ¶ added in v0.92.0

WithScopeApplicationID adds the scopeApplicationID to the waypoint service list action runs by namespace params

func (*WaypointServiceListActionRunsByNamespaceParams) WithScopeApplicationName ¶ added in v0.92.0

WithScopeApplicationName adds the scopeApplicationName to the waypoint service list action runs by namespace params

func (*WaypointServiceListActionRunsByNamespaceParams) WithTimeout ¶ added in v0.92.0

WithTimeout adds the timeout to the waypoint service list action runs by namespace params

func (*WaypointServiceListActionRunsByNamespaceParams) WriteToRequest ¶ added in v0.92.0

WriteToRequest writes these params to a swagger request

type WaypointServiceListActionRunsByNamespaceReader ¶ added in v0.92.0

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

WaypointServiceListActionRunsByNamespaceReader is a Reader for the WaypointServiceListActionRunsByNamespace structure.

func (*WaypointServiceListActionRunsByNamespaceReader) ReadResponse ¶ added in v0.92.0

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

ReadResponse reads a server response into the received o.

type WaypointServiceListActionRunsDefault ¶ added in v0.84.0

type WaypointServiceListActionRunsDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceListActionRunsDefault ¶ added in v0.84.0

func NewWaypointServiceListActionRunsDefault(code int) *WaypointServiceListActionRunsDefault

NewWaypointServiceListActionRunsDefault creates a WaypointServiceListActionRunsDefault with default headers values

func (*WaypointServiceListActionRunsDefault) Code ¶ added in v0.84.0

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

func (*WaypointServiceListActionRunsDefault) Error ¶ added in v0.84.0

func (*WaypointServiceListActionRunsDefault) GetPayload ¶ added in v0.84.0

func (*WaypointServiceListActionRunsDefault) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceListActionRunsDefault) IsClientError() bool

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

func (*WaypointServiceListActionRunsDefault) IsCode ¶ added in v0.84.0

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

func (*WaypointServiceListActionRunsDefault) IsRedirect ¶ added in v0.84.0

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

func (*WaypointServiceListActionRunsDefault) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceListActionRunsDefault) IsServerError() bool

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

func (*WaypointServiceListActionRunsDefault) IsSuccess ¶ added in v0.84.0

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

func (*WaypointServiceListActionRunsDefault) String ¶ added in v0.84.0

type WaypointServiceListActionRunsOK ¶ added in v0.84.0

type WaypointServiceListActionRunsOK struct {
	Payload *models.HashicorpCloudWaypointListActionRunsResponse
}

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

A successful response.

func NewWaypointServiceListActionRunsOK ¶ added in v0.84.0

func NewWaypointServiceListActionRunsOK() *WaypointServiceListActionRunsOK

NewWaypointServiceListActionRunsOK creates a WaypointServiceListActionRunsOK with default headers values

func (*WaypointServiceListActionRunsOK) Code ¶ added in v0.84.0

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

func (*WaypointServiceListActionRunsOK) Error ¶ added in v0.84.0

func (*WaypointServiceListActionRunsOK) GetPayload ¶ added in v0.84.0

func (*WaypointServiceListActionRunsOK) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceListActionRunsOK) IsClientError() bool

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

func (*WaypointServiceListActionRunsOK) IsCode ¶ added in v0.84.0

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

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

func (*WaypointServiceListActionRunsOK) IsRedirect ¶ added in v0.84.0

func (o *WaypointServiceListActionRunsOK) IsRedirect() bool

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

func (*WaypointServiceListActionRunsOK) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceListActionRunsOK) IsServerError() bool

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

func (*WaypointServiceListActionRunsOK) IsSuccess ¶ added in v0.84.0

func (o *WaypointServiceListActionRunsOK) IsSuccess() bool

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

func (*WaypointServiceListActionRunsOK) String ¶ added in v0.84.0

type WaypointServiceListActionRunsParams ¶ added in v0.84.0

type WaypointServiceListActionRunsParams struct {

	/* ActionID.

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

	/* ActionName.

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

	// NamespaceID.
	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

	// ScopeApplicationID.
	ScopeApplicationID *string

	// ScopeApplicationName.
	ScopeApplicationName *string

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

WaypointServiceListActionRunsParams contains all the parameters to send to the API endpoint

for the waypoint service list action runs operation.

Typically these are written to a http.Request.

func NewWaypointServiceListActionRunsParams ¶ added in v0.84.0

func NewWaypointServiceListActionRunsParams() *WaypointServiceListActionRunsParams

NewWaypointServiceListActionRunsParams creates a new WaypointServiceListActionRunsParams 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 NewWaypointServiceListActionRunsParamsWithContext ¶ added in v0.84.0

func NewWaypointServiceListActionRunsParamsWithContext(ctx context.Context) *WaypointServiceListActionRunsParams

NewWaypointServiceListActionRunsParamsWithContext creates a new WaypointServiceListActionRunsParams object with the ability to set a context for a request.

func NewWaypointServiceListActionRunsParamsWithHTTPClient ¶ added in v0.84.0

func NewWaypointServiceListActionRunsParamsWithHTTPClient(client *http.Client) *WaypointServiceListActionRunsParams

NewWaypointServiceListActionRunsParamsWithHTTPClient creates a new WaypointServiceListActionRunsParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceListActionRunsParamsWithTimeout ¶ added in v0.84.0

func NewWaypointServiceListActionRunsParamsWithTimeout(timeout time.Duration) *WaypointServiceListActionRunsParams

NewWaypointServiceListActionRunsParamsWithTimeout creates a new WaypointServiceListActionRunsParams object with the ability to set a timeout on a request.

func (*WaypointServiceListActionRunsParams) SetActionID ¶ added in v0.84.0

func (o *WaypointServiceListActionRunsParams) SetActionID(actionID string)

SetActionID adds the actionId to the waypoint service list action runs params

func (*WaypointServiceListActionRunsParams) SetActionName ¶ added in v0.84.0

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

SetActionName adds the actionName to the waypoint service list action runs params

func (*WaypointServiceListActionRunsParams) SetContext ¶ added in v0.84.0

SetContext adds the context to the waypoint service list action runs params

func (*WaypointServiceListActionRunsParams) SetDefaults ¶ added in v0.84.0

func (o *WaypointServiceListActionRunsParams) SetDefaults()

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

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

func (*WaypointServiceListActionRunsParams) SetHTTPClient ¶ added in v0.84.0

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

SetHTTPClient adds the HTTPClient to the waypoint service list action runs params

func (*WaypointServiceListActionRunsParams) SetNamespaceID ¶ added in v0.84.0

func (o *WaypointServiceListActionRunsParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service list action runs params

func (*WaypointServiceListActionRunsParams) SetPaginationNextPageToken ¶ added in v0.87.0

func (o *WaypointServiceListActionRunsParams) SetPaginationNextPageToken(paginationNextPageToken *string)

SetPaginationNextPageToken adds the paginationNextPageToken to the waypoint service list action runs params

func (*WaypointServiceListActionRunsParams) SetPaginationPageSize ¶ added in v0.87.0

func (o *WaypointServiceListActionRunsParams) SetPaginationPageSize(paginationPageSize *int64)

SetPaginationPageSize adds the paginationPageSize to the waypoint service list action runs params

func (*WaypointServiceListActionRunsParams) SetPaginationPreviousPageToken ¶ added in v0.87.0

func (o *WaypointServiceListActionRunsParams) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)

SetPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint service list action runs params

func (*WaypointServiceListActionRunsParams) SetScopeApplicationID ¶ added in v0.87.0

func (o *WaypointServiceListActionRunsParams) SetScopeApplicationID(scopeApplicationID *string)

SetScopeApplicationID adds the scopeApplicationId to the waypoint service list action runs params

func (*WaypointServiceListActionRunsParams) SetScopeApplicationName ¶ added in v0.87.0

func (o *WaypointServiceListActionRunsParams) SetScopeApplicationName(scopeApplicationName *string)

SetScopeApplicationName adds the scopeApplicationName to the waypoint service list action runs params

func (*WaypointServiceListActionRunsParams) SetTimeout ¶ added in v0.84.0

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

SetTimeout adds the timeout to the waypoint service list action runs params

func (*WaypointServiceListActionRunsParams) WithActionID ¶ added in v0.84.0

WithActionID adds the actionID to the waypoint service list action runs params

func (*WaypointServiceListActionRunsParams) WithActionName ¶ added in v0.84.0

WithActionName adds the actionName to the waypoint service list action runs params

func (*WaypointServiceListActionRunsParams) WithContext ¶ added in v0.84.0

WithContext adds the context to the waypoint service list action runs params

func (*WaypointServiceListActionRunsParams) WithDefaults ¶ added in v0.84.0

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

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

func (*WaypointServiceListActionRunsParams) WithHTTPClient ¶ added in v0.84.0

WithHTTPClient adds the HTTPClient to the waypoint service list action runs params

func (*WaypointServiceListActionRunsParams) WithNamespaceID ¶ added in v0.84.0

WithNamespaceID adds the namespaceID to the waypoint service list action runs params

func (*WaypointServiceListActionRunsParams) WithPaginationNextPageToken ¶ added in v0.87.0

func (o *WaypointServiceListActionRunsParams) WithPaginationNextPageToken(paginationNextPageToken *string) *WaypointServiceListActionRunsParams

WithPaginationNextPageToken adds the paginationNextPageToken to the waypoint service list action runs params

func (*WaypointServiceListActionRunsParams) WithPaginationPageSize ¶ added in v0.87.0

func (o *WaypointServiceListActionRunsParams) WithPaginationPageSize(paginationPageSize *int64) *WaypointServiceListActionRunsParams

WithPaginationPageSize adds the paginationPageSize to the waypoint service list action runs params

func (*WaypointServiceListActionRunsParams) WithPaginationPreviousPageToken ¶ added in v0.87.0

func (o *WaypointServiceListActionRunsParams) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *WaypointServiceListActionRunsParams

WithPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint service list action runs params

func (*WaypointServiceListActionRunsParams) WithScopeApplicationID ¶ added in v0.87.0

func (o *WaypointServiceListActionRunsParams) WithScopeApplicationID(scopeApplicationID *string) *WaypointServiceListActionRunsParams

WithScopeApplicationID adds the scopeApplicationID to the waypoint service list action runs params

func (*WaypointServiceListActionRunsParams) WithScopeApplicationName ¶ added in v0.87.0

func (o *WaypointServiceListActionRunsParams) WithScopeApplicationName(scopeApplicationName *string) *WaypointServiceListActionRunsParams

WithScopeApplicationName adds the scopeApplicationName to the waypoint service list action runs params

func (*WaypointServiceListActionRunsParams) WithTimeout ¶ added in v0.84.0

WithTimeout adds the timeout to the waypoint service list action runs params

func (*WaypointServiceListActionRunsParams) WriteToRequest ¶ added in v0.84.0

WriteToRequest writes these params to a swagger request

type WaypointServiceListActionRunsReader ¶ added in v0.84.0

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

WaypointServiceListActionRunsReader is a Reader for the WaypointServiceListActionRuns structure.

func (*WaypointServiceListActionRunsReader) ReadResponse ¶ added in v0.84.0

func (o *WaypointServiceListActionRunsReader) 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.GoogleRPCStatus
	// 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

	/* WithTotalCount.

	   If set to false or not provided, response will not include a total_count value
	*/
	WithTotalCount *bool

	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) SetWithTotalCount ¶ added in v0.81.0

func (o *WaypointServiceListAddOnDefinitionsParams) SetWithTotalCount(withTotalCount *bool)

SetWithTotalCount adds the withTotalCount 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) WithWithTotalCount ¶ added in v0.81.0

WithWithTotalCount adds the withTotalCount 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.GoogleRPCStatus
	// 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

	/* WithTotalCount.

	   If set to false or not provided, response will not include a total_count value
	*/
	WithTotalCount *bool

	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) SetWithTotalCount ¶ added in v0.81.0

func (o *WaypointServiceListAddOnsParams) SetWithTotalCount(withTotalCount *bool)

SetWithTotalCount adds the withTotalCount 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) WithWithTotalCount ¶ added in v0.81.0

func (o *WaypointServiceListAddOnsParams) WithWithTotalCount(withTotalCount *bool) *WaypointServiceListAddOnsParams

WithWithTotalCount adds the withTotalCount 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 WaypointServiceListAgentGroupsDefault ¶ added in v0.84.0

type WaypointServiceListAgentGroupsDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceListAgentGroupsDefault ¶ added in v0.84.0

func NewWaypointServiceListAgentGroupsDefault(code int) *WaypointServiceListAgentGroupsDefault

NewWaypointServiceListAgentGroupsDefault creates a WaypointServiceListAgentGroupsDefault with default headers values

func (*WaypointServiceListAgentGroupsDefault) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service list agent groups default response

func (*WaypointServiceListAgentGroupsDefault) Error ¶ added in v0.84.0

func (*WaypointServiceListAgentGroupsDefault) GetPayload ¶ added in v0.84.0

func (*WaypointServiceListAgentGroupsDefault) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceListAgentGroupsDefault) IsClientError() bool

IsClientError returns true when this waypoint service list agent groups default response has a 4xx status code

func (*WaypointServiceListAgentGroupsDefault) IsCode ¶ added in v0.84.0

IsCode returns true when this waypoint service list agent groups default response a status code equal to that given

func (*WaypointServiceListAgentGroupsDefault) IsRedirect ¶ added in v0.84.0

IsRedirect returns true when this waypoint service list agent groups default response has a 3xx status code

func (*WaypointServiceListAgentGroupsDefault) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceListAgentGroupsDefault) IsServerError() bool

IsServerError returns true when this waypoint service list agent groups default response has a 5xx status code

func (*WaypointServiceListAgentGroupsDefault) IsSuccess ¶ added in v0.84.0

IsSuccess returns true when this waypoint service list agent groups default response has a 2xx status code

func (*WaypointServiceListAgentGroupsDefault) String ¶ added in v0.84.0

type WaypointServiceListAgentGroupsOK ¶ added in v0.84.0

type WaypointServiceListAgentGroupsOK struct {
	Payload *models.HashicorpCloudWaypointListAgentGroupsResponse
}

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

A successful response.

func NewWaypointServiceListAgentGroupsOK ¶ added in v0.84.0

func NewWaypointServiceListAgentGroupsOK() *WaypointServiceListAgentGroupsOK

NewWaypointServiceListAgentGroupsOK creates a WaypointServiceListAgentGroupsOK with default headers values

func (*WaypointServiceListAgentGroupsOK) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service list agent groups o k response

func (*WaypointServiceListAgentGroupsOK) Error ¶ added in v0.84.0

func (*WaypointServiceListAgentGroupsOK) GetPayload ¶ added in v0.84.0

func (*WaypointServiceListAgentGroupsOK) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceListAgentGroupsOK) IsClientError() bool

IsClientError returns true when this waypoint service list agent groups o k response has a 4xx status code

func (*WaypointServiceListAgentGroupsOK) IsCode ¶ added in v0.84.0

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

IsCode returns true when this waypoint service list agent groups o k response a status code equal to that given

func (*WaypointServiceListAgentGroupsOK) IsRedirect ¶ added in v0.84.0

func (o *WaypointServiceListAgentGroupsOK) IsRedirect() bool

IsRedirect returns true when this waypoint service list agent groups o k response has a 3xx status code

func (*WaypointServiceListAgentGroupsOK) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceListAgentGroupsOK) IsServerError() bool

IsServerError returns true when this waypoint service list agent groups o k response has a 5xx status code

func (*WaypointServiceListAgentGroupsOK) IsSuccess ¶ added in v0.84.0

func (o *WaypointServiceListAgentGroupsOK) IsSuccess() bool

IsSuccess returns true when this waypoint service list agent groups o k response has a 2xx status code

func (*WaypointServiceListAgentGroupsOK) String ¶ added in v0.84.0

type WaypointServiceListAgentGroupsParams ¶ added in v0.84.0

type WaypointServiceListAgentGroupsParams struct {

	// NamespaceID.
	NamespaceID string

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

WaypointServiceListAgentGroupsParams contains all the parameters to send to the API endpoint

for the waypoint service list agent groups operation.

Typically these are written to a http.Request.

func NewWaypointServiceListAgentGroupsParams ¶ added in v0.84.0

func NewWaypointServiceListAgentGroupsParams() *WaypointServiceListAgentGroupsParams

NewWaypointServiceListAgentGroupsParams creates a new WaypointServiceListAgentGroupsParams 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 NewWaypointServiceListAgentGroupsParamsWithContext ¶ added in v0.84.0

func NewWaypointServiceListAgentGroupsParamsWithContext(ctx context.Context) *WaypointServiceListAgentGroupsParams

NewWaypointServiceListAgentGroupsParamsWithContext creates a new WaypointServiceListAgentGroupsParams object with the ability to set a context for a request.

func NewWaypointServiceListAgentGroupsParamsWithHTTPClient ¶ added in v0.84.0

func NewWaypointServiceListAgentGroupsParamsWithHTTPClient(client *http.Client) *WaypointServiceListAgentGroupsParams

NewWaypointServiceListAgentGroupsParamsWithHTTPClient creates a new WaypointServiceListAgentGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceListAgentGroupsParamsWithTimeout ¶ added in v0.84.0

func NewWaypointServiceListAgentGroupsParamsWithTimeout(timeout time.Duration) *WaypointServiceListAgentGroupsParams

NewWaypointServiceListAgentGroupsParamsWithTimeout creates a new WaypointServiceListAgentGroupsParams object with the ability to set a timeout on a request.

func (*WaypointServiceListAgentGroupsParams) SetContext ¶ added in v0.84.0

SetContext adds the context to the waypoint service list agent groups params

func (*WaypointServiceListAgentGroupsParams) SetDefaults ¶ added in v0.84.0

func (o *WaypointServiceListAgentGroupsParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service list agent groups params (not the query body).

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

func (*WaypointServiceListAgentGroupsParams) SetHTTPClient ¶ added in v0.84.0

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

SetHTTPClient adds the HTTPClient to the waypoint service list agent groups params

func (*WaypointServiceListAgentGroupsParams) SetNamespaceID ¶ added in v0.84.0

func (o *WaypointServiceListAgentGroupsParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service list agent groups params

func (*WaypointServiceListAgentGroupsParams) SetTimeout ¶ added in v0.84.0

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

SetTimeout adds the timeout to the waypoint service list agent groups params

func (*WaypointServiceListAgentGroupsParams) WithContext ¶ added in v0.84.0

WithContext adds the context to the waypoint service list agent groups params

func (*WaypointServiceListAgentGroupsParams) WithDefaults ¶ added in v0.84.0

WithDefaults hydrates default values in the waypoint service list agent groups params (not the query body).

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

func (*WaypointServiceListAgentGroupsParams) WithHTTPClient ¶ added in v0.84.0

WithHTTPClient adds the HTTPClient to the waypoint service list agent groups params

func (*WaypointServiceListAgentGroupsParams) WithNamespaceID ¶ added in v0.84.0

WithNamespaceID adds the namespaceID to the waypoint service list agent groups params

func (*WaypointServiceListAgentGroupsParams) WithTimeout ¶ added in v0.84.0

WithTimeout adds the timeout to the waypoint service list agent groups params

func (*WaypointServiceListAgentGroupsParams) WriteToRequest ¶ added in v0.84.0

WriteToRequest writes these params to a swagger request

type WaypointServiceListAgentGroupsReader ¶ added in v0.84.0

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

WaypointServiceListAgentGroupsReader is a Reader for the WaypointServiceListAgentGroups structure.

func (*WaypointServiceListAgentGroupsReader) ReadResponse ¶ added in v0.84.0

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

ReadResponse reads a server response into the received o.

type WaypointServiceListApplicationTemplates2Default ¶ added in v0.91.0

type WaypointServiceListApplicationTemplates2Default struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceListApplicationTemplates2Default ¶ added in v0.91.0

func NewWaypointServiceListApplicationTemplates2Default(code int) *WaypointServiceListApplicationTemplates2Default

NewWaypointServiceListApplicationTemplates2Default creates a WaypointServiceListApplicationTemplates2Default with default headers values

func (*WaypointServiceListApplicationTemplates2Default) Code ¶ added in v0.91.0

Code gets the status code for the waypoint service list application templates2 default response

func (*WaypointServiceListApplicationTemplates2Default) Error ¶ added in v0.91.0

func (*WaypointServiceListApplicationTemplates2Default) GetPayload ¶ added in v0.91.0

func (*WaypointServiceListApplicationTemplates2Default) IsClientError ¶ added in v0.91.0

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

func (*WaypointServiceListApplicationTemplates2Default) IsCode ¶ added in v0.91.0

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

func (*WaypointServiceListApplicationTemplates2Default) IsRedirect ¶ added in v0.91.0

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

func (*WaypointServiceListApplicationTemplates2Default) IsServerError ¶ added in v0.91.0

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

func (*WaypointServiceListApplicationTemplates2Default) IsSuccess ¶ added in v0.91.0

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

func (*WaypointServiceListApplicationTemplates2Default) String ¶ added in v0.91.0

type WaypointServiceListApplicationTemplates2OK ¶ added in v0.91.0

type WaypointServiceListApplicationTemplates2OK struct {
	Payload *models.HashicorpCloudWaypointListApplicationTemplatesResponse
}

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

A successful response.

func NewWaypointServiceListApplicationTemplates2OK ¶ added in v0.91.0

func NewWaypointServiceListApplicationTemplates2OK() *WaypointServiceListApplicationTemplates2OK

NewWaypointServiceListApplicationTemplates2OK creates a WaypointServiceListApplicationTemplates2OK with default headers values

func (*WaypointServiceListApplicationTemplates2OK) Code ¶ added in v0.91.0

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

func (*WaypointServiceListApplicationTemplates2OK) Error ¶ added in v0.91.0

func (*WaypointServiceListApplicationTemplates2OK) GetPayload ¶ added in v0.91.0

func (*WaypointServiceListApplicationTemplates2OK) IsClientError ¶ added in v0.91.0

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

func (*WaypointServiceListApplicationTemplates2OK) IsCode ¶ added in v0.91.0

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

func (*WaypointServiceListApplicationTemplates2OK) IsRedirect ¶ added in v0.91.0

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

func (*WaypointServiceListApplicationTemplates2OK) IsServerError ¶ added in v0.91.0

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

func (*WaypointServiceListApplicationTemplates2OK) IsSuccess ¶ added in v0.91.0

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

func (*WaypointServiceListApplicationTemplates2OK) String ¶ added in v0.91.0

type WaypointServiceListApplicationTemplates2Params ¶ added in v0.91.0

type WaypointServiceListApplicationTemplates2Params 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

	/* WithTotalCount.

	   If set to false or not provided, response will not include a total_count value
	*/
	WithTotalCount *bool

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

WaypointServiceListApplicationTemplates2Params contains all the parameters to send to the API endpoint

for the waypoint service list application templates2 operation.

Typically these are written to a http.Request.

func NewWaypointServiceListApplicationTemplates2Params ¶ added in v0.91.0

func NewWaypointServiceListApplicationTemplates2Params() *WaypointServiceListApplicationTemplates2Params

NewWaypointServiceListApplicationTemplates2Params creates a new WaypointServiceListApplicationTemplates2Params 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 NewWaypointServiceListApplicationTemplates2ParamsWithContext ¶ added in v0.91.0

func NewWaypointServiceListApplicationTemplates2ParamsWithContext(ctx context.Context) *WaypointServiceListApplicationTemplates2Params

NewWaypointServiceListApplicationTemplates2ParamsWithContext creates a new WaypointServiceListApplicationTemplates2Params object with the ability to set a context for a request.

func NewWaypointServiceListApplicationTemplates2ParamsWithHTTPClient ¶ added in v0.91.0

func NewWaypointServiceListApplicationTemplates2ParamsWithHTTPClient(client *http.Client) *WaypointServiceListApplicationTemplates2Params

NewWaypointServiceListApplicationTemplates2ParamsWithHTTPClient creates a new WaypointServiceListApplicationTemplates2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceListApplicationTemplates2ParamsWithTimeout ¶ added in v0.91.0

func NewWaypointServiceListApplicationTemplates2ParamsWithTimeout(timeout time.Duration) *WaypointServiceListApplicationTemplates2Params

NewWaypointServiceListApplicationTemplates2ParamsWithTimeout creates a new WaypointServiceListApplicationTemplates2Params object with the ability to set a timeout on a request.

func (*WaypointServiceListApplicationTemplates2Params) SetContext ¶ added in v0.91.0

SetContext adds the context to the waypoint service list application templates2 params

func (*WaypointServiceListApplicationTemplates2Params) SetDefaults ¶ added in v0.91.0

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

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

func (*WaypointServiceListApplicationTemplates2Params) SetHTTPClient ¶ added in v0.91.0

SetHTTPClient adds the HTTPClient to the waypoint service list application templates2 params

func (*WaypointServiceListApplicationTemplates2Params) SetNamespaceID ¶ added in v0.91.0

func (o *WaypointServiceListApplicationTemplates2Params) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service list application templates2 params

func (*WaypointServiceListApplicationTemplates2Params) SetPaginationNextPageToken ¶ added in v0.91.0

func (o *WaypointServiceListApplicationTemplates2Params) SetPaginationNextPageToken(paginationNextPageToken *string)

SetPaginationNextPageToken adds the paginationNextPageToken to the waypoint service list application templates2 params

func (*WaypointServiceListApplicationTemplates2Params) SetPaginationPageSize ¶ added in v0.91.0

func (o *WaypointServiceListApplicationTemplates2Params) SetPaginationPageSize(paginationPageSize *int64)

SetPaginationPageSize adds the paginationPageSize to the waypoint service list application templates2 params

func (*WaypointServiceListApplicationTemplates2Params) SetPaginationPreviousPageToken ¶ added in v0.91.0

func (o *WaypointServiceListApplicationTemplates2Params) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)

SetPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint service list application templates2 params

func (*WaypointServiceListApplicationTemplates2Params) SetTimeout ¶ added in v0.91.0

SetTimeout adds the timeout to the waypoint service list application templates2 params

func (*WaypointServiceListApplicationTemplates2Params) SetWithTotalCount ¶ added in v0.91.0

func (o *WaypointServiceListApplicationTemplates2Params) SetWithTotalCount(withTotalCount *bool)

SetWithTotalCount adds the withTotalCount to the waypoint service list application templates2 params

func (*WaypointServiceListApplicationTemplates2Params) WithContext ¶ added in v0.91.0

WithContext adds the context to the waypoint service list application templates2 params

func (*WaypointServiceListApplicationTemplates2Params) WithDefaults ¶ added in v0.91.0

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

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

func (*WaypointServiceListApplicationTemplates2Params) WithHTTPClient ¶ added in v0.91.0

WithHTTPClient adds the HTTPClient to the waypoint service list application templates2 params

func (*WaypointServiceListApplicationTemplates2Params) WithNamespaceID ¶ added in v0.91.0

WithNamespaceID adds the namespaceID to the waypoint service list application templates2 params

func (*WaypointServiceListApplicationTemplates2Params) WithPaginationNextPageToken ¶ added in v0.91.0

func (o *WaypointServiceListApplicationTemplates2Params) WithPaginationNextPageToken(paginationNextPageToken *string) *WaypointServiceListApplicationTemplates2Params

WithPaginationNextPageToken adds the paginationNextPageToken to the waypoint service list application templates2 params

func (*WaypointServiceListApplicationTemplates2Params) WithPaginationPageSize ¶ added in v0.91.0

WithPaginationPageSize adds the paginationPageSize to the waypoint service list application templates2 params

func (*WaypointServiceListApplicationTemplates2Params) WithPaginationPreviousPageToken ¶ added in v0.91.0

func (o *WaypointServiceListApplicationTemplates2Params) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *WaypointServiceListApplicationTemplates2Params

WithPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint service list application templates2 params

func (*WaypointServiceListApplicationTemplates2Params) WithTimeout ¶ added in v0.91.0

WithTimeout adds the timeout to the waypoint service list application templates2 params

func (*WaypointServiceListApplicationTemplates2Params) WithWithTotalCount ¶ added in v0.91.0

WithWithTotalCount adds the withTotalCount to the waypoint service list application templates2 params

func (*WaypointServiceListApplicationTemplates2Params) WriteToRequest ¶ added in v0.91.0

WriteToRequest writes these params to a swagger request

type WaypointServiceListApplicationTemplates2Reader ¶ added in v0.91.0

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

WaypointServiceListApplicationTemplates2Reader is a Reader for the WaypointServiceListApplicationTemplates2 structure.

func (*WaypointServiceListApplicationTemplates2Reader) ReadResponse ¶ added in v0.91.0

func (o *WaypointServiceListApplicationTemplates2Reader) 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.GoogleRPCStatus
	// 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

	/* WithTotalCount.

	   If set to false or not provided, response will not include a total_count value
	*/
	WithTotalCount *bool

	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) SetWithTotalCount ¶ added in v0.81.0

func (o *WaypointServiceListApplicationTemplatesParams) SetWithTotalCount(withTotalCount *bool)

SetWithTotalCount adds the withTotalCount 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) WithWithTotalCount ¶ added in v0.81.0

WithWithTotalCount adds the withTotalCount 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.GoogleRPCStatus
	// 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

	// WithTotalCount.
	WithTotalCount *bool

	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) SetWithTotalCount ¶ added in v0.81.0

func (o *WaypointServiceListApplicationsParams) SetWithTotalCount(withTotalCount *bool)

SetWithTotalCount adds the withTotalCount 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) WithWithTotalCount ¶ added in v0.81.0

WithWithTotalCount adds the withTotalCount 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.GoogleRPCStatus
	// 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 WaypointServiceListTFCOrganizationsDefault ¶ added in v0.81.0

type WaypointServiceListTFCOrganizationsDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceListTFCOrganizationsDefault ¶ added in v0.81.0

func NewWaypointServiceListTFCOrganizationsDefault(code int) *WaypointServiceListTFCOrganizationsDefault

NewWaypointServiceListTFCOrganizationsDefault creates a WaypointServiceListTFCOrganizationsDefault with default headers values

func (*WaypointServiceListTFCOrganizationsDefault) Code ¶ added in v0.81.0

Code gets the status code for the waypoint service list t f c organizations default response

func (*WaypointServiceListTFCOrganizationsDefault) Error ¶ added in v0.81.0

func (*WaypointServiceListTFCOrganizationsDefault) GetPayload ¶ added in v0.81.0

func (*WaypointServiceListTFCOrganizationsDefault) IsClientError ¶ added in v0.81.0

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

func (*WaypointServiceListTFCOrganizationsDefault) IsCode ¶ added in v0.81.0

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

func (*WaypointServiceListTFCOrganizationsDefault) IsRedirect ¶ added in v0.81.0

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

func (*WaypointServiceListTFCOrganizationsDefault) IsServerError ¶ added in v0.81.0

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

func (*WaypointServiceListTFCOrganizationsDefault) IsSuccess ¶ added in v0.81.0

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

func (*WaypointServiceListTFCOrganizationsDefault) String ¶ added in v0.81.0

type WaypointServiceListTFCOrganizationsOK ¶ added in v0.81.0

type WaypointServiceListTFCOrganizationsOK struct {
	Payload *models.HashicorpCloudWaypointListTFCOrganizationsResponse
}

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

A successful response.

func NewWaypointServiceListTFCOrganizationsOK ¶ added in v0.81.0

func NewWaypointServiceListTFCOrganizationsOK() *WaypointServiceListTFCOrganizationsOK

NewWaypointServiceListTFCOrganizationsOK creates a WaypointServiceListTFCOrganizationsOK with default headers values

func (*WaypointServiceListTFCOrganizationsOK) Code ¶ added in v0.81.0

Code gets the status code for the waypoint service list t f c organizations o k response

func (*WaypointServiceListTFCOrganizationsOK) Error ¶ added in v0.81.0

func (*WaypointServiceListTFCOrganizationsOK) GetPayload ¶ added in v0.81.0

func (*WaypointServiceListTFCOrganizationsOK) IsClientError ¶ added in v0.81.0

func (o *WaypointServiceListTFCOrganizationsOK) IsClientError() bool

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

func (*WaypointServiceListTFCOrganizationsOK) IsCode ¶ added in v0.81.0

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

func (*WaypointServiceListTFCOrganizationsOK) IsRedirect ¶ added in v0.81.0

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

func (*WaypointServiceListTFCOrganizationsOK) IsServerError ¶ added in v0.81.0

func (o *WaypointServiceListTFCOrganizationsOK) IsServerError() bool

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

func (*WaypointServiceListTFCOrganizationsOK) IsSuccess ¶ added in v0.81.0

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

func (*WaypointServiceListTFCOrganizationsOK) String ¶ added in v0.81.0

type WaypointServiceListTFCOrganizationsParams ¶ added in v0.81.0

type WaypointServiceListTFCOrganizationsParams struct {

	// NamespaceID.
	NamespaceID string

	/* Token.

	   Token to use with the TFC API. If this is blank, the stored token will be used.
	*/
	Token *string

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

WaypointServiceListTFCOrganizationsParams contains all the parameters to send to the API endpoint

for the waypoint service list t f c organizations operation.

Typically these are written to a http.Request.

func NewWaypointServiceListTFCOrganizationsParams ¶ added in v0.81.0

func NewWaypointServiceListTFCOrganizationsParams() *WaypointServiceListTFCOrganizationsParams

NewWaypointServiceListTFCOrganizationsParams creates a new WaypointServiceListTFCOrganizationsParams 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 NewWaypointServiceListTFCOrganizationsParamsWithContext ¶ added in v0.81.0

func NewWaypointServiceListTFCOrganizationsParamsWithContext(ctx context.Context) *WaypointServiceListTFCOrganizationsParams

NewWaypointServiceListTFCOrganizationsParamsWithContext creates a new WaypointServiceListTFCOrganizationsParams object with the ability to set a context for a request.

func NewWaypointServiceListTFCOrganizationsParamsWithHTTPClient ¶ added in v0.81.0

func NewWaypointServiceListTFCOrganizationsParamsWithHTTPClient(client *http.Client) *WaypointServiceListTFCOrganizationsParams

NewWaypointServiceListTFCOrganizationsParamsWithHTTPClient creates a new WaypointServiceListTFCOrganizationsParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceListTFCOrganizationsParamsWithTimeout ¶ added in v0.81.0

func NewWaypointServiceListTFCOrganizationsParamsWithTimeout(timeout time.Duration) *WaypointServiceListTFCOrganizationsParams

NewWaypointServiceListTFCOrganizationsParamsWithTimeout creates a new WaypointServiceListTFCOrganizationsParams object with the ability to set a timeout on a request.

func (*WaypointServiceListTFCOrganizationsParams) SetContext ¶ added in v0.81.0

SetContext adds the context to the waypoint service list t f c organizations params

func (*WaypointServiceListTFCOrganizationsParams) SetDefaults ¶ added in v0.81.0

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

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

func (*WaypointServiceListTFCOrganizationsParams) SetHTTPClient ¶ added in v0.81.0

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

SetHTTPClient adds the HTTPClient to the waypoint service list t f c organizations params

func (*WaypointServiceListTFCOrganizationsParams) SetNamespaceID ¶ added in v0.81.0

func (o *WaypointServiceListTFCOrganizationsParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service list t f c organizations params

func (*WaypointServiceListTFCOrganizationsParams) SetTimeout ¶ added in v0.81.0

SetTimeout adds the timeout to the waypoint service list t f c organizations params

func (*WaypointServiceListTFCOrganizationsParams) SetToken ¶ added in v0.84.0

SetToken adds the token to the waypoint service list t f c organizations params

func (*WaypointServiceListTFCOrganizationsParams) WithContext ¶ added in v0.81.0

WithContext adds the context to the waypoint service list t f c organizations params

func (*WaypointServiceListTFCOrganizationsParams) WithDefaults ¶ added in v0.81.0

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

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

func (*WaypointServiceListTFCOrganizationsParams) WithHTTPClient ¶ added in v0.81.0

WithHTTPClient adds the HTTPClient to the waypoint service list t f c organizations params

func (*WaypointServiceListTFCOrganizationsParams) WithNamespaceID ¶ added in v0.81.0

WithNamespaceID adds the namespaceID to the waypoint service list t f c organizations params

func (*WaypointServiceListTFCOrganizationsParams) WithTimeout ¶ added in v0.81.0

WithTimeout adds the timeout to the waypoint service list t f c organizations params

func (*WaypointServiceListTFCOrganizationsParams) WithToken ¶ added in v0.84.0

WithToken adds the token to the waypoint service list t f c organizations params

func (*WaypointServiceListTFCOrganizationsParams) WriteToRequest ¶ added in v0.81.0

WriteToRequest writes these params to a swagger request

type WaypointServiceListTFCOrganizationsReader ¶ added in v0.81.0

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

WaypointServiceListTFCOrganizationsReader is a Reader for the WaypointServiceListTFCOrganizations structure.

func (*WaypointServiceListTFCOrganizationsReader) ReadResponse ¶ added in v0.81.0

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

ReadResponse reads a server response into the received o.

type WaypointServiceListTFCProjectsDefault ¶ added in v0.81.0

type WaypointServiceListTFCProjectsDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceListTFCProjectsDefault ¶ added in v0.81.0

func NewWaypointServiceListTFCProjectsDefault(code int) *WaypointServiceListTFCProjectsDefault

NewWaypointServiceListTFCProjectsDefault creates a WaypointServiceListTFCProjectsDefault with default headers values

func (*WaypointServiceListTFCProjectsDefault) Code ¶ added in v0.81.0

Code gets the status code for the waypoint service list t f c projects default response

func (*WaypointServiceListTFCProjectsDefault) Error ¶ added in v0.81.0

func (*WaypointServiceListTFCProjectsDefault) GetPayload ¶ added in v0.81.0

func (*WaypointServiceListTFCProjectsDefault) IsClientError ¶ added in v0.81.0

func (o *WaypointServiceListTFCProjectsDefault) IsClientError() bool

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

func (*WaypointServiceListTFCProjectsDefault) IsCode ¶ added in v0.81.0

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

func (*WaypointServiceListTFCProjectsDefault) IsRedirect ¶ added in v0.81.0

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

func (*WaypointServiceListTFCProjectsDefault) IsServerError ¶ added in v0.81.0

func (o *WaypointServiceListTFCProjectsDefault) IsServerError() bool

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

func (*WaypointServiceListTFCProjectsDefault) IsSuccess ¶ added in v0.81.0

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

func (*WaypointServiceListTFCProjectsDefault) String ¶ added in v0.81.0

type WaypointServiceListTFCProjectsOK ¶ added in v0.81.0

type WaypointServiceListTFCProjectsOK struct {
	Payload *models.HashicorpCloudWaypointListTerraformCloudProjectsResponse
}

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

A successful response.

func NewWaypointServiceListTFCProjectsOK ¶ added in v0.81.0

func NewWaypointServiceListTFCProjectsOK() *WaypointServiceListTFCProjectsOK

NewWaypointServiceListTFCProjectsOK creates a WaypointServiceListTFCProjectsOK with default headers values

func (*WaypointServiceListTFCProjectsOK) Code ¶ added in v0.81.0

Code gets the status code for the waypoint service list t f c projects o k response

func (*WaypointServiceListTFCProjectsOK) Error ¶ added in v0.81.0

func (*WaypointServiceListTFCProjectsOK) GetPayload ¶ added in v0.81.0

func (*WaypointServiceListTFCProjectsOK) IsClientError ¶ added in v0.81.0

func (o *WaypointServiceListTFCProjectsOK) IsClientError() bool

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

func (*WaypointServiceListTFCProjectsOK) IsCode ¶ added in v0.81.0

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

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

func (*WaypointServiceListTFCProjectsOK) IsRedirect ¶ added in v0.81.0

func (o *WaypointServiceListTFCProjectsOK) IsRedirect() bool

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

func (*WaypointServiceListTFCProjectsOK) IsServerError ¶ added in v0.81.0

func (o *WaypointServiceListTFCProjectsOK) IsServerError() bool

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

func (*WaypointServiceListTFCProjectsOK) IsSuccess ¶ added in v0.81.0

func (o *WaypointServiceListTFCProjectsOK) IsSuccess() bool

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

func (*WaypointServiceListTFCProjectsOK) String ¶ added in v0.81.0

type WaypointServiceListTFCProjectsParams ¶ added in v0.81.0

type WaypointServiceListTFCProjectsParams struct {

	// NamespaceID.
	NamespaceID string

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

WaypointServiceListTFCProjectsParams contains all the parameters to send to the API endpoint

for the waypoint service list t f c projects operation.

Typically these are written to a http.Request.

func NewWaypointServiceListTFCProjectsParams ¶ added in v0.81.0

func NewWaypointServiceListTFCProjectsParams() *WaypointServiceListTFCProjectsParams

NewWaypointServiceListTFCProjectsParams creates a new WaypointServiceListTFCProjectsParams 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 NewWaypointServiceListTFCProjectsParamsWithContext ¶ added in v0.81.0

func NewWaypointServiceListTFCProjectsParamsWithContext(ctx context.Context) *WaypointServiceListTFCProjectsParams

NewWaypointServiceListTFCProjectsParamsWithContext creates a new WaypointServiceListTFCProjectsParams object with the ability to set a context for a request.

func NewWaypointServiceListTFCProjectsParamsWithHTTPClient ¶ added in v0.81.0

func NewWaypointServiceListTFCProjectsParamsWithHTTPClient(client *http.Client) *WaypointServiceListTFCProjectsParams

NewWaypointServiceListTFCProjectsParamsWithHTTPClient creates a new WaypointServiceListTFCProjectsParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceListTFCProjectsParamsWithTimeout ¶ added in v0.81.0

func NewWaypointServiceListTFCProjectsParamsWithTimeout(timeout time.Duration) *WaypointServiceListTFCProjectsParams

NewWaypointServiceListTFCProjectsParamsWithTimeout creates a new WaypointServiceListTFCProjectsParams object with the ability to set a timeout on a request.

func (*WaypointServiceListTFCProjectsParams) SetContext ¶ added in v0.81.0

SetContext adds the context to the waypoint service list t f c projects params

func (*WaypointServiceListTFCProjectsParams) SetDefaults ¶ added in v0.81.0

func (o *WaypointServiceListTFCProjectsParams) SetDefaults()

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

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

func (*WaypointServiceListTFCProjectsParams) SetHTTPClient ¶ added in v0.81.0

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

SetHTTPClient adds the HTTPClient to the waypoint service list t f c projects params

func (*WaypointServiceListTFCProjectsParams) SetNamespaceID ¶ added in v0.81.0

func (o *WaypointServiceListTFCProjectsParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service list t f c projects params

func (*WaypointServiceListTFCProjectsParams) SetTimeout ¶ added in v0.81.0

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

SetTimeout adds the timeout to the waypoint service list t f c projects params

func (*WaypointServiceListTFCProjectsParams) WithContext ¶ added in v0.81.0

WithContext adds the context to the waypoint service list t f c projects params

func (*WaypointServiceListTFCProjectsParams) WithDefaults ¶ added in v0.81.0

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

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

func (*WaypointServiceListTFCProjectsParams) WithHTTPClient ¶ added in v0.81.0

WithHTTPClient adds the HTTPClient to the waypoint service list t f c projects params

func (*WaypointServiceListTFCProjectsParams) WithNamespaceID ¶ added in v0.81.0

WithNamespaceID adds the namespaceID to the waypoint service list t f c projects params

func (*WaypointServiceListTFCProjectsParams) WithTimeout ¶ added in v0.81.0

WithTimeout adds the timeout to the waypoint service list t f c projects params

func (*WaypointServiceListTFCProjectsParams) WriteToRequest ¶ added in v0.81.0

WriteToRequest writes these params to a swagger request

type WaypointServiceListTFCProjectsReader ¶ added in v0.81.0

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

WaypointServiceListTFCProjectsReader is a Reader for the WaypointServiceListTFCProjects structure.

func (*WaypointServiceListTFCProjectsReader) ReadResponse ¶ added in v0.81.0

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

ReadResponse reads a server response into the received o.

type WaypointServiceQueueAgentOperationDefault ¶ added in v0.84.0

type WaypointServiceQueueAgentOperationDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceQueueAgentOperationDefault ¶ added in v0.84.0

func NewWaypointServiceQueueAgentOperationDefault(code int) *WaypointServiceQueueAgentOperationDefault

NewWaypointServiceQueueAgentOperationDefault creates a WaypointServiceQueueAgentOperationDefault with default headers values

func (*WaypointServiceQueueAgentOperationDefault) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service queue agent operation default response

func (*WaypointServiceQueueAgentOperationDefault) Error ¶ added in v0.84.0

func (*WaypointServiceQueueAgentOperationDefault) GetPayload ¶ added in v0.84.0

func (*WaypointServiceQueueAgentOperationDefault) IsClientError ¶ added in v0.84.0

IsClientError returns true when this waypoint service queue agent operation default response has a 4xx status code

func (*WaypointServiceQueueAgentOperationDefault) IsCode ¶ added in v0.84.0

IsCode returns true when this waypoint service queue agent operation default response a status code equal to that given

func (*WaypointServiceQueueAgentOperationDefault) IsRedirect ¶ added in v0.84.0

IsRedirect returns true when this waypoint service queue agent operation default response has a 3xx status code

func (*WaypointServiceQueueAgentOperationDefault) IsServerError ¶ added in v0.84.0

IsServerError returns true when this waypoint service queue agent operation default response has a 5xx status code

func (*WaypointServiceQueueAgentOperationDefault) IsSuccess ¶ added in v0.84.0

IsSuccess returns true when this waypoint service queue agent operation default response has a 2xx status code

func (*WaypointServiceQueueAgentOperationDefault) String ¶ added in v0.84.0

type WaypointServiceQueueAgentOperationOK ¶ added in v0.84.0

type WaypointServiceQueueAgentOperationOK struct {
	Payload models.HashicorpCloudWaypointQueueAgentOperationResponse
}

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

A successful response.

func NewWaypointServiceQueueAgentOperationOK ¶ added in v0.84.0

func NewWaypointServiceQueueAgentOperationOK() *WaypointServiceQueueAgentOperationOK

NewWaypointServiceQueueAgentOperationOK creates a WaypointServiceQueueAgentOperationOK with default headers values

func (*WaypointServiceQueueAgentOperationOK) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service queue agent operation o k response

func (*WaypointServiceQueueAgentOperationOK) Error ¶ added in v0.84.0

func (*WaypointServiceQueueAgentOperationOK) GetPayload ¶ added in v0.84.0

func (*WaypointServiceQueueAgentOperationOK) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceQueueAgentOperationOK) IsClientError() bool

IsClientError returns true when this waypoint service queue agent operation o k response has a 4xx status code

func (*WaypointServiceQueueAgentOperationOK) IsCode ¶ added in v0.84.0

IsCode returns true when this waypoint service queue agent operation o k response a status code equal to that given

func (*WaypointServiceQueueAgentOperationOK) IsRedirect ¶ added in v0.84.0

IsRedirect returns true when this waypoint service queue agent operation o k response has a 3xx status code

func (*WaypointServiceQueueAgentOperationOK) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceQueueAgentOperationOK) IsServerError() bool

IsServerError returns true when this waypoint service queue agent operation o k response has a 5xx status code

func (*WaypointServiceQueueAgentOperationOK) IsSuccess ¶ added in v0.84.0

IsSuccess returns true when this waypoint service queue agent operation o k response has a 2xx status code

func (*WaypointServiceQueueAgentOperationOK) String ¶ added in v0.84.0

type WaypointServiceQueueAgentOperationParams ¶ added in v0.84.0

type WaypointServiceQueueAgentOperationParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointWaypointServiceQueueAgentOperationBody

	// NamespaceID.
	NamespaceID string

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

WaypointServiceQueueAgentOperationParams contains all the parameters to send to the API endpoint

for the waypoint service queue agent operation operation.

Typically these are written to a http.Request.

func NewWaypointServiceQueueAgentOperationParams ¶ added in v0.84.0

func NewWaypointServiceQueueAgentOperationParams() *WaypointServiceQueueAgentOperationParams

NewWaypointServiceQueueAgentOperationParams creates a new WaypointServiceQueueAgentOperationParams 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 NewWaypointServiceQueueAgentOperationParamsWithContext ¶ added in v0.84.0

func NewWaypointServiceQueueAgentOperationParamsWithContext(ctx context.Context) *WaypointServiceQueueAgentOperationParams

NewWaypointServiceQueueAgentOperationParamsWithContext creates a new WaypointServiceQueueAgentOperationParams object with the ability to set a context for a request.

func NewWaypointServiceQueueAgentOperationParamsWithHTTPClient ¶ added in v0.84.0

func NewWaypointServiceQueueAgentOperationParamsWithHTTPClient(client *http.Client) *WaypointServiceQueueAgentOperationParams

NewWaypointServiceQueueAgentOperationParamsWithHTTPClient creates a new WaypointServiceQueueAgentOperationParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceQueueAgentOperationParamsWithTimeout ¶ added in v0.84.0

func NewWaypointServiceQueueAgentOperationParamsWithTimeout(timeout time.Duration) *WaypointServiceQueueAgentOperationParams

NewWaypointServiceQueueAgentOperationParamsWithTimeout creates a new WaypointServiceQueueAgentOperationParams object with the ability to set a timeout on a request.

func (*WaypointServiceQueueAgentOperationParams) SetBody ¶ added in v0.84.0

SetBody adds the body to the waypoint service queue agent operation params

func (*WaypointServiceQueueAgentOperationParams) SetContext ¶ added in v0.84.0

SetContext adds the context to the waypoint service queue agent operation params

func (*WaypointServiceQueueAgentOperationParams) SetDefaults ¶ added in v0.84.0

SetDefaults hydrates default values in the waypoint service queue agent operation params (not the query body).

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

func (*WaypointServiceQueueAgentOperationParams) SetHTTPClient ¶ added in v0.84.0

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

SetHTTPClient adds the HTTPClient to the waypoint service queue agent operation params

func (*WaypointServiceQueueAgentOperationParams) SetNamespaceID ¶ added in v0.84.0

func (o *WaypointServiceQueueAgentOperationParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service queue agent operation params

func (*WaypointServiceQueueAgentOperationParams) SetTimeout ¶ added in v0.84.0

SetTimeout adds the timeout to the waypoint service queue agent operation params

func (*WaypointServiceQueueAgentOperationParams) WithBody ¶ added in v0.84.0

WithBody adds the body to the waypoint service queue agent operation params

func (*WaypointServiceQueueAgentOperationParams) WithContext ¶ added in v0.84.0

WithContext adds the context to the waypoint service queue agent operation params

func (*WaypointServiceQueueAgentOperationParams) WithDefaults ¶ added in v0.84.0

WithDefaults hydrates default values in the waypoint service queue agent operation params (not the query body).

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

func (*WaypointServiceQueueAgentOperationParams) WithHTTPClient ¶ added in v0.84.0

WithHTTPClient adds the HTTPClient to the waypoint service queue agent operation params

func (*WaypointServiceQueueAgentOperationParams) WithNamespaceID ¶ added in v0.84.0

WithNamespaceID adds the namespaceID to the waypoint service queue agent operation params

func (*WaypointServiceQueueAgentOperationParams) WithTimeout ¶ added in v0.84.0

WithTimeout adds the timeout to the waypoint service queue agent operation params

func (*WaypointServiceQueueAgentOperationParams) WriteToRequest ¶ added in v0.84.0

WriteToRequest writes these params to a swagger request

type WaypointServiceQueueAgentOperationReader ¶ added in v0.84.0

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

WaypointServiceQueueAgentOperationReader is a Reader for the WaypointServiceQueueAgentOperation structure.

func (*WaypointServiceQueueAgentOperationReader) ReadResponse ¶ added in v0.84.0

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

ReadResponse reads a server response into the received o.

type WaypointServiceRetrieveAgentOperationDefault ¶ added in v0.84.0

type WaypointServiceRetrieveAgentOperationDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceRetrieveAgentOperationDefault ¶ added in v0.84.0

func NewWaypointServiceRetrieveAgentOperationDefault(code int) *WaypointServiceRetrieveAgentOperationDefault

NewWaypointServiceRetrieveAgentOperationDefault creates a WaypointServiceRetrieveAgentOperationDefault with default headers values

func (*WaypointServiceRetrieveAgentOperationDefault) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service retrieve agent operation default response

func (*WaypointServiceRetrieveAgentOperationDefault) Error ¶ added in v0.84.0

func (*WaypointServiceRetrieveAgentOperationDefault) GetPayload ¶ added in v0.84.0

func (*WaypointServiceRetrieveAgentOperationDefault) IsClientError ¶ added in v0.84.0

IsClientError returns true when this waypoint service retrieve agent operation default response has a 4xx status code

func (*WaypointServiceRetrieveAgentOperationDefault) IsCode ¶ added in v0.84.0

IsCode returns true when this waypoint service retrieve agent operation default response a status code equal to that given

func (*WaypointServiceRetrieveAgentOperationDefault) IsRedirect ¶ added in v0.84.0

IsRedirect returns true when this waypoint service retrieve agent operation default response has a 3xx status code

func (*WaypointServiceRetrieveAgentOperationDefault) IsServerError ¶ added in v0.84.0

IsServerError returns true when this waypoint service retrieve agent operation default response has a 5xx status code

func (*WaypointServiceRetrieveAgentOperationDefault) IsSuccess ¶ added in v0.84.0

IsSuccess returns true when this waypoint service retrieve agent operation default response has a 2xx status code

func (*WaypointServiceRetrieveAgentOperationDefault) String ¶ added in v0.84.0

type WaypointServiceRetrieveAgentOperationOK ¶ added in v0.84.0

type WaypointServiceRetrieveAgentOperationOK struct {
	Payload *models.HashicorpCloudWaypointRetrieveAgentOperationResponse
}

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

A successful response.

func NewWaypointServiceRetrieveAgentOperationOK ¶ added in v0.84.0

func NewWaypointServiceRetrieveAgentOperationOK() *WaypointServiceRetrieveAgentOperationOK

NewWaypointServiceRetrieveAgentOperationOK creates a WaypointServiceRetrieveAgentOperationOK with default headers values

func (*WaypointServiceRetrieveAgentOperationOK) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service retrieve agent operation o k response

func (*WaypointServiceRetrieveAgentOperationOK) Error ¶ added in v0.84.0

func (*WaypointServiceRetrieveAgentOperationOK) GetPayload ¶ added in v0.84.0

func (*WaypointServiceRetrieveAgentOperationOK) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceRetrieveAgentOperationOK) IsClientError() bool

IsClientError returns true when this waypoint service retrieve agent operation o k response has a 4xx status code

func (*WaypointServiceRetrieveAgentOperationOK) IsCode ¶ added in v0.84.0

IsCode returns true when this waypoint service retrieve agent operation o k response a status code equal to that given

func (*WaypointServiceRetrieveAgentOperationOK) IsRedirect ¶ added in v0.84.0

IsRedirect returns true when this waypoint service retrieve agent operation o k response has a 3xx status code

func (*WaypointServiceRetrieveAgentOperationOK) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceRetrieveAgentOperationOK) IsServerError() bool

IsServerError returns true when this waypoint service retrieve agent operation o k response has a 5xx status code

func (*WaypointServiceRetrieveAgentOperationOK) IsSuccess ¶ added in v0.84.0

IsSuccess returns true when this waypoint service retrieve agent operation o k response has a 2xx status code

func (*WaypointServiceRetrieveAgentOperationOK) String ¶ added in v0.84.0

type WaypointServiceRetrieveAgentOperationParams ¶ added in v0.84.0

type WaypointServiceRetrieveAgentOperationParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointWaypointServiceRetrieveAgentOperationBody

	// NamespaceID.
	NamespaceID string

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

WaypointServiceRetrieveAgentOperationParams contains all the parameters to send to the API endpoint

for the waypoint service retrieve agent operation operation.

Typically these are written to a http.Request.

func NewWaypointServiceRetrieveAgentOperationParams ¶ added in v0.84.0

func NewWaypointServiceRetrieveAgentOperationParams() *WaypointServiceRetrieveAgentOperationParams

NewWaypointServiceRetrieveAgentOperationParams creates a new WaypointServiceRetrieveAgentOperationParams 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 NewWaypointServiceRetrieveAgentOperationParamsWithContext ¶ added in v0.84.0

func NewWaypointServiceRetrieveAgentOperationParamsWithContext(ctx context.Context) *WaypointServiceRetrieveAgentOperationParams

NewWaypointServiceRetrieveAgentOperationParamsWithContext creates a new WaypointServiceRetrieveAgentOperationParams object with the ability to set a context for a request.

func NewWaypointServiceRetrieveAgentOperationParamsWithHTTPClient ¶ added in v0.84.0

func NewWaypointServiceRetrieveAgentOperationParamsWithHTTPClient(client *http.Client) *WaypointServiceRetrieveAgentOperationParams

NewWaypointServiceRetrieveAgentOperationParamsWithHTTPClient creates a new WaypointServiceRetrieveAgentOperationParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceRetrieveAgentOperationParamsWithTimeout ¶ added in v0.84.0

func NewWaypointServiceRetrieveAgentOperationParamsWithTimeout(timeout time.Duration) *WaypointServiceRetrieveAgentOperationParams

NewWaypointServiceRetrieveAgentOperationParamsWithTimeout creates a new WaypointServiceRetrieveAgentOperationParams object with the ability to set a timeout on a request.

func (*WaypointServiceRetrieveAgentOperationParams) SetBody ¶ added in v0.84.0

SetBody adds the body to the waypoint service retrieve agent operation params

func (*WaypointServiceRetrieveAgentOperationParams) SetContext ¶ added in v0.84.0

SetContext adds the context to the waypoint service retrieve agent operation params

func (*WaypointServiceRetrieveAgentOperationParams) SetDefaults ¶ added in v0.84.0

SetDefaults hydrates default values in the waypoint service retrieve agent operation params (not the query body).

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

func (*WaypointServiceRetrieveAgentOperationParams) SetHTTPClient ¶ added in v0.84.0

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

SetHTTPClient adds the HTTPClient to the waypoint service retrieve agent operation params

func (*WaypointServiceRetrieveAgentOperationParams) SetNamespaceID ¶ added in v0.84.0

func (o *WaypointServiceRetrieveAgentOperationParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service retrieve agent operation params

func (*WaypointServiceRetrieveAgentOperationParams) SetTimeout ¶ added in v0.84.0

SetTimeout adds the timeout to the waypoint service retrieve agent operation params

func (*WaypointServiceRetrieveAgentOperationParams) WithBody ¶ added in v0.84.0

WithBody adds the body to the waypoint service retrieve agent operation params

func (*WaypointServiceRetrieveAgentOperationParams) WithContext ¶ added in v0.84.0

WithContext adds the context to the waypoint service retrieve agent operation params

func (*WaypointServiceRetrieveAgentOperationParams) WithDefaults ¶ added in v0.84.0

WithDefaults hydrates default values in the waypoint service retrieve agent operation params (not the query body).

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

func (*WaypointServiceRetrieveAgentOperationParams) WithHTTPClient ¶ added in v0.84.0

WithHTTPClient adds the HTTPClient to the waypoint service retrieve agent operation params

func (*WaypointServiceRetrieveAgentOperationParams) WithNamespaceID ¶ added in v0.84.0

WithNamespaceID adds the namespaceID to the waypoint service retrieve agent operation params

func (*WaypointServiceRetrieveAgentOperationParams) WithTimeout ¶ added in v0.84.0

WithTimeout adds the timeout to the waypoint service retrieve agent operation params

func (*WaypointServiceRetrieveAgentOperationParams) WriteToRequest ¶ added in v0.84.0

WriteToRequest writes these params to a swagger request

type WaypointServiceRetrieveAgentOperationReader ¶ added in v0.84.0

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

WaypointServiceRetrieveAgentOperationReader is a Reader for the WaypointServiceRetrieveAgentOperation structure.

func (*WaypointServiceRetrieveAgentOperationReader) ReadResponse ¶ added in v0.84.0

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

ReadResponse reads a server response into the received o.

type WaypointServiceRunActionDefault ¶ added in v0.84.0

type WaypointServiceRunActionDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceRunActionDefault ¶ added in v0.84.0

func NewWaypointServiceRunActionDefault(code int) *WaypointServiceRunActionDefault

NewWaypointServiceRunActionDefault creates a WaypointServiceRunActionDefault with default headers values

func (*WaypointServiceRunActionDefault) Code ¶ added in v0.84.0

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

func (*WaypointServiceRunActionDefault) Error ¶ added in v0.84.0

func (*WaypointServiceRunActionDefault) GetPayload ¶ added in v0.84.0

func (*WaypointServiceRunActionDefault) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceRunActionDefault) IsClientError() bool

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

func (*WaypointServiceRunActionDefault) IsCode ¶ added in v0.84.0

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

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

func (*WaypointServiceRunActionDefault) IsRedirect ¶ added in v0.84.0

func (o *WaypointServiceRunActionDefault) IsRedirect() bool

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

func (*WaypointServiceRunActionDefault) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceRunActionDefault) IsServerError() bool

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

func (*WaypointServiceRunActionDefault) IsSuccess ¶ added in v0.84.0

func (o *WaypointServiceRunActionDefault) IsSuccess() bool

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

func (*WaypointServiceRunActionDefault) String ¶ added in v0.84.0

type WaypointServiceRunActionOK ¶ added in v0.84.0

type WaypointServiceRunActionOK struct {
	Payload *models.HashicorpCloudWaypointRunActionResponse
}

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

A successful response.

func NewWaypointServiceRunActionOK ¶ added in v0.84.0

func NewWaypointServiceRunActionOK() *WaypointServiceRunActionOK

NewWaypointServiceRunActionOK creates a WaypointServiceRunActionOK with default headers values

func (*WaypointServiceRunActionOK) Code ¶ added in v0.84.0

func (o *WaypointServiceRunActionOK) Code() int

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

func (*WaypointServiceRunActionOK) Error ¶ added in v0.84.0

func (*WaypointServiceRunActionOK) GetPayload ¶ added in v0.84.0

func (*WaypointServiceRunActionOK) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceRunActionOK) IsClientError() bool

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

func (*WaypointServiceRunActionOK) IsCode ¶ added in v0.84.0

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

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

func (*WaypointServiceRunActionOK) IsRedirect ¶ added in v0.84.0

func (o *WaypointServiceRunActionOK) IsRedirect() bool

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

func (*WaypointServiceRunActionOK) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceRunActionOK) IsServerError() bool

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

func (*WaypointServiceRunActionOK) IsSuccess ¶ added in v0.84.0

func (o *WaypointServiceRunActionOK) IsSuccess() bool

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

func (*WaypointServiceRunActionOK) String ¶ added in v0.84.0

func (o *WaypointServiceRunActionOK) String() string

type WaypointServiceRunActionParams ¶ added in v0.84.0

type WaypointServiceRunActionParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointWaypointServiceRunActionBody

	// NamespaceID.
	NamespaceID string

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

WaypointServiceRunActionParams contains all the parameters to send to the API endpoint

for the waypoint service run action operation.

Typically these are written to a http.Request.

func NewWaypointServiceRunActionParams ¶ added in v0.84.0

func NewWaypointServiceRunActionParams() *WaypointServiceRunActionParams

NewWaypointServiceRunActionParams creates a new WaypointServiceRunActionParams 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 NewWaypointServiceRunActionParamsWithContext ¶ added in v0.84.0

func NewWaypointServiceRunActionParamsWithContext(ctx context.Context) *WaypointServiceRunActionParams

NewWaypointServiceRunActionParamsWithContext creates a new WaypointServiceRunActionParams object with the ability to set a context for a request.

func NewWaypointServiceRunActionParamsWithHTTPClient ¶ added in v0.84.0

func NewWaypointServiceRunActionParamsWithHTTPClient(client *http.Client) *WaypointServiceRunActionParams

NewWaypointServiceRunActionParamsWithHTTPClient creates a new WaypointServiceRunActionParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceRunActionParamsWithTimeout ¶ added in v0.84.0

func NewWaypointServiceRunActionParamsWithTimeout(timeout time.Duration) *WaypointServiceRunActionParams

NewWaypointServiceRunActionParamsWithTimeout creates a new WaypointServiceRunActionParams object with the ability to set a timeout on a request.

func (*WaypointServiceRunActionParams) SetBody ¶ added in v0.84.0

SetBody adds the body to the waypoint service run action params

func (*WaypointServiceRunActionParams) SetContext ¶ added in v0.84.0

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

SetContext adds the context to the waypoint service run action params

func (*WaypointServiceRunActionParams) SetDefaults ¶ added in v0.84.0

func (o *WaypointServiceRunActionParams) SetDefaults()

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

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

func (*WaypointServiceRunActionParams) SetHTTPClient ¶ added in v0.84.0

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

SetHTTPClient adds the HTTPClient to the waypoint service run action params

func (*WaypointServiceRunActionParams) SetNamespaceID ¶ added in v0.84.0

func (o *WaypointServiceRunActionParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service run action params

func (*WaypointServiceRunActionParams) SetTimeout ¶ added in v0.84.0

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

SetTimeout adds the timeout to the waypoint service run action params

func (*WaypointServiceRunActionParams) WithBody ¶ added in v0.84.0

WithBody adds the body to the waypoint service run action params

func (*WaypointServiceRunActionParams) WithContext ¶ added in v0.84.0

WithContext adds the context to the waypoint service run action params

func (*WaypointServiceRunActionParams) WithDefaults ¶ added in v0.84.0

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

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

func (*WaypointServiceRunActionParams) WithHTTPClient ¶ added in v0.84.0

WithHTTPClient adds the HTTPClient to the waypoint service run action params

func (*WaypointServiceRunActionParams) WithNamespaceID ¶ added in v0.84.0

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

WithNamespaceID adds the namespaceID to the waypoint service run action params

func (*WaypointServiceRunActionParams) WithTimeout ¶ added in v0.84.0

WithTimeout adds the timeout to the waypoint service run action params

func (*WaypointServiceRunActionParams) WriteToRequest ¶ added in v0.84.0

WriteToRequest writes these params to a swagger request

type WaypointServiceRunActionReader ¶ added in v0.84.0

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

WaypointServiceRunActionReader is a Reader for the WaypointServiceRunAction structure.

func (*WaypointServiceRunActionReader) ReadResponse ¶ added in v0.84.0

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

ReadResponse reads a server response into the received o.

type WaypointServiceSendStatusLogDefault ¶ added in v0.84.0

type WaypointServiceSendStatusLogDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceSendStatusLogDefault ¶ added in v0.84.0

func NewWaypointServiceSendStatusLogDefault(code int) *WaypointServiceSendStatusLogDefault

NewWaypointServiceSendStatusLogDefault creates a WaypointServiceSendStatusLogDefault with default headers values

func (*WaypointServiceSendStatusLogDefault) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service send status log default response

func (*WaypointServiceSendStatusLogDefault) Error ¶ added in v0.84.0

func (*WaypointServiceSendStatusLogDefault) GetPayload ¶ added in v0.84.0

func (*WaypointServiceSendStatusLogDefault) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceSendStatusLogDefault) IsClientError() bool

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

func (*WaypointServiceSendStatusLogDefault) IsCode ¶ added in v0.84.0

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

func (*WaypointServiceSendStatusLogDefault) IsRedirect ¶ added in v0.84.0

func (o *WaypointServiceSendStatusLogDefault) IsRedirect() bool

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

func (*WaypointServiceSendStatusLogDefault) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceSendStatusLogDefault) IsServerError() bool

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

func (*WaypointServiceSendStatusLogDefault) IsSuccess ¶ added in v0.84.0

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

func (*WaypointServiceSendStatusLogDefault) String ¶ added in v0.84.0

type WaypointServiceSendStatusLogOK ¶ added in v0.84.0

type WaypointServiceSendStatusLogOK struct {
	Payload models.HashicorpCloudWaypointSendStatusLogResponse
}

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

A successful response.

func NewWaypointServiceSendStatusLogOK ¶ added in v0.84.0

func NewWaypointServiceSendStatusLogOK() *WaypointServiceSendStatusLogOK

NewWaypointServiceSendStatusLogOK creates a WaypointServiceSendStatusLogOK with default headers values

func (*WaypointServiceSendStatusLogOK) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service send status log o k response

func (*WaypointServiceSendStatusLogOK) Error ¶ added in v0.84.0

func (*WaypointServiceSendStatusLogOK) GetPayload ¶ added in v0.84.0

func (*WaypointServiceSendStatusLogOK) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceSendStatusLogOK) IsClientError() bool

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

func (*WaypointServiceSendStatusLogOK) IsCode ¶ added in v0.84.0

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

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

func (*WaypointServiceSendStatusLogOK) IsRedirect ¶ added in v0.84.0

func (o *WaypointServiceSendStatusLogOK) IsRedirect() bool

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

func (*WaypointServiceSendStatusLogOK) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceSendStatusLogOK) IsServerError() bool

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

func (*WaypointServiceSendStatusLogOK) IsSuccess ¶ added in v0.84.0

func (o *WaypointServiceSendStatusLogOK) IsSuccess() bool

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

func (*WaypointServiceSendStatusLogOK) String ¶ added in v0.84.0

type WaypointServiceSendStatusLogParams ¶ added in v0.84.0

type WaypointServiceSendStatusLogParams struct {

	/* ActionConfigID.

	   ULID of the action config id
	*/
	ActionConfigID string

	/* ActionRunSeq.

	   The run sequence to attach this run to

	   Format: uint64
	*/
	ActionRunSeq string

	// Body.
	Body *models.HashicorpCloudWaypointWaypointServiceSendStatusLogBody

	// NamespaceID.
	NamespaceID string

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

WaypointServiceSendStatusLogParams contains all the parameters to send to the API endpoint

for the waypoint service send status log operation.

Typically these are written to a http.Request.

func NewWaypointServiceSendStatusLogParams ¶ added in v0.84.0

func NewWaypointServiceSendStatusLogParams() *WaypointServiceSendStatusLogParams

NewWaypointServiceSendStatusLogParams creates a new WaypointServiceSendStatusLogParams 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 NewWaypointServiceSendStatusLogParamsWithContext ¶ added in v0.84.0

func NewWaypointServiceSendStatusLogParamsWithContext(ctx context.Context) *WaypointServiceSendStatusLogParams

NewWaypointServiceSendStatusLogParamsWithContext creates a new WaypointServiceSendStatusLogParams object with the ability to set a context for a request.

func NewWaypointServiceSendStatusLogParamsWithHTTPClient ¶ added in v0.84.0

func NewWaypointServiceSendStatusLogParamsWithHTTPClient(client *http.Client) *WaypointServiceSendStatusLogParams

NewWaypointServiceSendStatusLogParamsWithHTTPClient creates a new WaypointServiceSendStatusLogParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceSendStatusLogParamsWithTimeout ¶ added in v0.84.0

func NewWaypointServiceSendStatusLogParamsWithTimeout(timeout time.Duration) *WaypointServiceSendStatusLogParams

NewWaypointServiceSendStatusLogParamsWithTimeout creates a new WaypointServiceSendStatusLogParams object with the ability to set a timeout on a request.

func (*WaypointServiceSendStatusLogParams) SetActionConfigID ¶ added in v0.84.0

func (o *WaypointServiceSendStatusLogParams) SetActionConfigID(actionConfigID string)

SetActionConfigID adds the actionConfigId to the waypoint service send status log params

func (*WaypointServiceSendStatusLogParams) SetActionRunSeq ¶ added in v0.84.0

func (o *WaypointServiceSendStatusLogParams) SetActionRunSeq(actionRunSeq string)

SetActionRunSeq adds the actionRunSeq to the waypoint service send status log params

func (*WaypointServiceSendStatusLogParams) SetBody ¶ added in v0.84.0

SetBody adds the body to the waypoint service send status log params

func (*WaypointServiceSendStatusLogParams) SetContext ¶ added in v0.84.0

SetContext adds the context to the waypoint service send status log params

func (*WaypointServiceSendStatusLogParams) SetDefaults ¶ added in v0.84.0

func (o *WaypointServiceSendStatusLogParams) SetDefaults()

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

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

func (*WaypointServiceSendStatusLogParams) SetHTTPClient ¶ added in v0.84.0

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

SetHTTPClient adds the HTTPClient to the waypoint service send status log params

func (*WaypointServiceSendStatusLogParams) SetNamespaceID ¶ added in v0.84.0

func (o *WaypointServiceSendStatusLogParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service send status log params

func (*WaypointServiceSendStatusLogParams) SetTimeout ¶ added in v0.84.0

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

SetTimeout adds the timeout to the waypoint service send status log params

func (*WaypointServiceSendStatusLogParams) WithActionConfigID ¶ added in v0.84.0

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

WithActionConfigID adds the actionConfigID to the waypoint service send status log params

func (*WaypointServiceSendStatusLogParams) WithActionRunSeq ¶ added in v0.84.0

WithActionRunSeq adds the actionRunSeq to the waypoint service send status log params

func (*WaypointServiceSendStatusLogParams) WithBody ¶ added in v0.84.0

WithBody adds the body to the waypoint service send status log params

func (*WaypointServiceSendStatusLogParams) WithContext ¶ added in v0.84.0

WithContext adds the context to the waypoint service send status log params

func (*WaypointServiceSendStatusLogParams) WithDefaults ¶ added in v0.84.0

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

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

func (*WaypointServiceSendStatusLogParams) WithHTTPClient ¶ added in v0.84.0

WithHTTPClient adds the HTTPClient to the waypoint service send status log params

func (*WaypointServiceSendStatusLogParams) WithNamespaceID ¶ added in v0.84.0

WithNamespaceID adds the namespaceID to the waypoint service send status log params

func (*WaypointServiceSendStatusLogParams) WithTimeout ¶ added in v0.84.0

WithTimeout adds the timeout to the waypoint service send status log params

func (*WaypointServiceSendStatusLogParams) WriteToRequest ¶ added in v0.84.0

WriteToRequest writes these params to a swagger request

type WaypointServiceSendStatusLogReader ¶ added in v0.84.0

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

WaypointServiceSendStatusLogReader is a Reader for the WaypointServiceSendStatusLog structure.

func (*WaypointServiceSendStatusLogReader) ReadResponse ¶ added in v0.84.0

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

ReadResponse reads a server response into the received o.

type WaypointServiceStartingActionDefault ¶ added in v0.84.0

type WaypointServiceStartingActionDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceStartingActionDefault ¶ added in v0.84.0

func NewWaypointServiceStartingActionDefault(code int) *WaypointServiceStartingActionDefault

NewWaypointServiceStartingActionDefault creates a WaypointServiceStartingActionDefault with default headers values

func (*WaypointServiceStartingActionDefault) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service starting action default response

func (*WaypointServiceStartingActionDefault) Error ¶ added in v0.84.0

func (*WaypointServiceStartingActionDefault) GetPayload ¶ added in v0.84.0

func (*WaypointServiceStartingActionDefault) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceStartingActionDefault) IsClientError() bool

IsClientError returns true when this waypoint service starting action default response has a 4xx status code

func (*WaypointServiceStartingActionDefault) IsCode ¶ added in v0.84.0

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

func (*WaypointServiceStartingActionDefault) IsRedirect ¶ added in v0.84.0

IsRedirect returns true when this waypoint service starting action default response has a 3xx status code

func (*WaypointServiceStartingActionDefault) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceStartingActionDefault) IsServerError() bool

IsServerError returns true when this waypoint service starting action default response has a 5xx status code

func (*WaypointServiceStartingActionDefault) IsSuccess ¶ added in v0.84.0

IsSuccess returns true when this waypoint service starting action default response has a 2xx status code

func (*WaypointServiceStartingActionDefault) String ¶ added in v0.84.0

type WaypointServiceStartingActionOK ¶ added in v0.84.0

type WaypointServiceStartingActionOK struct {
	Payload *models.HashicorpCloudWaypointStartingActionResponse
}

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

A successful response.

func NewWaypointServiceStartingActionOK ¶ added in v0.84.0

func NewWaypointServiceStartingActionOK() *WaypointServiceStartingActionOK

NewWaypointServiceStartingActionOK creates a WaypointServiceStartingActionOK with default headers values

func (*WaypointServiceStartingActionOK) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service starting action o k response

func (*WaypointServiceStartingActionOK) Error ¶ added in v0.84.0

func (*WaypointServiceStartingActionOK) GetPayload ¶ added in v0.84.0

func (*WaypointServiceStartingActionOK) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceStartingActionOK) IsClientError() bool

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

func (*WaypointServiceStartingActionOK) IsCode ¶ added in v0.84.0

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

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

func (*WaypointServiceStartingActionOK) IsRedirect ¶ added in v0.84.0

func (o *WaypointServiceStartingActionOK) IsRedirect() bool

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

func (*WaypointServiceStartingActionOK) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceStartingActionOK) IsServerError() bool

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

func (*WaypointServiceStartingActionOK) IsSuccess ¶ added in v0.84.0

func (o *WaypointServiceStartingActionOK) IsSuccess() bool

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

func (*WaypointServiceStartingActionOK) String ¶ added in v0.84.0

type WaypointServiceStartingActionParams ¶ added in v0.84.0

type WaypointServiceStartingActionParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointWaypointServiceStartingActionBody

	// NamespaceID.
	NamespaceID string

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

WaypointServiceStartingActionParams contains all the parameters to send to the API endpoint

for the waypoint service starting action operation.

Typically these are written to a http.Request.

func NewWaypointServiceStartingActionParams ¶ added in v0.84.0

func NewWaypointServiceStartingActionParams() *WaypointServiceStartingActionParams

NewWaypointServiceStartingActionParams creates a new WaypointServiceStartingActionParams 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 NewWaypointServiceStartingActionParamsWithContext ¶ added in v0.84.0

func NewWaypointServiceStartingActionParamsWithContext(ctx context.Context) *WaypointServiceStartingActionParams

NewWaypointServiceStartingActionParamsWithContext creates a new WaypointServiceStartingActionParams object with the ability to set a context for a request.

func NewWaypointServiceStartingActionParamsWithHTTPClient ¶ added in v0.84.0

func NewWaypointServiceStartingActionParamsWithHTTPClient(client *http.Client) *WaypointServiceStartingActionParams

NewWaypointServiceStartingActionParamsWithHTTPClient creates a new WaypointServiceStartingActionParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceStartingActionParamsWithTimeout ¶ added in v0.84.0

func NewWaypointServiceStartingActionParamsWithTimeout(timeout time.Duration) *WaypointServiceStartingActionParams

NewWaypointServiceStartingActionParamsWithTimeout creates a new WaypointServiceStartingActionParams object with the ability to set a timeout on a request.

func (*WaypointServiceStartingActionParams) SetBody ¶ added in v0.84.0

SetBody adds the body to the waypoint service starting action params

func (*WaypointServiceStartingActionParams) SetContext ¶ added in v0.84.0

SetContext adds the context to the waypoint service starting action params

func (*WaypointServiceStartingActionParams) SetDefaults ¶ added in v0.84.0

func (o *WaypointServiceStartingActionParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service starting action params (not the query body).

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

func (*WaypointServiceStartingActionParams) SetHTTPClient ¶ added in v0.84.0

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

SetHTTPClient adds the HTTPClient to the waypoint service starting action params

func (*WaypointServiceStartingActionParams) SetNamespaceID ¶ added in v0.84.0

func (o *WaypointServiceStartingActionParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service starting action params

func (*WaypointServiceStartingActionParams) SetTimeout ¶ added in v0.84.0

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

SetTimeout adds the timeout to the waypoint service starting action params

func (*WaypointServiceStartingActionParams) WithBody ¶ added in v0.84.0

WithBody adds the body to the waypoint service starting action params

func (*WaypointServiceStartingActionParams) WithContext ¶ added in v0.84.0

WithContext adds the context to the waypoint service starting action params

func (*WaypointServiceStartingActionParams) WithDefaults ¶ added in v0.84.0

WithDefaults hydrates default values in the waypoint service starting action params (not the query body).

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

func (*WaypointServiceStartingActionParams) WithHTTPClient ¶ added in v0.84.0

WithHTTPClient adds the HTTPClient to the waypoint service starting action params

func (*WaypointServiceStartingActionParams) WithNamespaceID ¶ added in v0.84.0

WithNamespaceID adds the namespaceID to the waypoint service starting action params

func (*WaypointServiceStartingActionParams) WithTimeout ¶ added in v0.84.0

WithTimeout adds the timeout to the waypoint service starting action params

func (*WaypointServiceStartingActionParams) WriteToRequest ¶ added in v0.84.0

WriteToRequest writes these params to a swagger request

type WaypointServiceStartingActionReader ¶ added in v0.84.0

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

WaypointServiceStartingActionReader is a Reader for the WaypointServiceStartingAction structure.

func (*WaypointServiceStartingActionReader) ReadResponse ¶ added in v0.84.0

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

ReadResponse reads a server response into the received o.

type WaypointServiceUIBulkUpdateActionAssignForAppDefault ¶ added in v0.93.0

type WaypointServiceUIBulkUpdateActionAssignForAppDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceUIBulkUpdateActionAssignForAppDefault ¶ added in v0.93.0

func NewWaypointServiceUIBulkUpdateActionAssignForAppDefault(code int) *WaypointServiceUIBulkUpdateActionAssignForAppDefault

NewWaypointServiceUIBulkUpdateActionAssignForAppDefault creates a WaypointServiceUIBulkUpdateActionAssignForAppDefault with default headers values

func (*WaypointServiceUIBulkUpdateActionAssignForAppDefault) Code ¶ added in v0.93.0

Code gets the status code for the waypoint service UI bulk update action assign for app default response

func (*WaypointServiceUIBulkUpdateActionAssignForAppDefault) Error ¶ added in v0.93.0

func (*WaypointServiceUIBulkUpdateActionAssignForAppDefault) GetPayload ¶ added in v0.93.0

func (*WaypointServiceUIBulkUpdateActionAssignForAppDefault) IsClientError ¶ added in v0.93.0

IsClientError returns true when this waypoint service UI bulk update action assign for app default response has a 4xx status code

func (*WaypointServiceUIBulkUpdateActionAssignForAppDefault) IsCode ¶ added in v0.93.0

IsCode returns true when this waypoint service UI bulk update action assign for app default response a status code equal to that given

func (*WaypointServiceUIBulkUpdateActionAssignForAppDefault) IsRedirect ¶ added in v0.93.0

IsRedirect returns true when this waypoint service UI bulk update action assign for app default response has a 3xx status code

func (*WaypointServiceUIBulkUpdateActionAssignForAppDefault) IsServerError ¶ added in v0.93.0

IsServerError returns true when this waypoint service UI bulk update action assign for app default response has a 5xx status code

func (*WaypointServiceUIBulkUpdateActionAssignForAppDefault) IsSuccess ¶ added in v0.93.0

IsSuccess returns true when this waypoint service UI bulk update action assign for app default response has a 2xx status code

func (*WaypointServiceUIBulkUpdateActionAssignForAppDefault) String ¶ added in v0.93.0

type WaypointServiceUIBulkUpdateActionAssignForAppOK ¶ added in v0.93.0

type WaypointServiceUIBulkUpdateActionAssignForAppOK struct {
	Payload *models.HashicorpCloudWaypointUIBulkUpdateActionAssignmentsForAppResponse
}

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

A successful response.

func NewWaypointServiceUIBulkUpdateActionAssignForAppOK ¶ added in v0.93.0

func NewWaypointServiceUIBulkUpdateActionAssignForAppOK() *WaypointServiceUIBulkUpdateActionAssignForAppOK

NewWaypointServiceUIBulkUpdateActionAssignForAppOK creates a WaypointServiceUIBulkUpdateActionAssignForAppOK with default headers values

func (*WaypointServiceUIBulkUpdateActionAssignForAppOK) Code ¶ added in v0.93.0

Code gets the status code for the waypoint service Ui bulk update action assign for app o k response

func (*WaypointServiceUIBulkUpdateActionAssignForAppOK) Error ¶ added in v0.93.0

func (*WaypointServiceUIBulkUpdateActionAssignForAppOK) GetPayload ¶ added in v0.93.0

func (*WaypointServiceUIBulkUpdateActionAssignForAppOK) IsClientError ¶ added in v0.93.0

IsClientError returns true when this waypoint service Ui bulk update action assign for app o k response has a 4xx status code

func (*WaypointServiceUIBulkUpdateActionAssignForAppOK) IsCode ¶ added in v0.93.0

IsCode returns true when this waypoint service Ui bulk update action assign for app o k response a status code equal to that given

func (*WaypointServiceUIBulkUpdateActionAssignForAppOK) IsRedirect ¶ added in v0.93.0

IsRedirect returns true when this waypoint service Ui bulk update action assign for app o k response has a 3xx status code

func (*WaypointServiceUIBulkUpdateActionAssignForAppOK) IsServerError ¶ added in v0.93.0

IsServerError returns true when this waypoint service Ui bulk update action assign for app o k response has a 5xx status code

func (*WaypointServiceUIBulkUpdateActionAssignForAppOK) IsSuccess ¶ added in v0.93.0

IsSuccess returns true when this waypoint service Ui bulk update action assign for app o k response has a 2xx status code

func (*WaypointServiceUIBulkUpdateActionAssignForAppOK) String ¶ added in v0.93.0

type WaypointServiceUIBulkUpdateActionAssignForAppParams ¶ added in v0.93.0

type WaypointServiceUIBulkUpdateActionAssignForAppParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointWaypointServiceUIBulkUpdateActionAssignForAppBody

	// NamespaceID.
	NamespaceID string

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

WaypointServiceUIBulkUpdateActionAssignForAppParams contains all the parameters to send to the API endpoint

for the waypoint service UI bulk update action assign for app operation.

Typically these are written to a http.Request.

func NewWaypointServiceUIBulkUpdateActionAssignForAppParams ¶ added in v0.93.0

func NewWaypointServiceUIBulkUpdateActionAssignForAppParams() *WaypointServiceUIBulkUpdateActionAssignForAppParams

NewWaypointServiceUIBulkUpdateActionAssignForAppParams creates a new WaypointServiceUIBulkUpdateActionAssignForAppParams 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 NewWaypointServiceUIBulkUpdateActionAssignForAppParamsWithContext ¶ added in v0.93.0

func NewWaypointServiceUIBulkUpdateActionAssignForAppParamsWithContext(ctx context.Context) *WaypointServiceUIBulkUpdateActionAssignForAppParams

NewWaypointServiceUIBulkUpdateActionAssignForAppParamsWithContext creates a new WaypointServiceUIBulkUpdateActionAssignForAppParams object with the ability to set a context for a request.

func NewWaypointServiceUIBulkUpdateActionAssignForAppParamsWithHTTPClient ¶ added in v0.93.0

func NewWaypointServiceUIBulkUpdateActionAssignForAppParamsWithHTTPClient(client *http.Client) *WaypointServiceUIBulkUpdateActionAssignForAppParams

NewWaypointServiceUIBulkUpdateActionAssignForAppParamsWithHTTPClient creates a new WaypointServiceUIBulkUpdateActionAssignForAppParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceUIBulkUpdateActionAssignForAppParamsWithTimeout ¶ added in v0.93.0

func NewWaypointServiceUIBulkUpdateActionAssignForAppParamsWithTimeout(timeout time.Duration) *WaypointServiceUIBulkUpdateActionAssignForAppParams

NewWaypointServiceUIBulkUpdateActionAssignForAppParamsWithTimeout creates a new WaypointServiceUIBulkUpdateActionAssignForAppParams object with the ability to set a timeout on a request.

func (*WaypointServiceUIBulkUpdateActionAssignForAppParams) SetBody ¶ added in v0.93.0

SetBody adds the body to the waypoint service UI bulk update action assign for app params

func (*WaypointServiceUIBulkUpdateActionAssignForAppParams) SetContext ¶ added in v0.93.0

SetContext adds the context to the waypoint service UI bulk update action assign for app params

func (*WaypointServiceUIBulkUpdateActionAssignForAppParams) SetDefaults ¶ added in v0.93.0

SetDefaults hydrates default values in the waypoint service UI bulk update action assign for app params (not the query body).

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

func (*WaypointServiceUIBulkUpdateActionAssignForAppParams) SetHTTPClient ¶ added in v0.93.0

SetHTTPClient adds the HTTPClient to the waypoint service UI bulk update action assign for app params

func (*WaypointServiceUIBulkUpdateActionAssignForAppParams) SetNamespaceID ¶ added in v0.93.0

func (o *WaypointServiceUIBulkUpdateActionAssignForAppParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service UI bulk update action assign for app params

func (*WaypointServiceUIBulkUpdateActionAssignForAppParams) SetTimeout ¶ added in v0.93.0

SetTimeout adds the timeout to the waypoint service UI bulk update action assign for app params

func (*WaypointServiceUIBulkUpdateActionAssignForAppParams) WithBody ¶ added in v0.93.0

WithBody adds the body to the waypoint service UI bulk update action assign for app params

func (*WaypointServiceUIBulkUpdateActionAssignForAppParams) WithContext ¶ added in v0.93.0

WithContext adds the context to the waypoint service UI bulk update action assign for app params

func (*WaypointServiceUIBulkUpdateActionAssignForAppParams) WithDefaults ¶ added in v0.93.0

WithDefaults hydrates default values in the waypoint service UI bulk update action assign for app params (not the query body).

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

func (*WaypointServiceUIBulkUpdateActionAssignForAppParams) WithHTTPClient ¶ added in v0.93.0

WithHTTPClient adds the HTTPClient to the waypoint service UI bulk update action assign for app params

func (*WaypointServiceUIBulkUpdateActionAssignForAppParams) WithNamespaceID ¶ added in v0.93.0

WithNamespaceID adds the namespaceID to the waypoint service UI bulk update action assign for app params

func (*WaypointServiceUIBulkUpdateActionAssignForAppParams) WithTimeout ¶ added in v0.93.0

WithTimeout adds the timeout to the waypoint service UI bulk update action assign for app params

func (*WaypointServiceUIBulkUpdateActionAssignForAppParams) WriteToRequest ¶ added in v0.93.0

WriteToRequest writes these params to a swagger request

type WaypointServiceUIBulkUpdateActionAssignForAppReader ¶ added in v0.93.0

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

WaypointServiceUIBulkUpdateActionAssignForAppReader is a Reader for the WaypointServiceUIBulkUpdateActionAssignForApp structure.

func (*WaypointServiceUIBulkUpdateActionAssignForAppReader) ReadResponse ¶ added in v0.93.0

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

ReadResponse reads a server response into the received o.

type WaypointServiceUIGetActionConfigBundle2Default ¶ added in v0.88.0

type WaypointServiceUIGetActionConfigBundle2Default struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceUIGetActionConfigBundle2Default ¶ added in v0.88.0

func NewWaypointServiceUIGetActionConfigBundle2Default(code int) *WaypointServiceUIGetActionConfigBundle2Default

NewWaypointServiceUIGetActionConfigBundle2Default creates a WaypointServiceUIGetActionConfigBundle2Default with default headers values

func (*WaypointServiceUIGetActionConfigBundle2Default) Code ¶ added in v0.88.0

Code gets the status code for the waypoint service UI get action config bundle2 default response

func (*WaypointServiceUIGetActionConfigBundle2Default) Error ¶ added in v0.88.0

func (*WaypointServiceUIGetActionConfigBundle2Default) GetPayload ¶ added in v0.88.0

func (*WaypointServiceUIGetActionConfigBundle2Default) IsClientError ¶ added in v0.88.0

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

func (*WaypointServiceUIGetActionConfigBundle2Default) IsCode ¶ added in v0.88.0

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

func (*WaypointServiceUIGetActionConfigBundle2Default) IsRedirect ¶ added in v0.88.0

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

func (*WaypointServiceUIGetActionConfigBundle2Default) IsServerError ¶ added in v0.88.0

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

func (*WaypointServiceUIGetActionConfigBundle2Default) IsSuccess ¶ added in v0.88.0

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

func (*WaypointServiceUIGetActionConfigBundle2Default) String ¶ added in v0.88.0

type WaypointServiceUIGetActionConfigBundle2OK ¶ added in v0.88.0

type WaypointServiceUIGetActionConfigBundle2OK struct {
	Payload *models.HashicorpCloudWaypointUIGetActionConfigResponse
}

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

A successful response.

func NewWaypointServiceUIGetActionConfigBundle2OK ¶ added in v0.88.0

func NewWaypointServiceUIGetActionConfigBundle2OK() *WaypointServiceUIGetActionConfigBundle2OK

NewWaypointServiceUIGetActionConfigBundle2OK creates a WaypointServiceUIGetActionConfigBundle2OK with default headers values

func (*WaypointServiceUIGetActionConfigBundle2OK) Code ¶ added in v0.88.0

Code gets the status code for the waypoint service Ui get action config bundle2 o k response

func (*WaypointServiceUIGetActionConfigBundle2OK) Error ¶ added in v0.88.0

func (*WaypointServiceUIGetActionConfigBundle2OK) GetPayload ¶ added in v0.88.0

func (*WaypointServiceUIGetActionConfigBundle2OK) IsClientError ¶ added in v0.88.0

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

func (*WaypointServiceUIGetActionConfigBundle2OK) IsCode ¶ added in v0.88.0

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

func (*WaypointServiceUIGetActionConfigBundle2OK) IsRedirect ¶ added in v0.88.0

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

func (*WaypointServiceUIGetActionConfigBundle2OK) IsServerError ¶ added in v0.88.0

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

func (*WaypointServiceUIGetActionConfigBundle2OK) IsSuccess ¶ added in v0.88.0

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

func (*WaypointServiceUIGetActionConfigBundle2OK) String ¶ added in v0.88.0

type WaypointServiceUIGetActionConfigBundle2Params ¶ added in v0.88.0

type WaypointServiceUIGetActionConfigBundle2Params struct {

	/* ActionID.

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

	/* ActionName.

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

	// NamespaceID.
	NamespaceID string

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

WaypointServiceUIGetActionConfigBundle2Params contains all the parameters to send to the API endpoint

for the waypoint service UI get action config bundle2 operation.

Typically these are written to a http.Request.

func NewWaypointServiceUIGetActionConfigBundle2Params ¶ added in v0.88.0

func NewWaypointServiceUIGetActionConfigBundle2Params() *WaypointServiceUIGetActionConfigBundle2Params

NewWaypointServiceUIGetActionConfigBundle2Params creates a new WaypointServiceUIGetActionConfigBundle2Params 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 NewWaypointServiceUIGetActionConfigBundle2ParamsWithContext ¶ added in v0.88.0

func NewWaypointServiceUIGetActionConfigBundle2ParamsWithContext(ctx context.Context) *WaypointServiceUIGetActionConfigBundle2Params

NewWaypointServiceUIGetActionConfigBundle2ParamsWithContext creates a new WaypointServiceUIGetActionConfigBundle2Params object with the ability to set a context for a request.

func NewWaypointServiceUIGetActionConfigBundle2ParamsWithHTTPClient ¶ added in v0.88.0

func NewWaypointServiceUIGetActionConfigBundle2ParamsWithHTTPClient(client *http.Client) *WaypointServiceUIGetActionConfigBundle2Params

NewWaypointServiceUIGetActionConfigBundle2ParamsWithHTTPClient creates a new WaypointServiceUIGetActionConfigBundle2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceUIGetActionConfigBundle2ParamsWithTimeout ¶ added in v0.88.0

func NewWaypointServiceUIGetActionConfigBundle2ParamsWithTimeout(timeout time.Duration) *WaypointServiceUIGetActionConfigBundle2Params

NewWaypointServiceUIGetActionConfigBundle2ParamsWithTimeout creates a new WaypointServiceUIGetActionConfigBundle2Params object with the ability to set a timeout on a request.

func (*WaypointServiceUIGetActionConfigBundle2Params) SetActionID ¶ added in v0.88.0

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

SetActionID adds the actionId to the waypoint service UI get action config bundle2 params

func (*WaypointServiceUIGetActionConfigBundle2Params) SetActionName ¶ added in v0.88.0

func (o *WaypointServiceUIGetActionConfigBundle2Params) SetActionName(actionName string)

SetActionName adds the actionName to the waypoint service UI get action config bundle2 params

func (*WaypointServiceUIGetActionConfigBundle2Params) SetContext ¶ added in v0.88.0

SetContext adds the context to the waypoint service UI get action config bundle2 params

func (*WaypointServiceUIGetActionConfigBundle2Params) SetDefaults ¶ added in v0.88.0

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

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

func (*WaypointServiceUIGetActionConfigBundle2Params) SetHTTPClient ¶ added in v0.88.0

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

SetHTTPClient adds the HTTPClient to the waypoint service UI get action config bundle2 params

func (*WaypointServiceUIGetActionConfigBundle2Params) SetNamespaceID ¶ added in v0.88.0

func (o *WaypointServiceUIGetActionConfigBundle2Params) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service UI get action config bundle2 params

func (*WaypointServiceUIGetActionConfigBundle2Params) SetTimeout ¶ added in v0.88.0

SetTimeout adds the timeout to the waypoint service UI get action config bundle2 params

func (*WaypointServiceUIGetActionConfigBundle2Params) WithActionID ¶ added in v0.88.0

WithActionID adds the actionID to the waypoint service UI get action config bundle2 params

func (*WaypointServiceUIGetActionConfigBundle2Params) WithActionName ¶ added in v0.88.0

WithActionName adds the actionName to the waypoint service UI get action config bundle2 params

func (*WaypointServiceUIGetActionConfigBundle2Params) WithContext ¶ added in v0.88.0

WithContext adds the context to the waypoint service UI get action config bundle2 params

func (*WaypointServiceUIGetActionConfigBundle2Params) WithDefaults ¶ added in v0.88.0

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

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

func (*WaypointServiceUIGetActionConfigBundle2Params) WithHTTPClient ¶ added in v0.88.0

WithHTTPClient adds the HTTPClient to the waypoint service UI get action config bundle2 params

func (*WaypointServiceUIGetActionConfigBundle2Params) WithNamespaceID ¶ added in v0.88.0

WithNamespaceID adds the namespaceID to the waypoint service UI get action config bundle2 params

func (*WaypointServiceUIGetActionConfigBundle2Params) WithTimeout ¶ added in v0.88.0

WithTimeout adds the timeout to the waypoint service UI get action config bundle2 params

func (*WaypointServiceUIGetActionConfigBundle2Params) WriteToRequest ¶ added in v0.88.0

WriteToRequest writes these params to a swagger request

type WaypointServiceUIGetActionConfigBundle2Reader ¶ added in v0.88.0

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

WaypointServiceUIGetActionConfigBundle2Reader is a Reader for the WaypointServiceUIGetActionConfigBundle2 structure.

func (*WaypointServiceUIGetActionConfigBundle2Reader) ReadResponse ¶ added in v0.88.0

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

ReadResponse reads a server response into the received o.

type WaypointServiceUIGetActionConfigBundleDefault ¶ added in v0.88.0

type WaypointServiceUIGetActionConfigBundleDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointServiceUIGetActionConfigBundleDefault ¶ added in v0.88.0

func NewWaypointServiceUIGetActionConfigBundleDefault(code int) *WaypointServiceUIGetActionConfigBundleDefault

NewWaypointServiceUIGetActionConfigBundleDefault creates a WaypointServiceUIGetActionConfigBundleDefault with default headers values

func (*WaypointServiceUIGetActionConfigBundleDefault) Code ¶ added in v0.88.0

Code gets the status code for the waypoint service UI get action config bundle default response

func (*WaypointServiceUIGetActionConfigBundleDefault) Error ¶ added in v0.88.0

func (*WaypointServiceUIGetActionConfigBundleDefault) GetPayload ¶ added in v0.88.0

func (*WaypointServiceUIGetActionConfigBundleDefault) IsClientError ¶ added in v0.88.0

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

func (*WaypointServiceUIGetActionConfigBundleDefault) IsCode ¶ added in v0.88.0

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

func (*WaypointServiceUIGetActionConfigBundleDefault) IsRedirect ¶ added in v0.88.0

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

func (*WaypointServiceUIGetActionConfigBundleDefault) IsServerError ¶ added in v0.88.0

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

func (*WaypointServiceUIGetActionConfigBundleDefault) IsSuccess ¶ added in v0.88.0

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

func (*WaypointServiceUIGetActionConfigBundleDefault) String ¶ added in v0.88.0

type WaypointServiceUIGetActionConfigBundleOK ¶ added in v0.88.0

type WaypointServiceUIGetActionConfigBundleOK struct {
	Payload *models.HashicorpCloudWaypointUIGetActionConfigResponse
}

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

A successful response.

func NewWaypointServiceUIGetActionConfigBundleOK ¶ added in v0.88.0

func NewWaypointServiceUIGetActionConfigBundleOK() *WaypointServiceUIGetActionConfigBundleOK

NewWaypointServiceUIGetActionConfigBundleOK creates a WaypointServiceUIGetActionConfigBundleOK with default headers values

func (*WaypointServiceUIGetActionConfigBundleOK) Code ¶ added in v0.88.0

Code gets the status code for the waypoint service Ui get action config bundle o k response

func (*WaypointServiceUIGetActionConfigBundleOK) Error ¶ added in v0.88.0

func (*WaypointServiceUIGetActionConfigBundleOK) GetPayload ¶ added in v0.88.0

func (*WaypointServiceUIGetActionConfigBundleOK) IsClientError ¶ added in v0.88.0

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

func (*WaypointServiceUIGetActionConfigBundleOK) IsCode ¶ added in v0.88.0

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

func (*WaypointServiceUIGetActionConfigBundleOK) IsRedirect ¶ added in v0.88.0

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

func (*WaypointServiceUIGetActionConfigBundleOK) IsServerError ¶ added in v0.88.0

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

func (*WaypointServiceUIGetActionConfigBundleOK) IsSuccess ¶ added in v0.88.0

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

func (*WaypointServiceUIGetActionConfigBundleOK) String ¶ added in v0.88.0

type WaypointServiceUIGetActionConfigBundleParams ¶ added in v0.88.0

type WaypointServiceUIGetActionConfigBundleParams struct {

	/* ActionID.

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

	/* ActionName.

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

	// NamespaceID.
	NamespaceID string

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

WaypointServiceUIGetActionConfigBundleParams contains all the parameters to send to the API endpoint

for the waypoint service UI get action config bundle operation.

Typically these are written to a http.Request.

func NewWaypointServiceUIGetActionConfigBundleParams ¶ added in v0.88.0

func NewWaypointServiceUIGetActionConfigBundleParams() *WaypointServiceUIGetActionConfigBundleParams

NewWaypointServiceUIGetActionConfigBundleParams creates a new WaypointServiceUIGetActionConfigBundleParams 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 NewWaypointServiceUIGetActionConfigBundleParamsWithContext ¶ added in v0.88.0

func NewWaypointServiceUIGetActionConfigBundleParamsWithContext(ctx context.Context) *WaypointServiceUIGetActionConfigBundleParams

NewWaypointServiceUIGetActionConfigBundleParamsWithContext creates a new WaypointServiceUIGetActionConfigBundleParams object with the ability to set a context for a request.

func NewWaypointServiceUIGetActionConfigBundleParamsWithHTTPClient ¶ added in v0.88.0

func NewWaypointServiceUIGetActionConfigBundleParamsWithHTTPClient(client *http.Client) *WaypointServiceUIGetActionConfigBundleParams

NewWaypointServiceUIGetActionConfigBundleParamsWithHTTPClient creates a new WaypointServiceUIGetActionConfigBundleParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceUIGetActionConfigBundleParamsWithTimeout ¶ added in v0.88.0

func NewWaypointServiceUIGetActionConfigBundleParamsWithTimeout(timeout time.Duration) *WaypointServiceUIGetActionConfigBundleParams

NewWaypointServiceUIGetActionConfigBundleParamsWithTimeout creates a new WaypointServiceUIGetActionConfigBundleParams object with the ability to set a timeout on a request.

func (*WaypointServiceUIGetActionConfigBundleParams) SetActionID ¶ added in v0.88.0

func (o *WaypointServiceUIGetActionConfigBundleParams) SetActionID(actionID string)

SetActionID adds the actionId to the waypoint service UI get action config bundle params

func (*WaypointServiceUIGetActionConfigBundleParams) SetActionName ¶ added in v0.88.0

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

SetActionName adds the actionName to the waypoint service UI get action config bundle params

func (*WaypointServiceUIGetActionConfigBundleParams) SetContext ¶ added in v0.88.0

SetContext adds the context to the waypoint service UI get action config bundle params

func (*WaypointServiceUIGetActionConfigBundleParams) SetDefaults ¶ added in v0.88.0

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

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

func (*WaypointServiceUIGetActionConfigBundleParams) SetHTTPClient ¶ added in v0.88.0

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

SetHTTPClient adds the HTTPClient to the waypoint service UI get action config bundle params

func (*WaypointServiceUIGetActionConfigBundleParams) SetNamespaceID ¶ added in v0.88.0

func (o *WaypointServiceUIGetActionConfigBundleParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service UI get action config bundle params

func (*WaypointServiceUIGetActionConfigBundleParams) SetTimeout ¶ added in v0.88.0

SetTimeout adds the timeout to the waypoint service UI get action config bundle params

func (*WaypointServiceUIGetActionConfigBundleParams) WithActionID ¶ added in v0.88.0

WithActionID adds the actionID to the waypoint service UI get action config bundle params

func (*WaypointServiceUIGetActionConfigBundleParams) WithActionName ¶ added in v0.88.0

WithActionName adds the actionName to the waypoint service UI get action config bundle params

func (*WaypointServiceUIGetActionConfigBundleParams) WithContext ¶ added in v0.88.0

WithContext adds the context to the waypoint service UI get action config bundle params

func (*WaypointServiceUIGetActionConfigBundleParams) WithDefaults ¶ added in v0.88.0

WithDefaults hydrates default values in the waypoint service UI get action config bundle params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUIGetActionConfigBundleParams) WithHTTPClient ¶ added in v0.88.0

WithHTTPClient adds the HTTPClient to the waypoint service UI get action config bundle params

func (*WaypointServiceUIGetActionConfigBundleParams) WithNamespaceID ¶ added in v0.88.0

WithNamespaceID adds the namespaceID to the waypoint service UI get action config bundle params

func (*WaypointServiceUIGetActionConfigBundleParams) WithTimeout ¶ added in v0.88.0

WithTimeout adds the timeout to the waypoint service UI get action config bundle params

func (*WaypointServiceUIGetActionConfigBundleParams) WriteToRequest ¶ added in v0.88.0

WriteToRequest writes these params to a swagger request

type WaypointServiceUIGetActionConfigBundleReader ¶ added in v0.88.0

type WaypointServiceUIGetActionConfigBundleReader struct {
	// contains filtered or unexported fields
}

WaypointServiceUIGetActionConfigBundleReader is a Reader for the WaypointServiceUIGetActionConfigBundle structure.

func (*WaypointServiceUIGetActionConfigBundleReader) ReadResponse ¶ added in v0.88.0

func (o *WaypointServiceUIGetActionConfigBundleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointServiceUIGetApplicationBundle2Default ¶ added in v0.84.0

type WaypointServiceUIGetApplicationBundle2Default struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

WaypointServiceUIGetApplicationBundle2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointServiceUIGetApplicationBundle2Default ¶ added in v0.84.0

func NewWaypointServiceUIGetApplicationBundle2Default(code int) *WaypointServiceUIGetApplicationBundle2Default

NewWaypointServiceUIGetApplicationBundle2Default creates a WaypointServiceUIGetApplicationBundle2Default with default headers values

func (*WaypointServiceUIGetApplicationBundle2Default) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service UI get application bundle2 default response

func (*WaypointServiceUIGetApplicationBundle2Default) Error ¶ added in v0.84.0

func (*WaypointServiceUIGetApplicationBundle2Default) GetPayload ¶ added in v0.84.0

func (*WaypointServiceUIGetApplicationBundle2Default) IsClientError ¶ added in v0.84.0

IsClientError returns true when this waypoint service UI get application bundle2 default response has a 4xx status code

func (*WaypointServiceUIGetApplicationBundle2Default) IsCode ¶ added in v0.84.0

IsCode returns true when this waypoint service UI get application bundle2 default response a status code equal to that given

func (*WaypointServiceUIGetApplicationBundle2Default) IsRedirect ¶ added in v0.84.0

IsRedirect returns true when this waypoint service UI get application bundle2 default response has a 3xx status code

func (*WaypointServiceUIGetApplicationBundle2Default) IsServerError ¶ added in v0.84.0

IsServerError returns true when this waypoint service UI get application bundle2 default response has a 5xx status code

func (*WaypointServiceUIGetApplicationBundle2Default) IsSuccess ¶ added in v0.84.0

IsSuccess returns true when this waypoint service UI get application bundle2 default response has a 2xx status code

func (*WaypointServiceUIGetApplicationBundle2Default) String ¶ added in v0.84.0

type WaypointServiceUIGetApplicationBundle2OK ¶ added in v0.84.0

type WaypointServiceUIGetApplicationBundle2OK struct {
	Payload *models.HashicorpCloudWaypointUIGetApplicationBundleResponse
}

WaypointServiceUIGetApplicationBundle2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointServiceUIGetApplicationBundle2OK ¶ added in v0.84.0

func NewWaypointServiceUIGetApplicationBundle2OK() *WaypointServiceUIGetApplicationBundle2OK

NewWaypointServiceUIGetApplicationBundle2OK creates a WaypointServiceUIGetApplicationBundle2OK with default headers values

func (*WaypointServiceUIGetApplicationBundle2OK) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service Ui get application bundle2 o k response

func (*WaypointServiceUIGetApplicationBundle2OK) Error ¶ added in v0.84.0

func (*WaypointServiceUIGetApplicationBundle2OK) GetPayload ¶ added in v0.84.0

func (*WaypointServiceUIGetApplicationBundle2OK) IsClientError ¶ added in v0.84.0

IsClientError returns true when this waypoint service Ui get application bundle2 o k response has a 4xx status code

func (*WaypointServiceUIGetApplicationBundle2OK) IsCode ¶ added in v0.84.0

IsCode returns true when this waypoint service Ui get application bundle2 o k response a status code equal to that given

func (*WaypointServiceUIGetApplicationBundle2OK) IsRedirect ¶ added in v0.84.0

IsRedirect returns true when this waypoint service Ui get application bundle2 o k response has a 3xx status code

func (*WaypointServiceUIGetApplicationBundle2OK) IsServerError ¶ added in v0.84.0

IsServerError returns true when this waypoint service Ui get application bundle2 o k response has a 5xx status code

func (*WaypointServiceUIGetApplicationBundle2OK) IsSuccess ¶ added in v0.84.0

IsSuccess returns true when this waypoint service Ui get application bundle2 o k response has a 2xx status code

func (*WaypointServiceUIGetApplicationBundle2OK) String ¶ added in v0.84.0

type WaypointServiceUIGetApplicationBundle2Params ¶ added in v0.84.0

type WaypointServiceUIGetApplicationBundle2Params struct {

	// ApplicationID.
	ApplicationID *string

	// ApplicationName.
	ApplicationName string

	// NamespaceID.
	NamespaceID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointServiceUIGetApplicationBundle2Params contains all the parameters to send to the API endpoint

for the waypoint service UI get application bundle2 operation.

Typically these are written to a http.Request.

func NewWaypointServiceUIGetApplicationBundle2Params ¶ added in v0.84.0

func NewWaypointServiceUIGetApplicationBundle2Params() *WaypointServiceUIGetApplicationBundle2Params

NewWaypointServiceUIGetApplicationBundle2Params creates a new WaypointServiceUIGetApplicationBundle2Params 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 NewWaypointServiceUIGetApplicationBundle2ParamsWithContext ¶ added in v0.84.0

func NewWaypointServiceUIGetApplicationBundle2ParamsWithContext(ctx context.Context) *WaypointServiceUIGetApplicationBundle2Params

NewWaypointServiceUIGetApplicationBundle2ParamsWithContext creates a new WaypointServiceUIGetApplicationBundle2Params object with the ability to set a context for a request.

func NewWaypointServiceUIGetApplicationBundle2ParamsWithHTTPClient ¶ added in v0.84.0

func NewWaypointServiceUIGetApplicationBundle2ParamsWithHTTPClient(client *http.Client) *WaypointServiceUIGetApplicationBundle2Params

NewWaypointServiceUIGetApplicationBundle2ParamsWithHTTPClient creates a new WaypointServiceUIGetApplicationBundle2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceUIGetApplicationBundle2ParamsWithTimeout ¶ added in v0.84.0

func NewWaypointServiceUIGetApplicationBundle2ParamsWithTimeout(timeout time.Duration) *WaypointServiceUIGetApplicationBundle2Params

NewWaypointServiceUIGetApplicationBundle2ParamsWithTimeout creates a new WaypointServiceUIGetApplicationBundle2Params object with the ability to set a timeout on a request.

func (*WaypointServiceUIGetApplicationBundle2Params) SetApplicationID ¶ added in v0.84.0

func (o *WaypointServiceUIGetApplicationBundle2Params) SetApplicationID(applicationID *string)

SetApplicationID adds the applicationId to the waypoint service UI get application bundle2 params

func (*WaypointServiceUIGetApplicationBundle2Params) SetApplicationName ¶ added in v0.84.0

func (o *WaypointServiceUIGetApplicationBundle2Params) SetApplicationName(applicationName string)

SetApplicationName adds the applicationName to the waypoint service UI get application bundle2 params

func (*WaypointServiceUIGetApplicationBundle2Params) SetContext ¶ added in v0.84.0

SetContext adds the context to the waypoint service UI get application bundle2 params

func (*WaypointServiceUIGetApplicationBundle2Params) SetDefaults ¶ added in v0.84.0

SetDefaults hydrates default values in the waypoint service UI get application bundle2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUIGetApplicationBundle2Params) SetHTTPClient ¶ added in v0.84.0

func (o *WaypointServiceUIGetApplicationBundle2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint service UI get application bundle2 params

func (*WaypointServiceUIGetApplicationBundle2Params) SetNamespaceID ¶ added in v0.84.0

func (o *WaypointServiceUIGetApplicationBundle2Params) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service UI get application bundle2 params

func (*WaypointServiceUIGetApplicationBundle2Params) SetTimeout ¶ added in v0.84.0

SetTimeout adds the timeout to the waypoint service UI get application bundle2 params

func (*WaypointServiceUIGetApplicationBundle2Params) WithApplicationID ¶ added in v0.84.0

WithApplicationID adds the applicationID to the waypoint service UI get application bundle2 params

func (*WaypointServiceUIGetApplicationBundle2Params) WithApplicationName ¶ added in v0.84.0

WithApplicationName adds the applicationName to the waypoint service UI get application bundle2 params

func (*WaypointServiceUIGetApplicationBundle2Params) WithContext ¶ added in v0.84.0

WithContext adds the context to the waypoint service UI get application bundle2 params

func (*WaypointServiceUIGetApplicationBundle2Params) WithDefaults ¶ added in v0.84.0

WithDefaults hydrates default values in the waypoint service UI get application bundle2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUIGetApplicationBundle2Params) WithHTTPClient ¶ added in v0.84.0

WithHTTPClient adds the HTTPClient to the waypoint service UI get application bundle2 params

func (*WaypointServiceUIGetApplicationBundle2Params) WithNamespaceID ¶ added in v0.84.0

WithNamespaceID adds the namespaceID to the waypoint service UI get application bundle2 params

func (*WaypointServiceUIGetApplicationBundle2Params) WithTimeout ¶ added in v0.84.0

WithTimeout adds the timeout to the waypoint service UI get application bundle2 params

func (*WaypointServiceUIGetApplicationBundle2Params) WriteToRequest ¶ added in v0.84.0

WriteToRequest writes these params to a swagger request

type WaypointServiceUIGetApplicationBundle2Reader ¶ added in v0.84.0

type WaypointServiceUIGetApplicationBundle2Reader struct {
	// contains filtered or unexported fields
}

WaypointServiceUIGetApplicationBundle2Reader is a Reader for the WaypointServiceUIGetApplicationBundle2 structure.

func (*WaypointServiceUIGetApplicationBundle2Reader) ReadResponse ¶ added in v0.84.0

func (o *WaypointServiceUIGetApplicationBundle2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointServiceUIGetApplicationBundleDefault ¶ added in v0.84.0

type WaypointServiceUIGetApplicationBundleDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

WaypointServiceUIGetApplicationBundleDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointServiceUIGetApplicationBundleDefault ¶ added in v0.84.0

func NewWaypointServiceUIGetApplicationBundleDefault(code int) *WaypointServiceUIGetApplicationBundleDefault

NewWaypointServiceUIGetApplicationBundleDefault creates a WaypointServiceUIGetApplicationBundleDefault with default headers values

func (*WaypointServiceUIGetApplicationBundleDefault) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service UI get application bundle default response

func (*WaypointServiceUIGetApplicationBundleDefault) Error ¶ added in v0.84.0

func (*WaypointServiceUIGetApplicationBundleDefault) GetPayload ¶ added in v0.84.0

func (*WaypointServiceUIGetApplicationBundleDefault) IsClientError ¶ added in v0.84.0

IsClientError returns true when this waypoint service UI get application bundle default response has a 4xx status code

func (*WaypointServiceUIGetApplicationBundleDefault) IsCode ¶ added in v0.84.0

IsCode returns true when this waypoint service UI get application bundle default response a status code equal to that given

func (*WaypointServiceUIGetApplicationBundleDefault) IsRedirect ¶ added in v0.84.0

IsRedirect returns true when this waypoint service UI get application bundle default response has a 3xx status code

func (*WaypointServiceUIGetApplicationBundleDefault) IsServerError ¶ added in v0.84.0

IsServerError returns true when this waypoint service UI get application bundle default response has a 5xx status code

func (*WaypointServiceUIGetApplicationBundleDefault) IsSuccess ¶ added in v0.84.0

IsSuccess returns true when this waypoint service UI get application bundle default response has a 2xx status code

func (*WaypointServiceUIGetApplicationBundleDefault) String ¶ added in v0.84.0

type WaypointServiceUIGetApplicationBundleOK ¶ added in v0.84.0

type WaypointServiceUIGetApplicationBundleOK struct {
	Payload *models.HashicorpCloudWaypointUIGetApplicationBundleResponse
}

WaypointServiceUIGetApplicationBundleOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointServiceUIGetApplicationBundleOK ¶ added in v0.84.0

func NewWaypointServiceUIGetApplicationBundleOK() *WaypointServiceUIGetApplicationBundleOK

NewWaypointServiceUIGetApplicationBundleOK creates a WaypointServiceUIGetApplicationBundleOK with default headers values

func (*WaypointServiceUIGetApplicationBundleOK) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service Ui get application bundle o k response

func (*WaypointServiceUIGetApplicationBundleOK) Error ¶ added in v0.84.0

func (*WaypointServiceUIGetApplicationBundleOK) GetPayload ¶ added in v0.84.0

func (*WaypointServiceUIGetApplicationBundleOK) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceUIGetApplicationBundleOK) IsClientError() bool

IsClientError returns true when this waypoint service Ui get application bundle o k response has a 4xx status code

func (*WaypointServiceUIGetApplicationBundleOK) IsCode ¶ added in v0.84.0

IsCode returns true when this waypoint service Ui get application bundle o k response a status code equal to that given

func (*WaypointServiceUIGetApplicationBundleOK) IsRedirect ¶ added in v0.84.0

IsRedirect returns true when this waypoint service Ui get application bundle o k response has a 3xx status code

func (*WaypointServiceUIGetApplicationBundleOK) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceUIGetApplicationBundleOK) IsServerError() bool

IsServerError returns true when this waypoint service Ui get application bundle o k response has a 5xx status code

func (*WaypointServiceUIGetApplicationBundleOK) IsSuccess ¶ added in v0.84.0

IsSuccess returns true when this waypoint service Ui get application bundle o k response has a 2xx status code

func (*WaypointServiceUIGetApplicationBundleOK) String ¶ added in v0.84.0

type WaypointServiceUIGetApplicationBundleParams ¶ added in v0.84.0

type WaypointServiceUIGetApplicationBundleParams struct {

	// ApplicationID.
	ApplicationID string

	// ApplicationName.
	ApplicationName *string

	// NamespaceID.
	NamespaceID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointServiceUIGetApplicationBundleParams contains all the parameters to send to the API endpoint

for the waypoint service UI get application bundle operation.

Typically these are written to a http.Request.

func NewWaypointServiceUIGetApplicationBundleParams ¶ added in v0.84.0

func NewWaypointServiceUIGetApplicationBundleParams() *WaypointServiceUIGetApplicationBundleParams

NewWaypointServiceUIGetApplicationBundleParams creates a new WaypointServiceUIGetApplicationBundleParams 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 NewWaypointServiceUIGetApplicationBundleParamsWithContext ¶ added in v0.84.0

func NewWaypointServiceUIGetApplicationBundleParamsWithContext(ctx context.Context) *WaypointServiceUIGetApplicationBundleParams

NewWaypointServiceUIGetApplicationBundleParamsWithContext creates a new WaypointServiceUIGetApplicationBundleParams object with the ability to set a context for a request.

func NewWaypointServiceUIGetApplicationBundleParamsWithHTTPClient ¶ added in v0.84.0

func NewWaypointServiceUIGetApplicationBundleParamsWithHTTPClient(client *http.Client) *WaypointServiceUIGetApplicationBundleParams

NewWaypointServiceUIGetApplicationBundleParamsWithHTTPClient creates a new WaypointServiceUIGetApplicationBundleParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceUIGetApplicationBundleParamsWithTimeout ¶ added in v0.84.0

func NewWaypointServiceUIGetApplicationBundleParamsWithTimeout(timeout time.Duration) *WaypointServiceUIGetApplicationBundleParams

NewWaypointServiceUIGetApplicationBundleParamsWithTimeout creates a new WaypointServiceUIGetApplicationBundleParams object with the ability to set a timeout on a request.

func (*WaypointServiceUIGetApplicationBundleParams) SetApplicationID ¶ added in v0.84.0

func (o *WaypointServiceUIGetApplicationBundleParams) SetApplicationID(applicationID string)

SetApplicationID adds the applicationId to the waypoint service UI get application bundle params

func (*WaypointServiceUIGetApplicationBundleParams) SetApplicationName ¶ added in v0.84.0

func (o *WaypointServiceUIGetApplicationBundleParams) SetApplicationName(applicationName *string)

SetApplicationName adds the applicationName to the waypoint service UI get application bundle params

func (*WaypointServiceUIGetApplicationBundleParams) SetContext ¶ added in v0.84.0

SetContext adds the context to the waypoint service UI get application bundle params

func (*WaypointServiceUIGetApplicationBundleParams) SetDefaults ¶ added in v0.84.0

SetDefaults hydrates default values in the waypoint service UI get application bundle params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUIGetApplicationBundleParams) SetHTTPClient ¶ added in v0.84.0

func (o *WaypointServiceUIGetApplicationBundleParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint service UI get application bundle params

func (*WaypointServiceUIGetApplicationBundleParams) SetNamespaceID ¶ added in v0.84.0

func (o *WaypointServiceUIGetApplicationBundleParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service UI get application bundle params

func (*WaypointServiceUIGetApplicationBundleParams) SetTimeout ¶ added in v0.84.0

SetTimeout adds the timeout to the waypoint service UI get application bundle params

func (*WaypointServiceUIGetApplicationBundleParams) WithApplicationID ¶ added in v0.84.0

WithApplicationID adds the applicationID to the waypoint service UI get application bundle params

func (*WaypointServiceUIGetApplicationBundleParams) WithApplicationName ¶ added in v0.84.0

WithApplicationName adds the applicationName to the waypoint service UI get application bundle params

func (*WaypointServiceUIGetApplicationBundleParams) WithContext ¶ added in v0.84.0

WithContext adds the context to the waypoint service UI get application bundle params

func (*WaypointServiceUIGetApplicationBundleParams) WithDefaults ¶ added in v0.84.0

WithDefaults hydrates default values in the waypoint service UI get application bundle params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUIGetApplicationBundleParams) WithHTTPClient ¶ added in v0.84.0

WithHTTPClient adds the HTTPClient to the waypoint service UI get application bundle params

func (*WaypointServiceUIGetApplicationBundleParams) WithNamespaceID ¶ added in v0.84.0

WithNamespaceID adds the namespaceID to the waypoint service UI get application bundle params

func (*WaypointServiceUIGetApplicationBundleParams) WithTimeout ¶ added in v0.84.0

WithTimeout adds the timeout to the waypoint service UI get application bundle params

func (*WaypointServiceUIGetApplicationBundleParams) WriteToRequest ¶ added in v0.84.0

WriteToRequest writes these params to a swagger request

type WaypointServiceUIGetApplicationBundleReader ¶ added in v0.84.0

type WaypointServiceUIGetApplicationBundleReader struct {
	// contains filtered or unexported fields
}

WaypointServiceUIGetApplicationBundleReader is a Reader for the WaypointServiceUIGetApplicationBundle structure.

func (*WaypointServiceUIGetApplicationBundleReader) ReadResponse ¶ added in v0.84.0

func (o *WaypointServiceUIGetApplicationBundleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointServiceUIGetApplicationTemplateBundle2Default ¶ added in v0.91.0

type WaypointServiceUIGetApplicationTemplateBundle2Default struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

WaypointServiceUIGetApplicationTemplateBundle2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointServiceUIGetApplicationTemplateBundle2Default ¶ added in v0.91.0

func NewWaypointServiceUIGetApplicationTemplateBundle2Default(code int) *WaypointServiceUIGetApplicationTemplateBundle2Default

NewWaypointServiceUIGetApplicationTemplateBundle2Default creates a WaypointServiceUIGetApplicationTemplateBundle2Default with default headers values

func (*WaypointServiceUIGetApplicationTemplateBundle2Default) Code ¶ added in v0.91.0

Code gets the status code for the waypoint service UI get application template bundle2 default response

func (*WaypointServiceUIGetApplicationTemplateBundle2Default) Error ¶ added in v0.91.0

func (*WaypointServiceUIGetApplicationTemplateBundle2Default) GetPayload ¶ added in v0.91.0

func (*WaypointServiceUIGetApplicationTemplateBundle2Default) IsClientError ¶ added in v0.91.0

IsClientError returns true when this waypoint service UI get application template bundle2 default response has a 4xx status code

func (*WaypointServiceUIGetApplicationTemplateBundle2Default) IsCode ¶ added in v0.91.0

IsCode returns true when this waypoint service UI get application template bundle2 default response a status code equal to that given

func (*WaypointServiceUIGetApplicationTemplateBundle2Default) IsRedirect ¶ added in v0.91.0

IsRedirect returns true when this waypoint service UI get application template bundle2 default response has a 3xx status code

func (*WaypointServiceUIGetApplicationTemplateBundle2Default) IsServerError ¶ added in v0.91.0

IsServerError returns true when this waypoint service UI get application template bundle2 default response has a 5xx status code

func (*WaypointServiceUIGetApplicationTemplateBundle2Default) IsSuccess ¶ added in v0.91.0

IsSuccess returns true when this waypoint service UI get application template bundle2 default response has a 2xx status code

func (*WaypointServiceUIGetApplicationTemplateBundle2Default) String ¶ added in v0.91.0

type WaypointServiceUIGetApplicationTemplateBundle2OK ¶ added in v0.91.0

type WaypointServiceUIGetApplicationTemplateBundle2OK struct {
	Payload *models.HashicorpCloudWaypointUIGetApplicationTemplateBundleResponse
}

WaypointServiceUIGetApplicationTemplateBundle2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointServiceUIGetApplicationTemplateBundle2OK ¶ added in v0.91.0

func NewWaypointServiceUIGetApplicationTemplateBundle2OK() *WaypointServiceUIGetApplicationTemplateBundle2OK

NewWaypointServiceUIGetApplicationTemplateBundle2OK creates a WaypointServiceUIGetApplicationTemplateBundle2OK with default headers values

func (*WaypointServiceUIGetApplicationTemplateBundle2OK) Code ¶ added in v0.91.0

Code gets the status code for the waypoint service Ui get application template bundle2 o k response

func (*WaypointServiceUIGetApplicationTemplateBundle2OK) Error ¶ added in v0.91.0

func (*WaypointServiceUIGetApplicationTemplateBundle2OK) GetPayload ¶ added in v0.91.0

func (*WaypointServiceUIGetApplicationTemplateBundle2OK) IsClientError ¶ added in v0.91.0

IsClientError returns true when this waypoint service Ui get application template bundle2 o k response has a 4xx status code

func (*WaypointServiceUIGetApplicationTemplateBundle2OK) IsCode ¶ added in v0.91.0

IsCode returns true when this waypoint service Ui get application template bundle2 o k response a status code equal to that given

func (*WaypointServiceUIGetApplicationTemplateBundle2OK) IsRedirect ¶ added in v0.91.0

IsRedirect returns true when this waypoint service Ui get application template bundle2 o k response has a 3xx status code

func (*WaypointServiceUIGetApplicationTemplateBundle2OK) IsServerError ¶ added in v0.91.0

IsServerError returns true when this waypoint service Ui get application template bundle2 o k response has a 5xx status code

func (*WaypointServiceUIGetApplicationTemplateBundle2OK) IsSuccess ¶ added in v0.91.0

IsSuccess returns true when this waypoint service Ui get application template bundle2 o k response has a 2xx status code

func (*WaypointServiceUIGetApplicationTemplateBundle2OK) String ¶ added in v0.91.0

type WaypointServiceUIGetApplicationTemplateBundle2Params ¶ added in v0.91.0

type WaypointServiceUIGetApplicationTemplateBundle2Params 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
}

WaypointServiceUIGetApplicationTemplateBundle2Params contains all the parameters to send to the API endpoint

for the waypoint service UI get application template bundle2 operation.

Typically these are written to a http.Request.

func NewWaypointServiceUIGetApplicationTemplateBundle2Params ¶ added in v0.91.0

func NewWaypointServiceUIGetApplicationTemplateBundle2Params() *WaypointServiceUIGetApplicationTemplateBundle2Params

NewWaypointServiceUIGetApplicationTemplateBundle2Params creates a new WaypointServiceUIGetApplicationTemplateBundle2Params 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 NewWaypointServiceUIGetApplicationTemplateBundle2ParamsWithContext ¶ added in v0.91.0

func NewWaypointServiceUIGetApplicationTemplateBundle2ParamsWithContext(ctx context.Context) *WaypointServiceUIGetApplicationTemplateBundle2Params

NewWaypointServiceUIGetApplicationTemplateBundle2ParamsWithContext creates a new WaypointServiceUIGetApplicationTemplateBundle2Params object with the ability to set a context for a request.

func NewWaypointServiceUIGetApplicationTemplateBundle2ParamsWithHTTPClient ¶ added in v0.91.0

func NewWaypointServiceUIGetApplicationTemplateBundle2ParamsWithHTTPClient(client *http.Client) *WaypointServiceUIGetApplicationTemplateBundle2Params

NewWaypointServiceUIGetApplicationTemplateBundle2ParamsWithHTTPClient creates a new WaypointServiceUIGetApplicationTemplateBundle2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceUIGetApplicationTemplateBundle2ParamsWithTimeout ¶ added in v0.91.0

func NewWaypointServiceUIGetApplicationTemplateBundle2ParamsWithTimeout(timeout time.Duration) *WaypointServiceUIGetApplicationTemplateBundle2Params

NewWaypointServiceUIGetApplicationTemplateBundle2ParamsWithTimeout creates a new WaypointServiceUIGetApplicationTemplateBundle2Params object with the ability to set a timeout on a request.

func (*WaypointServiceUIGetApplicationTemplateBundle2Params) SetApplicationTemplateID ¶ added in v0.91.0

func (o *WaypointServiceUIGetApplicationTemplateBundle2Params) SetApplicationTemplateID(applicationTemplateID *string)

SetApplicationTemplateID adds the applicationTemplateId to the waypoint service UI get application template bundle2 params

func (*WaypointServiceUIGetApplicationTemplateBundle2Params) SetApplicationTemplateName ¶ added in v0.91.0

func (o *WaypointServiceUIGetApplicationTemplateBundle2Params) SetApplicationTemplateName(applicationTemplateName string)

SetApplicationTemplateName adds the applicationTemplateName to the waypoint service UI get application template bundle2 params

func (*WaypointServiceUIGetApplicationTemplateBundle2Params) SetContext ¶ added in v0.91.0

SetContext adds the context to the waypoint service UI get application template bundle2 params

func (*WaypointServiceUIGetApplicationTemplateBundle2Params) SetDefaults ¶ added in v0.91.0

SetDefaults hydrates default values in the waypoint service UI get application template bundle2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUIGetApplicationTemplateBundle2Params) SetHTTPClient ¶ added in v0.91.0

SetHTTPClient adds the HTTPClient to the waypoint service UI get application template bundle2 params

func (*WaypointServiceUIGetApplicationTemplateBundle2Params) SetNamespaceID ¶ added in v0.91.0

func (o *WaypointServiceUIGetApplicationTemplateBundle2Params) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service UI get application template bundle2 params

func (*WaypointServiceUIGetApplicationTemplateBundle2Params) SetTimeout ¶ added in v0.91.0

SetTimeout adds the timeout to the waypoint service UI get application template bundle2 params

func (*WaypointServiceUIGetApplicationTemplateBundle2Params) WithApplicationTemplateID ¶ added in v0.91.0

WithApplicationTemplateID adds the applicationTemplateID to the waypoint service UI get application template bundle2 params

func (*WaypointServiceUIGetApplicationTemplateBundle2Params) WithApplicationTemplateName ¶ added in v0.91.0

WithApplicationTemplateName adds the applicationTemplateName to the waypoint service UI get application template bundle2 params

func (*WaypointServiceUIGetApplicationTemplateBundle2Params) WithContext ¶ added in v0.91.0

WithContext adds the context to the waypoint service UI get application template bundle2 params

func (*WaypointServiceUIGetApplicationTemplateBundle2Params) WithDefaults ¶ added in v0.91.0

WithDefaults hydrates default values in the waypoint service UI get application template bundle2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUIGetApplicationTemplateBundle2Params) WithHTTPClient ¶ added in v0.91.0

WithHTTPClient adds the HTTPClient to the waypoint service UI get application template bundle2 params

func (*WaypointServiceUIGetApplicationTemplateBundle2Params) WithNamespaceID ¶ added in v0.91.0

WithNamespaceID adds the namespaceID to the waypoint service UI get application template bundle2 params

func (*WaypointServiceUIGetApplicationTemplateBundle2Params) WithTimeout ¶ added in v0.91.0

WithTimeout adds the timeout to the waypoint service UI get application template bundle2 params

func (*WaypointServiceUIGetApplicationTemplateBundle2Params) WriteToRequest ¶ added in v0.91.0

WriteToRequest writes these params to a swagger request

type WaypointServiceUIGetApplicationTemplateBundle2Reader ¶ added in v0.91.0

type WaypointServiceUIGetApplicationTemplateBundle2Reader struct {
	// contains filtered or unexported fields
}

WaypointServiceUIGetApplicationTemplateBundle2Reader is a Reader for the WaypointServiceUIGetApplicationTemplateBundle2 structure.

func (*WaypointServiceUIGetApplicationTemplateBundle2Reader) ReadResponse ¶ added in v0.91.0

func (o *WaypointServiceUIGetApplicationTemplateBundle2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointServiceUIGetApplicationTemplateBundleDefault ¶ added in v0.91.0

type WaypointServiceUIGetApplicationTemplateBundleDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

WaypointServiceUIGetApplicationTemplateBundleDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointServiceUIGetApplicationTemplateBundleDefault ¶ added in v0.91.0

func NewWaypointServiceUIGetApplicationTemplateBundleDefault(code int) *WaypointServiceUIGetApplicationTemplateBundleDefault

NewWaypointServiceUIGetApplicationTemplateBundleDefault creates a WaypointServiceUIGetApplicationTemplateBundleDefault with default headers values

func (*WaypointServiceUIGetApplicationTemplateBundleDefault) Code ¶ added in v0.91.0

Code gets the status code for the waypoint service UI get application template bundle default response

func (*WaypointServiceUIGetApplicationTemplateBundleDefault) Error ¶ added in v0.91.0

func (*WaypointServiceUIGetApplicationTemplateBundleDefault) GetPayload ¶ added in v0.91.0

func (*WaypointServiceUIGetApplicationTemplateBundleDefault) IsClientError ¶ added in v0.91.0

IsClientError returns true when this waypoint service UI get application template bundle default response has a 4xx status code

func (*WaypointServiceUIGetApplicationTemplateBundleDefault) IsCode ¶ added in v0.91.0

IsCode returns true when this waypoint service UI get application template bundle default response a status code equal to that given

func (*WaypointServiceUIGetApplicationTemplateBundleDefault) IsRedirect ¶ added in v0.91.0

IsRedirect returns true when this waypoint service UI get application template bundle default response has a 3xx status code

func (*WaypointServiceUIGetApplicationTemplateBundleDefault) IsServerError ¶ added in v0.91.0

IsServerError returns true when this waypoint service UI get application template bundle default response has a 5xx status code

func (*WaypointServiceUIGetApplicationTemplateBundleDefault) IsSuccess ¶ added in v0.91.0

IsSuccess returns true when this waypoint service UI get application template bundle default response has a 2xx status code

func (*WaypointServiceUIGetApplicationTemplateBundleDefault) String ¶ added in v0.91.0

type WaypointServiceUIGetApplicationTemplateBundleOK ¶ added in v0.91.0

type WaypointServiceUIGetApplicationTemplateBundleOK struct {
	Payload *models.HashicorpCloudWaypointUIGetApplicationTemplateBundleResponse
}

WaypointServiceUIGetApplicationTemplateBundleOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointServiceUIGetApplicationTemplateBundleOK ¶ added in v0.91.0

func NewWaypointServiceUIGetApplicationTemplateBundleOK() *WaypointServiceUIGetApplicationTemplateBundleOK

NewWaypointServiceUIGetApplicationTemplateBundleOK creates a WaypointServiceUIGetApplicationTemplateBundleOK with default headers values

func (*WaypointServiceUIGetApplicationTemplateBundleOK) Code ¶ added in v0.91.0

Code gets the status code for the waypoint service Ui get application template bundle o k response

func (*WaypointServiceUIGetApplicationTemplateBundleOK) Error ¶ added in v0.91.0

func (*WaypointServiceUIGetApplicationTemplateBundleOK) GetPayload ¶ added in v0.91.0

func (*WaypointServiceUIGetApplicationTemplateBundleOK) IsClientError ¶ added in v0.91.0

IsClientError returns true when this waypoint service Ui get application template bundle o k response has a 4xx status code

func (*WaypointServiceUIGetApplicationTemplateBundleOK) IsCode ¶ added in v0.91.0

IsCode returns true when this waypoint service Ui get application template bundle o k response a status code equal to that given

func (*WaypointServiceUIGetApplicationTemplateBundleOK) IsRedirect ¶ added in v0.91.0

IsRedirect returns true when this waypoint service Ui get application template bundle o k response has a 3xx status code

func (*WaypointServiceUIGetApplicationTemplateBundleOK) IsServerError ¶ added in v0.91.0

IsServerError returns true when this waypoint service Ui get application template bundle o k response has a 5xx status code

func (*WaypointServiceUIGetApplicationTemplateBundleOK) IsSuccess ¶ added in v0.91.0

IsSuccess returns true when this waypoint service Ui get application template bundle o k response has a 2xx status code

func (*WaypointServiceUIGetApplicationTemplateBundleOK) String ¶ added in v0.91.0

type WaypointServiceUIGetApplicationTemplateBundleParams ¶ added in v0.91.0

type WaypointServiceUIGetApplicationTemplateBundleParams 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
}

WaypointServiceUIGetApplicationTemplateBundleParams contains all the parameters to send to the API endpoint

for the waypoint service UI get application template bundle operation.

Typically these are written to a http.Request.

func NewWaypointServiceUIGetApplicationTemplateBundleParams ¶ added in v0.91.0

func NewWaypointServiceUIGetApplicationTemplateBundleParams() *WaypointServiceUIGetApplicationTemplateBundleParams

NewWaypointServiceUIGetApplicationTemplateBundleParams creates a new WaypointServiceUIGetApplicationTemplateBundleParams 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 NewWaypointServiceUIGetApplicationTemplateBundleParamsWithContext ¶ added in v0.91.0

func NewWaypointServiceUIGetApplicationTemplateBundleParamsWithContext(ctx context.Context) *WaypointServiceUIGetApplicationTemplateBundleParams

NewWaypointServiceUIGetApplicationTemplateBundleParamsWithContext creates a new WaypointServiceUIGetApplicationTemplateBundleParams object with the ability to set a context for a request.

func NewWaypointServiceUIGetApplicationTemplateBundleParamsWithHTTPClient ¶ added in v0.91.0

func NewWaypointServiceUIGetApplicationTemplateBundleParamsWithHTTPClient(client *http.Client) *WaypointServiceUIGetApplicationTemplateBundleParams

NewWaypointServiceUIGetApplicationTemplateBundleParamsWithHTTPClient creates a new WaypointServiceUIGetApplicationTemplateBundleParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceUIGetApplicationTemplateBundleParamsWithTimeout ¶ added in v0.91.0

func NewWaypointServiceUIGetApplicationTemplateBundleParamsWithTimeout(timeout time.Duration) *WaypointServiceUIGetApplicationTemplateBundleParams

NewWaypointServiceUIGetApplicationTemplateBundleParamsWithTimeout creates a new WaypointServiceUIGetApplicationTemplateBundleParams object with the ability to set a timeout on a request.

func (*WaypointServiceUIGetApplicationTemplateBundleParams) SetApplicationTemplateID ¶ added in v0.91.0

func (o *WaypointServiceUIGetApplicationTemplateBundleParams) SetApplicationTemplateID(applicationTemplateID string)

SetApplicationTemplateID adds the applicationTemplateId to the waypoint service UI get application template bundle params

func (*WaypointServiceUIGetApplicationTemplateBundleParams) SetApplicationTemplateName ¶ added in v0.91.0

func (o *WaypointServiceUIGetApplicationTemplateBundleParams) SetApplicationTemplateName(applicationTemplateName *string)

SetApplicationTemplateName adds the applicationTemplateName to the waypoint service UI get application template bundle params

func (*WaypointServiceUIGetApplicationTemplateBundleParams) SetContext ¶ added in v0.91.0

SetContext adds the context to the waypoint service UI get application template bundle params

func (*WaypointServiceUIGetApplicationTemplateBundleParams) SetDefaults ¶ added in v0.91.0

SetDefaults hydrates default values in the waypoint service UI get application template bundle params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUIGetApplicationTemplateBundleParams) SetHTTPClient ¶ added in v0.91.0

SetHTTPClient adds the HTTPClient to the waypoint service UI get application template bundle params

func (*WaypointServiceUIGetApplicationTemplateBundleParams) SetNamespaceID ¶ added in v0.91.0

func (o *WaypointServiceUIGetApplicationTemplateBundleParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service UI get application template bundle params

func (*WaypointServiceUIGetApplicationTemplateBundleParams) SetTimeout ¶ added in v0.91.0

SetTimeout adds the timeout to the waypoint service UI get application template bundle params

func (*WaypointServiceUIGetApplicationTemplateBundleParams) WithApplicationTemplateID ¶ added in v0.91.0

WithApplicationTemplateID adds the applicationTemplateID to the waypoint service UI get application template bundle params

func (*WaypointServiceUIGetApplicationTemplateBundleParams) WithApplicationTemplateName ¶ added in v0.91.0

WithApplicationTemplateName adds the applicationTemplateName to the waypoint service UI get application template bundle params

func (*WaypointServiceUIGetApplicationTemplateBundleParams) WithContext ¶ added in v0.91.0

WithContext adds the context to the waypoint service UI get application template bundle params

func (*WaypointServiceUIGetApplicationTemplateBundleParams) WithDefaults ¶ added in v0.91.0

WithDefaults hydrates default values in the waypoint service UI get application template bundle params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUIGetApplicationTemplateBundleParams) WithHTTPClient ¶ added in v0.91.0

WithHTTPClient adds the HTTPClient to the waypoint service UI get application template bundle params

func (*WaypointServiceUIGetApplicationTemplateBundleParams) WithNamespaceID ¶ added in v0.91.0

WithNamespaceID adds the namespaceID to the waypoint service UI get application template bundle params

func (*WaypointServiceUIGetApplicationTemplateBundleParams) WithTimeout ¶ added in v0.91.0

WithTimeout adds the timeout to the waypoint service UI get application template bundle params

func (*WaypointServiceUIGetApplicationTemplateBundleParams) WriteToRequest ¶ added in v0.91.0

WriteToRequest writes these params to a swagger request

type WaypointServiceUIGetApplicationTemplateBundleReader ¶ added in v0.91.0

type WaypointServiceUIGetApplicationTemplateBundleReader struct {
	// contains filtered or unexported fields
}

WaypointServiceUIGetApplicationTemplateBundleReader is a Reader for the WaypointServiceUIGetApplicationTemplateBundle structure.

func (*WaypointServiceUIGetApplicationTemplateBundleReader) ReadResponse ¶ added in v0.91.0

func (o *WaypointServiceUIGetApplicationTemplateBundleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointServiceUIListActionConfigBundlesDefault ¶ added in v0.84.0

type WaypointServiceUIListActionConfigBundlesDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

WaypointServiceUIListActionConfigBundlesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointServiceUIListActionConfigBundlesDefault ¶ added in v0.84.0

func NewWaypointServiceUIListActionConfigBundlesDefault(code int) *WaypointServiceUIListActionConfigBundlesDefault

NewWaypointServiceUIListActionConfigBundlesDefault creates a WaypointServiceUIListActionConfigBundlesDefault with default headers values

func (*WaypointServiceUIListActionConfigBundlesDefault) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service UI list action config bundles default response

func (*WaypointServiceUIListActionConfigBundlesDefault) Error ¶ added in v0.84.0

func (*WaypointServiceUIListActionConfigBundlesDefault) GetPayload ¶ added in v0.84.0

func (*WaypointServiceUIListActionConfigBundlesDefault) IsClientError ¶ added in v0.84.0

IsClientError returns true when this waypoint service UI list action config bundles default response has a 4xx status code

func (*WaypointServiceUIListActionConfigBundlesDefault) IsCode ¶ added in v0.84.0

IsCode returns true when this waypoint service UI list action config bundles default response a status code equal to that given

func (*WaypointServiceUIListActionConfigBundlesDefault) IsRedirect ¶ added in v0.84.0

IsRedirect returns true when this waypoint service UI list action config bundles default response has a 3xx status code

func (*WaypointServiceUIListActionConfigBundlesDefault) IsServerError ¶ added in v0.84.0

IsServerError returns true when this waypoint service UI list action config bundles default response has a 5xx status code

func (*WaypointServiceUIListActionConfigBundlesDefault) IsSuccess ¶ added in v0.84.0

IsSuccess returns true when this waypoint service UI list action config bundles default response has a 2xx status code

func (*WaypointServiceUIListActionConfigBundlesDefault) String ¶ added in v0.84.0

type WaypointServiceUIListActionConfigBundlesOK ¶ added in v0.84.0

type WaypointServiceUIListActionConfigBundlesOK struct {
	Payload *models.HashicorpCloudWaypointUIListActionConfigResponse
}

WaypointServiceUIListActionConfigBundlesOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointServiceUIListActionConfigBundlesOK ¶ added in v0.84.0

func NewWaypointServiceUIListActionConfigBundlesOK() *WaypointServiceUIListActionConfigBundlesOK

NewWaypointServiceUIListActionConfigBundlesOK creates a WaypointServiceUIListActionConfigBundlesOK with default headers values

func (*WaypointServiceUIListActionConfigBundlesOK) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service Ui list action config bundles o k response

func (*WaypointServiceUIListActionConfigBundlesOK) Error ¶ added in v0.84.0

func (*WaypointServiceUIListActionConfigBundlesOK) GetPayload ¶ added in v0.84.0

func (*WaypointServiceUIListActionConfigBundlesOK) IsClientError ¶ added in v0.84.0

IsClientError returns true when this waypoint service Ui list action config bundles o k response has a 4xx status code

func (*WaypointServiceUIListActionConfigBundlesOK) IsCode ¶ added in v0.84.0

IsCode returns true when this waypoint service Ui list action config bundles o k response a status code equal to that given

func (*WaypointServiceUIListActionConfigBundlesOK) IsRedirect ¶ added in v0.84.0

IsRedirect returns true when this waypoint service Ui list action config bundles o k response has a 3xx status code

func (*WaypointServiceUIListActionConfigBundlesOK) IsServerError ¶ added in v0.84.0

IsServerError returns true when this waypoint service Ui list action config bundles o k response has a 5xx status code

func (*WaypointServiceUIListActionConfigBundlesOK) IsSuccess ¶ added in v0.84.0

IsSuccess returns true when this waypoint service Ui list action config bundles o k response has a 2xx status code

func (*WaypointServiceUIListActionConfigBundlesOK) String ¶ added in v0.84.0

type WaypointServiceUIListActionConfigBundlesParams ¶ added in v0.84.0

type WaypointServiceUIListActionConfigBundlesParams 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
}

WaypointServiceUIListActionConfigBundlesParams contains all the parameters to send to the API endpoint

for the waypoint service UI list action config bundles operation.

Typically these are written to a http.Request.

func NewWaypointServiceUIListActionConfigBundlesParams ¶ added in v0.84.0

func NewWaypointServiceUIListActionConfigBundlesParams() *WaypointServiceUIListActionConfigBundlesParams

NewWaypointServiceUIListActionConfigBundlesParams creates a new WaypointServiceUIListActionConfigBundlesParams 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 NewWaypointServiceUIListActionConfigBundlesParamsWithContext ¶ added in v0.84.0

func NewWaypointServiceUIListActionConfigBundlesParamsWithContext(ctx context.Context) *WaypointServiceUIListActionConfigBundlesParams

NewWaypointServiceUIListActionConfigBundlesParamsWithContext creates a new WaypointServiceUIListActionConfigBundlesParams object with the ability to set a context for a request.

func NewWaypointServiceUIListActionConfigBundlesParamsWithHTTPClient ¶ added in v0.84.0

func NewWaypointServiceUIListActionConfigBundlesParamsWithHTTPClient(client *http.Client) *WaypointServiceUIListActionConfigBundlesParams

NewWaypointServiceUIListActionConfigBundlesParamsWithHTTPClient creates a new WaypointServiceUIListActionConfigBundlesParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceUIListActionConfigBundlesParamsWithTimeout ¶ added in v0.84.0

func NewWaypointServiceUIListActionConfigBundlesParamsWithTimeout(timeout time.Duration) *WaypointServiceUIListActionConfigBundlesParams

NewWaypointServiceUIListActionConfigBundlesParamsWithTimeout creates a new WaypointServiceUIListActionConfigBundlesParams object with the ability to set a timeout on a request.

func (*WaypointServiceUIListActionConfigBundlesParams) SetContext ¶ added in v0.84.0

SetContext adds the context to the waypoint service UI list action config bundles params

func (*WaypointServiceUIListActionConfigBundlesParams) SetDefaults ¶ added in v0.84.0

SetDefaults hydrates default values in the waypoint service UI list action config bundles params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUIListActionConfigBundlesParams) SetHTTPClient ¶ added in v0.84.0

SetHTTPClient adds the HTTPClient to the waypoint service UI list action config bundles params

func (*WaypointServiceUIListActionConfigBundlesParams) SetNamespaceID ¶ added in v0.84.0

func (o *WaypointServiceUIListActionConfigBundlesParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service UI list action config bundles params

func (*WaypointServiceUIListActionConfigBundlesParams) SetPaginationNextPageToken ¶ added in v0.87.0

func (o *WaypointServiceUIListActionConfigBundlesParams) SetPaginationNextPageToken(paginationNextPageToken *string)

SetPaginationNextPageToken adds the paginationNextPageToken to the waypoint service UI list action config bundles params

func (*WaypointServiceUIListActionConfigBundlesParams) SetPaginationPageSize ¶ added in v0.87.0

func (o *WaypointServiceUIListActionConfigBundlesParams) SetPaginationPageSize(paginationPageSize *int64)

SetPaginationPageSize adds the paginationPageSize to the waypoint service UI list action config bundles params

func (*WaypointServiceUIListActionConfigBundlesParams) SetPaginationPreviousPageToken ¶ added in v0.87.0

func (o *WaypointServiceUIListActionConfigBundlesParams) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)

SetPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint service UI list action config bundles params

func (*WaypointServiceUIListActionConfigBundlesParams) SetTimeout ¶ added in v0.84.0

SetTimeout adds the timeout to the waypoint service UI list action config bundles params

func (*WaypointServiceUIListActionConfigBundlesParams) WithContext ¶ added in v0.84.0

WithContext adds the context to the waypoint service UI list action config bundles params

func (*WaypointServiceUIListActionConfigBundlesParams) WithDefaults ¶ added in v0.84.0

WithDefaults hydrates default values in the waypoint service UI list action config bundles params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUIListActionConfigBundlesParams) WithHTTPClient ¶ added in v0.84.0

WithHTTPClient adds the HTTPClient to the waypoint service UI list action config bundles params

func (*WaypointServiceUIListActionConfigBundlesParams) WithNamespaceID ¶ added in v0.84.0

WithNamespaceID adds the namespaceID to the waypoint service UI list action config bundles params

func (*WaypointServiceUIListActionConfigBundlesParams) WithPaginationNextPageToken ¶ added in v0.87.0

func (o *WaypointServiceUIListActionConfigBundlesParams) WithPaginationNextPageToken(paginationNextPageToken *string) *WaypointServiceUIListActionConfigBundlesParams

WithPaginationNextPageToken adds the paginationNextPageToken to the waypoint service UI list action config bundles params

func (*WaypointServiceUIListActionConfigBundlesParams) WithPaginationPageSize ¶ added in v0.87.0

WithPaginationPageSize adds the paginationPageSize to the waypoint service UI list action config bundles params

func (*WaypointServiceUIListActionConfigBundlesParams) WithPaginationPreviousPageToken ¶ added in v0.87.0

func (o *WaypointServiceUIListActionConfigBundlesParams) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *WaypointServiceUIListActionConfigBundlesParams

WithPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint service UI list action config bundles params

func (*WaypointServiceUIListActionConfigBundlesParams) WithTimeout ¶ added in v0.84.0

WithTimeout adds the timeout to the waypoint service UI list action config bundles params

func (*WaypointServiceUIListActionConfigBundlesParams) WriteToRequest ¶ added in v0.84.0

WriteToRequest writes these params to a swagger request

type WaypointServiceUIListActionConfigBundlesReader ¶ added in v0.84.0

type WaypointServiceUIListActionConfigBundlesReader struct {
	// contains filtered or unexported fields
}

WaypointServiceUIListActionConfigBundlesReader is a Reader for the WaypointServiceUIListActionConfigBundles structure.

func (*WaypointServiceUIListActionConfigBundlesReader) ReadResponse ¶ added in v0.84.0

func (o *WaypointServiceUIListActionConfigBundlesReader) 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.GoogleRPCStatus
	// 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 WaypointServiceUpdateActionConfigDefault ¶ added in v0.84.0

type WaypointServiceUpdateActionConfigDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

WaypointServiceUpdateActionConfigDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointServiceUpdateActionConfigDefault ¶ added in v0.84.0

func NewWaypointServiceUpdateActionConfigDefault(code int) *WaypointServiceUpdateActionConfigDefault

NewWaypointServiceUpdateActionConfigDefault creates a WaypointServiceUpdateActionConfigDefault with default headers values

func (*WaypointServiceUpdateActionConfigDefault) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service update action config default response

func (*WaypointServiceUpdateActionConfigDefault) Error ¶ added in v0.84.0

func (*WaypointServiceUpdateActionConfigDefault) GetPayload ¶ added in v0.84.0

func (*WaypointServiceUpdateActionConfigDefault) IsClientError ¶ added in v0.84.0

IsClientError returns true when this waypoint service update action config default response has a 4xx status code

func (*WaypointServiceUpdateActionConfigDefault) IsCode ¶ added in v0.84.0

IsCode returns true when this waypoint service update action config default response a status code equal to that given

func (*WaypointServiceUpdateActionConfigDefault) IsRedirect ¶ added in v0.84.0

IsRedirect returns true when this waypoint service update action config default response has a 3xx status code

func (*WaypointServiceUpdateActionConfigDefault) IsServerError ¶ added in v0.84.0

IsServerError returns true when this waypoint service update action config default response has a 5xx status code

func (*WaypointServiceUpdateActionConfigDefault) IsSuccess ¶ added in v0.84.0

IsSuccess returns true when this waypoint service update action config default response has a 2xx status code

func (*WaypointServiceUpdateActionConfigDefault) String ¶ added in v0.84.0

type WaypointServiceUpdateActionConfigOK ¶ added in v0.84.0

type WaypointServiceUpdateActionConfigOK struct {
	Payload *models.HashicorpCloudWaypointUpdateActionConfigResponse
}

WaypointServiceUpdateActionConfigOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointServiceUpdateActionConfigOK ¶ added in v0.84.0

func NewWaypointServiceUpdateActionConfigOK() *WaypointServiceUpdateActionConfigOK

NewWaypointServiceUpdateActionConfigOK creates a WaypointServiceUpdateActionConfigOK with default headers values

func (*WaypointServiceUpdateActionConfigOK) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service update action config o k response

func (*WaypointServiceUpdateActionConfigOK) Error ¶ added in v0.84.0

func (*WaypointServiceUpdateActionConfigOK) GetPayload ¶ added in v0.84.0

func (*WaypointServiceUpdateActionConfigOK) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceUpdateActionConfigOK) IsClientError() bool

IsClientError returns true when this waypoint service update action config o k response has a 4xx status code

func (*WaypointServiceUpdateActionConfigOK) IsCode ¶ added in v0.84.0

IsCode returns true when this waypoint service update action config o k response a status code equal to that given

func (*WaypointServiceUpdateActionConfigOK) IsRedirect ¶ added in v0.84.0

func (o *WaypointServiceUpdateActionConfigOK) IsRedirect() bool

IsRedirect returns true when this waypoint service update action config o k response has a 3xx status code

func (*WaypointServiceUpdateActionConfigOK) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceUpdateActionConfigOK) IsServerError() bool

IsServerError returns true when this waypoint service update action config o k response has a 5xx status code

func (*WaypointServiceUpdateActionConfigOK) IsSuccess ¶ added in v0.84.0

IsSuccess returns true when this waypoint service update action config o k response has a 2xx status code

func (*WaypointServiceUpdateActionConfigOK) String ¶ added in v0.84.0

type WaypointServiceUpdateActionConfigParams ¶ added in v0.84.0

type WaypointServiceUpdateActionConfigParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointWaypointServiceUpdateActionConfigBody

	// NamespaceID.
	NamespaceID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointServiceUpdateActionConfigParams contains all the parameters to send to the API endpoint

for the waypoint service update action config operation.

Typically these are written to a http.Request.

func NewWaypointServiceUpdateActionConfigParams ¶ added in v0.84.0

func NewWaypointServiceUpdateActionConfigParams() *WaypointServiceUpdateActionConfigParams

NewWaypointServiceUpdateActionConfigParams creates a new WaypointServiceUpdateActionConfigParams 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 NewWaypointServiceUpdateActionConfigParamsWithContext ¶ added in v0.84.0

func NewWaypointServiceUpdateActionConfigParamsWithContext(ctx context.Context) *WaypointServiceUpdateActionConfigParams

NewWaypointServiceUpdateActionConfigParamsWithContext creates a new WaypointServiceUpdateActionConfigParams object with the ability to set a context for a request.

func NewWaypointServiceUpdateActionConfigParamsWithHTTPClient ¶ added in v0.84.0

func NewWaypointServiceUpdateActionConfigParamsWithHTTPClient(client *http.Client) *WaypointServiceUpdateActionConfigParams

NewWaypointServiceUpdateActionConfigParamsWithHTTPClient creates a new WaypointServiceUpdateActionConfigParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceUpdateActionConfigParamsWithTimeout ¶ added in v0.84.0

func NewWaypointServiceUpdateActionConfigParamsWithTimeout(timeout time.Duration) *WaypointServiceUpdateActionConfigParams

NewWaypointServiceUpdateActionConfigParamsWithTimeout creates a new WaypointServiceUpdateActionConfigParams object with the ability to set a timeout on a request.

func (*WaypointServiceUpdateActionConfigParams) SetBody ¶ added in v0.84.0

SetBody adds the body to the waypoint service update action config params

func (*WaypointServiceUpdateActionConfigParams) SetContext ¶ added in v0.84.0

SetContext adds the context to the waypoint service update action config params

func (*WaypointServiceUpdateActionConfigParams) SetDefaults ¶ added in v0.84.0

func (o *WaypointServiceUpdateActionConfigParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service update action config params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUpdateActionConfigParams) SetHTTPClient ¶ added in v0.84.0

func (o *WaypointServiceUpdateActionConfigParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint service update action config params

func (*WaypointServiceUpdateActionConfigParams) SetNamespaceID ¶ added in v0.84.0

func (o *WaypointServiceUpdateActionConfigParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service update action config params

func (*WaypointServiceUpdateActionConfigParams) SetTimeout ¶ added in v0.84.0

func (o *WaypointServiceUpdateActionConfigParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint service update action config params

func (*WaypointServiceUpdateActionConfigParams) WithBody ¶ added in v0.84.0

WithBody adds the body to the waypoint service update action config params

func (*WaypointServiceUpdateActionConfigParams) WithContext ¶ added in v0.84.0

WithContext adds the context to the waypoint service update action config params

func (*WaypointServiceUpdateActionConfigParams) WithDefaults ¶ added in v0.84.0

WithDefaults hydrates default values in the waypoint service update action config params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUpdateActionConfigParams) WithHTTPClient ¶ added in v0.84.0

WithHTTPClient adds the HTTPClient to the waypoint service update action config params

func (*WaypointServiceUpdateActionConfigParams) WithNamespaceID ¶ added in v0.84.0

WithNamespaceID adds the namespaceID to the waypoint service update action config params

func (*WaypointServiceUpdateActionConfigParams) WithTimeout ¶ added in v0.84.0

WithTimeout adds the timeout to the waypoint service update action config params

func (*WaypointServiceUpdateActionConfigParams) WriteToRequest ¶ added in v0.84.0

WriteToRequest writes these params to a swagger request

type WaypointServiceUpdateActionConfigReader ¶ added in v0.84.0

type WaypointServiceUpdateActionConfigReader struct {
	// contains filtered or unexported fields
}

WaypointServiceUpdateActionConfigReader is a Reader for the WaypointServiceUpdateActionConfig structure.

func (*WaypointServiceUpdateActionConfigReader) ReadResponse ¶ added in v0.84.0

func (o *WaypointServiceUpdateActionConfigReader) 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.GoogleRPCStatus
	// 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 WaypointServiceUpdateAddOnDefinition2Default ¶ added in v0.88.0

type WaypointServiceUpdateAddOnDefinition2Default struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

WaypointServiceUpdateAddOnDefinition2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointServiceUpdateAddOnDefinition2Default ¶ added in v0.88.0

func NewWaypointServiceUpdateAddOnDefinition2Default(code int) *WaypointServiceUpdateAddOnDefinition2Default

NewWaypointServiceUpdateAddOnDefinition2Default creates a WaypointServiceUpdateAddOnDefinition2Default with default headers values

func (*WaypointServiceUpdateAddOnDefinition2Default) Code ¶ added in v0.88.0

Code gets the status code for the waypoint service update add on definition2 default response

func (*WaypointServiceUpdateAddOnDefinition2Default) Error ¶ added in v0.88.0

func (*WaypointServiceUpdateAddOnDefinition2Default) GetPayload ¶ added in v0.88.0

func (*WaypointServiceUpdateAddOnDefinition2Default) IsClientError ¶ added in v0.88.0

IsClientError returns true when this waypoint service update add on definition2 default response has a 4xx status code

func (*WaypointServiceUpdateAddOnDefinition2Default) IsCode ¶ added in v0.88.0

IsCode returns true when this waypoint service update add on definition2 default response a status code equal to that given

func (*WaypointServiceUpdateAddOnDefinition2Default) IsRedirect ¶ added in v0.88.0

IsRedirect returns true when this waypoint service update add on definition2 default response has a 3xx status code

func (*WaypointServiceUpdateAddOnDefinition2Default) IsServerError ¶ added in v0.88.0

IsServerError returns true when this waypoint service update add on definition2 default response has a 5xx status code

func (*WaypointServiceUpdateAddOnDefinition2Default) IsSuccess ¶ added in v0.88.0

IsSuccess returns true when this waypoint service update add on definition2 default response has a 2xx status code

func (*WaypointServiceUpdateAddOnDefinition2Default) String ¶ added in v0.88.0

type WaypointServiceUpdateAddOnDefinition2OK ¶ added in v0.88.0

type WaypointServiceUpdateAddOnDefinition2OK struct {
	Payload *models.HashicorpCloudWaypointUpdateAddOnDefinitionResponse
}

WaypointServiceUpdateAddOnDefinition2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointServiceUpdateAddOnDefinition2OK ¶ added in v0.88.0

func NewWaypointServiceUpdateAddOnDefinition2OK() *WaypointServiceUpdateAddOnDefinition2OK

NewWaypointServiceUpdateAddOnDefinition2OK creates a WaypointServiceUpdateAddOnDefinition2OK with default headers values

func (*WaypointServiceUpdateAddOnDefinition2OK) Code ¶ added in v0.88.0

Code gets the status code for the waypoint service update add on definition2 o k response

func (*WaypointServiceUpdateAddOnDefinition2OK) Error ¶ added in v0.88.0

func (*WaypointServiceUpdateAddOnDefinition2OK) GetPayload ¶ added in v0.88.0

func (*WaypointServiceUpdateAddOnDefinition2OK) IsClientError ¶ added in v0.88.0

func (o *WaypointServiceUpdateAddOnDefinition2OK) IsClientError() bool

IsClientError returns true when this waypoint service update add on definition2 o k response has a 4xx status code

func (*WaypointServiceUpdateAddOnDefinition2OK) IsCode ¶ added in v0.88.0

IsCode returns true when this waypoint service update add on definition2 o k response a status code equal to that given

func (*WaypointServiceUpdateAddOnDefinition2OK) IsRedirect ¶ added in v0.88.0

IsRedirect returns true when this waypoint service update add on definition2 o k response has a 3xx status code

func (*WaypointServiceUpdateAddOnDefinition2OK) IsServerError ¶ added in v0.88.0

func (o *WaypointServiceUpdateAddOnDefinition2OK) IsServerError() bool

IsServerError returns true when this waypoint service update add on definition2 o k response has a 5xx status code

func (*WaypointServiceUpdateAddOnDefinition2OK) IsSuccess ¶ added in v0.88.0

IsSuccess returns true when this waypoint service update add on definition2 o k response has a 2xx status code

func (*WaypointServiceUpdateAddOnDefinition2OK) String ¶ added in v0.88.0

type WaypointServiceUpdateAddOnDefinition2Params ¶ added in v0.88.0

type WaypointServiceUpdateAddOnDefinition2Params struct {

	// Body.
	Body *models.HashicorpCloudWaypointWaypointServiceUpdateAddOnDefinitionBody

	// ExistingAddOnDefinitionName.
	ExistingAddOnDefinitionName string

	// NamespaceID.
	NamespaceID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointServiceUpdateAddOnDefinition2Params contains all the parameters to send to the API endpoint

for the waypoint service update add on definition2 operation.

Typically these are written to a http.Request.

func NewWaypointServiceUpdateAddOnDefinition2Params ¶ added in v0.88.0

func NewWaypointServiceUpdateAddOnDefinition2Params() *WaypointServiceUpdateAddOnDefinition2Params

NewWaypointServiceUpdateAddOnDefinition2Params creates a new WaypointServiceUpdateAddOnDefinition2Params 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 NewWaypointServiceUpdateAddOnDefinition2ParamsWithContext ¶ added in v0.88.0

func NewWaypointServiceUpdateAddOnDefinition2ParamsWithContext(ctx context.Context) *WaypointServiceUpdateAddOnDefinition2Params

NewWaypointServiceUpdateAddOnDefinition2ParamsWithContext creates a new WaypointServiceUpdateAddOnDefinition2Params object with the ability to set a context for a request.

func NewWaypointServiceUpdateAddOnDefinition2ParamsWithHTTPClient ¶ added in v0.88.0

func NewWaypointServiceUpdateAddOnDefinition2ParamsWithHTTPClient(client *http.Client) *WaypointServiceUpdateAddOnDefinition2Params

NewWaypointServiceUpdateAddOnDefinition2ParamsWithHTTPClient creates a new WaypointServiceUpdateAddOnDefinition2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceUpdateAddOnDefinition2ParamsWithTimeout ¶ added in v0.88.0

func NewWaypointServiceUpdateAddOnDefinition2ParamsWithTimeout(timeout time.Duration) *WaypointServiceUpdateAddOnDefinition2Params

NewWaypointServiceUpdateAddOnDefinition2ParamsWithTimeout creates a new WaypointServiceUpdateAddOnDefinition2Params object with the ability to set a timeout on a request.

func (*WaypointServiceUpdateAddOnDefinition2Params) SetBody ¶ added in v0.88.0

SetBody adds the body to the waypoint service update add on definition2 params

func (*WaypointServiceUpdateAddOnDefinition2Params) SetContext ¶ added in v0.88.0

SetContext adds the context to the waypoint service update add on definition2 params

func (*WaypointServiceUpdateAddOnDefinition2Params) SetDefaults ¶ added in v0.88.0

SetDefaults hydrates default values in the waypoint service update add on definition2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUpdateAddOnDefinition2Params) SetExistingAddOnDefinitionName ¶ added in v0.88.0

func (o *WaypointServiceUpdateAddOnDefinition2Params) SetExistingAddOnDefinitionName(existingAddOnDefinitionName string)

SetExistingAddOnDefinitionName adds the existingAddOnDefinitionName to the waypoint service update add on definition2 params

func (*WaypointServiceUpdateAddOnDefinition2Params) SetHTTPClient ¶ added in v0.88.0

func (o *WaypointServiceUpdateAddOnDefinition2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint service update add on definition2 params

func (*WaypointServiceUpdateAddOnDefinition2Params) SetNamespaceID ¶ added in v0.88.0

func (o *WaypointServiceUpdateAddOnDefinition2Params) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service update add on definition2 params

func (*WaypointServiceUpdateAddOnDefinition2Params) SetTimeout ¶ added in v0.88.0

SetTimeout adds the timeout to the waypoint service update add on definition2 params

func (*WaypointServiceUpdateAddOnDefinition2Params) WithBody ¶ added in v0.88.0

WithBody adds the body to the waypoint service update add on definition2 params

func (*WaypointServiceUpdateAddOnDefinition2Params) WithContext ¶ added in v0.88.0

WithContext adds the context to the waypoint service update add on definition2 params

func (*WaypointServiceUpdateAddOnDefinition2Params) WithDefaults ¶ added in v0.88.0

WithDefaults hydrates default values in the waypoint service update add on definition2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUpdateAddOnDefinition2Params) WithExistingAddOnDefinitionName ¶ added in v0.88.0

func (o *WaypointServiceUpdateAddOnDefinition2Params) WithExistingAddOnDefinitionName(existingAddOnDefinitionName string) *WaypointServiceUpdateAddOnDefinition2Params

WithExistingAddOnDefinitionName adds the existingAddOnDefinitionName to the waypoint service update add on definition2 params

func (*WaypointServiceUpdateAddOnDefinition2Params) WithHTTPClient ¶ added in v0.88.0

WithHTTPClient adds the HTTPClient to the waypoint service update add on definition2 params

func (*WaypointServiceUpdateAddOnDefinition2Params) WithNamespaceID ¶ added in v0.88.0

WithNamespaceID adds the namespaceID to the waypoint service update add on definition2 params

func (*WaypointServiceUpdateAddOnDefinition2Params) WithTimeout ¶ added in v0.88.0

WithTimeout adds the timeout to the waypoint service update add on definition2 params

func (*WaypointServiceUpdateAddOnDefinition2Params) WriteToRequest ¶ added in v0.88.0

WriteToRequest writes these params to a swagger request

type WaypointServiceUpdateAddOnDefinition2Reader ¶ added in v0.88.0

type WaypointServiceUpdateAddOnDefinition2Reader struct {
	// contains filtered or unexported fields
}

WaypointServiceUpdateAddOnDefinition2Reader is a Reader for the WaypointServiceUpdateAddOnDefinition2 structure.

func (*WaypointServiceUpdateAddOnDefinition2Reader) ReadResponse ¶ added in v0.88.0

func (o *WaypointServiceUpdateAddOnDefinition2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointServiceUpdateAddOnDefinitionDefault ¶

type WaypointServiceUpdateAddOnDefinitionDefault struct {
	Payload *cloud.GoogleRPCStatus
	// 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.HashicorpCloudWaypointWaypointServiceUpdateAddOnDefinitionBody

	// 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.HashicorpCloudWaypointWaypointServiceUpdateAddOnBody

	// 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 WaypointServiceUpdateAgentGroupDefault ¶ added in v0.88.0

type WaypointServiceUpdateAgentGroupDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

WaypointServiceUpdateAgentGroupDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointServiceUpdateAgentGroupDefault ¶ added in v0.88.0

func NewWaypointServiceUpdateAgentGroupDefault(code int) *WaypointServiceUpdateAgentGroupDefault

NewWaypointServiceUpdateAgentGroupDefault creates a WaypointServiceUpdateAgentGroupDefault with default headers values

func (*WaypointServiceUpdateAgentGroupDefault) Code ¶ added in v0.88.0

Code gets the status code for the waypoint service update agent group default response

func (*WaypointServiceUpdateAgentGroupDefault) Error ¶ added in v0.88.0

func (*WaypointServiceUpdateAgentGroupDefault) GetPayload ¶ added in v0.88.0

func (*WaypointServiceUpdateAgentGroupDefault) IsClientError ¶ added in v0.88.0

func (o *WaypointServiceUpdateAgentGroupDefault) IsClientError() bool

IsClientError returns true when this waypoint service update agent group default response has a 4xx status code

func (*WaypointServiceUpdateAgentGroupDefault) IsCode ¶ added in v0.88.0

IsCode returns true when this waypoint service update agent group default response a status code equal to that given

func (*WaypointServiceUpdateAgentGroupDefault) IsRedirect ¶ added in v0.88.0

IsRedirect returns true when this waypoint service update agent group default response has a 3xx status code

func (*WaypointServiceUpdateAgentGroupDefault) IsServerError ¶ added in v0.88.0

func (o *WaypointServiceUpdateAgentGroupDefault) IsServerError() bool

IsServerError returns true when this waypoint service update agent group default response has a 5xx status code

func (*WaypointServiceUpdateAgentGroupDefault) IsSuccess ¶ added in v0.88.0

IsSuccess returns true when this waypoint service update agent group default response has a 2xx status code

func (*WaypointServiceUpdateAgentGroupDefault) String ¶ added in v0.88.0

type WaypointServiceUpdateAgentGroupOK ¶ added in v0.88.0

type WaypointServiceUpdateAgentGroupOK struct {
	Payload *models.HashicorpCloudWaypointUpdateAgentGroupResponse
}

WaypointServiceUpdateAgentGroupOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointServiceUpdateAgentGroupOK ¶ added in v0.88.0

func NewWaypointServiceUpdateAgentGroupOK() *WaypointServiceUpdateAgentGroupOK

NewWaypointServiceUpdateAgentGroupOK creates a WaypointServiceUpdateAgentGroupOK with default headers values

func (*WaypointServiceUpdateAgentGroupOK) Code ¶ added in v0.88.0

Code gets the status code for the waypoint service update agent group o k response

func (*WaypointServiceUpdateAgentGroupOK) Error ¶ added in v0.88.0

func (*WaypointServiceUpdateAgentGroupOK) GetPayload ¶ added in v0.88.0

func (*WaypointServiceUpdateAgentGroupOK) IsClientError ¶ added in v0.88.0

func (o *WaypointServiceUpdateAgentGroupOK) IsClientError() bool

IsClientError returns true when this waypoint service update agent group o k response has a 4xx status code

func (*WaypointServiceUpdateAgentGroupOK) IsCode ¶ added in v0.88.0

func (o *WaypointServiceUpdateAgentGroupOK) IsCode(code int) bool

IsCode returns true when this waypoint service update agent group o k response a status code equal to that given

func (*WaypointServiceUpdateAgentGroupOK) IsRedirect ¶ added in v0.88.0

func (o *WaypointServiceUpdateAgentGroupOK) IsRedirect() bool

IsRedirect returns true when this waypoint service update agent group o k response has a 3xx status code

func (*WaypointServiceUpdateAgentGroupOK) IsServerError ¶ added in v0.88.0

func (o *WaypointServiceUpdateAgentGroupOK) IsServerError() bool

IsServerError returns true when this waypoint service update agent group o k response has a 5xx status code

func (*WaypointServiceUpdateAgentGroupOK) IsSuccess ¶ added in v0.88.0

func (o *WaypointServiceUpdateAgentGroupOK) IsSuccess() bool

IsSuccess returns true when this waypoint service update agent group o k response has a 2xx status code

func (*WaypointServiceUpdateAgentGroupOK) String ¶ added in v0.88.0

type WaypointServiceUpdateAgentGroupParams ¶ added in v0.88.0

type WaypointServiceUpdateAgentGroupParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointWaypointServiceUpdateAgentGroupBody

	/* Name.

	     The name of the group to update
	We don’t allow groups to be renamed so this is a stable identifier.
	*/
	Name string

	// NamespaceID.
	NamespaceID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointServiceUpdateAgentGroupParams contains all the parameters to send to the API endpoint

for the waypoint service update agent group operation.

Typically these are written to a http.Request.

func NewWaypointServiceUpdateAgentGroupParams ¶ added in v0.88.0

func NewWaypointServiceUpdateAgentGroupParams() *WaypointServiceUpdateAgentGroupParams

NewWaypointServiceUpdateAgentGroupParams creates a new WaypointServiceUpdateAgentGroupParams 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 NewWaypointServiceUpdateAgentGroupParamsWithContext ¶ added in v0.88.0

func NewWaypointServiceUpdateAgentGroupParamsWithContext(ctx context.Context) *WaypointServiceUpdateAgentGroupParams

NewWaypointServiceUpdateAgentGroupParamsWithContext creates a new WaypointServiceUpdateAgentGroupParams object with the ability to set a context for a request.

func NewWaypointServiceUpdateAgentGroupParamsWithHTTPClient ¶ added in v0.88.0

func NewWaypointServiceUpdateAgentGroupParamsWithHTTPClient(client *http.Client) *WaypointServiceUpdateAgentGroupParams

NewWaypointServiceUpdateAgentGroupParamsWithHTTPClient creates a new WaypointServiceUpdateAgentGroupParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceUpdateAgentGroupParamsWithTimeout ¶ added in v0.88.0

func NewWaypointServiceUpdateAgentGroupParamsWithTimeout(timeout time.Duration) *WaypointServiceUpdateAgentGroupParams

NewWaypointServiceUpdateAgentGroupParamsWithTimeout creates a new WaypointServiceUpdateAgentGroupParams object with the ability to set a timeout on a request.

func (*WaypointServiceUpdateAgentGroupParams) SetBody ¶ added in v0.88.0

SetBody adds the body to the waypoint service update agent group params

func (*WaypointServiceUpdateAgentGroupParams) SetContext ¶ added in v0.88.0

SetContext adds the context to the waypoint service update agent group params

func (*WaypointServiceUpdateAgentGroupParams) SetDefaults ¶ added in v0.88.0

func (o *WaypointServiceUpdateAgentGroupParams) SetDefaults()

SetDefaults hydrates default values in the waypoint service update agent group params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUpdateAgentGroupParams) SetHTTPClient ¶ added in v0.88.0

func (o *WaypointServiceUpdateAgentGroupParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint service update agent group params

func (*WaypointServiceUpdateAgentGroupParams) SetName ¶ added in v0.88.0

SetName adds the name to the waypoint service update agent group params

func (*WaypointServiceUpdateAgentGroupParams) SetNamespaceID ¶ added in v0.88.0

func (o *WaypointServiceUpdateAgentGroupParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service update agent group params

func (*WaypointServiceUpdateAgentGroupParams) SetTimeout ¶ added in v0.88.0

func (o *WaypointServiceUpdateAgentGroupParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint service update agent group params

func (*WaypointServiceUpdateAgentGroupParams) WithBody ¶ added in v0.88.0

WithBody adds the body to the waypoint service update agent group params

func (*WaypointServiceUpdateAgentGroupParams) WithContext ¶ added in v0.88.0

WithContext adds the context to the waypoint service update agent group params

func (*WaypointServiceUpdateAgentGroupParams) WithDefaults ¶ added in v0.88.0

WithDefaults hydrates default values in the waypoint service update agent group params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUpdateAgentGroupParams) WithHTTPClient ¶ added in v0.88.0

WithHTTPClient adds the HTTPClient to the waypoint service update agent group params

func (*WaypointServiceUpdateAgentGroupParams) WithName ¶ added in v0.88.0

WithName adds the name to the waypoint service update agent group params

func (*WaypointServiceUpdateAgentGroupParams) WithNamespaceID ¶ added in v0.88.0

WithNamespaceID adds the namespaceID to the waypoint service update agent group params

func (*WaypointServiceUpdateAgentGroupParams) WithTimeout ¶ added in v0.88.0

WithTimeout adds the timeout to the waypoint service update agent group params

func (*WaypointServiceUpdateAgentGroupParams) WriteToRequest ¶ added in v0.88.0

WriteToRequest writes these params to a swagger request

type WaypointServiceUpdateAgentGroupReader ¶ added in v0.88.0

type WaypointServiceUpdateAgentGroupReader struct {
	// contains filtered or unexported fields
}

WaypointServiceUpdateAgentGroupReader is a Reader for the WaypointServiceUpdateAgentGroup structure.

func (*WaypointServiceUpdateAgentGroupReader) ReadResponse ¶ added in v0.88.0

func (o *WaypointServiceUpdateAgentGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointServiceUpdateApplication2Default ¶ added in v0.91.0

type WaypointServiceUpdateApplication2Default struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

WaypointServiceUpdateApplication2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointServiceUpdateApplication2Default ¶ added in v0.91.0

func NewWaypointServiceUpdateApplication2Default(code int) *WaypointServiceUpdateApplication2Default

NewWaypointServiceUpdateApplication2Default creates a WaypointServiceUpdateApplication2Default with default headers values

func (*WaypointServiceUpdateApplication2Default) Code ¶ added in v0.91.0

Code gets the status code for the waypoint service update application2 default response

func (*WaypointServiceUpdateApplication2Default) Error ¶ added in v0.91.0

func (*WaypointServiceUpdateApplication2Default) GetPayload ¶ added in v0.91.0

func (*WaypointServiceUpdateApplication2Default) IsClientError ¶ added in v0.91.0

IsClientError returns true when this waypoint service update application2 default response has a 4xx status code

func (*WaypointServiceUpdateApplication2Default) IsCode ¶ added in v0.91.0

IsCode returns true when this waypoint service update application2 default response a status code equal to that given

func (*WaypointServiceUpdateApplication2Default) IsRedirect ¶ added in v0.91.0

IsRedirect returns true when this waypoint service update application2 default response has a 3xx status code

func (*WaypointServiceUpdateApplication2Default) IsServerError ¶ added in v0.91.0

IsServerError returns true when this waypoint service update application2 default response has a 5xx status code

func (*WaypointServiceUpdateApplication2Default) IsSuccess ¶ added in v0.91.0

IsSuccess returns true when this waypoint service update application2 default response has a 2xx status code

func (*WaypointServiceUpdateApplication2Default) String ¶ added in v0.91.0

type WaypointServiceUpdateApplication2OK ¶ added in v0.91.0

type WaypointServiceUpdateApplication2OK struct {
	Payload *models.HashicorpCloudWaypointUpdateApplicationResponse
}

WaypointServiceUpdateApplication2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointServiceUpdateApplication2OK ¶ added in v0.91.0

func NewWaypointServiceUpdateApplication2OK() *WaypointServiceUpdateApplication2OK

NewWaypointServiceUpdateApplication2OK creates a WaypointServiceUpdateApplication2OK with default headers values

func (*WaypointServiceUpdateApplication2OK) Code ¶ added in v0.91.0

Code gets the status code for the waypoint service update application2 o k response

func (*WaypointServiceUpdateApplication2OK) Error ¶ added in v0.91.0

func (*WaypointServiceUpdateApplication2OK) GetPayload ¶ added in v0.91.0

func (*WaypointServiceUpdateApplication2OK) IsClientError ¶ added in v0.91.0

func (o *WaypointServiceUpdateApplication2OK) IsClientError() bool

IsClientError returns true when this waypoint service update application2 o k response has a 4xx status code

func (*WaypointServiceUpdateApplication2OK) IsCode ¶ added in v0.91.0

IsCode returns true when this waypoint service update application2 o k response a status code equal to that given

func (*WaypointServiceUpdateApplication2OK) IsRedirect ¶ added in v0.91.0

func (o *WaypointServiceUpdateApplication2OK) IsRedirect() bool

IsRedirect returns true when this waypoint service update application2 o k response has a 3xx status code

func (*WaypointServiceUpdateApplication2OK) IsServerError ¶ added in v0.91.0

func (o *WaypointServiceUpdateApplication2OK) IsServerError() bool

IsServerError returns true when this waypoint service update application2 o k response has a 5xx status code

func (*WaypointServiceUpdateApplication2OK) IsSuccess ¶ added in v0.91.0

IsSuccess returns true when this waypoint service update application2 o k response has a 2xx status code

func (*WaypointServiceUpdateApplication2OK) String ¶ added in v0.91.0

type WaypointServiceUpdateApplication2Params ¶ added in v0.91.0

type WaypointServiceUpdateApplication2Params struct {

	// ApplicationName.
	ApplicationName string

	// Body.
	Body *models.HashicorpCloudWaypointWaypointServiceUpdateApplicationBody

	// NamespaceID.
	NamespaceID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointServiceUpdateApplication2Params contains all the parameters to send to the API endpoint

for the waypoint service update application2 operation.

Typically these are written to a http.Request.

func NewWaypointServiceUpdateApplication2Params ¶ added in v0.91.0

func NewWaypointServiceUpdateApplication2Params() *WaypointServiceUpdateApplication2Params

NewWaypointServiceUpdateApplication2Params creates a new WaypointServiceUpdateApplication2Params 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 NewWaypointServiceUpdateApplication2ParamsWithContext ¶ added in v0.91.0

func NewWaypointServiceUpdateApplication2ParamsWithContext(ctx context.Context) *WaypointServiceUpdateApplication2Params

NewWaypointServiceUpdateApplication2ParamsWithContext creates a new WaypointServiceUpdateApplication2Params object with the ability to set a context for a request.

func NewWaypointServiceUpdateApplication2ParamsWithHTTPClient ¶ added in v0.91.0

func NewWaypointServiceUpdateApplication2ParamsWithHTTPClient(client *http.Client) *WaypointServiceUpdateApplication2Params

NewWaypointServiceUpdateApplication2ParamsWithHTTPClient creates a new WaypointServiceUpdateApplication2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceUpdateApplication2ParamsWithTimeout ¶ added in v0.91.0

func NewWaypointServiceUpdateApplication2ParamsWithTimeout(timeout time.Duration) *WaypointServiceUpdateApplication2Params

NewWaypointServiceUpdateApplication2ParamsWithTimeout creates a new WaypointServiceUpdateApplication2Params object with the ability to set a timeout on a request.

func (*WaypointServiceUpdateApplication2Params) SetApplicationName ¶ added in v0.91.0

func (o *WaypointServiceUpdateApplication2Params) SetApplicationName(applicationName string)

SetApplicationName adds the applicationName to the waypoint service update application2 params

func (*WaypointServiceUpdateApplication2Params) SetBody ¶ added in v0.91.0

SetBody adds the body to the waypoint service update application2 params

func (*WaypointServiceUpdateApplication2Params) SetContext ¶ added in v0.91.0

SetContext adds the context to the waypoint service update application2 params

func (*WaypointServiceUpdateApplication2Params) SetDefaults ¶ added in v0.91.0

func (o *WaypointServiceUpdateApplication2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint service update application2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUpdateApplication2Params) SetHTTPClient ¶ added in v0.91.0

func (o *WaypointServiceUpdateApplication2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint service update application2 params

func (*WaypointServiceUpdateApplication2Params) SetNamespaceID ¶ added in v0.91.0

func (o *WaypointServiceUpdateApplication2Params) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service update application2 params

func (*WaypointServiceUpdateApplication2Params) SetTimeout ¶ added in v0.91.0

func (o *WaypointServiceUpdateApplication2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint service update application2 params

func (*WaypointServiceUpdateApplication2Params) WithApplicationName ¶ added in v0.91.0

WithApplicationName adds the applicationName to the waypoint service update application2 params

func (*WaypointServiceUpdateApplication2Params) WithBody ¶ added in v0.91.0

WithBody adds the body to the waypoint service update application2 params

func (*WaypointServiceUpdateApplication2Params) WithContext ¶ added in v0.91.0

WithContext adds the context to the waypoint service update application2 params

func (*WaypointServiceUpdateApplication2Params) WithDefaults ¶ added in v0.91.0

WithDefaults hydrates default values in the waypoint service update application2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUpdateApplication2Params) WithHTTPClient ¶ added in v0.91.0

WithHTTPClient adds the HTTPClient to the waypoint service update application2 params

func (*WaypointServiceUpdateApplication2Params) WithNamespaceID ¶ added in v0.91.0

WithNamespaceID adds the namespaceID to the waypoint service update application2 params

func (*WaypointServiceUpdateApplication2Params) WithTimeout ¶ added in v0.91.0

WithTimeout adds the timeout to the waypoint service update application2 params

func (*WaypointServiceUpdateApplication2Params) WriteToRequest ¶ added in v0.91.0

WriteToRequest writes these params to a swagger request

type WaypointServiceUpdateApplication2Reader ¶ added in v0.91.0

type WaypointServiceUpdateApplication2Reader struct {
	// contains filtered or unexported fields
}

WaypointServiceUpdateApplication2Reader is a Reader for the WaypointServiceUpdateApplication2 structure.

func (*WaypointServiceUpdateApplication2Reader) ReadResponse ¶ added in v0.91.0

func (o *WaypointServiceUpdateApplication2Reader) 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.GoogleRPCStatus
	// 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.HashicorpCloudWaypointWaypointServiceUpdateApplicationBody

	// 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 WaypointServiceUpdateApplicationTemplate2Default ¶ added in v0.88.0

type WaypointServiceUpdateApplicationTemplate2Default struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

WaypointServiceUpdateApplicationTemplate2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointServiceUpdateApplicationTemplate2Default ¶ added in v0.88.0

func NewWaypointServiceUpdateApplicationTemplate2Default(code int) *WaypointServiceUpdateApplicationTemplate2Default

NewWaypointServiceUpdateApplicationTemplate2Default creates a WaypointServiceUpdateApplicationTemplate2Default with default headers values

func (*WaypointServiceUpdateApplicationTemplate2Default) Code ¶ added in v0.88.0

Code gets the status code for the waypoint service update application template2 default response

func (*WaypointServiceUpdateApplicationTemplate2Default) Error ¶ added in v0.88.0

func (*WaypointServiceUpdateApplicationTemplate2Default) GetPayload ¶ added in v0.88.0

func (*WaypointServiceUpdateApplicationTemplate2Default) IsClientError ¶ added in v0.88.0

IsClientError returns true when this waypoint service update application template2 default response has a 4xx status code

func (*WaypointServiceUpdateApplicationTemplate2Default) IsCode ¶ added in v0.88.0

IsCode returns true when this waypoint service update application template2 default response a status code equal to that given

func (*WaypointServiceUpdateApplicationTemplate2Default) IsRedirect ¶ added in v0.88.0

IsRedirect returns true when this waypoint service update application template2 default response has a 3xx status code

func (*WaypointServiceUpdateApplicationTemplate2Default) IsServerError ¶ added in v0.88.0

IsServerError returns true when this waypoint service update application template2 default response has a 5xx status code

func (*WaypointServiceUpdateApplicationTemplate2Default) IsSuccess ¶ added in v0.88.0

IsSuccess returns true when this waypoint service update application template2 default response has a 2xx status code

func (*WaypointServiceUpdateApplicationTemplate2Default) String ¶ added in v0.88.0

type WaypointServiceUpdateApplicationTemplate2OK ¶ added in v0.88.0

type WaypointServiceUpdateApplicationTemplate2OK struct {
	Payload *models.HashicorpCloudWaypointUpdateApplicationTemplateResponse
}

WaypointServiceUpdateApplicationTemplate2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointServiceUpdateApplicationTemplate2OK ¶ added in v0.88.0

func NewWaypointServiceUpdateApplicationTemplate2OK() *WaypointServiceUpdateApplicationTemplate2OK

NewWaypointServiceUpdateApplicationTemplate2OK creates a WaypointServiceUpdateApplicationTemplate2OK with default headers values

func (*WaypointServiceUpdateApplicationTemplate2OK) Code ¶ added in v0.88.0

Code gets the status code for the waypoint service update application template2 o k response

func (*WaypointServiceUpdateApplicationTemplate2OK) Error ¶ added in v0.88.0

func (*WaypointServiceUpdateApplicationTemplate2OK) GetPayload ¶ added in v0.88.0

func (*WaypointServiceUpdateApplicationTemplate2OK) IsClientError ¶ added in v0.88.0

IsClientError returns true when this waypoint service update application template2 o k response has a 4xx status code

func (*WaypointServiceUpdateApplicationTemplate2OK) IsCode ¶ added in v0.88.0

IsCode returns true when this waypoint service update application template2 o k response a status code equal to that given

func (*WaypointServiceUpdateApplicationTemplate2OK) IsRedirect ¶ added in v0.88.0

IsRedirect returns true when this waypoint service update application template2 o k response has a 3xx status code

func (*WaypointServiceUpdateApplicationTemplate2OK) IsServerError ¶ added in v0.88.0

IsServerError returns true when this waypoint service update application template2 o k response has a 5xx status code

func (*WaypointServiceUpdateApplicationTemplate2OK) IsSuccess ¶ added in v0.88.0

IsSuccess returns true when this waypoint service update application template2 o k response has a 2xx status code

func (*WaypointServiceUpdateApplicationTemplate2OK) String ¶ added in v0.88.0

type WaypointServiceUpdateApplicationTemplate2Params ¶ added in v0.88.0

type WaypointServiceUpdateApplicationTemplate2Params struct {

	// Body.
	Body *models.HashicorpCloudWaypointWaypointServiceUpdateApplicationTemplateBody

	/* ExistingApplicationTemplateName.

	   Name of the ApplicationTemplate
	*/
	ExistingApplicationTemplateName string

	// NamespaceID.
	NamespaceID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointServiceUpdateApplicationTemplate2Params contains all the parameters to send to the API endpoint

for the waypoint service update application template2 operation.

Typically these are written to a http.Request.

func NewWaypointServiceUpdateApplicationTemplate2Params ¶ added in v0.88.0

func NewWaypointServiceUpdateApplicationTemplate2Params() *WaypointServiceUpdateApplicationTemplate2Params

NewWaypointServiceUpdateApplicationTemplate2Params creates a new WaypointServiceUpdateApplicationTemplate2Params 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 NewWaypointServiceUpdateApplicationTemplate2ParamsWithContext ¶ added in v0.88.0

func NewWaypointServiceUpdateApplicationTemplate2ParamsWithContext(ctx context.Context) *WaypointServiceUpdateApplicationTemplate2Params

NewWaypointServiceUpdateApplicationTemplate2ParamsWithContext creates a new WaypointServiceUpdateApplicationTemplate2Params object with the ability to set a context for a request.

func NewWaypointServiceUpdateApplicationTemplate2ParamsWithHTTPClient ¶ added in v0.88.0

func NewWaypointServiceUpdateApplicationTemplate2ParamsWithHTTPClient(client *http.Client) *WaypointServiceUpdateApplicationTemplate2Params

NewWaypointServiceUpdateApplicationTemplate2ParamsWithHTTPClient creates a new WaypointServiceUpdateApplicationTemplate2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceUpdateApplicationTemplate2ParamsWithTimeout ¶ added in v0.88.0

func NewWaypointServiceUpdateApplicationTemplate2ParamsWithTimeout(timeout time.Duration) *WaypointServiceUpdateApplicationTemplate2Params

NewWaypointServiceUpdateApplicationTemplate2ParamsWithTimeout creates a new WaypointServiceUpdateApplicationTemplate2Params object with the ability to set a timeout on a request.

func (*WaypointServiceUpdateApplicationTemplate2Params) SetBody ¶ added in v0.88.0

SetBody adds the body to the waypoint service update application template2 params

func (*WaypointServiceUpdateApplicationTemplate2Params) SetContext ¶ added in v0.88.0

SetContext adds the context to the waypoint service update application template2 params

func (*WaypointServiceUpdateApplicationTemplate2Params) SetDefaults ¶ added in v0.88.0

SetDefaults hydrates default values in the waypoint service update application template2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUpdateApplicationTemplate2Params) SetExistingApplicationTemplateName ¶ added in v0.88.0

func (o *WaypointServiceUpdateApplicationTemplate2Params) SetExistingApplicationTemplateName(existingApplicationTemplateName string)

SetExistingApplicationTemplateName adds the existingApplicationTemplateName to the waypoint service update application template2 params

func (*WaypointServiceUpdateApplicationTemplate2Params) SetHTTPClient ¶ added in v0.88.0

SetHTTPClient adds the HTTPClient to the waypoint service update application template2 params

func (*WaypointServiceUpdateApplicationTemplate2Params) SetNamespaceID ¶ added in v0.88.0

func (o *WaypointServiceUpdateApplicationTemplate2Params) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service update application template2 params

func (*WaypointServiceUpdateApplicationTemplate2Params) SetTimeout ¶ added in v0.88.0

SetTimeout adds the timeout to the waypoint service update application template2 params

func (*WaypointServiceUpdateApplicationTemplate2Params) WithBody ¶ added in v0.88.0

WithBody adds the body to the waypoint service update application template2 params

func (*WaypointServiceUpdateApplicationTemplate2Params) WithContext ¶ added in v0.88.0

WithContext adds the context to the waypoint service update application template2 params

func (*WaypointServiceUpdateApplicationTemplate2Params) WithDefaults ¶ added in v0.88.0

WithDefaults hydrates default values in the waypoint service update application template2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUpdateApplicationTemplate2Params) WithExistingApplicationTemplateName ¶ added in v0.88.0

func (o *WaypointServiceUpdateApplicationTemplate2Params) WithExistingApplicationTemplateName(existingApplicationTemplateName string) *WaypointServiceUpdateApplicationTemplate2Params

WithExistingApplicationTemplateName adds the existingApplicationTemplateName to the waypoint service update application template2 params

func (*WaypointServiceUpdateApplicationTemplate2Params) WithHTTPClient ¶ added in v0.88.0

WithHTTPClient adds the HTTPClient to the waypoint service update application template2 params

func (*WaypointServiceUpdateApplicationTemplate2Params) WithNamespaceID ¶ added in v0.88.0

WithNamespaceID adds the namespaceID to the waypoint service update application template2 params

func (*WaypointServiceUpdateApplicationTemplate2Params) WithTimeout ¶ added in v0.88.0

WithTimeout adds the timeout to the waypoint service update application template2 params

func (*WaypointServiceUpdateApplicationTemplate2Params) WriteToRequest ¶ added in v0.88.0

WriteToRequest writes these params to a swagger request

type WaypointServiceUpdateApplicationTemplate2Reader ¶ added in v0.88.0

type WaypointServiceUpdateApplicationTemplate2Reader struct {
	// contains filtered or unexported fields
}

WaypointServiceUpdateApplicationTemplate2Reader is a Reader for the WaypointServiceUpdateApplicationTemplate2 structure.

func (*WaypointServiceUpdateApplicationTemplate2Reader) ReadResponse ¶ added in v0.88.0

func (o *WaypointServiceUpdateApplicationTemplate2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointServiceUpdateApplicationTemplate3Default ¶ added in v0.91.0

type WaypointServiceUpdateApplicationTemplate3Default struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

WaypointServiceUpdateApplicationTemplate3Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointServiceUpdateApplicationTemplate3Default ¶ added in v0.91.0

func NewWaypointServiceUpdateApplicationTemplate3Default(code int) *WaypointServiceUpdateApplicationTemplate3Default

NewWaypointServiceUpdateApplicationTemplate3Default creates a WaypointServiceUpdateApplicationTemplate3Default with default headers values

func (*WaypointServiceUpdateApplicationTemplate3Default) Code ¶ added in v0.91.0

Code gets the status code for the waypoint service update application template3 default response

func (*WaypointServiceUpdateApplicationTemplate3Default) Error ¶ added in v0.91.0

func (*WaypointServiceUpdateApplicationTemplate3Default) GetPayload ¶ added in v0.91.0

func (*WaypointServiceUpdateApplicationTemplate3Default) IsClientError ¶ added in v0.91.0

IsClientError returns true when this waypoint service update application template3 default response has a 4xx status code

func (*WaypointServiceUpdateApplicationTemplate3Default) IsCode ¶ added in v0.91.0

IsCode returns true when this waypoint service update application template3 default response a status code equal to that given

func (*WaypointServiceUpdateApplicationTemplate3Default) IsRedirect ¶ added in v0.91.0

IsRedirect returns true when this waypoint service update application template3 default response has a 3xx status code

func (*WaypointServiceUpdateApplicationTemplate3Default) IsServerError ¶ added in v0.91.0

IsServerError returns true when this waypoint service update application template3 default response has a 5xx status code

func (*WaypointServiceUpdateApplicationTemplate3Default) IsSuccess ¶ added in v0.91.0

IsSuccess returns true when this waypoint service update application template3 default response has a 2xx status code

func (*WaypointServiceUpdateApplicationTemplate3Default) String ¶ added in v0.91.0

type WaypointServiceUpdateApplicationTemplate3OK ¶ added in v0.91.0

type WaypointServiceUpdateApplicationTemplate3OK struct {
	Payload *models.HashicorpCloudWaypointUpdateApplicationTemplateResponse
}

WaypointServiceUpdateApplicationTemplate3OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointServiceUpdateApplicationTemplate3OK ¶ added in v0.91.0

func NewWaypointServiceUpdateApplicationTemplate3OK() *WaypointServiceUpdateApplicationTemplate3OK

NewWaypointServiceUpdateApplicationTemplate3OK creates a WaypointServiceUpdateApplicationTemplate3OK with default headers values

func (*WaypointServiceUpdateApplicationTemplate3OK) Code ¶ added in v0.91.0

Code gets the status code for the waypoint service update application template3 o k response

func (*WaypointServiceUpdateApplicationTemplate3OK) Error ¶ added in v0.91.0

func (*WaypointServiceUpdateApplicationTemplate3OK) GetPayload ¶ added in v0.91.0

func (*WaypointServiceUpdateApplicationTemplate3OK) IsClientError ¶ added in v0.91.0

IsClientError returns true when this waypoint service update application template3 o k response has a 4xx status code

func (*WaypointServiceUpdateApplicationTemplate3OK) IsCode ¶ added in v0.91.0

IsCode returns true when this waypoint service update application template3 o k response a status code equal to that given

func (*WaypointServiceUpdateApplicationTemplate3OK) IsRedirect ¶ added in v0.91.0

IsRedirect returns true when this waypoint service update application template3 o k response has a 3xx status code

func (*WaypointServiceUpdateApplicationTemplate3OK) IsServerError ¶ added in v0.91.0

IsServerError returns true when this waypoint service update application template3 o k response has a 5xx status code

func (*WaypointServiceUpdateApplicationTemplate3OK) IsSuccess ¶ added in v0.91.0

IsSuccess returns true when this waypoint service update application template3 o k response has a 2xx status code

func (*WaypointServiceUpdateApplicationTemplate3OK) String ¶ added in v0.91.0

type WaypointServiceUpdateApplicationTemplate3Params ¶ added in v0.91.0

type WaypointServiceUpdateApplicationTemplate3Params struct {

	// Body.
	Body *models.HashicorpCloudWaypointWaypointServiceUpdateApplicationTemplateBody

	/* ExistingApplicationTemplateID.

	   ID of the ApplicationTemplate
	*/
	ExistingApplicationTemplateID string

	// NamespaceID.
	NamespaceID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointServiceUpdateApplicationTemplate3Params contains all the parameters to send to the API endpoint

for the waypoint service update application template3 operation.

Typically these are written to a http.Request.

func NewWaypointServiceUpdateApplicationTemplate3Params ¶ added in v0.91.0

func NewWaypointServiceUpdateApplicationTemplate3Params() *WaypointServiceUpdateApplicationTemplate3Params

NewWaypointServiceUpdateApplicationTemplate3Params creates a new WaypointServiceUpdateApplicationTemplate3Params 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 NewWaypointServiceUpdateApplicationTemplate3ParamsWithContext ¶ added in v0.91.0

func NewWaypointServiceUpdateApplicationTemplate3ParamsWithContext(ctx context.Context) *WaypointServiceUpdateApplicationTemplate3Params

NewWaypointServiceUpdateApplicationTemplate3ParamsWithContext creates a new WaypointServiceUpdateApplicationTemplate3Params object with the ability to set a context for a request.

func NewWaypointServiceUpdateApplicationTemplate3ParamsWithHTTPClient ¶ added in v0.91.0

func NewWaypointServiceUpdateApplicationTemplate3ParamsWithHTTPClient(client *http.Client) *WaypointServiceUpdateApplicationTemplate3Params

NewWaypointServiceUpdateApplicationTemplate3ParamsWithHTTPClient creates a new WaypointServiceUpdateApplicationTemplate3Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceUpdateApplicationTemplate3ParamsWithTimeout ¶ added in v0.91.0

func NewWaypointServiceUpdateApplicationTemplate3ParamsWithTimeout(timeout time.Duration) *WaypointServiceUpdateApplicationTemplate3Params

NewWaypointServiceUpdateApplicationTemplate3ParamsWithTimeout creates a new WaypointServiceUpdateApplicationTemplate3Params object with the ability to set a timeout on a request.

func (*WaypointServiceUpdateApplicationTemplate3Params) SetBody ¶ added in v0.91.0

SetBody adds the body to the waypoint service update application template3 params

func (*WaypointServiceUpdateApplicationTemplate3Params) SetContext ¶ added in v0.91.0

SetContext adds the context to the waypoint service update application template3 params

func (*WaypointServiceUpdateApplicationTemplate3Params) SetDefaults ¶ added in v0.91.0

SetDefaults hydrates default values in the waypoint service update application template3 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUpdateApplicationTemplate3Params) SetExistingApplicationTemplateID ¶ added in v0.91.0

func (o *WaypointServiceUpdateApplicationTemplate3Params) SetExistingApplicationTemplateID(existingApplicationTemplateID string)

SetExistingApplicationTemplateID adds the existingApplicationTemplateId to the waypoint service update application template3 params

func (*WaypointServiceUpdateApplicationTemplate3Params) SetHTTPClient ¶ added in v0.91.0

SetHTTPClient adds the HTTPClient to the waypoint service update application template3 params

func (*WaypointServiceUpdateApplicationTemplate3Params) SetNamespaceID ¶ added in v0.91.0

func (o *WaypointServiceUpdateApplicationTemplate3Params) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service update application template3 params

func (*WaypointServiceUpdateApplicationTemplate3Params) SetTimeout ¶ added in v0.91.0

SetTimeout adds the timeout to the waypoint service update application template3 params

func (*WaypointServiceUpdateApplicationTemplate3Params) WithBody ¶ added in v0.91.0

WithBody adds the body to the waypoint service update application template3 params

func (*WaypointServiceUpdateApplicationTemplate3Params) WithContext ¶ added in v0.91.0

WithContext adds the context to the waypoint service update application template3 params

func (*WaypointServiceUpdateApplicationTemplate3Params) WithDefaults ¶ added in v0.91.0

WithDefaults hydrates default values in the waypoint service update application template3 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUpdateApplicationTemplate3Params) WithExistingApplicationTemplateID ¶ added in v0.91.0

func (o *WaypointServiceUpdateApplicationTemplate3Params) WithExistingApplicationTemplateID(existingApplicationTemplateID string) *WaypointServiceUpdateApplicationTemplate3Params

WithExistingApplicationTemplateID adds the existingApplicationTemplateID to the waypoint service update application template3 params

func (*WaypointServiceUpdateApplicationTemplate3Params) WithHTTPClient ¶ added in v0.91.0

WithHTTPClient adds the HTTPClient to the waypoint service update application template3 params

func (*WaypointServiceUpdateApplicationTemplate3Params) WithNamespaceID ¶ added in v0.91.0

WithNamespaceID adds the namespaceID to the waypoint service update application template3 params

func (*WaypointServiceUpdateApplicationTemplate3Params) WithTimeout ¶ added in v0.91.0

WithTimeout adds the timeout to the waypoint service update application template3 params

func (*WaypointServiceUpdateApplicationTemplate3Params) WriteToRequest ¶ added in v0.91.0

WriteToRequest writes these params to a swagger request

type WaypointServiceUpdateApplicationTemplate3Reader ¶ added in v0.91.0

type WaypointServiceUpdateApplicationTemplate3Reader struct {
	// contains filtered or unexported fields
}

WaypointServiceUpdateApplicationTemplate3Reader is a Reader for the WaypointServiceUpdateApplicationTemplate3 structure.

func (*WaypointServiceUpdateApplicationTemplate3Reader) ReadResponse ¶ added in v0.91.0

func (o *WaypointServiceUpdateApplicationTemplate3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointServiceUpdateApplicationTemplate4Default ¶ added in v0.91.0

type WaypointServiceUpdateApplicationTemplate4Default struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

WaypointServiceUpdateApplicationTemplate4Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointServiceUpdateApplicationTemplate4Default ¶ added in v0.91.0

func NewWaypointServiceUpdateApplicationTemplate4Default(code int) *WaypointServiceUpdateApplicationTemplate4Default

NewWaypointServiceUpdateApplicationTemplate4Default creates a WaypointServiceUpdateApplicationTemplate4Default with default headers values

func (*WaypointServiceUpdateApplicationTemplate4Default) Code ¶ added in v0.91.0

Code gets the status code for the waypoint service update application template4 default response

func (*WaypointServiceUpdateApplicationTemplate4Default) Error ¶ added in v0.91.0

func (*WaypointServiceUpdateApplicationTemplate4Default) GetPayload ¶ added in v0.91.0

func (*WaypointServiceUpdateApplicationTemplate4Default) IsClientError ¶ added in v0.91.0

IsClientError returns true when this waypoint service update application template4 default response has a 4xx status code

func (*WaypointServiceUpdateApplicationTemplate4Default) IsCode ¶ added in v0.91.0

IsCode returns true when this waypoint service update application template4 default response a status code equal to that given

func (*WaypointServiceUpdateApplicationTemplate4Default) IsRedirect ¶ added in v0.91.0

IsRedirect returns true when this waypoint service update application template4 default response has a 3xx status code

func (*WaypointServiceUpdateApplicationTemplate4Default) IsServerError ¶ added in v0.91.0

IsServerError returns true when this waypoint service update application template4 default response has a 5xx status code

func (*WaypointServiceUpdateApplicationTemplate4Default) IsSuccess ¶ added in v0.91.0

IsSuccess returns true when this waypoint service update application template4 default response has a 2xx status code

func (*WaypointServiceUpdateApplicationTemplate4Default) String ¶ added in v0.91.0

type WaypointServiceUpdateApplicationTemplate4OK ¶ added in v0.91.0

type WaypointServiceUpdateApplicationTemplate4OK struct {
	Payload *models.HashicorpCloudWaypointUpdateApplicationTemplateResponse
}

WaypointServiceUpdateApplicationTemplate4OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointServiceUpdateApplicationTemplate4OK ¶ added in v0.91.0

func NewWaypointServiceUpdateApplicationTemplate4OK() *WaypointServiceUpdateApplicationTemplate4OK

NewWaypointServiceUpdateApplicationTemplate4OK creates a WaypointServiceUpdateApplicationTemplate4OK with default headers values

func (*WaypointServiceUpdateApplicationTemplate4OK) Code ¶ added in v0.91.0

Code gets the status code for the waypoint service update application template4 o k response

func (*WaypointServiceUpdateApplicationTemplate4OK) Error ¶ added in v0.91.0

func (*WaypointServiceUpdateApplicationTemplate4OK) GetPayload ¶ added in v0.91.0

func (*WaypointServiceUpdateApplicationTemplate4OK) IsClientError ¶ added in v0.91.0

IsClientError returns true when this waypoint service update application template4 o k response has a 4xx status code

func (*WaypointServiceUpdateApplicationTemplate4OK) IsCode ¶ added in v0.91.0

IsCode returns true when this waypoint service update application template4 o k response a status code equal to that given

func (*WaypointServiceUpdateApplicationTemplate4OK) IsRedirect ¶ added in v0.91.0

IsRedirect returns true when this waypoint service update application template4 o k response has a 3xx status code

func (*WaypointServiceUpdateApplicationTemplate4OK) IsServerError ¶ added in v0.91.0

IsServerError returns true when this waypoint service update application template4 o k response has a 5xx status code

func (*WaypointServiceUpdateApplicationTemplate4OK) IsSuccess ¶ added in v0.91.0

IsSuccess returns true when this waypoint service update application template4 o k response has a 2xx status code

func (*WaypointServiceUpdateApplicationTemplate4OK) String ¶ added in v0.91.0

type WaypointServiceUpdateApplicationTemplate4Params ¶ added in v0.91.0

type WaypointServiceUpdateApplicationTemplate4Params struct {

	// Body.
	Body *models.HashicorpCloudWaypointWaypointServiceUpdateApplicationTemplateBody

	/* ExistingApplicationTemplateName.

	   Name of the ApplicationTemplate
	*/
	ExistingApplicationTemplateName string

	// NamespaceID.
	NamespaceID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointServiceUpdateApplicationTemplate4Params contains all the parameters to send to the API endpoint

for the waypoint service update application template4 operation.

Typically these are written to a http.Request.

func NewWaypointServiceUpdateApplicationTemplate4Params ¶ added in v0.91.0

func NewWaypointServiceUpdateApplicationTemplate4Params() *WaypointServiceUpdateApplicationTemplate4Params

NewWaypointServiceUpdateApplicationTemplate4Params creates a new WaypointServiceUpdateApplicationTemplate4Params 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 NewWaypointServiceUpdateApplicationTemplate4ParamsWithContext ¶ added in v0.91.0

func NewWaypointServiceUpdateApplicationTemplate4ParamsWithContext(ctx context.Context) *WaypointServiceUpdateApplicationTemplate4Params

NewWaypointServiceUpdateApplicationTemplate4ParamsWithContext creates a new WaypointServiceUpdateApplicationTemplate4Params object with the ability to set a context for a request.

func NewWaypointServiceUpdateApplicationTemplate4ParamsWithHTTPClient ¶ added in v0.91.0

func NewWaypointServiceUpdateApplicationTemplate4ParamsWithHTTPClient(client *http.Client) *WaypointServiceUpdateApplicationTemplate4Params

NewWaypointServiceUpdateApplicationTemplate4ParamsWithHTTPClient creates a new WaypointServiceUpdateApplicationTemplate4Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceUpdateApplicationTemplate4ParamsWithTimeout ¶ added in v0.91.0

func NewWaypointServiceUpdateApplicationTemplate4ParamsWithTimeout(timeout time.Duration) *WaypointServiceUpdateApplicationTemplate4Params

NewWaypointServiceUpdateApplicationTemplate4ParamsWithTimeout creates a new WaypointServiceUpdateApplicationTemplate4Params object with the ability to set a timeout on a request.

func (*WaypointServiceUpdateApplicationTemplate4Params) SetBody ¶ added in v0.91.0

SetBody adds the body to the waypoint service update application template4 params

func (*WaypointServiceUpdateApplicationTemplate4Params) SetContext ¶ added in v0.91.0

SetContext adds the context to the waypoint service update application template4 params

func (*WaypointServiceUpdateApplicationTemplate4Params) SetDefaults ¶ added in v0.91.0

SetDefaults hydrates default values in the waypoint service update application template4 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUpdateApplicationTemplate4Params) SetExistingApplicationTemplateName ¶ added in v0.91.0

func (o *WaypointServiceUpdateApplicationTemplate4Params) SetExistingApplicationTemplateName(existingApplicationTemplateName string)

SetExistingApplicationTemplateName adds the existingApplicationTemplateName to the waypoint service update application template4 params

func (*WaypointServiceUpdateApplicationTemplate4Params) SetHTTPClient ¶ added in v0.91.0

SetHTTPClient adds the HTTPClient to the waypoint service update application template4 params

func (*WaypointServiceUpdateApplicationTemplate4Params) SetNamespaceID ¶ added in v0.91.0

func (o *WaypointServiceUpdateApplicationTemplate4Params) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service update application template4 params

func (*WaypointServiceUpdateApplicationTemplate4Params) SetTimeout ¶ added in v0.91.0

SetTimeout adds the timeout to the waypoint service update application template4 params

func (*WaypointServiceUpdateApplicationTemplate4Params) WithBody ¶ added in v0.91.0

WithBody adds the body to the waypoint service update application template4 params

func (*WaypointServiceUpdateApplicationTemplate4Params) WithContext ¶ added in v0.91.0

WithContext adds the context to the waypoint service update application template4 params

func (*WaypointServiceUpdateApplicationTemplate4Params) WithDefaults ¶ added in v0.91.0

WithDefaults hydrates default values in the waypoint service update application template4 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUpdateApplicationTemplate4Params) WithExistingApplicationTemplateName ¶ added in v0.91.0

func (o *WaypointServiceUpdateApplicationTemplate4Params) WithExistingApplicationTemplateName(existingApplicationTemplateName string) *WaypointServiceUpdateApplicationTemplate4Params

WithExistingApplicationTemplateName adds the existingApplicationTemplateName to the waypoint service update application template4 params

func (*WaypointServiceUpdateApplicationTemplate4Params) WithHTTPClient ¶ added in v0.91.0

WithHTTPClient adds the HTTPClient to the waypoint service update application template4 params

func (*WaypointServiceUpdateApplicationTemplate4Params) WithNamespaceID ¶ added in v0.91.0

WithNamespaceID adds the namespaceID to the waypoint service update application template4 params

func (*WaypointServiceUpdateApplicationTemplate4Params) WithTimeout ¶ added in v0.91.0

WithTimeout adds the timeout to the waypoint service update application template4 params

func (*WaypointServiceUpdateApplicationTemplate4Params) WriteToRequest ¶ added in v0.91.0

WriteToRequest writes these params to a swagger request

type WaypointServiceUpdateApplicationTemplate4Reader ¶ added in v0.91.0

type WaypointServiceUpdateApplicationTemplate4Reader struct {
	// contains filtered or unexported fields
}

WaypointServiceUpdateApplicationTemplate4Reader is a Reader for the WaypointServiceUpdateApplicationTemplate4 structure.

func (*WaypointServiceUpdateApplicationTemplate4Reader) ReadResponse ¶ added in v0.91.0

func (o *WaypointServiceUpdateApplicationTemplate4Reader) 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.GoogleRPCStatus
	// 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.HashicorpCloudWaypointWaypointServiceUpdateApplicationTemplateBody

	/* 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 WaypointServiceUpdateApplicationsListDefault ¶ added in v0.88.0

type WaypointServiceUpdateApplicationsListDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

WaypointServiceUpdateApplicationsListDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointServiceUpdateApplicationsListDefault ¶ added in v0.88.0

func NewWaypointServiceUpdateApplicationsListDefault(code int) *WaypointServiceUpdateApplicationsListDefault

NewWaypointServiceUpdateApplicationsListDefault creates a WaypointServiceUpdateApplicationsListDefault with default headers values

func (*WaypointServiceUpdateApplicationsListDefault) Code ¶ added in v0.88.0

Code gets the status code for the waypoint service update applications list default response

func (*WaypointServiceUpdateApplicationsListDefault) Error ¶ added in v0.88.0

func (*WaypointServiceUpdateApplicationsListDefault) GetPayload ¶ added in v0.88.0

func (*WaypointServiceUpdateApplicationsListDefault) IsClientError ¶ added in v0.88.0

IsClientError returns true when this waypoint service update applications list default response has a 4xx status code

func (*WaypointServiceUpdateApplicationsListDefault) IsCode ¶ added in v0.88.0

IsCode returns true when this waypoint service update applications list default response a status code equal to that given

func (*WaypointServiceUpdateApplicationsListDefault) IsRedirect ¶ added in v0.88.0

IsRedirect returns true when this waypoint service update applications list default response has a 3xx status code

func (*WaypointServiceUpdateApplicationsListDefault) IsServerError ¶ added in v0.88.0

IsServerError returns true when this waypoint service update applications list default response has a 5xx status code

func (*WaypointServiceUpdateApplicationsListDefault) IsSuccess ¶ added in v0.88.0

IsSuccess returns true when this waypoint service update applications list default response has a 2xx status code

func (*WaypointServiceUpdateApplicationsListDefault) String ¶ added in v0.88.0

type WaypointServiceUpdateApplicationsListOK ¶ added in v0.88.0

type WaypointServiceUpdateApplicationsListOK struct {
	Payload models.HashicorpCloudWaypointUpdateApplicationsListResponse
}

WaypointServiceUpdateApplicationsListOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointServiceUpdateApplicationsListOK ¶ added in v0.88.0

func NewWaypointServiceUpdateApplicationsListOK() *WaypointServiceUpdateApplicationsListOK

NewWaypointServiceUpdateApplicationsListOK creates a WaypointServiceUpdateApplicationsListOK with default headers values

func (*WaypointServiceUpdateApplicationsListOK) Code ¶ added in v0.88.0

Code gets the status code for the waypoint service update applications list o k response

func (*WaypointServiceUpdateApplicationsListOK) Error ¶ added in v0.88.0

func (*WaypointServiceUpdateApplicationsListOK) GetPayload ¶ added in v0.88.0

func (*WaypointServiceUpdateApplicationsListOK) IsClientError ¶ added in v0.88.0

func (o *WaypointServiceUpdateApplicationsListOK) IsClientError() bool

IsClientError returns true when this waypoint service update applications list o k response has a 4xx status code

func (*WaypointServiceUpdateApplicationsListOK) IsCode ¶ added in v0.88.0

IsCode returns true when this waypoint service update applications list o k response a status code equal to that given

func (*WaypointServiceUpdateApplicationsListOK) IsRedirect ¶ added in v0.88.0

IsRedirect returns true when this waypoint service update applications list o k response has a 3xx status code

func (*WaypointServiceUpdateApplicationsListOK) IsServerError ¶ added in v0.88.0

func (o *WaypointServiceUpdateApplicationsListOK) IsServerError() bool

IsServerError returns true when this waypoint service update applications list o k response has a 5xx status code

func (*WaypointServiceUpdateApplicationsListOK) IsSuccess ¶ added in v0.88.0

IsSuccess returns true when this waypoint service update applications list o k response has a 2xx status code

func (*WaypointServiceUpdateApplicationsListOK) String ¶ added in v0.88.0

type WaypointServiceUpdateApplicationsListParams ¶ added in v0.88.0

type WaypointServiceUpdateApplicationsListParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointWaypointServiceUpdateApplicationsListBody

	// NamespaceID.
	NamespaceID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointServiceUpdateApplicationsListParams contains all the parameters to send to the API endpoint

for the waypoint service update applications list operation.

Typically these are written to a http.Request.

func NewWaypointServiceUpdateApplicationsListParams ¶ added in v0.88.0

func NewWaypointServiceUpdateApplicationsListParams() *WaypointServiceUpdateApplicationsListParams

NewWaypointServiceUpdateApplicationsListParams creates a new WaypointServiceUpdateApplicationsListParams 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 NewWaypointServiceUpdateApplicationsListParamsWithContext ¶ added in v0.88.0

func NewWaypointServiceUpdateApplicationsListParamsWithContext(ctx context.Context) *WaypointServiceUpdateApplicationsListParams

NewWaypointServiceUpdateApplicationsListParamsWithContext creates a new WaypointServiceUpdateApplicationsListParams object with the ability to set a context for a request.

func NewWaypointServiceUpdateApplicationsListParamsWithHTTPClient ¶ added in v0.88.0

func NewWaypointServiceUpdateApplicationsListParamsWithHTTPClient(client *http.Client) *WaypointServiceUpdateApplicationsListParams

NewWaypointServiceUpdateApplicationsListParamsWithHTTPClient creates a new WaypointServiceUpdateApplicationsListParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceUpdateApplicationsListParamsWithTimeout ¶ added in v0.88.0

func NewWaypointServiceUpdateApplicationsListParamsWithTimeout(timeout time.Duration) *WaypointServiceUpdateApplicationsListParams

NewWaypointServiceUpdateApplicationsListParamsWithTimeout creates a new WaypointServiceUpdateApplicationsListParams object with the ability to set a timeout on a request.

func (*WaypointServiceUpdateApplicationsListParams) SetBody ¶ added in v0.88.0

SetBody adds the body to the waypoint service update applications list params

func (*WaypointServiceUpdateApplicationsListParams) SetContext ¶ added in v0.88.0

SetContext adds the context to the waypoint service update applications list params

func (*WaypointServiceUpdateApplicationsListParams) SetDefaults ¶ added in v0.88.0

SetDefaults hydrates default values in the waypoint service update applications list params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUpdateApplicationsListParams) SetHTTPClient ¶ added in v0.88.0

func (o *WaypointServiceUpdateApplicationsListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint service update applications list params

func (*WaypointServiceUpdateApplicationsListParams) SetNamespaceID ¶ added in v0.88.0

func (o *WaypointServiceUpdateApplicationsListParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service update applications list params

func (*WaypointServiceUpdateApplicationsListParams) SetTimeout ¶ added in v0.88.0

SetTimeout adds the timeout to the waypoint service update applications list params

func (*WaypointServiceUpdateApplicationsListParams) WithBody ¶ added in v0.88.0

WithBody adds the body to the waypoint service update applications list params

func (*WaypointServiceUpdateApplicationsListParams) WithContext ¶ added in v0.88.0

WithContext adds the context to the waypoint service update applications list params

func (*WaypointServiceUpdateApplicationsListParams) WithDefaults ¶ added in v0.88.0

WithDefaults hydrates default values in the waypoint service update applications list params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceUpdateApplicationsListParams) WithHTTPClient ¶ added in v0.88.0

WithHTTPClient adds the HTTPClient to the waypoint service update applications list params

func (*WaypointServiceUpdateApplicationsListParams) WithNamespaceID ¶ added in v0.88.0

WithNamespaceID adds the namespaceID to the waypoint service update applications list params

func (*WaypointServiceUpdateApplicationsListParams) WithTimeout ¶ added in v0.88.0

WithTimeout adds the timeout to the waypoint service update applications list params

func (*WaypointServiceUpdateApplicationsListParams) WriteToRequest ¶ added in v0.88.0

WriteToRequest writes these params to a swagger request

type WaypointServiceUpdateApplicationsListReader ¶ added in v0.88.0

type WaypointServiceUpdateApplicationsListReader struct {
	// contains filtered or unexported fields
}

WaypointServiceUpdateApplicationsListReader is a Reader for the WaypointServiceUpdateApplicationsList structure.

func (*WaypointServiceUpdateApplicationsListReader) ReadResponse ¶ added in v0.88.0

func (o *WaypointServiceUpdateApplicationsListReader) 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.GoogleRPCStatus
	// 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.HashicorpCloudWaypointWaypointServiceUpdateTFCConfigBody

	// 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.

type WaypointServiceValidateAgentGroupsDefault ¶ added in v0.84.0

type WaypointServiceValidateAgentGroupsDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

WaypointServiceValidateAgentGroupsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointServiceValidateAgentGroupsDefault ¶ added in v0.84.0

func NewWaypointServiceValidateAgentGroupsDefault(code int) *WaypointServiceValidateAgentGroupsDefault

NewWaypointServiceValidateAgentGroupsDefault creates a WaypointServiceValidateAgentGroupsDefault with default headers values

func (*WaypointServiceValidateAgentGroupsDefault) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service validate agent groups default response

func (*WaypointServiceValidateAgentGroupsDefault) Error ¶ added in v0.84.0

func (*WaypointServiceValidateAgentGroupsDefault) GetPayload ¶ added in v0.84.0

func (*WaypointServiceValidateAgentGroupsDefault) IsClientError ¶ added in v0.84.0

IsClientError returns true when this waypoint service validate agent groups default response has a 4xx status code

func (*WaypointServiceValidateAgentGroupsDefault) IsCode ¶ added in v0.84.0

IsCode returns true when this waypoint service validate agent groups default response a status code equal to that given

func (*WaypointServiceValidateAgentGroupsDefault) IsRedirect ¶ added in v0.84.0

IsRedirect returns true when this waypoint service validate agent groups default response has a 3xx status code

func (*WaypointServiceValidateAgentGroupsDefault) IsServerError ¶ added in v0.84.0

IsServerError returns true when this waypoint service validate agent groups default response has a 5xx status code

func (*WaypointServiceValidateAgentGroupsDefault) IsSuccess ¶ added in v0.84.0

IsSuccess returns true when this waypoint service validate agent groups default response has a 2xx status code

func (*WaypointServiceValidateAgentGroupsDefault) String ¶ added in v0.84.0

type WaypointServiceValidateAgentGroupsOK ¶ added in v0.84.0

type WaypointServiceValidateAgentGroupsOK struct {
	Payload *models.HashicorpCloudWaypointValidateAgentGroupsResponse
}

WaypointServiceValidateAgentGroupsOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointServiceValidateAgentGroupsOK ¶ added in v0.84.0

func NewWaypointServiceValidateAgentGroupsOK() *WaypointServiceValidateAgentGroupsOK

NewWaypointServiceValidateAgentGroupsOK creates a WaypointServiceValidateAgentGroupsOK with default headers values

func (*WaypointServiceValidateAgentGroupsOK) Code ¶ added in v0.84.0

Code gets the status code for the waypoint service validate agent groups o k response

func (*WaypointServiceValidateAgentGroupsOK) Error ¶ added in v0.84.0

func (*WaypointServiceValidateAgentGroupsOK) GetPayload ¶ added in v0.84.0

func (*WaypointServiceValidateAgentGroupsOK) IsClientError ¶ added in v0.84.0

func (o *WaypointServiceValidateAgentGroupsOK) IsClientError() bool

IsClientError returns true when this waypoint service validate agent groups o k response has a 4xx status code

func (*WaypointServiceValidateAgentGroupsOK) IsCode ¶ added in v0.84.0

IsCode returns true when this waypoint service validate agent groups o k response a status code equal to that given

func (*WaypointServiceValidateAgentGroupsOK) IsRedirect ¶ added in v0.84.0

IsRedirect returns true when this waypoint service validate agent groups o k response has a 3xx status code

func (*WaypointServiceValidateAgentGroupsOK) IsServerError ¶ added in v0.84.0

func (o *WaypointServiceValidateAgentGroupsOK) IsServerError() bool

IsServerError returns true when this waypoint service validate agent groups o k response has a 5xx status code

func (*WaypointServiceValidateAgentGroupsOK) IsSuccess ¶ added in v0.84.0

IsSuccess returns true when this waypoint service validate agent groups o k response has a 2xx status code

func (*WaypointServiceValidateAgentGroupsOK) String ¶ added in v0.84.0

type WaypointServiceValidateAgentGroupsParams ¶ added in v0.84.0

type WaypointServiceValidateAgentGroupsParams struct {

	// Body.
	Body *models.HashicorpCloudWaypointWaypointServiceValidateAgentGroupsBody

	// NamespaceID.
	NamespaceID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointServiceValidateAgentGroupsParams contains all the parameters to send to the API endpoint

for the waypoint service validate agent groups operation.

Typically these are written to a http.Request.

func NewWaypointServiceValidateAgentGroupsParams ¶ added in v0.84.0

func NewWaypointServiceValidateAgentGroupsParams() *WaypointServiceValidateAgentGroupsParams

NewWaypointServiceValidateAgentGroupsParams creates a new WaypointServiceValidateAgentGroupsParams 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 NewWaypointServiceValidateAgentGroupsParamsWithContext ¶ added in v0.84.0

func NewWaypointServiceValidateAgentGroupsParamsWithContext(ctx context.Context) *WaypointServiceValidateAgentGroupsParams

NewWaypointServiceValidateAgentGroupsParamsWithContext creates a new WaypointServiceValidateAgentGroupsParams object with the ability to set a context for a request.

func NewWaypointServiceValidateAgentGroupsParamsWithHTTPClient ¶ added in v0.84.0

func NewWaypointServiceValidateAgentGroupsParamsWithHTTPClient(client *http.Client) *WaypointServiceValidateAgentGroupsParams

NewWaypointServiceValidateAgentGroupsParamsWithHTTPClient creates a new WaypointServiceValidateAgentGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointServiceValidateAgentGroupsParamsWithTimeout ¶ added in v0.84.0

func NewWaypointServiceValidateAgentGroupsParamsWithTimeout(timeout time.Duration) *WaypointServiceValidateAgentGroupsParams

NewWaypointServiceValidateAgentGroupsParamsWithTimeout creates a new WaypointServiceValidateAgentGroupsParams object with the ability to set a timeout on a request.

func (*WaypointServiceValidateAgentGroupsParams) SetBody ¶ added in v0.84.0

SetBody adds the body to the waypoint service validate agent groups params

func (*WaypointServiceValidateAgentGroupsParams) SetContext ¶ added in v0.84.0

SetContext adds the context to the waypoint service validate agent groups params

func (*WaypointServiceValidateAgentGroupsParams) SetDefaults ¶ added in v0.84.0

SetDefaults hydrates default values in the waypoint service validate agent groups params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceValidateAgentGroupsParams) SetHTTPClient ¶ added in v0.84.0

func (o *WaypointServiceValidateAgentGroupsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint service validate agent groups params

func (*WaypointServiceValidateAgentGroupsParams) SetNamespaceID ¶ added in v0.84.0

func (o *WaypointServiceValidateAgentGroupsParams) SetNamespaceID(namespaceID string)

SetNamespaceID adds the namespaceId to the waypoint service validate agent groups params

func (*WaypointServiceValidateAgentGroupsParams) SetTimeout ¶ added in v0.84.0

SetTimeout adds the timeout to the waypoint service validate agent groups params

func (*WaypointServiceValidateAgentGroupsParams) WithBody ¶ added in v0.84.0

WithBody adds the body to the waypoint service validate agent groups params

func (*WaypointServiceValidateAgentGroupsParams) WithContext ¶ added in v0.84.0

WithContext adds the context to the waypoint service validate agent groups params

func (*WaypointServiceValidateAgentGroupsParams) WithDefaults ¶ added in v0.84.0

WithDefaults hydrates default values in the waypoint service validate agent groups params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointServiceValidateAgentGroupsParams) WithHTTPClient ¶ added in v0.84.0

WithHTTPClient adds the HTTPClient to the waypoint service validate agent groups params

func (*WaypointServiceValidateAgentGroupsParams) WithNamespaceID ¶ added in v0.84.0

WithNamespaceID adds the namespaceID to the waypoint service validate agent groups params

func (*WaypointServiceValidateAgentGroupsParams) WithTimeout ¶ added in v0.84.0

WithTimeout adds the timeout to the waypoint service validate agent groups params

func (*WaypointServiceValidateAgentGroupsParams) WriteToRequest ¶ added in v0.84.0

WriteToRequest writes these params to a swagger request

type WaypointServiceValidateAgentGroupsReader ¶ added in v0.84.0

type WaypointServiceValidateAgentGroupsReader struct {
	// contains filtered or unexported fields
}

WaypointServiceValidateAgentGroupsReader is a Reader for the WaypointServiceValidateAgentGroups structure.

func (*WaypointServiceValidateAgentGroupsReader) ReadResponse ¶ added in v0.84.0

func (o *WaypointServiceValidateAgentGroupsReader) 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