waypoint

package
v0.11.4 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2023 License: MPL-2.0 Imports: 11 Imported by: 3

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 API

func (*Client) SetTransport ¶

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

SetTransport changes the transport on the client

func (*Client) WaypointAdoptRunner ¶

func (a *Client) WaypointAdoptRunner(params *WaypointAdoptRunnerParams, opts ...ClientOption) (*WaypointAdoptRunnerOK, error)

WaypointAdoptRunner adopts runners allows marking a runner as adopted or rejected

func (*Client) WaypointCancelJob ¶

func (a *Client) WaypointCancelJob(params *WaypointCancelJobParams, opts ...ClientOption) (*WaypointCancelJobOK, error)
WaypointCancelJob cancels job cancels a job if the job is still queued this is a quick and easy operation if the job is already completed then this does nothing if the job is assigned or running then this will signal the runner about the cancellation but it may take time

This RPC always returns immediately. You must use GetJob or GetJobStream

to wait on the status of the cancellation.

func (*Client) WaypointCancelTask ¶

func (a *Client) WaypointCancelTask(params *WaypointCancelTaskParams, opts ...ClientOption) (*WaypointCancelTaskOK, error)

WaypointCancelTask cancels task will attempt to gracefully cancel each job in the task job triple

func (*Client) WaypointCancelTask2 ¶

func (a *Client) WaypointCancelTask2(params *WaypointCancelTask2Params, opts ...ClientOption) (*WaypointCancelTask2OK, error)

WaypointCancelTask2 cancels task will attempt to gracefully cancel each job in the task job triple

func (*Client) WaypointCompleteOIDCAuth ¶

func (a *Client) WaypointCompleteOIDCAuth(params *WaypointCompleteOIDCAuthParams, opts ...ClientOption) (*WaypointCompleteOIDCAuthOK, error)

WaypointCompleteOIDCAuth completes the o ID c auth cycle after receiving the callback from the o ID c provider

func (*Client) WaypointConfigSyncPipeline ¶

func (a *Client) WaypointConfigSyncPipeline(params *WaypointConfigSyncPipelineParams, opts ...ClientOption) (*WaypointConfigSyncPipelineOK, error)

WaypointConfigSyncPipeline configs sync pipeline takes a request for a given project and syncs the current project config to the waypoint database

func (*Client) WaypointConvertInviteToken ¶

func (a *Client) WaypointConvertInviteToken(params *WaypointConvertInviteTokenParams, opts ...ClientOption) (*WaypointConvertInviteTokenOK, error)

WaypointConvertInviteToken exchanges a invite token for a login token if the invite token is for a new user this will create a new user account with the provided username hint

func (*Client) WaypointCreateHostname ¶

func (a *Client) WaypointCreateHostname(params *WaypointCreateHostnameParams, opts ...ClientOption) (*WaypointCreateHostnameOK, error)

WaypointCreateHostname creates a hostname with the URL service

func (*Client) WaypointCreateHostname2 ¶

func (a *Client) WaypointCreateHostname2(params *WaypointCreateHostname2Params, opts ...ClientOption) (*WaypointCreateHostname2OK, error)

WaypointCreateHostname2 creates a hostname with the URL service

func (*Client) WaypointDecodeToken ¶

func (a *Client) WaypointDecodeToken(params *WaypointDecodeTokenParams, opts ...ClientOption) (*WaypointDecodeTokenOK, error)

WaypointDecodeToken decodes token takes a token string and returns the structured information about the given token this is useful for frontends c l i UI etc to learn more about a token before using it for example if a UI wants to create a signup flow around signup tokens they can validate the token ahead of time

This endpoint does NOT require authentication.

func (*Client) WaypointDeleteAuthMethod ¶

func (a *Client) WaypointDeleteAuthMethod(params *WaypointDeleteAuthMethodParams, opts ...ClientOption) (*WaypointDeleteAuthMethodOK, error)

WaypointDeleteAuthMethod deletes an auth method this will invalidate all users authenticated using this auth method and they will have to reauthenticate some other way

func (*Client) WaypointDeleteHostname ¶

func (a *Client) WaypointDeleteHostname(params *WaypointDeleteHostnameParams, opts ...ClientOption) (*WaypointDeleteHostnameOK, error)

WaypointDeleteHostname deletes a hostname with the URL service

func (*Client) WaypointDeleteUser ¶

func (a *Client) WaypointDeleteUser(params *WaypointDeleteUserParams, opts ...ClientOption) (*WaypointDeleteUserOK, error)

WaypointDeleteUser deletes a user this will invalidate all authentication for this user as well since they no longer exist

func (*Client) WaypointDeleteUser2 ¶

func (a *Client) WaypointDeleteUser2(params *WaypointDeleteUser2Params, opts ...ClientOption) (*WaypointDeleteUser2OK, error)

WaypointDeleteUser2 deletes a user this will invalidate all authentication for this user as well since they no longer exist

func (*Client) WaypointDestroyProject ¶

func (a *Client) WaypointDestroyProject(params *WaypointDestroyProjectParams, opts ...ClientOption) (*WaypointDestroyProjectOK, error)

WaypointDestroyProject destroys project deletes a project from the database as well as optionally destroys all resources created within a project

func (*Client) WaypointExpediteStatusReport ¶

func (a *Client) WaypointExpediteStatusReport(params *WaypointExpediteStatusReportParams, opts ...ClientOption) (*WaypointExpediteStatusReportOK, error)

WaypointExpediteStatusReport expedites status report returns the queued status report job id

func (*Client) WaypointExpediteStatusReport2 ¶

func (a *Client) WaypointExpediteStatusReport2(params *WaypointExpediteStatusReport2Params, opts ...ClientOption) (*WaypointExpediteStatusReport2OK, error)

WaypointExpediteStatusReport2 expedites status report returns the queued status report job id

func (*Client) WaypointExpediteStatusReport3 ¶

func (a *Client) WaypointExpediteStatusReport3(params *WaypointExpediteStatusReport3Params, opts ...ClientOption) (*WaypointExpediteStatusReport3OK, error)

WaypointExpediteStatusReport3 expedites status report returns the queued status report job id

func (*Client) WaypointExpediteStatusReport4 ¶

func (a *Client) WaypointExpediteStatusReport4(params *WaypointExpediteStatusReport4Params, opts ...ClientOption) (*WaypointExpediteStatusReport4OK, error)

WaypointExpediteStatusReport4 expedites status report returns the queued status report job id

func (*Client) WaypointForgetRunner ¶

func (a *Client) WaypointForgetRunner(params *WaypointForgetRunnerParams, opts ...ClientOption) (*WaypointForgetRunnerOK, error)

WaypointForgetRunner forgets runner deletes an existing runner entry and makes the server behave as if the runner no longer exists if the runner is currently running it will receive errors on subsequent jobs and will have to re register a forgotten runner will not be assigned new jobs until re registered

func (*Client) WaypointGenerateInviteToken ¶

func (a *Client) WaypointGenerateInviteToken(params *WaypointGenerateInviteTokenParams, opts ...ClientOption) (*WaypointGenerateInviteTokenOK, error)

WaypointGenerateInviteToken generates a new invite token that users can exchange for a login token this can be used to also invite new users to the waypoint server

func (*Client) WaypointGenerateLoginToken ¶

func (a *Client) WaypointGenerateLoginToken(params *WaypointGenerateLoginTokenParams, opts ...ClientOption) (*WaypointGenerateLoginTokenOK, error)

WaypointGenerateLoginToken generates a new login token that users can use to login directly this can only be called for existing users

func (*Client) WaypointGenerateRunnerToken ¶

func (a *Client) WaypointGenerateRunnerToken(params *WaypointGenerateRunnerTokenParams, opts ...ClientOption) (*WaypointGenerateRunnerTokenOK, error)

WaypointGenerateRunnerToken generates a new runner token that can be used with runners so they immediately begin work the recommended appraoch is to instead use the adoption flow but this also works

func (*Client) WaypointGetApplication ¶

func (a *Client) WaypointGetApplication(params *WaypointGetApplicationParams, opts ...ClientOption) (*WaypointGetApplicationOK, error)

WaypointGetApplication gets application returns one application on the project

func (*Client) WaypointGetAuthMethod ¶

func (a *Client) WaypointGetAuthMethod(params *WaypointGetAuthMethodParams, opts ...ClientOption) (*WaypointGetAuthMethodOK, error)

WaypointGetAuthMethod gets auth method returns the auth method

func (*Client) WaypointGetBuild ¶

func (a *Client) WaypointGetBuild(params *WaypointGetBuildParams, opts ...ClientOption) (*WaypointGetBuildOK, error)

WaypointGetBuild gets build returns a build

func (*Client) WaypointGetBuild2 ¶

func (a *Client) WaypointGetBuild2(params *WaypointGetBuild2Params, opts ...ClientOption) (*WaypointGetBuild2OK, error)

WaypointGetBuild2 gets build returns a build

func (*Client) WaypointGetConfig ¶

func (a *Client) WaypointGetConfig(params *WaypointGetConfigParams, opts ...ClientOption) (*WaypointGetConfigOK, error)

WaypointGetConfig retrieves merged configuration values for a specific scope you can determine where a configuration variable was set by looking at the scope field on each variable

func (*Client) WaypointGetConfig2 ¶

func (a *Client) WaypointGetConfig2(params *WaypointGetConfig2Params, opts ...ClientOption) (*WaypointGetConfig2OK, error)

WaypointGetConfig2 retrieves merged configuration values for a specific scope you can determine where a configuration variable was set by looking at the scope field on each variable

func (*Client) WaypointGetConfig3 ¶

func (a *Client) WaypointGetConfig3(params *WaypointGetConfig3Params, opts ...ClientOption) (*WaypointGetConfig3OK, error)

WaypointGetConfig3 retrieves merged configuration values for a specific scope you can determine where a configuration variable was set by looking at the scope field on each variable

func (*Client) WaypointGetConfigSource ¶

func (a *Client) WaypointGetConfigSource(params *WaypointGetConfigSourceParams, opts ...ClientOption) (*WaypointGetConfigSourceOK, error)

WaypointGetConfigSource gets the matching configuration source for the request this will return the most specific matching config source given the scope in the request for example if you search for an app specific config source and only a global config exists the global config will be returned

func (*Client) WaypointGetDeployment ¶

func (a *Client) WaypointGetDeployment(params *WaypointGetDeploymentParams, opts ...ClientOption) (*WaypointGetDeploymentOK, error)

WaypointGetDeployment gets deployment returns a deployment

func (*Client) WaypointGetDeployment2 ¶

func (a *Client) WaypointGetDeployment2(params *WaypointGetDeployment2Params, opts ...ClientOption) (*WaypointGetDeployment2OK, error)

WaypointGetDeployment2 gets deployment returns a deployment

func (*Client) WaypointGetJob ¶

func (a *Client) WaypointGetJob(params *WaypointGetJobParams, opts ...ClientOption) (*WaypointGetJobOK, error)

WaypointGetJob gets job queries a job by ID

func (*Client) WaypointGetJobStream ¶

func (a *Client) WaypointGetJobStream(params *WaypointGetJobStreamParams, opts ...ClientOption) (*WaypointGetJobStreamOK, error)

WaypointGetJobStream gets job stream opens a job event stream for a running job this can be used to listen for terminal output and other events of a running job multiple listeners can open a job stream

func (*Client) WaypointGetLatestBuild ¶

func (a *Client) WaypointGetLatestBuild(params *WaypointGetLatestBuildParams, opts ...ClientOption) (*WaypointGetLatestBuildOK, error)

WaypointGetLatestBuild gets latest build returns the most recent successfully completed build for an app

func (*Client) WaypointGetLatestBuild2 ¶

func (a *Client) WaypointGetLatestBuild2(params *WaypointGetLatestBuild2Params, opts ...ClientOption) (*WaypointGetLatestBuild2OK, error)

WaypointGetLatestBuild2 gets latest build returns the most recent successfully completed build for an app

func (*Client) WaypointGetLatestPipelineRun ¶

func (a *Client) WaypointGetLatestPipelineRun(params *WaypointGetLatestPipelineRunParams, opts ...ClientOption) (*WaypointGetLatestPipelineRunOK, error)

WaypointGetLatestPipelineRun gets latest pipeline run returns a pipeline run proto by pipeline ref id and sequence

func (*Client) WaypointGetLatestPipelineRun2 ¶

func (a *Client) WaypointGetLatestPipelineRun2(params *WaypointGetLatestPipelineRun2Params, opts ...ClientOption) (*WaypointGetLatestPipelineRun2OK, error)

WaypointGetLatestPipelineRun2 gets latest pipeline run returns a pipeline run proto by pipeline ref id and sequence

func (*Client) WaypointGetLatestPushedArtifact ¶

func (a *Client) WaypointGetLatestPushedArtifact(params *WaypointGetLatestPushedArtifactParams, opts ...ClientOption) (*WaypointGetLatestPushedArtifactOK, error)

WaypointGetLatestPushedArtifact gets latest pushed artifact returns the most recent successfully completed artifact push for an app

func (*Client) WaypointGetLatestPushedArtifact2 ¶

func (a *Client) WaypointGetLatestPushedArtifact2(params *WaypointGetLatestPushedArtifact2Params, opts ...ClientOption) (*WaypointGetLatestPushedArtifact2OK, error)

WaypointGetLatestPushedArtifact2 gets latest pushed artifact returns the most recent successfully completed artifact push for an app

func (*Client) WaypointGetLatestRelease ¶

func (a *Client) WaypointGetLatestRelease(params *WaypointGetLatestReleaseParams, opts ...ClientOption) (*WaypointGetLatestReleaseOK, error)

WaypointGetLatestRelease gets latest release returns the most recent successfully completed release for an app

func (*Client) WaypointGetLatestRelease2 ¶

func (a *Client) WaypointGetLatestRelease2(params *WaypointGetLatestRelease2Params, opts ...ClientOption) (*WaypointGetLatestRelease2OK, error)

WaypointGetLatestRelease2 gets latest release returns the most recent successfully completed release for an app

func (*Client) WaypointGetLatestStatusReport ¶

func (a *Client) WaypointGetLatestStatusReport(params *WaypointGetLatestStatusReportParams, opts ...ClientOption) (*WaypointGetLatestStatusReportOK, error)

WaypointGetLatestStatusReport gets latest status report returns the most recent successfully completed health report for an app

func (*Client) WaypointGetLatestStatusReport2 ¶

func (a *Client) WaypointGetLatestStatusReport2(params *WaypointGetLatestStatusReport2Params, opts ...ClientOption) (*WaypointGetLatestStatusReport2OK, error)

WaypointGetLatestStatusReport2 gets latest status report returns the most recent successfully completed health report for an app

func (*Client) WaypointGetLogStream ¶

func (a *Client) WaypointGetLogStream(params *WaypointGetLogStreamParams, opts ...ClientOption) (*WaypointGetLogStreamOK, error)

WaypointGetLogStream gets log stream reads the log stream for a deployment this will immediately send a single log entry with the lines we have so far if there are no available lines this will n o t block and instead will return an error the client can choose to retry or not

func (*Client) WaypointGetLogStream2 ¶

func (a *Client) WaypointGetLogStream2(params *WaypointGetLogStream2Params, opts ...ClientOption) (*WaypointGetLogStream2OK, error)

WaypointGetLogStream2 gets log stream reads the log stream for a deployment this will immediately send a single log entry with the lines we have so far if there are no available lines this will n o t block and instead will return an error the client can choose to retry or not

func (*Client) WaypointGetLogStream3 ¶

func (a *Client) WaypointGetLogStream3(params *WaypointGetLogStream3Params, opts ...ClientOption) (*WaypointGetLogStream3OK, error)

WaypointGetLogStream3 gets log stream reads the log stream for a deployment this will immediately send a single log entry with the lines we have so far if there are no available lines this will n o t block and instead will return an error the client can choose to retry or not

func (*Client) WaypointGetOIDCAuthURL ¶

func (a *Client) WaypointGetOIDCAuthURL(params *WaypointGetOIDCAuthURLParams, opts ...ClientOption) (*WaypointGetOIDCAuthURLOK, error)

WaypointGetOIDCAuthURL gets the URL to visit to start authentication with o ID c

func (*Client) WaypointGetOnDemandRunnerConfig ¶

func (a *Client) WaypointGetOnDemandRunnerConfig(params *WaypointGetOnDemandRunnerConfigParams, opts ...ClientOption) (*WaypointGetOnDemandRunnerConfigOK, error)

WaypointGetOnDemandRunnerConfig gets on demand runner config returns the on demand runner configuration

func (*Client) WaypointGetOnDemandRunnerConfig2 ¶

func (a *Client) WaypointGetOnDemandRunnerConfig2(params *WaypointGetOnDemandRunnerConfig2Params, opts ...ClientOption) (*WaypointGetOnDemandRunnerConfig2OK, error)

WaypointGetOnDemandRunnerConfig2 gets on demand runner config returns the on demand runner configuration

func (*Client) WaypointGetPipeline ¶

func (a *Client) WaypointGetPipeline(params *WaypointGetPipelineParams, opts ...ClientOption) (*WaypointGetPipelineOK, error)

WaypointGetPipeline gets pipeline returns a pipeline proto by pipeline ref id

func (*Client) WaypointGetPipeline2 ¶

func (a *Client) WaypointGetPipeline2(params *WaypointGetPipeline2Params, opts ...ClientOption) (*WaypointGetPipeline2OK, error)

WaypointGetPipeline2 gets pipeline returns a pipeline proto by pipeline ref id

func (*Client) WaypointGetPipelineRun ¶

func (a *Client) WaypointGetPipelineRun(params *WaypointGetPipelineRunParams, opts ...ClientOption) (*WaypointGetPipelineRunOK, error)

WaypointGetPipelineRun gets pipeline run returns a pipeline run proto by pipeline ref id and sequence

func (*Client) WaypointGetPipelineRun2 ¶

func (a *Client) WaypointGetPipelineRun2(params *WaypointGetPipelineRun2Params, opts ...ClientOption) (*WaypointGetPipelineRun2OK, error)

WaypointGetPipelineRun2 gets pipeline run returns a pipeline run proto by pipeline ref id and sequence

func (*Client) WaypointGetProject ¶

func (a *Client) WaypointGetProject(params *WaypointGetProjectParams, opts ...ClientOption) (*WaypointGetProjectOK, error)

WaypointGetProject gets project returns the project

func (*Client) WaypointGetPushedArtifact ¶

func (a *Client) WaypointGetPushedArtifact(params *WaypointGetPushedArtifactParams, opts ...ClientOption) (*WaypointGetPushedArtifactOK, error)

WaypointGetPushedArtifact gets pushed artifact returns a deployment

func (*Client) WaypointGetPushedArtifact2 ¶

func (a *Client) WaypointGetPushedArtifact2(params *WaypointGetPushedArtifact2Params, opts ...ClientOption) (*WaypointGetPushedArtifact2OK, error)

WaypointGetPushedArtifact2 gets pushed artifact returns a deployment

func (*Client) WaypointGetRelease ¶

func (a *Client) WaypointGetRelease(params *WaypointGetReleaseParams, opts ...ClientOption) (*WaypointGetReleaseOK, error)

WaypointGetRelease gets release returns a release

func (*Client) WaypointGetRelease2 ¶

func (a *Client) WaypointGetRelease2(params *WaypointGetRelease2Params, opts ...ClientOption) (*WaypointGetRelease2OK, error)

WaypointGetRelease2 gets release returns a release

func (*Client) WaypointGetRunner ¶

func (a *Client) WaypointGetRunner(params *WaypointGetRunnerParams, opts ...ClientOption) (*WaypointGetRunnerOK, error)

WaypointGetRunner gets runner gets information about a single runner

func (*Client) WaypointGetServerConfig ¶

func (a *Client) WaypointGetServerConfig(params *WaypointGetServerConfigParams, opts ...ClientOption) (*WaypointGetServerConfigOK, error)

WaypointGetServerConfig gets server config sets configuration for the waypoint server

func (*Client) WaypointGetStatusReport ¶

func (a *Client) WaypointGetStatusReport(params *WaypointGetStatusReportParams, opts ...ClientOption) (*WaypointGetStatusReportOK, error)

WaypointGetStatusReport gets status report returns a status report

func (*Client) WaypointGetTask ¶

func (a *Client) WaypointGetTask(params *WaypointGetTaskParams, opts ...ClientOption) (*WaypointGetTaskOK, error)

WaypointGetTask gets task returns a requested task message or an error if it does not exist

func (*Client) WaypointGetTask2 ¶

func (a *Client) WaypointGetTask2(params *WaypointGetTask2Params, opts ...ClientOption) (*WaypointGetTask2OK, error)

WaypointGetTask2 gets task returns a requested task message or an error if it does not exist

func (*Client) WaypointGetTrigger ¶

func (a *Client) WaypointGetTrigger(params *WaypointGetTriggerParams, opts ...ClientOption) (*WaypointGetTriggerOK, error)

WaypointGetTrigger gets trigger returns a requested trigger message or an error if it does not exist

func (*Client) WaypointGetTrigger2 ¶

func (a *Client) WaypointGetTrigger2(params *WaypointGetTrigger2Params, opts ...ClientOption) (*WaypointGetTrigger2OK, error)

WaypointGetTrigger2 gets trigger returns a requested trigger message or an error if it does not exist

func (*Client) WaypointGetUser ¶

func (a *Client) WaypointGetUser(params *WaypointGetUserParams, opts ...ClientOption) (*WaypointGetUserOK, error)

WaypointGetUser gets user returns the current logged in user or some other user

func (*Client) WaypointGetUser2 ¶

func (a *Client) WaypointGetUser2(params *WaypointGetUser2Params, opts ...ClientOption) (*WaypointGetUser2OK, error)

WaypointGetUser2 gets user returns the current logged in user or some other user

func (*Client) WaypointGetVersionInfo ¶

func (a *Client) WaypointGetVersionInfo(params *WaypointGetVersionInfoParams, opts ...ClientOption) (*WaypointGetVersionInfoOK, error)

WaypointGetVersionInfo gets version info returns information about the server this RPC call does n o t require authentication it can be used by clients to determine if they are capable of talking to this server

func (*Client) WaypointGetWorkspace ¶

func (a *Client) WaypointGetWorkspace(params *WaypointGetWorkspaceParams, opts ...ClientOption) (*WaypointGetWorkspaceOK, error)

WaypointGetWorkspace gets workspace returns the workspace

func (*Client) WaypointListAuthMethods ¶

func (a *Client) WaypointListAuthMethods(params *WaypointListAuthMethodsParams, opts ...ClientOption) (*WaypointListAuthMethodsOK, error)

WaypointListAuthMethods lists auth methods returns a list of all the auth methods

func (*Client) WaypointListBuilds ¶

func (a *Client) WaypointListBuilds(params *WaypointListBuildsParams, opts ...ClientOption) (*WaypointListBuildsOK, error)

WaypointListBuilds lists builds returns the builds

func (*Client) WaypointListBuilds2 ¶

func (a *Client) WaypointListBuilds2(params *WaypointListBuilds2Params, opts ...ClientOption) (*WaypointListBuilds2OK, error)

WaypointListBuilds2 lists builds returns the builds

func (*Client) WaypointListDeployments ¶

func (a *Client) WaypointListDeployments(params *WaypointListDeploymentsParams, opts ...ClientOption) (*WaypointListDeploymentsOK, error)

WaypointListDeployments lists deployments returns the deployments

func (*Client) WaypointListDeployments2 ¶

func (a *Client) WaypointListDeployments2(params *WaypointListDeployments2Params, opts ...ClientOption) (*WaypointListDeployments2OK, error)

WaypointListDeployments2 lists deployments returns the deployments

func (*Client) WaypointListHostnames ¶

func (a *Client) WaypointListHostnames(params *WaypointListHostnamesParams, opts ...ClientOption) (*WaypointListHostnamesOK, error)

WaypointListHostnames lists all our registered hostnames

func (*Client) WaypointListHostnames2 ¶

func (a *Client) WaypointListHostnames2(params *WaypointListHostnames2Params, opts ...ClientOption) (*WaypointListHostnames2OK, error)

WaypointListHostnames2 lists all our registered hostnames

func (*Client) WaypointListInstances ¶

func (a *Client) WaypointListInstances(params *WaypointListInstancesParams, opts ...ClientOption) (*WaypointListInstancesOK, error)

WaypointListInstances lists instances returns the running instances of deployments

func (*Client) WaypointListInstances2 ¶

func (a *Client) WaypointListInstances2(params *WaypointListInstances2Params, opts ...ClientOption) (*WaypointListInstances2OK, error)

WaypointListInstances2 lists instances returns the running instances of deployments

func (*Client) WaypointListInstances3 ¶

func (a *Client) WaypointListInstances3(params *WaypointListInstances3Params, opts ...ClientOption) (*WaypointListInstances3OK, error)

WaypointListInstances3 lists instances returns the running instances of deployments

func (*Client) WaypointListJobs ¶

func (a *Client) WaypointListJobs(params *WaypointListJobsParams, opts ...ClientOption) (*WaypointListJobsOK, error)

WaypointListJobs lists jobs will return a list of jobs known to waypoint server can be filtered by request on values like workspace project application job state etc

func (*Client) WaypointListJobs2 ¶

func (a *Client) WaypointListJobs2(params *WaypointListJobs2Params, opts ...ClientOption) (*WaypointListJobs2OK, error)

WaypointListJobs2 lists jobs will return a list of jobs known to waypoint server can be filtered by request on values like workspace project application job state etc

func (*Client) WaypointListJobs3 ¶

func (a *Client) WaypointListJobs3(params *WaypointListJobs3Params, opts ...ClientOption) (*WaypointListJobs3OK, error)

WaypointListJobs3 lists jobs will return a list of jobs known to waypoint server can be filtered by request on values like workspace project application job state etc

func (*Client) WaypointListJobs4 ¶

func (a *Client) WaypointListJobs4(params *WaypointListJobs4Params, opts ...ClientOption) (*WaypointListJobs4OK, error)

WaypointListJobs4 lists jobs will return a list of jobs known to waypoint server can be filtered by request on values like workspace project application job state etc

func (*Client) WaypointListJobs5 ¶

func (a *Client) WaypointListJobs5(params *WaypointListJobs5Params, opts ...ClientOption) (*WaypointListJobs5OK, error)

WaypointListJobs5 lists jobs will return a list of jobs known to waypoint server can be filtered by request on values like workspace project application job state etc

func (*Client) WaypointListOIDCAuthMethods ¶

func (a *Client) WaypointListOIDCAuthMethods(params *WaypointListOIDCAuthMethodsParams, opts ...ClientOption) (*WaypointListOIDCAuthMethodsOK, error)

WaypointListOIDCAuthMethods lists the available o ID c providers for authentication the name of the o ID c provider can be used with get o ID c auth URL and complete o ID c auth to perform o ID c based authentication

func (*Client) WaypointListOnDemandRunnerConfigs ¶

func (a *Client) WaypointListOnDemandRunnerConfigs(params *WaypointListOnDemandRunnerConfigsParams, opts ...ClientOption) (*WaypointListOnDemandRunnerConfigsOK, error)

WaypointListOnDemandRunnerConfigs lists on demand runner configs returns a list of all the on demand runners configs

func (*Client) WaypointListPipelineRuns ¶

func (a *Client) WaypointListPipelineRuns(params *WaypointListPipelineRunsParams, opts ...ClientOption) (*WaypointListPipelineRunsOK, error)

WaypointListPipelineRuns lists pipeline runs takes a pipeline ref and returns a list of runs of that pipeline it will return an error if the requested pipeline does not exist or an empty response if there are no runs for the pipeline

func (*Client) WaypointListPipelineRuns2 ¶

func (a *Client) WaypointListPipelineRuns2(params *WaypointListPipelineRuns2Params, opts ...ClientOption) (*WaypointListPipelineRuns2OK, error)

WaypointListPipelineRuns2 lists pipeline runs takes a pipeline ref and returns a list of runs of that pipeline it will return an error if the requested pipeline does not exist or an empty response if there are no runs for the pipeline

func (*Client) WaypointListPipelines ¶

func (a *Client) WaypointListPipelines(params *WaypointListPipelinesParams, opts ...ClientOption) (*WaypointListPipelinesOK, error)

WaypointListPipelines lists pipelines takes a project and evaluates the projects config to get a list of pipeline protos to return in the response these pipelines are scoped to a single project from the request it will return an error if the requested project does not exist or an empty response if no pipelines are defined for the project

func (*Client) WaypointListProjects ¶

func (a *Client) WaypointListProjects(params *WaypointListProjectsParams, opts ...ClientOption) (*WaypointListProjectsOK, error)

WaypointListProjects lists projects returns a list of all the projects there is no equivalent list applications because applications are a part of projects and you can use get project to get more information about the project

func (*Client) WaypointListPushedArtifacts ¶

func (a *Client) WaypointListPushedArtifacts(params *WaypointListPushedArtifactsParams, opts ...ClientOption) (*WaypointListPushedArtifactsOK, error)

WaypointListPushedArtifacts lists pushed artifacts returns the builds

func (*Client) WaypointListPushedArtifacts2 ¶

func (a *Client) WaypointListPushedArtifacts2(params *WaypointListPushedArtifacts2Params, opts ...ClientOption) (*WaypointListPushedArtifacts2OK, error)

WaypointListPushedArtifacts2 lists pushed artifacts returns the builds

func (*Client) WaypointListReleases ¶

func (a *Client) WaypointListReleases(params *WaypointListReleasesParams, opts ...ClientOption) (*WaypointListReleasesOK, error)

WaypointListReleases lists releases returns the releases

func (*Client) WaypointListReleases2 ¶

func (a *Client) WaypointListReleases2(params *WaypointListReleases2Params, opts ...ClientOption) (*WaypointListReleases2OK, error)

WaypointListReleases2 lists releases returns the releases

func (*Client) WaypointListRunners ¶

func (a *Client) WaypointListRunners(params *WaypointListRunnersParams, opts ...ClientOption) (*WaypointListRunnersOK, error)

WaypointListRunners lists runners lists runners that are currently registered with the waypoint server this list does not include previous on demand runners that have exited

func (*Client) WaypointListStatusReports ¶

func (a *Client) WaypointListStatusReports(params *WaypointListStatusReportsParams, opts ...ClientOption) (*WaypointListStatusReportsOK, error)

WaypointListStatusReports lists status reports returns the deployments

func (*Client) WaypointListStatusReports2 ¶

func (a *Client) WaypointListStatusReports2(params *WaypointListStatusReports2Params, opts ...ClientOption) (*WaypointListStatusReports2OK, error)

WaypointListStatusReports2 lists status reports returns the deployments

func (*Client) WaypointListTask ¶

func (a *Client) WaypointListTask(params *WaypointListTaskParams, opts ...ClientOption) (*WaypointListTaskOK, error)

WaypointListTask lists task will return a list of all existing tasks

func (*Client) WaypointListTriggers ¶

func (a *Client) WaypointListTriggers(params *WaypointListTriggersParams, opts ...ClientOption) (*WaypointListTriggersOK, error)

WaypointListTriggers lists triggers takes a request filter and returns any matching existing triggers

func (*Client) WaypointListTriggers2 ¶

func (a *Client) WaypointListTriggers2(params *WaypointListTriggers2Params, opts ...ClientOption) (*WaypointListTriggers2OK, error)

WaypointListTriggers2 lists triggers takes a request filter and returns any matching existing triggers

func (*Client) WaypointListTriggers3 ¶

func (a *Client) WaypointListTriggers3(params *WaypointListTriggers3Params, opts ...ClientOption) (*WaypointListTriggers3OK, error)

WaypointListTriggers3 lists triggers takes a request filter and returns any matching existing triggers

func (*Client) WaypointListTriggers4 ¶

func (a *Client) WaypointListTriggers4(params *WaypointListTriggers4Params, opts ...ClientOption) (*WaypointListTriggers4OK, error)

WaypointListTriggers4 lists triggers takes a request filter and returns any matching existing triggers

func (*Client) WaypointListUsers ¶

func (a *Client) WaypointListUsers(params *WaypointListUsersParams, opts ...ClientOption) (*WaypointListUsersOK, error)

WaypointListUsers lists all users in the system

func (*Client) WaypointListWorkspaces ¶

func (a *Client) WaypointListWorkspaces(params *WaypointListWorkspacesParams, opts ...ClientOption) (*WaypointListWorkspacesOK, error)
WaypointListWorkspaces lists workspaces returns a list of all workspaces

Note that currently this list is never pruned, even if a workspace is

no longer in use. We plan to prune this in a future improvement.

func (*Client) WaypointListWorkspaces2 ¶

func (a *Client) WaypointListWorkspaces2(params *WaypointListWorkspaces2Params, opts ...ClientOption) (*WaypointListWorkspaces2OK, error)
WaypointListWorkspaces2 lists workspaces returns a list of all workspaces

Note that currently this list is never pruned, even if a workspace is

no longer in use. We plan to prune this in a future improvement.

func (*Client) WaypointListWorkspaces3 ¶

func (a *Client) WaypointListWorkspaces3(params *WaypointListWorkspaces3Params, opts ...ClientOption) (*WaypointListWorkspaces3OK, error)
WaypointListWorkspaces3 lists workspaces returns a list of all workspaces

Note that currently this list is never pruned, even if a workspace is

no longer in use. We plan to prune this in a future improvement.

func (*Client) WaypointNoAuthRunTrigger ¶

func (a *Client) WaypointNoAuthRunTrigger(params *WaypointNoAuthRunTriggerParams, opts ...ClientOption) (*WaypointNoAuthRunTriggerOK, error)

WaypointNoAuthRunTrigger attempts to run a trigger given a trigger ID reference if the trigger does not exist we return not found if the trigger exists but requires authentication we return an error

func (*Client) WaypointQueueJob ¶

func (a *Client) WaypointQueueJob(params *WaypointQueueJobParams, opts ...ClientOption) (*WaypointQueueJobOK, error)

WaypointQueueJob queues job queues a job for execution by a runner this will return as soon as the job is queued it will not wait for execution

func (*Client) WaypointRunPipeline ¶

func (a *Client) WaypointRunPipeline(params *WaypointRunPipelineParams, opts ...ClientOption) (*WaypointRunPipelineOK, error)

WaypointRunPipeline runs pipeline queues a pipeline execution

func (*Client) WaypointRunPipeline2 ¶

func (a *Client) WaypointRunPipeline2(params *WaypointRunPipeline2Params, opts ...ClientOption) (*WaypointRunPipeline2OK, error)

WaypointRunPipeline2 runs pipeline queues a pipeline execution

func (*Client) WaypointRunTrigger ¶

func (a *Client) WaypointRunTrigger(params *WaypointRunTriggerParams, opts ...ClientOption) (*WaypointRunTriggerOK, error)

WaypointRunTrigger runs trigger will look up the referenced trigger and attempt to queue a job based on the trigger configuration

func (*Client) WaypointSetConfig ¶

func (a *Client) WaypointSetConfig(params *WaypointSetConfigParams, opts ...ClientOption) (*WaypointSetConfigOK, error)

WaypointSetConfig sets one or more configuration variables for applications or runners

func (*Client) WaypointSetConfigSource ¶

func (a *Client) WaypointSetConfigSource(params *WaypointSetConfigSourceParams, opts ...ClientOption) (*WaypointSetConfigSourceOK, error)

WaypointSetConfigSource sets the configuration for a dynamic configuration source if you re looking to set application configuration you probably want set config instead

func (*Client) WaypointSetServerConfig ¶

func (a *Client) WaypointSetServerConfig(params *WaypointSetServerConfigParams, opts ...ClientOption) (*WaypointSetServerConfigOK, error)

WaypointSetServerConfig sets server config sets configuration for the waypoint server

func (*Client) WaypointStartExecStream ¶

func (a *Client) WaypointStartExecStream(params *WaypointStartExecStreamParams, opts ...ClientOption) (*WaypointStartExecStreamOK, error)

WaypointStartExecStream starts exec stream starts an exec session

func (*Client) WaypointUIGetProject ¶

func (a *Client) WaypointUIGetProject(params *WaypointUIGetProjectParams, opts ...ClientOption) (*WaypointUIGetProjectOK, error)

WaypointUIGetProject gets a given project with useful related records

func (*Client) WaypointUIListDeployments ¶

func (a *Client) WaypointUIListDeployments(params *WaypointUIListDeploymentsParams, opts ...ClientOption) (*WaypointUIListDeploymentsOK, error)

WaypointUIListDeployments lists deployments for a given application

func (*Client) WaypointUIListDeployments2 ¶

func (a *Client) WaypointUIListDeployments2(params *WaypointUIListDeployments2Params, opts ...ClientOption) (*WaypointUIListDeployments2OK, error)

WaypointUIListDeployments2 lists deployments for a given application

func (*Client) WaypointUIListDeployments3 ¶

func (a *Client) WaypointUIListDeployments3(params *WaypointUIListDeployments3Params, opts ...ClientOption) (*WaypointUIListDeployments3OK, error)

WaypointUIListDeployments3 lists deployments for a given application

func (*Client) WaypointUIListDeployments4 ¶

func (a *Client) WaypointUIListDeployments4(params *WaypointUIListDeployments4Params, opts ...ClientOption) (*WaypointUIListDeployments4OK, error)

WaypointUIListDeployments4 lists deployments for a given application

func (*Client) WaypointUIListReleases ¶

func (a *Client) WaypointUIListReleases(params *WaypointUIListReleasesParams, opts ...ClientOption) (*WaypointUIListReleasesOK, error)

WaypointUIListReleases lists releases for a given application

func (*Client) WaypointUIListReleases2 ¶

func (a *Client) WaypointUIListReleases2(params *WaypointUIListReleases2Params, opts ...ClientOption) (*WaypointUIListReleases2OK, error)

WaypointUIListReleases2 lists releases for a given application

func (*Client) WaypointUIListReleases3 ¶

func (a *Client) WaypointUIListReleases3(params *WaypointUIListReleases3Params, opts ...ClientOption) (*WaypointUIListReleases3OK, error)

WaypointUIListReleases3 lists releases for a given application

func (*Client) WaypointUIListReleases4 ¶

func (a *Client) WaypointUIListReleases4(params *WaypointUIListReleases4Params, opts ...ClientOption) (*WaypointUIListReleases4OK, error)

WaypointUIListReleases4 lists releases for a given application

func (*Client) WaypointUpdateUser ¶

func (a *Client) WaypointUpdateUser(params *WaypointUpdateUserParams, opts ...ClientOption) (*WaypointUpdateUserOK, error)

WaypointUpdateUser updates the details about an existing user

func (*Client) WaypointUpsertApplication ¶

func (a *Client) WaypointUpsertApplication(params *WaypointUpsertApplicationParams, opts ...ClientOption) (*WaypointUpsertApplicationOK, error)

WaypointUpsertApplication upserts application upserts an application with a project

func (*Client) WaypointUpsertAuthMethod ¶

func (a *Client) WaypointUpsertAuthMethod(params *WaypointUpsertAuthMethodParams, opts ...ClientOption) (*WaypointUpsertAuthMethodOK, error)

WaypointUpsertAuthMethod upserts auth method upserts the auth method all users logged in with this auth method will remain logged in even if settings change

func (*Client) WaypointUpsertOnDemandRunnerConfig ¶

func (a *Client) WaypointUpsertOnDemandRunnerConfig(params *WaypointUpsertOnDemandRunnerConfigParams, opts ...ClientOption) (*WaypointUpsertOnDemandRunnerConfigOK, error)

WaypointUpsertOnDemandRunnerConfig upserts on demand runner config updates or inserts a on demand runner configuration this configuration can be used by projects for running operations on just in time launched runners

func (*Client) WaypointUpsertProject ¶

func (a *Client) WaypointUpsertProject(params *WaypointUpsertProjectParams, opts ...ClientOption) (*WaypointUpsertProjectOK, error)

WaypointUpsertProject upserts project upserts the project

func (*Client) WaypointUpsertTrigger ¶

func (a *Client) WaypointUpsertTrigger(params *WaypointUpsertTriggerParams, opts ...ClientOption) (*WaypointUpsertTriggerOK, error)

WaypointUpsertTrigger upserts trigger updates or inserts a trigger URL configuration

func (*Client) WaypointUpsertWorkspace ¶

func (a *Client) WaypointUpsertWorkspace(params *WaypointUpsertWorkspaceParams, opts ...ClientOption) (*WaypointUpsertWorkspaceOK, error)

WaypointUpsertWorkspace upserts workspace upserts the workspace changes to a workspace s projects are ignored at this time

func (*Client) WaypointValidateJob ¶

func (a *Client) WaypointValidateJob(params *WaypointValidateJobParams, opts ...ClientOption) (*WaypointValidateJobOK, error)

WaypointValidateJob validates job checks if a job appears valid this will check the job structure itself i e missing fields and can also check to ensure the job is assignable to a runner

func (*Client) WaypointWaypointHclFmt ¶

func (a *Client) WaypointWaypointHclFmt(params *WaypointWaypointHclFmtParams, opts ...ClientOption) (*WaypointWaypointHclFmtOK, error)

WaypointWaypointHclFmt waypoints hcl fmt formats a waypoint hcl file this must be in h c l format JSON formatting is not supported

type ClientOption ¶

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService ¶

type ClientService interface {
	WaypointAdoptRunner(params *WaypointAdoptRunnerParams, opts ...ClientOption) (*WaypointAdoptRunnerOK, error)

	WaypointCancelJob(params *WaypointCancelJobParams, opts ...ClientOption) (*WaypointCancelJobOK, error)

	WaypointCancelTask(params *WaypointCancelTaskParams, opts ...ClientOption) (*WaypointCancelTaskOK, error)

	WaypointCancelTask2(params *WaypointCancelTask2Params, opts ...ClientOption) (*WaypointCancelTask2OK, error)

	WaypointCompleteOIDCAuth(params *WaypointCompleteOIDCAuthParams, opts ...ClientOption) (*WaypointCompleteOIDCAuthOK, error)

	WaypointConfigSyncPipeline(params *WaypointConfigSyncPipelineParams, opts ...ClientOption) (*WaypointConfigSyncPipelineOK, error)

	WaypointConvertInviteToken(params *WaypointConvertInviteTokenParams, opts ...ClientOption) (*WaypointConvertInviteTokenOK, error)

	WaypointCreateHostname(params *WaypointCreateHostnameParams, opts ...ClientOption) (*WaypointCreateHostnameOK, error)

	WaypointCreateHostname2(params *WaypointCreateHostname2Params, opts ...ClientOption) (*WaypointCreateHostname2OK, error)

	WaypointDecodeToken(params *WaypointDecodeTokenParams, opts ...ClientOption) (*WaypointDecodeTokenOK, error)

	WaypointDeleteAuthMethod(params *WaypointDeleteAuthMethodParams, opts ...ClientOption) (*WaypointDeleteAuthMethodOK, error)

	WaypointDeleteHostname(params *WaypointDeleteHostnameParams, opts ...ClientOption) (*WaypointDeleteHostnameOK, error)

	WaypointDeleteUser(params *WaypointDeleteUserParams, opts ...ClientOption) (*WaypointDeleteUserOK, error)

	WaypointDeleteUser2(params *WaypointDeleteUser2Params, opts ...ClientOption) (*WaypointDeleteUser2OK, error)

	WaypointDestroyProject(params *WaypointDestroyProjectParams, opts ...ClientOption) (*WaypointDestroyProjectOK, error)

	WaypointExpediteStatusReport(params *WaypointExpediteStatusReportParams, opts ...ClientOption) (*WaypointExpediteStatusReportOK, error)

	WaypointExpediteStatusReport2(params *WaypointExpediteStatusReport2Params, opts ...ClientOption) (*WaypointExpediteStatusReport2OK, error)

	WaypointExpediteStatusReport3(params *WaypointExpediteStatusReport3Params, opts ...ClientOption) (*WaypointExpediteStatusReport3OK, error)

	WaypointExpediteStatusReport4(params *WaypointExpediteStatusReport4Params, opts ...ClientOption) (*WaypointExpediteStatusReport4OK, error)

	WaypointForgetRunner(params *WaypointForgetRunnerParams, opts ...ClientOption) (*WaypointForgetRunnerOK, error)

	WaypointGenerateInviteToken(params *WaypointGenerateInviteTokenParams, opts ...ClientOption) (*WaypointGenerateInviteTokenOK, error)

	WaypointGenerateLoginToken(params *WaypointGenerateLoginTokenParams, opts ...ClientOption) (*WaypointGenerateLoginTokenOK, error)

	WaypointGenerateRunnerToken(params *WaypointGenerateRunnerTokenParams, opts ...ClientOption) (*WaypointGenerateRunnerTokenOK, error)

	WaypointGetApplication(params *WaypointGetApplicationParams, opts ...ClientOption) (*WaypointGetApplicationOK, error)

	WaypointGetAuthMethod(params *WaypointGetAuthMethodParams, opts ...ClientOption) (*WaypointGetAuthMethodOK, error)

	WaypointGetBuild(params *WaypointGetBuildParams, opts ...ClientOption) (*WaypointGetBuildOK, error)

	WaypointGetBuild2(params *WaypointGetBuild2Params, opts ...ClientOption) (*WaypointGetBuild2OK, error)

	WaypointGetConfig(params *WaypointGetConfigParams, opts ...ClientOption) (*WaypointGetConfigOK, error)

	WaypointGetConfig2(params *WaypointGetConfig2Params, opts ...ClientOption) (*WaypointGetConfig2OK, error)

	WaypointGetConfig3(params *WaypointGetConfig3Params, opts ...ClientOption) (*WaypointGetConfig3OK, error)

	WaypointGetConfigSource(params *WaypointGetConfigSourceParams, opts ...ClientOption) (*WaypointGetConfigSourceOK, error)

	WaypointGetDeployment(params *WaypointGetDeploymentParams, opts ...ClientOption) (*WaypointGetDeploymentOK, error)

	WaypointGetDeployment2(params *WaypointGetDeployment2Params, opts ...ClientOption) (*WaypointGetDeployment2OK, error)

	WaypointGetJob(params *WaypointGetJobParams, opts ...ClientOption) (*WaypointGetJobOK, error)

	WaypointGetJobStream(params *WaypointGetJobStreamParams, opts ...ClientOption) (*WaypointGetJobStreamOK, error)

	WaypointGetLatestBuild(params *WaypointGetLatestBuildParams, opts ...ClientOption) (*WaypointGetLatestBuildOK, error)

	WaypointGetLatestBuild2(params *WaypointGetLatestBuild2Params, opts ...ClientOption) (*WaypointGetLatestBuild2OK, error)

	WaypointGetLatestPipelineRun(params *WaypointGetLatestPipelineRunParams, opts ...ClientOption) (*WaypointGetLatestPipelineRunOK, error)

	WaypointGetLatestPipelineRun2(params *WaypointGetLatestPipelineRun2Params, opts ...ClientOption) (*WaypointGetLatestPipelineRun2OK, error)

	WaypointGetLatestPushedArtifact(params *WaypointGetLatestPushedArtifactParams, opts ...ClientOption) (*WaypointGetLatestPushedArtifactOK, error)

	WaypointGetLatestPushedArtifact2(params *WaypointGetLatestPushedArtifact2Params, opts ...ClientOption) (*WaypointGetLatestPushedArtifact2OK, error)

	WaypointGetLatestRelease(params *WaypointGetLatestReleaseParams, opts ...ClientOption) (*WaypointGetLatestReleaseOK, error)

	WaypointGetLatestRelease2(params *WaypointGetLatestRelease2Params, opts ...ClientOption) (*WaypointGetLatestRelease2OK, error)

	WaypointGetLatestStatusReport(params *WaypointGetLatestStatusReportParams, opts ...ClientOption) (*WaypointGetLatestStatusReportOK, error)

	WaypointGetLatestStatusReport2(params *WaypointGetLatestStatusReport2Params, opts ...ClientOption) (*WaypointGetLatestStatusReport2OK, error)

	WaypointGetLogStream(params *WaypointGetLogStreamParams, opts ...ClientOption) (*WaypointGetLogStreamOK, error)

	WaypointGetLogStream2(params *WaypointGetLogStream2Params, opts ...ClientOption) (*WaypointGetLogStream2OK, error)

	WaypointGetLogStream3(params *WaypointGetLogStream3Params, opts ...ClientOption) (*WaypointGetLogStream3OK, error)

	WaypointGetOIDCAuthURL(params *WaypointGetOIDCAuthURLParams, opts ...ClientOption) (*WaypointGetOIDCAuthURLOK, error)

	WaypointGetOnDemandRunnerConfig(params *WaypointGetOnDemandRunnerConfigParams, opts ...ClientOption) (*WaypointGetOnDemandRunnerConfigOK, error)

	WaypointGetOnDemandRunnerConfig2(params *WaypointGetOnDemandRunnerConfig2Params, opts ...ClientOption) (*WaypointGetOnDemandRunnerConfig2OK, error)

	WaypointGetPipeline(params *WaypointGetPipelineParams, opts ...ClientOption) (*WaypointGetPipelineOK, error)

	WaypointGetPipeline2(params *WaypointGetPipeline2Params, opts ...ClientOption) (*WaypointGetPipeline2OK, error)

	WaypointGetPipelineRun(params *WaypointGetPipelineRunParams, opts ...ClientOption) (*WaypointGetPipelineRunOK, error)

	WaypointGetPipelineRun2(params *WaypointGetPipelineRun2Params, opts ...ClientOption) (*WaypointGetPipelineRun2OK, error)

	WaypointGetProject(params *WaypointGetProjectParams, opts ...ClientOption) (*WaypointGetProjectOK, error)

	WaypointGetPushedArtifact(params *WaypointGetPushedArtifactParams, opts ...ClientOption) (*WaypointGetPushedArtifactOK, error)

	WaypointGetPushedArtifact2(params *WaypointGetPushedArtifact2Params, opts ...ClientOption) (*WaypointGetPushedArtifact2OK, error)

	WaypointGetRelease(params *WaypointGetReleaseParams, opts ...ClientOption) (*WaypointGetReleaseOK, error)

	WaypointGetRelease2(params *WaypointGetRelease2Params, opts ...ClientOption) (*WaypointGetRelease2OK, error)

	WaypointGetRunner(params *WaypointGetRunnerParams, opts ...ClientOption) (*WaypointGetRunnerOK, error)

	WaypointGetServerConfig(params *WaypointGetServerConfigParams, opts ...ClientOption) (*WaypointGetServerConfigOK, error)

	WaypointGetStatusReport(params *WaypointGetStatusReportParams, opts ...ClientOption) (*WaypointGetStatusReportOK, error)

	WaypointGetTask(params *WaypointGetTaskParams, opts ...ClientOption) (*WaypointGetTaskOK, error)

	WaypointGetTask2(params *WaypointGetTask2Params, opts ...ClientOption) (*WaypointGetTask2OK, error)

	WaypointGetTrigger(params *WaypointGetTriggerParams, opts ...ClientOption) (*WaypointGetTriggerOK, error)

	WaypointGetTrigger2(params *WaypointGetTrigger2Params, opts ...ClientOption) (*WaypointGetTrigger2OK, error)

	WaypointGetUser(params *WaypointGetUserParams, opts ...ClientOption) (*WaypointGetUserOK, error)

	WaypointGetUser2(params *WaypointGetUser2Params, opts ...ClientOption) (*WaypointGetUser2OK, error)

	WaypointGetVersionInfo(params *WaypointGetVersionInfoParams, opts ...ClientOption) (*WaypointGetVersionInfoOK, error)

	WaypointGetWorkspace(params *WaypointGetWorkspaceParams, opts ...ClientOption) (*WaypointGetWorkspaceOK, error)

	WaypointListAuthMethods(params *WaypointListAuthMethodsParams, opts ...ClientOption) (*WaypointListAuthMethodsOK, error)

	WaypointListBuilds(params *WaypointListBuildsParams, opts ...ClientOption) (*WaypointListBuildsOK, error)

	WaypointListBuilds2(params *WaypointListBuilds2Params, opts ...ClientOption) (*WaypointListBuilds2OK, error)

	WaypointListDeployments(params *WaypointListDeploymentsParams, opts ...ClientOption) (*WaypointListDeploymentsOK, error)

	WaypointListDeployments2(params *WaypointListDeployments2Params, opts ...ClientOption) (*WaypointListDeployments2OK, error)

	WaypointListHostnames(params *WaypointListHostnamesParams, opts ...ClientOption) (*WaypointListHostnamesOK, error)

	WaypointListHostnames2(params *WaypointListHostnames2Params, opts ...ClientOption) (*WaypointListHostnames2OK, error)

	WaypointListInstances(params *WaypointListInstancesParams, opts ...ClientOption) (*WaypointListInstancesOK, error)

	WaypointListInstances2(params *WaypointListInstances2Params, opts ...ClientOption) (*WaypointListInstances2OK, error)

	WaypointListInstances3(params *WaypointListInstances3Params, opts ...ClientOption) (*WaypointListInstances3OK, error)

	WaypointListJobs(params *WaypointListJobsParams, opts ...ClientOption) (*WaypointListJobsOK, error)

	WaypointListJobs2(params *WaypointListJobs2Params, opts ...ClientOption) (*WaypointListJobs2OK, error)

	WaypointListJobs3(params *WaypointListJobs3Params, opts ...ClientOption) (*WaypointListJobs3OK, error)

	WaypointListJobs4(params *WaypointListJobs4Params, opts ...ClientOption) (*WaypointListJobs4OK, error)

	WaypointListJobs5(params *WaypointListJobs5Params, opts ...ClientOption) (*WaypointListJobs5OK, error)

	WaypointListOIDCAuthMethods(params *WaypointListOIDCAuthMethodsParams, opts ...ClientOption) (*WaypointListOIDCAuthMethodsOK, error)

	WaypointListOnDemandRunnerConfigs(params *WaypointListOnDemandRunnerConfigsParams, opts ...ClientOption) (*WaypointListOnDemandRunnerConfigsOK, error)

	WaypointListPipelineRuns(params *WaypointListPipelineRunsParams, opts ...ClientOption) (*WaypointListPipelineRunsOK, error)

	WaypointListPipelineRuns2(params *WaypointListPipelineRuns2Params, opts ...ClientOption) (*WaypointListPipelineRuns2OK, error)

	WaypointListPipelines(params *WaypointListPipelinesParams, opts ...ClientOption) (*WaypointListPipelinesOK, error)

	WaypointListProjects(params *WaypointListProjectsParams, opts ...ClientOption) (*WaypointListProjectsOK, error)

	WaypointListPushedArtifacts(params *WaypointListPushedArtifactsParams, opts ...ClientOption) (*WaypointListPushedArtifactsOK, error)

	WaypointListPushedArtifacts2(params *WaypointListPushedArtifacts2Params, opts ...ClientOption) (*WaypointListPushedArtifacts2OK, error)

	WaypointListReleases(params *WaypointListReleasesParams, opts ...ClientOption) (*WaypointListReleasesOK, error)

	WaypointListReleases2(params *WaypointListReleases2Params, opts ...ClientOption) (*WaypointListReleases2OK, error)

	WaypointListRunners(params *WaypointListRunnersParams, opts ...ClientOption) (*WaypointListRunnersOK, error)

	WaypointListStatusReports(params *WaypointListStatusReportsParams, opts ...ClientOption) (*WaypointListStatusReportsOK, error)

	WaypointListStatusReports2(params *WaypointListStatusReports2Params, opts ...ClientOption) (*WaypointListStatusReports2OK, error)

	WaypointListTask(params *WaypointListTaskParams, opts ...ClientOption) (*WaypointListTaskOK, error)

	WaypointListTriggers(params *WaypointListTriggersParams, opts ...ClientOption) (*WaypointListTriggersOK, error)

	WaypointListTriggers2(params *WaypointListTriggers2Params, opts ...ClientOption) (*WaypointListTriggers2OK, error)

	WaypointListTriggers3(params *WaypointListTriggers3Params, opts ...ClientOption) (*WaypointListTriggers3OK, error)

	WaypointListTriggers4(params *WaypointListTriggers4Params, opts ...ClientOption) (*WaypointListTriggers4OK, error)

	WaypointListUsers(params *WaypointListUsersParams, opts ...ClientOption) (*WaypointListUsersOK, error)

	WaypointListWorkspaces(params *WaypointListWorkspacesParams, opts ...ClientOption) (*WaypointListWorkspacesOK, error)

	WaypointListWorkspaces2(params *WaypointListWorkspaces2Params, opts ...ClientOption) (*WaypointListWorkspaces2OK, error)

	WaypointListWorkspaces3(params *WaypointListWorkspaces3Params, opts ...ClientOption) (*WaypointListWorkspaces3OK, error)

	WaypointNoAuthRunTrigger(params *WaypointNoAuthRunTriggerParams, opts ...ClientOption) (*WaypointNoAuthRunTriggerOK, error)

	WaypointQueueJob(params *WaypointQueueJobParams, opts ...ClientOption) (*WaypointQueueJobOK, error)

	WaypointRunPipeline(params *WaypointRunPipelineParams, opts ...ClientOption) (*WaypointRunPipelineOK, error)

	WaypointRunPipeline2(params *WaypointRunPipeline2Params, opts ...ClientOption) (*WaypointRunPipeline2OK, error)

	WaypointRunTrigger(params *WaypointRunTriggerParams, opts ...ClientOption) (*WaypointRunTriggerOK, error)

	WaypointSetConfig(params *WaypointSetConfigParams, opts ...ClientOption) (*WaypointSetConfigOK, error)

	WaypointSetConfigSource(params *WaypointSetConfigSourceParams, opts ...ClientOption) (*WaypointSetConfigSourceOK, error)

	WaypointSetServerConfig(params *WaypointSetServerConfigParams, opts ...ClientOption) (*WaypointSetServerConfigOK, error)

	WaypointStartExecStream(params *WaypointStartExecStreamParams, opts ...ClientOption) (*WaypointStartExecStreamOK, error)

	WaypointUIGetProject(params *WaypointUIGetProjectParams, opts ...ClientOption) (*WaypointUIGetProjectOK, error)

	WaypointUIListDeployments(params *WaypointUIListDeploymentsParams, opts ...ClientOption) (*WaypointUIListDeploymentsOK, error)

	WaypointUIListDeployments2(params *WaypointUIListDeployments2Params, opts ...ClientOption) (*WaypointUIListDeployments2OK, error)

	WaypointUIListDeployments3(params *WaypointUIListDeployments3Params, opts ...ClientOption) (*WaypointUIListDeployments3OK, error)

	WaypointUIListDeployments4(params *WaypointUIListDeployments4Params, opts ...ClientOption) (*WaypointUIListDeployments4OK, error)

	WaypointUIListReleases(params *WaypointUIListReleasesParams, opts ...ClientOption) (*WaypointUIListReleasesOK, error)

	WaypointUIListReleases2(params *WaypointUIListReleases2Params, opts ...ClientOption) (*WaypointUIListReleases2OK, error)

	WaypointUIListReleases3(params *WaypointUIListReleases3Params, opts ...ClientOption) (*WaypointUIListReleases3OK, error)

	WaypointUIListReleases4(params *WaypointUIListReleases4Params, opts ...ClientOption) (*WaypointUIListReleases4OK, error)

	WaypointUpdateUser(params *WaypointUpdateUserParams, opts ...ClientOption) (*WaypointUpdateUserOK, error)

	WaypointUpsertApplication(params *WaypointUpsertApplicationParams, opts ...ClientOption) (*WaypointUpsertApplicationOK, error)

	WaypointUpsertAuthMethod(params *WaypointUpsertAuthMethodParams, opts ...ClientOption) (*WaypointUpsertAuthMethodOK, error)

	WaypointUpsertOnDemandRunnerConfig(params *WaypointUpsertOnDemandRunnerConfigParams, opts ...ClientOption) (*WaypointUpsertOnDemandRunnerConfigOK, error)

	WaypointUpsertProject(params *WaypointUpsertProjectParams, opts ...ClientOption) (*WaypointUpsertProjectOK, error)

	WaypointUpsertTrigger(params *WaypointUpsertTriggerParams, opts ...ClientOption) (*WaypointUpsertTriggerOK, error)

	WaypointUpsertWorkspace(params *WaypointUpsertWorkspaceParams, opts ...ClientOption) (*WaypointUpsertWorkspaceOK, error)

	WaypointValidateJob(params *WaypointValidateJobParams, opts ...ClientOption) (*WaypointValidateJobOK, error)

	WaypointWaypointHclFmt(params *WaypointWaypointHclFmtParams, opts ...ClientOption) (*WaypointWaypointHclFmtOK, 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 API client.

type WaypointAdoptRunnerDefault ¶

type WaypointAdoptRunnerDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointAdoptRunnerDefault ¶

func NewWaypointAdoptRunnerDefault(code int) *WaypointAdoptRunnerDefault

NewWaypointAdoptRunnerDefault creates a WaypointAdoptRunnerDefault with default headers values

func (*WaypointAdoptRunnerDefault) Code ¶

func (o *WaypointAdoptRunnerDefault) Code() int

Code gets the status code for the waypoint adopt runner default response

func (*WaypointAdoptRunnerDefault) Error ¶

func (*WaypointAdoptRunnerDefault) GetPayload ¶

func (*WaypointAdoptRunnerDefault) IsClientError ¶

func (o *WaypointAdoptRunnerDefault) IsClientError() bool

IsClientError returns true when this waypoint adopt runner default response has a 4xx status code

func (*WaypointAdoptRunnerDefault) IsCode ¶

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

IsCode returns true when this waypoint adopt runner default response a status code equal to that given

func (*WaypointAdoptRunnerDefault) IsRedirect ¶

func (o *WaypointAdoptRunnerDefault) IsRedirect() bool

IsRedirect returns true when this waypoint adopt runner default response has a 3xx status code

func (*WaypointAdoptRunnerDefault) IsServerError ¶

func (o *WaypointAdoptRunnerDefault) IsServerError() bool

IsServerError returns true when this waypoint adopt runner default response has a 5xx status code

func (*WaypointAdoptRunnerDefault) IsSuccess ¶

func (o *WaypointAdoptRunnerDefault) IsSuccess() bool

IsSuccess returns true when this waypoint adopt runner default response has a 2xx status code

func (*WaypointAdoptRunnerDefault) String ¶

func (o *WaypointAdoptRunnerDefault) String() string

type WaypointAdoptRunnerOK ¶

type WaypointAdoptRunnerOK struct {
	Payload interface{}
}

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

A successful response.

func NewWaypointAdoptRunnerOK ¶

func NewWaypointAdoptRunnerOK() *WaypointAdoptRunnerOK

NewWaypointAdoptRunnerOK creates a WaypointAdoptRunnerOK with default headers values

func (*WaypointAdoptRunnerOK) Error ¶

func (o *WaypointAdoptRunnerOK) Error() string

func (*WaypointAdoptRunnerOK) GetPayload ¶

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

func (*WaypointAdoptRunnerOK) IsClientError ¶

func (o *WaypointAdoptRunnerOK) IsClientError() bool

IsClientError returns true when this waypoint adopt runner o k response has a 4xx status code

func (*WaypointAdoptRunnerOK) IsCode ¶

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

IsCode returns true when this waypoint adopt runner o k response a status code equal to that given

func (*WaypointAdoptRunnerOK) IsRedirect ¶

func (o *WaypointAdoptRunnerOK) IsRedirect() bool

IsRedirect returns true when this waypoint adopt runner o k response has a 3xx status code

func (*WaypointAdoptRunnerOK) IsServerError ¶

func (o *WaypointAdoptRunnerOK) IsServerError() bool

IsServerError returns true when this waypoint adopt runner o k response has a 5xx status code

func (*WaypointAdoptRunnerOK) IsSuccess ¶

func (o *WaypointAdoptRunnerOK) IsSuccess() bool

IsSuccess returns true when this waypoint adopt runner o k response has a 2xx status code

func (*WaypointAdoptRunnerOK) String ¶

func (o *WaypointAdoptRunnerOK) String() string

type WaypointAdoptRunnerParams ¶

type WaypointAdoptRunnerParams struct {

	// Body.
	Body *models.HashicorpWaypointAdoptRunnerRequest

	/* RunnerID.

	   ID of the runner to change the adoption status.
	*/
	RunnerID string

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

WaypointAdoptRunnerParams contains all the parameters to send to the API endpoint

for the waypoint adopt runner operation.

Typically these are written to a http.Request.

func NewWaypointAdoptRunnerParams ¶

func NewWaypointAdoptRunnerParams() *WaypointAdoptRunnerParams

NewWaypointAdoptRunnerParams creates a new WaypointAdoptRunnerParams 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 NewWaypointAdoptRunnerParamsWithContext ¶

func NewWaypointAdoptRunnerParamsWithContext(ctx context.Context) *WaypointAdoptRunnerParams

NewWaypointAdoptRunnerParamsWithContext creates a new WaypointAdoptRunnerParams object with the ability to set a context for a request.

func NewWaypointAdoptRunnerParamsWithHTTPClient ¶

func NewWaypointAdoptRunnerParamsWithHTTPClient(client *http.Client) *WaypointAdoptRunnerParams

NewWaypointAdoptRunnerParamsWithHTTPClient creates a new WaypointAdoptRunnerParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointAdoptRunnerParamsWithTimeout ¶

func NewWaypointAdoptRunnerParamsWithTimeout(timeout time.Duration) *WaypointAdoptRunnerParams

NewWaypointAdoptRunnerParamsWithTimeout creates a new WaypointAdoptRunnerParams object with the ability to set a timeout on a request.

func (*WaypointAdoptRunnerParams) SetBody ¶

SetBody adds the body to the waypoint adopt runner params

func (*WaypointAdoptRunnerParams) SetContext ¶

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

SetContext adds the context to the waypoint adopt runner params

func (*WaypointAdoptRunnerParams) SetDefaults ¶

func (o *WaypointAdoptRunnerParams) SetDefaults()

SetDefaults hydrates default values in the waypoint adopt runner params (not the query body).

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

func (*WaypointAdoptRunnerParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint adopt runner params

func (*WaypointAdoptRunnerParams) SetRunnerID ¶

func (o *WaypointAdoptRunnerParams) SetRunnerID(runnerID string)

SetRunnerID adds the runnerId to the waypoint adopt runner params

func (*WaypointAdoptRunnerParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint adopt runner params

func (*WaypointAdoptRunnerParams) WithBody ¶

WithBody adds the body to the waypoint adopt runner params

func (*WaypointAdoptRunnerParams) WithContext ¶

WithContext adds the context to the waypoint adopt runner params

func (*WaypointAdoptRunnerParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint adopt runner params (not the query body).

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

func (*WaypointAdoptRunnerParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the waypoint adopt runner params

func (*WaypointAdoptRunnerParams) WithRunnerID ¶

func (o *WaypointAdoptRunnerParams) WithRunnerID(runnerID string) *WaypointAdoptRunnerParams

WithRunnerID adds the runnerID to the waypoint adopt runner params

func (*WaypointAdoptRunnerParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint adopt runner params

func (*WaypointAdoptRunnerParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointAdoptRunnerReader ¶

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

WaypointAdoptRunnerReader is a Reader for the WaypointAdoptRunner structure.

func (*WaypointAdoptRunnerReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointCancelJobDefault ¶

type WaypointCancelJobDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointCancelJobDefault ¶

func NewWaypointCancelJobDefault(code int) *WaypointCancelJobDefault

NewWaypointCancelJobDefault creates a WaypointCancelJobDefault with default headers values

func (*WaypointCancelJobDefault) Code ¶

func (o *WaypointCancelJobDefault) Code() int

Code gets the status code for the waypoint cancel job default response

func (*WaypointCancelJobDefault) Error ¶

func (o *WaypointCancelJobDefault) Error() string

func (*WaypointCancelJobDefault) GetPayload ¶

func (*WaypointCancelJobDefault) IsClientError ¶

func (o *WaypointCancelJobDefault) IsClientError() bool

IsClientError returns true when this waypoint cancel job default response has a 4xx status code

func (*WaypointCancelJobDefault) IsCode ¶

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

IsCode returns true when this waypoint cancel job default response a status code equal to that given

func (*WaypointCancelJobDefault) IsRedirect ¶

func (o *WaypointCancelJobDefault) IsRedirect() bool

IsRedirect returns true when this waypoint cancel job default response has a 3xx status code

func (*WaypointCancelJobDefault) IsServerError ¶

func (o *WaypointCancelJobDefault) IsServerError() bool

IsServerError returns true when this waypoint cancel job default response has a 5xx status code

func (*WaypointCancelJobDefault) IsSuccess ¶

func (o *WaypointCancelJobDefault) IsSuccess() bool

IsSuccess returns true when this waypoint cancel job default response has a 2xx status code

func (*WaypointCancelJobDefault) String ¶

func (o *WaypointCancelJobDefault) String() string

type WaypointCancelJobOK ¶

type WaypointCancelJobOK struct {
	Payload interface{}
}

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

A successful response.

func NewWaypointCancelJobOK ¶

func NewWaypointCancelJobOK() *WaypointCancelJobOK

NewWaypointCancelJobOK creates a WaypointCancelJobOK with default headers values

func (*WaypointCancelJobOK) Error ¶

func (o *WaypointCancelJobOK) Error() string

func (*WaypointCancelJobOK) GetPayload ¶

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

func (*WaypointCancelJobOK) IsClientError ¶

func (o *WaypointCancelJobOK) IsClientError() bool

IsClientError returns true when this waypoint cancel job o k response has a 4xx status code

func (*WaypointCancelJobOK) IsCode ¶

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

IsCode returns true when this waypoint cancel job o k response a status code equal to that given

func (*WaypointCancelJobOK) IsRedirect ¶

func (o *WaypointCancelJobOK) IsRedirect() bool

IsRedirect returns true when this waypoint cancel job o k response has a 3xx status code

func (*WaypointCancelJobOK) IsServerError ¶

func (o *WaypointCancelJobOK) IsServerError() bool

IsServerError returns true when this waypoint cancel job o k response has a 5xx status code

func (*WaypointCancelJobOK) IsSuccess ¶

func (o *WaypointCancelJobOK) IsSuccess() bool

IsSuccess returns true when this waypoint cancel job o k response has a 2xx status code

func (*WaypointCancelJobOK) String ¶

func (o *WaypointCancelJobOK) String() string

type WaypointCancelJobParams ¶

type WaypointCancelJobParams struct {

	// Body.
	Body *models.HashicorpWaypointCancelJobRequest

	/* JobID.

	   The job to cancel
	*/
	JobID string

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

WaypointCancelJobParams contains all the parameters to send to the API endpoint

for the waypoint cancel job operation.

Typically these are written to a http.Request.

func NewWaypointCancelJobParams ¶

func NewWaypointCancelJobParams() *WaypointCancelJobParams

NewWaypointCancelJobParams creates a new WaypointCancelJobParams 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 NewWaypointCancelJobParamsWithContext ¶

func NewWaypointCancelJobParamsWithContext(ctx context.Context) *WaypointCancelJobParams

NewWaypointCancelJobParamsWithContext creates a new WaypointCancelJobParams object with the ability to set a context for a request.

func NewWaypointCancelJobParamsWithHTTPClient ¶

func NewWaypointCancelJobParamsWithHTTPClient(client *http.Client) *WaypointCancelJobParams

NewWaypointCancelJobParamsWithHTTPClient creates a new WaypointCancelJobParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointCancelJobParamsWithTimeout ¶

func NewWaypointCancelJobParamsWithTimeout(timeout time.Duration) *WaypointCancelJobParams

NewWaypointCancelJobParamsWithTimeout creates a new WaypointCancelJobParams object with the ability to set a timeout on a request.

func (*WaypointCancelJobParams) SetBody ¶

SetBody adds the body to the waypoint cancel job params

func (*WaypointCancelJobParams) SetContext ¶

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

SetContext adds the context to the waypoint cancel job params

func (*WaypointCancelJobParams) SetDefaults ¶

func (o *WaypointCancelJobParams) SetDefaults()

SetDefaults hydrates default values in the waypoint cancel job params (not the query body).

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

func (*WaypointCancelJobParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint cancel job params

func (*WaypointCancelJobParams) SetJobID ¶

func (o *WaypointCancelJobParams) SetJobID(jobID string)

SetJobID adds the jobId to the waypoint cancel job params

func (*WaypointCancelJobParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint cancel job params

func (*WaypointCancelJobParams) WithBody ¶

WithBody adds the body to the waypoint cancel job params

func (*WaypointCancelJobParams) WithContext ¶

WithContext adds the context to the waypoint cancel job params

func (*WaypointCancelJobParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint cancel job params (not the query body).

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

func (*WaypointCancelJobParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the waypoint cancel job params

func (*WaypointCancelJobParams) WithJobID ¶

WithJobID adds the jobID to the waypoint cancel job params

func (*WaypointCancelJobParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint cancel job params

func (*WaypointCancelJobParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointCancelJobReader ¶

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

WaypointCancelJobReader is a Reader for the WaypointCancelJob structure.

func (*WaypointCancelJobReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointCancelTask2Default ¶

type WaypointCancelTask2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointCancelTask2Default ¶

func NewWaypointCancelTask2Default(code int) *WaypointCancelTask2Default

NewWaypointCancelTask2Default creates a WaypointCancelTask2Default with default headers values

func (*WaypointCancelTask2Default) Code ¶

func (o *WaypointCancelTask2Default) Code() int

Code gets the status code for the waypoint cancel task2 default response

func (*WaypointCancelTask2Default) Error ¶

func (*WaypointCancelTask2Default) GetPayload ¶

func (*WaypointCancelTask2Default) IsClientError ¶

func (o *WaypointCancelTask2Default) IsClientError() bool

IsClientError returns true when this waypoint cancel task2 default response has a 4xx status code

func (*WaypointCancelTask2Default) IsCode ¶

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

IsCode returns true when this waypoint cancel task2 default response a status code equal to that given

func (*WaypointCancelTask2Default) IsRedirect ¶

func (o *WaypointCancelTask2Default) IsRedirect() bool

IsRedirect returns true when this waypoint cancel task2 default response has a 3xx status code

func (*WaypointCancelTask2Default) IsServerError ¶

func (o *WaypointCancelTask2Default) IsServerError() bool

IsServerError returns true when this waypoint cancel task2 default response has a 5xx status code

func (*WaypointCancelTask2Default) IsSuccess ¶

func (o *WaypointCancelTask2Default) IsSuccess() bool

IsSuccess returns true when this waypoint cancel task2 default response has a 2xx status code

func (*WaypointCancelTask2Default) String ¶

func (o *WaypointCancelTask2Default) String() string

type WaypointCancelTask2OK ¶

type WaypointCancelTask2OK struct {
	Payload interface{}
}

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

A successful response.

func NewWaypointCancelTask2OK ¶

func NewWaypointCancelTask2OK() *WaypointCancelTask2OK

NewWaypointCancelTask2OK creates a WaypointCancelTask2OK with default headers values

func (*WaypointCancelTask2OK) Error ¶

func (o *WaypointCancelTask2OK) Error() string

func (*WaypointCancelTask2OK) GetPayload ¶

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

func (*WaypointCancelTask2OK) IsClientError ¶

func (o *WaypointCancelTask2OK) IsClientError() bool

IsClientError returns true when this waypoint cancel task2 o k response has a 4xx status code

func (*WaypointCancelTask2OK) IsCode ¶

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

IsCode returns true when this waypoint cancel task2 o k response a status code equal to that given

func (*WaypointCancelTask2OK) IsRedirect ¶

func (o *WaypointCancelTask2OK) IsRedirect() bool

IsRedirect returns true when this waypoint cancel task2 o k response has a 3xx status code

func (*WaypointCancelTask2OK) IsServerError ¶

func (o *WaypointCancelTask2OK) IsServerError() bool

IsServerError returns true when this waypoint cancel task2 o k response has a 5xx status code

func (*WaypointCancelTask2OK) IsSuccess ¶

func (o *WaypointCancelTask2OK) IsSuccess() bool

IsSuccess returns true when this waypoint cancel task2 o k response has a 2xx status code

func (*WaypointCancelTask2OK) String ¶

func (o *WaypointCancelTask2OK) String() string

type WaypointCancelTask2Params ¶

type WaypointCancelTask2Params struct {

	// Body.
	Body *models.HashicorpWaypointCancelTaskRequest

	/* RefJobID.

	   The main "run" job ID that the task initiated
	*/
	RefJobID string

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

WaypointCancelTask2Params contains all the parameters to send to the API endpoint

for the waypoint cancel task2 operation.

Typically these are written to a http.Request.

func NewWaypointCancelTask2Params ¶

func NewWaypointCancelTask2Params() *WaypointCancelTask2Params

NewWaypointCancelTask2Params creates a new WaypointCancelTask2Params 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 NewWaypointCancelTask2ParamsWithContext ¶

func NewWaypointCancelTask2ParamsWithContext(ctx context.Context) *WaypointCancelTask2Params

NewWaypointCancelTask2ParamsWithContext creates a new WaypointCancelTask2Params object with the ability to set a context for a request.

func NewWaypointCancelTask2ParamsWithHTTPClient ¶

func NewWaypointCancelTask2ParamsWithHTTPClient(client *http.Client) *WaypointCancelTask2Params

NewWaypointCancelTask2ParamsWithHTTPClient creates a new WaypointCancelTask2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointCancelTask2ParamsWithTimeout ¶

func NewWaypointCancelTask2ParamsWithTimeout(timeout time.Duration) *WaypointCancelTask2Params

NewWaypointCancelTask2ParamsWithTimeout creates a new WaypointCancelTask2Params object with the ability to set a timeout on a request.

func (*WaypointCancelTask2Params) SetBody ¶

SetBody adds the body to the waypoint cancel task2 params

func (*WaypointCancelTask2Params) SetContext ¶

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

SetContext adds the context to the waypoint cancel task2 params

func (*WaypointCancelTask2Params) SetDefaults ¶

func (o *WaypointCancelTask2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint cancel task2 params (not the query body).

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

func (*WaypointCancelTask2Params) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint cancel task2 params

func (*WaypointCancelTask2Params) SetRefJobID ¶

func (o *WaypointCancelTask2Params) SetRefJobID(refJobID string)

SetRefJobID adds the refJobId to the waypoint cancel task2 params

func (*WaypointCancelTask2Params) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint cancel task2 params

func (*WaypointCancelTask2Params) WithBody ¶

WithBody adds the body to the waypoint cancel task2 params

func (*WaypointCancelTask2Params) WithContext ¶

WithContext adds the context to the waypoint cancel task2 params

func (*WaypointCancelTask2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint cancel task2 params (not the query body).

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

func (*WaypointCancelTask2Params) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the waypoint cancel task2 params

func (*WaypointCancelTask2Params) WithRefJobID ¶

func (o *WaypointCancelTask2Params) WithRefJobID(refJobID string) *WaypointCancelTask2Params

WithRefJobID adds the refJobID to the waypoint cancel task2 params

func (*WaypointCancelTask2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint cancel task2 params

func (*WaypointCancelTask2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointCancelTask2Reader ¶

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

WaypointCancelTask2Reader is a Reader for the WaypointCancelTask2 structure.

func (*WaypointCancelTask2Reader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointCancelTaskDefault ¶

type WaypointCancelTaskDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointCancelTaskDefault ¶

func NewWaypointCancelTaskDefault(code int) *WaypointCancelTaskDefault

NewWaypointCancelTaskDefault creates a WaypointCancelTaskDefault with default headers values

func (*WaypointCancelTaskDefault) Code ¶

func (o *WaypointCancelTaskDefault) Code() int

Code gets the status code for the waypoint cancel task default response

func (*WaypointCancelTaskDefault) Error ¶

func (o *WaypointCancelTaskDefault) Error() string

func (*WaypointCancelTaskDefault) GetPayload ¶

func (*WaypointCancelTaskDefault) IsClientError ¶

func (o *WaypointCancelTaskDefault) IsClientError() bool

IsClientError returns true when this waypoint cancel task default response has a 4xx status code

func (*WaypointCancelTaskDefault) IsCode ¶

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

IsCode returns true when this waypoint cancel task default response a status code equal to that given

func (*WaypointCancelTaskDefault) IsRedirect ¶

func (o *WaypointCancelTaskDefault) IsRedirect() bool

IsRedirect returns true when this waypoint cancel task default response has a 3xx status code

func (*WaypointCancelTaskDefault) IsServerError ¶

func (o *WaypointCancelTaskDefault) IsServerError() bool

IsServerError returns true when this waypoint cancel task default response has a 5xx status code

func (*WaypointCancelTaskDefault) IsSuccess ¶

func (o *WaypointCancelTaskDefault) IsSuccess() bool

IsSuccess returns true when this waypoint cancel task default response has a 2xx status code

func (*WaypointCancelTaskDefault) String ¶

func (o *WaypointCancelTaskDefault) String() string

type WaypointCancelTaskOK ¶

type WaypointCancelTaskOK struct {
	Payload interface{}
}

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

A successful response.

func NewWaypointCancelTaskOK ¶

func NewWaypointCancelTaskOK() *WaypointCancelTaskOK

NewWaypointCancelTaskOK creates a WaypointCancelTaskOK with default headers values

func (*WaypointCancelTaskOK) Error ¶

func (o *WaypointCancelTaskOK) Error() string

func (*WaypointCancelTaskOK) GetPayload ¶

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

func (*WaypointCancelTaskOK) IsClientError ¶

func (o *WaypointCancelTaskOK) IsClientError() bool

IsClientError returns true when this waypoint cancel task o k response has a 4xx status code

func (*WaypointCancelTaskOK) IsCode ¶

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

IsCode returns true when this waypoint cancel task o k response a status code equal to that given

func (*WaypointCancelTaskOK) IsRedirect ¶

func (o *WaypointCancelTaskOK) IsRedirect() bool

IsRedirect returns true when this waypoint cancel task o k response has a 3xx status code

func (*WaypointCancelTaskOK) IsServerError ¶

func (o *WaypointCancelTaskOK) IsServerError() bool

IsServerError returns true when this waypoint cancel task o k response has a 5xx status code

func (*WaypointCancelTaskOK) IsSuccess ¶

func (o *WaypointCancelTaskOK) IsSuccess() bool

IsSuccess returns true when this waypoint cancel task o k response has a 2xx status code

func (*WaypointCancelTaskOK) String ¶

func (o *WaypointCancelTaskOK) String() string

type WaypointCancelTaskParams ¶

type WaypointCancelTaskParams struct {

	// Body.
	Body *models.HashicorpWaypointCancelTaskRequest

	/* RefID.

	   the id of the tracktask record
	*/
	RefID string

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

WaypointCancelTaskParams contains all the parameters to send to the API endpoint

for the waypoint cancel task operation.

Typically these are written to a http.Request.

func NewWaypointCancelTaskParams ¶

func NewWaypointCancelTaskParams() *WaypointCancelTaskParams

NewWaypointCancelTaskParams creates a new WaypointCancelTaskParams 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 NewWaypointCancelTaskParamsWithContext ¶

func NewWaypointCancelTaskParamsWithContext(ctx context.Context) *WaypointCancelTaskParams

NewWaypointCancelTaskParamsWithContext creates a new WaypointCancelTaskParams object with the ability to set a context for a request.

func NewWaypointCancelTaskParamsWithHTTPClient ¶

func NewWaypointCancelTaskParamsWithHTTPClient(client *http.Client) *WaypointCancelTaskParams

NewWaypointCancelTaskParamsWithHTTPClient creates a new WaypointCancelTaskParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointCancelTaskParamsWithTimeout ¶

func NewWaypointCancelTaskParamsWithTimeout(timeout time.Duration) *WaypointCancelTaskParams

NewWaypointCancelTaskParamsWithTimeout creates a new WaypointCancelTaskParams object with the ability to set a timeout on a request.

func (*WaypointCancelTaskParams) SetBody ¶

SetBody adds the body to the waypoint cancel task params

func (*WaypointCancelTaskParams) SetContext ¶

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

SetContext adds the context to the waypoint cancel task params

func (*WaypointCancelTaskParams) SetDefaults ¶

func (o *WaypointCancelTaskParams) SetDefaults()

SetDefaults hydrates default values in the waypoint cancel task params (not the query body).

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

func (*WaypointCancelTaskParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint cancel task params

func (*WaypointCancelTaskParams) SetRefID ¶

func (o *WaypointCancelTaskParams) SetRefID(refID string)

SetRefID adds the refId to the waypoint cancel task params

func (*WaypointCancelTaskParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint cancel task params

func (*WaypointCancelTaskParams) WithBody ¶

WithBody adds the body to the waypoint cancel task params

func (*WaypointCancelTaskParams) WithContext ¶

WithContext adds the context to the waypoint cancel task params

func (*WaypointCancelTaskParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint cancel task params (not the query body).

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

func (*WaypointCancelTaskParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the waypoint cancel task params

func (*WaypointCancelTaskParams) WithRefID ¶

WithRefID adds the refID to the waypoint cancel task params

func (*WaypointCancelTaskParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint cancel task params

func (*WaypointCancelTaskParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointCancelTaskReader ¶

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

WaypointCancelTaskReader is a Reader for the WaypointCancelTask structure.

func (*WaypointCancelTaskReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointCompleteOIDCAuthDefault ¶

type WaypointCompleteOIDCAuthDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointCompleteOIDCAuthDefault ¶

func NewWaypointCompleteOIDCAuthDefault(code int) *WaypointCompleteOIDCAuthDefault

NewWaypointCompleteOIDCAuthDefault creates a WaypointCompleteOIDCAuthDefault with default headers values

func (*WaypointCompleteOIDCAuthDefault) Code ¶

Code gets the status code for the waypoint complete o ID c auth default response

func (*WaypointCompleteOIDCAuthDefault) Error ¶

func (*WaypointCompleteOIDCAuthDefault) GetPayload ¶

func (*WaypointCompleteOIDCAuthDefault) IsClientError ¶

func (o *WaypointCompleteOIDCAuthDefault) IsClientError() bool

IsClientError returns true when this waypoint complete o ID c auth default response has a 4xx status code

func (*WaypointCompleteOIDCAuthDefault) IsCode ¶

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

IsCode returns true when this waypoint complete o ID c auth default response a status code equal to that given

func (*WaypointCompleteOIDCAuthDefault) IsRedirect ¶

func (o *WaypointCompleteOIDCAuthDefault) IsRedirect() bool

IsRedirect returns true when this waypoint complete o ID c auth default response has a 3xx status code

func (*WaypointCompleteOIDCAuthDefault) IsServerError ¶

func (o *WaypointCompleteOIDCAuthDefault) IsServerError() bool

IsServerError returns true when this waypoint complete o ID c auth default response has a 5xx status code

func (*WaypointCompleteOIDCAuthDefault) IsSuccess ¶

func (o *WaypointCompleteOIDCAuthDefault) IsSuccess() bool

IsSuccess returns true when this waypoint complete o ID c auth default response has a 2xx status code

func (*WaypointCompleteOIDCAuthDefault) String ¶

type WaypointCompleteOIDCAuthOK ¶

type WaypointCompleteOIDCAuthOK struct {
	Payload *models.HashicorpWaypointCompleteOIDCAuthResponse
}

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

A successful response.

func NewWaypointCompleteOIDCAuthOK ¶

func NewWaypointCompleteOIDCAuthOK() *WaypointCompleteOIDCAuthOK

NewWaypointCompleteOIDCAuthOK creates a WaypointCompleteOIDCAuthOK with default headers values

func (*WaypointCompleteOIDCAuthOK) Error ¶

func (*WaypointCompleteOIDCAuthOK) GetPayload ¶

func (*WaypointCompleteOIDCAuthOK) IsClientError ¶

func (o *WaypointCompleteOIDCAuthOK) IsClientError() bool

IsClientError returns true when this waypoint complete o Id c auth o k response has a 4xx status code

func (*WaypointCompleteOIDCAuthOK) IsCode ¶

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

IsCode returns true when this waypoint complete o Id c auth o k response a status code equal to that given

func (*WaypointCompleteOIDCAuthOK) IsRedirect ¶

func (o *WaypointCompleteOIDCAuthOK) IsRedirect() bool

IsRedirect returns true when this waypoint complete o Id c auth o k response has a 3xx status code

func (*WaypointCompleteOIDCAuthOK) IsServerError ¶

func (o *WaypointCompleteOIDCAuthOK) IsServerError() bool

IsServerError returns true when this waypoint complete o Id c auth o k response has a 5xx status code

func (*WaypointCompleteOIDCAuthOK) IsSuccess ¶

func (o *WaypointCompleteOIDCAuthOK) IsSuccess() bool

IsSuccess returns true when this waypoint complete o Id c auth o k response has a 2xx status code

func (*WaypointCompleteOIDCAuthOK) String ¶

func (o *WaypointCompleteOIDCAuthOK) String() string

type WaypointCompleteOIDCAuthParams ¶

type WaypointCompleteOIDCAuthParams struct {

	// AuthMethodName.
	AuthMethodName string

	// Body.
	Body *models.HashicorpWaypointCompleteOIDCAuthRequest

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

WaypointCompleteOIDCAuthParams contains all the parameters to send to the API endpoint

for the waypoint complete o ID c auth operation.

Typically these are written to a http.Request.

func NewWaypointCompleteOIDCAuthParams ¶

func NewWaypointCompleteOIDCAuthParams() *WaypointCompleteOIDCAuthParams

NewWaypointCompleteOIDCAuthParams creates a new WaypointCompleteOIDCAuthParams 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 NewWaypointCompleteOIDCAuthParamsWithContext ¶

func NewWaypointCompleteOIDCAuthParamsWithContext(ctx context.Context) *WaypointCompleteOIDCAuthParams

NewWaypointCompleteOIDCAuthParamsWithContext creates a new WaypointCompleteOIDCAuthParams object with the ability to set a context for a request.

func NewWaypointCompleteOIDCAuthParamsWithHTTPClient ¶

func NewWaypointCompleteOIDCAuthParamsWithHTTPClient(client *http.Client) *WaypointCompleteOIDCAuthParams

NewWaypointCompleteOIDCAuthParamsWithHTTPClient creates a new WaypointCompleteOIDCAuthParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointCompleteOIDCAuthParamsWithTimeout ¶

func NewWaypointCompleteOIDCAuthParamsWithTimeout(timeout time.Duration) *WaypointCompleteOIDCAuthParams

NewWaypointCompleteOIDCAuthParamsWithTimeout creates a new WaypointCompleteOIDCAuthParams object with the ability to set a timeout on a request.

func (*WaypointCompleteOIDCAuthParams) SetAuthMethodName ¶

func (o *WaypointCompleteOIDCAuthParams) SetAuthMethodName(authMethodName string)

SetAuthMethodName adds the authMethodName to the waypoint complete o ID c auth params

func (*WaypointCompleteOIDCAuthParams) SetBody ¶

SetBody adds the body to the waypoint complete o ID c auth params

func (*WaypointCompleteOIDCAuthParams) SetContext ¶

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

SetContext adds the context to the waypoint complete o ID c auth params

func (*WaypointCompleteOIDCAuthParams) SetDefaults ¶

func (o *WaypointCompleteOIDCAuthParams) SetDefaults()

SetDefaults hydrates default values in the waypoint complete o ID c auth params (not the query body).

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

func (*WaypointCompleteOIDCAuthParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint complete o ID c auth params

func (*WaypointCompleteOIDCAuthParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint complete o ID c auth params

func (*WaypointCompleteOIDCAuthParams) WithAuthMethodName ¶

func (o *WaypointCompleteOIDCAuthParams) WithAuthMethodName(authMethodName string) *WaypointCompleteOIDCAuthParams

WithAuthMethodName adds the authMethodName to the waypoint complete o ID c auth params

func (*WaypointCompleteOIDCAuthParams) WithBody ¶

WithBody adds the body to the waypoint complete o ID c auth params

func (*WaypointCompleteOIDCAuthParams) WithContext ¶

WithContext adds the context to the waypoint complete o ID c auth params

func (*WaypointCompleteOIDCAuthParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint complete o ID c auth params (not the query body).

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

func (*WaypointCompleteOIDCAuthParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint complete o ID c auth params

func (*WaypointCompleteOIDCAuthParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint complete o ID c auth params

func (*WaypointCompleteOIDCAuthParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointCompleteOIDCAuthReader ¶

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

WaypointCompleteOIDCAuthReader is a Reader for the WaypointCompleteOIDCAuth structure.

func (*WaypointCompleteOIDCAuthReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointConfigSyncPipelineDefault ¶

type WaypointConfigSyncPipelineDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointConfigSyncPipelineDefault ¶

func NewWaypointConfigSyncPipelineDefault(code int) *WaypointConfigSyncPipelineDefault

NewWaypointConfigSyncPipelineDefault creates a WaypointConfigSyncPipelineDefault with default headers values

func (*WaypointConfigSyncPipelineDefault) Code ¶

Code gets the status code for the waypoint config sync pipeline default response

func (*WaypointConfigSyncPipelineDefault) Error ¶

func (*WaypointConfigSyncPipelineDefault) GetPayload ¶

func (*WaypointConfigSyncPipelineDefault) IsClientError ¶

func (o *WaypointConfigSyncPipelineDefault) IsClientError() bool

IsClientError returns true when this waypoint config sync pipeline default response has a 4xx status code

func (*WaypointConfigSyncPipelineDefault) IsCode ¶

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

IsCode returns true when this waypoint config sync pipeline default response a status code equal to that given

func (*WaypointConfigSyncPipelineDefault) IsRedirect ¶

func (o *WaypointConfigSyncPipelineDefault) IsRedirect() bool

IsRedirect returns true when this waypoint config sync pipeline default response has a 3xx status code

func (*WaypointConfigSyncPipelineDefault) IsServerError ¶

func (o *WaypointConfigSyncPipelineDefault) IsServerError() bool

IsServerError returns true when this waypoint config sync pipeline default response has a 5xx status code

func (*WaypointConfigSyncPipelineDefault) IsSuccess ¶

func (o *WaypointConfigSyncPipelineDefault) IsSuccess() bool

IsSuccess returns true when this waypoint config sync pipeline default response has a 2xx status code

func (*WaypointConfigSyncPipelineDefault) String ¶

type WaypointConfigSyncPipelineOK ¶

type WaypointConfigSyncPipelineOK struct {
	Payload *models.HashicorpWaypointConfigSyncPipelineResponse
}

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

A successful response.

func NewWaypointConfigSyncPipelineOK ¶

func NewWaypointConfigSyncPipelineOK() *WaypointConfigSyncPipelineOK

NewWaypointConfigSyncPipelineOK creates a WaypointConfigSyncPipelineOK with default headers values

func (*WaypointConfigSyncPipelineOK) Error ¶

func (*WaypointConfigSyncPipelineOK) GetPayload ¶

func (*WaypointConfigSyncPipelineOK) IsClientError ¶

func (o *WaypointConfigSyncPipelineOK) IsClientError() bool

IsClientError returns true when this waypoint config sync pipeline o k response has a 4xx status code

func (*WaypointConfigSyncPipelineOK) IsCode ¶

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

IsCode returns true when this waypoint config sync pipeline o k response a status code equal to that given

func (*WaypointConfigSyncPipelineOK) IsRedirect ¶

func (o *WaypointConfigSyncPipelineOK) IsRedirect() bool

IsRedirect returns true when this waypoint config sync pipeline o k response has a 3xx status code

func (*WaypointConfigSyncPipelineOK) IsServerError ¶

func (o *WaypointConfigSyncPipelineOK) IsServerError() bool

IsServerError returns true when this waypoint config sync pipeline o k response has a 5xx status code

func (*WaypointConfigSyncPipelineOK) IsSuccess ¶

func (o *WaypointConfigSyncPipelineOK) IsSuccess() bool

IsSuccess returns true when this waypoint config sync pipeline o k response has a 2xx status code

func (*WaypointConfigSyncPipelineOK) String ¶

type WaypointConfigSyncPipelineParams ¶

type WaypointConfigSyncPipelineParams struct {

	// Body.
	Body *models.HashicorpWaypointConfigSyncPipelineRequest

	// ProjectProject.
	ProjectProject string

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

WaypointConfigSyncPipelineParams contains all the parameters to send to the API endpoint

for the waypoint config sync pipeline operation.

Typically these are written to a http.Request.

func NewWaypointConfigSyncPipelineParams ¶

func NewWaypointConfigSyncPipelineParams() *WaypointConfigSyncPipelineParams

NewWaypointConfigSyncPipelineParams creates a new WaypointConfigSyncPipelineParams 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 NewWaypointConfigSyncPipelineParamsWithContext ¶

func NewWaypointConfigSyncPipelineParamsWithContext(ctx context.Context) *WaypointConfigSyncPipelineParams

NewWaypointConfigSyncPipelineParamsWithContext creates a new WaypointConfigSyncPipelineParams object with the ability to set a context for a request.

func NewWaypointConfigSyncPipelineParamsWithHTTPClient ¶

func NewWaypointConfigSyncPipelineParamsWithHTTPClient(client *http.Client) *WaypointConfigSyncPipelineParams

NewWaypointConfigSyncPipelineParamsWithHTTPClient creates a new WaypointConfigSyncPipelineParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointConfigSyncPipelineParamsWithTimeout ¶

func NewWaypointConfigSyncPipelineParamsWithTimeout(timeout time.Duration) *WaypointConfigSyncPipelineParams

NewWaypointConfigSyncPipelineParamsWithTimeout creates a new WaypointConfigSyncPipelineParams object with the ability to set a timeout on a request.

func (*WaypointConfigSyncPipelineParams) SetBody ¶

SetBody adds the body to the waypoint config sync pipeline params

func (*WaypointConfigSyncPipelineParams) SetContext ¶

SetContext adds the context to the waypoint config sync pipeline params

func (*WaypointConfigSyncPipelineParams) SetDefaults ¶

func (o *WaypointConfigSyncPipelineParams) SetDefaults()

SetDefaults hydrates default values in the waypoint config sync pipeline params (not the query body).

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

func (*WaypointConfigSyncPipelineParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint config sync pipeline params

func (*WaypointConfigSyncPipelineParams) SetProjectProject ¶

func (o *WaypointConfigSyncPipelineParams) SetProjectProject(projectProject string)

SetProjectProject adds the projectProject to the waypoint config sync pipeline params

func (*WaypointConfigSyncPipelineParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint config sync pipeline params

func (*WaypointConfigSyncPipelineParams) WithBody ¶

WithBody adds the body to the waypoint config sync pipeline params

func (*WaypointConfigSyncPipelineParams) WithContext ¶

WithContext adds the context to the waypoint config sync pipeline params

func (*WaypointConfigSyncPipelineParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint config sync pipeline params (not the query body).

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

func (*WaypointConfigSyncPipelineParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint config sync pipeline params

func (*WaypointConfigSyncPipelineParams) WithProjectProject ¶

func (o *WaypointConfigSyncPipelineParams) WithProjectProject(projectProject string) *WaypointConfigSyncPipelineParams

WithProjectProject adds the projectProject to the waypoint config sync pipeline params

func (*WaypointConfigSyncPipelineParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint config sync pipeline params

func (*WaypointConfigSyncPipelineParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointConfigSyncPipelineReader ¶

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

WaypointConfigSyncPipelineReader is a Reader for the WaypointConfigSyncPipeline structure.

func (*WaypointConfigSyncPipelineReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointConvertInviteTokenDefault ¶

type WaypointConvertInviteTokenDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointConvertInviteTokenDefault ¶

func NewWaypointConvertInviteTokenDefault(code int) *WaypointConvertInviteTokenDefault

NewWaypointConvertInviteTokenDefault creates a WaypointConvertInviteTokenDefault with default headers values

func (*WaypointConvertInviteTokenDefault) Code ¶

Code gets the status code for the waypoint convert invite token default response

func (*WaypointConvertInviteTokenDefault) Error ¶

func (*WaypointConvertInviteTokenDefault) GetPayload ¶

func (*WaypointConvertInviteTokenDefault) IsClientError ¶

func (o *WaypointConvertInviteTokenDefault) IsClientError() bool

IsClientError returns true when this waypoint convert invite token default response has a 4xx status code

func (*WaypointConvertInviteTokenDefault) IsCode ¶

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

IsCode returns true when this waypoint convert invite token default response a status code equal to that given

func (*WaypointConvertInviteTokenDefault) IsRedirect ¶

func (o *WaypointConvertInviteTokenDefault) IsRedirect() bool

IsRedirect returns true when this waypoint convert invite token default response has a 3xx status code

func (*WaypointConvertInviteTokenDefault) IsServerError ¶

func (o *WaypointConvertInviteTokenDefault) IsServerError() bool

IsServerError returns true when this waypoint convert invite token default response has a 5xx status code

func (*WaypointConvertInviteTokenDefault) IsSuccess ¶

func (o *WaypointConvertInviteTokenDefault) IsSuccess() bool

IsSuccess returns true when this waypoint convert invite token default response has a 2xx status code

func (*WaypointConvertInviteTokenDefault) String ¶

type WaypointConvertInviteTokenOK ¶

type WaypointConvertInviteTokenOK struct {
	Payload *models.HashicorpWaypointNewTokenResponse
}

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

A successful response.

func NewWaypointConvertInviteTokenOK ¶

func NewWaypointConvertInviteTokenOK() *WaypointConvertInviteTokenOK

NewWaypointConvertInviteTokenOK creates a WaypointConvertInviteTokenOK with default headers values

func (*WaypointConvertInviteTokenOK) Error ¶

func (*WaypointConvertInviteTokenOK) GetPayload ¶

func (*WaypointConvertInviteTokenOK) IsClientError ¶

func (o *WaypointConvertInviteTokenOK) IsClientError() bool

IsClientError returns true when this waypoint convert invite token o k response has a 4xx status code

func (*WaypointConvertInviteTokenOK) IsCode ¶

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

IsCode returns true when this waypoint convert invite token o k response a status code equal to that given

func (*WaypointConvertInviteTokenOK) IsRedirect ¶

func (o *WaypointConvertInviteTokenOK) IsRedirect() bool

IsRedirect returns true when this waypoint convert invite token o k response has a 3xx status code

func (*WaypointConvertInviteTokenOK) IsServerError ¶

func (o *WaypointConvertInviteTokenOK) IsServerError() bool

IsServerError returns true when this waypoint convert invite token o k response has a 5xx status code

func (*WaypointConvertInviteTokenOK) IsSuccess ¶

func (o *WaypointConvertInviteTokenOK) IsSuccess() bool

IsSuccess returns true when this waypoint convert invite token o k response has a 2xx status code

func (*WaypointConvertInviteTokenOK) String ¶

type WaypointConvertInviteTokenParams ¶

type WaypointConvertInviteTokenParams struct {

	// Body.
	Body *models.HashicorpWaypointConvertInviteTokenRequest

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

WaypointConvertInviteTokenParams contains all the parameters to send to the API endpoint

for the waypoint convert invite token operation.

Typically these are written to a http.Request.

func NewWaypointConvertInviteTokenParams ¶

func NewWaypointConvertInviteTokenParams() *WaypointConvertInviteTokenParams

NewWaypointConvertInviteTokenParams creates a new WaypointConvertInviteTokenParams 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 NewWaypointConvertInviteTokenParamsWithContext ¶

func NewWaypointConvertInviteTokenParamsWithContext(ctx context.Context) *WaypointConvertInviteTokenParams

NewWaypointConvertInviteTokenParamsWithContext creates a new WaypointConvertInviteTokenParams object with the ability to set a context for a request.

func NewWaypointConvertInviteTokenParamsWithHTTPClient ¶

func NewWaypointConvertInviteTokenParamsWithHTTPClient(client *http.Client) *WaypointConvertInviteTokenParams

NewWaypointConvertInviteTokenParamsWithHTTPClient creates a new WaypointConvertInviteTokenParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointConvertInviteTokenParamsWithTimeout ¶

func NewWaypointConvertInviteTokenParamsWithTimeout(timeout time.Duration) *WaypointConvertInviteTokenParams

NewWaypointConvertInviteTokenParamsWithTimeout creates a new WaypointConvertInviteTokenParams object with the ability to set a timeout on a request.

func (*WaypointConvertInviteTokenParams) SetBody ¶

SetBody adds the body to the waypoint convert invite token params

func (*WaypointConvertInviteTokenParams) SetContext ¶

SetContext adds the context to the waypoint convert invite token params

func (*WaypointConvertInviteTokenParams) SetDefaults ¶

func (o *WaypointConvertInviteTokenParams) SetDefaults()

SetDefaults hydrates default values in the waypoint convert invite token params (not the query body).

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

func (*WaypointConvertInviteTokenParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint convert invite token params

func (*WaypointConvertInviteTokenParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint convert invite token params

func (*WaypointConvertInviteTokenParams) WithBody ¶

WithBody adds the body to the waypoint convert invite token params

func (*WaypointConvertInviteTokenParams) WithContext ¶

WithContext adds the context to the waypoint convert invite token params

func (*WaypointConvertInviteTokenParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint convert invite token params (not the query body).

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

func (*WaypointConvertInviteTokenParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint convert invite token params

func (*WaypointConvertInviteTokenParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint convert invite token params

func (*WaypointConvertInviteTokenParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointConvertInviteTokenReader ¶

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

WaypointConvertInviteTokenReader is a Reader for the WaypointConvertInviteToken structure.

func (*WaypointConvertInviteTokenReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointCreateHostname2Default ¶

type WaypointCreateHostname2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointCreateHostname2Default ¶

func NewWaypointCreateHostname2Default(code int) *WaypointCreateHostname2Default

NewWaypointCreateHostname2Default creates a WaypointCreateHostname2Default with default headers values

func (*WaypointCreateHostname2Default) Code ¶

Code gets the status code for the waypoint create hostname2 default response

func (*WaypointCreateHostname2Default) Error ¶

func (*WaypointCreateHostname2Default) GetPayload ¶

func (*WaypointCreateHostname2Default) IsClientError ¶

func (o *WaypointCreateHostname2Default) IsClientError() bool

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

func (*WaypointCreateHostname2Default) IsCode ¶

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

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

func (*WaypointCreateHostname2Default) IsRedirect ¶

func (o *WaypointCreateHostname2Default) IsRedirect() bool

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

func (*WaypointCreateHostname2Default) IsServerError ¶

func (o *WaypointCreateHostname2Default) IsServerError() bool

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

func (*WaypointCreateHostname2Default) IsSuccess ¶

func (o *WaypointCreateHostname2Default) IsSuccess() bool

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

func (*WaypointCreateHostname2Default) String ¶

type WaypointCreateHostname2OK ¶

type WaypointCreateHostname2OK struct {
	Payload *models.HashicorpWaypointCreateHostnameResponse
}

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

A successful response.

func NewWaypointCreateHostname2OK ¶

func NewWaypointCreateHostname2OK() *WaypointCreateHostname2OK

NewWaypointCreateHostname2OK creates a WaypointCreateHostname2OK with default headers values

func (*WaypointCreateHostname2OK) Error ¶

func (o *WaypointCreateHostname2OK) Error() string

func (*WaypointCreateHostname2OK) GetPayload ¶

func (*WaypointCreateHostname2OK) IsClientError ¶

func (o *WaypointCreateHostname2OK) IsClientError() bool

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

func (*WaypointCreateHostname2OK) IsCode ¶

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

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

func (*WaypointCreateHostname2OK) IsRedirect ¶

func (o *WaypointCreateHostname2OK) IsRedirect() bool

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

func (*WaypointCreateHostname2OK) IsServerError ¶

func (o *WaypointCreateHostname2OK) IsServerError() bool

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

func (*WaypointCreateHostname2OK) IsSuccess ¶

func (o *WaypointCreateHostname2OK) IsSuccess() bool

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

func (*WaypointCreateHostname2OK) String ¶

func (o *WaypointCreateHostname2OK) String() string

type WaypointCreateHostname2Params ¶

type WaypointCreateHostname2Params struct {

	// Body.
	Body *models.HashicorpWaypointCreateHostnameRequest

	// TargetApplicationApplicationApplication.
	TargetApplicationApplicationApplication string

	// TargetApplicationApplicationProject.
	TargetApplicationApplicationProject string

	// TargetApplicationWorkspaceWorkspace.
	TargetApplicationWorkspaceWorkspace string

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

WaypointCreateHostname2Params contains all the parameters to send to the API endpoint

for the waypoint create hostname2 operation.

Typically these are written to a http.Request.

func NewWaypointCreateHostname2Params ¶

func NewWaypointCreateHostname2Params() *WaypointCreateHostname2Params

NewWaypointCreateHostname2Params creates a new WaypointCreateHostname2Params 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 NewWaypointCreateHostname2ParamsWithContext ¶

func NewWaypointCreateHostname2ParamsWithContext(ctx context.Context) *WaypointCreateHostname2Params

NewWaypointCreateHostname2ParamsWithContext creates a new WaypointCreateHostname2Params object with the ability to set a context for a request.

func NewWaypointCreateHostname2ParamsWithHTTPClient ¶

func NewWaypointCreateHostname2ParamsWithHTTPClient(client *http.Client) *WaypointCreateHostname2Params

NewWaypointCreateHostname2ParamsWithHTTPClient creates a new WaypointCreateHostname2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointCreateHostname2ParamsWithTimeout ¶

func NewWaypointCreateHostname2ParamsWithTimeout(timeout time.Duration) *WaypointCreateHostname2Params

NewWaypointCreateHostname2ParamsWithTimeout creates a new WaypointCreateHostname2Params object with the ability to set a timeout on a request.

func (*WaypointCreateHostname2Params) SetBody ¶

SetBody adds the body to the waypoint create hostname2 params

func (*WaypointCreateHostname2Params) SetContext ¶

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

SetContext adds the context to the waypoint create hostname2 params

func (*WaypointCreateHostname2Params) SetDefaults ¶

func (o *WaypointCreateHostname2Params) SetDefaults()

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

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

func (*WaypointCreateHostname2Params) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint create hostname2 params

func (*WaypointCreateHostname2Params) SetTargetApplicationApplicationApplication ¶

func (o *WaypointCreateHostname2Params) SetTargetApplicationApplicationApplication(targetApplicationApplicationApplication string)

SetTargetApplicationApplicationApplication adds the targetApplicationApplicationApplication to the waypoint create hostname2 params

func (*WaypointCreateHostname2Params) SetTargetApplicationApplicationProject ¶

func (o *WaypointCreateHostname2Params) SetTargetApplicationApplicationProject(targetApplicationApplicationProject string)

SetTargetApplicationApplicationProject adds the targetApplicationApplicationProject to the waypoint create hostname2 params

func (*WaypointCreateHostname2Params) SetTargetApplicationWorkspaceWorkspace ¶

func (o *WaypointCreateHostname2Params) SetTargetApplicationWorkspaceWorkspace(targetApplicationWorkspaceWorkspace string)

SetTargetApplicationWorkspaceWorkspace adds the targetApplicationWorkspaceWorkspace to the waypoint create hostname2 params

func (*WaypointCreateHostname2Params) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint create hostname2 params

func (*WaypointCreateHostname2Params) WithBody ¶

WithBody adds the body to the waypoint create hostname2 params

func (*WaypointCreateHostname2Params) WithContext ¶

WithContext adds the context to the waypoint create hostname2 params

func (*WaypointCreateHostname2Params) WithDefaults ¶

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

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

func (*WaypointCreateHostname2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint create hostname2 params

func (*WaypointCreateHostname2Params) WithTargetApplicationApplicationApplication ¶

func (o *WaypointCreateHostname2Params) WithTargetApplicationApplicationApplication(targetApplicationApplicationApplication string) *WaypointCreateHostname2Params

WithTargetApplicationApplicationApplication adds the targetApplicationApplicationApplication to the waypoint create hostname2 params

func (*WaypointCreateHostname2Params) WithTargetApplicationApplicationProject ¶

func (o *WaypointCreateHostname2Params) WithTargetApplicationApplicationProject(targetApplicationApplicationProject string) *WaypointCreateHostname2Params

WithTargetApplicationApplicationProject adds the targetApplicationApplicationProject to the waypoint create hostname2 params

func (*WaypointCreateHostname2Params) WithTargetApplicationWorkspaceWorkspace ¶

func (o *WaypointCreateHostname2Params) WithTargetApplicationWorkspaceWorkspace(targetApplicationWorkspaceWorkspace string) *WaypointCreateHostname2Params

WithTargetApplicationWorkspaceWorkspace adds the targetApplicationWorkspaceWorkspace to the waypoint create hostname2 params

func (*WaypointCreateHostname2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint create hostname2 params

func (*WaypointCreateHostname2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointCreateHostname2Reader ¶

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

WaypointCreateHostname2Reader is a Reader for the WaypointCreateHostname2 structure.

func (*WaypointCreateHostname2Reader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointCreateHostnameDefault ¶

type WaypointCreateHostnameDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointCreateHostnameDefault ¶

func NewWaypointCreateHostnameDefault(code int) *WaypointCreateHostnameDefault

NewWaypointCreateHostnameDefault creates a WaypointCreateHostnameDefault with default headers values

func (*WaypointCreateHostnameDefault) Code ¶

Code gets the status code for the waypoint create hostname default response

func (*WaypointCreateHostnameDefault) Error ¶

func (*WaypointCreateHostnameDefault) GetPayload ¶

func (*WaypointCreateHostnameDefault) IsClientError ¶

func (o *WaypointCreateHostnameDefault) IsClientError() bool

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

func (*WaypointCreateHostnameDefault) IsCode ¶

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

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

func (*WaypointCreateHostnameDefault) IsRedirect ¶

func (o *WaypointCreateHostnameDefault) IsRedirect() bool

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

func (*WaypointCreateHostnameDefault) IsServerError ¶

func (o *WaypointCreateHostnameDefault) IsServerError() bool

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

func (*WaypointCreateHostnameDefault) IsSuccess ¶

func (o *WaypointCreateHostnameDefault) IsSuccess() bool

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

func (*WaypointCreateHostnameDefault) String ¶

type WaypointCreateHostnameOK ¶

type WaypointCreateHostnameOK struct {
	Payload *models.HashicorpWaypointCreateHostnameResponse
}

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

A successful response.

func NewWaypointCreateHostnameOK ¶

func NewWaypointCreateHostnameOK() *WaypointCreateHostnameOK

NewWaypointCreateHostnameOK creates a WaypointCreateHostnameOK with default headers values

func (*WaypointCreateHostnameOK) Error ¶

func (o *WaypointCreateHostnameOK) Error() string

func (*WaypointCreateHostnameOK) GetPayload ¶

func (*WaypointCreateHostnameOK) IsClientError ¶

func (o *WaypointCreateHostnameOK) IsClientError() bool

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

func (*WaypointCreateHostnameOK) IsCode ¶

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

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

func (*WaypointCreateHostnameOK) IsRedirect ¶

func (o *WaypointCreateHostnameOK) IsRedirect() bool

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

func (*WaypointCreateHostnameOK) IsServerError ¶

func (o *WaypointCreateHostnameOK) IsServerError() bool

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

func (*WaypointCreateHostnameOK) IsSuccess ¶

func (o *WaypointCreateHostnameOK) IsSuccess() bool

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

func (*WaypointCreateHostnameOK) String ¶

func (o *WaypointCreateHostnameOK) String() string

type WaypointCreateHostnameParams ¶

type WaypointCreateHostnameParams struct {

	// Body.
	Body *models.HashicorpWaypointCreateHostnameRequest

	// TargetApplicationApplicationApplication.
	TargetApplicationApplicationApplication string

	// TargetApplicationApplicationProject.
	TargetApplicationApplicationProject string

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

WaypointCreateHostnameParams contains all the parameters to send to the API endpoint

for the waypoint create hostname operation.

Typically these are written to a http.Request.

func NewWaypointCreateHostnameParams ¶

func NewWaypointCreateHostnameParams() *WaypointCreateHostnameParams

NewWaypointCreateHostnameParams creates a new WaypointCreateHostnameParams 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 NewWaypointCreateHostnameParamsWithContext ¶

func NewWaypointCreateHostnameParamsWithContext(ctx context.Context) *WaypointCreateHostnameParams

NewWaypointCreateHostnameParamsWithContext creates a new WaypointCreateHostnameParams object with the ability to set a context for a request.

func NewWaypointCreateHostnameParamsWithHTTPClient ¶

func NewWaypointCreateHostnameParamsWithHTTPClient(client *http.Client) *WaypointCreateHostnameParams

NewWaypointCreateHostnameParamsWithHTTPClient creates a new WaypointCreateHostnameParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointCreateHostnameParamsWithTimeout ¶

func NewWaypointCreateHostnameParamsWithTimeout(timeout time.Duration) *WaypointCreateHostnameParams

NewWaypointCreateHostnameParamsWithTimeout creates a new WaypointCreateHostnameParams object with the ability to set a timeout on a request.

func (*WaypointCreateHostnameParams) SetBody ¶

SetBody adds the body to the waypoint create hostname params

func (*WaypointCreateHostnameParams) SetContext ¶

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

SetContext adds the context to the waypoint create hostname params

func (*WaypointCreateHostnameParams) SetDefaults ¶

func (o *WaypointCreateHostnameParams) SetDefaults()

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

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

func (*WaypointCreateHostnameParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint create hostname params

func (*WaypointCreateHostnameParams) SetTargetApplicationApplicationApplication ¶

func (o *WaypointCreateHostnameParams) SetTargetApplicationApplicationApplication(targetApplicationApplicationApplication string)

SetTargetApplicationApplicationApplication adds the targetApplicationApplicationApplication to the waypoint create hostname params

func (*WaypointCreateHostnameParams) SetTargetApplicationApplicationProject ¶

func (o *WaypointCreateHostnameParams) SetTargetApplicationApplicationProject(targetApplicationApplicationProject string)

SetTargetApplicationApplicationProject adds the targetApplicationApplicationProject to the waypoint create hostname params

func (*WaypointCreateHostnameParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint create hostname params

func (*WaypointCreateHostnameParams) WithBody ¶

WithBody adds the body to the waypoint create hostname params

func (*WaypointCreateHostnameParams) WithContext ¶

WithContext adds the context to the waypoint create hostname params

func (*WaypointCreateHostnameParams) WithDefaults ¶

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

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

func (*WaypointCreateHostnameParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint create hostname params

func (*WaypointCreateHostnameParams) WithTargetApplicationApplicationApplication ¶

func (o *WaypointCreateHostnameParams) WithTargetApplicationApplicationApplication(targetApplicationApplicationApplication string) *WaypointCreateHostnameParams

WithTargetApplicationApplicationApplication adds the targetApplicationApplicationApplication to the waypoint create hostname params

func (*WaypointCreateHostnameParams) WithTargetApplicationApplicationProject ¶

func (o *WaypointCreateHostnameParams) WithTargetApplicationApplicationProject(targetApplicationApplicationProject string) *WaypointCreateHostnameParams

WithTargetApplicationApplicationProject adds the targetApplicationApplicationProject to the waypoint create hostname params

func (*WaypointCreateHostnameParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint create hostname params

func (*WaypointCreateHostnameParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointCreateHostnameReader ¶

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

WaypointCreateHostnameReader is a Reader for the WaypointCreateHostname structure.

func (*WaypointCreateHostnameReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointDecodeTokenDefault ¶

type WaypointDecodeTokenDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointDecodeTokenDefault ¶

func NewWaypointDecodeTokenDefault(code int) *WaypointDecodeTokenDefault

NewWaypointDecodeTokenDefault creates a WaypointDecodeTokenDefault with default headers values

func (*WaypointDecodeTokenDefault) Code ¶

func (o *WaypointDecodeTokenDefault) Code() int

Code gets the status code for the waypoint decode token default response

func (*WaypointDecodeTokenDefault) Error ¶

func (*WaypointDecodeTokenDefault) GetPayload ¶

func (*WaypointDecodeTokenDefault) IsClientError ¶

func (o *WaypointDecodeTokenDefault) IsClientError() bool

IsClientError returns true when this waypoint decode token default response has a 4xx status code

func (*WaypointDecodeTokenDefault) IsCode ¶

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

IsCode returns true when this waypoint decode token default response a status code equal to that given

func (*WaypointDecodeTokenDefault) IsRedirect ¶

func (o *WaypointDecodeTokenDefault) IsRedirect() bool

IsRedirect returns true when this waypoint decode token default response has a 3xx status code

func (*WaypointDecodeTokenDefault) IsServerError ¶

func (o *WaypointDecodeTokenDefault) IsServerError() bool

IsServerError returns true when this waypoint decode token default response has a 5xx status code

func (*WaypointDecodeTokenDefault) IsSuccess ¶

func (o *WaypointDecodeTokenDefault) IsSuccess() bool

IsSuccess returns true when this waypoint decode token default response has a 2xx status code

func (*WaypointDecodeTokenDefault) String ¶

func (o *WaypointDecodeTokenDefault) String() string

type WaypointDecodeTokenOK ¶

type WaypointDecodeTokenOK struct {
	Payload *models.HashicorpWaypointDecodeTokenResponse
}

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

A successful response.

func NewWaypointDecodeTokenOK ¶

func NewWaypointDecodeTokenOK() *WaypointDecodeTokenOK

NewWaypointDecodeTokenOK creates a WaypointDecodeTokenOK with default headers values

func (*WaypointDecodeTokenOK) Error ¶

func (o *WaypointDecodeTokenOK) Error() string

func (*WaypointDecodeTokenOK) GetPayload ¶

func (*WaypointDecodeTokenOK) IsClientError ¶

func (o *WaypointDecodeTokenOK) IsClientError() bool

IsClientError returns true when this waypoint decode token o k response has a 4xx status code

func (*WaypointDecodeTokenOK) IsCode ¶

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

IsCode returns true when this waypoint decode token o k response a status code equal to that given

func (*WaypointDecodeTokenOK) IsRedirect ¶

func (o *WaypointDecodeTokenOK) IsRedirect() bool

IsRedirect returns true when this waypoint decode token o k response has a 3xx status code

func (*WaypointDecodeTokenOK) IsServerError ¶

func (o *WaypointDecodeTokenOK) IsServerError() bool

IsServerError returns true when this waypoint decode token o k response has a 5xx status code

func (*WaypointDecodeTokenOK) IsSuccess ¶

func (o *WaypointDecodeTokenOK) IsSuccess() bool

IsSuccess returns true when this waypoint decode token o k response has a 2xx status code

func (*WaypointDecodeTokenOK) String ¶

func (o *WaypointDecodeTokenOK) String() string

type WaypointDecodeTokenParams ¶

type WaypointDecodeTokenParams struct {

	// Body.
	Body *models.HashicorpWaypointDecodeTokenRequest

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

WaypointDecodeTokenParams contains all the parameters to send to the API endpoint

for the waypoint decode token operation.

Typically these are written to a http.Request.

func NewWaypointDecodeTokenParams ¶

func NewWaypointDecodeTokenParams() *WaypointDecodeTokenParams

NewWaypointDecodeTokenParams creates a new WaypointDecodeTokenParams 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 NewWaypointDecodeTokenParamsWithContext ¶

func NewWaypointDecodeTokenParamsWithContext(ctx context.Context) *WaypointDecodeTokenParams

NewWaypointDecodeTokenParamsWithContext creates a new WaypointDecodeTokenParams object with the ability to set a context for a request.

func NewWaypointDecodeTokenParamsWithHTTPClient ¶

func NewWaypointDecodeTokenParamsWithHTTPClient(client *http.Client) *WaypointDecodeTokenParams

NewWaypointDecodeTokenParamsWithHTTPClient creates a new WaypointDecodeTokenParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointDecodeTokenParamsWithTimeout ¶

func NewWaypointDecodeTokenParamsWithTimeout(timeout time.Duration) *WaypointDecodeTokenParams

NewWaypointDecodeTokenParamsWithTimeout creates a new WaypointDecodeTokenParams object with the ability to set a timeout on a request.

func (*WaypointDecodeTokenParams) SetBody ¶

SetBody adds the body to the waypoint decode token params

func (*WaypointDecodeTokenParams) SetContext ¶

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

SetContext adds the context to the waypoint decode token params

func (*WaypointDecodeTokenParams) SetDefaults ¶

func (o *WaypointDecodeTokenParams) SetDefaults()

SetDefaults hydrates default values in the waypoint decode token params (not the query body).

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

func (*WaypointDecodeTokenParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint decode token params

func (*WaypointDecodeTokenParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint decode token params

func (*WaypointDecodeTokenParams) WithBody ¶

WithBody adds the body to the waypoint decode token params

func (*WaypointDecodeTokenParams) WithContext ¶

WithContext adds the context to the waypoint decode token params

func (*WaypointDecodeTokenParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint decode token params (not the query body).

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

func (*WaypointDecodeTokenParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the waypoint decode token params

func (*WaypointDecodeTokenParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint decode token params

func (*WaypointDecodeTokenParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointDecodeTokenReader ¶

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

WaypointDecodeTokenReader is a Reader for the WaypointDecodeToken structure.

func (*WaypointDecodeTokenReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointDeleteAuthMethodDefault ¶

type WaypointDeleteAuthMethodDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointDeleteAuthMethodDefault ¶

func NewWaypointDeleteAuthMethodDefault(code int) *WaypointDeleteAuthMethodDefault

NewWaypointDeleteAuthMethodDefault creates a WaypointDeleteAuthMethodDefault with default headers values

func (*WaypointDeleteAuthMethodDefault) Code ¶

Code gets the status code for the waypoint delete auth method default response

func (*WaypointDeleteAuthMethodDefault) Error ¶

func (*WaypointDeleteAuthMethodDefault) GetPayload ¶

func (*WaypointDeleteAuthMethodDefault) IsClientError ¶

func (o *WaypointDeleteAuthMethodDefault) IsClientError() bool

IsClientError returns true when this waypoint delete auth method default response has a 4xx status code

func (*WaypointDeleteAuthMethodDefault) IsCode ¶

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

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

func (*WaypointDeleteAuthMethodDefault) IsRedirect ¶

func (o *WaypointDeleteAuthMethodDefault) IsRedirect() bool

IsRedirect returns true when this waypoint delete auth method default response has a 3xx status code

func (*WaypointDeleteAuthMethodDefault) IsServerError ¶

func (o *WaypointDeleteAuthMethodDefault) IsServerError() bool

IsServerError returns true when this waypoint delete auth method default response has a 5xx status code

func (*WaypointDeleteAuthMethodDefault) IsSuccess ¶

func (o *WaypointDeleteAuthMethodDefault) IsSuccess() bool

IsSuccess returns true when this waypoint delete auth method default response has a 2xx status code

func (*WaypointDeleteAuthMethodDefault) String ¶

type WaypointDeleteAuthMethodOK ¶

type WaypointDeleteAuthMethodOK struct {
	Payload interface{}
}

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

A successful response.

func NewWaypointDeleteAuthMethodOK ¶

func NewWaypointDeleteAuthMethodOK() *WaypointDeleteAuthMethodOK

NewWaypointDeleteAuthMethodOK creates a WaypointDeleteAuthMethodOK with default headers values

func (*WaypointDeleteAuthMethodOK) Error ¶

func (*WaypointDeleteAuthMethodOK) GetPayload ¶

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

func (*WaypointDeleteAuthMethodOK) IsClientError ¶

func (o *WaypointDeleteAuthMethodOK) IsClientError() bool

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

func (*WaypointDeleteAuthMethodOK) IsCode ¶

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

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

func (*WaypointDeleteAuthMethodOK) IsRedirect ¶

func (o *WaypointDeleteAuthMethodOK) IsRedirect() bool

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

func (*WaypointDeleteAuthMethodOK) IsServerError ¶

func (o *WaypointDeleteAuthMethodOK) IsServerError() bool

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

func (*WaypointDeleteAuthMethodOK) IsSuccess ¶

func (o *WaypointDeleteAuthMethodOK) IsSuccess() bool

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

func (*WaypointDeleteAuthMethodOK) String ¶

func (o *WaypointDeleteAuthMethodOK) String() string

type WaypointDeleteAuthMethodParams ¶

type WaypointDeleteAuthMethodParams struct {

	// AuthMethodName.
	AuthMethodName string

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

WaypointDeleteAuthMethodParams contains all the parameters to send to the API endpoint

for the waypoint delete auth method operation.

Typically these are written to a http.Request.

func NewWaypointDeleteAuthMethodParams ¶

func NewWaypointDeleteAuthMethodParams() *WaypointDeleteAuthMethodParams

NewWaypointDeleteAuthMethodParams creates a new WaypointDeleteAuthMethodParams 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 NewWaypointDeleteAuthMethodParamsWithContext ¶

func NewWaypointDeleteAuthMethodParamsWithContext(ctx context.Context) *WaypointDeleteAuthMethodParams

NewWaypointDeleteAuthMethodParamsWithContext creates a new WaypointDeleteAuthMethodParams object with the ability to set a context for a request.

func NewWaypointDeleteAuthMethodParamsWithHTTPClient ¶

func NewWaypointDeleteAuthMethodParamsWithHTTPClient(client *http.Client) *WaypointDeleteAuthMethodParams

NewWaypointDeleteAuthMethodParamsWithHTTPClient creates a new WaypointDeleteAuthMethodParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointDeleteAuthMethodParamsWithTimeout ¶

func NewWaypointDeleteAuthMethodParamsWithTimeout(timeout time.Duration) *WaypointDeleteAuthMethodParams

NewWaypointDeleteAuthMethodParamsWithTimeout creates a new WaypointDeleteAuthMethodParams object with the ability to set a timeout on a request.

func (*WaypointDeleteAuthMethodParams) SetAuthMethodName ¶

func (o *WaypointDeleteAuthMethodParams) SetAuthMethodName(authMethodName string)

SetAuthMethodName adds the authMethodName to the waypoint delete auth method params

func (*WaypointDeleteAuthMethodParams) SetContext ¶

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

SetContext adds the context to the waypoint delete auth method params

func (*WaypointDeleteAuthMethodParams) SetDefaults ¶

func (o *WaypointDeleteAuthMethodParams) SetDefaults()

SetDefaults hydrates default values in the waypoint delete auth method params (not the query body).

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

func (*WaypointDeleteAuthMethodParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint delete auth method params

func (*WaypointDeleteAuthMethodParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint delete auth method params

func (*WaypointDeleteAuthMethodParams) WithAuthMethodName ¶

func (o *WaypointDeleteAuthMethodParams) WithAuthMethodName(authMethodName string) *WaypointDeleteAuthMethodParams

WithAuthMethodName adds the authMethodName to the waypoint delete auth method params

func (*WaypointDeleteAuthMethodParams) WithContext ¶

WithContext adds the context to the waypoint delete auth method params

func (*WaypointDeleteAuthMethodParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint delete auth method params (not the query body).

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

func (*WaypointDeleteAuthMethodParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint delete auth method params

func (*WaypointDeleteAuthMethodParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint delete auth method params

func (*WaypointDeleteAuthMethodParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointDeleteAuthMethodReader ¶

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

WaypointDeleteAuthMethodReader is a Reader for the WaypointDeleteAuthMethod structure.

func (*WaypointDeleteAuthMethodReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointDeleteHostnameDefault ¶

type WaypointDeleteHostnameDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointDeleteHostnameDefault ¶

func NewWaypointDeleteHostnameDefault(code int) *WaypointDeleteHostnameDefault

NewWaypointDeleteHostnameDefault creates a WaypointDeleteHostnameDefault with default headers values

func (*WaypointDeleteHostnameDefault) Code ¶

Code gets the status code for the waypoint delete hostname default response

func (*WaypointDeleteHostnameDefault) Error ¶

func (*WaypointDeleteHostnameDefault) GetPayload ¶

func (*WaypointDeleteHostnameDefault) IsClientError ¶

func (o *WaypointDeleteHostnameDefault) IsClientError() bool

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

func (*WaypointDeleteHostnameDefault) IsCode ¶

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

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

func (*WaypointDeleteHostnameDefault) IsRedirect ¶

func (o *WaypointDeleteHostnameDefault) IsRedirect() bool

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

func (*WaypointDeleteHostnameDefault) IsServerError ¶

func (o *WaypointDeleteHostnameDefault) IsServerError() bool

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

func (*WaypointDeleteHostnameDefault) IsSuccess ¶

func (o *WaypointDeleteHostnameDefault) IsSuccess() bool

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

func (*WaypointDeleteHostnameDefault) String ¶

type WaypointDeleteHostnameOK ¶

type WaypointDeleteHostnameOK struct {
	Payload interface{}
}

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

A successful response.

func NewWaypointDeleteHostnameOK ¶

func NewWaypointDeleteHostnameOK() *WaypointDeleteHostnameOK

NewWaypointDeleteHostnameOK creates a WaypointDeleteHostnameOK with default headers values

func (*WaypointDeleteHostnameOK) Error ¶

func (o *WaypointDeleteHostnameOK) Error() string

func (*WaypointDeleteHostnameOK) GetPayload ¶

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

func (*WaypointDeleteHostnameOK) IsClientError ¶

func (o *WaypointDeleteHostnameOK) IsClientError() bool

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

func (*WaypointDeleteHostnameOK) IsCode ¶

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

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

func (*WaypointDeleteHostnameOK) IsRedirect ¶

func (o *WaypointDeleteHostnameOK) IsRedirect() bool

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

func (*WaypointDeleteHostnameOK) IsServerError ¶

func (o *WaypointDeleteHostnameOK) IsServerError() bool

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

func (*WaypointDeleteHostnameOK) IsSuccess ¶

func (o *WaypointDeleteHostnameOK) IsSuccess() bool

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

func (*WaypointDeleteHostnameOK) String ¶

func (o *WaypointDeleteHostnameOK) String() string

type WaypointDeleteHostnameParams ¶

type WaypointDeleteHostnameParams struct {

	// Hostname.
	Hostname string

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

WaypointDeleteHostnameParams contains all the parameters to send to the API endpoint

for the waypoint delete hostname operation.

Typically these are written to a http.Request.

func NewWaypointDeleteHostnameParams ¶

func NewWaypointDeleteHostnameParams() *WaypointDeleteHostnameParams

NewWaypointDeleteHostnameParams creates a new WaypointDeleteHostnameParams 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 NewWaypointDeleteHostnameParamsWithContext ¶

func NewWaypointDeleteHostnameParamsWithContext(ctx context.Context) *WaypointDeleteHostnameParams

NewWaypointDeleteHostnameParamsWithContext creates a new WaypointDeleteHostnameParams object with the ability to set a context for a request.

func NewWaypointDeleteHostnameParamsWithHTTPClient ¶

func NewWaypointDeleteHostnameParamsWithHTTPClient(client *http.Client) *WaypointDeleteHostnameParams

NewWaypointDeleteHostnameParamsWithHTTPClient creates a new WaypointDeleteHostnameParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointDeleteHostnameParamsWithTimeout ¶

func NewWaypointDeleteHostnameParamsWithTimeout(timeout time.Duration) *WaypointDeleteHostnameParams

NewWaypointDeleteHostnameParamsWithTimeout creates a new WaypointDeleteHostnameParams object with the ability to set a timeout on a request.

func (*WaypointDeleteHostnameParams) SetContext ¶

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

SetContext adds the context to the waypoint delete hostname params

func (*WaypointDeleteHostnameParams) SetDefaults ¶

func (o *WaypointDeleteHostnameParams) SetDefaults()

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

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

func (*WaypointDeleteHostnameParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint delete hostname params

func (*WaypointDeleteHostnameParams) SetHostname ¶

func (o *WaypointDeleteHostnameParams) SetHostname(hostname string)

SetHostname adds the hostname to the waypoint delete hostname params

func (*WaypointDeleteHostnameParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint delete hostname params

func (*WaypointDeleteHostnameParams) WithContext ¶

WithContext adds the context to the waypoint delete hostname params

func (*WaypointDeleteHostnameParams) WithDefaults ¶

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

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

func (*WaypointDeleteHostnameParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint delete hostname params

func (*WaypointDeleteHostnameParams) WithHostname ¶

WithHostname adds the hostname to the waypoint delete hostname params

func (*WaypointDeleteHostnameParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint delete hostname params

func (*WaypointDeleteHostnameParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointDeleteHostnameReader ¶

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

WaypointDeleteHostnameReader is a Reader for the WaypointDeleteHostname structure.

func (*WaypointDeleteHostnameReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointDeleteUser2Default ¶

type WaypointDeleteUser2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointDeleteUser2Default ¶

func NewWaypointDeleteUser2Default(code int) *WaypointDeleteUser2Default

NewWaypointDeleteUser2Default creates a WaypointDeleteUser2Default with default headers values

func (*WaypointDeleteUser2Default) Code ¶

func (o *WaypointDeleteUser2Default) Code() int

Code gets the status code for the waypoint delete user2 default response

func (*WaypointDeleteUser2Default) Error ¶

func (*WaypointDeleteUser2Default) GetPayload ¶

func (*WaypointDeleteUser2Default) IsClientError ¶

func (o *WaypointDeleteUser2Default) IsClientError() bool

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

func (*WaypointDeleteUser2Default) IsCode ¶

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

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

func (*WaypointDeleteUser2Default) IsRedirect ¶

func (o *WaypointDeleteUser2Default) IsRedirect() bool

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

func (*WaypointDeleteUser2Default) IsServerError ¶

func (o *WaypointDeleteUser2Default) IsServerError() bool

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

func (*WaypointDeleteUser2Default) IsSuccess ¶

func (o *WaypointDeleteUser2Default) IsSuccess() bool

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

func (*WaypointDeleteUser2Default) String ¶

func (o *WaypointDeleteUser2Default) String() string

type WaypointDeleteUser2OK ¶

type WaypointDeleteUser2OK struct {
	Payload interface{}
}

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

A successful response.

func NewWaypointDeleteUser2OK ¶

func NewWaypointDeleteUser2OK() *WaypointDeleteUser2OK

NewWaypointDeleteUser2OK creates a WaypointDeleteUser2OK with default headers values

func (*WaypointDeleteUser2OK) Error ¶

func (o *WaypointDeleteUser2OK) Error() string

func (*WaypointDeleteUser2OK) GetPayload ¶

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

func (*WaypointDeleteUser2OK) IsClientError ¶

func (o *WaypointDeleteUser2OK) IsClientError() bool

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

func (*WaypointDeleteUser2OK) IsCode ¶

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

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

func (*WaypointDeleteUser2OK) IsRedirect ¶

func (o *WaypointDeleteUser2OK) IsRedirect() bool

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

func (*WaypointDeleteUser2OK) IsServerError ¶

func (o *WaypointDeleteUser2OK) IsServerError() bool

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

func (*WaypointDeleteUser2OK) IsSuccess ¶

func (o *WaypointDeleteUser2OK) IsSuccess() bool

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

func (*WaypointDeleteUser2OK) String ¶

func (o *WaypointDeleteUser2OK) String() string

type WaypointDeleteUser2Params ¶

type WaypointDeleteUser2Params struct {

	// UserIDID.
	UserIDID *string

	// UserUsernameUsername.
	UserUsernameUsername string

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

WaypointDeleteUser2Params contains all the parameters to send to the API endpoint

for the waypoint delete user2 operation.

Typically these are written to a http.Request.

func NewWaypointDeleteUser2Params ¶

func NewWaypointDeleteUser2Params() *WaypointDeleteUser2Params

NewWaypointDeleteUser2Params creates a new WaypointDeleteUser2Params 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 NewWaypointDeleteUser2ParamsWithContext ¶

func NewWaypointDeleteUser2ParamsWithContext(ctx context.Context) *WaypointDeleteUser2Params

NewWaypointDeleteUser2ParamsWithContext creates a new WaypointDeleteUser2Params object with the ability to set a context for a request.

func NewWaypointDeleteUser2ParamsWithHTTPClient ¶

func NewWaypointDeleteUser2ParamsWithHTTPClient(client *http.Client) *WaypointDeleteUser2Params

NewWaypointDeleteUser2ParamsWithHTTPClient creates a new WaypointDeleteUser2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointDeleteUser2ParamsWithTimeout ¶

func NewWaypointDeleteUser2ParamsWithTimeout(timeout time.Duration) *WaypointDeleteUser2Params

NewWaypointDeleteUser2ParamsWithTimeout creates a new WaypointDeleteUser2Params object with the ability to set a timeout on a request.

func (*WaypointDeleteUser2Params) SetContext ¶

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

SetContext adds the context to the waypoint delete user2 params

func (*WaypointDeleteUser2Params) SetDefaults ¶

func (o *WaypointDeleteUser2Params) SetDefaults()

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

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

func (*WaypointDeleteUser2Params) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint delete user2 params

func (*WaypointDeleteUser2Params) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint delete user2 params

func (*WaypointDeleteUser2Params) SetUserIDID ¶

func (o *WaypointDeleteUser2Params) SetUserIDID(userIDID *string)

SetUserIDID adds the userIdId to the waypoint delete user2 params

func (*WaypointDeleteUser2Params) SetUserUsernameUsername ¶

func (o *WaypointDeleteUser2Params) SetUserUsernameUsername(userUsernameUsername string)

SetUserUsernameUsername adds the userUsernameUsername to the waypoint delete user2 params

func (*WaypointDeleteUser2Params) WithContext ¶

WithContext adds the context to the waypoint delete user2 params

func (*WaypointDeleteUser2Params) WithDefaults ¶

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

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

func (*WaypointDeleteUser2Params) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the waypoint delete user2 params

func (*WaypointDeleteUser2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint delete user2 params

func (*WaypointDeleteUser2Params) WithUserIDID ¶

func (o *WaypointDeleteUser2Params) WithUserIDID(userIDID *string) *WaypointDeleteUser2Params

WithUserIDID adds the userIDID to the waypoint delete user2 params

func (*WaypointDeleteUser2Params) WithUserUsernameUsername ¶

func (o *WaypointDeleteUser2Params) WithUserUsernameUsername(userUsernameUsername string) *WaypointDeleteUser2Params

WithUserUsernameUsername adds the userUsernameUsername to the waypoint delete user2 params

func (*WaypointDeleteUser2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointDeleteUser2Reader ¶

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

WaypointDeleteUser2Reader is a Reader for the WaypointDeleteUser2 structure.

func (*WaypointDeleteUser2Reader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointDeleteUserDefault ¶

type WaypointDeleteUserDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointDeleteUserDefault ¶

func NewWaypointDeleteUserDefault(code int) *WaypointDeleteUserDefault

NewWaypointDeleteUserDefault creates a WaypointDeleteUserDefault with default headers values

func (*WaypointDeleteUserDefault) Code ¶

func (o *WaypointDeleteUserDefault) Code() int

Code gets the status code for the waypoint delete user default response

func (*WaypointDeleteUserDefault) Error ¶

func (o *WaypointDeleteUserDefault) Error() string

func (*WaypointDeleteUserDefault) GetPayload ¶

func (*WaypointDeleteUserDefault) IsClientError ¶

func (o *WaypointDeleteUserDefault) IsClientError() bool

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

func (*WaypointDeleteUserDefault) IsCode ¶

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

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

func (*WaypointDeleteUserDefault) IsRedirect ¶

func (o *WaypointDeleteUserDefault) IsRedirect() bool

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

func (*WaypointDeleteUserDefault) IsServerError ¶

func (o *WaypointDeleteUserDefault) IsServerError() bool

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

func (*WaypointDeleteUserDefault) IsSuccess ¶

func (o *WaypointDeleteUserDefault) IsSuccess() bool

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

func (*WaypointDeleteUserDefault) String ¶

func (o *WaypointDeleteUserDefault) String() string

type WaypointDeleteUserOK ¶

type WaypointDeleteUserOK struct {
	Payload interface{}
}

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

A successful response.

func NewWaypointDeleteUserOK ¶

func NewWaypointDeleteUserOK() *WaypointDeleteUserOK

NewWaypointDeleteUserOK creates a WaypointDeleteUserOK with default headers values

func (*WaypointDeleteUserOK) Error ¶

func (o *WaypointDeleteUserOK) Error() string

func (*WaypointDeleteUserOK) GetPayload ¶

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

func (*WaypointDeleteUserOK) IsClientError ¶

func (o *WaypointDeleteUserOK) IsClientError() bool

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

func (*WaypointDeleteUserOK) IsCode ¶

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

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

func (*WaypointDeleteUserOK) IsRedirect ¶

func (o *WaypointDeleteUserOK) IsRedirect() bool

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

func (*WaypointDeleteUserOK) IsServerError ¶

func (o *WaypointDeleteUserOK) IsServerError() bool

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

func (*WaypointDeleteUserOK) IsSuccess ¶

func (o *WaypointDeleteUserOK) IsSuccess() bool

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

func (*WaypointDeleteUserOK) String ¶

func (o *WaypointDeleteUserOK) String() string

type WaypointDeleteUserParams ¶

type WaypointDeleteUserParams struct {

	// UserIDID.
	UserIDID string

	// UserUsernameUsername.
	UserUsernameUsername *string

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

WaypointDeleteUserParams contains all the parameters to send to the API endpoint

for the waypoint delete user operation.

Typically these are written to a http.Request.

func NewWaypointDeleteUserParams ¶

func NewWaypointDeleteUserParams() *WaypointDeleteUserParams

NewWaypointDeleteUserParams creates a new WaypointDeleteUserParams 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 NewWaypointDeleteUserParamsWithContext ¶

func NewWaypointDeleteUserParamsWithContext(ctx context.Context) *WaypointDeleteUserParams

NewWaypointDeleteUserParamsWithContext creates a new WaypointDeleteUserParams object with the ability to set a context for a request.

func NewWaypointDeleteUserParamsWithHTTPClient ¶

func NewWaypointDeleteUserParamsWithHTTPClient(client *http.Client) *WaypointDeleteUserParams

NewWaypointDeleteUserParamsWithHTTPClient creates a new WaypointDeleteUserParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointDeleteUserParamsWithTimeout ¶

func NewWaypointDeleteUserParamsWithTimeout(timeout time.Duration) *WaypointDeleteUserParams

NewWaypointDeleteUserParamsWithTimeout creates a new WaypointDeleteUserParams object with the ability to set a timeout on a request.

func (*WaypointDeleteUserParams) SetContext ¶

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

SetContext adds the context to the waypoint delete user params

func (*WaypointDeleteUserParams) SetDefaults ¶

func (o *WaypointDeleteUserParams) SetDefaults()

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

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

func (*WaypointDeleteUserParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint delete user params

func (*WaypointDeleteUserParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint delete user params

func (*WaypointDeleteUserParams) SetUserIDID ¶

func (o *WaypointDeleteUserParams) SetUserIDID(userIDID string)

SetUserIDID adds the userIdId to the waypoint delete user params

func (*WaypointDeleteUserParams) SetUserUsernameUsername ¶

func (o *WaypointDeleteUserParams) SetUserUsernameUsername(userUsernameUsername *string)

SetUserUsernameUsername adds the userUsernameUsername to the waypoint delete user params

func (*WaypointDeleteUserParams) WithContext ¶

WithContext adds the context to the waypoint delete user params

func (*WaypointDeleteUserParams) WithDefaults ¶

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

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

func (*WaypointDeleteUserParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the waypoint delete user params

func (*WaypointDeleteUserParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint delete user params

func (*WaypointDeleteUserParams) WithUserIDID ¶

func (o *WaypointDeleteUserParams) WithUserIDID(userIDID string) *WaypointDeleteUserParams

WithUserIDID adds the userIDID to the waypoint delete user params

func (*WaypointDeleteUserParams) WithUserUsernameUsername ¶

func (o *WaypointDeleteUserParams) WithUserUsernameUsername(userUsernameUsername *string) *WaypointDeleteUserParams

WithUserUsernameUsername adds the userUsernameUsername to the waypoint delete user params

func (*WaypointDeleteUserParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointDeleteUserReader ¶

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

WaypointDeleteUserReader is a Reader for the WaypointDeleteUser structure.

func (*WaypointDeleteUserReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointDestroyProjectDefault ¶

type WaypointDestroyProjectDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointDestroyProjectDefault ¶

func NewWaypointDestroyProjectDefault(code int) *WaypointDestroyProjectDefault

NewWaypointDestroyProjectDefault creates a WaypointDestroyProjectDefault with default headers values

func (*WaypointDestroyProjectDefault) Code ¶

Code gets the status code for the waypoint destroy project default response

func (*WaypointDestroyProjectDefault) Error ¶

func (*WaypointDestroyProjectDefault) GetPayload ¶

func (*WaypointDestroyProjectDefault) IsClientError ¶

func (o *WaypointDestroyProjectDefault) IsClientError() bool

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

func (*WaypointDestroyProjectDefault) IsCode ¶

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

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

func (*WaypointDestroyProjectDefault) IsRedirect ¶

func (o *WaypointDestroyProjectDefault) IsRedirect() bool

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

func (*WaypointDestroyProjectDefault) IsServerError ¶

func (o *WaypointDestroyProjectDefault) IsServerError() bool

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

func (*WaypointDestroyProjectDefault) IsSuccess ¶

func (o *WaypointDestroyProjectDefault) IsSuccess() bool

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

func (*WaypointDestroyProjectDefault) String ¶

type WaypointDestroyProjectOK ¶

type WaypointDestroyProjectOK struct {
	Payload interface{}
}

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

A successful response.

func NewWaypointDestroyProjectOK ¶

func NewWaypointDestroyProjectOK() *WaypointDestroyProjectOK

NewWaypointDestroyProjectOK creates a WaypointDestroyProjectOK with default headers values

func (*WaypointDestroyProjectOK) Error ¶

func (o *WaypointDestroyProjectOK) Error() string

func (*WaypointDestroyProjectOK) GetPayload ¶

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

func (*WaypointDestroyProjectOK) IsClientError ¶

func (o *WaypointDestroyProjectOK) IsClientError() bool

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

func (*WaypointDestroyProjectOK) IsCode ¶

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

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

func (*WaypointDestroyProjectOK) IsRedirect ¶

func (o *WaypointDestroyProjectOK) IsRedirect() bool

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

func (*WaypointDestroyProjectOK) IsServerError ¶

func (o *WaypointDestroyProjectOK) IsServerError() bool

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

func (*WaypointDestroyProjectOK) IsSuccess ¶

func (o *WaypointDestroyProjectOK) IsSuccess() bool

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

func (*WaypointDestroyProjectOK) String ¶

func (o *WaypointDestroyProjectOK) String() string

type WaypointDestroyProjectParams ¶

type WaypointDestroyProjectParams struct {

	// ProjectProject.
	ProjectProject string

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

WaypointDestroyProjectParams contains all the parameters to send to the API endpoint

for the waypoint destroy project operation.

Typically these are written to a http.Request.

func NewWaypointDestroyProjectParams ¶

func NewWaypointDestroyProjectParams() *WaypointDestroyProjectParams

NewWaypointDestroyProjectParams creates a new WaypointDestroyProjectParams 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 NewWaypointDestroyProjectParamsWithContext ¶

func NewWaypointDestroyProjectParamsWithContext(ctx context.Context) *WaypointDestroyProjectParams

NewWaypointDestroyProjectParamsWithContext creates a new WaypointDestroyProjectParams object with the ability to set a context for a request.

func NewWaypointDestroyProjectParamsWithHTTPClient ¶

func NewWaypointDestroyProjectParamsWithHTTPClient(client *http.Client) *WaypointDestroyProjectParams

NewWaypointDestroyProjectParamsWithHTTPClient creates a new WaypointDestroyProjectParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointDestroyProjectParamsWithTimeout ¶

func NewWaypointDestroyProjectParamsWithTimeout(timeout time.Duration) *WaypointDestroyProjectParams

NewWaypointDestroyProjectParamsWithTimeout creates a new WaypointDestroyProjectParams object with the ability to set a timeout on a request.

func (*WaypointDestroyProjectParams) SetContext ¶

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

SetContext adds the context to the waypoint destroy project params

func (*WaypointDestroyProjectParams) SetDefaults ¶

func (o *WaypointDestroyProjectParams) SetDefaults()

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

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

func (*WaypointDestroyProjectParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint destroy project params

func (*WaypointDestroyProjectParams) SetProjectProject ¶

func (o *WaypointDestroyProjectParams) SetProjectProject(projectProject string)

SetProjectProject adds the projectProject to the waypoint destroy project params

func (*WaypointDestroyProjectParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint destroy project params

func (*WaypointDestroyProjectParams) WithContext ¶

WithContext adds the context to the waypoint destroy project params

func (*WaypointDestroyProjectParams) WithDefaults ¶

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

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

func (*WaypointDestroyProjectParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint destroy project params

func (*WaypointDestroyProjectParams) WithProjectProject ¶

func (o *WaypointDestroyProjectParams) WithProjectProject(projectProject string) *WaypointDestroyProjectParams

WithProjectProject adds the projectProject to the waypoint destroy project params

func (*WaypointDestroyProjectParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint destroy project params

func (*WaypointDestroyProjectParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointDestroyProjectReader ¶

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

WaypointDestroyProjectReader is a Reader for the WaypointDestroyProject structure.

func (*WaypointDestroyProjectReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointExpediteStatusReport2Default ¶

type WaypointExpediteStatusReport2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointExpediteStatusReport2Default ¶

func NewWaypointExpediteStatusReport2Default(code int) *WaypointExpediteStatusReport2Default

NewWaypointExpediteStatusReport2Default creates a WaypointExpediteStatusReport2Default with default headers values

func (*WaypointExpediteStatusReport2Default) Code ¶

Code gets the status code for the waypoint expedite status report2 default response

func (*WaypointExpediteStatusReport2Default) Error ¶

func (*WaypointExpediteStatusReport2Default) GetPayload ¶

func (*WaypointExpediteStatusReport2Default) IsClientError ¶

func (o *WaypointExpediteStatusReport2Default) IsClientError() bool

IsClientError returns true when this waypoint expedite status report2 default response has a 4xx status code

func (*WaypointExpediteStatusReport2Default) IsCode ¶

IsCode returns true when this waypoint expedite status report2 default response a status code equal to that given

func (*WaypointExpediteStatusReport2Default) IsRedirect ¶

IsRedirect returns true when this waypoint expedite status report2 default response has a 3xx status code

func (*WaypointExpediteStatusReport2Default) IsServerError ¶

func (o *WaypointExpediteStatusReport2Default) IsServerError() bool

IsServerError returns true when this waypoint expedite status report2 default response has a 5xx status code

func (*WaypointExpediteStatusReport2Default) IsSuccess ¶

IsSuccess returns true when this waypoint expedite status report2 default response has a 2xx status code

func (*WaypointExpediteStatusReport2Default) String ¶

type WaypointExpediteStatusReport2OK ¶

type WaypointExpediteStatusReport2OK struct {
	Payload *models.HashicorpWaypointExpediteStatusReportResponse
}

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

A successful response.

func NewWaypointExpediteStatusReport2OK ¶

func NewWaypointExpediteStatusReport2OK() *WaypointExpediteStatusReport2OK

NewWaypointExpediteStatusReport2OK creates a WaypointExpediteStatusReport2OK with default headers values

func (*WaypointExpediteStatusReport2OK) Error ¶

func (*WaypointExpediteStatusReport2OK) GetPayload ¶

func (*WaypointExpediteStatusReport2OK) IsClientError ¶

func (o *WaypointExpediteStatusReport2OK) IsClientError() bool

IsClientError returns true when this waypoint expedite status report2 o k response has a 4xx status code

func (*WaypointExpediteStatusReport2OK) IsCode ¶

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

IsCode returns true when this waypoint expedite status report2 o k response a status code equal to that given

func (*WaypointExpediteStatusReport2OK) IsRedirect ¶

func (o *WaypointExpediteStatusReport2OK) IsRedirect() bool

IsRedirect returns true when this waypoint expedite status report2 o k response has a 3xx status code

func (*WaypointExpediteStatusReport2OK) IsServerError ¶

func (o *WaypointExpediteStatusReport2OK) IsServerError() bool

IsServerError returns true when this waypoint expedite status report2 o k response has a 5xx status code

func (*WaypointExpediteStatusReport2OK) IsSuccess ¶

func (o *WaypointExpediteStatusReport2OK) IsSuccess() bool

IsSuccess returns true when this waypoint expedite status report2 o k response has a 2xx status code

func (*WaypointExpediteStatusReport2OK) String ¶

type WaypointExpediteStatusReport2Params ¶

type WaypointExpediteStatusReport2Params struct {

	// Body.
	Body *models.HashicorpWaypointExpediteStatusReportRequest

	// ReleaseID.
	ReleaseID string

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

WaypointExpediteStatusReport2Params contains all the parameters to send to the API endpoint

for the waypoint expedite status report2 operation.

Typically these are written to a http.Request.

func NewWaypointExpediteStatusReport2Params ¶

func NewWaypointExpediteStatusReport2Params() *WaypointExpediteStatusReport2Params

NewWaypointExpediteStatusReport2Params creates a new WaypointExpediteStatusReport2Params 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 NewWaypointExpediteStatusReport2ParamsWithContext ¶

func NewWaypointExpediteStatusReport2ParamsWithContext(ctx context.Context) *WaypointExpediteStatusReport2Params

NewWaypointExpediteStatusReport2ParamsWithContext creates a new WaypointExpediteStatusReport2Params object with the ability to set a context for a request.

func NewWaypointExpediteStatusReport2ParamsWithHTTPClient ¶

func NewWaypointExpediteStatusReport2ParamsWithHTTPClient(client *http.Client) *WaypointExpediteStatusReport2Params

NewWaypointExpediteStatusReport2ParamsWithHTTPClient creates a new WaypointExpediteStatusReport2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointExpediteStatusReport2ParamsWithTimeout ¶

func NewWaypointExpediteStatusReport2ParamsWithTimeout(timeout time.Duration) *WaypointExpediteStatusReport2Params

NewWaypointExpediteStatusReport2ParamsWithTimeout creates a new WaypointExpediteStatusReport2Params object with the ability to set a timeout on a request.

func (*WaypointExpediteStatusReport2Params) SetBody ¶

SetBody adds the body to the waypoint expedite status report2 params

func (*WaypointExpediteStatusReport2Params) SetContext ¶

SetContext adds the context to the waypoint expedite status report2 params

func (*WaypointExpediteStatusReport2Params) SetDefaults ¶

func (o *WaypointExpediteStatusReport2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint expedite status report2 params (not the query body).

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

func (*WaypointExpediteStatusReport2Params) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint expedite status report2 params

func (*WaypointExpediteStatusReport2Params) SetReleaseID ¶

func (o *WaypointExpediteStatusReport2Params) SetReleaseID(releaseID string)

SetReleaseID adds the releaseId to the waypoint expedite status report2 params

func (*WaypointExpediteStatusReport2Params) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint expedite status report2 params

func (*WaypointExpediteStatusReport2Params) WithBody ¶

WithBody adds the body to the waypoint expedite status report2 params

func (*WaypointExpediteStatusReport2Params) WithContext ¶

WithContext adds the context to the waypoint expedite status report2 params

func (*WaypointExpediteStatusReport2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint expedite status report2 params (not the query body).

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

func (*WaypointExpediteStatusReport2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint expedite status report2 params

func (*WaypointExpediteStatusReport2Params) WithReleaseID ¶

WithReleaseID adds the releaseID to the waypoint expedite status report2 params

func (*WaypointExpediteStatusReport2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint expedite status report2 params

func (*WaypointExpediteStatusReport2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointExpediteStatusReport2Reader ¶

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

WaypointExpediteStatusReport2Reader is a Reader for the WaypointExpediteStatusReport2 structure.

func (*WaypointExpediteStatusReport2Reader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointExpediteStatusReport3Default ¶

type WaypointExpediteStatusReport3Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointExpediteStatusReport3Default ¶

func NewWaypointExpediteStatusReport3Default(code int) *WaypointExpediteStatusReport3Default

NewWaypointExpediteStatusReport3Default creates a WaypointExpediteStatusReport3Default with default headers values

func (*WaypointExpediteStatusReport3Default) Code ¶

Code gets the status code for the waypoint expedite status report3 default response

func (*WaypointExpediteStatusReport3Default) Error ¶

func (*WaypointExpediteStatusReport3Default) GetPayload ¶

func (*WaypointExpediteStatusReport3Default) IsClientError ¶

func (o *WaypointExpediteStatusReport3Default) IsClientError() bool

IsClientError returns true when this waypoint expedite status report3 default response has a 4xx status code

func (*WaypointExpediteStatusReport3Default) IsCode ¶

IsCode returns true when this waypoint expedite status report3 default response a status code equal to that given

func (*WaypointExpediteStatusReport3Default) IsRedirect ¶

IsRedirect returns true when this waypoint expedite status report3 default response has a 3xx status code

func (*WaypointExpediteStatusReport3Default) IsServerError ¶

func (o *WaypointExpediteStatusReport3Default) IsServerError() bool

IsServerError returns true when this waypoint expedite status report3 default response has a 5xx status code

func (*WaypointExpediteStatusReport3Default) IsSuccess ¶

IsSuccess returns true when this waypoint expedite status report3 default response has a 2xx status code

func (*WaypointExpediteStatusReport3Default) String ¶

type WaypointExpediteStatusReport3OK ¶

type WaypointExpediteStatusReport3OK struct {
	Payload *models.HashicorpWaypointExpediteStatusReportResponse
}

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

A successful response.

func NewWaypointExpediteStatusReport3OK ¶

func NewWaypointExpediteStatusReport3OK() *WaypointExpediteStatusReport3OK

NewWaypointExpediteStatusReport3OK creates a WaypointExpediteStatusReport3OK with default headers values

func (*WaypointExpediteStatusReport3OK) Error ¶

func (*WaypointExpediteStatusReport3OK) GetPayload ¶

func (*WaypointExpediteStatusReport3OK) IsClientError ¶

func (o *WaypointExpediteStatusReport3OK) IsClientError() bool

IsClientError returns true when this waypoint expedite status report3 o k response has a 4xx status code

func (*WaypointExpediteStatusReport3OK) IsCode ¶

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

IsCode returns true when this waypoint expedite status report3 o k response a status code equal to that given

func (*WaypointExpediteStatusReport3OK) IsRedirect ¶

func (o *WaypointExpediteStatusReport3OK) IsRedirect() bool

IsRedirect returns true when this waypoint expedite status report3 o k response has a 3xx status code

func (*WaypointExpediteStatusReport3OK) IsServerError ¶

func (o *WaypointExpediteStatusReport3OK) IsServerError() bool

IsServerError returns true when this waypoint expedite status report3 o k response has a 5xx status code

func (*WaypointExpediteStatusReport3OK) IsSuccess ¶

func (o *WaypointExpediteStatusReport3OK) IsSuccess() bool

IsSuccess returns true when this waypoint expedite status report3 o k response has a 2xx status code

func (*WaypointExpediteStatusReport3OK) String ¶

type WaypointExpediteStatusReport3Params ¶

type WaypointExpediteStatusReport3Params struct {

	// Body.
	Body *models.HashicorpWaypointExpediteStatusReportRequest

	// DeploymentSequenceApplicationApplication.
	DeploymentSequenceApplicationApplication string

	// DeploymentSequenceApplicationProject.
	DeploymentSequenceApplicationProject string

	// DeploymentSequenceNumber.
	//
	// Format: uint64
	DeploymentSequenceNumber string

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

WaypointExpediteStatusReport3Params contains all the parameters to send to the API endpoint

for the waypoint expedite status report3 operation.

Typically these are written to a http.Request.

func NewWaypointExpediteStatusReport3Params ¶

func NewWaypointExpediteStatusReport3Params() *WaypointExpediteStatusReport3Params

NewWaypointExpediteStatusReport3Params creates a new WaypointExpediteStatusReport3Params 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 NewWaypointExpediteStatusReport3ParamsWithContext ¶

func NewWaypointExpediteStatusReport3ParamsWithContext(ctx context.Context) *WaypointExpediteStatusReport3Params

NewWaypointExpediteStatusReport3ParamsWithContext creates a new WaypointExpediteStatusReport3Params object with the ability to set a context for a request.

func NewWaypointExpediteStatusReport3ParamsWithHTTPClient ¶

func NewWaypointExpediteStatusReport3ParamsWithHTTPClient(client *http.Client) *WaypointExpediteStatusReport3Params

NewWaypointExpediteStatusReport3ParamsWithHTTPClient creates a new WaypointExpediteStatusReport3Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointExpediteStatusReport3ParamsWithTimeout ¶

func NewWaypointExpediteStatusReport3ParamsWithTimeout(timeout time.Duration) *WaypointExpediteStatusReport3Params

NewWaypointExpediteStatusReport3ParamsWithTimeout creates a new WaypointExpediteStatusReport3Params object with the ability to set a timeout on a request.

func (*WaypointExpediteStatusReport3Params) SetBody ¶

SetBody adds the body to the waypoint expedite status report3 params

func (*WaypointExpediteStatusReport3Params) SetContext ¶

SetContext adds the context to the waypoint expedite status report3 params

func (*WaypointExpediteStatusReport3Params) SetDefaults ¶

func (o *WaypointExpediteStatusReport3Params) SetDefaults()

SetDefaults hydrates default values in the waypoint expedite status report3 params (not the query body).

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

func (*WaypointExpediteStatusReport3Params) SetDeploymentSequenceApplicationApplication ¶

func (o *WaypointExpediteStatusReport3Params) SetDeploymentSequenceApplicationApplication(deploymentSequenceApplicationApplication string)

SetDeploymentSequenceApplicationApplication adds the deploymentSequenceApplicationApplication to the waypoint expedite status report3 params

func (*WaypointExpediteStatusReport3Params) SetDeploymentSequenceApplicationProject ¶

func (o *WaypointExpediteStatusReport3Params) SetDeploymentSequenceApplicationProject(deploymentSequenceApplicationProject string)

SetDeploymentSequenceApplicationProject adds the deploymentSequenceApplicationProject to the waypoint expedite status report3 params

func (*WaypointExpediteStatusReport3Params) SetDeploymentSequenceNumber ¶

func (o *WaypointExpediteStatusReport3Params) SetDeploymentSequenceNumber(deploymentSequenceNumber string)

SetDeploymentSequenceNumber adds the deploymentSequenceNumber to the waypoint expedite status report3 params

func (*WaypointExpediteStatusReport3Params) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint expedite status report3 params

func (*WaypointExpediteStatusReport3Params) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint expedite status report3 params

func (*WaypointExpediteStatusReport3Params) WithBody ¶

WithBody adds the body to the waypoint expedite status report3 params

func (*WaypointExpediteStatusReport3Params) WithContext ¶

WithContext adds the context to the waypoint expedite status report3 params

func (*WaypointExpediteStatusReport3Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint expedite status report3 params (not the query body).

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

func (*WaypointExpediteStatusReport3Params) WithDeploymentSequenceApplicationApplication ¶

func (o *WaypointExpediteStatusReport3Params) WithDeploymentSequenceApplicationApplication(deploymentSequenceApplicationApplication string) *WaypointExpediteStatusReport3Params

WithDeploymentSequenceApplicationApplication adds the deploymentSequenceApplicationApplication to the waypoint expedite status report3 params

func (*WaypointExpediteStatusReport3Params) WithDeploymentSequenceApplicationProject ¶

func (o *WaypointExpediteStatusReport3Params) WithDeploymentSequenceApplicationProject(deploymentSequenceApplicationProject string) *WaypointExpediteStatusReport3Params

WithDeploymentSequenceApplicationProject adds the deploymentSequenceApplicationProject to the waypoint expedite status report3 params

func (*WaypointExpediteStatusReport3Params) WithDeploymentSequenceNumber ¶

func (o *WaypointExpediteStatusReport3Params) WithDeploymentSequenceNumber(deploymentSequenceNumber string) *WaypointExpediteStatusReport3Params

WithDeploymentSequenceNumber adds the deploymentSequenceNumber to the waypoint expedite status report3 params

func (*WaypointExpediteStatusReport3Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint expedite status report3 params

func (*WaypointExpediteStatusReport3Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint expedite status report3 params

func (*WaypointExpediteStatusReport3Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointExpediteStatusReport3Reader ¶

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

WaypointExpediteStatusReport3Reader is a Reader for the WaypointExpediteStatusReport3 structure.

func (*WaypointExpediteStatusReport3Reader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointExpediteStatusReport4Default ¶

type WaypointExpediteStatusReport4Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointExpediteStatusReport4Default ¶

func NewWaypointExpediteStatusReport4Default(code int) *WaypointExpediteStatusReport4Default

NewWaypointExpediteStatusReport4Default creates a WaypointExpediteStatusReport4Default with default headers values

func (*WaypointExpediteStatusReport4Default) Code ¶

Code gets the status code for the waypoint expedite status report4 default response

func (*WaypointExpediteStatusReport4Default) Error ¶

func (*WaypointExpediteStatusReport4Default) GetPayload ¶

func (*WaypointExpediteStatusReport4Default) IsClientError ¶

func (o *WaypointExpediteStatusReport4Default) IsClientError() bool

IsClientError returns true when this waypoint expedite status report4 default response has a 4xx status code

func (*WaypointExpediteStatusReport4Default) IsCode ¶

IsCode returns true when this waypoint expedite status report4 default response a status code equal to that given

func (*WaypointExpediteStatusReport4Default) IsRedirect ¶

IsRedirect returns true when this waypoint expedite status report4 default response has a 3xx status code

func (*WaypointExpediteStatusReport4Default) IsServerError ¶

func (o *WaypointExpediteStatusReport4Default) IsServerError() bool

IsServerError returns true when this waypoint expedite status report4 default response has a 5xx status code

func (*WaypointExpediteStatusReport4Default) IsSuccess ¶

IsSuccess returns true when this waypoint expedite status report4 default response has a 2xx status code

func (*WaypointExpediteStatusReport4Default) String ¶

type WaypointExpediteStatusReport4OK ¶

type WaypointExpediteStatusReport4OK struct {
	Payload *models.HashicorpWaypointExpediteStatusReportResponse
}

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

A successful response.

func NewWaypointExpediteStatusReport4OK ¶

func NewWaypointExpediteStatusReport4OK() *WaypointExpediteStatusReport4OK

NewWaypointExpediteStatusReport4OK creates a WaypointExpediteStatusReport4OK with default headers values

func (*WaypointExpediteStatusReport4OK) Error ¶

func (*WaypointExpediteStatusReport4OK) GetPayload ¶

func (*WaypointExpediteStatusReport4OK) IsClientError ¶

func (o *WaypointExpediteStatusReport4OK) IsClientError() bool

IsClientError returns true when this waypoint expedite status report4 o k response has a 4xx status code

func (*WaypointExpediteStatusReport4OK) IsCode ¶

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

IsCode returns true when this waypoint expedite status report4 o k response a status code equal to that given

func (*WaypointExpediteStatusReport4OK) IsRedirect ¶

func (o *WaypointExpediteStatusReport4OK) IsRedirect() bool

IsRedirect returns true when this waypoint expedite status report4 o k response has a 3xx status code

func (*WaypointExpediteStatusReport4OK) IsServerError ¶

func (o *WaypointExpediteStatusReport4OK) IsServerError() bool

IsServerError returns true when this waypoint expedite status report4 o k response has a 5xx status code

func (*WaypointExpediteStatusReport4OK) IsSuccess ¶

func (o *WaypointExpediteStatusReport4OK) IsSuccess() bool

IsSuccess returns true when this waypoint expedite status report4 o k response has a 2xx status code

func (*WaypointExpediteStatusReport4OK) String ¶

type WaypointExpediteStatusReport4Params ¶

type WaypointExpediteStatusReport4Params struct {

	// Body.
	Body *models.HashicorpWaypointExpediteStatusReportRequest

	// ReleaseSequenceApplicationApplication.
	ReleaseSequenceApplicationApplication string

	// ReleaseSequenceApplicationProject.
	ReleaseSequenceApplicationProject string

	// ReleaseSequenceNumber.
	//
	// Format: uint64
	ReleaseSequenceNumber string

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

WaypointExpediteStatusReport4Params contains all the parameters to send to the API endpoint

for the waypoint expedite status report4 operation.

Typically these are written to a http.Request.

func NewWaypointExpediteStatusReport4Params ¶

func NewWaypointExpediteStatusReport4Params() *WaypointExpediteStatusReport4Params

NewWaypointExpediteStatusReport4Params creates a new WaypointExpediteStatusReport4Params 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 NewWaypointExpediteStatusReport4ParamsWithContext ¶

func NewWaypointExpediteStatusReport4ParamsWithContext(ctx context.Context) *WaypointExpediteStatusReport4Params

NewWaypointExpediteStatusReport4ParamsWithContext creates a new WaypointExpediteStatusReport4Params object with the ability to set a context for a request.

func NewWaypointExpediteStatusReport4ParamsWithHTTPClient ¶

func NewWaypointExpediteStatusReport4ParamsWithHTTPClient(client *http.Client) *WaypointExpediteStatusReport4Params

NewWaypointExpediteStatusReport4ParamsWithHTTPClient creates a new WaypointExpediteStatusReport4Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointExpediteStatusReport4ParamsWithTimeout ¶

func NewWaypointExpediteStatusReport4ParamsWithTimeout(timeout time.Duration) *WaypointExpediteStatusReport4Params

NewWaypointExpediteStatusReport4ParamsWithTimeout creates a new WaypointExpediteStatusReport4Params object with the ability to set a timeout on a request.

func (*WaypointExpediteStatusReport4Params) SetBody ¶

SetBody adds the body to the waypoint expedite status report4 params

func (*WaypointExpediteStatusReport4Params) SetContext ¶

SetContext adds the context to the waypoint expedite status report4 params

func (*WaypointExpediteStatusReport4Params) SetDefaults ¶

func (o *WaypointExpediteStatusReport4Params) SetDefaults()

SetDefaults hydrates default values in the waypoint expedite status report4 params (not the query body).

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

func (*WaypointExpediteStatusReport4Params) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint expedite status report4 params

func (*WaypointExpediteStatusReport4Params) SetReleaseSequenceApplicationApplication ¶

func (o *WaypointExpediteStatusReport4Params) SetReleaseSequenceApplicationApplication(releaseSequenceApplicationApplication string)

SetReleaseSequenceApplicationApplication adds the releaseSequenceApplicationApplication to the waypoint expedite status report4 params

func (*WaypointExpediteStatusReport4Params) SetReleaseSequenceApplicationProject ¶

func (o *WaypointExpediteStatusReport4Params) SetReleaseSequenceApplicationProject(releaseSequenceApplicationProject string)

SetReleaseSequenceApplicationProject adds the releaseSequenceApplicationProject to the waypoint expedite status report4 params

func (*WaypointExpediteStatusReport4Params) SetReleaseSequenceNumber ¶

func (o *WaypointExpediteStatusReport4Params) SetReleaseSequenceNumber(releaseSequenceNumber string)

SetReleaseSequenceNumber adds the releaseSequenceNumber to the waypoint expedite status report4 params

func (*WaypointExpediteStatusReport4Params) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint expedite status report4 params

func (*WaypointExpediteStatusReport4Params) WithBody ¶

WithBody adds the body to the waypoint expedite status report4 params

func (*WaypointExpediteStatusReport4Params) WithContext ¶

WithContext adds the context to the waypoint expedite status report4 params

func (*WaypointExpediteStatusReport4Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint expedite status report4 params (not the query body).

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

func (*WaypointExpediteStatusReport4Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint expedite status report4 params

func (*WaypointExpediteStatusReport4Params) WithReleaseSequenceApplicationApplication ¶

func (o *WaypointExpediteStatusReport4Params) WithReleaseSequenceApplicationApplication(releaseSequenceApplicationApplication string) *WaypointExpediteStatusReport4Params

WithReleaseSequenceApplicationApplication adds the releaseSequenceApplicationApplication to the waypoint expedite status report4 params

func (*WaypointExpediteStatusReport4Params) WithReleaseSequenceApplicationProject ¶

func (o *WaypointExpediteStatusReport4Params) WithReleaseSequenceApplicationProject(releaseSequenceApplicationProject string) *WaypointExpediteStatusReport4Params

WithReleaseSequenceApplicationProject adds the releaseSequenceApplicationProject to the waypoint expedite status report4 params

func (*WaypointExpediteStatusReport4Params) WithReleaseSequenceNumber ¶

func (o *WaypointExpediteStatusReport4Params) WithReleaseSequenceNumber(releaseSequenceNumber string) *WaypointExpediteStatusReport4Params

WithReleaseSequenceNumber adds the releaseSequenceNumber to the waypoint expedite status report4 params

func (*WaypointExpediteStatusReport4Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint expedite status report4 params

func (*WaypointExpediteStatusReport4Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointExpediteStatusReport4Reader ¶

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

WaypointExpediteStatusReport4Reader is a Reader for the WaypointExpediteStatusReport4 structure.

func (*WaypointExpediteStatusReport4Reader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointExpediteStatusReportDefault ¶

type WaypointExpediteStatusReportDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointExpediteStatusReportDefault ¶

func NewWaypointExpediteStatusReportDefault(code int) *WaypointExpediteStatusReportDefault

NewWaypointExpediteStatusReportDefault creates a WaypointExpediteStatusReportDefault with default headers values

func (*WaypointExpediteStatusReportDefault) Code ¶

Code gets the status code for the waypoint expedite status report default response

func (*WaypointExpediteStatusReportDefault) Error ¶

func (*WaypointExpediteStatusReportDefault) GetPayload ¶

func (*WaypointExpediteStatusReportDefault) IsClientError ¶

func (o *WaypointExpediteStatusReportDefault) IsClientError() bool

IsClientError returns true when this waypoint expedite status report default response has a 4xx status code

func (*WaypointExpediteStatusReportDefault) IsCode ¶

IsCode returns true when this waypoint expedite status report default response a status code equal to that given

func (*WaypointExpediteStatusReportDefault) IsRedirect ¶

func (o *WaypointExpediteStatusReportDefault) IsRedirect() bool

IsRedirect returns true when this waypoint expedite status report default response has a 3xx status code

func (*WaypointExpediteStatusReportDefault) IsServerError ¶

func (o *WaypointExpediteStatusReportDefault) IsServerError() bool

IsServerError returns true when this waypoint expedite status report default response has a 5xx status code

func (*WaypointExpediteStatusReportDefault) IsSuccess ¶

IsSuccess returns true when this waypoint expedite status report default response has a 2xx status code

func (*WaypointExpediteStatusReportDefault) String ¶

type WaypointExpediteStatusReportOK ¶

type WaypointExpediteStatusReportOK struct {
	Payload *models.HashicorpWaypointExpediteStatusReportResponse
}

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

A successful response.

func NewWaypointExpediteStatusReportOK ¶

func NewWaypointExpediteStatusReportOK() *WaypointExpediteStatusReportOK

NewWaypointExpediteStatusReportOK creates a WaypointExpediteStatusReportOK with default headers values

func (*WaypointExpediteStatusReportOK) Error ¶

func (*WaypointExpediteStatusReportOK) GetPayload ¶

func (*WaypointExpediteStatusReportOK) IsClientError ¶

func (o *WaypointExpediteStatusReportOK) IsClientError() bool

IsClientError returns true when this waypoint expedite status report o k response has a 4xx status code

func (*WaypointExpediteStatusReportOK) IsCode ¶

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

IsCode returns true when this waypoint expedite status report o k response a status code equal to that given

func (*WaypointExpediteStatusReportOK) IsRedirect ¶

func (o *WaypointExpediteStatusReportOK) IsRedirect() bool

IsRedirect returns true when this waypoint expedite status report o k response has a 3xx status code

func (*WaypointExpediteStatusReportOK) IsServerError ¶

func (o *WaypointExpediteStatusReportOK) IsServerError() bool

IsServerError returns true when this waypoint expedite status report o k response has a 5xx status code

func (*WaypointExpediteStatusReportOK) IsSuccess ¶

func (o *WaypointExpediteStatusReportOK) IsSuccess() bool

IsSuccess returns true when this waypoint expedite status report o k response has a 2xx status code

func (*WaypointExpediteStatusReportOK) String ¶

type WaypointExpediteStatusReportParams ¶

type WaypointExpediteStatusReportParams struct {

	// Body.
	Body *models.HashicorpWaypointExpediteStatusReportRequest

	// DeploymentID.
	DeploymentID string

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

WaypointExpediteStatusReportParams contains all the parameters to send to the API endpoint

for the waypoint expedite status report operation.

Typically these are written to a http.Request.

func NewWaypointExpediteStatusReportParams ¶

func NewWaypointExpediteStatusReportParams() *WaypointExpediteStatusReportParams

NewWaypointExpediteStatusReportParams creates a new WaypointExpediteStatusReportParams 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 NewWaypointExpediteStatusReportParamsWithContext ¶

func NewWaypointExpediteStatusReportParamsWithContext(ctx context.Context) *WaypointExpediteStatusReportParams

NewWaypointExpediteStatusReportParamsWithContext creates a new WaypointExpediteStatusReportParams object with the ability to set a context for a request.

func NewWaypointExpediteStatusReportParamsWithHTTPClient ¶

func NewWaypointExpediteStatusReportParamsWithHTTPClient(client *http.Client) *WaypointExpediteStatusReportParams

NewWaypointExpediteStatusReportParamsWithHTTPClient creates a new WaypointExpediteStatusReportParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointExpediteStatusReportParamsWithTimeout ¶

func NewWaypointExpediteStatusReportParamsWithTimeout(timeout time.Duration) *WaypointExpediteStatusReportParams

NewWaypointExpediteStatusReportParamsWithTimeout creates a new WaypointExpediteStatusReportParams object with the ability to set a timeout on a request.

func (*WaypointExpediteStatusReportParams) SetBody ¶

SetBody adds the body to the waypoint expedite status report params

func (*WaypointExpediteStatusReportParams) SetContext ¶

SetContext adds the context to the waypoint expedite status report params

func (*WaypointExpediteStatusReportParams) SetDefaults ¶

func (o *WaypointExpediteStatusReportParams) SetDefaults()

SetDefaults hydrates default values in the waypoint expedite status report params (not the query body).

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

func (*WaypointExpediteStatusReportParams) SetDeploymentID ¶

func (o *WaypointExpediteStatusReportParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the waypoint expedite status report params

func (*WaypointExpediteStatusReportParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint expedite status report params

func (*WaypointExpediteStatusReportParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint expedite status report params

func (*WaypointExpediteStatusReportParams) WithBody ¶

WithBody adds the body to the waypoint expedite status report params

func (*WaypointExpediteStatusReportParams) WithContext ¶

WithContext adds the context to the waypoint expedite status report params

func (*WaypointExpediteStatusReportParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint expedite status report params (not the query body).

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

func (*WaypointExpediteStatusReportParams) WithDeploymentID ¶

WithDeploymentID adds the deploymentID to the waypoint expedite status report params

func (*WaypointExpediteStatusReportParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint expedite status report params

func (*WaypointExpediteStatusReportParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint expedite status report params

func (*WaypointExpediteStatusReportParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointExpediteStatusReportReader ¶

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

WaypointExpediteStatusReportReader is a Reader for the WaypointExpediteStatusReport structure.

func (*WaypointExpediteStatusReportReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointForgetRunnerDefault ¶

type WaypointForgetRunnerDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointForgetRunnerDefault ¶

func NewWaypointForgetRunnerDefault(code int) *WaypointForgetRunnerDefault

NewWaypointForgetRunnerDefault creates a WaypointForgetRunnerDefault with default headers values

func (*WaypointForgetRunnerDefault) Code ¶

func (o *WaypointForgetRunnerDefault) Code() int

Code gets the status code for the waypoint forget runner default response

func (*WaypointForgetRunnerDefault) Error ¶

func (*WaypointForgetRunnerDefault) GetPayload ¶

func (*WaypointForgetRunnerDefault) IsClientError ¶

func (o *WaypointForgetRunnerDefault) IsClientError() bool

IsClientError returns true when this waypoint forget runner default response has a 4xx status code

func (*WaypointForgetRunnerDefault) IsCode ¶

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

IsCode returns true when this waypoint forget runner default response a status code equal to that given

func (*WaypointForgetRunnerDefault) IsRedirect ¶

func (o *WaypointForgetRunnerDefault) IsRedirect() bool

IsRedirect returns true when this waypoint forget runner default response has a 3xx status code

func (*WaypointForgetRunnerDefault) IsServerError ¶

func (o *WaypointForgetRunnerDefault) IsServerError() bool

IsServerError returns true when this waypoint forget runner default response has a 5xx status code

func (*WaypointForgetRunnerDefault) IsSuccess ¶

func (o *WaypointForgetRunnerDefault) IsSuccess() bool

IsSuccess returns true when this waypoint forget runner default response has a 2xx status code

func (*WaypointForgetRunnerDefault) String ¶

func (o *WaypointForgetRunnerDefault) String() string

type WaypointForgetRunnerOK ¶

type WaypointForgetRunnerOK struct {
	Payload interface{}
}

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

A successful response.

func NewWaypointForgetRunnerOK ¶

func NewWaypointForgetRunnerOK() *WaypointForgetRunnerOK

NewWaypointForgetRunnerOK creates a WaypointForgetRunnerOK with default headers values

func (*WaypointForgetRunnerOK) Error ¶

func (o *WaypointForgetRunnerOK) Error() string

func (*WaypointForgetRunnerOK) GetPayload ¶

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

func (*WaypointForgetRunnerOK) IsClientError ¶

func (o *WaypointForgetRunnerOK) IsClientError() bool

IsClientError returns true when this waypoint forget runner o k response has a 4xx status code

func (*WaypointForgetRunnerOK) IsCode ¶

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

IsCode returns true when this waypoint forget runner o k response a status code equal to that given

func (*WaypointForgetRunnerOK) IsRedirect ¶

func (o *WaypointForgetRunnerOK) IsRedirect() bool

IsRedirect returns true when this waypoint forget runner o k response has a 3xx status code

func (*WaypointForgetRunnerOK) IsServerError ¶

func (o *WaypointForgetRunnerOK) IsServerError() bool

IsServerError returns true when this waypoint forget runner o k response has a 5xx status code

func (*WaypointForgetRunnerOK) IsSuccess ¶

func (o *WaypointForgetRunnerOK) IsSuccess() bool

IsSuccess returns true when this waypoint forget runner o k response has a 2xx status code

func (*WaypointForgetRunnerOK) String ¶

func (o *WaypointForgetRunnerOK) String() string

type WaypointForgetRunnerParams ¶

type WaypointForgetRunnerParams struct {

	/* RunnerID.

	   ID of the runner to forget
	*/
	RunnerID string

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

WaypointForgetRunnerParams contains all the parameters to send to the API endpoint

for the waypoint forget runner operation.

Typically these are written to a http.Request.

func NewWaypointForgetRunnerParams ¶

func NewWaypointForgetRunnerParams() *WaypointForgetRunnerParams

NewWaypointForgetRunnerParams creates a new WaypointForgetRunnerParams 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 NewWaypointForgetRunnerParamsWithContext ¶

func NewWaypointForgetRunnerParamsWithContext(ctx context.Context) *WaypointForgetRunnerParams

NewWaypointForgetRunnerParamsWithContext creates a new WaypointForgetRunnerParams object with the ability to set a context for a request.

func NewWaypointForgetRunnerParamsWithHTTPClient ¶

func NewWaypointForgetRunnerParamsWithHTTPClient(client *http.Client) *WaypointForgetRunnerParams

NewWaypointForgetRunnerParamsWithHTTPClient creates a new WaypointForgetRunnerParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointForgetRunnerParamsWithTimeout ¶

func NewWaypointForgetRunnerParamsWithTimeout(timeout time.Duration) *WaypointForgetRunnerParams

NewWaypointForgetRunnerParamsWithTimeout creates a new WaypointForgetRunnerParams object with the ability to set a timeout on a request.

func (*WaypointForgetRunnerParams) SetContext ¶

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

SetContext adds the context to the waypoint forget runner params

func (*WaypointForgetRunnerParams) SetDefaults ¶

func (o *WaypointForgetRunnerParams) SetDefaults()

SetDefaults hydrates default values in the waypoint forget runner params (not the query body).

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

func (*WaypointForgetRunnerParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint forget runner params

func (*WaypointForgetRunnerParams) SetRunnerID ¶

func (o *WaypointForgetRunnerParams) SetRunnerID(runnerID string)

SetRunnerID adds the runnerId to the waypoint forget runner params

func (*WaypointForgetRunnerParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint forget runner params

func (*WaypointForgetRunnerParams) WithContext ¶

WithContext adds the context to the waypoint forget runner params

func (*WaypointForgetRunnerParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint forget runner params (not the query body).

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

func (*WaypointForgetRunnerParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint forget runner params

func (*WaypointForgetRunnerParams) WithRunnerID ¶

WithRunnerID adds the runnerID to the waypoint forget runner params

func (*WaypointForgetRunnerParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint forget runner params

func (*WaypointForgetRunnerParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointForgetRunnerReader ¶

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

WaypointForgetRunnerReader is a Reader for the WaypointForgetRunner structure.

func (*WaypointForgetRunnerReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGenerateInviteTokenDefault ¶

type WaypointGenerateInviteTokenDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGenerateInviteTokenDefault ¶

func NewWaypointGenerateInviteTokenDefault(code int) *WaypointGenerateInviteTokenDefault

NewWaypointGenerateInviteTokenDefault creates a WaypointGenerateInviteTokenDefault with default headers values

func (*WaypointGenerateInviteTokenDefault) Code ¶

Code gets the status code for the waypoint generate invite token default response

func (*WaypointGenerateInviteTokenDefault) Error ¶

func (*WaypointGenerateInviteTokenDefault) GetPayload ¶

func (*WaypointGenerateInviteTokenDefault) IsClientError ¶

func (o *WaypointGenerateInviteTokenDefault) IsClientError() bool

IsClientError returns true when this waypoint generate invite token default response has a 4xx status code

func (*WaypointGenerateInviteTokenDefault) IsCode ¶

IsCode returns true when this waypoint generate invite token default response a status code equal to that given

func (*WaypointGenerateInviteTokenDefault) IsRedirect ¶

func (o *WaypointGenerateInviteTokenDefault) IsRedirect() bool

IsRedirect returns true when this waypoint generate invite token default response has a 3xx status code

func (*WaypointGenerateInviteTokenDefault) IsServerError ¶

func (o *WaypointGenerateInviteTokenDefault) IsServerError() bool

IsServerError returns true when this waypoint generate invite token default response has a 5xx status code

func (*WaypointGenerateInviteTokenDefault) IsSuccess ¶

IsSuccess returns true when this waypoint generate invite token default response has a 2xx status code

func (*WaypointGenerateInviteTokenDefault) String ¶

type WaypointGenerateInviteTokenOK ¶

type WaypointGenerateInviteTokenOK struct {
	Payload *models.HashicorpWaypointNewTokenResponse
}

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

A successful response.

func NewWaypointGenerateInviteTokenOK ¶

func NewWaypointGenerateInviteTokenOK() *WaypointGenerateInviteTokenOK

NewWaypointGenerateInviteTokenOK creates a WaypointGenerateInviteTokenOK with default headers values

func (*WaypointGenerateInviteTokenOK) Error ¶

func (*WaypointGenerateInviteTokenOK) GetPayload ¶

func (*WaypointGenerateInviteTokenOK) IsClientError ¶

func (o *WaypointGenerateInviteTokenOK) IsClientError() bool

IsClientError returns true when this waypoint generate invite token o k response has a 4xx status code

func (*WaypointGenerateInviteTokenOK) IsCode ¶

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

IsCode returns true when this waypoint generate invite token o k response a status code equal to that given

func (*WaypointGenerateInviteTokenOK) IsRedirect ¶

func (o *WaypointGenerateInviteTokenOK) IsRedirect() bool

IsRedirect returns true when this waypoint generate invite token o k response has a 3xx status code

func (*WaypointGenerateInviteTokenOK) IsServerError ¶

func (o *WaypointGenerateInviteTokenOK) IsServerError() bool

IsServerError returns true when this waypoint generate invite token o k response has a 5xx status code

func (*WaypointGenerateInviteTokenOK) IsSuccess ¶

func (o *WaypointGenerateInviteTokenOK) IsSuccess() bool

IsSuccess returns true when this waypoint generate invite token o k response has a 2xx status code

func (*WaypointGenerateInviteTokenOK) String ¶

type WaypointGenerateInviteTokenParams ¶

type WaypointGenerateInviteTokenParams struct {

	// Body.
	Body *models.HashicorpWaypointInviteTokenRequest

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

WaypointGenerateInviteTokenParams contains all the parameters to send to the API endpoint

for the waypoint generate invite token operation.

Typically these are written to a http.Request.

func NewWaypointGenerateInviteTokenParams ¶

func NewWaypointGenerateInviteTokenParams() *WaypointGenerateInviteTokenParams

NewWaypointGenerateInviteTokenParams creates a new WaypointGenerateInviteTokenParams 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 NewWaypointGenerateInviteTokenParamsWithContext ¶

func NewWaypointGenerateInviteTokenParamsWithContext(ctx context.Context) *WaypointGenerateInviteTokenParams

NewWaypointGenerateInviteTokenParamsWithContext creates a new WaypointGenerateInviteTokenParams object with the ability to set a context for a request.

func NewWaypointGenerateInviteTokenParamsWithHTTPClient ¶

func NewWaypointGenerateInviteTokenParamsWithHTTPClient(client *http.Client) *WaypointGenerateInviteTokenParams

NewWaypointGenerateInviteTokenParamsWithHTTPClient creates a new WaypointGenerateInviteTokenParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGenerateInviteTokenParamsWithTimeout ¶

func NewWaypointGenerateInviteTokenParamsWithTimeout(timeout time.Duration) *WaypointGenerateInviteTokenParams

NewWaypointGenerateInviteTokenParamsWithTimeout creates a new WaypointGenerateInviteTokenParams object with the ability to set a timeout on a request.

func (*WaypointGenerateInviteTokenParams) SetBody ¶

SetBody adds the body to the waypoint generate invite token params

func (*WaypointGenerateInviteTokenParams) SetContext ¶

SetContext adds the context to the waypoint generate invite token params

func (*WaypointGenerateInviteTokenParams) SetDefaults ¶

func (o *WaypointGenerateInviteTokenParams) SetDefaults()

SetDefaults hydrates default values in the waypoint generate invite token params (not the query body).

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

func (*WaypointGenerateInviteTokenParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint generate invite token params

func (*WaypointGenerateInviteTokenParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint generate invite token params

func (*WaypointGenerateInviteTokenParams) WithBody ¶

WithBody adds the body to the waypoint generate invite token params

func (*WaypointGenerateInviteTokenParams) WithContext ¶

WithContext adds the context to the waypoint generate invite token params

func (*WaypointGenerateInviteTokenParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint generate invite token params (not the query body).

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

func (*WaypointGenerateInviteTokenParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint generate invite token params

func (*WaypointGenerateInviteTokenParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint generate invite token params

func (*WaypointGenerateInviteTokenParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGenerateInviteTokenReader ¶

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

WaypointGenerateInviteTokenReader is a Reader for the WaypointGenerateInviteToken structure.

func (*WaypointGenerateInviteTokenReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGenerateLoginTokenDefault ¶

type WaypointGenerateLoginTokenDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGenerateLoginTokenDefault ¶

func NewWaypointGenerateLoginTokenDefault(code int) *WaypointGenerateLoginTokenDefault

NewWaypointGenerateLoginTokenDefault creates a WaypointGenerateLoginTokenDefault with default headers values

func (*WaypointGenerateLoginTokenDefault) Code ¶

Code gets the status code for the waypoint generate login token default response

func (*WaypointGenerateLoginTokenDefault) Error ¶

func (*WaypointGenerateLoginTokenDefault) GetPayload ¶

func (*WaypointGenerateLoginTokenDefault) IsClientError ¶

func (o *WaypointGenerateLoginTokenDefault) IsClientError() bool

IsClientError returns true when this waypoint generate login token default response has a 4xx status code

func (*WaypointGenerateLoginTokenDefault) IsCode ¶

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

IsCode returns true when this waypoint generate login token default response a status code equal to that given

func (*WaypointGenerateLoginTokenDefault) IsRedirect ¶

func (o *WaypointGenerateLoginTokenDefault) IsRedirect() bool

IsRedirect returns true when this waypoint generate login token default response has a 3xx status code

func (*WaypointGenerateLoginTokenDefault) IsServerError ¶

func (o *WaypointGenerateLoginTokenDefault) IsServerError() bool

IsServerError returns true when this waypoint generate login token default response has a 5xx status code

func (*WaypointGenerateLoginTokenDefault) IsSuccess ¶

func (o *WaypointGenerateLoginTokenDefault) IsSuccess() bool

IsSuccess returns true when this waypoint generate login token default response has a 2xx status code

func (*WaypointGenerateLoginTokenDefault) String ¶

type WaypointGenerateLoginTokenOK ¶

type WaypointGenerateLoginTokenOK struct {
	Payload *models.HashicorpWaypointNewTokenResponse
}

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

A successful response.

func NewWaypointGenerateLoginTokenOK ¶

func NewWaypointGenerateLoginTokenOK() *WaypointGenerateLoginTokenOK

NewWaypointGenerateLoginTokenOK creates a WaypointGenerateLoginTokenOK with default headers values

func (*WaypointGenerateLoginTokenOK) Error ¶

func (*WaypointGenerateLoginTokenOK) GetPayload ¶

func (*WaypointGenerateLoginTokenOK) IsClientError ¶

func (o *WaypointGenerateLoginTokenOK) IsClientError() bool

IsClientError returns true when this waypoint generate login token o k response has a 4xx status code

func (*WaypointGenerateLoginTokenOK) IsCode ¶

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

IsCode returns true when this waypoint generate login token o k response a status code equal to that given

func (*WaypointGenerateLoginTokenOK) IsRedirect ¶

func (o *WaypointGenerateLoginTokenOK) IsRedirect() bool

IsRedirect returns true when this waypoint generate login token o k response has a 3xx status code

func (*WaypointGenerateLoginTokenOK) IsServerError ¶

func (o *WaypointGenerateLoginTokenOK) IsServerError() bool

IsServerError returns true when this waypoint generate login token o k response has a 5xx status code

func (*WaypointGenerateLoginTokenOK) IsSuccess ¶

func (o *WaypointGenerateLoginTokenOK) IsSuccess() bool

IsSuccess returns true when this waypoint generate login token o k response has a 2xx status code

func (*WaypointGenerateLoginTokenOK) String ¶

type WaypointGenerateLoginTokenParams ¶

type WaypointGenerateLoginTokenParams struct {

	// Body.
	Body *models.HashicorpWaypointLoginTokenRequest

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

WaypointGenerateLoginTokenParams contains all the parameters to send to the API endpoint

for the waypoint generate login token operation.

Typically these are written to a http.Request.

func NewWaypointGenerateLoginTokenParams ¶

func NewWaypointGenerateLoginTokenParams() *WaypointGenerateLoginTokenParams

NewWaypointGenerateLoginTokenParams creates a new WaypointGenerateLoginTokenParams 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 NewWaypointGenerateLoginTokenParamsWithContext ¶

func NewWaypointGenerateLoginTokenParamsWithContext(ctx context.Context) *WaypointGenerateLoginTokenParams

NewWaypointGenerateLoginTokenParamsWithContext creates a new WaypointGenerateLoginTokenParams object with the ability to set a context for a request.

func NewWaypointGenerateLoginTokenParamsWithHTTPClient ¶

func NewWaypointGenerateLoginTokenParamsWithHTTPClient(client *http.Client) *WaypointGenerateLoginTokenParams

NewWaypointGenerateLoginTokenParamsWithHTTPClient creates a new WaypointGenerateLoginTokenParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGenerateLoginTokenParamsWithTimeout ¶

func NewWaypointGenerateLoginTokenParamsWithTimeout(timeout time.Duration) *WaypointGenerateLoginTokenParams

NewWaypointGenerateLoginTokenParamsWithTimeout creates a new WaypointGenerateLoginTokenParams object with the ability to set a timeout on a request.

func (*WaypointGenerateLoginTokenParams) SetBody ¶

SetBody adds the body to the waypoint generate login token params

func (*WaypointGenerateLoginTokenParams) SetContext ¶

SetContext adds the context to the waypoint generate login token params

func (*WaypointGenerateLoginTokenParams) SetDefaults ¶

func (o *WaypointGenerateLoginTokenParams) SetDefaults()

SetDefaults hydrates default values in the waypoint generate login token params (not the query body).

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

func (*WaypointGenerateLoginTokenParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint generate login token params

func (*WaypointGenerateLoginTokenParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint generate login token params

func (*WaypointGenerateLoginTokenParams) WithBody ¶

WithBody adds the body to the waypoint generate login token params

func (*WaypointGenerateLoginTokenParams) WithContext ¶

WithContext adds the context to the waypoint generate login token params

func (*WaypointGenerateLoginTokenParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint generate login token params (not the query body).

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

func (*WaypointGenerateLoginTokenParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint generate login token params

func (*WaypointGenerateLoginTokenParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint generate login token params

func (*WaypointGenerateLoginTokenParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGenerateLoginTokenReader ¶

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

WaypointGenerateLoginTokenReader is a Reader for the WaypointGenerateLoginToken structure.

func (*WaypointGenerateLoginTokenReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGenerateRunnerTokenDefault ¶

type WaypointGenerateRunnerTokenDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGenerateRunnerTokenDefault ¶

func NewWaypointGenerateRunnerTokenDefault(code int) *WaypointGenerateRunnerTokenDefault

NewWaypointGenerateRunnerTokenDefault creates a WaypointGenerateRunnerTokenDefault with default headers values

func (*WaypointGenerateRunnerTokenDefault) Code ¶

Code gets the status code for the waypoint generate runner token default response

func (*WaypointGenerateRunnerTokenDefault) Error ¶

func (*WaypointGenerateRunnerTokenDefault) GetPayload ¶

func (*WaypointGenerateRunnerTokenDefault) IsClientError ¶

func (o *WaypointGenerateRunnerTokenDefault) IsClientError() bool

IsClientError returns true when this waypoint generate runner token default response has a 4xx status code

func (*WaypointGenerateRunnerTokenDefault) IsCode ¶

IsCode returns true when this waypoint generate runner token default response a status code equal to that given

func (*WaypointGenerateRunnerTokenDefault) IsRedirect ¶

func (o *WaypointGenerateRunnerTokenDefault) IsRedirect() bool

IsRedirect returns true when this waypoint generate runner token default response has a 3xx status code

func (*WaypointGenerateRunnerTokenDefault) IsServerError ¶

func (o *WaypointGenerateRunnerTokenDefault) IsServerError() bool

IsServerError returns true when this waypoint generate runner token default response has a 5xx status code

func (*WaypointGenerateRunnerTokenDefault) IsSuccess ¶

IsSuccess returns true when this waypoint generate runner token default response has a 2xx status code

func (*WaypointGenerateRunnerTokenDefault) String ¶

type WaypointGenerateRunnerTokenOK ¶

type WaypointGenerateRunnerTokenOK struct {
	Payload *models.HashicorpWaypointNewTokenResponse
}

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

A successful response.

func NewWaypointGenerateRunnerTokenOK ¶

func NewWaypointGenerateRunnerTokenOK() *WaypointGenerateRunnerTokenOK

NewWaypointGenerateRunnerTokenOK creates a WaypointGenerateRunnerTokenOK with default headers values

func (*WaypointGenerateRunnerTokenOK) Error ¶

func (*WaypointGenerateRunnerTokenOK) GetPayload ¶

func (*WaypointGenerateRunnerTokenOK) IsClientError ¶

func (o *WaypointGenerateRunnerTokenOK) IsClientError() bool

IsClientError returns true when this waypoint generate runner token o k response has a 4xx status code

func (*WaypointGenerateRunnerTokenOK) IsCode ¶

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

IsCode returns true when this waypoint generate runner token o k response a status code equal to that given

func (*WaypointGenerateRunnerTokenOK) IsRedirect ¶

func (o *WaypointGenerateRunnerTokenOK) IsRedirect() bool

IsRedirect returns true when this waypoint generate runner token o k response has a 3xx status code

func (*WaypointGenerateRunnerTokenOK) IsServerError ¶

func (o *WaypointGenerateRunnerTokenOK) IsServerError() bool

IsServerError returns true when this waypoint generate runner token o k response has a 5xx status code

func (*WaypointGenerateRunnerTokenOK) IsSuccess ¶

func (o *WaypointGenerateRunnerTokenOK) IsSuccess() bool

IsSuccess returns true when this waypoint generate runner token o k response has a 2xx status code

func (*WaypointGenerateRunnerTokenOK) String ¶

type WaypointGenerateRunnerTokenParams ¶

type WaypointGenerateRunnerTokenParams struct {

	// Body.
	Body *models.HashicorpWaypointGenerateRunnerTokenRequest

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

WaypointGenerateRunnerTokenParams contains all the parameters to send to the API endpoint

for the waypoint generate runner token operation.

Typically these are written to a http.Request.

func NewWaypointGenerateRunnerTokenParams ¶

func NewWaypointGenerateRunnerTokenParams() *WaypointGenerateRunnerTokenParams

NewWaypointGenerateRunnerTokenParams creates a new WaypointGenerateRunnerTokenParams 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 NewWaypointGenerateRunnerTokenParamsWithContext ¶

func NewWaypointGenerateRunnerTokenParamsWithContext(ctx context.Context) *WaypointGenerateRunnerTokenParams

NewWaypointGenerateRunnerTokenParamsWithContext creates a new WaypointGenerateRunnerTokenParams object with the ability to set a context for a request.

func NewWaypointGenerateRunnerTokenParamsWithHTTPClient ¶

func NewWaypointGenerateRunnerTokenParamsWithHTTPClient(client *http.Client) *WaypointGenerateRunnerTokenParams

NewWaypointGenerateRunnerTokenParamsWithHTTPClient creates a new WaypointGenerateRunnerTokenParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGenerateRunnerTokenParamsWithTimeout ¶

func NewWaypointGenerateRunnerTokenParamsWithTimeout(timeout time.Duration) *WaypointGenerateRunnerTokenParams

NewWaypointGenerateRunnerTokenParamsWithTimeout creates a new WaypointGenerateRunnerTokenParams object with the ability to set a timeout on a request.

func (*WaypointGenerateRunnerTokenParams) SetBody ¶

SetBody adds the body to the waypoint generate runner token params

func (*WaypointGenerateRunnerTokenParams) SetContext ¶

SetContext adds the context to the waypoint generate runner token params

func (*WaypointGenerateRunnerTokenParams) SetDefaults ¶

func (o *WaypointGenerateRunnerTokenParams) SetDefaults()

SetDefaults hydrates default values in the waypoint generate runner token params (not the query body).

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

func (*WaypointGenerateRunnerTokenParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint generate runner token params

func (*WaypointGenerateRunnerTokenParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint generate runner token params

func (*WaypointGenerateRunnerTokenParams) WithBody ¶

WithBody adds the body to the waypoint generate runner token params

func (*WaypointGenerateRunnerTokenParams) WithContext ¶

WithContext adds the context to the waypoint generate runner token params

func (*WaypointGenerateRunnerTokenParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint generate runner token params (not the query body).

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

func (*WaypointGenerateRunnerTokenParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint generate runner token params

func (*WaypointGenerateRunnerTokenParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint generate runner token params

func (*WaypointGenerateRunnerTokenParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGenerateRunnerTokenReader ¶

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

WaypointGenerateRunnerTokenReader is a Reader for the WaypointGenerateRunnerToken structure.

func (*WaypointGenerateRunnerTokenReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetApplicationDefault ¶

type WaypointGetApplicationDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetApplicationDefault ¶

func NewWaypointGetApplicationDefault(code int) *WaypointGetApplicationDefault

NewWaypointGetApplicationDefault creates a WaypointGetApplicationDefault with default headers values

func (*WaypointGetApplicationDefault) Code ¶

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

func (*WaypointGetApplicationDefault) Error ¶

func (*WaypointGetApplicationDefault) GetPayload ¶

func (*WaypointGetApplicationDefault) IsClientError ¶

func (o *WaypointGetApplicationDefault) IsClientError() bool

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

func (*WaypointGetApplicationDefault) IsCode ¶

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

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

func (*WaypointGetApplicationDefault) IsRedirect ¶

func (o *WaypointGetApplicationDefault) IsRedirect() bool

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

func (*WaypointGetApplicationDefault) IsServerError ¶

func (o *WaypointGetApplicationDefault) IsServerError() bool

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

func (*WaypointGetApplicationDefault) IsSuccess ¶

func (o *WaypointGetApplicationDefault) IsSuccess() bool

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

func (*WaypointGetApplicationDefault) String ¶

type WaypointGetApplicationOK ¶

type WaypointGetApplicationOK struct {
	Payload *models.HashicorpWaypointGetApplicationResponse
}

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

A successful response.

func NewWaypointGetApplicationOK ¶

func NewWaypointGetApplicationOK() *WaypointGetApplicationOK

NewWaypointGetApplicationOK creates a WaypointGetApplicationOK with default headers values

func (*WaypointGetApplicationOK) Error ¶

func (o *WaypointGetApplicationOK) Error() string

func (*WaypointGetApplicationOK) GetPayload ¶

func (*WaypointGetApplicationOK) IsClientError ¶

func (o *WaypointGetApplicationOK) IsClientError() bool

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

func (*WaypointGetApplicationOK) IsCode ¶

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

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

func (*WaypointGetApplicationOK) IsRedirect ¶

func (o *WaypointGetApplicationOK) IsRedirect() bool

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

func (*WaypointGetApplicationOK) IsServerError ¶

func (o *WaypointGetApplicationOK) IsServerError() bool

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

func (*WaypointGetApplicationOK) IsSuccess ¶

func (o *WaypointGetApplicationOK) IsSuccess() bool

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

func (*WaypointGetApplicationOK) String ¶

func (o *WaypointGetApplicationOK) String() string

type WaypointGetApplicationParams ¶

type WaypointGetApplicationParams struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

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

WaypointGetApplicationParams contains all the parameters to send to the API endpoint

for the waypoint get application operation.

Typically these are written to a http.Request.

func NewWaypointGetApplicationParams ¶

func NewWaypointGetApplicationParams() *WaypointGetApplicationParams

NewWaypointGetApplicationParams creates a new WaypointGetApplicationParams 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 NewWaypointGetApplicationParamsWithContext ¶

func NewWaypointGetApplicationParamsWithContext(ctx context.Context) *WaypointGetApplicationParams

NewWaypointGetApplicationParamsWithContext creates a new WaypointGetApplicationParams object with the ability to set a context for a request.

func NewWaypointGetApplicationParamsWithHTTPClient ¶

func NewWaypointGetApplicationParamsWithHTTPClient(client *http.Client) *WaypointGetApplicationParams

NewWaypointGetApplicationParamsWithHTTPClient creates a new WaypointGetApplicationParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetApplicationParamsWithTimeout ¶

func NewWaypointGetApplicationParamsWithTimeout(timeout time.Duration) *WaypointGetApplicationParams

NewWaypointGetApplicationParamsWithTimeout creates a new WaypointGetApplicationParams object with the ability to set a timeout on a request.

func (*WaypointGetApplicationParams) SetApplicationApplication ¶

func (o *WaypointGetApplicationParams) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint get application params

func (*WaypointGetApplicationParams) SetApplicationProject ¶

func (o *WaypointGetApplicationParams) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint get application params

func (*WaypointGetApplicationParams) SetContext ¶

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

SetContext adds the context to the waypoint get application params

func (*WaypointGetApplicationParams) SetDefaults ¶

func (o *WaypointGetApplicationParams) SetDefaults()

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

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

func (*WaypointGetApplicationParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint get application params

func (*WaypointGetApplicationParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint get application params

func (*WaypointGetApplicationParams) WithApplicationApplication ¶

func (o *WaypointGetApplicationParams) WithApplicationApplication(applicationApplication string) *WaypointGetApplicationParams

WithApplicationApplication adds the applicationApplication to the waypoint get application params

func (*WaypointGetApplicationParams) WithApplicationProject ¶

func (o *WaypointGetApplicationParams) WithApplicationProject(applicationProject string) *WaypointGetApplicationParams

WithApplicationProject adds the applicationProject to the waypoint get application params

func (*WaypointGetApplicationParams) WithContext ¶

WithContext adds the context to the waypoint get application params

func (*WaypointGetApplicationParams) WithDefaults ¶

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

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

func (*WaypointGetApplicationParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get application params

func (*WaypointGetApplicationParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get application params

func (*WaypointGetApplicationParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetApplicationReader ¶

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

WaypointGetApplicationReader is a Reader for the WaypointGetApplication structure.

func (*WaypointGetApplicationReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetAuthMethodDefault ¶

type WaypointGetAuthMethodDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetAuthMethodDefault ¶

func NewWaypointGetAuthMethodDefault(code int) *WaypointGetAuthMethodDefault

NewWaypointGetAuthMethodDefault creates a WaypointGetAuthMethodDefault with default headers values

func (*WaypointGetAuthMethodDefault) Code ¶

Code gets the status code for the waypoint get auth method default response

func (*WaypointGetAuthMethodDefault) Error ¶

func (*WaypointGetAuthMethodDefault) GetPayload ¶

func (*WaypointGetAuthMethodDefault) IsClientError ¶

func (o *WaypointGetAuthMethodDefault) IsClientError() bool

IsClientError returns true when this waypoint get auth method default response has a 4xx status code

func (*WaypointGetAuthMethodDefault) IsCode ¶

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

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

func (*WaypointGetAuthMethodDefault) IsRedirect ¶

func (o *WaypointGetAuthMethodDefault) IsRedirect() bool

IsRedirect returns true when this waypoint get auth method default response has a 3xx status code

func (*WaypointGetAuthMethodDefault) IsServerError ¶

func (o *WaypointGetAuthMethodDefault) IsServerError() bool

IsServerError returns true when this waypoint get auth method default response has a 5xx status code

func (*WaypointGetAuthMethodDefault) IsSuccess ¶

func (o *WaypointGetAuthMethodDefault) IsSuccess() bool

IsSuccess returns true when this waypoint get auth method default response has a 2xx status code

func (*WaypointGetAuthMethodDefault) String ¶

type WaypointGetAuthMethodOK ¶

type WaypointGetAuthMethodOK struct {
	Payload *models.HashicorpWaypointGetAuthMethodResponse
}

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

A successful response.

func NewWaypointGetAuthMethodOK ¶

func NewWaypointGetAuthMethodOK() *WaypointGetAuthMethodOK

NewWaypointGetAuthMethodOK creates a WaypointGetAuthMethodOK with default headers values

func (*WaypointGetAuthMethodOK) Error ¶

func (o *WaypointGetAuthMethodOK) Error() string

func (*WaypointGetAuthMethodOK) GetPayload ¶

func (*WaypointGetAuthMethodOK) IsClientError ¶

func (o *WaypointGetAuthMethodOK) IsClientError() bool

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

func (*WaypointGetAuthMethodOK) IsCode ¶

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

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

func (*WaypointGetAuthMethodOK) IsRedirect ¶

func (o *WaypointGetAuthMethodOK) IsRedirect() bool

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

func (*WaypointGetAuthMethodOK) IsServerError ¶

func (o *WaypointGetAuthMethodOK) IsServerError() bool

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

func (*WaypointGetAuthMethodOK) IsSuccess ¶

func (o *WaypointGetAuthMethodOK) IsSuccess() bool

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

func (*WaypointGetAuthMethodOK) String ¶

func (o *WaypointGetAuthMethodOK) String() string

type WaypointGetAuthMethodParams ¶

type WaypointGetAuthMethodParams struct {

	// AuthMethodName.
	AuthMethodName string

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

WaypointGetAuthMethodParams contains all the parameters to send to the API endpoint

for the waypoint get auth method operation.

Typically these are written to a http.Request.

func NewWaypointGetAuthMethodParams ¶

func NewWaypointGetAuthMethodParams() *WaypointGetAuthMethodParams

NewWaypointGetAuthMethodParams creates a new WaypointGetAuthMethodParams 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 NewWaypointGetAuthMethodParamsWithContext ¶

func NewWaypointGetAuthMethodParamsWithContext(ctx context.Context) *WaypointGetAuthMethodParams

NewWaypointGetAuthMethodParamsWithContext creates a new WaypointGetAuthMethodParams object with the ability to set a context for a request.

func NewWaypointGetAuthMethodParamsWithHTTPClient ¶

func NewWaypointGetAuthMethodParamsWithHTTPClient(client *http.Client) *WaypointGetAuthMethodParams

NewWaypointGetAuthMethodParamsWithHTTPClient creates a new WaypointGetAuthMethodParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetAuthMethodParamsWithTimeout ¶

func NewWaypointGetAuthMethodParamsWithTimeout(timeout time.Duration) *WaypointGetAuthMethodParams

NewWaypointGetAuthMethodParamsWithTimeout creates a new WaypointGetAuthMethodParams object with the ability to set a timeout on a request.

func (*WaypointGetAuthMethodParams) SetAuthMethodName ¶

func (o *WaypointGetAuthMethodParams) SetAuthMethodName(authMethodName string)

SetAuthMethodName adds the authMethodName to the waypoint get auth method params

func (*WaypointGetAuthMethodParams) SetContext ¶

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

SetContext adds the context to the waypoint get auth method params

func (*WaypointGetAuthMethodParams) SetDefaults ¶

func (o *WaypointGetAuthMethodParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get auth method params (not the query body).

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

func (*WaypointGetAuthMethodParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint get auth method params

func (*WaypointGetAuthMethodParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint get auth method params

func (*WaypointGetAuthMethodParams) WithAuthMethodName ¶

func (o *WaypointGetAuthMethodParams) WithAuthMethodName(authMethodName string) *WaypointGetAuthMethodParams

WithAuthMethodName adds the authMethodName to the waypoint get auth method params

func (*WaypointGetAuthMethodParams) WithContext ¶

WithContext adds the context to the waypoint get auth method params

func (*WaypointGetAuthMethodParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get auth method params (not the query body).

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

func (*WaypointGetAuthMethodParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get auth method params

func (*WaypointGetAuthMethodParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get auth method params

func (*WaypointGetAuthMethodParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetAuthMethodReader ¶

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

WaypointGetAuthMethodReader is a Reader for the WaypointGetAuthMethod structure.

func (*WaypointGetAuthMethodReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetBuild2Default ¶

type WaypointGetBuild2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetBuild2Default ¶

func NewWaypointGetBuild2Default(code int) *WaypointGetBuild2Default

NewWaypointGetBuild2Default creates a WaypointGetBuild2Default with default headers values

func (*WaypointGetBuild2Default) Code ¶

func (o *WaypointGetBuild2Default) Code() int

Code gets the status code for the waypoint get build2 default response

func (*WaypointGetBuild2Default) Error ¶

func (o *WaypointGetBuild2Default) Error() string

func (*WaypointGetBuild2Default) GetPayload ¶

func (*WaypointGetBuild2Default) IsClientError ¶

func (o *WaypointGetBuild2Default) IsClientError() bool

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

func (*WaypointGetBuild2Default) IsCode ¶

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

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

func (*WaypointGetBuild2Default) IsRedirect ¶

func (o *WaypointGetBuild2Default) IsRedirect() bool

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

func (*WaypointGetBuild2Default) IsServerError ¶

func (o *WaypointGetBuild2Default) IsServerError() bool

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

func (*WaypointGetBuild2Default) IsSuccess ¶

func (o *WaypointGetBuild2Default) IsSuccess() bool

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

func (*WaypointGetBuild2Default) String ¶

func (o *WaypointGetBuild2Default) String() string

type WaypointGetBuild2OK ¶

type WaypointGetBuild2OK struct {
	Payload *models.HashicorpWaypointBuild
}

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

A successful response.

func NewWaypointGetBuild2OK ¶

func NewWaypointGetBuild2OK() *WaypointGetBuild2OK

NewWaypointGetBuild2OK creates a WaypointGetBuild2OK with default headers values

func (*WaypointGetBuild2OK) Error ¶

func (o *WaypointGetBuild2OK) Error() string

func (*WaypointGetBuild2OK) GetPayload ¶

func (*WaypointGetBuild2OK) IsClientError ¶

func (o *WaypointGetBuild2OK) IsClientError() bool

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

func (*WaypointGetBuild2OK) IsCode ¶

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

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

func (*WaypointGetBuild2OK) IsRedirect ¶

func (o *WaypointGetBuild2OK) IsRedirect() bool

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

func (*WaypointGetBuild2OK) IsServerError ¶

func (o *WaypointGetBuild2OK) IsServerError() bool

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

func (*WaypointGetBuild2OK) IsSuccess ¶

func (o *WaypointGetBuild2OK) IsSuccess() bool

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

func (*WaypointGetBuild2OK) String ¶

func (o *WaypointGetBuild2OK) String() string

type WaypointGetBuild2Params ¶

type WaypointGetBuild2Params struct {

	// RefID.
	RefID *string

	// RefSequenceApplicationApplication.
	RefSequenceApplicationApplication string

	// RefSequenceApplicationProject.
	RefSequenceApplicationProject string

	// RefSequenceNumber.
	//
	// Format: uint64
	RefSequenceNumber string

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

WaypointGetBuild2Params contains all the parameters to send to the API endpoint

for the waypoint get build2 operation.

Typically these are written to a http.Request.

func NewWaypointGetBuild2Params ¶

func NewWaypointGetBuild2Params() *WaypointGetBuild2Params

NewWaypointGetBuild2Params creates a new WaypointGetBuild2Params 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 NewWaypointGetBuild2ParamsWithContext ¶

func NewWaypointGetBuild2ParamsWithContext(ctx context.Context) *WaypointGetBuild2Params

NewWaypointGetBuild2ParamsWithContext creates a new WaypointGetBuild2Params object with the ability to set a context for a request.

func NewWaypointGetBuild2ParamsWithHTTPClient ¶

func NewWaypointGetBuild2ParamsWithHTTPClient(client *http.Client) *WaypointGetBuild2Params

NewWaypointGetBuild2ParamsWithHTTPClient creates a new WaypointGetBuild2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetBuild2ParamsWithTimeout ¶

func NewWaypointGetBuild2ParamsWithTimeout(timeout time.Duration) *WaypointGetBuild2Params

NewWaypointGetBuild2ParamsWithTimeout creates a new WaypointGetBuild2Params object with the ability to set a timeout on a request.

func (*WaypointGetBuild2Params) SetContext ¶

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

SetContext adds the context to the waypoint get build2 params

func (*WaypointGetBuild2Params) SetDefaults ¶

func (o *WaypointGetBuild2Params) SetDefaults()

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

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

func (*WaypointGetBuild2Params) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint get build2 params

func (*WaypointGetBuild2Params) SetRefID ¶

func (o *WaypointGetBuild2Params) SetRefID(refID *string)

SetRefID adds the refId to the waypoint get build2 params

func (*WaypointGetBuild2Params) SetRefSequenceApplicationApplication ¶

func (o *WaypointGetBuild2Params) SetRefSequenceApplicationApplication(refSequenceApplicationApplication string)

SetRefSequenceApplicationApplication adds the refSequenceApplicationApplication to the waypoint get build2 params

func (*WaypointGetBuild2Params) SetRefSequenceApplicationProject ¶

func (o *WaypointGetBuild2Params) SetRefSequenceApplicationProject(refSequenceApplicationProject string)

SetRefSequenceApplicationProject adds the refSequenceApplicationProject to the waypoint get build2 params

func (*WaypointGetBuild2Params) SetRefSequenceNumber ¶

func (o *WaypointGetBuild2Params) SetRefSequenceNumber(refSequenceNumber string)

SetRefSequenceNumber adds the refSequenceNumber to the waypoint get build2 params

func (*WaypointGetBuild2Params) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint get build2 params

func (*WaypointGetBuild2Params) WithContext ¶

WithContext adds the context to the waypoint get build2 params

func (*WaypointGetBuild2Params) WithDefaults ¶

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

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

func (*WaypointGetBuild2Params) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the waypoint get build2 params

func (*WaypointGetBuild2Params) WithRefID ¶

WithRefID adds the refID to the waypoint get build2 params

func (*WaypointGetBuild2Params) WithRefSequenceApplicationApplication ¶

func (o *WaypointGetBuild2Params) WithRefSequenceApplicationApplication(refSequenceApplicationApplication string) *WaypointGetBuild2Params

WithRefSequenceApplicationApplication adds the refSequenceApplicationApplication to the waypoint get build2 params

func (*WaypointGetBuild2Params) WithRefSequenceApplicationProject ¶

func (o *WaypointGetBuild2Params) WithRefSequenceApplicationProject(refSequenceApplicationProject string) *WaypointGetBuild2Params

WithRefSequenceApplicationProject adds the refSequenceApplicationProject to the waypoint get build2 params

func (*WaypointGetBuild2Params) WithRefSequenceNumber ¶

func (o *WaypointGetBuild2Params) WithRefSequenceNumber(refSequenceNumber string) *WaypointGetBuild2Params

WithRefSequenceNumber adds the refSequenceNumber to the waypoint get build2 params

func (*WaypointGetBuild2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get build2 params

func (*WaypointGetBuild2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetBuild2Reader ¶

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

WaypointGetBuild2Reader is a Reader for the WaypointGetBuild2 structure.

func (*WaypointGetBuild2Reader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetBuildDefault ¶

type WaypointGetBuildDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetBuildDefault ¶

func NewWaypointGetBuildDefault(code int) *WaypointGetBuildDefault

NewWaypointGetBuildDefault creates a WaypointGetBuildDefault with default headers values

func (*WaypointGetBuildDefault) Code ¶

func (o *WaypointGetBuildDefault) Code() int

Code gets the status code for the waypoint get build default response

func (*WaypointGetBuildDefault) Error ¶

func (o *WaypointGetBuildDefault) Error() string

func (*WaypointGetBuildDefault) GetPayload ¶

func (*WaypointGetBuildDefault) IsClientError ¶

func (o *WaypointGetBuildDefault) IsClientError() bool

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

func (*WaypointGetBuildDefault) IsCode ¶

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

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

func (*WaypointGetBuildDefault) IsRedirect ¶

func (o *WaypointGetBuildDefault) IsRedirect() bool

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

func (*WaypointGetBuildDefault) IsServerError ¶

func (o *WaypointGetBuildDefault) IsServerError() bool

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

func (*WaypointGetBuildDefault) IsSuccess ¶

func (o *WaypointGetBuildDefault) IsSuccess() bool

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

func (*WaypointGetBuildDefault) String ¶

func (o *WaypointGetBuildDefault) String() string

type WaypointGetBuildOK ¶

type WaypointGetBuildOK struct {
	Payload *models.HashicorpWaypointBuild
}

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

A successful response.

func NewWaypointGetBuildOK ¶

func NewWaypointGetBuildOK() *WaypointGetBuildOK

NewWaypointGetBuildOK creates a WaypointGetBuildOK with default headers values

func (*WaypointGetBuildOK) Error ¶

func (o *WaypointGetBuildOK) Error() string

func (*WaypointGetBuildOK) GetPayload ¶

func (*WaypointGetBuildOK) IsClientError ¶

func (o *WaypointGetBuildOK) IsClientError() bool

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

func (*WaypointGetBuildOK) IsCode ¶

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

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

func (*WaypointGetBuildOK) IsRedirect ¶

func (o *WaypointGetBuildOK) IsRedirect() bool

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

func (*WaypointGetBuildOK) IsServerError ¶

func (o *WaypointGetBuildOK) IsServerError() bool

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

func (*WaypointGetBuildOK) IsSuccess ¶

func (o *WaypointGetBuildOK) IsSuccess() bool

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

func (*WaypointGetBuildOK) String ¶

func (o *WaypointGetBuildOK) String() string

type WaypointGetBuildParams ¶

type WaypointGetBuildParams struct {

	// RefID.
	RefID string

	// RefSequenceApplicationApplication.
	RefSequenceApplicationApplication *string

	// RefSequenceApplicationProject.
	RefSequenceApplicationProject *string

	// RefSequenceNumber.
	//
	// Format: uint64
	RefSequenceNumber *string

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

WaypointGetBuildParams contains all the parameters to send to the API endpoint

for the waypoint get build operation.

Typically these are written to a http.Request.

func NewWaypointGetBuildParams ¶

func NewWaypointGetBuildParams() *WaypointGetBuildParams

NewWaypointGetBuildParams creates a new WaypointGetBuildParams 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 NewWaypointGetBuildParamsWithContext ¶

func NewWaypointGetBuildParamsWithContext(ctx context.Context) *WaypointGetBuildParams

NewWaypointGetBuildParamsWithContext creates a new WaypointGetBuildParams object with the ability to set a context for a request.

func NewWaypointGetBuildParamsWithHTTPClient ¶

func NewWaypointGetBuildParamsWithHTTPClient(client *http.Client) *WaypointGetBuildParams

NewWaypointGetBuildParamsWithHTTPClient creates a new WaypointGetBuildParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetBuildParamsWithTimeout ¶

func NewWaypointGetBuildParamsWithTimeout(timeout time.Duration) *WaypointGetBuildParams

NewWaypointGetBuildParamsWithTimeout creates a new WaypointGetBuildParams object with the ability to set a timeout on a request.

func (*WaypointGetBuildParams) SetContext ¶

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

SetContext adds the context to the waypoint get build params

func (*WaypointGetBuildParams) SetDefaults ¶

func (o *WaypointGetBuildParams) SetDefaults()

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

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

func (*WaypointGetBuildParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint get build params

func (*WaypointGetBuildParams) SetRefID ¶

func (o *WaypointGetBuildParams) SetRefID(refID string)

SetRefID adds the refId to the waypoint get build params

func (*WaypointGetBuildParams) SetRefSequenceApplicationApplication ¶

func (o *WaypointGetBuildParams) SetRefSequenceApplicationApplication(refSequenceApplicationApplication *string)

SetRefSequenceApplicationApplication adds the refSequenceApplicationApplication to the waypoint get build params

func (*WaypointGetBuildParams) SetRefSequenceApplicationProject ¶

func (o *WaypointGetBuildParams) SetRefSequenceApplicationProject(refSequenceApplicationProject *string)

SetRefSequenceApplicationProject adds the refSequenceApplicationProject to the waypoint get build params

func (*WaypointGetBuildParams) SetRefSequenceNumber ¶

func (o *WaypointGetBuildParams) SetRefSequenceNumber(refSequenceNumber *string)

SetRefSequenceNumber adds the refSequenceNumber to the waypoint get build params

func (*WaypointGetBuildParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint get build params

func (*WaypointGetBuildParams) WithContext ¶

WithContext adds the context to the waypoint get build params

func (*WaypointGetBuildParams) WithDefaults ¶

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

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

func (*WaypointGetBuildParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the waypoint get build params

func (*WaypointGetBuildParams) WithRefID ¶

WithRefID adds the refID to the waypoint get build params

func (*WaypointGetBuildParams) WithRefSequenceApplicationApplication ¶

func (o *WaypointGetBuildParams) WithRefSequenceApplicationApplication(refSequenceApplicationApplication *string) *WaypointGetBuildParams

WithRefSequenceApplicationApplication adds the refSequenceApplicationApplication to the waypoint get build params

func (*WaypointGetBuildParams) WithRefSequenceApplicationProject ¶

func (o *WaypointGetBuildParams) WithRefSequenceApplicationProject(refSequenceApplicationProject *string) *WaypointGetBuildParams

WithRefSequenceApplicationProject adds the refSequenceApplicationProject to the waypoint get build params

func (*WaypointGetBuildParams) WithRefSequenceNumber ¶

func (o *WaypointGetBuildParams) WithRefSequenceNumber(refSequenceNumber *string) *WaypointGetBuildParams

WithRefSequenceNumber adds the refSequenceNumber to the waypoint get build params

func (*WaypointGetBuildParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get build params

func (*WaypointGetBuildParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetBuildReader ¶

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

WaypointGetBuildReader is a Reader for the WaypointGetBuild structure.

func (*WaypointGetBuildReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetConfig2Default ¶

type WaypointGetConfig2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetConfig2Default ¶

func NewWaypointGetConfig2Default(code int) *WaypointGetConfig2Default

NewWaypointGetConfig2Default creates a WaypointGetConfig2Default with default headers values

func (*WaypointGetConfig2Default) Code ¶

func (o *WaypointGetConfig2Default) Code() int

Code gets the status code for the waypoint get config2 default response

func (*WaypointGetConfig2Default) Error ¶

func (o *WaypointGetConfig2Default) Error() string

func (*WaypointGetConfig2Default) GetPayload ¶

func (*WaypointGetConfig2Default) IsClientError ¶

func (o *WaypointGetConfig2Default) IsClientError() bool

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

func (*WaypointGetConfig2Default) IsCode ¶

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

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

func (*WaypointGetConfig2Default) IsRedirect ¶

func (o *WaypointGetConfig2Default) IsRedirect() bool

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

func (*WaypointGetConfig2Default) IsServerError ¶

func (o *WaypointGetConfig2Default) IsServerError() bool

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

func (*WaypointGetConfig2Default) IsSuccess ¶

func (o *WaypointGetConfig2Default) IsSuccess() bool

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

func (*WaypointGetConfig2Default) String ¶

func (o *WaypointGetConfig2Default) String() string

type WaypointGetConfig2OK ¶

type WaypointGetConfig2OK struct {
	Payload *models.HashicorpWaypointConfigGetResponse
}

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

A successful response.

func NewWaypointGetConfig2OK ¶

func NewWaypointGetConfig2OK() *WaypointGetConfig2OK

NewWaypointGetConfig2OK creates a WaypointGetConfig2OK with default headers values

func (*WaypointGetConfig2OK) Error ¶

func (o *WaypointGetConfig2OK) Error() string

func (*WaypointGetConfig2OK) GetPayload ¶

func (*WaypointGetConfig2OK) IsClientError ¶

func (o *WaypointGetConfig2OK) IsClientError() bool

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

func (*WaypointGetConfig2OK) IsCode ¶

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

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

func (*WaypointGetConfig2OK) IsRedirect ¶

func (o *WaypointGetConfig2OK) IsRedirect() bool

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

func (*WaypointGetConfig2OK) IsServerError ¶

func (o *WaypointGetConfig2OK) IsServerError() bool

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

func (*WaypointGetConfig2OK) IsSuccess ¶

func (o *WaypointGetConfig2OK) IsSuccess() bool

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

func (*WaypointGetConfig2OK) String ¶

func (o *WaypointGetConfig2OK) String() string

type WaypointGetConfig2Params ¶

type WaypointGetConfig2Params struct {

	// ApplicationApplication.
	ApplicationApplication *string

	// ApplicationProject.
	ApplicationProject *string

	/* Prefix.

	     Get all configuration entries under the given prefix. When empty,
	returns all config variables.
	*/
	Prefix *string

	// ProjectProject.
	ProjectProject string

	// RunnerID.
	RunnerID *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

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

WaypointGetConfig2Params contains all the parameters to send to the API endpoint

for the waypoint get config2 operation.

Typically these are written to a http.Request.

func NewWaypointGetConfig2Params ¶

func NewWaypointGetConfig2Params() *WaypointGetConfig2Params

NewWaypointGetConfig2Params creates a new WaypointGetConfig2Params 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 NewWaypointGetConfig2ParamsWithContext ¶

func NewWaypointGetConfig2ParamsWithContext(ctx context.Context) *WaypointGetConfig2Params

NewWaypointGetConfig2ParamsWithContext creates a new WaypointGetConfig2Params object with the ability to set a context for a request.

func NewWaypointGetConfig2ParamsWithHTTPClient ¶

func NewWaypointGetConfig2ParamsWithHTTPClient(client *http.Client) *WaypointGetConfig2Params

NewWaypointGetConfig2ParamsWithHTTPClient creates a new WaypointGetConfig2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetConfig2ParamsWithTimeout ¶

func NewWaypointGetConfig2ParamsWithTimeout(timeout time.Duration) *WaypointGetConfig2Params

NewWaypointGetConfig2ParamsWithTimeout creates a new WaypointGetConfig2Params object with the ability to set a timeout on a request.

func (*WaypointGetConfig2Params) SetApplicationApplication ¶

func (o *WaypointGetConfig2Params) SetApplicationApplication(applicationApplication *string)

SetApplicationApplication adds the applicationApplication to the waypoint get config2 params

func (*WaypointGetConfig2Params) SetApplicationProject ¶

func (o *WaypointGetConfig2Params) SetApplicationProject(applicationProject *string)

SetApplicationProject adds the applicationProject to the waypoint get config2 params

func (*WaypointGetConfig2Params) SetContext ¶

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

SetContext adds the context to the waypoint get config2 params

func (*WaypointGetConfig2Params) SetDefaults ¶

func (o *WaypointGetConfig2Params) SetDefaults()

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

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

func (*WaypointGetConfig2Params) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint get config2 params

func (*WaypointGetConfig2Params) SetPrefix ¶

func (o *WaypointGetConfig2Params) SetPrefix(prefix *string)

SetPrefix adds the prefix to the waypoint get config2 params

func (*WaypointGetConfig2Params) SetProjectProject ¶

func (o *WaypointGetConfig2Params) SetProjectProject(projectProject string)

SetProjectProject adds the projectProject to the waypoint get config2 params

func (*WaypointGetConfig2Params) SetRunnerID ¶

func (o *WaypointGetConfig2Params) SetRunnerID(runnerID *string)

SetRunnerID adds the runnerId to the waypoint get config2 params

func (*WaypointGetConfig2Params) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint get config2 params

func (*WaypointGetConfig2Params) SetWorkspaceWorkspace ¶

func (o *WaypointGetConfig2Params) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get config2 params

func (*WaypointGetConfig2Params) WithApplicationApplication ¶

func (o *WaypointGetConfig2Params) WithApplicationApplication(applicationApplication *string) *WaypointGetConfig2Params

WithApplicationApplication adds the applicationApplication to the waypoint get config2 params

func (*WaypointGetConfig2Params) WithApplicationProject ¶

func (o *WaypointGetConfig2Params) WithApplicationProject(applicationProject *string) *WaypointGetConfig2Params

WithApplicationProject adds the applicationProject to the waypoint get config2 params

func (*WaypointGetConfig2Params) WithContext ¶

WithContext adds the context to the waypoint get config2 params

func (*WaypointGetConfig2Params) WithDefaults ¶

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

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

func (*WaypointGetConfig2Params) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the waypoint get config2 params

func (*WaypointGetConfig2Params) WithPrefix ¶

WithPrefix adds the prefix to the waypoint get config2 params

func (*WaypointGetConfig2Params) WithProjectProject ¶

func (o *WaypointGetConfig2Params) WithProjectProject(projectProject string) *WaypointGetConfig2Params

WithProjectProject adds the projectProject to the waypoint get config2 params

func (*WaypointGetConfig2Params) WithRunnerID ¶

func (o *WaypointGetConfig2Params) WithRunnerID(runnerID *string) *WaypointGetConfig2Params

WithRunnerID adds the runnerID to the waypoint get config2 params

func (*WaypointGetConfig2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get config2 params

func (*WaypointGetConfig2Params) WithWorkspaceWorkspace ¶

func (o *WaypointGetConfig2Params) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointGetConfig2Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get config2 params

func (*WaypointGetConfig2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetConfig2Reader ¶

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

WaypointGetConfig2Reader is a Reader for the WaypointGetConfig2 structure.

func (*WaypointGetConfig2Reader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetConfig3Default ¶

type WaypointGetConfig3Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetConfig3Default ¶

func NewWaypointGetConfig3Default(code int) *WaypointGetConfig3Default

NewWaypointGetConfig3Default creates a WaypointGetConfig3Default with default headers values

func (*WaypointGetConfig3Default) Code ¶

func (o *WaypointGetConfig3Default) Code() int

Code gets the status code for the waypoint get config3 default response

func (*WaypointGetConfig3Default) Error ¶

func (o *WaypointGetConfig3Default) Error() string

func (*WaypointGetConfig3Default) GetPayload ¶

func (*WaypointGetConfig3Default) IsClientError ¶

func (o *WaypointGetConfig3Default) IsClientError() bool

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

func (*WaypointGetConfig3Default) IsCode ¶

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

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

func (*WaypointGetConfig3Default) IsRedirect ¶

func (o *WaypointGetConfig3Default) IsRedirect() bool

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

func (*WaypointGetConfig3Default) IsServerError ¶

func (o *WaypointGetConfig3Default) IsServerError() bool

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

func (*WaypointGetConfig3Default) IsSuccess ¶

func (o *WaypointGetConfig3Default) IsSuccess() bool

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

func (*WaypointGetConfig3Default) String ¶

func (o *WaypointGetConfig3Default) String() string

type WaypointGetConfig3OK ¶

type WaypointGetConfig3OK struct {
	Payload *models.HashicorpWaypointConfigGetResponse
}

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

A successful response.

func NewWaypointGetConfig3OK ¶

func NewWaypointGetConfig3OK() *WaypointGetConfig3OK

NewWaypointGetConfig3OK creates a WaypointGetConfig3OK with default headers values

func (*WaypointGetConfig3OK) Error ¶

func (o *WaypointGetConfig3OK) Error() string

func (*WaypointGetConfig3OK) GetPayload ¶

func (*WaypointGetConfig3OK) IsClientError ¶

func (o *WaypointGetConfig3OK) IsClientError() bool

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

func (*WaypointGetConfig3OK) IsCode ¶

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

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

func (*WaypointGetConfig3OK) IsRedirect ¶

func (o *WaypointGetConfig3OK) IsRedirect() bool

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

func (*WaypointGetConfig3OK) IsServerError ¶

func (o *WaypointGetConfig3OK) IsServerError() bool

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

func (*WaypointGetConfig3OK) IsSuccess ¶

func (o *WaypointGetConfig3OK) IsSuccess() bool

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

func (*WaypointGetConfig3OK) String ¶

func (o *WaypointGetConfig3OK) String() string

type WaypointGetConfig3Params ¶

type WaypointGetConfig3Params struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	/* Prefix.

	     Get all configuration entries under the given prefix. When empty,
	returns all config variables.
	*/
	Prefix *string

	// ProjectProject.
	ProjectProject *string

	// RunnerID.
	RunnerID *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

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

WaypointGetConfig3Params contains all the parameters to send to the API endpoint

for the waypoint get config3 operation.

Typically these are written to a http.Request.

func NewWaypointGetConfig3Params ¶

func NewWaypointGetConfig3Params() *WaypointGetConfig3Params

NewWaypointGetConfig3Params creates a new WaypointGetConfig3Params 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 NewWaypointGetConfig3ParamsWithContext ¶

func NewWaypointGetConfig3ParamsWithContext(ctx context.Context) *WaypointGetConfig3Params

NewWaypointGetConfig3ParamsWithContext creates a new WaypointGetConfig3Params object with the ability to set a context for a request.

func NewWaypointGetConfig3ParamsWithHTTPClient ¶

func NewWaypointGetConfig3ParamsWithHTTPClient(client *http.Client) *WaypointGetConfig3Params

NewWaypointGetConfig3ParamsWithHTTPClient creates a new WaypointGetConfig3Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetConfig3ParamsWithTimeout ¶

func NewWaypointGetConfig3ParamsWithTimeout(timeout time.Duration) *WaypointGetConfig3Params

NewWaypointGetConfig3ParamsWithTimeout creates a new WaypointGetConfig3Params object with the ability to set a timeout on a request.

func (*WaypointGetConfig3Params) SetApplicationApplication ¶

func (o *WaypointGetConfig3Params) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint get config3 params

func (*WaypointGetConfig3Params) SetApplicationProject ¶

func (o *WaypointGetConfig3Params) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint get config3 params

func (*WaypointGetConfig3Params) SetContext ¶

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

SetContext adds the context to the waypoint get config3 params

func (*WaypointGetConfig3Params) SetDefaults ¶

func (o *WaypointGetConfig3Params) SetDefaults()

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

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

func (*WaypointGetConfig3Params) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint get config3 params

func (*WaypointGetConfig3Params) SetPrefix ¶

func (o *WaypointGetConfig3Params) SetPrefix(prefix *string)

SetPrefix adds the prefix to the waypoint get config3 params

func (*WaypointGetConfig3Params) SetProjectProject ¶

func (o *WaypointGetConfig3Params) SetProjectProject(projectProject *string)

SetProjectProject adds the projectProject to the waypoint get config3 params

func (*WaypointGetConfig3Params) SetRunnerID ¶

func (o *WaypointGetConfig3Params) SetRunnerID(runnerID *string)

SetRunnerID adds the runnerId to the waypoint get config3 params

func (*WaypointGetConfig3Params) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint get config3 params

func (*WaypointGetConfig3Params) SetWorkspaceWorkspace ¶

func (o *WaypointGetConfig3Params) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get config3 params

func (*WaypointGetConfig3Params) WithApplicationApplication ¶

func (o *WaypointGetConfig3Params) WithApplicationApplication(applicationApplication string) *WaypointGetConfig3Params

WithApplicationApplication adds the applicationApplication to the waypoint get config3 params

func (*WaypointGetConfig3Params) WithApplicationProject ¶

func (o *WaypointGetConfig3Params) WithApplicationProject(applicationProject string) *WaypointGetConfig3Params

WithApplicationProject adds the applicationProject to the waypoint get config3 params

func (*WaypointGetConfig3Params) WithContext ¶

WithContext adds the context to the waypoint get config3 params

func (*WaypointGetConfig3Params) WithDefaults ¶

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

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

func (*WaypointGetConfig3Params) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the waypoint get config3 params

func (*WaypointGetConfig3Params) WithPrefix ¶

WithPrefix adds the prefix to the waypoint get config3 params

func (*WaypointGetConfig3Params) WithProjectProject ¶

func (o *WaypointGetConfig3Params) WithProjectProject(projectProject *string) *WaypointGetConfig3Params

WithProjectProject adds the projectProject to the waypoint get config3 params

func (*WaypointGetConfig3Params) WithRunnerID ¶

func (o *WaypointGetConfig3Params) WithRunnerID(runnerID *string) *WaypointGetConfig3Params

WithRunnerID adds the runnerID to the waypoint get config3 params

func (*WaypointGetConfig3Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get config3 params

func (*WaypointGetConfig3Params) WithWorkspaceWorkspace ¶

func (o *WaypointGetConfig3Params) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointGetConfig3Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get config3 params

func (*WaypointGetConfig3Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetConfig3Reader ¶

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

WaypointGetConfig3Reader is a Reader for the WaypointGetConfig3 structure.

func (*WaypointGetConfig3Reader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetConfigDefault ¶

type WaypointGetConfigDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetConfigDefault ¶

func NewWaypointGetConfigDefault(code int) *WaypointGetConfigDefault

NewWaypointGetConfigDefault creates a WaypointGetConfigDefault with default headers values

func (*WaypointGetConfigDefault) Code ¶

func (o *WaypointGetConfigDefault) Code() int

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

func (*WaypointGetConfigDefault) Error ¶

func (o *WaypointGetConfigDefault) Error() string

func (*WaypointGetConfigDefault) GetPayload ¶

func (*WaypointGetConfigDefault) IsClientError ¶

func (o *WaypointGetConfigDefault) IsClientError() bool

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

func (*WaypointGetConfigDefault) IsCode ¶

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

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

func (*WaypointGetConfigDefault) IsRedirect ¶

func (o *WaypointGetConfigDefault) IsRedirect() bool

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

func (*WaypointGetConfigDefault) IsServerError ¶

func (o *WaypointGetConfigDefault) IsServerError() bool

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

func (*WaypointGetConfigDefault) IsSuccess ¶

func (o *WaypointGetConfigDefault) IsSuccess() bool

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

func (*WaypointGetConfigDefault) String ¶

func (o *WaypointGetConfigDefault) String() string

type WaypointGetConfigOK ¶

type WaypointGetConfigOK struct {
	Payload *models.HashicorpWaypointConfigGetResponse
}

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

A successful response.

func NewWaypointGetConfigOK ¶

func NewWaypointGetConfigOK() *WaypointGetConfigOK

NewWaypointGetConfigOK creates a WaypointGetConfigOK with default headers values

func (*WaypointGetConfigOK) Error ¶

func (o *WaypointGetConfigOK) Error() string

func (*WaypointGetConfigOK) GetPayload ¶

func (*WaypointGetConfigOK) IsClientError ¶

func (o *WaypointGetConfigOK) IsClientError() bool

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

func (*WaypointGetConfigOK) IsCode ¶

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

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

func (*WaypointGetConfigOK) IsRedirect ¶

func (o *WaypointGetConfigOK) IsRedirect() bool

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

func (*WaypointGetConfigOK) IsServerError ¶

func (o *WaypointGetConfigOK) IsServerError() bool

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

func (*WaypointGetConfigOK) IsSuccess ¶

func (o *WaypointGetConfigOK) IsSuccess() bool

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

func (*WaypointGetConfigOK) String ¶

func (o *WaypointGetConfigOK) String() string

type WaypointGetConfigParams ¶

type WaypointGetConfigParams struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	/* Prefix.

	     Get all configuration entries under the given prefix. When empty,
	returns all config variables.
	*/
	Prefix *string

	// ProjectProject.
	ProjectProject *string

	// RunnerID.
	RunnerID *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

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

WaypointGetConfigParams contains all the parameters to send to the API endpoint

for the waypoint get config operation.

Typically these are written to a http.Request.

func NewWaypointGetConfigParams ¶

func NewWaypointGetConfigParams() *WaypointGetConfigParams

NewWaypointGetConfigParams creates a new WaypointGetConfigParams 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 NewWaypointGetConfigParamsWithContext ¶

func NewWaypointGetConfigParamsWithContext(ctx context.Context) *WaypointGetConfigParams

NewWaypointGetConfigParamsWithContext creates a new WaypointGetConfigParams object with the ability to set a context for a request.

func NewWaypointGetConfigParamsWithHTTPClient ¶

func NewWaypointGetConfigParamsWithHTTPClient(client *http.Client) *WaypointGetConfigParams

NewWaypointGetConfigParamsWithHTTPClient creates a new WaypointGetConfigParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetConfigParamsWithTimeout ¶

func NewWaypointGetConfigParamsWithTimeout(timeout time.Duration) *WaypointGetConfigParams

NewWaypointGetConfigParamsWithTimeout creates a new WaypointGetConfigParams object with the ability to set a timeout on a request.

func (*WaypointGetConfigParams) SetApplicationApplication ¶

func (o *WaypointGetConfigParams) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint get config params

func (*WaypointGetConfigParams) SetApplicationProject ¶

func (o *WaypointGetConfigParams) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint get config params

func (*WaypointGetConfigParams) SetContext ¶

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

SetContext adds the context to the waypoint get config params

func (*WaypointGetConfigParams) SetDefaults ¶

func (o *WaypointGetConfigParams) SetDefaults()

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

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

func (*WaypointGetConfigParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint get config params

func (*WaypointGetConfigParams) SetPrefix ¶

func (o *WaypointGetConfigParams) SetPrefix(prefix *string)

SetPrefix adds the prefix to the waypoint get config params

func (*WaypointGetConfigParams) SetProjectProject ¶

func (o *WaypointGetConfigParams) SetProjectProject(projectProject *string)

SetProjectProject adds the projectProject to the waypoint get config params

func (*WaypointGetConfigParams) SetRunnerID ¶

func (o *WaypointGetConfigParams) SetRunnerID(runnerID *string)

SetRunnerID adds the runnerId to the waypoint get config params

func (*WaypointGetConfigParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint get config params

func (*WaypointGetConfigParams) SetWorkspaceWorkspace ¶

func (o *WaypointGetConfigParams) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get config params

func (*WaypointGetConfigParams) WithApplicationApplication ¶

func (o *WaypointGetConfigParams) WithApplicationApplication(applicationApplication string) *WaypointGetConfigParams

WithApplicationApplication adds the applicationApplication to the waypoint get config params

func (*WaypointGetConfigParams) WithApplicationProject ¶

func (o *WaypointGetConfigParams) WithApplicationProject(applicationProject string) *WaypointGetConfigParams

WithApplicationProject adds the applicationProject to the waypoint get config params

func (*WaypointGetConfigParams) WithContext ¶

WithContext adds the context to the waypoint get config params

func (*WaypointGetConfigParams) WithDefaults ¶

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

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

func (*WaypointGetConfigParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the waypoint get config params

func (*WaypointGetConfigParams) WithPrefix ¶

func (o *WaypointGetConfigParams) WithPrefix(prefix *string) *WaypointGetConfigParams

WithPrefix adds the prefix to the waypoint get config params

func (*WaypointGetConfigParams) WithProjectProject ¶

func (o *WaypointGetConfigParams) WithProjectProject(projectProject *string) *WaypointGetConfigParams

WithProjectProject adds the projectProject to the waypoint get config params

func (*WaypointGetConfigParams) WithRunnerID ¶

func (o *WaypointGetConfigParams) WithRunnerID(runnerID *string) *WaypointGetConfigParams

WithRunnerID adds the runnerID to the waypoint get config params

func (*WaypointGetConfigParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get config params

func (*WaypointGetConfigParams) WithWorkspaceWorkspace ¶

func (o *WaypointGetConfigParams) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointGetConfigParams

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get config params

func (*WaypointGetConfigParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetConfigReader ¶

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

WaypointGetConfigReader is a Reader for the WaypointGetConfig structure.

func (*WaypointGetConfigReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetConfigSourceDefault ¶

type WaypointGetConfigSourceDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetConfigSourceDefault ¶

func NewWaypointGetConfigSourceDefault(code int) *WaypointGetConfigSourceDefault

NewWaypointGetConfigSourceDefault creates a WaypointGetConfigSourceDefault with default headers values

func (*WaypointGetConfigSourceDefault) Code ¶

Code gets the status code for the waypoint get config source default response

func (*WaypointGetConfigSourceDefault) Error ¶

func (*WaypointGetConfigSourceDefault) GetPayload ¶

func (*WaypointGetConfigSourceDefault) IsClientError ¶

func (o *WaypointGetConfigSourceDefault) IsClientError() bool

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

func (*WaypointGetConfigSourceDefault) IsCode ¶

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

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

func (*WaypointGetConfigSourceDefault) IsRedirect ¶

func (o *WaypointGetConfigSourceDefault) IsRedirect() bool

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

func (*WaypointGetConfigSourceDefault) IsServerError ¶

func (o *WaypointGetConfigSourceDefault) IsServerError() bool

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

func (*WaypointGetConfigSourceDefault) IsSuccess ¶

func (o *WaypointGetConfigSourceDefault) IsSuccess() bool

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

func (*WaypointGetConfigSourceDefault) String ¶

type WaypointGetConfigSourceOK ¶

type WaypointGetConfigSourceOK struct {
	Payload *models.HashicorpWaypointGetConfigSourceResponse
}

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

A successful response.

func NewWaypointGetConfigSourceOK ¶

func NewWaypointGetConfigSourceOK() *WaypointGetConfigSourceOK

NewWaypointGetConfigSourceOK creates a WaypointGetConfigSourceOK with default headers values

func (*WaypointGetConfigSourceOK) Error ¶

func (o *WaypointGetConfigSourceOK) Error() string

func (*WaypointGetConfigSourceOK) GetPayload ¶

func (*WaypointGetConfigSourceOK) IsClientError ¶

func (o *WaypointGetConfigSourceOK) IsClientError() bool

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

func (*WaypointGetConfigSourceOK) IsCode ¶

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

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

func (*WaypointGetConfigSourceOK) IsRedirect ¶

func (o *WaypointGetConfigSourceOK) IsRedirect() bool

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

func (*WaypointGetConfigSourceOK) IsServerError ¶

func (o *WaypointGetConfigSourceOK) IsServerError() bool

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

func (*WaypointGetConfigSourceOK) IsSuccess ¶

func (o *WaypointGetConfigSourceOK) IsSuccess() bool

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

func (*WaypointGetConfigSourceOK) String ¶

func (o *WaypointGetConfigSourceOK) String() string

type WaypointGetConfigSourceParams ¶

type WaypointGetConfigSourceParams struct {

	// ApplicationApplication.
	ApplicationApplication *string

	// ApplicationProject.
	ApplicationProject *string

	// ProjectProject.
	ProjectProject *string

	/* Type.

	     config source type. This is optional. If this is omitted, all
	config source types matching the above scoping will be returned.
	This is a prefix-search. All config sources with this type prefix
	will be returned.
	*/
	Type *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

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

WaypointGetConfigSourceParams contains all the parameters to send to the API endpoint

for the waypoint get config source operation.

Typically these are written to a http.Request.

func NewWaypointGetConfigSourceParams ¶

func NewWaypointGetConfigSourceParams() *WaypointGetConfigSourceParams

NewWaypointGetConfigSourceParams creates a new WaypointGetConfigSourceParams 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 NewWaypointGetConfigSourceParamsWithContext ¶

func NewWaypointGetConfigSourceParamsWithContext(ctx context.Context) *WaypointGetConfigSourceParams

NewWaypointGetConfigSourceParamsWithContext creates a new WaypointGetConfigSourceParams object with the ability to set a context for a request.

func NewWaypointGetConfigSourceParamsWithHTTPClient ¶

func NewWaypointGetConfigSourceParamsWithHTTPClient(client *http.Client) *WaypointGetConfigSourceParams

NewWaypointGetConfigSourceParamsWithHTTPClient creates a new WaypointGetConfigSourceParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetConfigSourceParamsWithTimeout ¶

func NewWaypointGetConfigSourceParamsWithTimeout(timeout time.Duration) *WaypointGetConfigSourceParams

NewWaypointGetConfigSourceParamsWithTimeout creates a new WaypointGetConfigSourceParams object with the ability to set a timeout on a request.

func (*WaypointGetConfigSourceParams) SetApplicationApplication ¶

func (o *WaypointGetConfigSourceParams) SetApplicationApplication(applicationApplication *string)

SetApplicationApplication adds the applicationApplication to the waypoint get config source params

func (*WaypointGetConfigSourceParams) SetApplicationProject ¶

func (o *WaypointGetConfigSourceParams) SetApplicationProject(applicationProject *string)

SetApplicationProject adds the applicationProject to the waypoint get config source params

func (*WaypointGetConfigSourceParams) SetContext ¶

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

SetContext adds the context to the waypoint get config source params

func (*WaypointGetConfigSourceParams) SetDefaults ¶

func (o *WaypointGetConfigSourceParams) SetDefaults()

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

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

func (*WaypointGetConfigSourceParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint get config source params

func (*WaypointGetConfigSourceParams) SetProjectProject ¶

func (o *WaypointGetConfigSourceParams) SetProjectProject(projectProject *string)

SetProjectProject adds the projectProject to the waypoint get config source params

func (*WaypointGetConfigSourceParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint get config source params

func (*WaypointGetConfigSourceParams) SetType ¶

func (o *WaypointGetConfigSourceParams) SetType(typeVar *string)

SetType adds the type to the waypoint get config source params

func (*WaypointGetConfigSourceParams) SetWorkspaceWorkspace ¶

func (o *WaypointGetConfigSourceParams) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get config source params

func (*WaypointGetConfigSourceParams) WithApplicationApplication ¶

func (o *WaypointGetConfigSourceParams) WithApplicationApplication(applicationApplication *string) *WaypointGetConfigSourceParams

WithApplicationApplication adds the applicationApplication to the waypoint get config source params

func (*WaypointGetConfigSourceParams) WithApplicationProject ¶

func (o *WaypointGetConfigSourceParams) WithApplicationProject(applicationProject *string) *WaypointGetConfigSourceParams

WithApplicationProject adds the applicationProject to the waypoint get config source params

func (*WaypointGetConfigSourceParams) WithContext ¶

WithContext adds the context to the waypoint get config source params

func (*WaypointGetConfigSourceParams) WithDefaults ¶

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

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

func (*WaypointGetConfigSourceParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get config source params

func (*WaypointGetConfigSourceParams) WithProjectProject ¶

func (o *WaypointGetConfigSourceParams) WithProjectProject(projectProject *string) *WaypointGetConfigSourceParams

WithProjectProject adds the projectProject to the waypoint get config source params

func (*WaypointGetConfigSourceParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get config source params

func (*WaypointGetConfigSourceParams) WithType ¶

WithType adds the typeVar to the waypoint get config source params

func (*WaypointGetConfigSourceParams) WithWorkspaceWorkspace ¶

func (o *WaypointGetConfigSourceParams) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointGetConfigSourceParams

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get config source params

func (*WaypointGetConfigSourceParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetConfigSourceReader ¶

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

WaypointGetConfigSourceReader is a Reader for the WaypointGetConfigSource structure.

func (*WaypointGetConfigSourceReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetDeployment2Default ¶

type WaypointGetDeployment2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetDeployment2Default ¶

func NewWaypointGetDeployment2Default(code int) *WaypointGetDeployment2Default

NewWaypointGetDeployment2Default creates a WaypointGetDeployment2Default with default headers values

func (*WaypointGetDeployment2Default) Code ¶

Code gets the status code for the waypoint get deployment2 default response

func (*WaypointGetDeployment2Default) Error ¶

func (*WaypointGetDeployment2Default) GetPayload ¶

func (*WaypointGetDeployment2Default) IsClientError ¶

func (o *WaypointGetDeployment2Default) IsClientError() bool

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

func (*WaypointGetDeployment2Default) IsCode ¶

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

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

func (*WaypointGetDeployment2Default) IsRedirect ¶

func (o *WaypointGetDeployment2Default) IsRedirect() bool

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

func (*WaypointGetDeployment2Default) IsServerError ¶

func (o *WaypointGetDeployment2Default) IsServerError() bool

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

func (*WaypointGetDeployment2Default) IsSuccess ¶

func (o *WaypointGetDeployment2Default) IsSuccess() bool

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

func (*WaypointGetDeployment2Default) String ¶

type WaypointGetDeployment2OK ¶

type WaypointGetDeployment2OK struct {
	Payload *models.HashicorpWaypointDeployment
}

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

A successful response.

func NewWaypointGetDeployment2OK ¶

func NewWaypointGetDeployment2OK() *WaypointGetDeployment2OK

NewWaypointGetDeployment2OK creates a WaypointGetDeployment2OK with default headers values

func (*WaypointGetDeployment2OK) Error ¶

func (o *WaypointGetDeployment2OK) Error() string

func (*WaypointGetDeployment2OK) GetPayload ¶

func (*WaypointGetDeployment2OK) IsClientError ¶

func (o *WaypointGetDeployment2OK) IsClientError() bool

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

func (*WaypointGetDeployment2OK) IsCode ¶

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

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

func (*WaypointGetDeployment2OK) IsRedirect ¶

func (o *WaypointGetDeployment2OK) IsRedirect() bool

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

func (*WaypointGetDeployment2OK) IsServerError ¶

func (o *WaypointGetDeployment2OK) IsServerError() bool

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

func (*WaypointGetDeployment2OK) IsSuccess ¶

func (o *WaypointGetDeployment2OK) IsSuccess() bool

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

func (*WaypointGetDeployment2OK) String ¶

func (o *WaypointGetDeployment2OK) String() string

type WaypointGetDeployment2Params ¶

type WaypointGetDeployment2Params struct {

	/* LoadDetails.

	     Indicate if the fetched deployments should include additional information
	about each deployment.

	     Default: "NONE"
	*/
	LoadDetails *string

	// RefID.
	RefID *string

	// RefSequenceApplicationApplication.
	RefSequenceApplicationApplication string

	// RefSequenceApplicationProject.
	RefSequenceApplicationProject string

	// RefSequenceNumber.
	//
	// Format: uint64
	RefSequenceNumber string

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

WaypointGetDeployment2Params contains all the parameters to send to the API endpoint

for the waypoint get deployment2 operation.

Typically these are written to a http.Request.

func NewWaypointGetDeployment2Params ¶

func NewWaypointGetDeployment2Params() *WaypointGetDeployment2Params

NewWaypointGetDeployment2Params creates a new WaypointGetDeployment2Params 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 NewWaypointGetDeployment2ParamsWithContext ¶

func NewWaypointGetDeployment2ParamsWithContext(ctx context.Context) *WaypointGetDeployment2Params

NewWaypointGetDeployment2ParamsWithContext creates a new WaypointGetDeployment2Params object with the ability to set a context for a request.

func NewWaypointGetDeployment2ParamsWithHTTPClient ¶

func NewWaypointGetDeployment2ParamsWithHTTPClient(client *http.Client) *WaypointGetDeployment2Params

NewWaypointGetDeployment2ParamsWithHTTPClient creates a new WaypointGetDeployment2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetDeployment2ParamsWithTimeout ¶

func NewWaypointGetDeployment2ParamsWithTimeout(timeout time.Duration) *WaypointGetDeployment2Params

NewWaypointGetDeployment2ParamsWithTimeout creates a new WaypointGetDeployment2Params object with the ability to set a timeout on a request.

func (*WaypointGetDeployment2Params) SetContext ¶

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

SetContext adds the context to the waypoint get deployment2 params

func (*WaypointGetDeployment2Params) SetDefaults ¶

func (o *WaypointGetDeployment2Params) SetDefaults()

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

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

func (*WaypointGetDeployment2Params) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint get deployment2 params

func (*WaypointGetDeployment2Params) SetLoadDetails ¶

func (o *WaypointGetDeployment2Params) SetLoadDetails(loadDetails *string)

SetLoadDetails adds the loadDetails to the waypoint get deployment2 params

func (*WaypointGetDeployment2Params) SetRefID ¶

func (o *WaypointGetDeployment2Params) SetRefID(refID *string)

SetRefID adds the refId to the waypoint get deployment2 params

func (*WaypointGetDeployment2Params) SetRefSequenceApplicationApplication ¶

func (o *WaypointGetDeployment2Params) SetRefSequenceApplicationApplication(refSequenceApplicationApplication string)

SetRefSequenceApplicationApplication adds the refSequenceApplicationApplication to the waypoint get deployment2 params

func (*WaypointGetDeployment2Params) SetRefSequenceApplicationProject ¶

func (o *WaypointGetDeployment2Params) SetRefSequenceApplicationProject(refSequenceApplicationProject string)

SetRefSequenceApplicationProject adds the refSequenceApplicationProject to the waypoint get deployment2 params

func (*WaypointGetDeployment2Params) SetRefSequenceNumber ¶

func (o *WaypointGetDeployment2Params) SetRefSequenceNumber(refSequenceNumber string)

SetRefSequenceNumber adds the refSequenceNumber to the waypoint get deployment2 params

func (*WaypointGetDeployment2Params) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint get deployment2 params

func (*WaypointGetDeployment2Params) WithContext ¶

WithContext adds the context to the waypoint get deployment2 params

func (*WaypointGetDeployment2Params) WithDefaults ¶

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

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

func (*WaypointGetDeployment2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get deployment2 params

func (*WaypointGetDeployment2Params) WithLoadDetails ¶

func (o *WaypointGetDeployment2Params) WithLoadDetails(loadDetails *string) *WaypointGetDeployment2Params

WithLoadDetails adds the loadDetails to the waypoint get deployment2 params

func (*WaypointGetDeployment2Params) WithRefID ¶

WithRefID adds the refID to the waypoint get deployment2 params

func (*WaypointGetDeployment2Params) WithRefSequenceApplicationApplication ¶

func (o *WaypointGetDeployment2Params) WithRefSequenceApplicationApplication(refSequenceApplicationApplication string) *WaypointGetDeployment2Params

WithRefSequenceApplicationApplication adds the refSequenceApplicationApplication to the waypoint get deployment2 params

func (*WaypointGetDeployment2Params) WithRefSequenceApplicationProject ¶

func (o *WaypointGetDeployment2Params) WithRefSequenceApplicationProject(refSequenceApplicationProject string) *WaypointGetDeployment2Params

WithRefSequenceApplicationProject adds the refSequenceApplicationProject to the waypoint get deployment2 params

func (*WaypointGetDeployment2Params) WithRefSequenceNumber ¶

func (o *WaypointGetDeployment2Params) WithRefSequenceNumber(refSequenceNumber string) *WaypointGetDeployment2Params

WithRefSequenceNumber adds the refSequenceNumber to the waypoint get deployment2 params

func (*WaypointGetDeployment2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get deployment2 params

func (*WaypointGetDeployment2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetDeployment2Reader ¶

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

WaypointGetDeployment2Reader is a Reader for the WaypointGetDeployment2 structure.

func (*WaypointGetDeployment2Reader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetDeploymentDefault ¶

type WaypointGetDeploymentDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetDeploymentDefault ¶

func NewWaypointGetDeploymentDefault(code int) *WaypointGetDeploymentDefault

NewWaypointGetDeploymentDefault creates a WaypointGetDeploymentDefault with default headers values

func (*WaypointGetDeploymentDefault) Code ¶

Code gets the status code for the waypoint get deployment default response

func (*WaypointGetDeploymentDefault) Error ¶

func (*WaypointGetDeploymentDefault) GetPayload ¶

func (*WaypointGetDeploymentDefault) IsClientError ¶

func (o *WaypointGetDeploymentDefault) IsClientError() bool

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

func (*WaypointGetDeploymentDefault) IsCode ¶

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

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

func (*WaypointGetDeploymentDefault) IsRedirect ¶

func (o *WaypointGetDeploymentDefault) IsRedirect() bool

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

func (*WaypointGetDeploymentDefault) IsServerError ¶

func (o *WaypointGetDeploymentDefault) IsServerError() bool

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

func (*WaypointGetDeploymentDefault) IsSuccess ¶

func (o *WaypointGetDeploymentDefault) IsSuccess() bool

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

func (*WaypointGetDeploymentDefault) String ¶

type WaypointGetDeploymentOK ¶

type WaypointGetDeploymentOK struct {
	Payload *models.HashicorpWaypointDeployment
}

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

A successful response.

func NewWaypointGetDeploymentOK ¶

func NewWaypointGetDeploymentOK() *WaypointGetDeploymentOK

NewWaypointGetDeploymentOK creates a WaypointGetDeploymentOK with default headers values

func (*WaypointGetDeploymentOK) Error ¶

func (o *WaypointGetDeploymentOK) Error() string

func (*WaypointGetDeploymentOK) GetPayload ¶

func (*WaypointGetDeploymentOK) IsClientError ¶

func (o *WaypointGetDeploymentOK) IsClientError() bool

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

func (*WaypointGetDeploymentOK) IsCode ¶

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

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

func (*WaypointGetDeploymentOK) IsRedirect ¶

func (o *WaypointGetDeploymentOK) IsRedirect() bool

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

func (*WaypointGetDeploymentOK) IsServerError ¶

func (o *WaypointGetDeploymentOK) IsServerError() bool

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

func (*WaypointGetDeploymentOK) IsSuccess ¶

func (o *WaypointGetDeploymentOK) IsSuccess() bool

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

func (*WaypointGetDeploymentOK) String ¶

func (o *WaypointGetDeploymentOK) String() string

type WaypointGetDeploymentParams ¶

type WaypointGetDeploymentParams struct {

	/* LoadDetails.

	     Indicate if the fetched deployments should include additional information
	about each deployment.

	     Default: "NONE"
	*/
	LoadDetails *string

	// RefID.
	RefID string

	// RefSequenceApplicationApplication.
	RefSequenceApplicationApplication *string

	// RefSequenceApplicationProject.
	RefSequenceApplicationProject *string

	// RefSequenceNumber.
	//
	// Format: uint64
	RefSequenceNumber *string

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

WaypointGetDeploymentParams contains all the parameters to send to the API endpoint

for the waypoint get deployment operation.

Typically these are written to a http.Request.

func NewWaypointGetDeploymentParams ¶

func NewWaypointGetDeploymentParams() *WaypointGetDeploymentParams

NewWaypointGetDeploymentParams creates a new WaypointGetDeploymentParams 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 NewWaypointGetDeploymentParamsWithContext ¶

func NewWaypointGetDeploymentParamsWithContext(ctx context.Context) *WaypointGetDeploymentParams

NewWaypointGetDeploymentParamsWithContext creates a new WaypointGetDeploymentParams object with the ability to set a context for a request.

func NewWaypointGetDeploymentParamsWithHTTPClient ¶

func NewWaypointGetDeploymentParamsWithHTTPClient(client *http.Client) *WaypointGetDeploymentParams

NewWaypointGetDeploymentParamsWithHTTPClient creates a new WaypointGetDeploymentParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetDeploymentParamsWithTimeout ¶

func NewWaypointGetDeploymentParamsWithTimeout(timeout time.Duration) *WaypointGetDeploymentParams

NewWaypointGetDeploymentParamsWithTimeout creates a new WaypointGetDeploymentParams object with the ability to set a timeout on a request.

func (*WaypointGetDeploymentParams) SetContext ¶

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

SetContext adds the context to the waypoint get deployment params

func (*WaypointGetDeploymentParams) SetDefaults ¶

func (o *WaypointGetDeploymentParams) SetDefaults()

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

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

func (*WaypointGetDeploymentParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint get deployment params

func (*WaypointGetDeploymentParams) SetLoadDetails ¶

func (o *WaypointGetDeploymentParams) SetLoadDetails(loadDetails *string)

SetLoadDetails adds the loadDetails to the waypoint get deployment params

func (*WaypointGetDeploymentParams) SetRefID ¶

func (o *WaypointGetDeploymentParams) SetRefID(refID string)

SetRefID adds the refId to the waypoint get deployment params

func (*WaypointGetDeploymentParams) SetRefSequenceApplicationApplication ¶

func (o *WaypointGetDeploymentParams) SetRefSequenceApplicationApplication(refSequenceApplicationApplication *string)

SetRefSequenceApplicationApplication adds the refSequenceApplicationApplication to the waypoint get deployment params

func (*WaypointGetDeploymentParams) SetRefSequenceApplicationProject ¶

func (o *WaypointGetDeploymentParams) SetRefSequenceApplicationProject(refSequenceApplicationProject *string)

SetRefSequenceApplicationProject adds the refSequenceApplicationProject to the waypoint get deployment params

func (*WaypointGetDeploymentParams) SetRefSequenceNumber ¶

func (o *WaypointGetDeploymentParams) SetRefSequenceNumber(refSequenceNumber *string)

SetRefSequenceNumber adds the refSequenceNumber to the waypoint get deployment params

func (*WaypointGetDeploymentParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint get deployment params

func (*WaypointGetDeploymentParams) WithContext ¶

WithContext adds the context to the waypoint get deployment params

func (*WaypointGetDeploymentParams) WithDefaults ¶

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

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

func (*WaypointGetDeploymentParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get deployment params

func (*WaypointGetDeploymentParams) WithLoadDetails ¶

func (o *WaypointGetDeploymentParams) WithLoadDetails(loadDetails *string) *WaypointGetDeploymentParams

WithLoadDetails adds the loadDetails to the waypoint get deployment params

func (*WaypointGetDeploymentParams) WithRefID ¶

WithRefID adds the refID to the waypoint get deployment params

func (*WaypointGetDeploymentParams) WithRefSequenceApplicationApplication ¶

func (o *WaypointGetDeploymentParams) WithRefSequenceApplicationApplication(refSequenceApplicationApplication *string) *WaypointGetDeploymentParams

WithRefSequenceApplicationApplication adds the refSequenceApplicationApplication to the waypoint get deployment params

func (*WaypointGetDeploymentParams) WithRefSequenceApplicationProject ¶

func (o *WaypointGetDeploymentParams) WithRefSequenceApplicationProject(refSequenceApplicationProject *string) *WaypointGetDeploymentParams

WithRefSequenceApplicationProject adds the refSequenceApplicationProject to the waypoint get deployment params

func (*WaypointGetDeploymentParams) WithRefSequenceNumber ¶

func (o *WaypointGetDeploymentParams) WithRefSequenceNumber(refSequenceNumber *string) *WaypointGetDeploymentParams

WithRefSequenceNumber adds the refSequenceNumber to the waypoint get deployment params

func (*WaypointGetDeploymentParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get deployment params

func (*WaypointGetDeploymentParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetDeploymentReader ¶

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

WaypointGetDeploymentReader is a Reader for the WaypointGetDeployment structure.

func (*WaypointGetDeploymentReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetJobDefault ¶

type WaypointGetJobDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetJobDefault ¶

func NewWaypointGetJobDefault(code int) *WaypointGetJobDefault

NewWaypointGetJobDefault creates a WaypointGetJobDefault with default headers values

func (*WaypointGetJobDefault) Code ¶

func (o *WaypointGetJobDefault) Code() int

Code gets the status code for the waypoint get job default response

func (*WaypointGetJobDefault) Error ¶

func (o *WaypointGetJobDefault) Error() string

func (*WaypointGetJobDefault) GetPayload ¶

func (*WaypointGetJobDefault) IsClientError ¶

func (o *WaypointGetJobDefault) IsClientError() bool

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

func (*WaypointGetJobDefault) IsCode ¶

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

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

func (*WaypointGetJobDefault) IsRedirect ¶

func (o *WaypointGetJobDefault) IsRedirect() bool

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

func (*WaypointGetJobDefault) IsServerError ¶

func (o *WaypointGetJobDefault) IsServerError() bool

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

func (*WaypointGetJobDefault) IsSuccess ¶

func (o *WaypointGetJobDefault) IsSuccess() bool

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

func (*WaypointGetJobDefault) String ¶

func (o *WaypointGetJobDefault) String() string

type WaypointGetJobOK ¶

type WaypointGetJobOK struct {
	Payload *models.HashicorpWaypointJob
}

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

A successful response.

func NewWaypointGetJobOK ¶

func NewWaypointGetJobOK() *WaypointGetJobOK

NewWaypointGetJobOK creates a WaypointGetJobOK with default headers values

func (*WaypointGetJobOK) Error ¶

func (o *WaypointGetJobOK) Error() string

func (*WaypointGetJobOK) GetPayload ¶

func (o *WaypointGetJobOK) GetPayload() *models.HashicorpWaypointJob

func (*WaypointGetJobOK) IsClientError ¶

func (o *WaypointGetJobOK) IsClientError() bool

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

func (*WaypointGetJobOK) IsCode ¶

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

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

func (*WaypointGetJobOK) IsRedirect ¶

func (o *WaypointGetJobOK) IsRedirect() bool

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

func (*WaypointGetJobOK) IsServerError ¶

func (o *WaypointGetJobOK) IsServerError() bool

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

func (*WaypointGetJobOK) IsSuccess ¶

func (o *WaypointGetJobOK) IsSuccess() bool

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

func (*WaypointGetJobOK) String ¶

func (o *WaypointGetJobOK) String() string

type WaypointGetJobParams ¶

type WaypointGetJobParams struct {

	/* JobID.

	   ID of the job to request.
	*/
	JobID string

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

WaypointGetJobParams contains all the parameters to send to the API endpoint

for the waypoint get job operation.

Typically these are written to a http.Request.

func NewWaypointGetJobParams ¶

func NewWaypointGetJobParams() *WaypointGetJobParams

NewWaypointGetJobParams creates a new WaypointGetJobParams 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 NewWaypointGetJobParamsWithContext ¶

func NewWaypointGetJobParamsWithContext(ctx context.Context) *WaypointGetJobParams

NewWaypointGetJobParamsWithContext creates a new WaypointGetJobParams object with the ability to set a context for a request.

func NewWaypointGetJobParamsWithHTTPClient ¶

func NewWaypointGetJobParamsWithHTTPClient(client *http.Client) *WaypointGetJobParams

NewWaypointGetJobParamsWithHTTPClient creates a new WaypointGetJobParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetJobParamsWithTimeout ¶

func NewWaypointGetJobParamsWithTimeout(timeout time.Duration) *WaypointGetJobParams

NewWaypointGetJobParamsWithTimeout creates a new WaypointGetJobParams object with the ability to set a timeout on a request.

func (*WaypointGetJobParams) SetContext ¶

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

SetContext adds the context to the waypoint get job params

func (*WaypointGetJobParams) SetDefaults ¶

func (o *WaypointGetJobParams) SetDefaults()

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

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

func (*WaypointGetJobParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint get job params

func (*WaypointGetJobParams) SetJobID ¶

func (o *WaypointGetJobParams) SetJobID(jobID string)

SetJobID adds the jobId to the waypoint get job params

func (*WaypointGetJobParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint get job params

func (*WaypointGetJobParams) WithContext ¶

WithContext adds the context to the waypoint get job params

func (*WaypointGetJobParams) WithDefaults ¶

func (o *WaypointGetJobParams) WithDefaults() *WaypointGetJobParams

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

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

func (*WaypointGetJobParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the waypoint get job params

func (*WaypointGetJobParams) WithJobID ¶

func (o *WaypointGetJobParams) WithJobID(jobID string) *WaypointGetJobParams

WithJobID adds the jobID to the waypoint get job params

func (*WaypointGetJobParams) WithTimeout ¶

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

WithTimeout adds the timeout to the waypoint get job params

func (*WaypointGetJobParams) WriteToRequest ¶

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

WriteToRequest writes these params to a swagger request

type WaypointGetJobReader ¶

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

WaypointGetJobReader is a Reader for the WaypointGetJob structure.

func (*WaypointGetJobReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetJobStreamDefault ¶

type WaypointGetJobStreamDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetJobStreamDefault ¶

func NewWaypointGetJobStreamDefault(code int) *WaypointGetJobStreamDefault

NewWaypointGetJobStreamDefault creates a WaypointGetJobStreamDefault with default headers values

func (*WaypointGetJobStreamDefault) Code ¶

func (o *WaypointGetJobStreamDefault) Code() int

Code gets the status code for the waypoint get job stream default response

func (*WaypointGetJobStreamDefault) Error ¶

func (*WaypointGetJobStreamDefault) GetPayload ¶

func (*WaypointGetJobStreamDefault) IsClientError ¶

func (o *WaypointGetJobStreamDefault) IsClientError() bool

IsClientError returns true when this waypoint get job stream default response has a 4xx status code

func (*WaypointGetJobStreamDefault) IsCode ¶

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

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

func (*WaypointGetJobStreamDefault) IsRedirect ¶

func (o *WaypointGetJobStreamDefault) IsRedirect() bool

IsRedirect returns true when this waypoint get job stream default response has a 3xx status code

func (*WaypointGetJobStreamDefault) IsServerError ¶

func (o *WaypointGetJobStreamDefault) IsServerError() bool

IsServerError returns true when this waypoint get job stream default response has a 5xx status code

func (*WaypointGetJobStreamDefault) IsSuccess ¶

func (o *WaypointGetJobStreamDefault) IsSuccess() bool

IsSuccess returns true when this waypoint get job stream default response has a 2xx status code

func (*WaypointGetJobStreamDefault) String ¶

func (o *WaypointGetJobStreamDefault) String() string

type WaypointGetJobStreamOK ¶

type WaypointGetJobStreamOK struct {
	Payload *WaypointGetJobStreamOKBody
}

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

A successful response.(streaming responses)

func NewWaypointGetJobStreamOK ¶

func NewWaypointGetJobStreamOK() *WaypointGetJobStreamOK

NewWaypointGetJobStreamOK creates a WaypointGetJobStreamOK with default headers values

func (*WaypointGetJobStreamOK) Error ¶

func (o *WaypointGetJobStreamOK) Error() string

func (*WaypointGetJobStreamOK) GetPayload ¶

func (*WaypointGetJobStreamOK) IsClientError ¶

func (o *WaypointGetJobStreamOK) IsClientError() bool

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

func (*WaypointGetJobStreamOK) IsCode ¶

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

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

func (*WaypointGetJobStreamOK) IsRedirect ¶

func (o *WaypointGetJobStreamOK) IsRedirect() bool

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

func (*WaypointGetJobStreamOK) IsServerError ¶

func (o *WaypointGetJobStreamOK) IsServerError() bool

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

func (*WaypointGetJobStreamOK) IsSuccess ¶

func (o *WaypointGetJobStreamOK) IsSuccess() bool

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

func (*WaypointGetJobStreamOK) String ¶

func (o *WaypointGetJobStreamOK) String() string

type WaypointGetJobStreamOKBody ¶

type WaypointGetJobStreamOKBody struct {

	// error
	Error *models.GrpcGatewayRuntimeStreamError `json:"error,omitempty"`

	// result
	Result *models.HashicorpWaypointGetJobStreamResponse `json:"result,omitempty"`
}

WaypointGetJobStreamOKBody Stream result of hashicorp.waypoint.GetJobStreamResponse swagger:model WaypointGetJobStreamOKBody

func (*WaypointGetJobStreamOKBody) ContextValidate ¶

func (o *WaypointGetJobStreamOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this waypoint get job stream o k body based on the context it is used

func (*WaypointGetJobStreamOKBody) MarshalBinary ¶

func (o *WaypointGetJobStreamOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*WaypointGetJobStreamOKBody) UnmarshalBinary ¶

func (o *WaypointGetJobStreamOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*WaypointGetJobStreamOKBody) Validate ¶

func (o *WaypointGetJobStreamOKBody) Validate(formats strfmt.Registry) error

Validate validates this waypoint get job stream o k body

type WaypointGetJobStreamParams ¶

type WaypointGetJobStreamParams struct {

	// JobID.
	JobID string

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

WaypointGetJobStreamParams contains all the parameters to send to the API endpoint

for the waypoint get job stream operation.

Typically these are written to a http.Request.

func NewWaypointGetJobStreamParams ¶

func NewWaypointGetJobStreamParams() *WaypointGetJobStreamParams

NewWaypointGetJobStreamParams creates a new WaypointGetJobStreamParams 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 NewWaypointGetJobStreamParamsWithContext ¶

func NewWaypointGetJobStreamParamsWithContext(ctx context.Context) *WaypointGetJobStreamParams

NewWaypointGetJobStreamParamsWithContext creates a new WaypointGetJobStreamParams object with the ability to set a context for a request.

func NewWaypointGetJobStreamParamsWithHTTPClient ¶

func NewWaypointGetJobStreamParamsWithHTTPClient(client *http.Client) *WaypointGetJobStreamParams

NewWaypointGetJobStreamParamsWithHTTPClient creates a new WaypointGetJobStreamParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetJobStreamParamsWithTimeout ¶

func NewWaypointGetJobStreamParamsWithTimeout(timeout time.Duration) *WaypointGetJobStreamParams

NewWaypointGetJobStreamParamsWithTimeout creates a new WaypointGetJobStreamParams object with the ability to set a timeout on a request.

func (*WaypointGetJobStreamParams) SetContext ¶

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

SetContext adds the context to the waypoint get job stream params

func (*WaypointGetJobStreamParams) SetDefaults ¶

func (o *WaypointGetJobStreamParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get job stream params (not the query body).

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

func (*WaypointGetJobStreamParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint get job stream params

func (*WaypointGetJobStreamParams) SetJobID ¶

func (o *WaypointGetJobStreamParams) SetJobID(jobID string)

SetJobID adds the jobId to the waypoint get job stream params

func (*WaypointGetJobStreamParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint get job stream params

func (*WaypointGetJobStreamParams) WithContext ¶

WithContext adds the context to the waypoint get job stream params

func (*WaypointGetJobStreamParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get job stream params (not the query body).

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

func (*WaypointGetJobStreamParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get job stream params

func (*WaypointGetJobStreamParams) WithJobID ¶

WithJobID adds the jobID to the waypoint get job stream params

func (*WaypointGetJobStreamParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get job stream params

func (*WaypointGetJobStreamParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetJobStreamReader ¶

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

WaypointGetJobStreamReader is a Reader for the WaypointGetJobStream structure.

func (*WaypointGetJobStreamReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetLatestBuild2Default ¶

type WaypointGetLatestBuild2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetLatestBuild2Default ¶

func NewWaypointGetLatestBuild2Default(code int) *WaypointGetLatestBuild2Default

NewWaypointGetLatestBuild2Default creates a WaypointGetLatestBuild2Default with default headers values

func (*WaypointGetLatestBuild2Default) Code ¶

Code gets the status code for the waypoint get latest build2 default response

func (*WaypointGetLatestBuild2Default) Error ¶

func (*WaypointGetLatestBuild2Default) GetPayload ¶

func (*WaypointGetLatestBuild2Default) IsClientError ¶

func (o *WaypointGetLatestBuild2Default) IsClientError() bool

IsClientError returns true when this waypoint get latest build2 default response has a 4xx status code

func (*WaypointGetLatestBuild2Default) IsCode ¶

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

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

func (*WaypointGetLatestBuild2Default) IsRedirect ¶

func (o *WaypointGetLatestBuild2Default) IsRedirect() bool

IsRedirect returns true when this waypoint get latest build2 default response has a 3xx status code

func (*WaypointGetLatestBuild2Default) IsServerError ¶

func (o *WaypointGetLatestBuild2Default) IsServerError() bool

IsServerError returns true when this waypoint get latest build2 default response has a 5xx status code

func (*WaypointGetLatestBuild2Default) IsSuccess ¶

func (o *WaypointGetLatestBuild2Default) IsSuccess() bool

IsSuccess returns true when this waypoint get latest build2 default response has a 2xx status code

func (*WaypointGetLatestBuild2Default) String ¶

type WaypointGetLatestBuild2OK ¶

type WaypointGetLatestBuild2OK struct {
	Payload *models.HashicorpWaypointBuild
}

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

A successful response.

func NewWaypointGetLatestBuild2OK ¶

func NewWaypointGetLatestBuild2OK() *WaypointGetLatestBuild2OK

NewWaypointGetLatestBuild2OK creates a WaypointGetLatestBuild2OK with default headers values

func (*WaypointGetLatestBuild2OK) Error ¶

func (o *WaypointGetLatestBuild2OK) Error() string

func (*WaypointGetLatestBuild2OK) GetPayload ¶

func (*WaypointGetLatestBuild2OK) IsClientError ¶

func (o *WaypointGetLatestBuild2OK) IsClientError() bool

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

func (*WaypointGetLatestBuild2OK) IsCode ¶

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

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

func (*WaypointGetLatestBuild2OK) IsRedirect ¶

func (o *WaypointGetLatestBuild2OK) IsRedirect() bool

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

func (*WaypointGetLatestBuild2OK) IsServerError ¶

func (o *WaypointGetLatestBuild2OK) IsServerError() bool

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

func (*WaypointGetLatestBuild2OK) IsSuccess ¶

func (o *WaypointGetLatestBuild2OK) IsSuccess() bool

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

func (*WaypointGetLatestBuild2OK) String ¶

func (o *WaypointGetLatestBuild2OK) String() string

type WaypointGetLatestBuild2Params ¶

type WaypointGetLatestBuild2Params struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	// WorkspaceWorkspace.
	WorkspaceWorkspace string

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

WaypointGetLatestBuild2Params contains all the parameters to send to the API endpoint

for the waypoint get latest build2 operation.

Typically these are written to a http.Request.

func NewWaypointGetLatestBuild2Params ¶

func NewWaypointGetLatestBuild2Params() *WaypointGetLatestBuild2Params

NewWaypointGetLatestBuild2Params creates a new WaypointGetLatestBuild2Params 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 NewWaypointGetLatestBuild2ParamsWithContext ¶

func NewWaypointGetLatestBuild2ParamsWithContext(ctx context.Context) *WaypointGetLatestBuild2Params

NewWaypointGetLatestBuild2ParamsWithContext creates a new WaypointGetLatestBuild2Params object with the ability to set a context for a request.

func NewWaypointGetLatestBuild2ParamsWithHTTPClient ¶

func NewWaypointGetLatestBuild2ParamsWithHTTPClient(client *http.Client) *WaypointGetLatestBuild2Params

NewWaypointGetLatestBuild2ParamsWithHTTPClient creates a new WaypointGetLatestBuild2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetLatestBuild2ParamsWithTimeout ¶

func NewWaypointGetLatestBuild2ParamsWithTimeout(timeout time.Duration) *WaypointGetLatestBuild2Params

NewWaypointGetLatestBuild2ParamsWithTimeout creates a new WaypointGetLatestBuild2Params object with the ability to set a timeout on a request.

func (*WaypointGetLatestBuild2Params) SetApplicationApplication ¶

func (o *WaypointGetLatestBuild2Params) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint get latest build2 params

func (*WaypointGetLatestBuild2Params) SetApplicationProject ¶

func (o *WaypointGetLatestBuild2Params) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint get latest build2 params

func (*WaypointGetLatestBuild2Params) SetContext ¶

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

SetContext adds the context to the waypoint get latest build2 params

func (*WaypointGetLatestBuild2Params) SetDefaults ¶

func (o *WaypointGetLatestBuild2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint get latest build2 params (not the query body).

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

func (*WaypointGetLatestBuild2Params) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint get latest build2 params

func (*WaypointGetLatestBuild2Params) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint get latest build2 params

func (*WaypointGetLatestBuild2Params) SetWorkspaceWorkspace ¶

func (o *WaypointGetLatestBuild2Params) SetWorkspaceWorkspace(workspaceWorkspace string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get latest build2 params

func (*WaypointGetLatestBuild2Params) WithApplicationApplication ¶

func (o *WaypointGetLatestBuild2Params) WithApplicationApplication(applicationApplication string) *WaypointGetLatestBuild2Params

WithApplicationApplication adds the applicationApplication to the waypoint get latest build2 params

func (*WaypointGetLatestBuild2Params) WithApplicationProject ¶

func (o *WaypointGetLatestBuild2Params) WithApplicationProject(applicationProject string) *WaypointGetLatestBuild2Params

WithApplicationProject adds the applicationProject to the waypoint get latest build2 params

func (*WaypointGetLatestBuild2Params) WithContext ¶

WithContext adds the context to the waypoint get latest build2 params

func (*WaypointGetLatestBuild2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get latest build2 params (not the query body).

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

func (*WaypointGetLatestBuild2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get latest build2 params

func (*WaypointGetLatestBuild2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get latest build2 params

func (*WaypointGetLatestBuild2Params) WithWorkspaceWorkspace ¶

func (o *WaypointGetLatestBuild2Params) WithWorkspaceWorkspace(workspaceWorkspace string) *WaypointGetLatestBuild2Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get latest build2 params

func (*WaypointGetLatestBuild2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetLatestBuild2Reader ¶

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

WaypointGetLatestBuild2Reader is a Reader for the WaypointGetLatestBuild2 structure.

func (*WaypointGetLatestBuild2Reader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetLatestBuildDefault ¶

type WaypointGetLatestBuildDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetLatestBuildDefault ¶

func NewWaypointGetLatestBuildDefault(code int) *WaypointGetLatestBuildDefault

NewWaypointGetLatestBuildDefault creates a WaypointGetLatestBuildDefault with default headers values

func (*WaypointGetLatestBuildDefault) Code ¶

Code gets the status code for the waypoint get latest build default response

func (*WaypointGetLatestBuildDefault) Error ¶

func (*WaypointGetLatestBuildDefault) GetPayload ¶

func (*WaypointGetLatestBuildDefault) IsClientError ¶

func (o *WaypointGetLatestBuildDefault) IsClientError() bool

IsClientError returns true when this waypoint get latest build default response has a 4xx status code

func (*WaypointGetLatestBuildDefault) IsCode ¶

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

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

func (*WaypointGetLatestBuildDefault) IsRedirect ¶

func (o *WaypointGetLatestBuildDefault) IsRedirect() bool

IsRedirect returns true when this waypoint get latest build default response has a 3xx status code

func (*WaypointGetLatestBuildDefault) IsServerError ¶

func (o *WaypointGetLatestBuildDefault) IsServerError() bool

IsServerError returns true when this waypoint get latest build default response has a 5xx status code

func (*WaypointGetLatestBuildDefault) IsSuccess ¶

func (o *WaypointGetLatestBuildDefault) IsSuccess() bool

IsSuccess returns true when this waypoint get latest build default response has a 2xx status code

func (*WaypointGetLatestBuildDefault) String ¶

type WaypointGetLatestBuildOK ¶

type WaypointGetLatestBuildOK struct {
	Payload *models.HashicorpWaypointBuild
}

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

A successful response.

func NewWaypointGetLatestBuildOK ¶

func NewWaypointGetLatestBuildOK() *WaypointGetLatestBuildOK

NewWaypointGetLatestBuildOK creates a WaypointGetLatestBuildOK with default headers values

func (*WaypointGetLatestBuildOK) Error ¶

func (o *WaypointGetLatestBuildOK) Error() string

func (*WaypointGetLatestBuildOK) GetPayload ¶

func (*WaypointGetLatestBuildOK) IsClientError ¶

func (o *WaypointGetLatestBuildOK) IsClientError() bool

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

func (*WaypointGetLatestBuildOK) IsCode ¶

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

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

func (*WaypointGetLatestBuildOK) IsRedirect ¶

func (o *WaypointGetLatestBuildOK) IsRedirect() bool

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

func (*WaypointGetLatestBuildOK) IsServerError ¶

func (o *WaypointGetLatestBuildOK) IsServerError() bool

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

func (*WaypointGetLatestBuildOK) IsSuccess ¶

func (o *WaypointGetLatestBuildOK) IsSuccess() bool

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

func (*WaypointGetLatestBuildOK) String ¶

func (o *WaypointGetLatestBuildOK) String() string

type WaypointGetLatestBuildParams ¶

type WaypointGetLatestBuildParams struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

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

WaypointGetLatestBuildParams contains all the parameters to send to the API endpoint

for the waypoint get latest build operation.

Typically these are written to a http.Request.

func NewWaypointGetLatestBuildParams ¶

func NewWaypointGetLatestBuildParams() *WaypointGetLatestBuildParams

NewWaypointGetLatestBuildParams creates a new WaypointGetLatestBuildParams 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 NewWaypointGetLatestBuildParamsWithContext ¶

func NewWaypointGetLatestBuildParamsWithContext(ctx context.Context) *WaypointGetLatestBuildParams

NewWaypointGetLatestBuildParamsWithContext creates a new WaypointGetLatestBuildParams object with the ability to set a context for a request.

func NewWaypointGetLatestBuildParamsWithHTTPClient ¶

func NewWaypointGetLatestBuildParamsWithHTTPClient(client *http.Client) *WaypointGetLatestBuildParams

NewWaypointGetLatestBuildParamsWithHTTPClient creates a new WaypointGetLatestBuildParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetLatestBuildParamsWithTimeout ¶

func NewWaypointGetLatestBuildParamsWithTimeout(timeout time.Duration) *WaypointGetLatestBuildParams

NewWaypointGetLatestBuildParamsWithTimeout creates a new WaypointGetLatestBuildParams object with the ability to set a timeout on a request.

func (*WaypointGetLatestBuildParams) SetApplicationApplication ¶

func (o *WaypointGetLatestBuildParams) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint get latest build params

func (*WaypointGetLatestBuildParams) SetApplicationProject ¶

func (o *WaypointGetLatestBuildParams) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint get latest build params

func (*WaypointGetLatestBuildParams) SetContext ¶

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

SetContext adds the context to the waypoint get latest build params

func (*WaypointGetLatestBuildParams) SetDefaults ¶

func (o *WaypointGetLatestBuildParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get latest build params (not the query body).

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

func (*WaypointGetLatestBuildParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint get latest build params

func (*WaypointGetLatestBuildParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint get latest build params

func (*WaypointGetLatestBuildParams) SetWorkspaceWorkspace ¶

func (o *WaypointGetLatestBuildParams) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get latest build params

func (*WaypointGetLatestBuildParams) WithApplicationApplication ¶

func (o *WaypointGetLatestBuildParams) WithApplicationApplication(applicationApplication string) *WaypointGetLatestBuildParams

WithApplicationApplication adds the applicationApplication to the waypoint get latest build params

func (*WaypointGetLatestBuildParams) WithApplicationProject ¶

func (o *WaypointGetLatestBuildParams) WithApplicationProject(applicationProject string) *WaypointGetLatestBuildParams

WithApplicationProject adds the applicationProject to the waypoint get latest build params

func (*WaypointGetLatestBuildParams) WithContext ¶

WithContext adds the context to the waypoint get latest build params

func (*WaypointGetLatestBuildParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get latest build params (not the query body).

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

func (*WaypointGetLatestBuildParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get latest build params

func (*WaypointGetLatestBuildParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get latest build params

func (*WaypointGetLatestBuildParams) WithWorkspaceWorkspace ¶

func (o *WaypointGetLatestBuildParams) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointGetLatestBuildParams

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get latest build params

func (*WaypointGetLatestBuildParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetLatestBuildReader ¶

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

WaypointGetLatestBuildReader is a Reader for the WaypointGetLatestBuild structure.

func (*WaypointGetLatestBuildReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetLatestPipelineRun2Default ¶

type WaypointGetLatestPipelineRun2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetLatestPipelineRun2Default ¶

func NewWaypointGetLatestPipelineRun2Default(code int) *WaypointGetLatestPipelineRun2Default

NewWaypointGetLatestPipelineRun2Default creates a WaypointGetLatestPipelineRun2Default with default headers values

func (*WaypointGetLatestPipelineRun2Default) Code ¶

Code gets the status code for the waypoint get latest pipeline run2 default response

func (*WaypointGetLatestPipelineRun2Default) Error ¶

func (*WaypointGetLatestPipelineRun2Default) GetPayload ¶

func (*WaypointGetLatestPipelineRun2Default) IsClientError ¶

func (o *WaypointGetLatestPipelineRun2Default) IsClientError() bool

IsClientError returns true when this waypoint get latest pipeline run2 default response has a 4xx status code

func (*WaypointGetLatestPipelineRun2Default) IsCode ¶

IsCode returns true when this waypoint get latest pipeline run2 default response a status code equal to that given

func (*WaypointGetLatestPipelineRun2Default) IsRedirect ¶

IsRedirect returns true when this waypoint get latest pipeline run2 default response has a 3xx status code

func (*WaypointGetLatestPipelineRun2Default) IsServerError ¶

func (o *WaypointGetLatestPipelineRun2Default) IsServerError() bool

IsServerError returns true when this waypoint get latest pipeline run2 default response has a 5xx status code

func (*WaypointGetLatestPipelineRun2Default) IsSuccess ¶

IsSuccess returns true when this waypoint get latest pipeline run2 default response has a 2xx status code

func (*WaypointGetLatestPipelineRun2Default) String ¶

type WaypointGetLatestPipelineRun2OK ¶

type WaypointGetLatestPipelineRun2OK struct {
	Payload *models.HashicorpWaypointGetPipelineRunResponse
}

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

A successful response.

func NewWaypointGetLatestPipelineRun2OK ¶

func NewWaypointGetLatestPipelineRun2OK() *WaypointGetLatestPipelineRun2OK

NewWaypointGetLatestPipelineRun2OK creates a WaypointGetLatestPipelineRun2OK with default headers values

func (*WaypointGetLatestPipelineRun2OK) Error ¶

func (*WaypointGetLatestPipelineRun2OK) GetPayload ¶

func (*WaypointGetLatestPipelineRun2OK) IsClientError ¶

func (o *WaypointGetLatestPipelineRun2OK) IsClientError() bool

IsClientError returns true when this waypoint get latest pipeline run2 o k response has a 4xx status code

func (*WaypointGetLatestPipelineRun2OK) IsCode ¶

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

IsCode returns true when this waypoint get latest pipeline run2 o k response a status code equal to that given

func (*WaypointGetLatestPipelineRun2OK) IsRedirect ¶

func (o *WaypointGetLatestPipelineRun2OK) IsRedirect() bool

IsRedirect returns true when this waypoint get latest pipeline run2 o k response has a 3xx status code

func (*WaypointGetLatestPipelineRun2OK) IsServerError ¶

func (o *WaypointGetLatestPipelineRun2OK) IsServerError() bool

IsServerError returns true when this waypoint get latest pipeline run2 o k response has a 5xx status code

func (*WaypointGetLatestPipelineRun2OK) IsSuccess ¶

func (o *WaypointGetLatestPipelineRun2OK) IsSuccess() bool

IsSuccess returns true when this waypoint get latest pipeline run2 o k response has a 2xx status code

func (*WaypointGetLatestPipelineRun2OK) String ¶

type WaypointGetLatestPipelineRun2Params ¶

type WaypointGetLatestPipelineRun2Params struct {

	/* PipelineID.

	   Reference a single pipeline by ID.
	*/
	PipelineID string

	/* PipelineOwnerPipelineName.

	   the name of the defined pipeline config.
	*/
	PipelineOwnerPipelineName *string

	// PipelineOwnerProjectProject.
	PipelineOwnerProjectProject *string

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

WaypointGetLatestPipelineRun2Params contains all the parameters to send to the API endpoint

for the waypoint get latest pipeline run2 operation.

Typically these are written to a http.Request.

func NewWaypointGetLatestPipelineRun2Params ¶

func NewWaypointGetLatestPipelineRun2Params() *WaypointGetLatestPipelineRun2Params

NewWaypointGetLatestPipelineRun2Params creates a new WaypointGetLatestPipelineRun2Params 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 NewWaypointGetLatestPipelineRun2ParamsWithContext ¶

func NewWaypointGetLatestPipelineRun2ParamsWithContext(ctx context.Context) *WaypointGetLatestPipelineRun2Params

NewWaypointGetLatestPipelineRun2ParamsWithContext creates a new WaypointGetLatestPipelineRun2Params object with the ability to set a context for a request.

func NewWaypointGetLatestPipelineRun2ParamsWithHTTPClient ¶

func NewWaypointGetLatestPipelineRun2ParamsWithHTTPClient(client *http.Client) *WaypointGetLatestPipelineRun2Params

NewWaypointGetLatestPipelineRun2ParamsWithHTTPClient creates a new WaypointGetLatestPipelineRun2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetLatestPipelineRun2ParamsWithTimeout ¶

func NewWaypointGetLatestPipelineRun2ParamsWithTimeout(timeout time.Duration) *WaypointGetLatestPipelineRun2Params

NewWaypointGetLatestPipelineRun2ParamsWithTimeout creates a new WaypointGetLatestPipelineRun2Params object with the ability to set a timeout on a request.

func (*WaypointGetLatestPipelineRun2Params) SetContext ¶

SetContext adds the context to the waypoint get latest pipeline run2 params

func (*WaypointGetLatestPipelineRun2Params) SetDefaults ¶

func (o *WaypointGetLatestPipelineRun2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint get latest pipeline run2 params (not the query body).

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

func (*WaypointGetLatestPipelineRun2Params) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint get latest pipeline run2 params

func (*WaypointGetLatestPipelineRun2Params) SetPipelineID ¶

func (o *WaypointGetLatestPipelineRun2Params) SetPipelineID(pipelineID string)

SetPipelineID adds the pipelineId to the waypoint get latest pipeline run2 params

func (*WaypointGetLatestPipelineRun2Params) SetPipelineOwnerPipelineName ¶

func (o *WaypointGetLatestPipelineRun2Params) SetPipelineOwnerPipelineName(pipelineOwnerPipelineName *string)

SetPipelineOwnerPipelineName adds the pipelineOwnerPipelineName to the waypoint get latest pipeline run2 params

func (*WaypointGetLatestPipelineRun2Params) SetPipelineOwnerProjectProject ¶

func (o *WaypointGetLatestPipelineRun2Params) SetPipelineOwnerProjectProject(pipelineOwnerProjectProject *string)

SetPipelineOwnerProjectProject adds the pipelineOwnerProjectProject to the waypoint get latest pipeline run2 params

func (*WaypointGetLatestPipelineRun2Params) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint get latest pipeline run2 params

func (*WaypointGetLatestPipelineRun2Params) WithContext ¶

WithContext adds the context to the waypoint get latest pipeline run2 params

func (*WaypointGetLatestPipelineRun2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get latest pipeline run2 params (not the query body).

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

func (*WaypointGetLatestPipelineRun2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get latest pipeline run2 params

func (*WaypointGetLatestPipelineRun2Params) WithPipelineID ¶

WithPipelineID adds the pipelineID to the waypoint get latest pipeline run2 params

func (*WaypointGetLatestPipelineRun2Params) WithPipelineOwnerPipelineName ¶

func (o *WaypointGetLatestPipelineRun2Params) WithPipelineOwnerPipelineName(pipelineOwnerPipelineName *string) *WaypointGetLatestPipelineRun2Params

WithPipelineOwnerPipelineName adds the pipelineOwnerPipelineName to the waypoint get latest pipeline run2 params

func (*WaypointGetLatestPipelineRun2Params) WithPipelineOwnerProjectProject ¶

func (o *WaypointGetLatestPipelineRun2Params) WithPipelineOwnerProjectProject(pipelineOwnerProjectProject *string) *WaypointGetLatestPipelineRun2Params

WithPipelineOwnerProjectProject adds the pipelineOwnerProjectProject to the waypoint get latest pipeline run2 params

func (*WaypointGetLatestPipelineRun2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get latest pipeline run2 params

func (*WaypointGetLatestPipelineRun2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetLatestPipelineRun2Reader ¶

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

WaypointGetLatestPipelineRun2Reader is a Reader for the WaypointGetLatestPipelineRun2 structure.

func (*WaypointGetLatestPipelineRun2Reader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetLatestPipelineRunDefault ¶

type WaypointGetLatestPipelineRunDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetLatestPipelineRunDefault ¶

func NewWaypointGetLatestPipelineRunDefault(code int) *WaypointGetLatestPipelineRunDefault

NewWaypointGetLatestPipelineRunDefault creates a WaypointGetLatestPipelineRunDefault with default headers values

func (*WaypointGetLatestPipelineRunDefault) Code ¶

Code gets the status code for the waypoint get latest pipeline run default response

func (*WaypointGetLatestPipelineRunDefault) Error ¶

func (*WaypointGetLatestPipelineRunDefault) GetPayload ¶

func (*WaypointGetLatestPipelineRunDefault) IsClientError ¶

func (o *WaypointGetLatestPipelineRunDefault) IsClientError() bool

IsClientError returns true when this waypoint get latest pipeline run default response has a 4xx status code

func (*WaypointGetLatestPipelineRunDefault) IsCode ¶

IsCode returns true when this waypoint get latest pipeline run default response a status code equal to that given

func (*WaypointGetLatestPipelineRunDefault) IsRedirect ¶

func (o *WaypointGetLatestPipelineRunDefault) IsRedirect() bool

IsRedirect returns true when this waypoint get latest pipeline run default response has a 3xx status code

func (*WaypointGetLatestPipelineRunDefault) IsServerError ¶

func (o *WaypointGetLatestPipelineRunDefault) IsServerError() bool

IsServerError returns true when this waypoint get latest pipeline run default response has a 5xx status code

func (*WaypointGetLatestPipelineRunDefault) IsSuccess ¶

IsSuccess returns true when this waypoint get latest pipeline run default response has a 2xx status code

func (*WaypointGetLatestPipelineRunDefault) String ¶

type WaypointGetLatestPipelineRunOK ¶

type WaypointGetLatestPipelineRunOK struct {
	Payload *models.HashicorpWaypointGetPipelineRunResponse
}

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

A successful response.

func NewWaypointGetLatestPipelineRunOK ¶

func NewWaypointGetLatestPipelineRunOK() *WaypointGetLatestPipelineRunOK

NewWaypointGetLatestPipelineRunOK creates a WaypointGetLatestPipelineRunOK with default headers values

func (*WaypointGetLatestPipelineRunOK) Error ¶

func (*WaypointGetLatestPipelineRunOK) GetPayload ¶

func (*WaypointGetLatestPipelineRunOK) IsClientError ¶

func (o *WaypointGetLatestPipelineRunOK) IsClientError() bool

IsClientError returns true when this waypoint get latest pipeline run o k response has a 4xx status code

func (*WaypointGetLatestPipelineRunOK) IsCode ¶

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

IsCode returns true when this waypoint get latest pipeline run o k response a status code equal to that given

func (*WaypointGetLatestPipelineRunOK) IsRedirect ¶

func (o *WaypointGetLatestPipelineRunOK) IsRedirect() bool

IsRedirect returns true when this waypoint get latest pipeline run o k response has a 3xx status code

func (*WaypointGetLatestPipelineRunOK) IsServerError ¶

func (o *WaypointGetLatestPipelineRunOK) IsServerError() bool

IsServerError returns true when this waypoint get latest pipeline run o k response has a 5xx status code

func (*WaypointGetLatestPipelineRunOK) IsSuccess ¶

func (o *WaypointGetLatestPipelineRunOK) IsSuccess() bool

IsSuccess returns true when this waypoint get latest pipeline run o k response has a 2xx status code

func (*WaypointGetLatestPipelineRunOK) String ¶

type WaypointGetLatestPipelineRunParams ¶

type WaypointGetLatestPipelineRunParams struct {

	/* PipelineID.

	   Reference a single pipeline by ID.
	*/
	PipelineID *string

	/* PipelineOwnerPipelineName.

	   the name of the defined pipeline config
	*/
	PipelineOwnerPipelineName string

	// PipelineOwnerProjectProject.
	PipelineOwnerProjectProject string

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

WaypointGetLatestPipelineRunParams contains all the parameters to send to the API endpoint

for the waypoint get latest pipeline run operation.

Typically these are written to a http.Request.

func NewWaypointGetLatestPipelineRunParams ¶

func NewWaypointGetLatestPipelineRunParams() *WaypointGetLatestPipelineRunParams

NewWaypointGetLatestPipelineRunParams creates a new WaypointGetLatestPipelineRunParams 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 NewWaypointGetLatestPipelineRunParamsWithContext ¶

func NewWaypointGetLatestPipelineRunParamsWithContext(ctx context.Context) *WaypointGetLatestPipelineRunParams

NewWaypointGetLatestPipelineRunParamsWithContext creates a new WaypointGetLatestPipelineRunParams object with the ability to set a context for a request.

func NewWaypointGetLatestPipelineRunParamsWithHTTPClient ¶

func NewWaypointGetLatestPipelineRunParamsWithHTTPClient(client *http.Client) *WaypointGetLatestPipelineRunParams

NewWaypointGetLatestPipelineRunParamsWithHTTPClient creates a new WaypointGetLatestPipelineRunParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetLatestPipelineRunParamsWithTimeout ¶

func NewWaypointGetLatestPipelineRunParamsWithTimeout(timeout time.Duration) *WaypointGetLatestPipelineRunParams

NewWaypointGetLatestPipelineRunParamsWithTimeout creates a new WaypointGetLatestPipelineRunParams object with the ability to set a timeout on a request.

func (*WaypointGetLatestPipelineRunParams) SetContext ¶

SetContext adds the context to the waypoint get latest pipeline run params

func (*WaypointGetLatestPipelineRunParams) SetDefaults ¶

func (o *WaypointGetLatestPipelineRunParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get latest pipeline run params (not the query body).

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

func (*WaypointGetLatestPipelineRunParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint get latest pipeline run params

func (*WaypointGetLatestPipelineRunParams) SetPipelineID ¶

func (o *WaypointGetLatestPipelineRunParams) SetPipelineID(pipelineID *string)

SetPipelineID adds the pipelineId to the waypoint get latest pipeline run params

func (*WaypointGetLatestPipelineRunParams) SetPipelineOwnerPipelineName ¶

func (o *WaypointGetLatestPipelineRunParams) SetPipelineOwnerPipelineName(pipelineOwnerPipelineName string)

SetPipelineOwnerPipelineName adds the pipelineOwnerPipelineName to the waypoint get latest pipeline run params

func (*WaypointGetLatestPipelineRunParams) SetPipelineOwnerProjectProject ¶

func (o *WaypointGetLatestPipelineRunParams) SetPipelineOwnerProjectProject(pipelineOwnerProjectProject string)

SetPipelineOwnerProjectProject adds the pipelineOwnerProjectProject to the waypoint get latest pipeline run params

func (*WaypointGetLatestPipelineRunParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint get latest pipeline run params

func (*WaypointGetLatestPipelineRunParams) WithContext ¶

WithContext adds the context to the waypoint get latest pipeline run params

func (*WaypointGetLatestPipelineRunParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get latest pipeline run params (not the query body).

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

func (*WaypointGetLatestPipelineRunParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get latest pipeline run params

func (*WaypointGetLatestPipelineRunParams) WithPipelineID ¶

WithPipelineID adds the pipelineID to the waypoint get latest pipeline run params

func (*WaypointGetLatestPipelineRunParams) WithPipelineOwnerPipelineName ¶

func (o *WaypointGetLatestPipelineRunParams) WithPipelineOwnerPipelineName(pipelineOwnerPipelineName string) *WaypointGetLatestPipelineRunParams

WithPipelineOwnerPipelineName adds the pipelineOwnerPipelineName to the waypoint get latest pipeline run params

func (*WaypointGetLatestPipelineRunParams) WithPipelineOwnerProjectProject ¶

func (o *WaypointGetLatestPipelineRunParams) WithPipelineOwnerProjectProject(pipelineOwnerProjectProject string) *WaypointGetLatestPipelineRunParams

WithPipelineOwnerProjectProject adds the pipelineOwnerProjectProject to the waypoint get latest pipeline run params

func (*WaypointGetLatestPipelineRunParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get latest pipeline run params

func (*WaypointGetLatestPipelineRunParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetLatestPipelineRunReader ¶

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

WaypointGetLatestPipelineRunReader is a Reader for the WaypointGetLatestPipelineRun structure.

func (*WaypointGetLatestPipelineRunReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetLatestPushedArtifact2Default ¶

type WaypointGetLatestPushedArtifact2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetLatestPushedArtifact2Default ¶

func NewWaypointGetLatestPushedArtifact2Default(code int) *WaypointGetLatestPushedArtifact2Default

NewWaypointGetLatestPushedArtifact2Default creates a WaypointGetLatestPushedArtifact2Default with default headers values

func (*WaypointGetLatestPushedArtifact2Default) Code ¶

Code gets the status code for the waypoint get latest pushed artifact2 default response

func (*WaypointGetLatestPushedArtifact2Default) Error ¶

func (*WaypointGetLatestPushedArtifact2Default) GetPayload ¶

func (*WaypointGetLatestPushedArtifact2Default) IsClientError ¶

func (o *WaypointGetLatestPushedArtifact2Default) IsClientError() bool

IsClientError returns true when this waypoint get latest pushed artifact2 default response has a 4xx status code

func (*WaypointGetLatestPushedArtifact2Default) IsCode ¶

IsCode returns true when this waypoint get latest pushed artifact2 default response a status code equal to that given

func (*WaypointGetLatestPushedArtifact2Default) IsRedirect ¶

IsRedirect returns true when this waypoint get latest pushed artifact2 default response has a 3xx status code

func (*WaypointGetLatestPushedArtifact2Default) IsServerError ¶

func (o *WaypointGetLatestPushedArtifact2Default) IsServerError() bool

IsServerError returns true when this waypoint get latest pushed artifact2 default response has a 5xx status code

func (*WaypointGetLatestPushedArtifact2Default) IsSuccess ¶

IsSuccess returns true when this waypoint get latest pushed artifact2 default response has a 2xx status code

func (*WaypointGetLatestPushedArtifact2Default) String ¶

type WaypointGetLatestPushedArtifact2OK ¶

type WaypointGetLatestPushedArtifact2OK struct {
	Payload *models.HashicorpWaypointPushedArtifact
}

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

A successful response.

func NewWaypointGetLatestPushedArtifact2OK ¶

func NewWaypointGetLatestPushedArtifact2OK() *WaypointGetLatestPushedArtifact2OK

NewWaypointGetLatestPushedArtifact2OK creates a WaypointGetLatestPushedArtifact2OK with default headers values

func (*WaypointGetLatestPushedArtifact2OK) Error ¶

func (*WaypointGetLatestPushedArtifact2OK) GetPayload ¶

func (*WaypointGetLatestPushedArtifact2OK) IsClientError ¶

func (o *WaypointGetLatestPushedArtifact2OK) IsClientError() bool

IsClientError returns true when this waypoint get latest pushed artifact2 o k response has a 4xx status code

func (*WaypointGetLatestPushedArtifact2OK) IsCode ¶

IsCode returns true when this waypoint get latest pushed artifact2 o k response a status code equal to that given

func (*WaypointGetLatestPushedArtifact2OK) IsRedirect ¶

func (o *WaypointGetLatestPushedArtifact2OK) IsRedirect() bool

IsRedirect returns true when this waypoint get latest pushed artifact2 o k response has a 3xx status code

func (*WaypointGetLatestPushedArtifact2OK) IsServerError ¶

func (o *WaypointGetLatestPushedArtifact2OK) IsServerError() bool

IsServerError returns true when this waypoint get latest pushed artifact2 o k response has a 5xx status code

func (*WaypointGetLatestPushedArtifact2OK) IsSuccess ¶

IsSuccess returns true when this waypoint get latest pushed artifact2 o k response has a 2xx status code

func (*WaypointGetLatestPushedArtifact2OK) String ¶

type WaypointGetLatestPushedArtifact2Params ¶

type WaypointGetLatestPushedArtifact2Params struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	// WorkspaceWorkspace.
	WorkspaceWorkspace string

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

WaypointGetLatestPushedArtifact2Params contains all the parameters to send to the API endpoint

for the waypoint get latest pushed artifact2 operation.

Typically these are written to a http.Request.

func NewWaypointGetLatestPushedArtifact2Params ¶

func NewWaypointGetLatestPushedArtifact2Params() *WaypointGetLatestPushedArtifact2Params

NewWaypointGetLatestPushedArtifact2Params creates a new WaypointGetLatestPushedArtifact2Params 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 NewWaypointGetLatestPushedArtifact2ParamsWithContext ¶

func NewWaypointGetLatestPushedArtifact2ParamsWithContext(ctx context.Context) *WaypointGetLatestPushedArtifact2Params

NewWaypointGetLatestPushedArtifact2ParamsWithContext creates a new WaypointGetLatestPushedArtifact2Params object with the ability to set a context for a request.

func NewWaypointGetLatestPushedArtifact2ParamsWithHTTPClient ¶

func NewWaypointGetLatestPushedArtifact2ParamsWithHTTPClient(client *http.Client) *WaypointGetLatestPushedArtifact2Params

NewWaypointGetLatestPushedArtifact2ParamsWithHTTPClient creates a new WaypointGetLatestPushedArtifact2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetLatestPushedArtifact2ParamsWithTimeout ¶

func NewWaypointGetLatestPushedArtifact2ParamsWithTimeout(timeout time.Duration) *WaypointGetLatestPushedArtifact2Params

NewWaypointGetLatestPushedArtifact2ParamsWithTimeout creates a new WaypointGetLatestPushedArtifact2Params object with the ability to set a timeout on a request.

func (*WaypointGetLatestPushedArtifact2Params) SetApplicationApplication ¶

func (o *WaypointGetLatestPushedArtifact2Params) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint get latest pushed artifact2 params

func (*WaypointGetLatestPushedArtifact2Params) SetApplicationProject ¶

func (o *WaypointGetLatestPushedArtifact2Params) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint get latest pushed artifact2 params

func (*WaypointGetLatestPushedArtifact2Params) SetContext ¶

SetContext adds the context to the waypoint get latest pushed artifact2 params

func (*WaypointGetLatestPushedArtifact2Params) SetDefaults ¶

func (o *WaypointGetLatestPushedArtifact2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint get latest pushed artifact2 params (not the query body).

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

func (*WaypointGetLatestPushedArtifact2Params) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint get latest pushed artifact2 params

func (*WaypointGetLatestPushedArtifact2Params) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint get latest pushed artifact2 params

func (*WaypointGetLatestPushedArtifact2Params) SetWorkspaceWorkspace ¶

func (o *WaypointGetLatestPushedArtifact2Params) SetWorkspaceWorkspace(workspaceWorkspace string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get latest pushed artifact2 params

func (*WaypointGetLatestPushedArtifact2Params) WithApplicationApplication ¶

func (o *WaypointGetLatestPushedArtifact2Params) WithApplicationApplication(applicationApplication string) *WaypointGetLatestPushedArtifact2Params

WithApplicationApplication adds the applicationApplication to the waypoint get latest pushed artifact2 params

func (*WaypointGetLatestPushedArtifact2Params) WithApplicationProject ¶

func (o *WaypointGetLatestPushedArtifact2Params) WithApplicationProject(applicationProject string) *WaypointGetLatestPushedArtifact2Params

WithApplicationProject adds the applicationProject to the waypoint get latest pushed artifact2 params

func (*WaypointGetLatestPushedArtifact2Params) WithContext ¶

WithContext adds the context to the waypoint get latest pushed artifact2 params

func (*WaypointGetLatestPushedArtifact2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get latest pushed artifact2 params (not the query body).

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

func (*WaypointGetLatestPushedArtifact2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get latest pushed artifact2 params

func (*WaypointGetLatestPushedArtifact2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get latest pushed artifact2 params

func (*WaypointGetLatestPushedArtifact2Params) WithWorkspaceWorkspace ¶

func (o *WaypointGetLatestPushedArtifact2Params) WithWorkspaceWorkspace(workspaceWorkspace string) *WaypointGetLatestPushedArtifact2Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get latest pushed artifact2 params

func (*WaypointGetLatestPushedArtifact2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetLatestPushedArtifact2Reader ¶

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

WaypointGetLatestPushedArtifact2Reader is a Reader for the WaypointGetLatestPushedArtifact2 structure.

func (*WaypointGetLatestPushedArtifact2Reader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetLatestPushedArtifactDefault ¶

type WaypointGetLatestPushedArtifactDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetLatestPushedArtifactDefault ¶

func NewWaypointGetLatestPushedArtifactDefault(code int) *WaypointGetLatestPushedArtifactDefault

NewWaypointGetLatestPushedArtifactDefault creates a WaypointGetLatestPushedArtifactDefault with default headers values

func (*WaypointGetLatestPushedArtifactDefault) Code ¶

Code gets the status code for the waypoint get latest pushed artifact default response

func (*WaypointGetLatestPushedArtifactDefault) Error ¶

func (*WaypointGetLatestPushedArtifactDefault) GetPayload ¶

func (*WaypointGetLatestPushedArtifactDefault) IsClientError ¶

func (o *WaypointGetLatestPushedArtifactDefault) IsClientError() bool

IsClientError returns true when this waypoint get latest pushed artifact default response has a 4xx status code

func (*WaypointGetLatestPushedArtifactDefault) IsCode ¶

IsCode returns true when this waypoint get latest pushed artifact default response a status code equal to that given

func (*WaypointGetLatestPushedArtifactDefault) IsRedirect ¶

IsRedirect returns true when this waypoint get latest pushed artifact default response has a 3xx status code

func (*WaypointGetLatestPushedArtifactDefault) IsServerError ¶

func (o *WaypointGetLatestPushedArtifactDefault) IsServerError() bool

IsServerError returns true when this waypoint get latest pushed artifact default response has a 5xx status code

func (*WaypointGetLatestPushedArtifactDefault) IsSuccess ¶

IsSuccess returns true when this waypoint get latest pushed artifact default response has a 2xx status code

func (*WaypointGetLatestPushedArtifactDefault) String ¶

type WaypointGetLatestPushedArtifactOK ¶

type WaypointGetLatestPushedArtifactOK struct {
	Payload *models.HashicorpWaypointPushedArtifact
}

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

A successful response.

func NewWaypointGetLatestPushedArtifactOK ¶

func NewWaypointGetLatestPushedArtifactOK() *WaypointGetLatestPushedArtifactOK

NewWaypointGetLatestPushedArtifactOK creates a WaypointGetLatestPushedArtifactOK with default headers values

func (*WaypointGetLatestPushedArtifactOK) Error ¶

func (*WaypointGetLatestPushedArtifactOK) GetPayload ¶

func (*WaypointGetLatestPushedArtifactOK) IsClientError ¶

func (o *WaypointGetLatestPushedArtifactOK) IsClientError() bool

IsClientError returns true when this waypoint get latest pushed artifact o k response has a 4xx status code

func (*WaypointGetLatestPushedArtifactOK) IsCode ¶

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

IsCode returns true when this waypoint get latest pushed artifact o k response a status code equal to that given

func (*WaypointGetLatestPushedArtifactOK) IsRedirect ¶

func (o *WaypointGetLatestPushedArtifactOK) IsRedirect() bool

IsRedirect returns true when this waypoint get latest pushed artifact o k response has a 3xx status code

func (*WaypointGetLatestPushedArtifactOK) IsServerError ¶

func (o *WaypointGetLatestPushedArtifactOK) IsServerError() bool

IsServerError returns true when this waypoint get latest pushed artifact o k response has a 5xx status code

func (*WaypointGetLatestPushedArtifactOK) IsSuccess ¶

func (o *WaypointGetLatestPushedArtifactOK) IsSuccess() bool

IsSuccess returns true when this waypoint get latest pushed artifact o k response has a 2xx status code

func (*WaypointGetLatestPushedArtifactOK) String ¶

type WaypointGetLatestPushedArtifactParams ¶

type WaypointGetLatestPushedArtifactParams struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

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

WaypointGetLatestPushedArtifactParams contains all the parameters to send to the API endpoint

for the waypoint get latest pushed artifact operation.

Typically these are written to a http.Request.

func NewWaypointGetLatestPushedArtifactParams ¶

func NewWaypointGetLatestPushedArtifactParams() *WaypointGetLatestPushedArtifactParams

NewWaypointGetLatestPushedArtifactParams creates a new WaypointGetLatestPushedArtifactParams 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 NewWaypointGetLatestPushedArtifactParamsWithContext ¶

func NewWaypointGetLatestPushedArtifactParamsWithContext(ctx context.Context) *WaypointGetLatestPushedArtifactParams

NewWaypointGetLatestPushedArtifactParamsWithContext creates a new WaypointGetLatestPushedArtifactParams object with the ability to set a context for a request.

func NewWaypointGetLatestPushedArtifactParamsWithHTTPClient ¶

func NewWaypointGetLatestPushedArtifactParamsWithHTTPClient(client *http.Client) *WaypointGetLatestPushedArtifactParams

NewWaypointGetLatestPushedArtifactParamsWithHTTPClient creates a new WaypointGetLatestPushedArtifactParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetLatestPushedArtifactParamsWithTimeout ¶

func NewWaypointGetLatestPushedArtifactParamsWithTimeout(timeout time.Duration) *WaypointGetLatestPushedArtifactParams

NewWaypointGetLatestPushedArtifactParamsWithTimeout creates a new WaypointGetLatestPushedArtifactParams object with the ability to set a timeout on a request.

func (*WaypointGetLatestPushedArtifactParams) SetApplicationApplication ¶

func (o *WaypointGetLatestPushedArtifactParams) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint get latest pushed artifact params

func (*WaypointGetLatestPushedArtifactParams) SetApplicationProject ¶

func (o *WaypointGetLatestPushedArtifactParams) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint get latest pushed artifact params

func (*WaypointGetLatestPushedArtifactParams) SetContext ¶

SetContext adds the context to the waypoint get latest pushed artifact params

func (*WaypointGetLatestPushedArtifactParams) SetDefaults ¶

func (o *WaypointGetLatestPushedArtifactParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get latest pushed artifact params (not the query body).

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

func (*WaypointGetLatestPushedArtifactParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint get latest pushed artifact params

func (*WaypointGetLatestPushedArtifactParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint get latest pushed artifact params

func (*WaypointGetLatestPushedArtifactParams) SetWorkspaceWorkspace ¶

func (o *WaypointGetLatestPushedArtifactParams) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get latest pushed artifact params

func (*WaypointGetLatestPushedArtifactParams) WithApplicationApplication ¶

func (o *WaypointGetLatestPushedArtifactParams) WithApplicationApplication(applicationApplication string) *WaypointGetLatestPushedArtifactParams

WithApplicationApplication adds the applicationApplication to the waypoint get latest pushed artifact params

func (*WaypointGetLatestPushedArtifactParams) WithApplicationProject ¶

func (o *WaypointGetLatestPushedArtifactParams) WithApplicationProject(applicationProject string) *WaypointGetLatestPushedArtifactParams

WithApplicationProject adds the applicationProject to the waypoint get latest pushed artifact params

func (*WaypointGetLatestPushedArtifactParams) WithContext ¶

WithContext adds the context to the waypoint get latest pushed artifact params

func (*WaypointGetLatestPushedArtifactParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get latest pushed artifact params (not the query body).

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

func (*WaypointGetLatestPushedArtifactParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get latest pushed artifact params

func (*WaypointGetLatestPushedArtifactParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get latest pushed artifact params

func (*WaypointGetLatestPushedArtifactParams) WithWorkspaceWorkspace ¶

func (o *WaypointGetLatestPushedArtifactParams) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointGetLatestPushedArtifactParams

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get latest pushed artifact params

func (*WaypointGetLatestPushedArtifactParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetLatestPushedArtifactReader ¶

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

WaypointGetLatestPushedArtifactReader is a Reader for the WaypointGetLatestPushedArtifact structure.

func (*WaypointGetLatestPushedArtifactReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetLatestRelease2Default ¶

type WaypointGetLatestRelease2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetLatestRelease2Default ¶

func NewWaypointGetLatestRelease2Default(code int) *WaypointGetLatestRelease2Default

NewWaypointGetLatestRelease2Default creates a WaypointGetLatestRelease2Default with default headers values

func (*WaypointGetLatestRelease2Default) Code ¶

Code gets the status code for the waypoint get latest release2 default response

func (*WaypointGetLatestRelease2Default) Error ¶

func (*WaypointGetLatestRelease2Default) GetPayload ¶

func (*WaypointGetLatestRelease2Default) IsClientError ¶

func (o *WaypointGetLatestRelease2Default) IsClientError() bool

IsClientError returns true when this waypoint get latest release2 default response has a 4xx status code

func (*WaypointGetLatestRelease2Default) IsCode ¶

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

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

func (*WaypointGetLatestRelease2Default) IsRedirect ¶

func (o *WaypointGetLatestRelease2Default) IsRedirect() bool

IsRedirect returns true when this waypoint get latest release2 default response has a 3xx status code

func (*WaypointGetLatestRelease2Default) IsServerError ¶

func (o *WaypointGetLatestRelease2Default) IsServerError() bool

IsServerError returns true when this waypoint get latest release2 default response has a 5xx status code

func (*WaypointGetLatestRelease2Default) IsSuccess ¶

func (o *WaypointGetLatestRelease2Default) IsSuccess() bool

IsSuccess returns true when this waypoint get latest release2 default response has a 2xx status code

func (*WaypointGetLatestRelease2Default) String ¶

type WaypointGetLatestRelease2OK ¶

type WaypointGetLatestRelease2OK struct {
	Payload *models.HashicorpWaypointRelease
}

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

A successful response.

func NewWaypointGetLatestRelease2OK ¶

func NewWaypointGetLatestRelease2OK() *WaypointGetLatestRelease2OK

NewWaypointGetLatestRelease2OK creates a WaypointGetLatestRelease2OK with default headers values

func (*WaypointGetLatestRelease2OK) Error ¶

func (*WaypointGetLatestRelease2OK) GetPayload ¶

func (*WaypointGetLatestRelease2OK) IsClientError ¶

func (o *WaypointGetLatestRelease2OK) IsClientError() bool

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

func (*WaypointGetLatestRelease2OK) IsCode ¶

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

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

func (*WaypointGetLatestRelease2OK) IsRedirect ¶

func (o *WaypointGetLatestRelease2OK) IsRedirect() bool

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

func (*WaypointGetLatestRelease2OK) IsServerError ¶

func (o *WaypointGetLatestRelease2OK) IsServerError() bool

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

func (*WaypointGetLatestRelease2OK) IsSuccess ¶

func (o *WaypointGetLatestRelease2OK) IsSuccess() bool

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

func (*WaypointGetLatestRelease2OK) String ¶

func (o *WaypointGetLatestRelease2OK) String() string

type WaypointGetLatestRelease2Params ¶

type WaypointGetLatestRelease2Params struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	/* LoadDetails.

	     Load additional details about the release. These will become available
	in the Preload section.

	     Default: "NONE"
	*/
	LoadDetails *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace string

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

WaypointGetLatestRelease2Params contains all the parameters to send to the API endpoint

for the waypoint get latest release2 operation.

Typically these are written to a http.Request.

func NewWaypointGetLatestRelease2Params ¶

func NewWaypointGetLatestRelease2Params() *WaypointGetLatestRelease2Params

NewWaypointGetLatestRelease2Params creates a new WaypointGetLatestRelease2Params 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 NewWaypointGetLatestRelease2ParamsWithContext ¶

func NewWaypointGetLatestRelease2ParamsWithContext(ctx context.Context) *WaypointGetLatestRelease2Params

NewWaypointGetLatestRelease2ParamsWithContext creates a new WaypointGetLatestRelease2Params object with the ability to set a context for a request.

func NewWaypointGetLatestRelease2ParamsWithHTTPClient ¶

func NewWaypointGetLatestRelease2ParamsWithHTTPClient(client *http.Client) *WaypointGetLatestRelease2Params

NewWaypointGetLatestRelease2ParamsWithHTTPClient creates a new WaypointGetLatestRelease2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetLatestRelease2ParamsWithTimeout ¶

func NewWaypointGetLatestRelease2ParamsWithTimeout(timeout time.Duration) *WaypointGetLatestRelease2Params

NewWaypointGetLatestRelease2ParamsWithTimeout creates a new WaypointGetLatestRelease2Params object with the ability to set a timeout on a request.

func (*WaypointGetLatestRelease2Params) SetApplicationApplication ¶

func (o *WaypointGetLatestRelease2Params) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint get latest release2 params

func (*WaypointGetLatestRelease2Params) SetApplicationProject ¶

func (o *WaypointGetLatestRelease2Params) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint get latest release2 params

func (*WaypointGetLatestRelease2Params) SetContext ¶

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

SetContext adds the context to the waypoint get latest release2 params

func (*WaypointGetLatestRelease2Params) SetDefaults ¶

func (o *WaypointGetLatestRelease2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint get latest release2 params (not the query body).

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

func (*WaypointGetLatestRelease2Params) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint get latest release2 params

func (*WaypointGetLatestRelease2Params) SetLoadDetails ¶

func (o *WaypointGetLatestRelease2Params) SetLoadDetails(loadDetails *string)

SetLoadDetails adds the loadDetails to the waypoint get latest release2 params

func (*WaypointGetLatestRelease2Params) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint get latest release2 params

func (*WaypointGetLatestRelease2Params) SetWorkspaceWorkspace ¶

func (o *WaypointGetLatestRelease2Params) SetWorkspaceWorkspace(workspaceWorkspace string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get latest release2 params

func (*WaypointGetLatestRelease2Params) WithApplicationApplication ¶

func (o *WaypointGetLatestRelease2Params) WithApplicationApplication(applicationApplication string) *WaypointGetLatestRelease2Params

WithApplicationApplication adds the applicationApplication to the waypoint get latest release2 params

func (*WaypointGetLatestRelease2Params) WithApplicationProject ¶

func (o *WaypointGetLatestRelease2Params) WithApplicationProject(applicationProject string) *WaypointGetLatestRelease2Params

WithApplicationProject adds the applicationProject to the waypoint get latest release2 params

func (*WaypointGetLatestRelease2Params) WithContext ¶

WithContext adds the context to the waypoint get latest release2 params

func (*WaypointGetLatestRelease2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get latest release2 params (not the query body).

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

func (*WaypointGetLatestRelease2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get latest release2 params

func (*WaypointGetLatestRelease2Params) WithLoadDetails ¶

WithLoadDetails adds the loadDetails to the waypoint get latest release2 params

func (*WaypointGetLatestRelease2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get latest release2 params

func (*WaypointGetLatestRelease2Params) WithWorkspaceWorkspace ¶

func (o *WaypointGetLatestRelease2Params) WithWorkspaceWorkspace(workspaceWorkspace string) *WaypointGetLatestRelease2Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get latest release2 params

func (*WaypointGetLatestRelease2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetLatestRelease2Reader ¶

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

WaypointGetLatestRelease2Reader is a Reader for the WaypointGetLatestRelease2 structure.

func (*WaypointGetLatestRelease2Reader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetLatestReleaseDefault ¶

type WaypointGetLatestReleaseDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetLatestReleaseDefault ¶

func NewWaypointGetLatestReleaseDefault(code int) *WaypointGetLatestReleaseDefault

NewWaypointGetLatestReleaseDefault creates a WaypointGetLatestReleaseDefault with default headers values

func (*WaypointGetLatestReleaseDefault) Code ¶

Code gets the status code for the waypoint get latest release default response

func (*WaypointGetLatestReleaseDefault) Error ¶

func (*WaypointGetLatestReleaseDefault) GetPayload ¶

func (*WaypointGetLatestReleaseDefault) IsClientError ¶

func (o *WaypointGetLatestReleaseDefault) IsClientError() bool

IsClientError returns true when this waypoint get latest release default response has a 4xx status code

func (*WaypointGetLatestReleaseDefault) IsCode ¶

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

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

func (*WaypointGetLatestReleaseDefault) IsRedirect ¶

func (o *WaypointGetLatestReleaseDefault) IsRedirect() bool

IsRedirect returns true when this waypoint get latest release default response has a 3xx status code

func (*WaypointGetLatestReleaseDefault) IsServerError ¶

func (o *WaypointGetLatestReleaseDefault) IsServerError() bool

IsServerError returns true when this waypoint get latest release default response has a 5xx status code

func (*WaypointGetLatestReleaseDefault) IsSuccess ¶

func (o *WaypointGetLatestReleaseDefault) IsSuccess() bool

IsSuccess returns true when this waypoint get latest release default response has a 2xx status code

func (*WaypointGetLatestReleaseDefault) String ¶

type WaypointGetLatestReleaseOK ¶

type WaypointGetLatestReleaseOK struct {
	Payload *models.HashicorpWaypointRelease
}

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

A successful response.

func NewWaypointGetLatestReleaseOK ¶

func NewWaypointGetLatestReleaseOK() *WaypointGetLatestReleaseOK

NewWaypointGetLatestReleaseOK creates a WaypointGetLatestReleaseOK with default headers values

func (*WaypointGetLatestReleaseOK) Error ¶

func (*WaypointGetLatestReleaseOK) GetPayload ¶

func (*WaypointGetLatestReleaseOK) IsClientError ¶

func (o *WaypointGetLatestReleaseOK) IsClientError() bool

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

func (*WaypointGetLatestReleaseOK) IsCode ¶

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

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

func (*WaypointGetLatestReleaseOK) IsRedirect ¶

func (o *WaypointGetLatestReleaseOK) IsRedirect() bool

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

func (*WaypointGetLatestReleaseOK) IsServerError ¶

func (o *WaypointGetLatestReleaseOK) IsServerError() bool

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

func (*WaypointGetLatestReleaseOK) IsSuccess ¶

func (o *WaypointGetLatestReleaseOK) IsSuccess() bool

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

func (*WaypointGetLatestReleaseOK) String ¶

func (o *WaypointGetLatestReleaseOK) String() string

type WaypointGetLatestReleaseParams ¶

type WaypointGetLatestReleaseParams struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	/* LoadDetails.

	     Load additional details about the release. These will become available
	in the Preload section.

	     Default: "NONE"
	*/
	LoadDetails *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

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

WaypointGetLatestReleaseParams contains all the parameters to send to the API endpoint

for the waypoint get latest release operation.

Typically these are written to a http.Request.

func NewWaypointGetLatestReleaseParams ¶

func NewWaypointGetLatestReleaseParams() *WaypointGetLatestReleaseParams

NewWaypointGetLatestReleaseParams creates a new WaypointGetLatestReleaseParams 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 NewWaypointGetLatestReleaseParamsWithContext ¶

func NewWaypointGetLatestReleaseParamsWithContext(ctx context.Context) *WaypointGetLatestReleaseParams

NewWaypointGetLatestReleaseParamsWithContext creates a new WaypointGetLatestReleaseParams object with the ability to set a context for a request.

func NewWaypointGetLatestReleaseParamsWithHTTPClient ¶

func NewWaypointGetLatestReleaseParamsWithHTTPClient(client *http.Client) *WaypointGetLatestReleaseParams

NewWaypointGetLatestReleaseParamsWithHTTPClient creates a new WaypointGetLatestReleaseParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetLatestReleaseParamsWithTimeout ¶

func NewWaypointGetLatestReleaseParamsWithTimeout(timeout time.Duration) *WaypointGetLatestReleaseParams

NewWaypointGetLatestReleaseParamsWithTimeout creates a new WaypointGetLatestReleaseParams object with the ability to set a timeout on a request.

func (*WaypointGetLatestReleaseParams) SetApplicationApplication ¶

func (o *WaypointGetLatestReleaseParams) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint get latest release params

func (*WaypointGetLatestReleaseParams) SetApplicationProject ¶

func (o *WaypointGetLatestReleaseParams) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint get latest release params

func (*WaypointGetLatestReleaseParams) SetContext ¶

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

SetContext adds the context to the waypoint get latest release params

func (*WaypointGetLatestReleaseParams) SetDefaults ¶

func (o *WaypointGetLatestReleaseParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get latest release params (not the query body).

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

func (*WaypointGetLatestReleaseParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint get latest release params

func (*WaypointGetLatestReleaseParams) SetLoadDetails ¶

func (o *WaypointGetLatestReleaseParams) SetLoadDetails(loadDetails *string)

SetLoadDetails adds the loadDetails to the waypoint get latest release params

func (*WaypointGetLatestReleaseParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint get latest release params

func (*WaypointGetLatestReleaseParams) SetWorkspaceWorkspace ¶

func (o *WaypointGetLatestReleaseParams) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get latest release params

func (*WaypointGetLatestReleaseParams) WithApplicationApplication ¶

func (o *WaypointGetLatestReleaseParams) WithApplicationApplication(applicationApplication string) *WaypointGetLatestReleaseParams

WithApplicationApplication adds the applicationApplication to the waypoint get latest release params

func (*WaypointGetLatestReleaseParams) WithApplicationProject ¶

func (o *WaypointGetLatestReleaseParams) WithApplicationProject(applicationProject string) *WaypointGetLatestReleaseParams

WithApplicationProject adds the applicationProject to the waypoint get latest release params

func (*WaypointGetLatestReleaseParams) WithContext ¶

WithContext adds the context to the waypoint get latest release params

func (*WaypointGetLatestReleaseParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get latest release params (not the query body).

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

func (*WaypointGetLatestReleaseParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get latest release params

func (*WaypointGetLatestReleaseParams) WithLoadDetails ¶

func (o *WaypointGetLatestReleaseParams) WithLoadDetails(loadDetails *string) *WaypointGetLatestReleaseParams

WithLoadDetails adds the loadDetails to the waypoint get latest release params

func (*WaypointGetLatestReleaseParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get latest release params

func (*WaypointGetLatestReleaseParams) WithWorkspaceWorkspace ¶

func (o *WaypointGetLatestReleaseParams) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointGetLatestReleaseParams

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get latest release params

func (*WaypointGetLatestReleaseParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetLatestReleaseReader ¶

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

WaypointGetLatestReleaseReader is a Reader for the WaypointGetLatestRelease structure.

func (*WaypointGetLatestReleaseReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetLatestStatusReport2Default ¶

type WaypointGetLatestStatusReport2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetLatestStatusReport2Default ¶

func NewWaypointGetLatestStatusReport2Default(code int) *WaypointGetLatestStatusReport2Default

NewWaypointGetLatestStatusReport2Default creates a WaypointGetLatestStatusReport2Default with default headers values

func (*WaypointGetLatestStatusReport2Default) Code ¶

Code gets the status code for the waypoint get latest status report2 default response

func (*WaypointGetLatestStatusReport2Default) Error ¶

func (*WaypointGetLatestStatusReport2Default) GetPayload ¶

func (*WaypointGetLatestStatusReport2Default) IsClientError ¶

func (o *WaypointGetLatestStatusReport2Default) IsClientError() bool

IsClientError returns true when this waypoint get latest status report2 default response has a 4xx status code

func (*WaypointGetLatestStatusReport2Default) IsCode ¶

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

func (*WaypointGetLatestStatusReport2Default) IsRedirect ¶

IsRedirect returns true when this waypoint get latest status report2 default response has a 3xx status code

func (*WaypointGetLatestStatusReport2Default) IsServerError ¶

func (o *WaypointGetLatestStatusReport2Default) IsServerError() bool

IsServerError returns true when this waypoint get latest status report2 default response has a 5xx status code

func (*WaypointGetLatestStatusReport2Default) IsSuccess ¶

IsSuccess returns true when this waypoint get latest status report2 default response has a 2xx status code

func (*WaypointGetLatestStatusReport2Default) String ¶

type WaypointGetLatestStatusReport2OK ¶

type WaypointGetLatestStatusReport2OK struct {
	Payload *models.HashicorpWaypointStatusReport
}

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

A successful response.

func NewWaypointGetLatestStatusReport2OK ¶

func NewWaypointGetLatestStatusReport2OK() *WaypointGetLatestStatusReport2OK

NewWaypointGetLatestStatusReport2OK creates a WaypointGetLatestStatusReport2OK with default headers values

func (*WaypointGetLatestStatusReport2OK) Error ¶

func (*WaypointGetLatestStatusReport2OK) GetPayload ¶

func (*WaypointGetLatestStatusReport2OK) IsClientError ¶

func (o *WaypointGetLatestStatusReport2OK) IsClientError() bool

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

func (*WaypointGetLatestStatusReport2OK) IsCode ¶

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

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

func (*WaypointGetLatestStatusReport2OK) IsRedirect ¶

func (o *WaypointGetLatestStatusReport2OK) IsRedirect() bool

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

func (*WaypointGetLatestStatusReport2OK) IsServerError ¶

func (o *WaypointGetLatestStatusReport2OK) IsServerError() bool

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

func (*WaypointGetLatestStatusReport2OK) IsSuccess ¶

func (o *WaypointGetLatestStatusReport2OK) IsSuccess() bool

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

func (*WaypointGetLatestStatusReport2OK) String ¶

type WaypointGetLatestStatusReport2Params ¶

type WaypointGetLatestStatusReport2Params struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	// DeploymentID.
	DeploymentID *string

	// ReleaseID.
	ReleaseID *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace string

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

WaypointGetLatestStatusReport2Params contains all the parameters to send to the API endpoint

for the waypoint get latest status report2 operation.

Typically these are written to a http.Request.

func NewWaypointGetLatestStatusReport2Params ¶

func NewWaypointGetLatestStatusReport2Params() *WaypointGetLatestStatusReport2Params

NewWaypointGetLatestStatusReport2Params creates a new WaypointGetLatestStatusReport2Params 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 NewWaypointGetLatestStatusReport2ParamsWithContext ¶

func NewWaypointGetLatestStatusReport2ParamsWithContext(ctx context.Context) *WaypointGetLatestStatusReport2Params

NewWaypointGetLatestStatusReport2ParamsWithContext creates a new WaypointGetLatestStatusReport2Params object with the ability to set a context for a request.

func NewWaypointGetLatestStatusReport2ParamsWithHTTPClient ¶

func NewWaypointGetLatestStatusReport2ParamsWithHTTPClient(client *http.Client) *WaypointGetLatestStatusReport2Params

NewWaypointGetLatestStatusReport2ParamsWithHTTPClient creates a new WaypointGetLatestStatusReport2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetLatestStatusReport2ParamsWithTimeout ¶

func NewWaypointGetLatestStatusReport2ParamsWithTimeout(timeout time.Duration) *WaypointGetLatestStatusReport2Params

NewWaypointGetLatestStatusReport2ParamsWithTimeout creates a new WaypointGetLatestStatusReport2Params object with the ability to set a timeout on a request.

func (*WaypointGetLatestStatusReport2Params) SetApplicationApplication ¶

func (o *WaypointGetLatestStatusReport2Params) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint get latest status report2 params

func (*WaypointGetLatestStatusReport2Params) SetApplicationProject ¶

func (o *WaypointGetLatestStatusReport2Params) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint get latest status report2 params

func (*WaypointGetLatestStatusReport2Params) SetContext ¶

SetContext adds the context to the waypoint get latest status report2 params

func (*WaypointGetLatestStatusReport2Params) SetDefaults ¶

func (o *WaypointGetLatestStatusReport2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint get latest status report2 params (not the query body).

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

func (*WaypointGetLatestStatusReport2Params) SetDeploymentID ¶

func (o *WaypointGetLatestStatusReport2Params) SetDeploymentID(deploymentID *string)

SetDeploymentID adds the deploymentId to the waypoint get latest status report2 params

func (*WaypointGetLatestStatusReport2Params) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint get latest status report2 params

func (*WaypointGetLatestStatusReport2Params) SetReleaseID ¶

func (o *WaypointGetLatestStatusReport2Params) SetReleaseID(releaseID *string)

SetReleaseID adds the releaseId to the waypoint get latest status report2 params

func (*WaypointGetLatestStatusReport2Params) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint get latest status report2 params

func (*WaypointGetLatestStatusReport2Params) SetWorkspaceWorkspace ¶

func (o *WaypointGetLatestStatusReport2Params) SetWorkspaceWorkspace(workspaceWorkspace string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get latest status report2 params

func (*WaypointGetLatestStatusReport2Params) WithApplicationApplication ¶

func (o *WaypointGetLatestStatusReport2Params) WithApplicationApplication(applicationApplication string) *WaypointGetLatestStatusReport2Params

WithApplicationApplication adds the applicationApplication to the waypoint get latest status report2 params

func (*WaypointGetLatestStatusReport2Params) WithApplicationProject ¶

func (o *WaypointGetLatestStatusReport2Params) WithApplicationProject(applicationProject string) *WaypointGetLatestStatusReport2Params

WithApplicationProject adds the applicationProject to the waypoint get latest status report2 params

func (*WaypointGetLatestStatusReport2Params) WithContext ¶

WithContext adds the context to the waypoint get latest status report2 params

func (*WaypointGetLatestStatusReport2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get latest status report2 params (not the query body).

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

func (*WaypointGetLatestStatusReport2Params) WithDeploymentID ¶

WithDeploymentID adds the deploymentID to the waypoint get latest status report2 params

func (*WaypointGetLatestStatusReport2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get latest status report2 params

func (*WaypointGetLatestStatusReport2Params) WithReleaseID ¶

WithReleaseID adds the releaseID to the waypoint get latest status report2 params

func (*WaypointGetLatestStatusReport2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get latest status report2 params

func (*WaypointGetLatestStatusReport2Params) WithWorkspaceWorkspace ¶

func (o *WaypointGetLatestStatusReport2Params) WithWorkspaceWorkspace(workspaceWorkspace string) *WaypointGetLatestStatusReport2Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get latest status report2 params

func (*WaypointGetLatestStatusReport2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetLatestStatusReport2Reader ¶

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

WaypointGetLatestStatusReport2Reader is a Reader for the WaypointGetLatestStatusReport2 structure.

func (*WaypointGetLatestStatusReport2Reader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetLatestStatusReportDefault ¶

type WaypointGetLatestStatusReportDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetLatestStatusReportDefault ¶

func NewWaypointGetLatestStatusReportDefault(code int) *WaypointGetLatestStatusReportDefault

NewWaypointGetLatestStatusReportDefault creates a WaypointGetLatestStatusReportDefault with default headers values

func (*WaypointGetLatestStatusReportDefault) Code ¶

Code gets the status code for the waypoint get latest status report default response

func (*WaypointGetLatestStatusReportDefault) Error ¶

func (*WaypointGetLatestStatusReportDefault) GetPayload ¶

func (*WaypointGetLatestStatusReportDefault) IsClientError ¶

func (o *WaypointGetLatestStatusReportDefault) IsClientError() bool

IsClientError returns true when this waypoint get latest status report default response has a 4xx status code

func (*WaypointGetLatestStatusReportDefault) IsCode ¶

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

func (*WaypointGetLatestStatusReportDefault) IsRedirect ¶

IsRedirect returns true when this waypoint get latest status report default response has a 3xx status code

func (*WaypointGetLatestStatusReportDefault) IsServerError ¶

func (o *WaypointGetLatestStatusReportDefault) IsServerError() bool

IsServerError returns true when this waypoint get latest status report default response has a 5xx status code

func (*WaypointGetLatestStatusReportDefault) IsSuccess ¶

IsSuccess returns true when this waypoint get latest status report default response has a 2xx status code

func (*WaypointGetLatestStatusReportDefault) String ¶

type WaypointGetLatestStatusReportOK ¶

type WaypointGetLatestStatusReportOK struct {
	Payload *models.HashicorpWaypointStatusReport
}

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

A successful response.

func NewWaypointGetLatestStatusReportOK ¶

func NewWaypointGetLatestStatusReportOK() *WaypointGetLatestStatusReportOK

NewWaypointGetLatestStatusReportOK creates a WaypointGetLatestStatusReportOK with default headers values

func (*WaypointGetLatestStatusReportOK) Error ¶

func (*WaypointGetLatestStatusReportOK) GetPayload ¶

func (*WaypointGetLatestStatusReportOK) IsClientError ¶

func (o *WaypointGetLatestStatusReportOK) IsClientError() bool

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

func (*WaypointGetLatestStatusReportOK) IsCode ¶

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

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

func (*WaypointGetLatestStatusReportOK) IsRedirect ¶

func (o *WaypointGetLatestStatusReportOK) IsRedirect() bool

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

func (*WaypointGetLatestStatusReportOK) IsServerError ¶

func (o *WaypointGetLatestStatusReportOK) IsServerError() bool

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

func (*WaypointGetLatestStatusReportOK) IsSuccess ¶

func (o *WaypointGetLatestStatusReportOK) IsSuccess() bool

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

func (*WaypointGetLatestStatusReportOK) String ¶

type WaypointGetLatestStatusReportParams ¶

type WaypointGetLatestStatusReportParams struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	// DeploymentID.
	DeploymentID *string

	// ReleaseID.
	ReleaseID *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

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

WaypointGetLatestStatusReportParams contains all the parameters to send to the API endpoint

for the waypoint get latest status report operation.

Typically these are written to a http.Request.

func NewWaypointGetLatestStatusReportParams ¶

func NewWaypointGetLatestStatusReportParams() *WaypointGetLatestStatusReportParams

NewWaypointGetLatestStatusReportParams creates a new WaypointGetLatestStatusReportParams 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 NewWaypointGetLatestStatusReportParamsWithContext ¶

func NewWaypointGetLatestStatusReportParamsWithContext(ctx context.Context) *WaypointGetLatestStatusReportParams

NewWaypointGetLatestStatusReportParamsWithContext creates a new WaypointGetLatestStatusReportParams object with the ability to set a context for a request.

func NewWaypointGetLatestStatusReportParamsWithHTTPClient ¶

func NewWaypointGetLatestStatusReportParamsWithHTTPClient(client *http.Client) *WaypointGetLatestStatusReportParams

NewWaypointGetLatestStatusReportParamsWithHTTPClient creates a new WaypointGetLatestStatusReportParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetLatestStatusReportParamsWithTimeout ¶

func NewWaypointGetLatestStatusReportParamsWithTimeout(timeout time.Duration) *WaypointGetLatestStatusReportParams

NewWaypointGetLatestStatusReportParamsWithTimeout creates a new WaypointGetLatestStatusReportParams object with the ability to set a timeout on a request.

func (*WaypointGetLatestStatusReportParams) SetApplicationApplication ¶

func (o *WaypointGetLatestStatusReportParams) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint get latest status report params

func (*WaypointGetLatestStatusReportParams) SetApplicationProject ¶

func (o *WaypointGetLatestStatusReportParams) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint get latest status report params

func (*WaypointGetLatestStatusReportParams) SetContext ¶

SetContext adds the context to the waypoint get latest status report params

func (*WaypointGetLatestStatusReportParams) SetDefaults ¶

func (o *WaypointGetLatestStatusReportParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get latest status report params (not the query body).

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

func (*WaypointGetLatestStatusReportParams) SetDeploymentID ¶

func (o *WaypointGetLatestStatusReportParams) SetDeploymentID(deploymentID *string)

SetDeploymentID adds the deploymentId to the waypoint get latest status report params

func (*WaypointGetLatestStatusReportParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the waypoint get latest status report params

func (*WaypointGetLatestStatusReportParams) SetReleaseID ¶

func (o *WaypointGetLatestStatusReportParams) SetReleaseID(releaseID *string)

SetReleaseID adds the releaseId to the waypoint get latest status report params

func (*WaypointGetLatestStatusReportParams) SetTimeout ¶

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

SetTimeout adds the timeout to the waypoint get latest status report params

func (*WaypointGetLatestStatusReportParams) SetWorkspaceWorkspace ¶

func (o *WaypointGetLatestStatusReportParams) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get latest status report params

func (*WaypointGetLatestStatusReportParams) WithApplicationApplication ¶

func (o *WaypointGetLatestStatusReportParams) WithApplicationApplication(applicationApplication string) *WaypointGetLatestStatusReportParams

WithApplicationApplication adds the applicationApplication to the waypoint get latest status report params

func (*WaypointGetLatestStatusReportParams) WithApplicationProject ¶

func (o *WaypointGetLatestStatusReportParams) WithApplicationProject(applicationProject string) *WaypointGetLatestStatusReportParams

WithApplicationProject adds the applicationProject to the waypoint get latest status report params

func (*WaypointGetLatestStatusReportParams) WithContext ¶

WithContext adds the context to the waypoint get latest status report params

func (*WaypointGetLatestStatusReportParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get latest status report params (not the query body).

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

func (*WaypointGetLatestStatusReportParams) WithDeploymentID ¶

WithDeploymentID adds the deploymentID to the waypoint get latest status report params

func (*WaypointGetLatestStatusReportParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get latest status report params

func (*WaypointGetLatestStatusReportParams) WithReleaseID ¶

WithReleaseID adds the releaseID to the waypoint get latest status report params

func (*WaypointGetLatestStatusReportParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get latest status report params

func (*WaypointGetLatestStatusReportParams) WithWorkspaceWorkspace ¶

func (o *WaypointGetLatestStatusReportParams) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointGetLatestStatusReportParams

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get latest status report params

func (*WaypointGetLatestStatusReportParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetLatestStatusReportReader ¶

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

WaypointGetLatestStatusReportReader is a Reader for the WaypointGetLatestStatusReport structure.

func (*WaypointGetLatestStatusReportReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type WaypointGetLogStream2Default ¶

type WaypointGetLogStream2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewWaypointGetLogStream2Default ¶

func NewWaypointGetLogStream2Default(code int) *WaypointGetLogStream2Default

NewWaypointGetLogStream2Default creates a WaypointGetLogStream2Default with default headers values

func (*WaypointGetLogStream2Default) Code ¶

Code gets the status code for the waypoint get log stream2 default response

func (*WaypointGetLogStream2Default) Error ¶

func (*WaypointGetLogStream2Default) GetPayload ¶

func (*WaypointGetLogStream2Default) IsClientError ¶

func (o *WaypointGetLogStream2Default) IsClientError() bool

IsClientError returns true when this waypoint get log stream2 default response has a 4xx status code

func (*WaypointGetLogStream2Default) IsCode ¶

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

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

func (*WaypointGetLogStream2Default) IsRedirect ¶

func (o *WaypointGetLogStream2Default) IsRedirect() bool

IsRedirect returns true when this waypoint get log stream2 default response has a 3xx status code

func (*WaypointGetLogStream2Default) IsServerError ¶

func (o *WaypointGetLogStream2Default) IsServerError() bool

IsServerError returns true when this waypoint get log stream2 default response has a 5xx status code

func (*WaypointGetLogStream2Default) IsSuccess ¶

func (o *WaypointGetLogStream2Default) IsSuccess() bool

IsSuccess returns true when this waypoint get log stream2 default response has a 2xx status code

func (*WaypointGetLogStream2Default) String ¶

type WaypointGetLogStream2OK ¶

type WaypointGetLogStream2OK struct {
	Payload *WaypointGetLogStream2OKBody
}

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

A successful response.(streaming responses)

func NewWaypointGetLogStream2OK ¶

func NewWaypointGetLogStream2OK() *WaypointGetLogStream2OK

NewWaypointGetLogStream2OK creates a WaypointGetLogStream2OK with default headers values

func (*WaypointGetLogStream2OK) Error ¶

func (o *WaypointGetLogStream2OK) Error() string

func (*WaypointGetLogStream2OK) GetPayload ¶

func (*WaypointGetLogStream2OK) IsClientError ¶

func (o *WaypointGetLogStream2OK) IsClientError() bool

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

func (*WaypointGetLogStream2OK) IsCode ¶

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

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

func (*WaypointGetLogStream2OK) IsRedirect ¶

func (o *WaypointGetLogStream2OK) IsRedirect() bool

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

func (*WaypointGetLogStream2OK) IsServerError ¶

func (o *WaypointGetLogStream2OK) IsServerError() bool

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

func (*WaypointGetLogStream2OK) IsSuccess ¶

func (o *WaypointGetLogStream2OK) IsSuccess() bool

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

func (*WaypointGetLogStream2OK) String ¶

func (o *WaypointGetLogStream2OK) String() string

type WaypointGetLogStream2OKBody ¶

type WaypointGetLogStream2OKBody struct {

	// error
	Error *models.GrpcGatewayRuntimeStreamError `json:"error,omitempty"`

	// result
	Result *models.HashicorpWaypointLogBatch `json:"result,omitempty"`
}

WaypointGetLogStream2OKBody Stream result of hashicorp.waypoint.LogBatch swagger:model WaypointGetLogStream2OKBody

func (*WaypointGetLogStream2OKBody) ContextValidate ¶

func (o *WaypointGetLogStream2OKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this waypoint get log stream2 o k body based on the context it is used

func (*WaypointGetLogStream2OKBody) MarshalBinary ¶

func (o *WaypointGetLogStream2OKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*WaypointGetLogStream2OKBody) UnmarshalBinary ¶

func (o *WaypointGetLogStream2OKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*WaypointGetLogStream2OKBody) Validate ¶

func (o *WaypointGetLogStream2OKBody) Validate(formats strfmt.Registry) error

Validate validates this waypoint get log stream2 o k body

type WaypointGetLogStream2Params ¶

type WaypointGetLogStream2Params struct {

	// ApplicationApplicationApplication.
	ApplicationApplicationApplication string

	// ApplicationApplicationProject.
	ApplicationApplicationProject string

	// Body.
	Body *models.HashicorpWaypointGetLogStreamRequest

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

WaypointGetLogStream2Params contains all the parameters to send to the API endpoint

for the waypoint get log stream2 operation.

Typically these are written to a http.Request.

func NewWaypointGetLogStream2Params ¶

func NewWaypointGetLogStream2Params() *WaypointGetLogStream2Params

NewWaypointGetLogStream2Params creates a new WaypointGetLogStream2Params 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 NewWaypointGetLogStream2ParamsWithContext ¶

func NewWaypointGetLogStream2ParamsWithContext(ctx context.Context) *WaypointGetLogStream2Params

NewWaypointGetLogStream2ParamsWithContext creates a new WaypointGetLogStream2Params object with the ability to set a context for a request.

func NewWaypointGetLogStream2ParamsWithHTTPClient ¶

func NewWaypointGetLogStream2ParamsWithHTTPClient(client *http.Client) *WaypointGetLogStream2Params

NewWaypointGetLogStream2ParamsWithHTTPClient creates a new WaypointGetLogStream2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetLogStream2ParamsWithTimeout ¶

func NewWaypointGetLogStream2ParamsWithTimeout(timeout time.Duration) *WaypointGetLogStream2Params

NewWaypointGetLogStream2ParamsWithTimeout creates a new WaypointGetLogStream2Params object with the ability to set a timeout on a request.

func (*WaypointGetLogStream2Params) SetApplicationApplicationApplication ¶

func (o *WaypointGetLogStream2Params) SetApplicationApplicationApplication(applicationApplicationApplication string)

SetApplicationApplicationApplication adds the applicationApplicationApplication to the waypoint get log stream2 params

func (*WaypointGetLogStream2Params) SetApplicationApplicationProject ¶

func (o *WaypointGetLogStream2Params) SetApplicationApplicationProject(applicationApplicationProject string)

SetApplicationApplicationProject adds the applicationApplicationProject to the waypoint get log stream2 params

func (*WaypointGetLogStream2Params) SetBody ¶

SetBody adds the body to the waypoint get log stream2 params

func (*WaypointGetLogStream2Params) SetContext ¶

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

SetContext adds the context to the waypoint get log stream2 params

func (*WaypointGetLogStream2Params) SetDefaults ¶

func (o *WaypointGetLogStream2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint get log stream2 params (not the query body).

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

func (*WaypointGetLogStream2Params) SetHTTPClient ¶

func (o *WaypointGetLogStream2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get log stream2 params

func (*WaypointGetLogStream2Params) SetTimeout ¶

func (o *WaypointGetLogStream2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get log stream2 params

func (*WaypointGetLogStream2Params) WithApplicationApplicationApplication ¶

func (o *WaypointGetLogStream2Params) WithApplicationApplicationApplication(applicationApplicationApplication string) *WaypointGetLogStream2Params

WithApplicationApplicationApplication adds the applicationApplicationApplication to the waypoint get log stream2 params

func (*WaypointGetLogStream2Params) WithApplicationApplicationProject ¶

func (o *WaypointGetLogStream2Params) WithApplicationApplicationProject(applicationApplicationProject string) *WaypointGetLogStream2Params

WithApplicationApplicationProject adds the applicationApplicationProject to the waypoint get log stream2 params

func (*WaypointGetLogStream2Params) WithBody ¶

WithBody adds the body to the waypoint get log stream2 params

func (*WaypointGetLogStream2Params) WithContext ¶

WithContext adds the context to the waypoint get log stream2 params

func (*WaypointGetLogStream2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get log stream2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetLogStream2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get log stream2 params

func (*WaypointGetLogStream2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get log stream2 params

func (*WaypointGetLogStream2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetLogStream2Reader ¶

type WaypointGetLogStream2Reader struct {
	// contains filtered or unexported fields
}

WaypointGetLogStream2Reader is a Reader for the WaypointGetLogStream2 structure.

func (*WaypointGetLogStream2Reader) ReadResponse ¶

func (o *WaypointGetLogStream2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetLogStream3Default ¶

type WaypointGetLogStream3Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetLogStream3Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetLogStream3Default ¶

func NewWaypointGetLogStream3Default(code int) *WaypointGetLogStream3Default

NewWaypointGetLogStream3Default creates a WaypointGetLogStream3Default with default headers values

func (*WaypointGetLogStream3Default) Code ¶

Code gets the status code for the waypoint get log stream3 default response

func (*WaypointGetLogStream3Default) Error ¶

func (*WaypointGetLogStream3Default) GetPayload ¶

func (*WaypointGetLogStream3Default) IsClientError ¶

func (o *WaypointGetLogStream3Default) IsClientError() bool

IsClientError returns true when this waypoint get log stream3 default response has a 4xx status code

func (*WaypointGetLogStream3Default) IsCode ¶

func (o *WaypointGetLogStream3Default) IsCode(code int) bool

IsCode returns true when this waypoint get log stream3 default response a status code equal to that given

func (*WaypointGetLogStream3Default) IsRedirect ¶

func (o *WaypointGetLogStream3Default) IsRedirect() bool

IsRedirect returns true when this waypoint get log stream3 default response has a 3xx status code

func (*WaypointGetLogStream3Default) IsServerError ¶

func (o *WaypointGetLogStream3Default) IsServerError() bool

IsServerError returns true when this waypoint get log stream3 default response has a 5xx status code

func (*WaypointGetLogStream3Default) IsSuccess ¶

func (o *WaypointGetLogStream3Default) IsSuccess() bool

IsSuccess returns true when this waypoint get log stream3 default response has a 2xx status code

func (*WaypointGetLogStream3Default) String ¶

type WaypointGetLogStream3OK ¶

type WaypointGetLogStream3OK struct {
	Payload *WaypointGetLogStream3OKBody
}

WaypointGetLogStream3OK describes a response with status code 200, with default header values.

A successful response.(streaming responses)

func NewWaypointGetLogStream3OK ¶

func NewWaypointGetLogStream3OK() *WaypointGetLogStream3OK

NewWaypointGetLogStream3OK creates a WaypointGetLogStream3OK with default headers values

func (*WaypointGetLogStream3OK) Error ¶

func (o *WaypointGetLogStream3OK) Error() string

func (*WaypointGetLogStream3OK) GetPayload ¶

func (*WaypointGetLogStream3OK) IsClientError ¶

func (o *WaypointGetLogStream3OK) IsClientError() bool

IsClientError returns true when this waypoint get log stream3 o k response has a 4xx status code

func (*WaypointGetLogStream3OK) IsCode ¶

func (o *WaypointGetLogStream3OK) IsCode(code int) bool

IsCode returns true when this waypoint get log stream3 o k response a status code equal to that given

func (*WaypointGetLogStream3OK) IsRedirect ¶

func (o *WaypointGetLogStream3OK) IsRedirect() bool

IsRedirect returns true when this waypoint get log stream3 o k response has a 3xx status code

func (*WaypointGetLogStream3OK) IsServerError ¶

func (o *WaypointGetLogStream3OK) IsServerError() bool

IsServerError returns true when this waypoint get log stream3 o k response has a 5xx status code

func (*WaypointGetLogStream3OK) IsSuccess ¶

func (o *WaypointGetLogStream3OK) IsSuccess() bool

IsSuccess returns true when this waypoint get log stream3 o k response has a 2xx status code

func (*WaypointGetLogStream3OK) String ¶

func (o *WaypointGetLogStream3OK) String() string

type WaypointGetLogStream3OKBody ¶

type WaypointGetLogStream3OKBody struct {

	// error
	Error *models.GrpcGatewayRuntimeStreamError `json:"error,omitempty"`

	// result
	Result *models.HashicorpWaypointLogBatch `json:"result,omitempty"`
}

WaypointGetLogStream3OKBody Stream result of hashicorp.waypoint.LogBatch swagger:model WaypointGetLogStream3OKBody

func (*WaypointGetLogStream3OKBody) ContextValidate ¶

func (o *WaypointGetLogStream3OKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this waypoint get log stream3 o k body based on the context it is used

func (*WaypointGetLogStream3OKBody) MarshalBinary ¶

func (o *WaypointGetLogStream3OKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*WaypointGetLogStream3OKBody) UnmarshalBinary ¶

func (o *WaypointGetLogStream3OKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*WaypointGetLogStream3OKBody) Validate ¶

func (o *WaypointGetLogStream3OKBody) Validate(formats strfmt.Registry) error

Validate validates this waypoint get log stream3 o k body

type WaypointGetLogStream3Params ¶

type WaypointGetLogStream3Params struct {

	// ApplicationApplicationApplication.
	ApplicationApplicationApplication string

	// ApplicationApplicationProject.
	ApplicationApplicationProject string

	// ApplicationWorkspaceWorkspace.
	ApplicationWorkspaceWorkspace string

	// Body.
	Body *models.HashicorpWaypointGetLogStreamRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetLogStream3Params contains all the parameters to send to the API endpoint

for the waypoint get log stream3 operation.

Typically these are written to a http.Request.

func NewWaypointGetLogStream3Params ¶

func NewWaypointGetLogStream3Params() *WaypointGetLogStream3Params

NewWaypointGetLogStream3Params creates a new WaypointGetLogStream3Params 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 NewWaypointGetLogStream3ParamsWithContext ¶

func NewWaypointGetLogStream3ParamsWithContext(ctx context.Context) *WaypointGetLogStream3Params

NewWaypointGetLogStream3ParamsWithContext creates a new WaypointGetLogStream3Params object with the ability to set a context for a request.

func NewWaypointGetLogStream3ParamsWithHTTPClient ¶

func NewWaypointGetLogStream3ParamsWithHTTPClient(client *http.Client) *WaypointGetLogStream3Params

NewWaypointGetLogStream3ParamsWithHTTPClient creates a new WaypointGetLogStream3Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetLogStream3ParamsWithTimeout ¶

func NewWaypointGetLogStream3ParamsWithTimeout(timeout time.Duration) *WaypointGetLogStream3Params

NewWaypointGetLogStream3ParamsWithTimeout creates a new WaypointGetLogStream3Params object with the ability to set a timeout on a request.

func (*WaypointGetLogStream3Params) SetApplicationApplicationApplication ¶

func (o *WaypointGetLogStream3Params) SetApplicationApplicationApplication(applicationApplicationApplication string)

SetApplicationApplicationApplication adds the applicationApplicationApplication to the waypoint get log stream3 params

func (*WaypointGetLogStream3Params) SetApplicationApplicationProject ¶

func (o *WaypointGetLogStream3Params) SetApplicationApplicationProject(applicationApplicationProject string)

SetApplicationApplicationProject adds the applicationApplicationProject to the waypoint get log stream3 params

func (*WaypointGetLogStream3Params) SetApplicationWorkspaceWorkspace ¶

func (o *WaypointGetLogStream3Params) SetApplicationWorkspaceWorkspace(applicationWorkspaceWorkspace string)

SetApplicationWorkspaceWorkspace adds the applicationWorkspaceWorkspace to the waypoint get log stream3 params

func (*WaypointGetLogStream3Params) SetBody ¶

SetBody adds the body to the waypoint get log stream3 params

func (*WaypointGetLogStream3Params) SetContext ¶

func (o *WaypointGetLogStream3Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint get log stream3 params

func (*WaypointGetLogStream3Params) SetDefaults ¶

func (o *WaypointGetLogStream3Params) SetDefaults()

SetDefaults hydrates default values in the waypoint get log stream3 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetLogStream3Params) SetHTTPClient ¶

func (o *WaypointGetLogStream3Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get log stream3 params

func (*WaypointGetLogStream3Params) SetTimeout ¶

func (o *WaypointGetLogStream3Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get log stream3 params

func (*WaypointGetLogStream3Params) WithApplicationApplicationApplication ¶

func (o *WaypointGetLogStream3Params) WithApplicationApplicationApplication(applicationApplicationApplication string) *WaypointGetLogStream3Params

WithApplicationApplicationApplication adds the applicationApplicationApplication to the waypoint get log stream3 params

func (*WaypointGetLogStream3Params) WithApplicationApplicationProject ¶

func (o *WaypointGetLogStream3Params) WithApplicationApplicationProject(applicationApplicationProject string) *WaypointGetLogStream3Params

WithApplicationApplicationProject adds the applicationApplicationProject to the waypoint get log stream3 params

func (*WaypointGetLogStream3Params) WithApplicationWorkspaceWorkspace ¶

func (o *WaypointGetLogStream3Params) WithApplicationWorkspaceWorkspace(applicationWorkspaceWorkspace string) *WaypointGetLogStream3Params

WithApplicationWorkspaceWorkspace adds the applicationWorkspaceWorkspace to the waypoint get log stream3 params

func (*WaypointGetLogStream3Params) WithBody ¶

WithBody adds the body to the waypoint get log stream3 params

func (*WaypointGetLogStream3Params) WithContext ¶

WithContext adds the context to the waypoint get log stream3 params

func (*WaypointGetLogStream3Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get log stream3 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetLogStream3Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get log stream3 params

func (*WaypointGetLogStream3Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get log stream3 params

func (*WaypointGetLogStream3Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetLogStream3Reader ¶

type WaypointGetLogStream3Reader struct {
	// contains filtered or unexported fields
}

WaypointGetLogStream3Reader is a Reader for the WaypointGetLogStream3 structure.

func (*WaypointGetLogStream3Reader) ReadResponse ¶

func (o *WaypointGetLogStream3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetLogStreamDefault ¶

type WaypointGetLogStreamDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetLogStreamDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetLogStreamDefault ¶

func NewWaypointGetLogStreamDefault(code int) *WaypointGetLogStreamDefault

NewWaypointGetLogStreamDefault creates a WaypointGetLogStreamDefault with default headers values

func (*WaypointGetLogStreamDefault) Code ¶

func (o *WaypointGetLogStreamDefault) Code() int

Code gets the status code for the waypoint get log stream default response

func (*WaypointGetLogStreamDefault) Error ¶

func (*WaypointGetLogStreamDefault) GetPayload ¶

func (*WaypointGetLogStreamDefault) IsClientError ¶

func (o *WaypointGetLogStreamDefault) IsClientError() bool

IsClientError returns true when this waypoint get log stream default response has a 4xx status code

func (*WaypointGetLogStreamDefault) IsCode ¶

func (o *WaypointGetLogStreamDefault) IsCode(code int) bool

IsCode returns true when this waypoint get log stream default response a status code equal to that given

func (*WaypointGetLogStreamDefault) IsRedirect ¶

func (o *WaypointGetLogStreamDefault) IsRedirect() bool

IsRedirect returns true when this waypoint get log stream default response has a 3xx status code

func (*WaypointGetLogStreamDefault) IsServerError ¶

func (o *WaypointGetLogStreamDefault) IsServerError() bool

IsServerError returns true when this waypoint get log stream default response has a 5xx status code

func (*WaypointGetLogStreamDefault) IsSuccess ¶

func (o *WaypointGetLogStreamDefault) IsSuccess() bool

IsSuccess returns true when this waypoint get log stream default response has a 2xx status code

func (*WaypointGetLogStreamDefault) String ¶

func (o *WaypointGetLogStreamDefault) String() string

type WaypointGetLogStreamOK ¶

type WaypointGetLogStreamOK struct {
	Payload *WaypointGetLogStreamOKBody
}

WaypointGetLogStreamOK describes a response with status code 200, with default header values.

A successful response.(streaming responses)

func NewWaypointGetLogStreamOK ¶

func NewWaypointGetLogStreamOK() *WaypointGetLogStreamOK

NewWaypointGetLogStreamOK creates a WaypointGetLogStreamOK with default headers values

func (*WaypointGetLogStreamOK) Error ¶

func (o *WaypointGetLogStreamOK) Error() string

func (*WaypointGetLogStreamOK) GetPayload ¶

func (*WaypointGetLogStreamOK) IsClientError ¶

func (o *WaypointGetLogStreamOK) IsClientError() bool

IsClientError returns true when this waypoint get log stream o k response has a 4xx status code

func (*WaypointGetLogStreamOK) IsCode ¶

func (o *WaypointGetLogStreamOK) IsCode(code int) bool

IsCode returns true when this waypoint get log stream o k response a status code equal to that given

func (*WaypointGetLogStreamOK) IsRedirect ¶

func (o *WaypointGetLogStreamOK) IsRedirect() bool

IsRedirect returns true when this waypoint get log stream o k response has a 3xx status code

func (*WaypointGetLogStreamOK) IsServerError ¶

func (o *WaypointGetLogStreamOK) IsServerError() bool

IsServerError returns true when this waypoint get log stream o k response has a 5xx status code

func (*WaypointGetLogStreamOK) IsSuccess ¶

func (o *WaypointGetLogStreamOK) IsSuccess() bool

IsSuccess returns true when this waypoint get log stream o k response has a 2xx status code

func (*WaypointGetLogStreamOK) String ¶

func (o *WaypointGetLogStreamOK) String() string

type WaypointGetLogStreamOKBody ¶

type WaypointGetLogStreamOKBody struct {

	// error
	Error *models.GrpcGatewayRuntimeStreamError `json:"error,omitempty"`

	// result
	Result *models.HashicorpWaypointLogBatch `json:"result,omitempty"`
}

WaypointGetLogStreamOKBody Stream result of hashicorp.waypoint.LogBatch swagger:model WaypointGetLogStreamOKBody

func (*WaypointGetLogStreamOKBody) ContextValidate ¶

func (o *WaypointGetLogStreamOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this waypoint get log stream o k body based on the context it is used

func (*WaypointGetLogStreamOKBody) MarshalBinary ¶

func (o *WaypointGetLogStreamOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*WaypointGetLogStreamOKBody) UnmarshalBinary ¶

func (o *WaypointGetLogStreamOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*WaypointGetLogStreamOKBody) Validate ¶

func (o *WaypointGetLogStreamOKBody) Validate(formats strfmt.Registry) error

Validate validates this waypoint get log stream o k body

type WaypointGetLogStreamParams ¶

type WaypointGetLogStreamParams struct {

	// Body.
	Body *models.HashicorpWaypointGetLogStreamRequest

	/* DeploymentID.

	   Deployment to request logs for.
	*/
	DeploymentID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetLogStreamParams contains all the parameters to send to the API endpoint

for the waypoint get log stream operation.

Typically these are written to a http.Request.

func NewWaypointGetLogStreamParams ¶

func NewWaypointGetLogStreamParams() *WaypointGetLogStreamParams

NewWaypointGetLogStreamParams creates a new WaypointGetLogStreamParams 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 NewWaypointGetLogStreamParamsWithContext ¶

func NewWaypointGetLogStreamParamsWithContext(ctx context.Context) *WaypointGetLogStreamParams

NewWaypointGetLogStreamParamsWithContext creates a new WaypointGetLogStreamParams object with the ability to set a context for a request.

func NewWaypointGetLogStreamParamsWithHTTPClient ¶

func NewWaypointGetLogStreamParamsWithHTTPClient(client *http.Client) *WaypointGetLogStreamParams

NewWaypointGetLogStreamParamsWithHTTPClient creates a new WaypointGetLogStreamParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetLogStreamParamsWithTimeout ¶

func NewWaypointGetLogStreamParamsWithTimeout(timeout time.Duration) *WaypointGetLogStreamParams

NewWaypointGetLogStreamParamsWithTimeout creates a new WaypointGetLogStreamParams object with the ability to set a timeout on a request.

func (*WaypointGetLogStreamParams) SetBody ¶

SetBody adds the body to the waypoint get log stream params

func (*WaypointGetLogStreamParams) SetContext ¶

func (o *WaypointGetLogStreamParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint get log stream params

func (*WaypointGetLogStreamParams) SetDefaults ¶

func (o *WaypointGetLogStreamParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get log stream params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetLogStreamParams) SetDeploymentID ¶

func (o *WaypointGetLogStreamParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the waypoint get log stream params

func (*WaypointGetLogStreamParams) SetHTTPClient ¶

func (o *WaypointGetLogStreamParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get log stream params

func (*WaypointGetLogStreamParams) SetTimeout ¶

func (o *WaypointGetLogStreamParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get log stream params

func (*WaypointGetLogStreamParams) WithBody ¶

WithBody adds the body to the waypoint get log stream params

func (*WaypointGetLogStreamParams) WithContext ¶

WithContext adds the context to the waypoint get log stream params

func (*WaypointGetLogStreamParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get log stream params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetLogStreamParams) WithDeploymentID ¶

func (o *WaypointGetLogStreamParams) WithDeploymentID(deploymentID string) *WaypointGetLogStreamParams

WithDeploymentID adds the deploymentID to the waypoint get log stream params

func (*WaypointGetLogStreamParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get log stream params

func (*WaypointGetLogStreamParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get log stream params

func (*WaypointGetLogStreamParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetLogStreamReader ¶

type WaypointGetLogStreamReader struct {
	// contains filtered or unexported fields
}

WaypointGetLogStreamReader is a Reader for the WaypointGetLogStream structure.

func (*WaypointGetLogStreamReader) ReadResponse ¶

func (o *WaypointGetLogStreamReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetOIDCAuthURLDefault ¶

type WaypointGetOIDCAuthURLDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetOIDCAuthURLDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetOIDCAuthURLDefault ¶

func NewWaypointGetOIDCAuthURLDefault(code int) *WaypointGetOIDCAuthURLDefault

NewWaypointGetOIDCAuthURLDefault creates a WaypointGetOIDCAuthURLDefault with default headers values

func (*WaypointGetOIDCAuthURLDefault) Code ¶

Code gets the status code for the waypoint get o ID c auth URL default response

func (*WaypointGetOIDCAuthURLDefault) Error ¶

func (*WaypointGetOIDCAuthURLDefault) GetPayload ¶

func (*WaypointGetOIDCAuthURLDefault) IsClientError ¶

func (o *WaypointGetOIDCAuthURLDefault) IsClientError() bool

IsClientError returns true when this waypoint get o ID c auth URL default response has a 4xx status code

func (*WaypointGetOIDCAuthURLDefault) IsCode ¶

func (o *WaypointGetOIDCAuthURLDefault) IsCode(code int) bool

IsCode returns true when this waypoint get o ID c auth URL default response a status code equal to that given

func (*WaypointGetOIDCAuthURLDefault) IsRedirect ¶

func (o *WaypointGetOIDCAuthURLDefault) IsRedirect() bool

IsRedirect returns true when this waypoint get o ID c auth URL default response has a 3xx status code

func (*WaypointGetOIDCAuthURLDefault) IsServerError ¶

func (o *WaypointGetOIDCAuthURLDefault) IsServerError() bool

IsServerError returns true when this waypoint get o ID c auth URL default response has a 5xx status code

func (*WaypointGetOIDCAuthURLDefault) IsSuccess ¶

func (o *WaypointGetOIDCAuthURLDefault) IsSuccess() bool

IsSuccess returns true when this waypoint get o ID c auth URL default response has a 2xx status code

func (*WaypointGetOIDCAuthURLDefault) String ¶

type WaypointGetOIDCAuthURLOK ¶

type WaypointGetOIDCAuthURLOK struct {
	Payload *models.HashicorpWaypointGetOIDCAuthURLResponse
}

WaypointGetOIDCAuthURLOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetOIDCAuthURLOK ¶

func NewWaypointGetOIDCAuthURLOK() *WaypointGetOIDCAuthURLOK

NewWaypointGetOIDCAuthURLOK creates a WaypointGetOIDCAuthURLOK with default headers values

func (*WaypointGetOIDCAuthURLOK) Error ¶

func (o *WaypointGetOIDCAuthURLOK) Error() string

func (*WaypointGetOIDCAuthURLOK) GetPayload ¶

func (*WaypointGetOIDCAuthURLOK) IsClientError ¶

func (o *WaypointGetOIDCAuthURLOK) IsClientError() bool

IsClientError returns true when this waypoint get o Id c auth Url o k response has a 4xx status code

func (*WaypointGetOIDCAuthURLOK) IsCode ¶

func (o *WaypointGetOIDCAuthURLOK) IsCode(code int) bool

IsCode returns true when this waypoint get o Id c auth Url o k response a status code equal to that given

func (*WaypointGetOIDCAuthURLOK) IsRedirect ¶

func (o *WaypointGetOIDCAuthURLOK) IsRedirect() bool

IsRedirect returns true when this waypoint get o Id c auth Url o k response has a 3xx status code

func (*WaypointGetOIDCAuthURLOK) IsServerError ¶

func (o *WaypointGetOIDCAuthURLOK) IsServerError() bool

IsServerError returns true when this waypoint get o Id c auth Url o k response has a 5xx status code

func (*WaypointGetOIDCAuthURLOK) IsSuccess ¶

func (o *WaypointGetOIDCAuthURLOK) IsSuccess() bool

IsSuccess returns true when this waypoint get o Id c auth Url o k response has a 2xx status code

func (*WaypointGetOIDCAuthURLOK) String ¶

func (o *WaypointGetOIDCAuthURLOK) String() string

type WaypointGetOIDCAuthURLParams ¶

type WaypointGetOIDCAuthURLParams struct {

	// AuthMethodName.
	AuthMethodName string

	// Body.
	Body *models.HashicorpWaypointGetOIDCAuthURLRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetOIDCAuthURLParams contains all the parameters to send to the API endpoint

for the waypoint get o ID c auth URL operation.

Typically these are written to a http.Request.

func NewWaypointGetOIDCAuthURLParams ¶

func NewWaypointGetOIDCAuthURLParams() *WaypointGetOIDCAuthURLParams

NewWaypointGetOIDCAuthURLParams creates a new WaypointGetOIDCAuthURLParams 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 NewWaypointGetOIDCAuthURLParamsWithContext ¶

func NewWaypointGetOIDCAuthURLParamsWithContext(ctx context.Context) *WaypointGetOIDCAuthURLParams

NewWaypointGetOIDCAuthURLParamsWithContext creates a new WaypointGetOIDCAuthURLParams object with the ability to set a context for a request.

func NewWaypointGetOIDCAuthURLParamsWithHTTPClient ¶

func NewWaypointGetOIDCAuthURLParamsWithHTTPClient(client *http.Client) *WaypointGetOIDCAuthURLParams

NewWaypointGetOIDCAuthURLParamsWithHTTPClient creates a new WaypointGetOIDCAuthURLParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetOIDCAuthURLParamsWithTimeout ¶

func NewWaypointGetOIDCAuthURLParamsWithTimeout(timeout time.Duration) *WaypointGetOIDCAuthURLParams

NewWaypointGetOIDCAuthURLParamsWithTimeout creates a new WaypointGetOIDCAuthURLParams object with the ability to set a timeout on a request.

func (*WaypointGetOIDCAuthURLParams) SetAuthMethodName ¶

func (o *WaypointGetOIDCAuthURLParams) SetAuthMethodName(authMethodName string)

SetAuthMethodName adds the authMethodName to the waypoint get o ID c auth URL params

func (*WaypointGetOIDCAuthURLParams) SetBody ¶

SetBody adds the body to the waypoint get o ID c auth URL params

func (*WaypointGetOIDCAuthURLParams) SetContext ¶

func (o *WaypointGetOIDCAuthURLParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint get o ID c auth URL params

func (*WaypointGetOIDCAuthURLParams) SetDefaults ¶

func (o *WaypointGetOIDCAuthURLParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get o ID c auth URL params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetOIDCAuthURLParams) SetHTTPClient ¶

func (o *WaypointGetOIDCAuthURLParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get o ID c auth URL params

func (*WaypointGetOIDCAuthURLParams) SetTimeout ¶

func (o *WaypointGetOIDCAuthURLParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get o ID c auth URL params

func (*WaypointGetOIDCAuthURLParams) WithAuthMethodName ¶

func (o *WaypointGetOIDCAuthURLParams) WithAuthMethodName(authMethodName string) *WaypointGetOIDCAuthURLParams

WithAuthMethodName adds the authMethodName to the waypoint get o ID c auth URL params

func (*WaypointGetOIDCAuthURLParams) WithBody ¶

WithBody adds the body to the waypoint get o ID c auth URL params

func (*WaypointGetOIDCAuthURLParams) WithContext ¶

WithContext adds the context to the waypoint get o ID c auth URL params

func (*WaypointGetOIDCAuthURLParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get o ID c auth URL params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetOIDCAuthURLParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get o ID c auth URL params

func (*WaypointGetOIDCAuthURLParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get o ID c auth URL params

func (*WaypointGetOIDCAuthURLParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetOIDCAuthURLReader ¶

type WaypointGetOIDCAuthURLReader struct {
	// contains filtered or unexported fields
}

WaypointGetOIDCAuthURLReader is a Reader for the WaypointGetOIDCAuthURL structure.

func (*WaypointGetOIDCAuthURLReader) ReadResponse ¶

func (o *WaypointGetOIDCAuthURLReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetOnDemandRunnerConfig2Default ¶

type WaypointGetOnDemandRunnerConfig2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetOnDemandRunnerConfig2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetOnDemandRunnerConfig2Default ¶

func NewWaypointGetOnDemandRunnerConfig2Default(code int) *WaypointGetOnDemandRunnerConfig2Default

NewWaypointGetOnDemandRunnerConfig2Default creates a WaypointGetOnDemandRunnerConfig2Default with default headers values

func (*WaypointGetOnDemandRunnerConfig2Default) Code ¶

Code gets the status code for the waypoint get on demand runner config2 default response

func (*WaypointGetOnDemandRunnerConfig2Default) Error ¶

func (*WaypointGetOnDemandRunnerConfig2Default) GetPayload ¶

func (*WaypointGetOnDemandRunnerConfig2Default) IsClientError ¶

func (o *WaypointGetOnDemandRunnerConfig2Default) IsClientError() bool

IsClientError returns true when this waypoint get on demand runner config2 default response has a 4xx status code

func (*WaypointGetOnDemandRunnerConfig2Default) IsCode ¶

IsCode returns true when this waypoint get on demand runner config2 default response a status code equal to that given

func (*WaypointGetOnDemandRunnerConfig2Default) IsRedirect ¶

IsRedirect returns true when this waypoint get on demand runner config2 default response has a 3xx status code

func (*WaypointGetOnDemandRunnerConfig2Default) IsServerError ¶

func (o *WaypointGetOnDemandRunnerConfig2Default) IsServerError() bool

IsServerError returns true when this waypoint get on demand runner config2 default response has a 5xx status code

func (*WaypointGetOnDemandRunnerConfig2Default) IsSuccess ¶

IsSuccess returns true when this waypoint get on demand runner config2 default response has a 2xx status code

func (*WaypointGetOnDemandRunnerConfig2Default) String ¶

type WaypointGetOnDemandRunnerConfig2OK ¶

type WaypointGetOnDemandRunnerConfig2OK struct {
	Payload *models.HashicorpWaypointGetOnDemandRunnerConfigResponse
}

WaypointGetOnDemandRunnerConfig2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetOnDemandRunnerConfig2OK ¶

func NewWaypointGetOnDemandRunnerConfig2OK() *WaypointGetOnDemandRunnerConfig2OK

NewWaypointGetOnDemandRunnerConfig2OK creates a WaypointGetOnDemandRunnerConfig2OK with default headers values

func (*WaypointGetOnDemandRunnerConfig2OK) Error ¶

func (*WaypointGetOnDemandRunnerConfig2OK) GetPayload ¶

func (*WaypointGetOnDemandRunnerConfig2OK) IsClientError ¶

func (o *WaypointGetOnDemandRunnerConfig2OK) IsClientError() bool

IsClientError returns true when this waypoint get on demand runner config2 o k response has a 4xx status code

func (*WaypointGetOnDemandRunnerConfig2OK) IsCode ¶

IsCode returns true when this waypoint get on demand runner config2 o k response a status code equal to that given

func (*WaypointGetOnDemandRunnerConfig2OK) IsRedirect ¶

func (o *WaypointGetOnDemandRunnerConfig2OK) IsRedirect() bool

IsRedirect returns true when this waypoint get on demand runner config2 o k response has a 3xx status code

func (*WaypointGetOnDemandRunnerConfig2OK) IsServerError ¶

func (o *WaypointGetOnDemandRunnerConfig2OK) IsServerError() bool

IsServerError returns true when this waypoint get on demand runner config2 o k response has a 5xx status code

func (*WaypointGetOnDemandRunnerConfig2OK) IsSuccess ¶

IsSuccess returns true when this waypoint get on demand runner config2 o k response has a 2xx status code

func (*WaypointGetOnDemandRunnerConfig2OK) String ¶

type WaypointGetOnDemandRunnerConfig2Params ¶

type WaypointGetOnDemandRunnerConfig2Params struct {

	// ConfigID.
	ConfigID *string

	// ConfigName.
	ConfigName string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetOnDemandRunnerConfig2Params contains all the parameters to send to the API endpoint

for the waypoint get on demand runner config2 operation.

Typically these are written to a http.Request.

func NewWaypointGetOnDemandRunnerConfig2Params ¶

func NewWaypointGetOnDemandRunnerConfig2Params() *WaypointGetOnDemandRunnerConfig2Params

NewWaypointGetOnDemandRunnerConfig2Params creates a new WaypointGetOnDemandRunnerConfig2Params 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 NewWaypointGetOnDemandRunnerConfig2ParamsWithContext ¶

func NewWaypointGetOnDemandRunnerConfig2ParamsWithContext(ctx context.Context) *WaypointGetOnDemandRunnerConfig2Params

NewWaypointGetOnDemandRunnerConfig2ParamsWithContext creates a new WaypointGetOnDemandRunnerConfig2Params object with the ability to set a context for a request.

func NewWaypointGetOnDemandRunnerConfig2ParamsWithHTTPClient ¶

func NewWaypointGetOnDemandRunnerConfig2ParamsWithHTTPClient(client *http.Client) *WaypointGetOnDemandRunnerConfig2Params

NewWaypointGetOnDemandRunnerConfig2ParamsWithHTTPClient creates a new WaypointGetOnDemandRunnerConfig2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetOnDemandRunnerConfig2ParamsWithTimeout ¶

func NewWaypointGetOnDemandRunnerConfig2ParamsWithTimeout(timeout time.Duration) *WaypointGetOnDemandRunnerConfig2Params

NewWaypointGetOnDemandRunnerConfig2ParamsWithTimeout creates a new WaypointGetOnDemandRunnerConfig2Params object with the ability to set a timeout on a request.

func (*WaypointGetOnDemandRunnerConfig2Params) SetConfigID ¶

func (o *WaypointGetOnDemandRunnerConfig2Params) SetConfigID(configID *string)

SetConfigID adds the configId to the waypoint get on demand runner config2 params

func (*WaypointGetOnDemandRunnerConfig2Params) SetConfigName ¶

func (o *WaypointGetOnDemandRunnerConfig2Params) SetConfigName(configName string)

SetConfigName adds the configName to the waypoint get on demand runner config2 params

func (*WaypointGetOnDemandRunnerConfig2Params) SetContext ¶

SetContext adds the context to the waypoint get on demand runner config2 params

func (*WaypointGetOnDemandRunnerConfig2Params) SetDefaults ¶

func (o *WaypointGetOnDemandRunnerConfig2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint get on demand runner config2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetOnDemandRunnerConfig2Params) SetHTTPClient ¶

func (o *WaypointGetOnDemandRunnerConfig2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get on demand runner config2 params

func (*WaypointGetOnDemandRunnerConfig2Params) SetTimeout ¶

func (o *WaypointGetOnDemandRunnerConfig2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get on demand runner config2 params

func (*WaypointGetOnDemandRunnerConfig2Params) WithConfigID ¶

WithConfigID adds the configID to the waypoint get on demand runner config2 params

func (*WaypointGetOnDemandRunnerConfig2Params) WithConfigName ¶

WithConfigName adds the configName to the waypoint get on demand runner config2 params

func (*WaypointGetOnDemandRunnerConfig2Params) WithContext ¶

WithContext adds the context to the waypoint get on demand runner config2 params

func (*WaypointGetOnDemandRunnerConfig2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get on demand runner config2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetOnDemandRunnerConfig2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get on demand runner config2 params

func (*WaypointGetOnDemandRunnerConfig2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get on demand runner config2 params

func (*WaypointGetOnDemandRunnerConfig2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetOnDemandRunnerConfig2Reader ¶

type WaypointGetOnDemandRunnerConfig2Reader struct {
	// contains filtered or unexported fields
}

WaypointGetOnDemandRunnerConfig2Reader is a Reader for the WaypointGetOnDemandRunnerConfig2 structure.

func (*WaypointGetOnDemandRunnerConfig2Reader) ReadResponse ¶

func (o *WaypointGetOnDemandRunnerConfig2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetOnDemandRunnerConfigDefault ¶

type WaypointGetOnDemandRunnerConfigDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetOnDemandRunnerConfigDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetOnDemandRunnerConfigDefault ¶

func NewWaypointGetOnDemandRunnerConfigDefault(code int) *WaypointGetOnDemandRunnerConfigDefault

NewWaypointGetOnDemandRunnerConfigDefault creates a WaypointGetOnDemandRunnerConfigDefault with default headers values

func (*WaypointGetOnDemandRunnerConfigDefault) Code ¶

Code gets the status code for the waypoint get on demand runner config default response

func (*WaypointGetOnDemandRunnerConfigDefault) Error ¶

func (*WaypointGetOnDemandRunnerConfigDefault) GetPayload ¶

func (*WaypointGetOnDemandRunnerConfigDefault) IsClientError ¶

func (o *WaypointGetOnDemandRunnerConfigDefault) IsClientError() bool

IsClientError returns true when this waypoint get on demand runner config default response has a 4xx status code

func (*WaypointGetOnDemandRunnerConfigDefault) IsCode ¶

IsCode returns true when this waypoint get on demand runner config default response a status code equal to that given

func (*WaypointGetOnDemandRunnerConfigDefault) IsRedirect ¶

IsRedirect returns true when this waypoint get on demand runner config default response has a 3xx status code

func (*WaypointGetOnDemandRunnerConfigDefault) IsServerError ¶

func (o *WaypointGetOnDemandRunnerConfigDefault) IsServerError() bool

IsServerError returns true when this waypoint get on demand runner config default response has a 5xx status code

func (*WaypointGetOnDemandRunnerConfigDefault) IsSuccess ¶

IsSuccess returns true when this waypoint get on demand runner config default response has a 2xx status code

func (*WaypointGetOnDemandRunnerConfigDefault) String ¶

type WaypointGetOnDemandRunnerConfigOK ¶

type WaypointGetOnDemandRunnerConfigOK struct {
	Payload *models.HashicorpWaypointGetOnDemandRunnerConfigResponse
}

WaypointGetOnDemandRunnerConfigOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetOnDemandRunnerConfigOK ¶

func NewWaypointGetOnDemandRunnerConfigOK() *WaypointGetOnDemandRunnerConfigOK

NewWaypointGetOnDemandRunnerConfigOK creates a WaypointGetOnDemandRunnerConfigOK with default headers values

func (*WaypointGetOnDemandRunnerConfigOK) Error ¶

func (*WaypointGetOnDemandRunnerConfigOK) GetPayload ¶

func (*WaypointGetOnDemandRunnerConfigOK) IsClientError ¶

func (o *WaypointGetOnDemandRunnerConfigOK) IsClientError() bool

IsClientError returns true when this waypoint get on demand runner config o k response has a 4xx status code

func (*WaypointGetOnDemandRunnerConfigOK) IsCode ¶

func (o *WaypointGetOnDemandRunnerConfigOK) IsCode(code int) bool

IsCode returns true when this waypoint get on demand runner config o k response a status code equal to that given

func (*WaypointGetOnDemandRunnerConfigOK) IsRedirect ¶

func (o *WaypointGetOnDemandRunnerConfigOK) IsRedirect() bool

IsRedirect returns true when this waypoint get on demand runner config o k response has a 3xx status code

func (*WaypointGetOnDemandRunnerConfigOK) IsServerError ¶

func (o *WaypointGetOnDemandRunnerConfigOK) IsServerError() bool

IsServerError returns true when this waypoint get on demand runner config o k response has a 5xx status code

func (*WaypointGetOnDemandRunnerConfigOK) IsSuccess ¶

func (o *WaypointGetOnDemandRunnerConfigOK) IsSuccess() bool

IsSuccess returns true when this waypoint get on demand runner config o k response has a 2xx status code

func (*WaypointGetOnDemandRunnerConfigOK) String ¶

type WaypointGetOnDemandRunnerConfigParams ¶

type WaypointGetOnDemandRunnerConfigParams struct {

	// ConfigID.
	ConfigID string

	// ConfigName.
	ConfigName *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetOnDemandRunnerConfigParams contains all the parameters to send to the API endpoint

for the waypoint get on demand runner config operation.

Typically these are written to a http.Request.

func NewWaypointGetOnDemandRunnerConfigParams ¶

func NewWaypointGetOnDemandRunnerConfigParams() *WaypointGetOnDemandRunnerConfigParams

NewWaypointGetOnDemandRunnerConfigParams creates a new WaypointGetOnDemandRunnerConfigParams 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 NewWaypointGetOnDemandRunnerConfigParamsWithContext ¶

func NewWaypointGetOnDemandRunnerConfigParamsWithContext(ctx context.Context) *WaypointGetOnDemandRunnerConfigParams

NewWaypointGetOnDemandRunnerConfigParamsWithContext creates a new WaypointGetOnDemandRunnerConfigParams object with the ability to set a context for a request.

func NewWaypointGetOnDemandRunnerConfigParamsWithHTTPClient ¶

func NewWaypointGetOnDemandRunnerConfigParamsWithHTTPClient(client *http.Client) *WaypointGetOnDemandRunnerConfigParams

NewWaypointGetOnDemandRunnerConfigParamsWithHTTPClient creates a new WaypointGetOnDemandRunnerConfigParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetOnDemandRunnerConfigParamsWithTimeout ¶

func NewWaypointGetOnDemandRunnerConfigParamsWithTimeout(timeout time.Duration) *WaypointGetOnDemandRunnerConfigParams

NewWaypointGetOnDemandRunnerConfigParamsWithTimeout creates a new WaypointGetOnDemandRunnerConfigParams object with the ability to set a timeout on a request.

func (*WaypointGetOnDemandRunnerConfigParams) SetConfigID ¶

func (o *WaypointGetOnDemandRunnerConfigParams) SetConfigID(configID string)

SetConfigID adds the configId to the waypoint get on demand runner config params

func (*WaypointGetOnDemandRunnerConfigParams) SetConfigName ¶

func (o *WaypointGetOnDemandRunnerConfigParams) SetConfigName(configName *string)

SetConfigName adds the configName to the waypoint get on demand runner config params

func (*WaypointGetOnDemandRunnerConfigParams) SetContext ¶

SetContext adds the context to the waypoint get on demand runner config params

func (*WaypointGetOnDemandRunnerConfigParams) SetDefaults ¶

func (o *WaypointGetOnDemandRunnerConfigParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get on demand runner config params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetOnDemandRunnerConfigParams) SetHTTPClient ¶

func (o *WaypointGetOnDemandRunnerConfigParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get on demand runner config params

func (*WaypointGetOnDemandRunnerConfigParams) SetTimeout ¶

func (o *WaypointGetOnDemandRunnerConfigParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get on demand runner config params

func (*WaypointGetOnDemandRunnerConfigParams) WithConfigID ¶

WithConfigID adds the configID to the waypoint get on demand runner config params

func (*WaypointGetOnDemandRunnerConfigParams) WithConfigName ¶

WithConfigName adds the configName to the waypoint get on demand runner config params

func (*WaypointGetOnDemandRunnerConfigParams) WithContext ¶

WithContext adds the context to the waypoint get on demand runner config params

func (*WaypointGetOnDemandRunnerConfigParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get on demand runner config params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetOnDemandRunnerConfigParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get on demand runner config params

func (*WaypointGetOnDemandRunnerConfigParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get on demand runner config params

func (*WaypointGetOnDemandRunnerConfigParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetOnDemandRunnerConfigReader ¶

type WaypointGetOnDemandRunnerConfigReader struct {
	// contains filtered or unexported fields
}

WaypointGetOnDemandRunnerConfigReader is a Reader for the WaypointGetOnDemandRunnerConfig structure.

func (*WaypointGetOnDemandRunnerConfigReader) ReadResponse ¶

func (o *WaypointGetOnDemandRunnerConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetPipeline2Default ¶

type WaypointGetPipeline2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetPipeline2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetPipeline2Default ¶

func NewWaypointGetPipeline2Default(code int) *WaypointGetPipeline2Default

NewWaypointGetPipeline2Default creates a WaypointGetPipeline2Default with default headers values

func (*WaypointGetPipeline2Default) Code ¶

func (o *WaypointGetPipeline2Default) Code() int

Code gets the status code for the waypoint get pipeline2 default response

func (*WaypointGetPipeline2Default) Error ¶

func (*WaypointGetPipeline2Default) GetPayload ¶

func (*WaypointGetPipeline2Default) IsClientError ¶

func (o *WaypointGetPipeline2Default) IsClientError() bool

IsClientError returns true when this waypoint get pipeline2 default response has a 4xx status code

func (*WaypointGetPipeline2Default) IsCode ¶

func (o *WaypointGetPipeline2Default) IsCode(code int) bool

IsCode returns true when this waypoint get pipeline2 default response a status code equal to that given

func (*WaypointGetPipeline2Default) IsRedirect ¶

func (o *WaypointGetPipeline2Default) IsRedirect() bool

IsRedirect returns true when this waypoint get pipeline2 default response has a 3xx status code

func (*WaypointGetPipeline2Default) IsServerError ¶

func (o *WaypointGetPipeline2Default) IsServerError() bool

IsServerError returns true when this waypoint get pipeline2 default response has a 5xx status code

func (*WaypointGetPipeline2Default) IsSuccess ¶

func (o *WaypointGetPipeline2Default) IsSuccess() bool

IsSuccess returns true when this waypoint get pipeline2 default response has a 2xx status code

func (*WaypointGetPipeline2Default) String ¶

func (o *WaypointGetPipeline2Default) String() string

type WaypointGetPipeline2OK ¶

type WaypointGetPipeline2OK struct {
	Payload *models.HashicorpWaypointGetPipelineResponse
}

WaypointGetPipeline2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetPipeline2OK ¶

func NewWaypointGetPipeline2OK() *WaypointGetPipeline2OK

NewWaypointGetPipeline2OK creates a WaypointGetPipeline2OK with default headers values

func (*WaypointGetPipeline2OK) Error ¶

func (o *WaypointGetPipeline2OK) Error() string

func (*WaypointGetPipeline2OK) GetPayload ¶

func (*WaypointGetPipeline2OK) IsClientError ¶

func (o *WaypointGetPipeline2OK) IsClientError() bool

IsClientError returns true when this waypoint get pipeline2 o k response has a 4xx status code

func (*WaypointGetPipeline2OK) IsCode ¶

func (o *WaypointGetPipeline2OK) IsCode(code int) bool

IsCode returns true when this waypoint get pipeline2 o k response a status code equal to that given

func (*WaypointGetPipeline2OK) IsRedirect ¶

func (o *WaypointGetPipeline2OK) IsRedirect() bool

IsRedirect returns true when this waypoint get pipeline2 o k response has a 3xx status code

func (*WaypointGetPipeline2OK) IsServerError ¶

func (o *WaypointGetPipeline2OK) IsServerError() bool

IsServerError returns true when this waypoint get pipeline2 o k response has a 5xx status code

func (*WaypointGetPipeline2OK) IsSuccess ¶

func (o *WaypointGetPipeline2OK) IsSuccess() bool

IsSuccess returns true when this waypoint get pipeline2 o k response has a 2xx status code

func (*WaypointGetPipeline2OK) String ¶

func (o *WaypointGetPipeline2OK) String() string

type WaypointGetPipeline2Params ¶

type WaypointGetPipeline2Params struct {

	/* PipelineID.

	   Reference a single pipeline by ID.
	*/
	PipelineID string

	/* PipelineOwnerPipelineName.

	   the name of the defined pipeline config.
	*/
	PipelineOwnerPipelineName *string

	// PipelineOwnerProjectProject.
	PipelineOwnerProjectProject *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetPipeline2Params contains all the parameters to send to the API endpoint

for the waypoint get pipeline2 operation.

Typically these are written to a http.Request.

func NewWaypointGetPipeline2Params ¶

func NewWaypointGetPipeline2Params() *WaypointGetPipeline2Params

NewWaypointGetPipeline2Params creates a new WaypointGetPipeline2Params 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 NewWaypointGetPipeline2ParamsWithContext ¶

func NewWaypointGetPipeline2ParamsWithContext(ctx context.Context) *WaypointGetPipeline2Params

NewWaypointGetPipeline2ParamsWithContext creates a new WaypointGetPipeline2Params object with the ability to set a context for a request.

func NewWaypointGetPipeline2ParamsWithHTTPClient ¶

func NewWaypointGetPipeline2ParamsWithHTTPClient(client *http.Client) *WaypointGetPipeline2Params

NewWaypointGetPipeline2ParamsWithHTTPClient creates a new WaypointGetPipeline2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetPipeline2ParamsWithTimeout ¶

func NewWaypointGetPipeline2ParamsWithTimeout(timeout time.Duration) *WaypointGetPipeline2Params

NewWaypointGetPipeline2ParamsWithTimeout creates a new WaypointGetPipeline2Params object with the ability to set a timeout on a request.

func (*WaypointGetPipeline2Params) SetContext ¶

func (o *WaypointGetPipeline2Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint get pipeline2 params

func (*WaypointGetPipeline2Params) SetDefaults ¶

func (o *WaypointGetPipeline2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint get pipeline2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetPipeline2Params) SetHTTPClient ¶

func (o *WaypointGetPipeline2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get pipeline2 params

func (*WaypointGetPipeline2Params) SetPipelineID ¶

func (o *WaypointGetPipeline2Params) SetPipelineID(pipelineID string)

SetPipelineID adds the pipelineId to the waypoint get pipeline2 params

func (*WaypointGetPipeline2Params) SetPipelineOwnerPipelineName ¶

func (o *WaypointGetPipeline2Params) SetPipelineOwnerPipelineName(pipelineOwnerPipelineName *string)

SetPipelineOwnerPipelineName adds the pipelineOwnerPipelineName to the waypoint get pipeline2 params

func (*WaypointGetPipeline2Params) SetPipelineOwnerProjectProject ¶

func (o *WaypointGetPipeline2Params) SetPipelineOwnerProjectProject(pipelineOwnerProjectProject *string)

SetPipelineOwnerProjectProject adds the pipelineOwnerProjectProject to the waypoint get pipeline2 params

func (*WaypointGetPipeline2Params) SetTimeout ¶

func (o *WaypointGetPipeline2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get pipeline2 params

func (*WaypointGetPipeline2Params) WithContext ¶

WithContext adds the context to the waypoint get pipeline2 params

func (*WaypointGetPipeline2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get pipeline2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetPipeline2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get pipeline2 params

func (*WaypointGetPipeline2Params) WithPipelineID ¶

func (o *WaypointGetPipeline2Params) WithPipelineID(pipelineID string) *WaypointGetPipeline2Params

WithPipelineID adds the pipelineID to the waypoint get pipeline2 params

func (*WaypointGetPipeline2Params) WithPipelineOwnerPipelineName ¶

func (o *WaypointGetPipeline2Params) WithPipelineOwnerPipelineName(pipelineOwnerPipelineName *string) *WaypointGetPipeline2Params

WithPipelineOwnerPipelineName adds the pipelineOwnerPipelineName to the waypoint get pipeline2 params

func (*WaypointGetPipeline2Params) WithPipelineOwnerProjectProject ¶

func (o *WaypointGetPipeline2Params) WithPipelineOwnerProjectProject(pipelineOwnerProjectProject *string) *WaypointGetPipeline2Params

WithPipelineOwnerProjectProject adds the pipelineOwnerProjectProject to the waypoint get pipeline2 params

func (*WaypointGetPipeline2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get pipeline2 params

func (*WaypointGetPipeline2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetPipeline2Reader ¶

type WaypointGetPipeline2Reader struct {
	// contains filtered or unexported fields
}

WaypointGetPipeline2Reader is a Reader for the WaypointGetPipeline2 structure.

func (*WaypointGetPipeline2Reader) ReadResponse ¶

func (o *WaypointGetPipeline2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetPipelineDefault ¶

type WaypointGetPipelineDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetPipelineDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetPipelineDefault ¶

func NewWaypointGetPipelineDefault(code int) *WaypointGetPipelineDefault

NewWaypointGetPipelineDefault creates a WaypointGetPipelineDefault with default headers values

func (*WaypointGetPipelineDefault) Code ¶

func (o *WaypointGetPipelineDefault) Code() int

Code gets the status code for the waypoint get pipeline default response

func (*WaypointGetPipelineDefault) Error ¶

func (*WaypointGetPipelineDefault) GetPayload ¶

func (*WaypointGetPipelineDefault) IsClientError ¶

func (o *WaypointGetPipelineDefault) IsClientError() bool

IsClientError returns true when this waypoint get pipeline default response has a 4xx status code

func (*WaypointGetPipelineDefault) IsCode ¶

func (o *WaypointGetPipelineDefault) IsCode(code int) bool

IsCode returns true when this waypoint get pipeline default response a status code equal to that given

func (*WaypointGetPipelineDefault) IsRedirect ¶

func (o *WaypointGetPipelineDefault) IsRedirect() bool

IsRedirect returns true when this waypoint get pipeline default response has a 3xx status code

func (*WaypointGetPipelineDefault) IsServerError ¶

func (o *WaypointGetPipelineDefault) IsServerError() bool

IsServerError returns true when this waypoint get pipeline default response has a 5xx status code

func (*WaypointGetPipelineDefault) IsSuccess ¶

func (o *WaypointGetPipelineDefault) IsSuccess() bool

IsSuccess returns true when this waypoint get pipeline default response has a 2xx status code

func (*WaypointGetPipelineDefault) String ¶

func (o *WaypointGetPipelineDefault) String() string

type WaypointGetPipelineOK ¶

type WaypointGetPipelineOK struct {
	Payload *models.HashicorpWaypointGetPipelineResponse
}

WaypointGetPipelineOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetPipelineOK ¶

func NewWaypointGetPipelineOK() *WaypointGetPipelineOK

NewWaypointGetPipelineOK creates a WaypointGetPipelineOK with default headers values

func (*WaypointGetPipelineOK) Error ¶

func (o *WaypointGetPipelineOK) Error() string

func (*WaypointGetPipelineOK) GetPayload ¶

func (*WaypointGetPipelineOK) IsClientError ¶

func (o *WaypointGetPipelineOK) IsClientError() bool

IsClientError returns true when this waypoint get pipeline o k response has a 4xx status code

func (*WaypointGetPipelineOK) IsCode ¶

func (o *WaypointGetPipelineOK) IsCode(code int) bool

IsCode returns true when this waypoint get pipeline o k response a status code equal to that given

func (*WaypointGetPipelineOK) IsRedirect ¶

func (o *WaypointGetPipelineOK) IsRedirect() bool

IsRedirect returns true when this waypoint get pipeline o k response has a 3xx status code

func (*WaypointGetPipelineOK) IsServerError ¶

func (o *WaypointGetPipelineOK) IsServerError() bool

IsServerError returns true when this waypoint get pipeline o k response has a 5xx status code

func (*WaypointGetPipelineOK) IsSuccess ¶

func (o *WaypointGetPipelineOK) IsSuccess() bool

IsSuccess returns true when this waypoint get pipeline o k response has a 2xx status code

func (*WaypointGetPipelineOK) String ¶

func (o *WaypointGetPipelineOK) String() string

type WaypointGetPipelineParams ¶

type WaypointGetPipelineParams struct {

	/* PipelineID.

	   Reference a single pipeline by ID.
	*/
	PipelineID *string

	/* PipelineOwnerPipelineName.

	   the name of the defined pipeline config
	*/
	PipelineOwnerPipelineName string

	// PipelineOwnerProjectProject.
	PipelineOwnerProjectProject string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetPipelineParams contains all the parameters to send to the API endpoint

for the waypoint get pipeline operation.

Typically these are written to a http.Request.

func NewWaypointGetPipelineParams ¶

func NewWaypointGetPipelineParams() *WaypointGetPipelineParams

NewWaypointGetPipelineParams creates a new WaypointGetPipelineParams 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 NewWaypointGetPipelineParamsWithContext ¶

func NewWaypointGetPipelineParamsWithContext(ctx context.Context) *WaypointGetPipelineParams

NewWaypointGetPipelineParamsWithContext creates a new WaypointGetPipelineParams object with the ability to set a context for a request.

func NewWaypointGetPipelineParamsWithHTTPClient ¶

func NewWaypointGetPipelineParamsWithHTTPClient(client *http.Client) *WaypointGetPipelineParams

NewWaypointGetPipelineParamsWithHTTPClient creates a new WaypointGetPipelineParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetPipelineParamsWithTimeout ¶

func NewWaypointGetPipelineParamsWithTimeout(timeout time.Duration) *WaypointGetPipelineParams

NewWaypointGetPipelineParamsWithTimeout creates a new WaypointGetPipelineParams object with the ability to set a timeout on a request.

func (*WaypointGetPipelineParams) SetContext ¶

func (o *WaypointGetPipelineParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint get pipeline params

func (*WaypointGetPipelineParams) SetDefaults ¶

func (o *WaypointGetPipelineParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get pipeline params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetPipelineParams) SetHTTPClient ¶

func (o *WaypointGetPipelineParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get pipeline params

func (*WaypointGetPipelineParams) SetPipelineID ¶

func (o *WaypointGetPipelineParams) SetPipelineID(pipelineID *string)

SetPipelineID adds the pipelineId to the waypoint get pipeline params

func (*WaypointGetPipelineParams) SetPipelineOwnerPipelineName ¶

func (o *WaypointGetPipelineParams) SetPipelineOwnerPipelineName(pipelineOwnerPipelineName string)

SetPipelineOwnerPipelineName adds the pipelineOwnerPipelineName to the waypoint get pipeline params

func (*WaypointGetPipelineParams) SetPipelineOwnerProjectProject ¶

func (o *WaypointGetPipelineParams) SetPipelineOwnerProjectProject(pipelineOwnerProjectProject string)

SetPipelineOwnerProjectProject adds the pipelineOwnerProjectProject to the waypoint get pipeline params

func (*WaypointGetPipelineParams) SetTimeout ¶

func (o *WaypointGetPipelineParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get pipeline params

func (*WaypointGetPipelineParams) WithContext ¶

WithContext adds the context to the waypoint get pipeline params

func (*WaypointGetPipelineParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get pipeline params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetPipelineParams) WithHTTPClient ¶

func (o *WaypointGetPipelineParams) WithHTTPClient(client *http.Client) *WaypointGetPipelineParams

WithHTTPClient adds the HTTPClient to the waypoint get pipeline params

func (*WaypointGetPipelineParams) WithPipelineID ¶

func (o *WaypointGetPipelineParams) WithPipelineID(pipelineID *string) *WaypointGetPipelineParams

WithPipelineID adds the pipelineID to the waypoint get pipeline params

func (*WaypointGetPipelineParams) WithPipelineOwnerPipelineName ¶

func (o *WaypointGetPipelineParams) WithPipelineOwnerPipelineName(pipelineOwnerPipelineName string) *WaypointGetPipelineParams

WithPipelineOwnerPipelineName adds the pipelineOwnerPipelineName to the waypoint get pipeline params

func (*WaypointGetPipelineParams) WithPipelineOwnerProjectProject ¶

func (o *WaypointGetPipelineParams) WithPipelineOwnerProjectProject(pipelineOwnerProjectProject string) *WaypointGetPipelineParams

WithPipelineOwnerProjectProject adds the pipelineOwnerProjectProject to the waypoint get pipeline params

func (*WaypointGetPipelineParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get pipeline params

func (*WaypointGetPipelineParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetPipelineReader ¶

type WaypointGetPipelineReader struct {
	// contains filtered or unexported fields
}

WaypointGetPipelineReader is a Reader for the WaypointGetPipeline structure.

func (*WaypointGetPipelineReader) ReadResponse ¶

func (o *WaypointGetPipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetPipelineRun2Default ¶

type WaypointGetPipelineRun2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetPipelineRun2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetPipelineRun2Default ¶

func NewWaypointGetPipelineRun2Default(code int) *WaypointGetPipelineRun2Default

NewWaypointGetPipelineRun2Default creates a WaypointGetPipelineRun2Default with default headers values

func (*WaypointGetPipelineRun2Default) Code ¶

Code gets the status code for the waypoint get pipeline run2 default response

func (*WaypointGetPipelineRun2Default) Error ¶

func (*WaypointGetPipelineRun2Default) GetPayload ¶

func (*WaypointGetPipelineRun2Default) IsClientError ¶

func (o *WaypointGetPipelineRun2Default) IsClientError() bool

IsClientError returns true when this waypoint get pipeline run2 default response has a 4xx status code

func (*WaypointGetPipelineRun2Default) IsCode ¶

func (o *WaypointGetPipelineRun2Default) IsCode(code int) bool

IsCode returns true when this waypoint get pipeline run2 default response a status code equal to that given

func (*WaypointGetPipelineRun2Default) IsRedirect ¶

func (o *WaypointGetPipelineRun2Default) IsRedirect() bool

IsRedirect returns true when this waypoint get pipeline run2 default response has a 3xx status code

func (*WaypointGetPipelineRun2Default) IsServerError ¶

func (o *WaypointGetPipelineRun2Default) IsServerError() bool

IsServerError returns true when this waypoint get pipeline run2 default response has a 5xx status code

func (*WaypointGetPipelineRun2Default) IsSuccess ¶

func (o *WaypointGetPipelineRun2Default) IsSuccess() bool

IsSuccess returns true when this waypoint get pipeline run2 default response has a 2xx status code

func (*WaypointGetPipelineRun2Default) String ¶

type WaypointGetPipelineRun2OK ¶

type WaypointGetPipelineRun2OK struct {
	Payload *models.HashicorpWaypointGetPipelineRunResponse
}

WaypointGetPipelineRun2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetPipelineRun2OK ¶

func NewWaypointGetPipelineRun2OK() *WaypointGetPipelineRun2OK

NewWaypointGetPipelineRun2OK creates a WaypointGetPipelineRun2OK with default headers values

func (*WaypointGetPipelineRun2OK) Error ¶

func (o *WaypointGetPipelineRun2OK) Error() string

func (*WaypointGetPipelineRun2OK) GetPayload ¶

func (*WaypointGetPipelineRun2OK) IsClientError ¶

func (o *WaypointGetPipelineRun2OK) IsClientError() bool

IsClientError returns true when this waypoint get pipeline run2 o k response has a 4xx status code

func (*WaypointGetPipelineRun2OK) IsCode ¶

func (o *WaypointGetPipelineRun2OK) IsCode(code int) bool

IsCode returns true when this waypoint get pipeline run2 o k response a status code equal to that given

func (*WaypointGetPipelineRun2OK) IsRedirect ¶

func (o *WaypointGetPipelineRun2OK) IsRedirect() bool

IsRedirect returns true when this waypoint get pipeline run2 o k response has a 3xx status code

func (*WaypointGetPipelineRun2OK) IsServerError ¶

func (o *WaypointGetPipelineRun2OK) IsServerError() bool

IsServerError returns true when this waypoint get pipeline run2 o k response has a 5xx status code

func (*WaypointGetPipelineRun2OK) IsSuccess ¶

func (o *WaypointGetPipelineRun2OK) IsSuccess() bool

IsSuccess returns true when this waypoint get pipeline run2 o k response has a 2xx status code

func (*WaypointGetPipelineRun2OK) String ¶

func (o *WaypointGetPipelineRun2OK) String() string

type WaypointGetPipelineRun2Params ¶

type WaypointGetPipelineRun2Params struct {

	/* PipelineID.

	   Reference a single pipeline by ID.
	*/
	PipelineID string

	/* PipelineOwnerPipelineName.

	   the name of the defined pipeline config.
	*/
	PipelineOwnerPipelineName *string

	// PipelineOwnerProjectProject.
	PipelineOwnerProjectProject *string

	// Sequence.
	//
	// Format: uint64
	Sequence string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetPipelineRun2Params contains all the parameters to send to the API endpoint

for the waypoint get pipeline run2 operation.

Typically these are written to a http.Request.

func NewWaypointGetPipelineRun2Params ¶

func NewWaypointGetPipelineRun2Params() *WaypointGetPipelineRun2Params

NewWaypointGetPipelineRun2Params creates a new WaypointGetPipelineRun2Params 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 NewWaypointGetPipelineRun2ParamsWithContext ¶

func NewWaypointGetPipelineRun2ParamsWithContext(ctx context.Context) *WaypointGetPipelineRun2Params

NewWaypointGetPipelineRun2ParamsWithContext creates a new WaypointGetPipelineRun2Params object with the ability to set a context for a request.

func NewWaypointGetPipelineRun2ParamsWithHTTPClient ¶

func NewWaypointGetPipelineRun2ParamsWithHTTPClient(client *http.Client) *WaypointGetPipelineRun2Params

NewWaypointGetPipelineRun2ParamsWithHTTPClient creates a new WaypointGetPipelineRun2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetPipelineRun2ParamsWithTimeout ¶

func NewWaypointGetPipelineRun2ParamsWithTimeout(timeout time.Duration) *WaypointGetPipelineRun2Params

NewWaypointGetPipelineRun2ParamsWithTimeout creates a new WaypointGetPipelineRun2Params object with the ability to set a timeout on a request.

func (*WaypointGetPipelineRun2Params) SetContext ¶

func (o *WaypointGetPipelineRun2Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint get pipeline run2 params

func (*WaypointGetPipelineRun2Params) SetDefaults ¶

func (o *WaypointGetPipelineRun2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint get pipeline run2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetPipelineRun2Params) SetHTTPClient ¶

func (o *WaypointGetPipelineRun2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get pipeline run2 params

func (*WaypointGetPipelineRun2Params) SetPipelineID ¶

func (o *WaypointGetPipelineRun2Params) SetPipelineID(pipelineID string)

SetPipelineID adds the pipelineId to the waypoint get pipeline run2 params

func (*WaypointGetPipelineRun2Params) SetPipelineOwnerPipelineName ¶

func (o *WaypointGetPipelineRun2Params) SetPipelineOwnerPipelineName(pipelineOwnerPipelineName *string)

SetPipelineOwnerPipelineName adds the pipelineOwnerPipelineName to the waypoint get pipeline run2 params

func (*WaypointGetPipelineRun2Params) SetPipelineOwnerProjectProject ¶

func (o *WaypointGetPipelineRun2Params) SetPipelineOwnerProjectProject(pipelineOwnerProjectProject *string)

SetPipelineOwnerProjectProject adds the pipelineOwnerProjectProject to the waypoint get pipeline run2 params

func (*WaypointGetPipelineRun2Params) SetSequence ¶

func (o *WaypointGetPipelineRun2Params) SetSequence(sequence string)

SetSequence adds the sequence to the waypoint get pipeline run2 params

func (*WaypointGetPipelineRun2Params) SetTimeout ¶

func (o *WaypointGetPipelineRun2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get pipeline run2 params

func (*WaypointGetPipelineRun2Params) WithContext ¶

WithContext adds the context to the waypoint get pipeline run2 params

func (*WaypointGetPipelineRun2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get pipeline run2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetPipelineRun2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get pipeline run2 params

func (*WaypointGetPipelineRun2Params) WithPipelineID ¶

WithPipelineID adds the pipelineID to the waypoint get pipeline run2 params

func (*WaypointGetPipelineRun2Params) WithPipelineOwnerPipelineName ¶

func (o *WaypointGetPipelineRun2Params) WithPipelineOwnerPipelineName(pipelineOwnerPipelineName *string) *WaypointGetPipelineRun2Params

WithPipelineOwnerPipelineName adds the pipelineOwnerPipelineName to the waypoint get pipeline run2 params

func (*WaypointGetPipelineRun2Params) WithPipelineOwnerProjectProject ¶

func (o *WaypointGetPipelineRun2Params) WithPipelineOwnerProjectProject(pipelineOwnerProjectProject *string) *WaypointGetPipelineRun2Params

WithPipelineOwnerProjectProject adds the pipelineOwnerProjectProject to the waypoint get pipeline run2 params

func (*WaypointGetPipelineRun2Params) WithSequence ¶

WithSequence adds the sequence to the waypoint get pipeline run2 params

func (*WaypointGetPipelineRun2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get pipeline run2 params

func (*WaypointGetPipelineRun2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetPipelineRun2Reader ¶

type WaypointGetPipelineRun2Reader struct {
	// contains filtered or unexported fields
}

WaypointGetPipelineRun2Reader is a Reader for the WaypointGetPipelineRun2 structure.

func (*WaypointGetPipelineRun2Reader) ReadResponse ¶

func (o *WaypointGetPipelineRun2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetPipelineRunDefault ¶

type WaypointGetPipelineRunDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetPipelineRunDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetPipelineRunDefault ¶

func NewWaypointGetPipelineRunDefault(code int) *WaypointGetPipelineRunDefault

NewWaypointGetPipelineRunDefault creates a WaypointGetPipelineRunDefault with default headers values

func (*WaypointGetPipelineRunDefault) Code ¶

Code gets the status code for the waypoint get pipeline run default response

func (*WaypointGetPipelineRunDefault) Error ¶

func (*WaypointGetPipelineRunDefault) GetPayload ¶

func (*WaypointGetPipelineRunDefault) IsClientError ¶

func (o *WaypointGetPipelineRunDefault) IsClientError() bool

IsClientError returns true when this waypoint get pipeline run default response has a 4xx status code

func (*WaypointGetPipelineRunDefault) IsCode ¶

func (o *WaypointGetPipelineRunDefault) IsCode(code int) bool

IsCode returns true when this waypoint get pipeline run default response a status code equal to that given

func (*WaypointGetPipelineRunDefault) IsRedirect ¶

func (o *WaypointGetPipelineRunDefault) IsRedirect() bool

IsRedirect returns true when this waypoint get pipeline run default response has a 3xx status code

func (*WaypointGetPipelineRunDefault) IsServerError ¶

func (o *WaypointGetPipelineRunDefault) IsServerError() bool

IsServerError returns true when this waypoint get pipeline run default response has a 5xx status code

func (*WaypointGetPipelineRunDefault) IsSuccess ¶

func (o *WaypointGetPipelineRunDefault) IsSuccess() bool

IsSuccess returns true when this waypoint get pipeline run default response has a 2xx status code

func (*WaypointGetPipelineRunDefault) String ¶

type WaypointGetPipelineRunOK ¶

type WaypointGetPipelineRunOK struct {
	Payload *models.HashicorpWaypointGetPipelineRunResponse
}

WaypointGetPipelineRunOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetPipelineRunOK ¶

func NewWaypointGetPipelineRunOK() *WaypointGetPipelineRunOK

NewWaypointGetPipelineRunOK creates a WaypointGetPipelineRunOK with default headers values

func (*WaypointGetPipelineRunOK) Error ¶

func (o *WaypointGetPipelineRunOK) Error() string

func (*WaypointGetPipelineRunOK) GetPayload ¶

func (*WaypointGetPipelineRunOK) IsClientError ¶

func (o *WaypointGetPipelineRunOK) IsClientError() bool

IsClientError returns true when this waypoint get pipeline run o k response has a 4xx status code

func (*WaypointGetPipelineRunOK) IsCode ¶

func (o *WaypointGetPipelineRunOK) IsCode(code int) bool

IsCode returns true when this waypoint get pipeline run o k response a status code equal to that given

func (*WaypointGetPipelineRunOK) IsRedirect ¶

func (o *WaypointGetPipelineRunOK) IsRedirect() bool

IsRedirect returns true when this waypoint get pipeline run o k response has a 3xx status code

func (*WaypointGetPipelineRunOK) IsServerError ¶

func (o *WaypointGetPipelineRunOK) IsServerError() bool

IsServerError returns true when this waypoint get pipeline run o k response has a 5xx status code

func (*WaypointGetPipelineRunOK) IsSuccess ¶

func (o *WaypointGetPipelineRunOK) IsSuccess() bool

IsSuccess returns true when this waypoint get pipeline run o k response has a 2xx status code

func (*WaypointGetPipelineRunOK) String ¶

func (o *WaypointGetPipelineRunOK) String() string

type WaypointGetPipelineRunParams ¶

type WaypointGetPipelineRunParams struct {

	/* PipelineID.

	   Reference a single pipeline by ID.
	*/
	PipelineID *string

	/* PipelineOwnerPipelineName.

	   the name of the defined pipeline config
	*/
	PipelineOwnerPipelineName string

	// PipelineOwnerProjectProject.
	PipelineOwnerProjectProject string

	// Sequence.
	//
	// Format: uint64
	Sequence string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetPipelineRunParams contains all the parameters to send to the API endpoint

for the waypoint get pipeline run operation.

Typically these are written to a http.Request.

func NewWaypointGetPipelineRunParams ¶

func NewWaypointGetPipelineRunParams() *WaypointGetPipelineRunParams

NewWaypointGetPipelineRunParams creates a new WaypointGetPipelineRunParams 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 NewWaypointGetPipelineRunParamsWithContext ¶

func NewWaypointGetPipelineRunParamsWithContext(ctx context.Context) *WaypointGetPipelineRunParams

NewWaypointGetPipelineRunParamsWithContext creates a new WaypointGetPipelineRunParams object with the ability to set a context for a request.

func NewWaypointGetPipelineRunParamsWithHTTPClient ¶

func NewWaypointGetPipelineRunParamsWithHTTPClient(client *http.Client) *WaypointGetPipelineRunParams

NewWaypointGetPipelineRunParamsWithHTTPClient creates a new WaypointGetPipelineRunParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetPipelineRunParamsWithTimeout ¶

func NewWaypointGetPipelineRunParamsWithTimeout(timeout time.Duration) *WaypointGetPipelineRunParams

NewWaypointGetPipelineRunParamsWithTimeout creates a new WaypointGetPipelineRunParams object with the ability to set a timeout on a request.

func (*WaypointGetPipelineRunParams) SetContext ¶

func (o *WaypointGetPipelineRunParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint get pipeline run params

func (*WaypointGetPipelineRunParams) SetDefaults ¶

func (o *WaypointGetPipelineRunParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get pipeline run params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetPipelineRunParams) SetHTTPClient ¶

func (o *WaypointGetPipelineRunParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get pipeline run params

func (*WaypointGetPipelineRunParams) SetPipelineID ¶

func (o *WaypointGetPipelineRunParams) SetPipelineID(pipelineID *string)

SetPipelineID adds the pipelineId to the waypoint get pipeline run params

func (*WaypointGetPipelineRunParams) SetPipelineOwnerPipelineName ¶

func (o *WaypointGetPipelineRunParams) SetPipelineOwnerPipelineName(pipelineOwnerPipelineName string)

SetPipelineOwnerPipelineName adds the pipelineOwnerPipelineName to the waypoint get pipeline run params

func (*WaypointGetPipelineRunParams) SetPipelineOwnerProjectProject ¶

func (o *WaypointGetPipelineRunParams) SetPipelineOwnerProjectProject(pipelineOwnerProjectProject string)

SetPipelineOwnerProjectProject adds the pipelineOwnerProjectProject to the waypoint get pipeline run params

func (*WaypointGetPipelineRunParams) SetSequence ¶

func (o *WaypointGetPipelineRunParams) SetSequence(sequence string)

SetSequence adds the sequence to the waypoint get pipeline run params

func (*WaypointGetPipelineRunParams) SetTimeout ¶

func (o *WaypointGetPipelineRunParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get pipeline run params

func (*WaypointGetPipelineRunParams) WithContext ¶

WithContext adds the context to the waypoint get pipeline run params

func (*WaypointGetPipelineRunParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get pipeline run params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetPipelineRunParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get pipeline run params

func (*WaypointGetPipelineRunParams) WithPipelineID ¶

func (o *WaypointGetPipelineRunParams) WithPipelineID(pipelineID *string) *WaypointGetPipelineRunParams

WithPipelineID adds the pipelineID to the waypoint get pipeline run params

func (*WaypointGetPipelineRunParams) WithPipelineOwnerPipelineName ¶

func (o *WaypointGetPipelineRunParams) WithPipelineOwnerPipelineName(pipelineOwnerPipelineName string) *WaypointGetPipelineRunParams

WithPipelineOwnerPipelineName adds the pipelineOwnerPipelineName to the waypoint get pipeline run params

func (*WaypointGetPipelineRunParams) WithPipelineOwnerProjectProject ¶

func (o *WaypointGetPipelineRunParams) WithPipelineOwnerProjectProject(pipelineOwnerProjectProject string) *WaypointGetPipelineRunParams

WithPipelineOwnerProjectProject adds the pipelineOwnerProjectProject to the waypoint get pipeline run params

func (*WaypointGetPipelineRunParams) WithSequence ¶

WithSequence adds the sequence to the waypoint get pipeline run params

func (*WaypointGetPipelineRunParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get pipeline run params

func (*WaypointGetPipelineRunParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetPipelineRunReader ¶

type WaypointGetPipelineRunReader struct {
	// contains filtered or unexported fields
}

WaypointGetPipelineRunReader is a Reader for the WaypointGetPipelineRun structure.

func (*WaypointGetPipelineRunReader) ReadResponse ¶

func (o *WaypointGetPipelineRunReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetProjectDefault ¶

type WaypointGetProjectDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetProjectDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetProjectDefault ¶

func NewWaypointGetProjectDefault(code int) *WaypointGetProjectDefault

NewWaypointGetProjectDefault creates a WaypointGetProjectDefault with default headers values

func (*WaypointGetProjectDefault) Code ¶

func (o *WaypointGetProjectDefault) Code() int

Code gets the status code for the waypoint get project default response

func (*WaypointGetProjectDefault) Error ¶

func (o *WaypointGetProjectDefault) Error() string

func (*WaypointGetProjectDefault) GetPayload ¶

func (*WaypointGetProjectDefault) IsClientError ¶

func (o *WaypointGetProjectDefault) IsClientError() bool

IsClientError returns true when this waypoint get project default response has a 4xx status code

func (*WaypointGetProjectDefault) IsCode ¶

func (o *WaypointGetProjectDefault) IsCode(code int) bool

IsCode returns true when this waypoint get project default response a status code equal to that given

func (*WaypointGetProjectDefault) IsRedirect ¶

func (o *WaypointGetProjectDefault) IsRedirect() bool

IsRedirect returns true when this waypoint get project default response has a 3xx status code

func (*WaypointGetProjectDefault) IsServerError ¶

func (o *WaypointGetProjectDefault) IsServerError() bool

IsServerError returns true when this waypoint get project default response has a 5xx status code

func (*WaypointGetProjectDefault) IsSuccess ¶

func (o *WaypointGetProjectDefault) IsSuccess() bool

IsSuccess returns true when this waypoint get project default response has a 2xx status code

func (*WaypointGetProjectDefault) String ¶

func (o *WaypointGetProjectDefault) String() string

type WaypointGetProjectOK ¶

type WaypointGetProjectOK struct {
	Payload *models.HashicorpWaypointGetProjectResponse
}

WaypointGetProjectOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetProjectOK ¶

func NewWaypointGetProjectOK() *WaypointGetProjectOK

NewWaypointGetProjectOK creates a WaypointGetProjectOK with default headers values

func (*WaypointGetProjectOK) Error ¶

func (o *WaypointGetProjectOK) Error() string

func (*WaypointGetProjectOK) GetPayload ¶

func (*WaypointGetProjectOK) IsClientError ¶

func (o *WaypointGetProjectOK) IsClientError() bool

IsClientError returns true when this waypoint get project o k response has a 4xx status code

func (*WaypointGetProjectOK) IsCode ¶

func (o *WaypointGetProjectOK) IsCode(code int) bool

IsCode returns true when this waypoint get project o k response a status code equal to that given

func (*WaypointGetProjectOK) IsRedirect ¶

func (o *WaypointGetProjectOK) IsRedirect() bool

IsRedirect returns true when this waypoint get project o k response has a 3xx status code

func (*WaypointGetProjectOK) IsServerError ¶

func (o *WaypointGetProjectOK) IsServerError() bool

IsServerError returns true when this waypoint get project o k response has a 5xx status code

func (*WaypointGetProjectOK) IsSuccess ¶

func (o *WaypointGetProjectOK) IsSuccess() bool

IsSuccess returns true when this waypoint get project o k response has a 2xx status code

func (*WaypointGetProjectOK) String ¶

func (o *WaypointGetProjectOK) String() string

type WaypointGetProjectParams ¶

type WaypointGetProjectParams struct {

	// ProjectProject.
	ProjectProject string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetProjectParams contains all the parameters to send to the API endpoint

for the waypoint get project operation.

Typically these are written to a http.Request.

func NewWaypointGetProjectParams ¶

func NewWaypointGetProjectParams() *WaypointGetProjectParams

NewWaypointGetProjectParams creates a new WaypointGetProjectParams 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 NewWaypointGetProjectParamsWithContext ¶

func NewWaypointGetProjectParamsWithContext(ctx context.Context) *WaypointGetProjectParams

NewWaypointGetProjectParamsWithContext creates a new WaypointGetProjectParams object with the ability to set a context for a request.

func NewWaypointGetProjectParamsWithHTTPClient ¶

func NewWaypointGetProjectParamsWithHTTPClient(client *http.Client) *WaypointGetProjectParams

NewWaypointGetProjectParamsWithHTTPClient creates a new WaypointGetProjectParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetProjectParamsWithTimeout ¶

func NewWaypointGetProjectParamsWithTimeout(timeout time.Duration) *WaypointGetProjectParams

NewWaypointGetProjectParamsWithTimeout creates a new WaypointGetProjectParams object with the ability to set a timeout on a request.

func (*WaypointGetProjectParams) SetContext ¶

func (o *WaypointGetProjectParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint get project params

func (*WaypointGetProjectParams) SetDefaults ¶

func (o *WaypointGetProjectParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get project params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetProjectParams) SetHTTPClient ¶

func (o *WaypointGetProjectParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get project params

func (*WaypointGetProjectParams) SetProjectProject ¶

func (o *WaypointGetProjectParams) SetProjectProject(projectProject string)

SetProjectProject adds the projectProject to the waypoint get project params

func (*WaypointGetProjectParams) SetTimeout ¶

func (o *WaypointGetProjectParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get project params

func (*WaypointGetProjectParams) WithContext ¶

WithContext adds the context to the waypoint get project params

func (*WaypointGetProjectParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get project params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetProjectParams) WithHTTPClient ¶

func (o *WaypointGetProjectParams) WithHTTPClient(client *http.Client) *WaypointGetProjectParams

WithHTTPClient adds the HTTPClient to the waypoint get project params

func (*WaypointGetProjectParams) WithProjectProject ¶

func (o *WaypointGetProjectParams) WithProjectProject(projectProject string) *WaypointGetProjectParams

WithProjectProject adds the projectProject to the waypoint get project params

func (*WaypointGetProjectParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get project params

func (*WaypointGetProjectParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetProjectReader ¶

type WaypointGetProjectReader struct {
	// contains filtered or unexported fields
}

WaypointGetProjectReader is a Reader for the WaypointGetProject structure.

func (*WaypointGetProjectReader) ReadResponse ¶

func (o *WaypointGetProjectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetPushedArtifact2Default ¶

type WaypointGetPushedArtifact2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetPushedArtifact2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetPushedArtifact2Default ¶

func NewWaypointGetPushedArtifact2Default(code int) *WaypointGetPushedArtifact2Default

NewWaypointGetPushedArtifact2Default creates a WaypointGetPushedArtifact2Default with default headers values

func (*WaypointGetPushedArtifact2Default) Code ¶

Code gets the status code for the waypoint get pushed artifact2 default response

func (*WaypointGetPushedArtifact2Default) Error ¶

func (*WaypointGetPushedArtifact2Default) GetPayload ¶

func (*WaypointGetPushedArtifact2Default) IsClientError ¶

func (o *WaypointGetPushedArtifact2Default) IsClientError() bool

IsClientError returns true when this waypoint get pushed artifact2 default response has a 4xx status code

func (*WaypointGetPushedArtifact2Default) IsCode ¶

func (o *WaypointGetPushedArtifact2Default) IsCode(code int) bool

IsCode returns true when this waypoint get pushed artifact2 default response a status code equal to that given

func (*WaypointGetPushedArtifact2Default) IsRedirect ¶

func (o *WaypointGetPushedArtifact2Default) IsRedirect() bool

IsRedirect returns true when this waypoint get pushed artifact2 default response has a 3xx status code

func (*WaypointGetPushedArtifact2Default) IsServerError ¶

func (o *WaypointGetPushedArtifact2Default) IsServerError() bool

IsServerError returns true when this waypoint get pushed artifact2 default response has a 5xx status code

func (*WaypointGetPushedArtifact2Default) IsSuccess ¶

func (o *WaypointGetPushedArtifact2Default) IsSuccess() bool

IsSuccess returns true when this waypoint get pushed artifact2 default response has a 2xx status code

func (*WaypointGetPushedArtifact2Default) String ¶

type WaypointGetPushedArtifact2OK ¶

type WaypointGetPushedArtifact2OK struct {
	Payload *models.HashicorpWaypointPushedArtifact
}

WaypointGetPushedArtifact2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetPushedArtifact2OK ¶

func NewWaypointGetPushedArtifact2OK() *WaypointGetPushedArtifact2OK

NewWaypointGetPushedArtifact2OK creates a WaypointGetPushedArtifact2OK with default headers values

func (*WaypointGetPushedArtifact2OK) Error ¶

func (*WaypointGetPushedArtifact2OK) GetPayload ¶

func (*WaypointGetPushedArtifact2OK) IsClientError ¶

func (o *WaypointGetPushedArtifact2OK) IsClientError() bool

IsClientError returns true when this waypoint get pushed artifact2 o k response has a 4xx status code

func (*WaypointGetPushedArtifact2OK) IsCode ¶

func (o *WaypointGetPushedArtifact2OK) IsCode(code int) bool

IsCode returns true when this waypoint get pushed artifact2 o k response a status code equal to that given

func (*WaypointGetPushedArtifact2OK) IsRedirect ¶

func (o *WaypointGetPushedArtifact2OK) IsRedirect() bool

IsRedirect returns true when this waypoint get pushed artifact2 o k response has a 3xx status code

func (*WaypointGetPushedArtifact2OK) IsServerError ¶

func (o *WaypointGetPushedArtifact2OK) IsServerError() bool

IsServerError returns true when this waypoint get pushed artifact2 o k response has a 5xx status code

func (*WaypointGetPushedArtifact2OK) IsSuccess ¶

func (o *WaypointGetPushedArtifact2OK) IsSuccess() bool

IsSuccess returns true when this waypoint get pushed artifact2 o k response has a 2xx status code

func (*WaypointGetPushedArtifact2OK) String ¶

type WaypointGetPushedArtifact2Params ¶

type WaypointGetPushedArtifact2Params struct {

	// RefID.
	RefID *string

	// RefSequenceApplicationApplication.
	RefSequenceApplicationApplication string

	// RefSequenceApplicationProject.
	RefSequenceApplicationProject string

	// RefSequenceNumber.
	//
	// Format: uint64
	RefSequenceNumber string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetPushedArtifact2Params contains all the parameters to send to the API endpoint

for the waypoint get pushed artifact2 operation.

Typically these are written to a http.Request.

func NewWaypointGetPushedArtifact2Params ¶

func NewWaypointGetPushedArtifact2Params() *WaypointGetPushedArtifact2Params

NewWaypointGetPushedArtifact2Params creates a new WaypointGetPushedArtifact2Params 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 NewWaypointGetPushedArtifact2ParamsWithContext ¶

func NewWaypointGetPushedArtifact2ParamsWithContext(ctx context.Context) *WaypointGetPushedArtifact2Params

NewWaypointGetPushedArtifact2ParamsWithContext creates a new WaypointGetPushedArtifact2Params object with the ability to set a context for a request.

func NewWaypointGetPushedArtifact2ParamsWithHTTPClient ¶

func NewWaypointGetPushedArtifact2ParamsWithHTTPClient(client *http.Client) *WaypointGetPushedArtifact2Params

NewWaypointGetPushedArtifact2ParamsWithHTTPClient creates a new WaypointGetPushedArtifact2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetPushedArtifact2ParamsWithTimeout ¶

func NewWaypointGetPushedArtifact2ParamsWithTimeout(timeout time.Duration) *WaypointGetPushedArtifact2Params

NewWaypointGetPushedArtifact2ParamsWithTimeout creates a new WaypointGetPushedArtifact2Params object with the ability to set a timeout on a request.

func (*WaypointGetPushedArtifact2Params) SetContext ¶

SetContext adds the context to the waypoint get pushed artifact2 params

func (*WaypointGetPushedArtifact2Params) SetDefaults ¶

func (o *WaypointGetPushedArtifact2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint get pushed artifact2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetPushedArtifact2Params) SetHTTPClient ¶

func (o *WaypointGetPushedArtifact2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get pushed artifact2 params

func (*WaypointGetPushedArtifact2Params) SetRefID ¶

func (o *WaypointGetPushedArtifact2Params) SetRefID(refID *string)

SetRefID adds the refId to the waypoint get pushed artifact2 params

func (*WaypointGetPushedArtifact2Params) SetRefSequenceApplicationApplication ¶

func (o *WaypointGetPushedArtifact2Params) SetRefSequenceApplicationApplication(refSequenceApplicationApplication string)

SetRefSequenceApplicationApplication adds the refSequenceApplicationApplication to the waypoint get pushed artifact2 params

func (*WaypointGetPushedArtifact2Params) SetRefSequenceApplicationProject ¶

func (o *WaypointGetPushedArtifact2Params) SetRefSequenceApplicationProject(refSequenceApplicationProject string)

SetRefSequenceApplicationProject adds the refSequenceApplicationProject to the waypoint get pushed artifact2 params

func (*WaypointGetPushedArtifact2Params) SetRefSequenceNumber ¶

func (o *WaypointGetPushedArtifact2Params) SetRefSequenceNumber(refSequenceNumber string)

SetRefSequenceNumber adds the refSequenceNumber to the waypoint get pushed artifact2 params

func (*WaypointGetPushedArtifact2Params) SetTimeout ¶

func (o *WaypointGetPushedArtifact2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get pushed artifact2 params

func (*WaypointGetPushedArtifact2Params) WithContext ¶

WithContext adds the context to the waypoint get pushed artifact2 params

func (*WaypointGetPushedArtifact2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get pushed artifact2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetPushedArtifact2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get pushed artifact2 params

func (*WaypointGetPushedArtifact2Params) WithRefID ¶

WithRefID adds the refID to the waypoint get pushed artifact2 params

func (*WaypointGetPushedArtifact2Params) WithRefSequenceApplicationApplication ¶

func (o *WaypointGetPushedArtifact2Params) WithRefSequenceApplicationApplication(refSequenceApplicationApplication string) *WaypointGetPushedArtifact2Params

WithRefSequenceApplicationApplication adds the refSequenceApplicationApplication to the waypoint get pushed artifact2 params

func (*WaypointGetPushedArtifact2Params) WithRefSequenceApplicationProject ¶

func (o *WaypointGetPushedArtifact2Params) WithRefSequenceApplicationProject(refSequenceApplicationProject string) *WaypointGetPushedArtifact2Params

WithRefSequenceApplicationProject adds the refSequenceApplicationProject to the waypoint get pushed artifact2 params

func (*WaypointGetPushedArtifact2Params) WithRefSequenceNumber ¶

func (o *WaypointGetPushedArtifact2Params) WithRefSequenceNumber(refSequenceNumber string) *WaypointGetPushedArtifact2Params

WithRefSequenceNumber adds the refSequenceNumber to the waypoint get pushed artifact2 params

func (*WaypointGetPushedArtifact2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get pushed artifact2 params

func (*WaypointGetPushedArtifact2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetPushedArtifact2Reader ¶

type WaypointGetPushedArtifact2Reader struct {
	// contains filtered or unexported fields
}

WaypointGetPushedArtifact2Reader is a Reader for the WaypointGetPushedArtifact2 structure.

func (*WaypointGetPushedArtifact2Reader) ReadResponse ¶

func (o *WaypointGetPushedArtifact2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetPushedArtifactDefault ¶

type WaypointGetPushedArtifactDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetPushedArtifactDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetPushedArtifactDefault ¶

func NewWaypointGetPushedArtifactDefault(code int) *WaypointGetPushedArtifactDefault

NewWaypointGetPushedArtifactDefault creates a WaypointGetPushedArtifactDefault with default headers values

func (*WaypointGetPushedArtifactDefault) Code ¶

Code gets the status code for the waypoint get pushed artifact default response

func (*WaypointGetPushedArtifactDefault) Error ¶

func (*WaypointGetPushedArtifactDefault) GetPayload ¶

func (*WaypointGetPushedArtifactDefault) IsClientError ¶

func (o *WaypointGetPushedArtifactDefault) IsClientError() bool

IsClientError returns true when this waypoint get pushed artifact default response has a 4xx status code

func (*WaypointGetPushedArtifactDefault) IsCode ¶

func (o *WaypointGetPushedArtifactDefault) IsCode(code int) bool

IsCode returns true when this waypoint get pushed artifact default response a status code equal to that given

func (*WaypointGetPushedArtifactDefault) IsRedirect ¶

func (o *WaypointGetPushedArtifactDefault) IsRedirect() bool

IsRedirect returns true when this waypoint get pushed artifact default response has a 3xx status code

func (*WaypointGetPushedArtifactDefault) IsServerError ¶

func (o *WaypointGetPushedArtifactDefault) IsServerError() bool

IsServerError returns true when this waypoint get pushed artifact default response has a 5xx status code

func (*WaypointGetPushedArtifactDefault) IsSuccess ¶

func (o *WaypointGetPushedArtifactDefault) IsSuccess() bool

IsSuccess returns true when this waypoint get pushed artifact default response has a 2xx status code

func (*WaypointGetPushedArtifactDefault) String ¶

type WaypointGetPushedArtifactOK ¶

type WaypointGetPushedArtifactOK struct {
	Payload *models.HashicorpWaypointPushedArtifact
}

WaypointGetPushedArtifactOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetPushedArtifactOK ¶

func NewWaypointGetPushedArtifactOK() *WaypointGetPushedArtifactOK

NewWaypointGetPushedArtifactOK creates a WaypointGetPushedArtifactOK with default headers values

func (*WaypointGetPushedArtifactOK) Error ¶

func (*WaypointGetPushedArtifactOK) GetPayload ¶

func (*WaypointGetPushedArtifactOK) IsClientError ¶

func (o *WaypointGetPushedArtifactOK) IsClientError() bool

IsClientError returns true when this waypoint get pushed artifact o k response has a 4xx status code

func (*WaypointGetPushedArtifactOK) IsCode ¶

func (o *WaypointGetPushedArtifactOK) IsCode(code int) bool

IsCode returns true when this waypoint get pushed artifact o k response a status code equal to that given

func (*WaypointGetPushedArtifactOK) IsRedirect ¶

func (o *WaypointGetPushedArtifactOK) IsRedirect() bool

IsRedirect returns true when this waypoint get pushed artifact o k response has a 3xx status code

func (*WaypointGetPushedArtifactOK) IsServerError ¶

func (o *WaypointGetPushedArtifactOK) IsServerError() bool

IsServerError returns true when this waypoint get pushed artifact o k response has a 5xx status code

func (*WaypointGetPushedArtifactOK) IsSuccess ¶

func (o *WaypointGetPushedArtifactOK) IsSuccess() bool

IsSuccess returns true when this waypoint get pushed artifact o k response has a 2xx status code

func (*WaypointGetPushedArtifactOK) String ¶

func (o *WaypointGetPushedArtifactOK) String() string

type WaypointGetPushedArtifactParams ¶

type WaypointGetPushedArtifactParams struct {

	// RefID.
	RefID string

	// RefSequenceApplicationApplication.
	RefSequenceApplicationApplication *string

	// RefSequenceApplicationProject.
	RefSequenceApplicationProject *string

	// RefSequenceNumber.
	//
	// Format: uint64
	RefSequenceNumber *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetPushedArtifactParams contains all the parameters to send to the API endpoint

for the waypoint get pushed artifact operation.

Typically these are written to a http.Request.

func NewWaypointGetPushedArtifactParams ¶

func NewWaypointGetPushedArtifactParams() *WaypointGetPushedArtifactParams

NewWaypointGetPushedArtifactParams creates a new WaypointGetPushedArtifactParams 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 NewWaypointGetPushedArtifactParamsWithContext ¶

func NewWaypointGetPushedArtifactParamsWithContext(ctx context.Context) *WaypointGetPushedArtifactParams

NewWaypointGetPushedArtifactParamsWithContext creates a new WaypointGetPushedArtifactParams object with the ability to set a context for a request.

func NewWaypointGetPushedArtifactParamsWithHTTPClient ¶

func NewWaypointGetPushedArtifactParamsWithHTTPClient(client *http.Client) *WaypointGetPushedArtifactParams

NewWaypointGetPushedArtifactParamsWithHTTPClient creates a new WaypointGetPushedArtifactParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetPushedArtifactParamsWithTimeout ¶

func NewWaypointGetPushedArtifactParamsWithTimeout(timeout time.Duration) *WaypointGetPushedArtifactParams

NewWaypointGetPushedArtifactParamsWithTimeout creates a new WaypointGetPushedArtifactParams object with the ability to set a timeout on a request.

func (*WaypointGetPushedArtifactParams) SetContext ¶

func (o *WaypointGetPushedArtifactParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint get pushed artifact params

func (*WaypointGetPushedArtifactParams) SetDefaults ¶

func (o *WaypointGetPushedArtifactParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get pushed artifact params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetPushedArtifactParams) SetHTTPClient ¶

func (o *WaypointGetPushedArtifactParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get pushed artifact params

func (*WaypointGetPushedArtifactParams) SetRefID ¶

func (o *WaypointGetPushedArtifactParams) SetRefID(refID string)

SetRefID adds the refId to the waypoint get pushed artifact params

func (*WaypointGetPushedArtifactParams) SetRefSequenceApplicationApplication ¶

func (o *WaypointGetPushedArtifactParams) SetRefSequenceApplicationApplication(refSequenceApplicationApplication *string)

SetRefSequenceApplicationApplication adds the refSequenceApplicationApplication to the waypoint get pushed artifact params

func (*WaypointGetPushedArtifactParams) SetRefSequenceApplicationProject ¶

func (o *WaypointGetPushedArtifactParams) SetRefSequenceApplicationProject(refSequenceApplicationProject *string)

SetRefSequenceApplicationProject adds the refSequenceApplicationProject to the waypoint get pushed artifact params

func (*WaypointGetPushedArtifactParams) SetRefSequenceNumber ¶

func (o *WaypointGetPushedArtifactParams) SetRefSequenceNumber(refSequenceNumber *string)

SetRefSequenceNumber adds the refSequenceNumber to the waypoint get pushed artifact params

func (*WaypointGetPushedArtifactParams) SetTimeout ¶

func (o *WaypointGetPushedArtifactParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get pushed artifact params

func (*WaypointGetPushedArtifactParams) WithContext ¶

WithContext adds the context to the waypoint get pushed artifact params

func (*WaypointGetPushedArtifactParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get pushed artifact params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetPushedArtifactParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get pushed artifact params

func (*WaypointGetPushedArtifactParams) WithRefID ¶

WithRefID adds the refID to the waypoint get pushed artifact params

func (*WaypointGetPushedArtifactParams) WithRefSequenceApplicationApplication ¶

func (o *WaypointGetPushedArtifactParams) WithRefSequenceApplicationApplication(refSequenceApplicationApplication *string) *WaypointGetPushedArtifactParams

WithRefSequenceApplicationApplication adds the refSequenceApplicationApplication to the waypoint get pushed artifact params

func (*WaypointGetPushedArtifactParams) WithRefSequenceApplicationProject ¶

func (o *WaypointGetPushedArtifactParams) WithRefSequenceApplicationProject(refSequenceApplicationProject *string) *WaypointGetPushedArtifactParams

WithRefSequenceApplicationProject adds the refSequenceApplicationProject to the waypoint get pushed artifact params

func (*WaypointGetPushedArtifactParams) WithRefSequenceNumber ¶

func (o *WaypointGetPushedArtifactParams) WithRefSequenceNumber(refSequenceNumber *string) *WaypointGetPushedArtifactParams

WithRefSequenceNumber adds the refSequenceNumber to the waypoint get pushed artifact params

func (*WaypointGetPushedArtifactParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get pushed artifact params

func (*WaypointGetPushedArtifactParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetPushedArtifactReader ¶

type WaypointGetPushedArtifactReader struct {
	// contains filtered or unexported fields
}

WaypointGetPushedArtifactReader is a Reader for the WaypointGetPushedArtifact structure.

func (*WaypointGetPushedArtifactReader) ReadResponse ¶

func (o *WaypointGetPushedArtifactReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetRelease2Default ¶

type WaypointGetRelease2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetRelease2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetRelease2Default ¶

func NewWaypointGetRelease2Default(code int) *WaypointGetRelease2Default

NewWaypointGetRelease2Default creates a WaypointGetRelease2Default with default headers values

func (*WaypointGetRelease2Default) Code ¶

func (o *WaypointGetRelease2Default) Code() int

Code gets the status code for the waypoint get release2 default response

func (*WaypointGetRelease2Default) Error ¶

func (*WaypointGetRelease2Default) GetPayload ¶

func (*WaypointGetRelease2Default) IsClientError ¶

func (o *WaypointGetRelease2Default) IsClientError() bool

IsClientError returns true when this waypoint get release2 default response has a 4xx status code

func (*WaypointGetRelease2Default) IsCode ¶

func (o *WaypointGetRelease2Default) IsCode(code int) bool

IsCode returns true when this waypoint get release2 default response a status code equal to that given

func (*WaypointGetRelease2Default) IsRedirect ¶

func (o *WaypointGetRelease2Default) IsRedirect() bool

IsRedirect returns true when this waypoint get release2 default response has a 3xx status code

func (*WaypointGetRelease2Default) IsServerError ¶

func (o *WaypointGetRelease2Default) IsServerError() bool

IsServerError returns true when this waypoint get release2 default response has a 5xx status code

func (*WaypointGetRelease2Default) IsSuccess ¶

func (o *WaypointGetRelease2Default) IsSuccess() bool

IsSuccess returns true when this waypoint get release2 default response has a 2xx status code

func (*WaypointGetRelease2Default) String ¶

func (o *WaypointGetRelease2Default) String() string

type WaypointGetRelease2OK ¶

type WaypointGetRelease2OK struct {
	Payload *models.HashicorpWaypointRelease
}

WaypointGetRelease2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetRelease2OK ¶

func NewWaypointGetRelease2OK() *WaypointGetRelease2OK

NewWaypointGetRelease2OK creates a WaypointGetRelease2OK with default headers values

func (*WaypointGetRelease2OK) Error ¶

func (o *WaypointGetRelease2OK) Error() string

func (*WaypointGetRelease2OK) GetPayload ¶

func (*WaypointGetRelease2OK) IsClientError ¶

func (o *WaypointGetRelease2OK) IsClientError() bool

IsClientError returns true when this waypoint get release2 o k response has a 4xx status code

func (*WaypointGetRelease2OK) IsCode ¶

func (o *WaypointGetRelease2OK) IsCode(code int) bool

IsCode returns true when this waypoint get release2 o k response a status code equal to that given

func (*WaypointGetRelease2OK) IsRedirect ¶

func (o *WaypointGetRelease2OK) IsRedirect() bool

IsRedirect returns true when this waypoint get release2 o k response has a 3xx status code

func (*WaypointGetRelease2OK) IsServerError ¶

func (o *WaypointGetRelease2OK) IsServerError() bool

IsServerError returns true when this waypoint get release2 o k response has a 5xx status code

func (*WaypointGetRelease2OK) IsSuccess ¶

func (o *WaypointGetRelease2OK) IsSuccess() bool

IsSuccess returns true when this waypoint get release2 o k response has a 2xx status code

func (*WaypointGetRelease2OK) String ¶

func (o *WaypointGetRelease2OK) String() string

type WaypointGetRelease2Params ¶

type WaypointGetRelease2Params struct {

	/* LoadDetails.

	     Load additional details about the release. These will become available
	in the Preload section.

	     Default: "NONE"
	*/
	LoadDetails *string

	// RefID.
	RefID *string

	// RefSequenceApplicationApplication.
	RefSequenceApplicationApplication string

	// RefSequenceApplicationProject.
	RefSequenceApplicationProject string

	// RefSequenceNumber.
	//
	// Format: uint64
	RefSequenceNumber string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetRelease2Params contains all the parameters to send to the API endpoint

for the waypoint get release2 operation.

Typically these are written to a http.Request.

func NewWaypointGetRelease2Params ¶

func NewWaypointGetRelease2Params() *WaypointGetRelease2Params

NewWaypointGetRelease2Params creates a new WaypointGetRelease2Params 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 NewWaypointGetRelease2ParamsWithContext ¶

func NewWaypointGetRelease2ParamsWithContext(ctx context.Context) *WaypointGetRelease2Params

NewWaypointGetRelease2ParamsWithContext creates a new WaypointGetRelease2Params object with the ability to set a context for a request.

func NewWaypointGetRelease2ParamsWithHTTPClient ¶

func NewWaypointGetRelease2ParamsWithHTTPClient(client *http.Client) *WaypointGetRelease2Params

NewWaypointGetRelease2ParamsWithHTTPClient creates a new WaypointGetRelease2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetRelease2ParamsWithTimeout ¶

func NewWaypointGetRelease2ParamsWithTimeout(timeout time.Duration) *WaypointGetRelease2Params

NewWaypointGetRelease2ParamsWithTimeout creates a new WaypointGetRelease2Params object with the ability to set a timeout on a request.

func (*WaypointGetRelease2Params) SetContext ¶

func (o *WaypointGetRelease2Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint get release2 params

func (*WaypointGetRelease2Params) SetDefaults ¶

func (o *WaypointGetRelease2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint get release2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetRelease2Params) SetHTTPClient ¶

func (o *WaypointGetRelease2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get release2 params

func (*WaypointGetRelease2Params) SetLoadDetails ¶

func (o *WaypointGetRelease2Params) SetLoadDetails(loadDetails *string)

SetLoadDetails adds the loadDetails to the waypoint get release2 params

func (*WaypointGetRelease2Params) SetRefID ¶

func (o *WaypointGetRelease2Params) SetRefID(refID *string)

SetRefID adds the refId to the waypoint get release2 params

func (*WaypointGetRelease2Params) SetRefSequenceApplicationApplication ¶

func (o *WaypointGetRelease2Params) SetRefSequenceApplicationApplication(refSequenceApplicationApplication string)

SetRefSequenceApplicationApplication adds the refSequenceApplicationApplication to the waypoint get release2 params

func (*WaypointGetRelease2Params) SetRefSequenceApplicationProject ¶

func (o *WaypointGetRelease2Params) SetRefSequenceApplicationProject(refSequenceApplicationProject string)

SetRefSequenceApplicationProject adds the refSequenceApplicationProject to the waypoint get release2 params

func (*WaypointGetRelease2Params) SetRefSequenceNumber ¶

func (o *WaypointGetRelease2Params) SetRefSequenceNumber(refSequenceNumber string)

SetRefSequenceNumber adds the refSequenceNumber to the waypoint get release2 params

func (*WaypointGetRelease2Params) SetTimeout ¶

func (o *WaypointGetRelease2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get release2 params

func (*WaypointGetRelease2Params) WithContext ¶

WithContext adds the context to the waypoint get release2 params

func (*WaypointGetRelease2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get release2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetRelease2Params) WithHTTPClient ¶

func (o *WaypointGetRelease2Params) WithHTTPClient(client *http.Client) *WaypointGetRelease2Params

WithHTTPClient adds the HTTPClient to the waypoint get release2 params

func (*WaypointGetRelease2Params) WithLoadDetails ¶

func (o *WaypointGetRelease2Params) WithLoadDetails(loadDetails *string) *WaypointGetRelease2Params

WithLoadDetails adds the loadDetails to the waypoint get release2 params

func (*WaypointGetRelease2Params) WithRefID ¶

WithRefID adds the refID to the waypoint get release2 params

func (*WaypointGetRelease2Params) WithRefSequenceApplicationApplication ¶

func (o *WaypointGetRelease2Params) WithRefSequenceApplicationApplication(refSequenceApplicationApplication string) *WaypointGetRelease2Params

WithRefSequenceApplicationApplication adds the refSequenceApplicationApplication to the waypoint get release2 params

func (*WaypointGetRelease2Params) WithRefSequenceApplicationProject ¶

func (o *WaypointGetRelease2Params) WithRefSequenceApplicationProject(refSequenceApplicationProject string) *WaypointGetRelease2Params

WithRefSequenceApplicationProject adds the refSequenceApplicationProject to the waypoint get release2 params

func (*WaypointGetRelease2Params) WithRefSequenceNumber ¶

func (o *WaypointGetRelease2Params) WithRefSequenceNumber(refSequenceNumber string) *WaypointGetRelease2Params

WithRefSequenceNumber adds the refSequenceNumber to the waypoint get release2 params

func (*WaypointGetRelease2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get release2 params

func (*WaypointGetRelease2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetRelease2Reader ¶

type WaypointGetRelease2Reader struct {
	// contains filtered or unexported fields
}

WaypointGetRelease2Reader is a Reader for the WaypointGetRelease2 structure.

func (*WaypointGetRelease2Reader) ReadResponse ¶

func (o *WaypointGetRelease2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetReleaseDefault ¶

type WaypointGetReleaseDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetReleaseDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetReleaseDefault ¶

func NewWaypointGetReleaseDefault(code int) *WaypointGetReleaseDefault

NewWaypointGetReleaseDefault creates a WaypointGetReleaseDefault with default headers values

func (*WaypointGetReleaseDefault) Code ¶

func (o *WaypointGetReleaseDefault) Code() int

Code gets the status code for the waypoint get release default response

func (*WaypointGetReleaseDefault) Error ¶

func (o *WaypointGetReleaseDefault) Error() string

func (*WaypointGetReleaseDefault) GetPayload ¶

func (*WaypointGetReleaseDefault) IsClientError ¶

func (o *WaypointGetReleaseDefault) IsClientError() bool

IsClientError returns true when this waypoint get release default response has a 4xx status code

func (*WaypointGetReleaseDefault) IsCode ¶

func (o *WaypointGetReleaseDefault) IsCode(code int) bool

IsCode returns true when this waypoint get release default response a status code equal to that given

func (*WaypointGetReleaseDefault) IsRedirect ¶

func (o *WaypointGetReleaseDefault) IsRedirect() bool

IsRedirect returns true when this waypoint get release default response has a 3xx status code

func (*WaypointGetReleaseDefault) IsServerError ¶

func (o *WaypointGetReleaseDefault) IsServerError() bool

IsServerError returns true when this waypoint get release default response has a 5xx status code

func (*WaypointGetReleaseDefault) IsSuccess ¶

func (o *WaypointGetReleaseDefault) IsSuccess() bool

IsSuccess returns true when this waypoint get release default response has a 2xx status code

func (*WaypointGetReleaseDefault) String ¶

func (o *WaypointGetReleaseDefault) String() string

type WaypointGetReleaseOK ¶

type WaypointGetReleaseOK struct {
	Payload *models.HashicorpWaypointRelease
}

WaypointGetReleaseOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetReleaseOK ¶

func NewWaypointGetReleaseOK() *WaypointGetReleaseOK

NewWaypointGetReleaseOK creates a WaypointGetReleaseOK with default headers values

func (*WaypointGetReleaseOK) Error ¶

func (o *WaypointGetReleaseOK) Error() string

func (*WaypointGetReleaseOK) GetPayload ¶

func (*WaypointGetReleaseOK) IsClientError ¶

func (o *WaypointGetReleaseOK) IsClientError() bool

IsClientError returns true when this waypoint get release o k response has a 4xx status code

func (*WaypointGetReleaseOK) IsCode ¶

func (o *WaypointGetReleaseOK) IsCode(code int) bool

IsCode returns true when this waypoint get release o k response a status code equal to that given

func (*WaypointGetReleaseOK) IsRedirect ¶

func (o *WaypointGetReleaseOK) IsRedirect() bool

IsRedirect returns true when this waypoint get release o k response has a 3xx status code

func (*WaypointGetReleaseOK) IsServerError ¶

func (o *WaypointGetReleaseOK) IsServerError() bool

IsServerError returns true when this waypoint get release o k response has a 5xx status code

func (*WaypointGetReleaseOK) IsSuccess ¶

func (o *WaypointGetReleaseOK) IsSuccess() bool

IsSuccess returns true when this waypoint get release o k response has a 2xx status code

func (*WaypointGetReleaseOK) String ¶

func (o *WaypointGetReleaseOK) String() string

type WaypointGetReleaseParams ¶

type WaypointGetReleaseParams struct {

	/* LoadDetails.

	     Load additional details about the release. These will become available
	in the Preload section.

	     Default: "NONE"
	*/
	LoadDetails *string

	// RefID.
	RefID string

	// RefSequenceApplicationApplication.
	RefSequenceApplicationApplication *string

	// RefSequenceApplicationProject.
	RefSequenceApplicationProject *string

	// RefSequenceNumber.
	//
	// Format: uint64
	RefSequenceNumber *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetReleaseParams contains all the parameters to send to the API endpoint

for the waypoint get release operation.

Typically these are written to a http.Request.

func NewWaypointGetReleaseParams ¶

func NewWaypointGetReleaseParams() *WaypointGetReleaseParams

NewWaypointGetReleaseParams creates a new WaypointGetReleaseParams 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 NewWaypointGetReleaseParamsWithContext ¶

func NewWaypointGetReleaseParamsWithContext(ctx context.Context) *WaypointGetReleaseParams

NewWaypointGetReleaseParamsWithContext creates a new WaypointGetReleaseParams object with the ability to set a context for a request.

func NewWaypointGetReleaseParamsWithHTTPClient ¶

func NewWaypointGetReleaseParamsWithHTTPClient(client *http.Client) *WaypointGetReleaseParams

NewWaypointGetReleaseParamsWithHTTPClient creates a new WaypointGetReleaseParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetReleaseParamsWithTimeout ¶

func NewWaypointGetReleaseParamsWithTimeout(timeout time.Duration) *WaypointGetReleaseParams

NewWaypointGetReleaseParamsWithTimeout creates a new WaypointGetReleaseParams object with the ability to set a timeout on a request.

func (*WaypointGetReleaseParams) SetContext ¶

func (o *WaypointGetReleaseParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint get release params

func (*WaypointGetReleaseParams) SetDefaults ¶

func (o *WaypointGetReleaseParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get release params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetReleaseParams) SetHTTPClient ¶

func (o *WaypointGetReleaseParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get release params

func (*WaypointGetReleaseParams) SetLoadDetails ¶

func (o *WaypointGetReleaseParams) SetLoadDetails(loadDetails *string)

SetLoadDetails adds the loadDetails to the waypoint get release params

func (*WaypointGetReleaseParams) SetRefID ¶

func (o *WaypointGetReleaseParams) SetRefID(refID string)

SetRefID adds the refId to the waypoint get release params

func (*WaypointGetReleaseParams) SetRefSequenceApplicationApplication ¶

func (o *WaypointGetReleaseParams) SetRefSequenceApplicationApplication(refSequenceApplicationApplication *string)

SetRefSequenceApplicationApplication adds the refSequenceApplicationApplication to the waypoint get release params

func (*WaypointGetReleaseParams) SetRefSequenceApplicationProject ¶

func (o *WaypointGetReleaseParams) SetRefSequenceApplicationProject(refSequenceApplicationProject *string)

SetRefSequenceApplicationProject adds the refSequenceApplicationProject to the waypoint get release params

func (*WaypointGetReleaseParams) SetRefSequenceNumber ¶

func (o *WaypointGetReleaseParams) SetRefSequenceNumber(refSequenceNumber *string)

SetRefSequenceNumber adds the refSequenceNumber to the waypoint get release params

func (*WaypointGetReleaseParams) SetTimeout ¶

func (o *WaypointGetReleaseParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get release params

func (*WaypointGetReleaseParams) WithContext ¶

WithContext adds the context to the waypoint get release params

func (*WaypointGetReleaseParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get release params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetReleaseParams) WithHTTPClient ¶

func (o *WaypointGetReleaseParams) WithHTTPClient(client *http.Client) *WaypointGetReleaseParams

WithHTTPClient adds the HTTPClient to the waypoint get release params

func (*WaypointGetReleaseParams) WithLoadDetails ¶

func (o *WaypointGetReleaseParams) WithLoadDetails(loadDetails *string) *WaypointGetReleaseParams

WithLoadDetails adds the loadDetails to the waypoint get release params

func (*WaypointGetReleaseParams) WithRefID ¶

WithRefID adds the refID to the waypoint get release params

func (*WaypointGetReleaseParams) WithRefSequenceApplicationApplication ¶

func (o *WaypointGetReleaseParams) WithRefSequenceApplicationApplication(refSequenceApplicationApplication *string) *WaypointGetReleaseParams

WithRefSequenceApplicationApplication adds the refSequenceApplicationApplication to the waypoint get release params

func (*WaypointGetReleaseParams) WithRefSequenceApplicationProject ¶

func (o *WaypointGetReleaseParams) WithRefSequenceApplicationProject(refSequenceApplicationProject *string) *WaypointGetReleaseParams

WithRefSequenceApplicationProject adds the refSequenceApplicationProject to the waypoint get release params

func (*WaypointGetReleaseParams) WithRefSequenceNumber ¶

func (o *WaypointGetReleaseParams) WithRefSequenceNumber(refSequenceNumber *string) *WaypointGetReleaseParams

WithRefSequenceNumber adds the refSequenceNumber to the waypoint get release params

func (*WaypointGetReleaseParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get release params

func (*WaypointGetReleaseParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetReleaseReader ¶

type WaypointGetReleaseReader struct {
	// contains filtered or unexported fields
}

WaypointGetReleaseReader is a Reader for the WaypointGetRelease structure.

func (*WaypointGetReleaseReader) ReadResponse ¶

func (o *WaypointGetReleaseReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetRunnerDefault ¶

type WaypointGetRunnerDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetRunnerDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetRunnerDefault ¶

func NewWaypointGetRunnerDefault(code int) *WaypointGetRunnerDefault

NewWaypointGetRunnerDefault creates a WaypointGetRunnerDefault with default headers values

func (*WaypointGetRunnerDefault) Code ¶

func (o *WaypointGetRunnerDefault) Code() int

Code gets the status code for the waypoint get runner default response

func (*WaypointGetRunnerDefault) Error ¶

func (o *WaypointGetRunnerDefault) Error() string

func (*WaypointGetRunnerDefault) GetPayload ¶

func (*WaypointGetRunnerDefault) IsClientError ¶

func (o *WaypointGetRunnerDefault) IsClientError() bool

IsClientError returns true when this waypoint get runner default response has a 4xx status code

func (*WaypointGetRunnerDefault) IsCode ¶

func (o *WaypointGetRunnerDefault) IsCode(code int) bool

IsCode returns true when this waypoint get runner default response a status code equal to that given

func (*WaypointGetRunnerDefault) IsRedirect ¶

func (o *WaypointGetRunnerDefault) IsRedirect() bool

IsRedirect returns true when this waypoint get runner default response has a 3xx status code

func (*WaypointGetRunnerDefault) IsServerError ¶

func (o *WaypointGetRunnerDefault) IsServerError() bool

IsServerError returns true when this waypoint get runner default response has a 5xx status code

func (*WaypointGetRunnerDefault) IsSuccess ¶

func (o *WaypointGetRunnerDefault) IsSuccess() bool

IsSuccess returns true when this waypoint get runner default response has a 2xx status code

func (*WaypointGetRunnerDefault) String ¶

func (o *WaypointGetRunnerDefault) String() string

type WaypointGetRunnerOK ¶

type WaypointGetRunnerOK struct {
	Payload *models.HashicorpWaypointRunner
}

WaypointGetRunnerOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetRunnerOK ¶

func NewWaypointGetRunnerOK() *WaypointGetRunnerOK

NewWaypointGetRunnerOK creates a WaypointGetRunnerOK with default headers values

func (*WaypointGetRunnerOK) Error ¶

func (o *WaypointGetRunnerOK) Error() string

func (*WaypointGetRunnerOK) GetPayload ¶

func (*WaypointGetRunnerOK) IsClientError ¶

func (o *WaypointGetRunnerOK) IsClientError() bool

IsClientError returns true when this waypoint get runner o k response has a 4xx status code

func (*WaypointGetRunnerOK) IsCode ¶

func (o *WaypointGetRunnerOK) IsCode(code int) bool

IsCode returns true when this waypoint get runner o k response a status code equal to that given

func (*WaypointGetRunnerOK) IsRedirect ¶

func (o *WaypointGetRunnerOK) IsRedirect() bool

IsRedirect returns true when this waypoint get runner o k response has a 3xx status code

func (*WaypointGetRunnerOK) IsServerError ¶

func (o *WaypointGetRunnerOK) IsServerError() bool

IsServerError returns true when this waypoint get runner o k response has a 5xx status code

func (*WaypointGetRunnerOK) IsSuccess ¶

func (o *WaypointGetRunnerOK) IsSuccess() bool

IsSuccess returns true when this waypoint get runner o k response has a 2xx status code

func (*WaypointGetRunnerOK) String ¶

func (o *WaypointGetRunnerOK) String() string

type WaypointGetRunnerParams ¶

type WaypointGetRunnerParams struct {

	/* RunnerID.

	   ID of the runner to request.
	*/
	RunnerID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetRunnerParams contains all the parameters to send to the API endpoint

for the waypoint get runner operation.

Typically these are written to a http.Request.

func NewWaypointGetRunnerParams ¶

func NewWaypointGetRunnerParams() *WaypointGetRunnerParams

NewWaypointGetRunnerParams creates a new WaypointGetRunnerParams 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 NewWaypointGetRunnerParamsWithContext ¶

func NewWaypointGetRunnerParamsWithContext(ctx context.Context) *WaypointGetRunnerParams

NewWaypointGetRunnerParamsWithContext creates a new WaypointGetRunnerParams object with the ability to set a context for a request.

func NewWaypointGetRunnerParamsWithHTTPClient ¶

func NewWaypointGetRunnerParamsWithHTTPClient(client *http.Client) *WaypointGetRunnerParams

NewWaypointGetRunnerParamsWithHTTPClient creates a new WaypointGetRunnerParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetRunnerParamsWithTimeout ¶

func NewWaypointGetRunnerParamsWithTimeout(timeout time.Duration) *WaypointGetRunnerParams

NewWaypointGetRunnerParamsWithTimeout creates a new WaypointGetRunnerParams object with the ability to set a timeout on a request.

func (*WaypointGetRunnerParams) SetContext ¶

func (o *WaypointGetRunnerParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint get runner params

func (*WaypointGetRunnerParams) SetDefaults ¶

func (o *WaypointGetRunnerParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get runner params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetRunnerParams) SetHTTPClient ¶

func (o *WaypointGetRunnerParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get runner params

func (*WaypointGetRunnerParams) SetRunnerID ¶

func (o *WaypointGetRunnerParams) SetRunnerID(runnerID string)

SetRunnerID adds the runnerId to the waypoint get runner params

func (*WaypointGetRunnerParams) SetTimeout ¶

func (o *WaypointGetRunnerParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get runner params

func (*WaypointGetRunnerParams) WithContext ¶

WithContext adds the context to the waypoint get runner params

func (*WaypointGetRunnerParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get runner params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetRunnerParams) WithHTTPClient ¶

func (o *WaypointGetRunnerParams) WithHTTPClient(client *http.Client) *WaypointGetRunnerParams

WithHTTPClient adds the HTTPClient to the waypoint get runner params

func (*WaypointGetRunnerParams) WithRunnerID ¶

func (o *WaypointGetRunnerParams) WithRunnerID(runnerID string) *WaypointGetRunnerParams

WithRunnerID adds the runnerID to the waypoint get runner params

func (*WaypointGetRunnerParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get runner params

func (*WaypointGetRunnerParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetRunnerReader ¶

type WaypointGetRunnerReader struct {
	// contains filtered or unexported fields
}

WaypointGetRunnerReader is a Reader for the WaypointGetRunner structure.

func (*WaypointGetRunnerReader) ReadResponse ¶

func (o *WaypointGetRunnerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetServerConfigDefault ¶

type WaypointGetServerConfigDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetServerConfigDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetServerConfigDefault ¶

func NewWaypointGetServerConfigDefault(code int) *WaypointGetServerConfigDefault

NewWaypointGetServerConfigDefault creates a WaypointGetServerConfigDefault with default headers values

func (*WaypointGetServerConfigDefault) Code ¶

Code gets the status code for the waypoint get server config default response

func (*WaypointGetServerConfigDefault) Error ¶

func (*WaypointGetServerConfigDefault) GetPayload ¶

func (*WaypointGetServerConfigDefault) IsClientError ¶

func (o *WaypointGetServerConfigDefault) IsClientError() bool

IsClientError returns true when this waypoint get server config default response has a 4xx status code

func (*WaypointGetServerConfigDefault) IsCode ¶

func (o *WaypointGetServerConfigDefault) IsCode(code int) bool

IsCode returns true when this waypoint get server config default response a status code equal to that given

func (*WaypointGetServerConfigDefault) IsRedirect ¶

func (o *WaypointGetServerConfigDefault) IsRedirect() bool

IsRedirect returns true when this waypoint get server config default response has a 3xx status code

func (*WaypointGetServerConfigDefault) IsServerError ¶

func (o *WaypointGetServerConfigDefault) IsServerError() bool

IsServerError returns true when this waypoint get server config default response has a 5xx status code

func (*WaypointGetServerConfigDefault) IsSuccess ¶

func (o *WaypointGetServerConfigDefault) IsSuccess() bool

IsSuccess returns true when this waypoint get server config default response has a 2xx status code

func (*WaypointGetServerConfigDefault) String ¶

type WaypointGetServerConfigOK ¶

type WaypointGetServerConfigOK struct {
	Payload *models.HashicorpWaypointGetServerConfigResponse
}

WaypointGetServerConfigOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetServerConfigOK ¶

func NewWaypointGetServerConfigOK() *WaypointGetServerConfigOK

NewWaypointGetServerConfigOK creates a WaypointGetServerConfigOK with default headers values

func (*WaypointGetServerConfigOK) Error ¶

func (o *WaypointGetServerConfigOK) Error() string

func (*WaypointGetServerConfigOK) GetPayload ¶

func (*WaypointGetServerConfigOK) IsClientError ¶

func (o *WaypointGetServerConfigOK) IsClientError() bool

IsClientError returns true when this waypoint get server config o k response has a 4xx status code

func (*WaypointGetServerConfigOK) IsCode ¶

func (o *WaypointGetServerConfigOK) IsCode(code int) bool

IsCode returns true when this waypoint get server config o k response a status code equal to that given

func (*WaypointGetServerConfigOK) IsRedirect ¶

func (o *WaypointGetServerConfigOK) IsRedirect() bool

IsRedirect returns true when this waypoint get server config o k response has a 3xx status code

func (*WaypointGetServerConfigOK) IsServerError ¶

func (o *WaypointGetServerConfigOK) IsServerError() bool

IsServerError returns true when this waypoint get server config o k response has a 5xx status code

func (*WaypointGetServerConfigOK) IsSuccess ¶

func (o *WaypointGetServerConfigOK) IsSuccess() bool

IsSuccess returns true when this waypoint get server config o k response has a 2xx status code

func (*WaypointGetServerConfigOK) String ¶

func (o *WaypointGetServerConfigOK) String() string

type WaypointGetServerConfigParams ¶

type WaypointGetServerConfigParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetServerConfigParams contains all the parameters to send to the API endpoint

for the waypoint get server config operation.

Typically these are written to a http.Request.

func NewWaypointGetServerConfigParams ¶

func NewWaypointGetServerConfigParams() *WaypointGetServerConfigParams

NewWaypointGetServerConfigParams creates a new WaypointGetServerConfigParams 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 NewWaypointGetServerConfigParamsWithContext ¶

func NewWaypointGetServerConfigParamsWithContext(ctx context.Context) *WaypointGetServerConfigParams

NewWaypointGetServerConfigParamsWithContext creates a new WaypointGetServerConfigParams object with the ability to set a context for a request.

func NewWaypointGetServerConfigParamsWithHTTPClient ¶

func NewWaypointGetServerConfigParamsWithHTTPClient(client *http.Client) *WaypointGetServerConfigParams

NewWaypointGetServerConfigParamsWithHTTPClient creates a new WaypointGetServerConfigParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetServerConfigParamsWithTimeout ¶

func NewWaypointGetServerConfigParamsWithTimeout(timeout time.Duration) *WaypointGetServerConfigParams

NewWaypointGetServerConfigParamsWithTimeout creates a new WaypointGetServerConfigParams object with the ability to set a timeout on a request.

func (*WaypointGetServerConfigParams) SetContext ¶

func (o *WaypointGetServerConfigParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint get server config params

func (*WaypointGetServerConfigParams) SetDefaults ¶

func (o *WaypointGetServerConfigParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get server config params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetServerConfigParams) SetHTTPClient ¶

func (o *WaypointGetServerConfigParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get server config params

func (*WaypointGetServerConfigParams) SetTimeout ¶

func (o *WaypointGetServerConfigParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get server config params

func (*WaypointGetServerConfigParams) WithContext ¶

WithContext adds the context to the waypoint get server config params

func (*WaypointGetServerConfigParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get server config params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetServerConfigParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get server config params

func (*WaypointGetServerConfigParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get server config params

func (*WaypointGetServerConfigParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetServerConfigReader ¶

type WaypointGetServerConfigReader struct {
	// contains filtered or unexported fields
}

WaypointGetServerConfigReader is a Reader for the WaypointGetServerConfig structure.

func (*WaypointGetServerConfigReader) ReadResponse ¶

func (o *WaypointGetServerConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetStatusReportDefault ¶

type WaypointGetStatusReportDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetStatusReportDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetStatusReportDefault ¶

func NewWaypointGetStatusReportDefault(code int) *WaypointGetStatusReportDefault

NewWaypointGetStatusReportDefault creates a WaypointGetStatusReportDefault with default headers values

func (*WaypointGetStatusReportDefault) Code ¶

Code gets the status code for the waypoint get status report default response

func (*WaypointGetStatusReportDefault) Error ¶

func (*WaypointGetStatusReportDefault) GetPayload ¶

func (*WaypointGetStatusReportDefault) IsClientError ¶

func (o *WaypointGetStatusReportDefault) IsClientError() bool

IsClientError returns true when this waypoint get status report default response has a 4xx status code

func (*WaypointGetStatusReportDefault) IsCode ¶

func (o *WaypointGetStatusReportDefault) IsCode(code int) bool

IsCode returns true when this waypoint get status report default response a status code equal to that given

func (*WaypointGetStatusReportDefault) IsRedirect ¶

func (o *WaypointGetStatusReportDefault) IsRedirect() bool

IsRedirect returns true when this waypoint get status report default response has a 3xx status code

func (*WaypointGetStatusReportDefault) IsServerError ¶

func (o *WaypointGetStatusReportDefault) IsServerError() bool

IsServerError returns true when this waypoint get status report default response has a 5xx status code

func (*WaypointGetStatusReportDefault) IsSuccess ¶

func (o *WaypointGetStatusReportDefault) IsSuccess() bool

IsSuccess returns true when this waypoint get status report default response has a 2xx status code

func (*WaypointGetStatusReportDefault) String ¶

type WaypointGetStatusReportOK ¶

type WaypointGetStatusReportOK struct {
	Payload *models.HashicorpWaypointStatusReport
}

WaypointGetStatusReportOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetStatusReportOK ¶

func NewWaypointGetStatusReportOK() *WaypointGetStatusReportOK

NewWaypointGetStatusReportOK creates a WaypointGetStatusReportOK with default headers values

func (*WaypointGetStatusReportOK) Error ¶

func (o *WaypointGetStatusReportOK) Error() string

func (*WaypointGetStatusReportOK) GetPayload ¶

func (*WaypointGetStatusReportOK) IsClientError ¶

func (o *WaypointGetStatusReportOK) IsClientError() bool

IsClientError returns true when this waypoint get status report o k response has a 4xx status code

func (*WaypointGetStatusReportOK) IsCode ¶

func (o *WaypointGetStatusReportOK) IsCode(code int) bool

IsCode returns true when this waypoint get status report o k response a status code equal to that given

func (*WaypointGetStatusReportOK) IsRedirect ¶

func (o *WaypointGetStatusReportOK) IsRedirect() bool

IsRedirect returns true when this waypoint get status report o k response has a 3xx status code

func (*WaypointGetStatusReportOK) IsServerError ¶

func (o *WaypointGetStatusReportOK) IsServerError() bool

IsServerError returns true when this waypoint get status report o k response has a 5xx status code

func (*WaypointGetStatusReportOK) IsSuccess ¶

func (o *WaypointGetStatusReportOK) IsSuccess() bool

IsSuccess returns true when this waypoint get status report o k response has a 2xx status code

func (*WaypointGetStatusReportOK) String ¶

func (o *WaypointGetStatusReportOK) String() string

type WaypointGetStatusReportParams ¶

type WaypointGetStatusReportParams struct {

	// RefID.
	RefID string

	// RefSequenceApplicationApplication.
	RefSequenceApplicationApplication *string

	// RefSequenceApplicationProject.
	RefSequenceApplicationProject *string

	// RefSequenceNumber.
	//
	// Format: uint64
	RefSequenceNumber *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetStatusReportParams contains all the parameters to send to the API endpoint

for the waypoint get status report operation.

Typically these are written to a http.Request.

func NewWaypointGetStatusReportParams ¶

func NewWaypointGetStatusReportParams() *WaypointGetStatusReportParams

NewWaypointGetStatusReportParams creates a new WaypointGetStatusReportParams 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 NewWaypointGetStatusReportParamsWithContext ¶

func NewWaypointGetStatusReportParamsWithContext(ctx context.Context) *WaypointGetStatusReportParams

NewWaypointGetStatusReportParamsWithContext creates a new WaypointGetStatusReportParams object with the ability to set a context for a request.

func NewWaypointGetStatusReportParamsWithHTTPClient ¶

func NewWaypointGetStatusReportParamsWithHTTPClient(client *http.Client) *WaypointGetStatusReportParams

NewWaypointGetStatusReportParamsWithHTTPClient creates a new WaypointGetStatusReportParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetStatusReportParamsWithTimeout ¶

func NewWaypointGetStatusReportParamsWithTimeout(timeout time.Duration) *WaypointGetStatusReportParams

NewWaypointGetStatusReportParamsWithTimeout creates a new WaypointGetStatusReportParams object with the ability to set a timeout on a request.

func (*WaypointGetStatusReportParams) SetContext ¶

func (o *WaypointGetStatusReportParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint get status report params

func (*WaypointGetStatusReportParams) SetDefaults ¶

func (o *WaypointGetStatusReportParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get status report params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetStatusReportParams) SetHTTPClient ¶

func (o *WaypointGetStatusReportParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get status report params

func (*WaypointGetStatusReportParams) SetRefID ¶

func (o *WaypointGetStatusReportParams) SetRefID(refID string)

SetRefID adds the refId to the waypoint get status report params

func (*WaypointGetStatusReportParams) SetRefSequenceApplicationApplication ¶

func (o *WaypointGetStatusReportParams) SetRefSequenceApplicationApplication(refSequenceApplicationApplication *string)

SetRefSequenceApplicationApplication adds the refSequenceApplicationApplication to the waypoint get status report params

func (*WaypointGetStatusReportParams) SetRefSequenceApplicationProject ¶

func (o *WaypointGetStatusReportParams) SetRefSequenceApplicationProject(refSequenceApplicationProject *string)

SetRefSequenceApplicationProject adds the refSequenceApplicationProject to the waypoint get status report params

func (*WaypointGetStatusReportParams) SetRefSequenceNumber ¶

func (o *WaypointGetStatusReportParams) SetRefSequenceNumber(refSequenceNumber *string)

SetRefSequenceNumber adds the refSequenceNumber to the waypoint get status report params

func (*WaypointGetStatusReportParams) SetTimeout ¶

func (o *WaypointGetStatusReportParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get status report params

func (*WaypointGetStatusReportParams) WithContext ¶

WithContext adds the context to the waypoint get status report params

func (*WaypointGetStatusReportParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get status report params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetStatusReportParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get status report params

func (*WaypointGetStatusReportParams) WithRefID ¶

WithRefID adds the refID to the waypoint get status report params

func (*WaypointGetStatusReportParams) WithRefSequenceApplicationApplication ¶

func (o *WaypointGetStatusReportParams) WithRefSequenceApplicationApplication(refSequenceApplicationApplication *string) *WaypointGetStatusReportParams

WithRefSequenceApplicationApplication adds the refSequenceApplicationApplication to the waypoint get status report params

func (*WaypointGetStatusReportParams) WithRefSequenceApplicationProject ¶

func (o *WaypointGetStatusReportParams) WithRefSequenceApplicationProject(refSequenceApplicationProject *string) *WaypointGetStatusReportParams

WithRefSequenceApplicationProject adds the refSequenceApplicationProject to the waypoint get status report params

func (*WaypointGetStatusReportParams) WithRefSequenceNumber ¶

func (o *WaypointGetStatusReportParams) WithRefSequenceNumber(refSequenceNumber *string) *WaypointGetStatusReportParams

WithRefSequenceNumber adds the refSequenceNumber to the waypoint get status report params

func (*WaypointGetStatusReportParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get status report params

func (*WaypointGetStatusReportParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetStatusReportReader ¶

type WaypointGetStatusReportReader struct {
	// contains filtered or unexported fields
}

WaypointGetStatusReportReader is a Reader for the WaypointGetStatusReport structure.

func (*WaypointGetStatusReportReader) ReadResponse ¶

func (o *WaypointGetStatusReportReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetTask2Default ¶

type WaypointGetTask2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetTask2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetTask2Default ¶

func NewWaypointGetTask2Default(code int) *WaypointGetTask2Default

NewWaypointGetTask2Default creates a WaypointGetTask2Default with default headers values

func (*WaypointGetTask2Default) Code ¶

func (o *WaypointGetTask2Default) Code() int

Code gets the status code for the waypoint get task2 default response

func (*WaypointGetTask2Default) Error ¶

func (o *WaypointGetTask2Default) Error() string

func (*WaypointGetTask2Default) GetPayload ¶

func (*WaypointGetTask2Default) IsClientError ¶

func (o *WaypointGetTask2Default) IsClientError() bool

IsClientError returns true when this waypoint get task2 default response has a 4xx status code

func (*WaypointGetTask2Default) IsCode ¶

func (o *WaypointGetTask2Default) IsCode(code int) bool

IsCode returns true when this waypoint get task2 default response a status code equal to that given

func (*WaypointGetTask2Default) IsRedirect ¶

func (o *WaypointGetTask2Default) IsRedirect() bool

IsRedirect returns true when this waypoint get task2 default response has a 3xx status code

func (*WaypointGetTask2Default) IsServerError ¶

func (o *WaypointGetTask2Default) IsServerError() bool

IsServerError returns true when this waypoint get task2 default response has a 5xx status code

func (*WaypointGetTask2Default) IsSuccess ¶

func (o *WaypointGetTask2Default) IsSuccess() bool

IsSuccess returns true when this waypoint get task2 default response has a 2xx status code

func (*WaypointGetTask2Default) String ¶

func (o *WaypointGetTask2Default) String() string

type WaypointGetTask2OK ¶

type WaypointGetTask2OK struct {
	Payload *models.HashicorpWaypointGetTaskResponse
}

WaypointGetTask2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetTask2OK ¶

func NewWaypointGetTask2OK() *WaypointGetTask2OK

NewWaypointGetTask2OK creates a WaypointGetTask2OK with default headers values

func (*WaypointGetTask2OK) Error ¶

func (o *WaypointGetTask2OK) Error() string

func (*WaypointGetTask2OK) GetPayload ¶

func (*WaypointGetTask2OK) IsClientError ¶

func (o *WaypointGetTask2OK) IsClientError() bool

IsClientError returns true when this waypoint get task2 o k response has a 4xx status code

func (*WaypointGetTask2OK) IsCode ¶

func (o *WaypointGetTask2OK) IsCode(code int) bool

IsCode returns true when this waypoint get task2 o k response a status code equal to that given

func (*WaypointGetTask2OK) IsRedirect ¶

func (o *WaypointGetTask2OK) IsRedirect() bool

IsRedirect returns true when this waypoint get task2 o k response has a 3xx status code

func (*WaypointGetTask2OK) IsServerError ¶

func (o *WaypointGetTask2OK) IsServerError() bool

IsServerError returns true when this waypoint get task2 o k response has a 5xx status code

func (*WaypointGetTask2OK) IsSuccess ¶

func (o *WaypointGetTask2OK) IsSuccess() bool

IsSuccess returns true when this waypoint get task2 o k response has a 2xx status code

func (*WaypointGetTask2OK) String ¶

func (o *WaypointGetTask2OK) String() string

type WaypointGetTask2Params ¶

type WaypointGetTask2Params struct {

	/* RefID.

	   the id of the tracktask record.
	*/
	RefID *string

	/* RefJobID.

	   The main "run" job ID that the task initiated
	*/
	RefJobID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetTask2Params contains all the parameters to send to the API endpoint

for the waypoint get task2 operation.

Typically these are written to a http.Request.

func NewWaypointGetTask2Params ¶

func NewWaypointGetTask2Params() *WaypointGetTask2Params

NewWaypointGetTask2Params creates a new WaypointGetTask2Params 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 NewWaypointGetTask2ParamsWithContext ¶

func NewWaypointGetTask2ParamsWithContext(ctx context.Context) *WaypointGetTask2Params

NewWaypointGetTask2ParamsWithContext creates a new WaypointGetTask2Params object with the ability to set a context for a request.

func NewWaypointGetTask2ParamsWithHTTPClient ¶

func NewWaypointGetTask2ParamsWithHTTPClient(client *http.Client) *WaypointGetTask2Params

NewWaypointGetTask2ParamsWithHTTPClient creates a new WaypointGetTask2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetTask2ParamsWithTimeout ¶

func NewWaypointGetTask2ParamsWithTimeout(timeout time.Duration) *WaypointGetTask2Params

NewWaypointGetTask2ParamsWithTimeout creates a new WaypointGetTask2Params object with the ability to set a timeout on a request.

func (*WaypointGetTask2Params) SetContext ¶

func (o *WaypointGetTask2Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint get task2 params

func (*WaypointGetTask2Params) SetDefaults ¶

func (o *WaypointGetTask2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint get task2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetTask2Params) SetHTTPClient ¶

func (o *WaypointGetTask2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get task2 params

func (*WaypointGetTask2Params) SetRefID ¶

func (o *WaypointGetTask2Params) SetRefID(refID *string)

SetRefID adds the refId to the waypoint get task2 params

func (*WaypointGetTask2Params) SetRefJobID ¶

func (o *WaypointGetTask2Params) SetRefJobID(refJobID string)

SetRefJobID adds the refJobId to the waypoint get task2 params

func (*WaypointGetTask2Params) SetTimeout ¶

func (o *WaypointGetTask2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get task2 params

func (*WaypointGetTask2Params) WithContext ¶

WithContext adds the context to the waypoint get task2 params

func (*WaypointGetTask2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get task2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetTask2Params) WithHTTPClient ¶

func (o *WaypointGetTask2Params) WithHTTPClient(client *http.Client) *WaypointGetTask2Params

WithHTTPClient adds the HTTPClient to the waypoint get task2 params

func (*WaypointGetTask2Params) WithRefID ¶

WithRefID adds the refID to the waypoint get task2 params

func (*WaypointGetTask2Params) WithRefJobID ¶

func (o *WaypointGetTask2Params) WithRefJobID(refJobID string) *WaypointGetTask2Params

WithRefJobID adds the refJobID to the waypoint get task2 params

func (*WaypointGetTask2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get task2 params

func (*WaypointGetTask2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetTask2Reader ¶

type WaypointGetTask2Reader struct {
	// contains filtered or unexported fields
}

WaypointGetTask2Reader is a Reader for the WaypointGetTask2 structure.

func (*WaypointGetTask2Reader) ReadResponse ¶

func (o *WaypointGetTask2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetTaskDefault ¶

type WaypointGetTaskDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetTaskDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetTaskDefault ¶

func NewWaypointGetTaskDefault(code int) *WaypointGetTaskDefault

NewWaypointGetTaskDefault creates a WaypointGetTaskDefault with default headers values

func (*WaypointGetTaskDefault) Code ¶

func (o *WaypointGetTaskDefault) Code() int

Code gets the status code for the waypoint get task default response

func (*WaypointGetTaskDefault) Error ¶

func (o *WaypointGetTaskDefault) Error() string

func (*WaypointGetTaskDefault) GetPayload ¶

func (*WaypointGetTaskDefault) IsClientError ¶

func (o *WaypointGetTaskDefault) IsClientError() bool

IsClientError returns true when this waypoint get task default response has a 4xx status code

func (*WaypointGetTaskDefault) IsCode ¶

func (o *WaypointGetTaskDefault) IsCode(code int) bool

IsCode returns true when this waypoint get task default response a status code equal to that given

func (*WaypointGetTaskDefault) IsRedirect ¶

func (o *WaypointGetTaskDefault) IsRedirect() bool

IsRedirect returns true when this waypoint get task default response has a 3xx status code

func (*WaypointGetTaskDefault) IsServerError ¶

func (o *WaypointGetTaskDefault) IsServerError() bool

IsServerError returns true when this waypoint get task default response has a 5xx status code

func (*WaypointGetTaskDefault) IsSuccess ¶

func (o *WaypointGetTaskDefault) IsSuccess() bool

IsSuccess returns true when this waypoint get task default response has a 2xx status code

func (*WaypointGetTaskDefault) String ¶

func (o *WaypointGetTaskDefault) String() string

type WaypointGetTaskOK ¶

type WaypointGetTaskOK struct {
	Payload *models.HashicorpWaypointGetTaskResponse
}

WaypointGetTaskOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetTaskOK ¶

func NewWaypointGetTaskOK() *WaypointGetTaskOK

NewWaypointGetTaskOK creates a WaypointGetTaskOK with default headers values

func (*WaypointGetTaskOK) Error ¶

func (o *WaypointGetTaskOK) Error() string

func (*WaypointGetTaskOK) GetPayload ¶

func (*WaypointGetTaskOK) IsClientError ¶

func (o *WaypointGetTaskOK) IsClientError() bool

IsClientError returns true when this waypoint get task o k response has a 4xx status code

func (*WaypointGetTaskOK) IsCode ¶

func (o *WaypointGetTaskOK) IsCode(code int) bool

IsCode returns true when this waypoint get task o k response a status code equal to that given

func (*WaypointGetTaskOK) IsRedirect ¶

func (o *WaypointGetTaskOK) IsRedirect() bool

IsRedirect returns true when this waypoint get task o k response has a 3xx status code

func (*WaypointGetTaskOK) IsServerError ¶

func (o *WaypointGetTaskOK) IsServerError() bool

IsServerError returns true when this waypoint get task o k response has a 5xx status code

func (*WaypointGetTaskOK) IsSuccess ¶

func (o *WaypointGetTaskOK) IsSuccess() bool

IsSuccess returns true when this waypoint get task o k response has a 2xx status code

func (*WaypointGetTaskOK) String ¶

func (o *WaypointGetTaskOK) String() string

type WaypointGetTaskParams ¶

type WaypointGetTaskParams struct {

	/* RefID.

	   the id of the tracktask record
	*/
	RefID string

	/* RefJobID.

	   The main "run" job ID that the task initiated.
	*/
	RefJobID *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetTaskParams contains all the parameters to send to the API endpoint

for the waypoint get task operation.

Typically these are written to a http.Request.

func NewWaypointGetTaskParams ¶

func NewWaypointGetTaskParams() *WaypointGetTaskParams

NewWaypointGetTaskParams creates a new WaypointGetTaskParams 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 NewWaypointGetTaskParamsWithContext ¶

func NewWaypointGetTaskParamsWithContext(ctx context.Context) *WaypointGetTaskParams

NewWaypointGetTaskParamsWithContext creates a new WaypointGetTaskParams object with the ability to set a context for a request.

func NewWaypointGetTaskParamsWithHTTPClient ¶

func NewWaypointGetTaskParamsWithHTTPClient(client *http.Client) *WaypointGetTaskParams

NewWaypointGetTaskParamsWithHTTPClient creates a new WaypointGetTaskParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetTaskParamsWithTimeout ¶

func NewWaypointGetTaskParamsWithTimeout(timeout time.Duration) *WaypointGetTaskParams

NewWaypointGetTaskParamsWithTimeout creates a new WaypointGetTaskParams object with the ability to set a timeout on a request.

func (*WaypointGetTaskParams) SetContext ¶

func (o *WaypointGetTaskParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint get task params

func (*WaypointGetTaskParams) SetDefaults ¶

func (o *WaypointGetTaskParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get task params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetTaskParams) SetHTTPClient ¶

func (o *WaypointGetTaskParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get task params

func (*WaypointGetTaskParams) SetRefID ¶

func (o *WaypointGetTaskParams) SetRefID(refID string)

SetRefID adds the refId to the waypoint get task params

func (*WaypointGetTaskParams) SetRefJobID ¶

func (o *WaypointGetTaskParams) SetRefJobID(refJobID *string)

SetRefJobID adds the refJobId to the waypoint get task params

func (*WaypointGetTaskParams) SetTimeout ¶

func (o *WaypointGetTaskParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get task params

func (*WaypointGetTaskParams) WithContext ¶

WithContext adds the context to the waypoint get task params

func (*WaypointGetTaskParams) WithDefaults ¶

func (o *WaypointGetTaskParams) WithDefaults() *WaypointGetTaskParams

WithDefaults hydrates default values in the waypoint get task params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetTaskParams) WithHTTPClient ¶

func (o *WaypointGetTaskParams) WithHTTPClient(client *http.Client) *WaypointGetTaskParams

WithHTTPClient adds the HTTPClient to the waypoint get task params

func (*WaypointGetTaskParams) WithRefID ¶

func (o *WaypointGetTaskParams) WithRefID(refID string) *WaypointGetTaskParams

WithRefID adds the refID to the waypoint get task params

func (*WaypointGetTaskParams) WithRefJobID ¶

func (o *WaypointGetTaskParams) WithRefJobID(refJobID *string) *WaypointGetTaskParams

WithRefJobID adds the refJobID to the waypoint get task params

func (*WaypointGetTaskParams) WithTimeout ¶

func (o *WaypointGetTaskParams) WithTimeout(timeout time.Duration) *WaypointGetTaskParams

WithTimeout adds the timeout to the waypoint get task params

func (*WaypointGetTaskParams) WriteToRequest ¶

func (o *WaypointGetTaskParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type WaypointGetTaskReader ¶

type WaypointGetTaskReader struct {
	// contains filtered or unexported fields
}

WaypointGetTaskReader is a Reader for the WaypointGetTask structure.

func (*WaypointGetTaskReader) ReadResponse ¶

func (o *WaypointGetTaskReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetTrigger2Default ¶

type WaypointGetTrigger2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetTrigger2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetTrigger2Default ¶

func NewWaypointGetTrigger2Default(code int) *WaypointGetTrigger2Default

NewWaypointGetTrigger2Default creates a WaypointGetTrigger2Default with default headers values

func (*WaypointGetTrigger2Default) Code ¶

func (o *WaypointGetTrigger2Default) Code() int

Code gets the status code for the waypoint get trigger2 default response

func (*WaypointGetTrigger2Default) Error ¶

func (*WaypointGetTrigger2Default) GetPayload ¶

func (*WaypointGetTrigger2Default) IsClientError ¶

func (o *WaypointGetTrigger2Default) IsClientError() bool

IsClientError returns true when this waypoint get trigger2 default response has a 4xx status code

func (*WaypointGetTrigger2Default) IsCode ¶

func (o *WaypointGetTrigger2Default) IsCode(code int) bool

IsCode returns true when this waypoint get trigger2 default response a status code equal to that given

func (*WaypointGetTrigger2Default) IsRedirect ¶

func (o *WaypointGetTrigger2Default) IsRedirect() bool

IsRedirect returns true when this waypoint get trigger2 default response has a 3xx status code

func (*WaypointGetTrigger2Default) IsServerError ¶

func (o *WaypointGetTrigger2Default) IsServerError() bool

IsServerError returns true when this waypoint get trigger2 default response has a 5xx status code

func (*WaypointGetTrigger2Default) IsSuccess ¶

func (o *WaypointGetTrigger2Default) IsSuccess() bool

IsSuccess returns true when this waypoint get trigger2 default response has a 2xx status code

func (*WaypointGetTrigger2Default) String ¶

func (o *WaypointGetTrigger2Default) String() string

type WaypointGetTrigger2OK ¶

type WaypointGetTrigger2OK struct {
	Payload *models.HashicorpWaypointGetTriggerResponse
}

WaypointGetTrigger2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetTrigger2OK ¶

func NewWaypointGetTrigger2OK() *WaypointGetTrigger2OK

NewWaypointGetTrigger2OK creates a WaypointGetTrigger2OK with default headers values

func (*WaypointGetTrigger2OK) Error ¶

func (o *WaypointGetTrigger2OK) Error() string

func (*WaypointGetTrigger2OK) GetPayload ¶

func (*WaypointGetTrigger2OK) IsClientError ¶

func (o *WaypointGetTrigger2OK) IsClientError() bool

IsClientError returns true when this waypoint get trigger2 o k response has a 4xx status code

func (*WaypointGetTrigger2OK) IsCode ¶

func (o *WaypointGetTrigger2OK) IsCode(code int) bool

IsCode returns true when this waypoint get trigger2 o k response a status code equal to that given

func (*WaypointGetTrigger2OK) IsRedirect ¶

func (o *WaypointGetTrigger2OK) IsRedirect() bool

IsRedirect returns true when this waypoint get trigger2 o k response has a 3xx status code

func (*WaypointGetTrigger2OK) IsServerError ¶

func (o *WaypointGetTrigger2OK) IsServerError() bool

IsServerError returns true when this waypoint get trigger2 o k response has a 5xx status code

func (*WaypointGetTrigger2OK) IsSuccess ¶

func (o *WaypointGetTrigger2OK) IsSuccess() bool

IsSuccess returns true when this waypoint get trigger2 o k response has a 2xx status code

func (*WaypointGetTrigger2OK) String ¶

func (o *WaypointGetTrigger2OK) String() string

type WaypointGetTrigger2Params ¶

type WaypointGetTrigger2Params struct {

	// RefID.
	RefID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetTrigger2Params contains all the parameters to send to the API endpoint

for the waypoint get trigger2 operation.

Typically these are written to a http.Request.

func NewWaypointGetTrigger2Params ¶

func NewWaypointGetTrigger2Params() *WaypointGetTrigger2Params

NewWaypointGetTrigger2Params creates a new WaypointGetTrigger2Params 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 NewWaypointGetTrigger2ParamsWithContext ¶

func NewWaypointGetTrigger2ParamsWithContext(ctx context.Context) *WaypointGetTrigger2Params

NewWaypointGetTrigger2ParamsWithContext creates a new WaypointGetTrigger2Params object with the ability to set a context for a request.

func NewWaypointGetTrigger2ParamsWithHTTPClient ¶

func NewWaypointGetTrigger2ParamsWithHTTPClient(client *http.Client) *WaypointGetTrigger2Params

NewWaypointGetTrigger2ParamsWithHTTPClient creates a new WaypointGetTrigger2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetTrigger2ParamsWithTimeout ¶

func NewWaypointGetTrigger2ParamsWithTimeout(timeout time.Duration) *WaypointGetTrigger2Params

NewWaypointGetTrigger2ParamsWithTimeout creates a new WaypointGetTrigger2Params object with the ability to set a timeout on a request.

func (*WaypointGetTrigger2Params) SetContext ¶

func (o *WaypointGetTrigger2Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint get trigger2 params

func (*WaypointGetTrigger2Params) SetDefaults ¶

func (o *WaypointGetTrigger2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint get trigger2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetTrigger2Params) SetHTTPClient ¶

func (o *WaypointGetTrigger2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get trigger2 params

func (*WaypointGetTrigger2Params) SetRefID ¶

func (o *WaypointGetTrigger2Params) SetRefID(refID string)

SetRefID adds the refId to the waypoint get trigger2 params

func (*WaypointGetTrigger2Params) SetTimeout ¶

func (o *WaypointGetTrigger2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get trigger2 params

func (*WaypointGetTrigger2Params) WithContext ¶

WithContext adds the context to the waypoint get trigger2 params

func (*WaypointGetTrigger2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get trigger2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetTrigger2Params) WithHTTPClient ¶

func (o *WaypointGetTrigger2Params) WithHTTPClient(client *http.Client) *WaypointGetTrigger2Params

WithHTTPClient adds the HTTPClient to the waypoint get trigger2 params

func (*WaypointGetTrigger2Params) WithRefID ¶

WithRefID adds the refID to the waypoint get trigger2 params

func (*WaypointGetTrigger2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get trigger2 params

func (*WaypointGetTrigger2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetTrigger2Reader ¶

type WaypointGetTrigger2Reader struct {
	// contains filtered or unexported fields
}

WaypointGetTrigger2Reader is a Reader for the WaypointGetTrigger2 structure.

func (*WaypointGetTrigger2Reader) ReadResponse ¶

func (o *WaypointGetTrigger2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetTriggerDefault ¶

type WaypointGetTriggerDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetTriggerDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetTriggerDefault ¶

func NewWaypointGetTriggerDefault(code int) *WaypointGetTriggerDefault

NewWaypointGetTriggerDefault creates a WaypointGetTriggerDefault with default headers values

func (*WaypointGetTriggerDefault) Code ¶

func (o *WaypointGetTriggerDefault) Code() int

Code gets the status code for the waypoint get trigger default response

func (*WaypointGetTriggerDefault) Error ¶

func (o *WaypointGetTriggerDefault) Error() string

func (*WaypointGetTriggerDefault) GetPayload ¶

func (*WaypointGetTriggerDefault) IsClientError ¶

func (o *WaypointGetTriggerDefault) IsClientError() bool

IsClientError returns true when this waypoint get trigger default response has a 4xx status code

func (*WaypointGetTriggerDefault) IsCode ¶

func (o *WaypointGetTriggerDefault) IsCode(code int) bool

IsCode returns true when this waypoint get trigger default response a status code equal to that given

func (*WaypointGetTriggerDefault) IsRedirect ¶

func (o *WaypointGetTriggerDefault) IsRedirect() bool

IsRedirect returns true when this waypoint get trigger default response has a 3xx status code

func (*WaypointGetTriggerDefault) IsServerError ¶

func (o *WaypointGetTriggerDefault) IsServerError() bool

IsServerError returns true when this waypoint get trigger default response has a 5xx status code

func (*WaypointGetTriggerDefault) IsSuccess ¶

func (o *WaypointGetTriggerDefault) IsSuccess() bool

IsSuccess returns true when this waypoint get trigger default response has a 2xx status code

func (*WaypointGetTriggerDefault) String ¶

func (o *WaypointGetTriggerDefault) String() string

type WaypointGetTriggerOK ¶

type WaypointGetTriggerOK struct {
	Payload *models.HashicorpWaypointGetTriggerResponse
}

WaypointGetTriggerOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetTriggerOK ¶

func NewWaypointGetTriggerOK() *WaypointGetTriggerOK

NewWaypointGetTriggerOK creates a WaypointGetTriggerOK with default headers values

func (*WaypointGetTriggerOK) Error ¶

func (o *WaypointGetTriggerOK) Error() string

func (*WaypointGetTriggerOK) GetPayload ¶

func (*WaypointGetTriggerOK) IsClientError ¶

func (o *WaypointGetTriggerOK) IsClientError() bool

IsClientError returns true when this waypoint get trigger o k response has a 4xx status code

func (*WaypointGetTriggerOK) IsCode ¶

func (o *WaypointGetTriggerOK) IsCode(code int) bool

IsCode returns true when this waypoint get trigger o k response a status code equal to that given

func (*WaypointGetTriggerOK) IsRedirect ¶

func (o *WaypointGetTriggerOK) IsRedirect() bool

IsRedirect returns true when this waypoint get trigger o k response has a 3xx status code

func (*WaypointGetTriggerOK) IsServerError ¶

func (o *WaypointGetTriggerOK) IsServerError() bool

IsServerError returns true when this waypoint get trigger o k response has a 5xx status code

func (*WaypointGetTriggerOK) IsSuccess ¶

func (o *WaypointGetTriggerOK) IsSuccess() bool

IsSuccess returns true when this waypoint get trigger o k response has a 2xx status code

func (*WaypointGetTriggerOK) String ¶

func (o *WaypointGetTriggerOK) String() string

type WaypointGetTriggerParams ¶

type WaypointGetTriggerParams struct {

	// RefID.
	RefID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetTriggerParams contains all the parameters to send to the API endpoint

for the waypoint get trigger operation.

Typically these are written to a http.Request.

func NewWaypointGetTriggerParams ¶

func NewWaypointGetTriggerParams() *WaypointGetTriggerParams

NewWaypointGetTriggerParams creates a new WaypointGetTriggerParams 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 NewWaypointGetTriggerParamsWithContext ¶

func NewWaypointGetTriggerParamsWithContext(ctx context.Context) *WaypointGetTriggerParams

NewWaypointGetTriggerParamsWithContext creates a new WaypointGetTriggerParams object with the ability to set a context for a request.

func NewWaypointGetTriggerParamsWithHTTPClient ¶

func NewWaypointGetTriggerParamsWithHTTPClient(client *http.Client) *WaypointGetTriggerParams

NewWaypointGetTriggerParamsWithHTTPClient creates a new WaypointGetTriggerParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetTriggerParamsWithTimeout ¶

func NewWaypointGetTriggerParamsWithTimeout(timeout time.Duration) *WaypointGetTriggerParams

NewWaypointGetTriggerParamsWithTimeout creates a new WaypointGetTriggerParams object with the ability to set a timeout on a request.

func (*WaypointGetTriggerParams) SetContext ¶

func (o *WaypointGetTriggerParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint get trigger params

func (*WaypointGetTriggerParams) SetDefaults ¶

func (o *WaypointGetTriggerParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get trigger params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetTriggerParams) SetHTTPClient ¶

func (o *WaypointGetTriggerParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get trigger params

func (*WaypointGetTriggerParams) SetRefID ¶

func (o *WaypointGetTriggerParams) SetRefID(refID string)

SetRefID adds the refId to the waypoint get trigger params

func (*WaypointGetTriggerParams) SetTimeout ¶

func (o *WaypointGetTriggerParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get trigger params

func (*WaypointGetTriggerParams) WithContext ¶

WithContext adds the context to the waypoint get trigger params

func (*WaypointGetTriggerParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get trigger params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetTriggerParams) WithHTTPClient ¶

func (o *WaypointGetTriggerParams) WithHTTPClient(client *http.Client) *WaypointGetTriggerParams

WithHTTPClient adds the HTTPClient to the waypoint get trigger params

func (*WaypointGetTriggerParams) WithRefID ¶

WithRefID adds the refID to the waypoint get trigger params

func (*WaypointGetTriggerParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get trigger params

func (*WaypointGetTriggerParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetTriggerReader ¶

type WaypointGetTriggerReader struct {
	// contains filtered or unexported fields
}

WaypointGetTriggerReader is a Reader for the WaypointGetTrigger structure.

func (*WaypointGetTriggerReader) ReadResponse ¶

func (o *WaypointGetTriggerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetUser2Default ¶

type WaypointGetUser2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetUser2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetUser2Default ¶

func NewWaypointGetUser2Default(code int) *WaypointGetUser2Default

NewWaypointGetUser2Default creates a WaypointGetUser2Default with default headers values

func (*WaypointGetUser2Default) Code ¶

func (o *WaypointGetUser2Default) Code() int

Code gets the status code for the waypoint get user2 default response

func (*WaypointGetUser2Default) Error ¶

func (o *WaypointGetUser2Default) Error() string

func (*WaypointGetUser2Default) GetPayload ¶

func (*WaypointGetUser2Default) IsClientError ¶

func (o *WaypointGetUser2Default) IsClientError() bool

IsClientError returns true when this waypoint get user2 default response has a 4xx status code

func (*WaypointGetUser2Default) IsCode ¶

func (o *WaypointGetUser2Default) IsCode(code int) bool

IsCode returns true when this waypoint get user2 default response a status code equal to that given

func (*WaypointGetUser2Default) IsRedirect ¶

func (o *WaypointGetUser2Default) IsRedirect() bool

IsRedirect returns true when this waypoint get user2 default response has a 3xx status code

func (*WaypointGetUser2Default) IsServerError ¶

func (o *WaypointGetUser2Default) IsServerError() bool

IsServerError returns true when this waypoint get user2 default response has a 5xx status code

func (*WaypointGetUser2Default) IsSuccess ¶

func (o *WaypointGetUser2Default) IsSuccess() bool

IsSuccess returns true when this waypoint get user2 default response has a 2xx status code

func (*WaypointGetUser2Default) String ¶

func (o *WaypointGetUser2Default) String() string

type WaypointGetUser2OK ¶

type WaypointGetUser2OK struct {
	Payload *models.HashicorpWaypointGetUserResponse
}

WaypointGetUser2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetUser2OK ¶

func NewWaypointGetUser2OK() *WaypointGetUser2OK

NewWaypointGetUser2OK creates a WaypointGetUser2OK with default headers values

func (*WaypointGetUser2OK) Error ¶

func (o *WaypointGetUser2OK) Error() string

func (*WaypointGetUser2OK) GetPayload ¶

func (*WaypointGetUser2OK) IsClientError ¶

func (o *WaypointGetUser2OK) IsClientError() bool

IsClientError returns true when this waypoint get user2 o k response has a 4xx status code

func (*WaypointGetUser2OK) IsCode ¶

func (o *WaypointGetUser2OK) IsCode(code int) bool

IsCode returns true when this waypoint get user2 o k response a status code equal to that given

func (*WaypointGetUser2OK) IsRedirect ¶

func (o *WaypointGetUser2OK) IsRedirect() bool

IsRedirect returns true when this waypoint get user2 o k response has a 3xx status code

func (*WaypointGetUser2OK) IsServerError ¶

func (o *WaypointGetUser2OK) IsServerError() bool

IsServerError returns true when this waypoint get user2 o k response has a 5xx status code

func (*WaypointGetUser2OK) IsSuccess ¶

func (o *WaypointGetUser2OK) IsSuccess() bool

IsSuccess returns true when this waypoint get user2 o k response has a 2xx status code

func (*WaypointGetUser2OK) String ¶

func (o *WaypointGetUser2OK) String() string

type WaypointGetUser2Params ¶

type WaypointGetUser2Params struct {

	// UserIDID.
	UserIDID *string

	// UserUsernameUsername.
	UserUsernameUsername string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetUser2Params contains all the parameters to send to the API endpoint

for the waypoint get user2 operation.

Typically these are written to a http.Request.

func NewWaypointGetUser2Params ¶

func NewWaypointGetUser2Params() *WaypointGetUser2Params

NewWaypointGetUser2Params creates a new WaypointGetUser2Params 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 NewWaypointGetUser2ParamsWithContext ¶

func NewWaypointGetUser2ParamsWithContext(ctx context.Context) *WaypointGetUser2Params

NewWaypointGetUser2ParamsWithContext creates a new WaypointGetUser2Params object with the ability to set a context for a request.

func NewWaypointGetUser2ParamsWithHTTPClient ¶

func NewWaypointGetUser2ParamsWithHTTPClient(client *http.Client) *WaypointGetUser2Params

NewWaypointGetUser2ParamsWithHTTPClient creates a new WaypointGetUser2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetUser2ParamsWithTimeout ¶

func NewWaypointGetUser2ParamsWithTimeout(timeout time.Duration) *WaypointGetUser2Params

NewWaypointGetUser2ParamsWithTimeout creates a new WaypointGetUser2Params object with the ability to set a timeout on a request.

func (*WaypointGetUser2Params) SetContext ¶

func (o *WaypointGetUser2Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint get user2 params

func (*WaypointGetUser2Params) SetDefaults ¶

func (o *WaypointGetUser2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint get user2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetUser2Params) SetHTTPClient ¶

func (o *WaypointGetUser2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get user2 params

func (*WaypointGetUser2Params) SetTimeout ¶

func (o *WaypointGetUser2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get user2 params

func (*WaypointGetUser2Params) SetUserIDID ¶

func (o *WaypointGetUser2Params) SetUserIDID(userIDID *string)

SetUserIDID adds the userIdId to the waypoint get user2 params

func (*WaypointGetUser2Params) SetUserUsernameUsername ¶

func (o *WaypointGetUser2Params) SetUserUsernameUsername(userUsernameUsername string)

SetUserUsernameUsername adds the userUsernameUsername to the waypoint get user2 params

func (*WaypointGetUser2Params) WithContext ¶

WithContext adds the context to the waypoint get user2 params

func (*WaypointGetUser2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get user2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetUser2Params) WithHTTPClient ¶

func (o *WaypointGetUser2Params) WithHTTPClient(client *http.Client) *WaypointGetUser2Params

WithHTTPClient adds the HTTPClient to the waypoint get user2 params

func (*WaypointGetUser2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get user2 params

func (*WaypointGetUser2Params) WithUserIDID ¶

func (o *WaypointGetUser2Params) WithUserIDID(userIDID *string) *WaypointGetUser2Params

WithUserIDID adds the userIDID to the waypoint get user2 params

func (*WaypointGetUser2Params) WithUserUsernameUsername ¶

func (o *WaypointGetUser2Params) WithUserUsernameUsername(userUsernameUsername string) *WaypointGetUser2Params

WithUserUsernameUsername adds the userUsernameUsername to the waypoint get user2 params

func (*WaypointGetUser2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetUser2Reader ¶

type WaypointGetUser2Reader struct {
	// contains filtered or unexported fields
}

WaypointGetUser2Reader is a Reader for the WaypointGetUser2 structure.

func (*WaypointGetUser2Reader) ReadResponse ¶

func (o *WaypointGetUser2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetUserDefault ¶

type WaypointGetUserDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetUserDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetUserDefault ¶

func NewWaypointGetUserDefault(code int) *WaypointGetUserDefault

NewWaypointGetUserDefault creates a WaypointGetUserDefault with default headers values

func (*WaypointGetUserDefault) Code ¶

func (o *WaypointGetUserDefault) Code() int

Code gets the status code for the waypoint get user default response

func (*WaypointGetUserDefault) Error ¶

func (o *WaypointGetUserDefault) Error() string

func (*WaypointGetUserDefault) GetPayload ¶

func (*WaypointGetUserDefault) IsClientError ¶

func (o *WaypointGetUserDefault) IsClientError() bool

IsClientError returns true when this waypoint get user default response has a 4xx status code

func (*WaypointGetUserDefault) IsCode ¶

func (o *WaypointGetUserDefault) IsCode(code int) bool

IsCode returns true when this waypoint get user default response a status code equal to that given

func (*WaypointGetUserDefault) IsRedirect ¶

func (o *WaypointGetUserDefault) IsRedirect() bool

IsRedirect returns true when this waypoint get user default response has a 3xx status code

func (*WaypointGetUserDefault) IsServerError ¶

func (o *WaypointGetUserDefault) IsServerError() bool

IsServerError returns true when this waypoint get user default response has a 5xx status code

func (*WaypointGetUserDefault) IsSuccess ¶

func (o *WaypointGetUserDefault) IsSuccess() bool

IsSuccess returns true when this waypoint get user default response has a 2xx status code

func (*WaypointGetUserDefault) String ¶

func (o *WaypointGetUserDefault) String() string

type WaypointGetUserOK ¶

type WaypointGetUserOK struct {
	Payload *models.HashicorpWaypointGetUserResponse
}

WaypointGetUserOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetUserOK ¶

func NewWaypointGetUserOK() *WaypointGetUserOK

NewWaypointGetUserOK creates a WaypointGetUserOK with default headers values

func (*WaypointGetUserOK) Error ¶

func (o *WaypointGetUserOK) Error() string

func (*WaypointGetUserOK) GetPayload ¶

func (*WaypointGetUserOK) IsClientError ¶

func (o *WaypointGetUserOK) IsClientError() bool

IsClientError returns true when this waypoint get user o k response has a 4xx status code

func (*WaypointGetUserOK) IsCode ¶

func (o *WaypointGetUserOK) IsCode(code int) bool

IsCode returns true when this waypoint get user o k response a status code equal to that given

func (*WaypointGetUserOK) IsRedirect ¶

func (o *WaypointGetUserOK) IsRedirect() bool

IsRedirect returns true when this waypoint get user o k response has a 3xx status code

func (*WaypointGetUserOK) IsServerError ¶

func (o *WaypointGetUserOK) IsServerError() bool

IsServerError returns true when this waypoint get user o k response has a 5xx status code

func (*WaypointGetUserOK) IsSuccess ¶

func (o *WaypointGetUserOK) IsSuccess() bool

IsSuccess returns true when this waypoint get user o k response has a 2xx status code

func (*WaypointGetUserOK) String ¶

func (o *WaypointGetUserOK) String() string

type WaypointGetUserParams ¶

type WaypointGetUserParams struct {

	// UserIDID.
	UserIDID string

	// UserUsernameUsername.
	UserUsernameUsername *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetUserParams contains all the parameters to send to the API endpoint

for the waypoint get user operation.

Typically these are written to a http.Request.

func NewWaypointGetUserParams ¶

func NewWaypointGetUserParams() *WaypointGetUserParams

NewWaypointGetUserParams creates a new WaypointGetUserParams 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 NewWaypointGetUserParamsWithContext ¶

func NewWaypointGetUserParamsWithContext(ctx context.Context) *WaypointGetUserParams

NewWaypointGetUserParamsWithContext creates a new WaypointGetUserParams object with the ability to set a context for a request.

func NewWaypointGetUserParamsWithHTTPClient ¶

func NewWaypointGetUserParamsWithHTTPClient(client *http.Client) *WaypointGetUserParams

NewWaypointGetUserParamsWithHTTPClient creates a new WaypointGetUserParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetUserParamsWithTimeout ¶

func NewWaypointGetUserParamsWithTimeout(timeout time.Duration) *WaypointGetUserParams

NewWaypointGetUserParamsWithTimeout creates a new WaypointGetUserParams object with the ability to set a timeout on a request.

func (*WaypointGetUserParams) SetContext ¶

func (o *WaypointGetUserParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint get user params

func (*WaypointGetUserParams) SetDefaults ¶

func (o *WaypointGetUserParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get user params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetUserParams) SetHTTPClient ¶

func (o *WaypointGetUserParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get user params

func (*WaypointGetUserParams) SetTimeout ¶

func (o *WaypointGetUserParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get user params

func (*WaypointGetUserParams) SetUserIDID ¶

func (o *WaypointGetUserParams) SetUserIDID(userIDID string)

SetUserIDID adds the userIdId to the waypoint get user params

func (*WaypointGetUserParams) SetUserUsernameUsername ¶

func (o *WaypointGetUserParams) SetUserUsernameUsername(userUsernameUsername *string)

SetUserUsernameUsername adds the userUsernameUsername to the waypoint get user params

func (*WaypointGetUserParams) WithContext ¶

WithContext adds the context to the waypoint get user params

func (*WaypointGetUserParams) WithDefaults ¶

func (o *WaypointGetUserParams) WithDefaults() *WaypointGetUserParams

WithDefaults hydrates default values in the waypoint get user params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetUserParams) WithHTTPClient ¶

func (o *WaypointGetUserParams) WithHTTPClient(client *http.Client) *WaypointGetUserParams

WithHTTPClient adds the HTTPClient to the waypoint get user params

func (*WaypointGetUserParams) WithTimeout ¶

func (o *WaypointGetUserParams) WithTimeout(timeout time.Duration) *WaypointGetUserParams

WithTimeout adds the timeout to the waypoint get user params

func (*WaypointGetUserParams) WithUserIDID ¶

func (o *WaypointGetUserParams) WithUserIDID(userIDID string) *WaypointGetUserParams

WithUserIDID adds the userIDID to the waypoint get user params

func (*WaypointGetUserParams) WithUserUsernameUsername ¶

func (o *WaypointGetUserParams) WithUserUsernameUsername(userUsernameUsername *string) *WaypointGetUserParams

WithUserUsernameUsername adds the userUsernameUsername to the waypoint get user params

func (*WaypointGetUserParams) WriteToRequest ¶

func (o *WaypointGetUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type WaypointGetUserReader ¶

type WaypointGetUserReader struct {
	// contains filtered or unexported fields
}

WaypointGetUserReader is a Reader for the WaypointGetUser structure.

func (*WaypointGetUserReader) ReadResponse ¶

func (o *WaypointGetUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetVersionInfoDefault ¶

type WaypointGetVersionInfoDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetVersionInfoDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetVersionInfoDefault ¶

func NewWaypointGetVersionInfoDefault(code int) *WaypointGetVersionInfoDefault

NewWaypointGetVersionInfoDefault creates a WaypointGetVersionInfoDefault with default headers values

func (*WaypointGetVersionInfoDefault) Code ¶

Code gets the status code for the waypoint get version info default response

func (*WaypointGetVersionInfoDefault) Error ¶

func (*WaypointGetVersionInfoDefault) GetPayload ¶

func (*WaypointGetVersionInfoDefault) IsClientError ¶

func (o *WaypointGetVersionInfoDefault) IsClientError() bool

IsClientError returns true when this waypoint get version info default response has a 4xx status code

func (*WaypointGetVersionInfoDefault) IsCode ¶

func (o *WaypointGetVersionInfoDefault) IsCode(code int) bool

IsCode returns true when this waypoint get version info default response a status code equal to that given

func (*WaypointGetVersionInfoDefault) IsRedirect ¶

func (o *WaypointGetVersionInfoDefault) IsRedirect() bool

IsRedirect returns true when this waypoint get version info default response has a 3xx status code

func (*WaypointGetVersionInfoDefault) IsServerError ¶

func (o *WaypointGetVersionInfoDefault) IsServerError() bool

IsServerError returns true when this waypoint get version info default response has a 5xx status code

func (*WaypointGetVersionInfoDefault) IsSuccess ¶

func (o *WaypointGetVersionInfoDefault) IsSuccess() bool

IsSuccess returns true when this waypoint get version info default response has a 2xx status code

func (*WaypointGetVersionInfoDefault) String ¶

type WaypointGetVersionInfoOK ¶

type WaypointGetVersionInfoOK struct {
	Payload *models.HashicorpWaypointGetVersionInfoResponse
}

WaypointGetVersionInfoOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetVersionInfoOK ¶

func NewWaypointGetVersionInfoOK() *WaypointGetVersionInfoOK

NewWaypointGetVersionInfoOK creates a WaypointGetVersionInfoOK with default headers values

func (*WaypointGetVersionInfoOK) Error ¶

func (o *WaypointGetVersionInfoOK) Error() string

func (*WaypointGetVersionInfoOK) GetPayload ¶

func (*WaypointGetVersionInfoOK) IsClientError ¶

func (o *WaypointGetVersionInfoOK) IsClientError() bool

IsClientError returns true when this waypoint get version info o k response has a 4xx status code

func (*WaypointGetVersionInfoOK) IsCode ¶

func (o *WaypointGetVersionInfoOK) IsCode(code int) bool

IsCode returns true when this waypoint get version info o k response a status code equal to that given

func (*WaypointGetVersionInfoOK) IsRedirect ¶

func (o *WaypointGetVersionInfoOK) IsRedirect() bool

IsRedirect returns true when this waypoint get version info o k response has a 3xx status code

func (*WaypointGetVersionInfoOK) IsServerError ¶

func (o *WaypointGetVersionInfoOK) IsServerError() bool

IsServerError returns true when this waypoint get version info o k response has a 5xx status code

func (*WaypointGetVersionInfoOK) IsSuccess ¶

func (o *WaypointGetVersionInfoOK) IsSuccess() bool

IsSuccess returns true when this waypoint get version info o k response has a 2xx status code

func (*WaypointGetVersionInfoOK) String ¶

func (o *WaypointGetVersionInfoOK) String() string

type WaypointGetVersionInfoParams ¶

type WaypointGetVersionInfoParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetVersionInfoParams contains all the parameters to send to the API endpoint

for the waypoint get version info operation.

Typically these are written to a http.Request.

func NewWaypointGetVersionInfoParams ¶

func NewWaypointGetVersionInfoParams() *WaypointGetVersionInfoParams

NewWaypointGetVersionInfoParams creates a new WaypointGetVersionInfoParams 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 NewWaypointGetVersionInfoParamsWithContext ¶

func NewWaypointGetVersionInfoParamsWithContext(ctx context.Context) *WaypointGetVersionInfoParams

NewWaypointGetVersionInfoParamsWithContext creates a new WaypointGetVersionInfoParams object with the ability to set a context for a request.

func NewWaypointGetVersionInfoParamsWithHTTPClient ¶

func NewWaypointGetVersionInfoParamsWithHTTPClient(client *http.Client) *WaypointGetVersionInfoParams

NewWaypointGetVersionInfoParamsWithHTTPClient creates a new WaypointGetVersionInfoParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetVersionInfoParamsWithTimeout ¶

func NewWaypointGetVersionInfoParamsWithTimeout(timeout time.Duration) *WaypointGetVersionInfoParams

NewWaypointGetVersionInfoParamsWithTimeout creates a new WaypointGetVersionInfoParams object with the ability to set a timeout on a request.

func (*WaypointGetVersionInfoParams) SetContext ¶

func (o *WaypointGetVersionInfoParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint get version info params

func (*WaypointGetVersionInfoParams) SetDefaults ¶

func (o *WaypointGetVersionInfoParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get version info params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetVersionInfoParams) SetHTTPClient ¶

func (o *WaypointGetVersionInfoParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get version info params

func (*WaypointGetVersionInfoParams) SetTimeout ¶

func (o *WaypointGetVersionInfoParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get version info params

func (*WaypointGetVersionInfoParams) WithContext ¶

WithContext adds the context to the waypoint get version info params

func (*WaypointGetVersionInfoParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get version info params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetVersionInfoParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get version info params

func (*WaypointGetVersionInfoParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get version info params

func (*WaypointGetVersionInfoParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetVersionInfoReader ¶

type WaypointGetVersionInfoReader struct {
	// contains filtered or unexported fields
}

WaypointGetVersionInfoReader is a Reader for the WaypointGetVersionInfo structure.

func (*WaypointGetVersionInfoReader) ReadResponse ¶

func (o *WaypointGetVersionInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointGetWorkspaceDefault ¶

type WaypointGetWorkspaceDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointGetWorkspaceDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointGetWorkspaceDefault ¶

func NewWaypointGetWorkspaceDefault(code int) *WaypointGetWorkspaceDefault

NewWaypointGetWorkspaceDefault creates a WaypointGetWorkspaceDefault with default headers values

func (*WaypointGetWorkspaceDefault) Code ¶

func (o *WaypointGetWorkspaceDefault) Code() int

Code gets the status code for the waypoint get workspace default response

func (*WaypointGetWorkspaceDefault) Error ¶

func (*WaypointGetWorkspaceDefault) GetPayload ¶

func (*WaypointGetWorkspaceDefault) IsClientError ¶

func (o *WaypointGetWorkspaceDefault) IsClientError() bool

IsClientError returns true when this waypoint get workspace default response has a 4xx status code

func (*WaypointGetWorkspaceDefault) IsCode ¶

func (o *WaypointGetWorkspaceDefault) IsCode(code int) bool

IsCode returns true when this waypoint get workspace default response a status code equal to that given

func (*WaypointGetWorkspaceDefault) IsRedirect ¶

func (o *WaypointGetWorkspaceDefault) IsRedirect() bool

IsRedirect returns true when this waypoint get workspace default response has a 3xx status code

func (*WaypointGetWorkspaceDefault) IsServerError ¶

func (o *WaypointGetWorkspaceDefault) IsServerError() bool

IsServerError returns true when this waypoint get workspace default response has a 5xx status code

func (*WaypointGetWorkspaceDefault) IsSuccess ¶

func (o *WaypointGetWorkspaceDefault) IsSuccess() bool

IsSuccess returns true when this waypoint get workspace default response has a 2xx status code

func (*WaypointGetWorkspaceDefault) String ¶

func (o *WaypointGetWorkspaceDefault) String() string

type WaypointGetWorkspaceOK ¶

type WaypointGetWorkspaceOK struct {
	Payload *models.HashicorpWaypointGetWorkspaceResponse
}

WaypointGetWorkspaceOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointGetWorkspaceOK ¶

func NewWaypointGetWorkspaceOK() *WaypointGetWorkspaceOK

NewWaypointGetWorkspaceOK creates a WaypointGetWorkspaceOK with default headers values

func (*WaypointGetWorkspaceOK) Error ¶

func (o *WaypointGetWorkspaceOK) Error() string

func (*WaypointGetWorkspaceOK) GetPayload ¶

func (*WaypointGetWorkspaceOK) IsClientError ¶

func (o *WaypointGetWorkspaceOK) IsClientError() bool

IsClientError returns true when this waypoint get workspace o k response has a 4xx status code

func (*WaypointGetWorkspaceOK) IsCode ¶

func (o *WaypointGetWorkspaceOK) IsCode(code int) bool

IsCode returns true when this waypoint get workspace o k response a status code equal to that given

func (*WaypointGetWorkspaceOK) IsRedirect ¶

func (o *WaypointGetWorkspaceOK) IsRedirect() bool

IsRedirect returns true when this waypoint get workspace o k response has a 3xx status code

func (*WaypointGetWorkspaceOK) IsServerError ¶

func (o *WaypointGetWorkspaceOK) IsServerError() bool

IsServerError returns true when this waypoint get workspace o k response has a 5xx status code

func (*WaypointGetWorkspaceOK) IsSuccess ¶

func (o *WaypointGetWorkspaceOK) IsSuccess() bool

IsSuccess returns true when this waypoint get workspace o k response has a 2xx status code

func (*WaypointGetWorkspaceOK) String ¶

func (o *WaypointGetWorkspaceOK) String() string

type WaypointGetWorkspaceParams ¶

type WaypointGetWorkspaceParams struct {

	// WorkspaceWorkspace.
	WorkspaceWorkspace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointGetWorkspaceParams contains all the parameters to send to the API endpoint

for the waypoint get workspace operation.

Typically these are written to a http.Request.

func NewWaypointGetWorkspaceParams ¶

func NewWaypointGetWorkspaceParams() *WaypointGetWorkspaceParams

NewWaypointGetWorkspaceParams creates a new WaypointGetWorkspaceParams 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 NewWaypointGetWorkspaceParamsWithContext ¶

func NewWaypointGetWorkspaceParamsWithContext(ctx context.Context) *WaypointGetWorkspaceParams

NewWaypointGetWorkspaceParamsWithContext creates a new WaypointGetWorkspaceParams object with the ability to set a context for a request.

func NewWaypointGetWorkspaceParamsWithHTTPClient ¶

func NewWaypointGetWorkspaceParamsWithHTTPClient(client *http.Client) *WaypointGetWorkspaceParams

NewWaypointGetWorkspaceParamsWithHTTPClient creates a new WaypointGetWorkspaceParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointGetWorkspaceParamsWithTimeout ¶

func NewWaypointGetWorkspaceParamsWithTimeout(timeout time.Duration) *WaypointGetWorkspaceParams

NewWaypointGetWorkspaceParamsWithTimeout creates a new WaypointGetWorkspaceParams object with the ability to set a timeout on a request.

func (*WaypointGetWorkspaceParams) SetContext ¶

func (o *WaypointGetWorkspaceParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint get workspace params

func (*WaypointGetWorkspaceParams) SetDefaults ¶

func (o *WaypointGetWorkspaceParams) SetDefaults()

SetDefaults hydrates default values in the waypoint get workspace params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetWorkspaceParams) SetHTTPClient ¶

func (o *WaypointGetWorkspaceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint get workspace params

func (*WaypointGetWorkspaceParams) SetTimeout ¶

func (o *WaypointGetWorkspaceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint get workspace params

func (*WaypointGetWorkspaceParams) SetWorkspaceWorkspace ¶

func (o *WaypointGetWorkspaceParams) SetWorkspaceWorkspace(workspaceWorkspace string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get workspace params

func (*WaypointGetWorkspaceParams) WithContext ¶

WithContext adds the context to the waypoint get workspace params

func (*WaypointGetWorkspaceParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint get workspace params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointGetWorkspaceParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint get workspace params

func (*WaypointGetWorkspaceParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint get workspace params

func (*WaypointGetWorkspaceParams) WithWorkspaceWorkspace ¶

func (o *WaypointGetWorkspaceParams) WithWorkspaceWorkspace(workspaceWorkspace string) *WaypointGetWorkspaceParams

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint get workspace params

func (*WaypointGetWorkspaceParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointGetWorkspaceReader ¶

type WaypointGetWorkspaceReader struct {
	// contains filtered or unexported fields
}

WaypointGetWorkspaceReader is a Reader for the WaypointGetWorkspace structure.

func (*WaypointGetWorkspaceReader) ReadResponse ¶

func (o *WaypointGetWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListAuthMethodsDefault ¶

type WaypointListAuthMethodsDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListAuthMethodsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListAuthMethodsDefault ¶

func NewWaypointListAuthMethodsDefault(code int) *WaypointListAuthMethodsDefault

NewWaypointListAuthMethodsDefault creates a WaypointListAuthMethodsDefault with default headers values

func (*WaypointListAuthMethodsDefault) Code ¶

Code gets the status code for the waypoint list auth methods default response

func (*WaypointListAuthMethodsDefault) Error ¶

func (*WaypointListAuthMethodsDefault) GetPayload ¶

func (*WaypointListAuthMethodsDefault) IsClientError ¶

func (o *WaypointListAuthMethodsDefault) IsClientError() bool

IsClientError returns true when this waypoint list auth methods default response has a 4xx status code

func (*WaypointListAuthMethodsDefault) IsCode ¶

func (o *WaypointListAuthMethodsDefault) IsCode(code int) bool

IsCode returns true when this waypoint list auth methods default response a status code equal to that given

func (*WaypointListAuthMethodsDefault) IsRedirect ¶

func (o *WaypointListAuthMethodsDefault) IsRedirect() bool

IsRedirect returns true when this waypoint list auth methods default response has a 3xx status code

func (*WaypointListAuthMethodsDefault) IsServerError ¶

func (o *WaypointListAuthMethodsDefault) IsServerError() bool

IsServerError returns true when this waypoint list auth methods default response has a 5xx status code

func (*WaypointListAuthMethodsDefault) IsSuccess ¶

func (o *WaypointListAuthMethodsDefault) IsSuccess() bool

IsSuccess returns true when this waypoint list auth methods default response has a 2xx status code

func (*WaypointListAuthMethodsDefault) String ¶

type WaypointListAuthMethodsOK ¶

type WaypointListAuthMethodsOK struct {
	Payload *models.HashicorpWaypointListAuthMethodsResponse
}

WaypointListAuthMethodsOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListAuthMethodsOK ¶

func NewWaypointListAuthMethodsOK() *WaypointListAuthMethodsOK

NewWaypointListAuthMethodsOK creates a WaypointListAuthMethodsOK with default headers values

func (*WaypointListAuthMethodsOK) Error ¶

func (o *WaypointListAuthMethodsOK) Error() string

func (*WaypointListAuthMethodsOK) GetPayload ¶

func (*WaypointListAuthMethodsOK) IsClientError ¶

func (o *WaypointListAuthMethodsOK) IsClientError() bool

IsClientError returns true when this waypoint list auth methods o k response has a 4xx status code

func (*WaypointListAuthMethodsOK) IsCode ¶

func (o *WaypointListAuthMethodsOK) IsCode(code int) bool

IsCode returns true when this waypoint list auth methods o k response a status code equal to that given

func (*WaypointListAuthMethodsOK) IsRedirect ¶

func (o *WaypointListAuthMethodsOK) IsRedirect() bool

IsRedirect returns true when this waypoint list auth methods o k response has a 3xx status code

func (*WaypointListAuthMethodsOK) IsServerError ¶

func (o *WaypointListAuthMethodsOK) IsServerError() bool

IsServerError returns true when this waypoint list auth methods o k response has a 5xx status code

func (*WaypointListAuthMethodsOK) IsSuccess ¶

func (o *WaypointListAuthMethodsOK) IsSuccess() bool

IsSuccess returns true when this waypoint list auth methods o k response has a 2xx status code

func (*WaypointListAuthMethodsOK) String ¶

func (o *WaypointListAuthMethodsOK) String() string

type WaypointListAuthMethodsParams ¶

type WaypointListAuthMethodsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListAuthMethodsParams contains all the parameters to send to the API endpoint

for the waypoint list auth methods operation.

Typically these are written to a http.Request.

func NewWaypointListAuthMethodsParams ¶

func NewWaypointListAuthMethodsParams() *WaypointListAuthMethodsParams

NewWaypointListAuthMethodsParams creates a new WaypointListAuthMethodsParams 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 NewWaypointListAuthMethodsParamsWithContext ¶

func NewWaypointListAuthMethodsParamsWithContext(ctx context.Context) *WaypointListAuthMethodsParams

NewWaypointListAuthMethodsParamsWithContext creates a new WaypointListAuthMethodsParams object with the ability to set a context for a request.

func NewWaypointListAuthMethodsParamsWithHTTPClient ¶

func NewWaypointListAuthMethodsParamsWithHTTPClient(client *http.Client) *WaypointListAuthMethodsParams

NewWaypointListAuthMethodsParamsWithHTTPClient creates a new WaypointListAuthMethodsParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointListAuthMethodsParamsWithTimeout ¶

func NewWaypointListAuthMethodsParamsWithTimeout(timeout time.Duration) *WaypointListAuthMethodsParams

NewWaypointListAuthMethodsParamsWithTimeout creates a new WaypointListAuthMethodsParams object with the ability to set a timeout on a request.

func (*WaypointListAuthMethodsParams) SetContext ¶

func (o *WaypointListAuthMethodsParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list auth methods params

func (*WaypointListAuthMethodsParams) SetDefaults ¶

func (o *WaypointListAuthMethodsParams) SetDefaults()

SetDefaults hydrates default values in the waypoint list auth methods params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListAuthMethodsParams) SetHTTPClient ¶

func (o *WaypointListAuthMethodsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list auth methods params

func (*WaypointListAuthMethodsParams) SetTimeout ¶

func (o *WaypointListAuthMethodsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list auth methods params

func (*WaypointListAuthMethodsParams) WithContext ¶

WithContext adds the context to the waypoint list auth methods params

func (*WaypointListAuthMethodsParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list auth methods params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListAuthMethodsParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list auth methods params

func (*WaypointListAuthMethodsParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list auth methods params

func (*WaypointListAuthMethodsParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListAuthMethodsReader ¶

type WaypointListAuthMethodsReader struct {
	// contains filtered or unexported fields
}

WaypointListAuthMethodsReader is a Reader for the WaypointListAuthMethods structure.

func (*WaypointListAuthMethodsReader) ReadResponse ¶

func (o *WaypointListAuthMethodsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListBuilds2Default ¶

type WaypointListBuilds2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListBuilds2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListBuilds2Default ¶

func NewWaypointListBuilds2Default(code int) *WaypointListBuilds2Default

NewWaypointListBuilds2Default creates a WaypointListBuilds2Default with default headers values

func (*WaypointListBuilds2Default) Code ¶

func (o *WaypointListBuilds2Default) Code() int

Code gets the status code for the waypoint list builds2 default response

func (*WaypointListBuilds2Default) Error ¶

func (*WaypointListBuilds2Default) GetPayload ¶

func (*WaypointListBuilds2Default) IsClientError ¶

func (o *WaypointListBuilds2Default) IsClientError() bool

IsClientError returns true when this waypoint list builds2 default response has a 4xx status code

func (*WaypointListBuilds2Default) IsCode ¶

func (o *WaypointListBuilds2Default) IsCode(code int) bool

IsCode returns true when this waypoint list builds2 default response a status code equal to that given

func (*WaypointListBuilds2Default) IsRedirect ¶

func (o *WaypointListBuilds2Default) IsRedirect() bool

IsRedirect returns true when this waypoint list builds2 default response has a 3xx status code

func (*WaypointListBuilds2Default) IsServerError ¶

func (o *WaypointListBuilds2Default) IsServerError() bool

IsServerError returns true when this waypoint list builds2 default response has a 5xx status code

func (*WaypointListBuilds2Default) IsSuccess ¶

func (o *WaypointListBuilds2Default) IsSuccess() bool

IsSuccess returns true when this waypoint list builds2 default response has a 2xx status code

func (*WaypointListBuilds2Default) String ¶

func (o *WaypointListBuilds2Default) String() string

type WaypointListBuilds2OK ¶

type WaypointListBuilds2OK struct {
	Payload *models.HashicorpWaypointListBuildsResponse
}

WaypointListBuilds2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListBuilds2OK ¶

func NewWaypointListBuilds2OK() *WaypointListBuilds2OK

NewWaypointListBuilds2OK creates a WaypointListBuilds2OK with default headers values

func (*WaypointListBuilds2OK) Error ¶

func (o *WaypointListBuilds2OK) Error() string

func (*WaypointListBuilds2OK) GetPayload ¶

func (*WaypointListBuilds2OK) IsClientError ¶

func (o *WaypointListBuilds2OK) IsClientError() bool

IsClientError returns true when this waypoint list builds2 o k response has a 4xx status code

func (*WaypointListBuilds2OK) IsCode ¶

func (o *WaypointListBuilds2OK) IsCode(code int) bool

IsCode returns true when this waypoint list builds2 o k response a status code equal to that given

func (*WaypointListBuilds2OK) IsRedirect ¶

func (o *WaypointListBuilds2OK) IsRedirect() bool

IsRedirect returns true when this waypoint list builds2 o k response has a 3xx status code

func (*WaypointListBuilds2OK) IsServerError ¶

func (o *WaypointListBuilds2OK) IsServerError() bool

IsServerError returns true when this waypoint list builds2 o k response has a 5xx status code

func (*WaypointListBuilds2OK) IsSuccess ¶

func (o *WaypointListBuilds2OK) IsSuccess() bool

IsSuccess returns true when this waypoint list builds2 o k response has a 2xx status code

func (*WaypointListBuilds2OK) String ¶

func (o *WaypointListBuilds2OK) String() string

type WaypointListBuilds2Params ¶

type WaypointListBuilds2Params struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	// OrderDesc.
	OrderDesc *bool

	/* OrderLimit.

	   Limit the number of results.

	   Format: int64
	*/
	OrderLimit *int64

	/* OrderOrder.

	   Order for the results.

	   Default: "UNSET"
	*/
	OrderOrder *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListBuilds2Params contains all the parameters to send to the API endpoint

for the waypoint list builds2 operation.

Typically these are written to a http.Request.

func NewWaypointListBuilds2Params ¶

func NewWaypointListBuilds2Params() *WaypointListBuilds2Params

NewWaypointListBuilds2Params creates a new WaypointListBuilds2Params 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 NewWaypointListBuilds2ParamsWithContext ¶

func NewWaypointListBuilds2ParamsWithContext(ctx context.Context) *WaypointListBuilds2Params

NewWaypointListBuilds2ParamsWithContext creates a new WaypointListBuilds2Params object with the ability to set a context for a request.

func NewWaypointListBuilds2ParamsWithHTTPClient ¶

func NewWaypointListBuilds2ParamsWithHTTPClient(client *http.Client) *WaypointListBuilds2Params

NewWaypointListBuilds2ParamsWithHTTPClient creates a new WaypointListBuilds2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointListBuilds2ParamsWithTimeout ¶

func NewWaypointListBuilds2ParamsWithTimeout(timeout time.Duration) *WaypointListBuilds2Params

NewWaypointListBuilds2ParamsWithTimeout creates a new WaypointListBuilds2Params object with the ability to set a timeout on a request.

func (*WaypointListBuilds2Params) SetApplicationApplication ¶

func (o *WaypointListBuilds2Params) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint list builds2 params

func (*WaypointListBuilds2Params) SetApplicationProject ¶

func (o *WaypointListBuilds2Params) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint list builds2 params

func (*WaypointListBuilds2Params) SetContext ¶

func (o *WaypointListBuilds2Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list builds2 params

func (*WaypointListBuilds2Params) SetDefaults ¶

func (o *WaypointListBuilds2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint list builds2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListBuilds2Params) SetHTTPClient ¶

func (o *WaypointListBuilds2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list builds2 params

func (*WaypointListBuilds2Params) SetOrderDesc ¶

func (o *WaypointListBuilds2Params) SetOrderDesc(orderDesc *bool)

SetOrderDesc adds the orderDesc to the waypoint list builds2 params

func (*WaypointListBuilds2Params) SetOrderLimit ¶

func (o *WaypointListBuilds2Params) SetOrderLimit(orderLimit *int64)

SetOrderLimit adds the orderLimit to the waypoint list builds2 params

func (*WaypointListBuilds2Params) SetOrderOrder ¶

func (o *WaypointListBuilds2Params) SetOrderOrder(orderOrder *string)

SetOrderOrder adds the orderOrder to the waypoint list builds2 params

func (*WaypointListBuilds2Params) SetTimeout ¶

func (o *WaypointListBuilds2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list builds2 params

func (*WaypointListBuilds2Params) SetWorkspaceWorkspace ¶

func (o *WaypointListBuilds2Params) SetWorkspaceWorkspace(workspaceWorkspace string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list builds2 params

func (*WaypointListBuilds2Params) WithApplicationApplication ¶

func (o *WaypointListBuilds2Params) WithApplicationApplication(applicationApplication string) *WaypointListBuilds2Params

WithApplicationApplication adds the applicationApplication to the waypoint list builds2 params

func (*WaypointListBuilds2Params) WithApplicationProject ¶

func (o *WaypointListBuilds2Params) WithApplicationProject(applicationProject string) *WaypointListBuilds2Params

WithApplicationProject adds the applicationProject to the waypoint list builds2 params

func (*WaypointListBuilds2Params) WithContext ¶

WithContext adds the context to the waypoint list builds2 params

func (*WaypointListBuilds2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list builds2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListBuilds2Params) WithHTTPClient ¶

func (o *WaypointListBuilds2Params) WithHTTPClient(client *http.Client) *WaypointListBuilds2Params

WithHTTPClient adds the HTTPClient to the waypoint list builds2 params

func (*WaypointListBuilds2Params) WithOrderDesc ¶

func (o *WaypointListBuilds2Params) WithOrderDesc(orderDesc *bool) *WaypointListBuilds2Params

WithOrderDesc adds the orderDesc to the waypoint list builds2 params

func (*WaypointListBuilds2Params) WithOrderLimit ¶

func (o *WaypointListBuilds2Params) WithOrderLimit(orderLimit *int64) *WaypointListBuilds2Params

WithOrderLimit adds the orderLimit to the waypoint list builds2 params

func (*WaypointListBuilds2Params) WithOrderOrder ¶

func (o *WaypointListBuilds2Params) WithOrderOrder(orderOrder *string) *WaypointListBuilds2Params

WithOrderOrder adds the orderOrder to the waypoint list builds2 params

func (*WaypointListBuilds2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list builds2 params

func (*WaypointListBuilds2Params) WithWorkspaceWorkspace ¶

func (o *WaypointListBuilds2Params) WithWorkspaceWorkspace(workspaceWorkspace string) *WaypointListBuilds2Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list builds2 params

func (*WaypointListBuilds2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListBuilds2Reader ¶

type WaypointListBuilds2Reader struct {
	// contains filtered or unexported fields
}

WaypointListBuilds2Reader is a Reader for the WaypointListBuilds2 structure.

func (*WaypointListBuilds2Reader) ReadResponse ¶

func (o *WaypointListBuilds2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListBuildsDefault ¶

type WaypointListBuildsDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListBuildsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListBuildsDefault ¶

func NewWaypointListBuildsDefault(code int) *WaypointListBuildsDefault

NewWaypointListBuildsDefault creates a WaypointListBuildsDefault with default headers values

func (*WaypointListBuildsDefault) Code ¶

func (o *WaypointListBuildsDefault) Code() int

Code gets the status code for the waypoint list builds default response

func (*WaypointListBuildsDefault) Error ¶

func (o *WaypointListBuildsDefault) Error() string

func (*WaypointListBuildsDefault) GetPayload ¶

func (*WaypointListBuildsDefault) IsClientError ¶

func (o *WaypointListBuildsDefault) IsClientError() bool

IsClientError returns true when this waypoint list builds default response has a 4xx status code

func (*WaypointListBuildsDefault) IsCode ¶

func (o *WaypointListBuildsDefault) IsCode(code int) bool

IsCode returns true when this waypoint list builds default response a status code equal to that given

func (*WaypointListBuildsDefault) IsRedirect ¶

func (o *WaypointListBuildsDefault) IsRedirect() bool

IsRedirect returns true when this waypoint list builds default response has a 3xx status code

func (*WaypointListBuildsDefault) IsServerError ¶

func (o *WaypointListBuildsDefault) IsServerError() bool

IsServerError returns true when this waypoint list builds default response has a 5xx status code

func (*WaypointListBuildsDefault) IsSuccess ¶

func (o *WaypointListBuildsDefault) IsSuccess() bool

IsSuccess returns true when this waypoint list builds default response has a 2xx status code

func (*WaypointListBuildsDefault) String ¶

func (o *WaypointListBuildsDefault) String() string

type WaypointListBuildsOK ¶

type WaypointListBuildsOK struct {
	Payload *models.HashicorpWaypointListBuildsResponse
}

WaypointListBuildsOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListBuildsOK ¶

func NewWaypointListBuildsOK() *WaypointListBuildsOK

NewWaypointListBuildsOK creates a WaypointListBuildsOK with default headers values

func (*WaypointListBuildsOK) Error ¶

func (o *WaypointListBuildsOK) Error() string

func (*WaypointListBuildsOK) GetPayload ¶

func (*WaypointListBuildsOK) IsClientError ¶

func (o *WaypointListBuildsOK) IsClientError() bool

IsClientError returns true when this waypoint list builds o k response has a 4xx status code

func (*WaypointListBuildsOK) IsCode ¶

func (o *WaypointListBuildsOK) IsCode(code int) bool

IsCode returns true when this waypoint list builds o k response a status code equal to that given

func (*WaypointListBuildsOK) IsRedirect ¶

func (o *WaypointListBuildsOK) IsRedirect() bool

IsRedirect returns true when this waypoint list builds o k response has a 3xx status code

func (*WaypointListBuildsOK) IsServerError ¶

func (o *WaypointListBuildsOK) IsServerError() bool

IsServerError returns true when this waypoint list builds o k response has a 5xx status code

func (*WaypointListBuildsOK) IsSuccess ¶

func (o *WaypointListBuildsOK) IsSuccess() bool

IsSuccess returns true when this waypoint list builds o k response has a 2xx status code

func (*WaypointListBuildsOK) String ¶

func (o *WaypointListBuildsOK) String() string

type WaypointListBuildsParams ¶

type WaypointListBuildsParams struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	// OrderDesc.
	OrderDesc *bool

	/* OrderLimit.

	   Limit the number of results.

	   Format: int64
	*/
	OrderLimit *int64

	/* OrderOrder.

	   Order for the results.

	   Default: "UNSET"
	*/
	OrderOrder *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListBuildsParams contains all the parameters to send to the API endpoint

for the waypoint list builds operation.

Typically these are written to a http.Request.

func NewWaypointListBuildsParams ¶

func NewWaypointListBuildsParams() *WaypointListBuildsParams

NewWaypointListBuildsParams creates a new WaypointListBuildsParams 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 NewWaypointListBuildsParamsWithContext ¶

func NewWaypointListBuildsParamsWithContext(ctx context.Context) *WaypointListBuildsParams

NewWaypointListBuildsParamsWithContext creates a new WaypointListBuildsParams object with the ability to set a context for a request.

func NewWaypointListBuildsParamsWithHTTPClient ¶

func NewWaypointListBuildsParamsWithHTTPClient(client *http.Client) *WaypointListBuildsParams

NewWaypointListBuildsParamsWithHTTPClient creates a new WaypointListBuildsParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointListBuildsParamsWithTimeout ¶

func NewWaypointListBuildsParamsWithTimeout(timeout time.Duration) *WaypointListBuildsParams

NewWaypointListBuildsParamsWithTimeout creates a new WaypointListBuildsParams object with the ability to set a timeout on a request.

func (*WaypointListBuildsParams) SetApplicationApplication ¶

func (o *WaypointListBuildsParams) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint list builds params

func (*WaypointListBuildsParams) SetApplicationProject ¶

func (o *WaypointListBuildsParams) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint list builds params

func (*WaypointListBuildsParams) SetContext ¶

func (o *WaypointListBuildsParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list builds params

func (*WaypointListBuildsParams) SetDefaults ¶

func (o *WaypointListBuildsParams) SetDefaults()

SetDefaults hydrates default values in the waypoint list builds params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListBuildsParams) SetHTTPClient ¶

func (o *WaypointListBuildsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list builds params

func (*WaypointListBuildsParams) SetOrderDesc ¶

func (o *WaypointListBuildsParams) SetOrderDesc(orderDesc *bool)

SetOrderDesc adds the orderDesc to the waypoint list builds params

func (*WaypointListBuildsParams) SetOrderLimit ¶

func (o *WaypointListBuildsParams) SetOrderLimit(orderLimit *int64)

SetOrderLimit adds the orderLimit to the waypoint list builds params

func (*WaypointListBuildsParams) SetOrderOrder ¶

func (o *WaypointListBuildsParams) SetOrderOrder(orderOrder *string)

SetOrderOrder adds the orderOrder to the waypoint list builds params

func (*WaypointListBuildsParams) SetTimeout ¶

func (o *WaypointListBuildsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list builds params

func (*WaypointListBuildsParams) SetWorkspaceWorkspace ¶

func (o *WaypointListBuildsParams) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list builds params

func (*WaypointListBuildsParams) WithApplicationApplication ¶

func (o *WaypointListBuildsParams) WithApplicationApplication(applicationApplication string) *WaypointListBuildsParams

WithApplicationApplication adds the applicationApplication to the waypoint list builds params

func (*WaypointListBuildsParams) WithApplicationProject ¶

func (o *WaypointListBuildsParams) WithApplicationProject(applicationProject string) *WaypointListBuildsParams

WithApplicationProject adds the applicationProject to the waypoint list builds params

func (*WaypointListBuildsParams) WithContext ¶

WithContext adds the context to the waypoint list builds params

func (*WaypointListBuildsParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list builds params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListBuildsParams) WithHTTPClient ¶

func (o *WaypointListBuildsParams) WithHTTPClient(client *http.Client) *WaypointListBuildsParams

WithHTTPClient adds the HTTPClient to the waypoint list builds params

func (*WaypointListBuildsParams) WithOrderDesc ¶

func (o *WaypointListBuildsParams) WithOrderDesc(orderDesc *bool) *WaypointListBuildsParams

WithOrderDesc adds the orderDesc to the waypoint list builds params

func (*WaypointListBuildsParams) WithOrderLimit ¶

func (o *WaypointListBuildsParams) WithOrderLimit(orderLimit *int64) *WaypointListBuildsParams

WithOrderLimit adds the orderLimit to the waypoint list builds params

func (*WaypointListBuildsParams) WithOrderOrder ¶

func (o *WaypointListBuildsParams) WithOrderOrder(orderOrder *string) *WaypointListBuildsParams

WithOrderOrder adds the orderOrder to the waypoint list builds params

func (*WaypointListBuildsParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list builds params

func (*WaypointListBuildsParams) WithWorkspaceWorkspace ¶

func (o *WaypointListBuildsParams) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointListBuildsParams

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list builds params

func (*WaypointListBuildsParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListBuildsReader ¶

type WaypointListBuildsReader struct {
	// contains filtered or unexported fields
}

WaypointListBuildsReader is a Reader for the WaypointListBuilds structure.

func (*WaypointListBuildsReader) ReadResponse ¶

func (o *WaypointListBuildsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListDeployments2Default ¶

type WaypointListDeployments2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListDeployments2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListDeployments2Default ¶

func NewWaypointListDeployments2Default(code int) *WaypointListDeployments2Default

NewWaypointListDeployments2Default creates a WaypointListDeployments2Default with default headers values

func (*WaypointListDeployments2Default) Code ¶

Code gets the status code for the waypoint list deployments2 default response

func (*WaypointListDeployments2Default) Error ¶

func (*WaypointListDeployments2Default) GetPayload ¶

func (*WaypointListDeployments2Default) IsClientError ¶

func (o *WaypointListDeployments2Default) IsClientError() bool

IsClientError returns true when this waypoint list deployments2 default response has a 4xx status code

func (*WaypointListDeployments2Default) IsCode ¶

func (o *WaypointListDeployments2Default) IsCode(code int) bool

IsCode returns true when this waypoint list deployments2 default response a status code equal to that given

func (*WaypointListDeployments2Default) IsRedirect ¶

func (o *WaypointListDeployments2Default) IsRedirect() bool

IsRedirect returns true when this waypoint list deployments2 default response has a 3xx status code

func (*WaypointListDeployments2Default) IsServerError ¶

func (o *WaypointListDeployments2Default) IsServerError() bool

IsServerError returns true when this waypoint list deployments2 default response has a 5xx status code

func (*WaypointListDeployments2Default) IsSuccess ¶

func (o *WaypointListDeployments2Default) IsSuccess() bool

IsSuccess returns true when this waypoint list deployments2 default response has a 2xx status code

func (*WaypointListDeployments2Default) String ¶

type WaypointListDeployments2OK ¶

type WaypointListDeployments2OK struct {
	Payload *models.HashicorpWaypointListDeploymentsResponse
}

WaypointListDeployments2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListDeployments2OK ¶

func NewWaypointListDeployments2OK() *WaypointListDeployments2OK

NewWaypointListDeployments2OK creates a WaypointListDeployments2OK with default headers values

func (*WaypointListDeployments2OK) Error ¶

func (*WaypointListDeployments2OK) GetPayload ¶

func (*WaypointListDeployments2OK) IsClientError ¶

func (o *WaypointListDeployments2OK) IsClientError() bool

IsClientError returns true when this waypoint list deployments2 o k response has a 4xx status code

func (*WaypointListDeployments2OK) IsCode ¶

func (o *WaypointListDeployments2OK) IsCode(code int) bool

IsCode returns true when this waypoint list deployments2 o k response a status code equal to that given

func (*WaypointListDeployments2OK) IsRedirect ¶

func (o *WaypointListDeployments2OK) IsRedirect() bool

IsRedirect returns true when this waypoint list deployments2 o k response has a 3xx status code

func (*WaypointListDeployments2OK) IsServerError ¶

func (o *WaypointListDeployments2OK) IsServerError() bool

IsServerError returns true when this waypoint list deployments2 o k response has a 5xx status code

func (*WaypointListDeployments2OK) IsSuccess ¶

func (o *WaypointListDeployments2OK) IsSuccess() bool

IsSuccess returns true when this waypoint list deployments2 o k response has a 2xx status code

func (*WaypointListDeployments2OK) String ¶

func (o *WaypointListDeployments2OK) String() string

type WaypointListDeployments2Params ¶

type WaypointListDeployments2Params struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	/* LoadDetails.

	     Inidicate of the fetched deployments should include additional information
	about each deployment.

	     Default: "NONE"
	*/
	LoadDetails *string

	// OrderDesc.
	OrderDesc *bool

	/* OrderLimit.

	   Limit the number of results.

	   Format: int64
	*/
	OrderLimit *int64

	/* OrderOrder.

	   Order for the results.

	   Default: "UNSET"
	*/
	OrderOrder *string

	/* PhysicalState.

	     The physical state to filter for. If this is zero or unset then no
	filtering on physical state will be done.

	     Default: "UNKNOWN"
	*/
	PhysicalState *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListDeployments2Params contains all the parameters to send to the API endpoint

for the waypoint list deployments2 operation.

Typically these are written to a http.Request.

func NewWaypointListDeployments2Params ¶

func NewWaypointListDeployments2Params() *WaypointListDeployments2Params

NewWaypointListDeployments2Params creates a new WaypointListDeployments2Params 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 NewWaypointListDeployments2ParamsWithContext ¶

func NewWaypointListDeployments2ParamsWithContext(ctx context.Context) *WaypointListDeployments2Params

NewWaypointListDeployments2ParamsWithContext creates a new WaypointListDeployments2Params object with the ability to set a context for a request.

func NewWaypointListDeployments2ParamsWithHTTPClient ¶

func NewWaypointListDeployments2ParamsWithHTTPClient(client *http.Client) *WaypointListDeployments2Params

NewWaypointListDeployments2ParamsWithHTTPClient creates a new WaypointListDeployments2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointListDeployments2ParamsWithTimeout ¶

func NewWaypointListDeployments2ParamsWithTimeout(timeout time.Duration) *WaypointListDeployments2Params

NewWaypointListDeployments2ParamsWithTimeout creates a new WaypointListDeployments2Params object with the ability to set a timeout on a request.

func (*WaypointListDeployments2Params) SetApplicationApplication ¶

func (o *WaypointListDeployments2Params) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint list deployments2 params

func (*WaypointListDeployments2Params) SetApplicationProject ¶

func (o *WaypointListDeployments2Params) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint list deployments2 params

func (*WaypointListDeployments2Params) SetContext ¶

func (o *WaypointListDeployments2Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list deployments2 params

func (*WaypointListDeployments2Params) SetDefaults ¶

func (o *WaypointListDeployments2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint list deployments2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListDeployments2Params) SetHTTPClient ¶

func (o *WaypointListDeployments2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list deployments2 params

func (*WaypointListDeployments2Params) SetLoadDetails ¶

func (o *WaypointListDeployments2Params) SetLoadDetails(loadDetails *string)

SetLoadDetails adds the loadDetails to the waypoint list deployments2 params

func (*WaypointListDeployments2Params) SetOrderDesc ¶

func (o *WaypointListDeployments2Params) SetOrderDesc(orderDesc *bool)

SetOrderDesc adds the orderDesc to the waypoint list deployments2 params

func (*WaypointListDeployments2Params) SetOrderLimit ¶

func (o *WaypointListDeployments2Params) SetOrderLimit(orderLimit *int64)

SetOrderLimit adds the orderLimit to the waypoint list deployments2 params

func (*WaypointListDeployments2Params) SetOrderOrder ¶

func (o *WaypointListDeployments2Params) SetOrderOrder(orderOrder *string)

SetOrderOrder adds the orderOrder to the waypoint list deployments2 params

func (*WaypointListDeployments2Params) SetPhysicalState ¶

func (o *WaypointListDeployments2Params) SetPhysicalState(physicalState *string)

SetPhysicalState adds the physicalState to the waypoint list deployments2 params

func (*WaypointListDeployments2Params) SetTimeout ¶

func (o *WaypointListDeployments2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list deployments2 params

func (*WaypointListDeployments2Params) SetWorkspaceWorkspace ¶

func (o *WaypointListDeployments2Params) SetWorkspaceWorkspace(workspaceWorkspace string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list deployments2 params

func (*WaypointListDeployments2Params) WithApplicationApplication ¶

func (o *WaypointListDeployments2Params) WithApplicationApplication(applicationApplication string) *WaypointListDeployments2Params

WithApplicationApplication adds the applicationApplication to the waypoint list deployments2 params

func (*WaypointListDeployments2Params) WithApplicationProject ¶

func (o *WaypointListDeployments2Params) WithApplicationProject(applicationProject string) *WaypointListDeployments2Params

WithApplicationProject adds the applicationProject to the waypoint list deployments2 params

func (*WaypointListDeployments2Params) WithContext ¶

WithContext adds the context to the waypoint list deployments2 params

func (*WaypointListDeployments2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list deployments2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListDeployments2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list deployments2 params

func (*WaypointListDeployments2Params) WithLoadDetails ¶

func (o *WaypointListDeployments2Params) WithLoadDetails(loadDetails *string) *WaypointListDeployments2Params

WithLoadDetails adds the loadDetails to the waypoint list deployments2 params

func (*WaypointListDeployments2Params) WithOrderDesc ¶

WithOrderDesc adds the orderDesc to the waypoint list deployments2 params

func (*WaypointListDeployments2Params) WithOrderLimit ¶

WithOrderLimit adds the orderLimit to the waypoint list deployments2 params

func (*WaypointListDeployments2Params) WithOrderOrder ¶

WithOrderOrder adds the orderOrder to the waypoint list deployments2 params

func (*WaypointListDeployments2Params) WithPhysicalState ¶

func (o *WaypointListDeployments2Params) WithPhysicalState(physicalState *string) *WaypointListDeployments2Params

WithPhysicalState adds the physicalState to the waypoint list deployments2 params

func (*WaypointListDeployments2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list deployments2 params

func (*WaypointListDeployments2Params) WithWorkspaceWorkspace ¶

func (o *WaypointListDeployments2Params) WithWorkspaceWorkspace(workspaceWorkspace string) *WaypointListDeployments2Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list deployments2 params

func (*WaypointListDeployments2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListDeployments2Reader ¶

type WaypointListDeployments2Reader struct {
	// contains filtered or unexported fields
}

WaypointListDeployments2Reader is a Reader for the WaypointListDeployments2 structure.

func (*WaypointListDeployments2Reader) ReadResponse ¶

func (o *WaypointListDeployments2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListDeploymentsDefault ¶

type WaypointListDeploymentsDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListDeploymentsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListDeploymentsDefault ¶

func NewWaypointListDeploymentsDefault(code int) *WaypointListDeploymentsDefault

NewWaypointListDeploymentsDefault creates a WaypointListDeploymentsDefault with default headers values

func (*WaypointListDeploymentsDefault) Code ¶

Code gets the status code for the waypoint list deployments default response

func (*WaypointListDeploymentsDefault) Error ¶

func (*WaypointListDeploymentsDefault) GetPayload ¶

func (*WaypointListDeploymentsDefault) IsClientError ¶

func (o *WaypointListDeploymentsDefault) IsClientError() bool

IsClientError returns true when this waypoint list deployments default response has a 4xx status code

func (*WaypointListDeploymentsDefault) IsCode ¶

func (o *WaypointListDeploymentsDefault) IsCode(code int) bool

IsCode returns true when this waypoint list deployments default response a status code equal to that given

func (*WaypointListDeploymentsDefault) IsRedirect ¶

func (o *WaypointListDeploymentsDefault) IsRedirect() bool

IsRedirect returns true when this waypoint list deployments default response has a 3xx status code

func (*WaypointListDeploymentsDefault) IsServerError ¶

func (o *WaypointListDeploymentsDefault) IsServerError() bool

IsServerError returns true when this waypoint list deployments default response has a 5xx status code

func (*WaypointListDeploymentsDefault) IsSuccess ¶

func (o *WaypointListDeploymentsDefault) IsSuccess() bool

IsSuccess returns true when this waypoint list deployments default response has a 2xx status code

func (*WaypointListDeploymentsDefault) String ¶

type WaypointListDeploymentsOK ¶

type WaypointListDeploymentsOK struct {
	Payload *models.HashicorpWaypointListDeploymentsResponse
}

WaypointListDeploymentsOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListDeploymentsOK ¶

func NewWaypointListDeploymentsOK() *WaypointListDeploymentsOK

NewWaypointListDeploymentsOK creates a WaypointListDeploymentsOK with default headers values

func (*WaypointListDeploymentsOK) Error ¶

func (o *WaypointListDeploymentsOK) Error() string

func (*WaypointListDeploymentsOK) GetPayload ¶

func (*WaypointListDeploymentsOK) IsClientError ¶

func (o *WaypointListDeploymentsOK) IsClientError() bool

IsClientError returns true when this waypoint list deployments o k response has a 4xx status code

func (*WaypointListDeploymentsOK) IsCode ¶

func (o *WaypointListDeploymentsOK) IsCode(code int) bool

IsCode returns true when this waypoint list deployments o k response a status code equal to that given

func (*WaypointListDeploymentsOK) IsRedirect ¶

func (o *WaypointListDeploymentsOK) IsRedirect() bool

IsRedirect returns true when this waypoint list deployments o k response has a 3xx status code

func (*WaypointListDeploymentsOK) IsServerError ¶

func (o *WaypointListDeploymentsOK) IsServerError() bool

IsServerError returns true when this waypoint list deployments o k response has a 5xx status code

func (*WaypointListDeploymentsOK) IsSuccess ¶

func (o *WaypointListDeploymentsOK) IsSuccess() bool

IsSuccess returns true when this waypoint list deployments o k response has a 2xx status code

func (*WaypointListDeploymentsOK) String ¶

func (o *WaypointListDeploymentsOK) String() string

type WaypointListDeploymentsParams ¶

type WaypointListDeploymentsParams struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	/* LoadDetails.

	     Inidicate of the fetched deployments should include additional information
	about each deployment.

	     Default: "NONE"
	*/
	LoadDetails *string

	// OrderDesc.
	OrderDesc *bool

	/* OrderLimit.

	   Limit the number of results.

	   Format: int64
	*/
	OrderLimit *int64

	/* OrderOrder.

	   Order for the results.

	   Default: "UNSET"
	*/
	OrderOrder *string

	/* PhysicalState.

	     The physical state to filter for. If this is zero or unset then no
	filtering on physical state will be done.

	     Default: "UNKNOWN"
	*/
	PhysicalState *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListDeploymentsParams contains all the parameters to send to the API endpoint

for the waypoint list deployments operation.

Typically these are written to a http.Request.

func NewWaypointListDeploymentsParams ¶

func NewWaypointListDeploymentsParams() *WaypointListDeploymentsParams

NewWaypointListDeploymentsParams creates a new WaypointListDeploymentsParams 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 NewWaypointListDeploymentsParamsWithContext ¶

func NewWaypointListDeploymentsParamsWithContext(ctx context.Context) *WaypointListDeploymentsParams

NewWaypointListDeploymentsParamsWithContext creates a new WaypointListDeploymentsParams object with the ability to set a context for a request.

func NewWaypointListDeploymentsParamsWithHTTPClient ¶

func NewWaypointListDeploymentsParamsWithHTTPClient(client *http.Client) *WaypointListDeploymentsParams

NewWaypointListDeploymentsParamsWithHTTPClient creates a new WaypointListDeploymentsParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointListDeploymentsParamsWithTimeout ¶

func NewWaypointListDeploymentsParamsWithTimeout(timeout time.Duration) *WaypointListDeploymentsParams

NewWaypointListDeploymentsParamsWithTimeout creates a new WaypointListDeploymentsParams object with the ability to set a timeout on a request.

func (*WaypointListDeploymentsParams) SetApplicationApplication ¶

func (o *WaypointListDeploymentsParams) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint list deployments params

func (*WaypointListDeploymentsParams) SetApplicationProject ¶

func (o *WaypointListDeploymentsParams) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint list deployments params

func (*WaypointListDeploymentsParams) SetContext ¶

func (o *WaypointListDeploymentsParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list deployments params

func (*WaypointListDeploymentsParams) SetDefaults ¶

func (o *WaypointListDeploymentsParams) SetDefaults()

SetDefaults hydrates default values in the waypoint list deployments params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListDeploymentsParams) SetHTTPClient ¶

func (o *WaypointListDeploymentsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list deployments params

func (*WaypointListDeploymentsParams) SetLoadDetails ¶

func (o *WaypointListDeploymentsParams) SetLoadDetails(loadDetails *string)

SetLoadDetails adds the loadDetails to the waypoint list deployments params

func (*WaypointListDeploymentsParams) SetOrderDesc ¶

func (o *WaypointListDeploymentsParams) SetOrderDesc(orderDesc *bool)

SetOrderDesc adds the orderDesc to the waypoint list deployments params

func (*WaypointListDeploymentsParams) SetOrderLimit ¶

func (o *WaypointListDeploymentsParams) SetOrderLimit(orderLimit *int64)

SetOrderLimit adds the orderLimit to the waypoint list deployments params

func (*WaypointListDeploymentsParams) SetOrderOrder ¶

func (o *WaypointListDeploymentsParams) SetOrderOrder(orderOrder *string)

SetOrderOrder adds the orderOrder to the waypoint list deployments params

func (*WaypointListDeploymentsParams) SetPhysicalState ¶

func (o *WaypointListDeploymentsParams) SetPhysicalState(physicalState *string)

SetPhysicalState adds the physicalState to the waypoint list deployments params

func (*WaypointListDeploymentsParams) SetTimeout ¶

func (o *WaypointListDeploymentsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list deployments params

func (*WaypointListDeploymentsParams) SetWorkspaceWorkspace ¶

func (o *WaypointListDeploymentsParams) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list deployments params

func (*WaypointListDeploymentsParams) WithApplicationApplication ¶

func (o *WaypointListDeploymentsParams) WithApplicationApplication(applicationApplication string) *WaypointListDeploymentsParams

WithApplicationApplication adds the applicationApplication to the waypoint list deployments params

func (*WaypointListDeploymentsParams) WithApplicationProject ¶

func (o *WaypointListDeploymentsParams) WithApplicationProject(applicationProject string) *WaypointListDeploymentsParams

WithApplicationProject adds the applicationProject to the waypoint list deployments params

func (*WaypointListDeploymentsParams) WithContext ¶

WithContext adds the context to the waypoint list deployments params

func (*WaypointListDeploymentsParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list deployments params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListDeploymentsParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list deployments params

func (*WaypointListDeploymentsParams) WithLoadDetails ¶

func (o *WaypointListDeploymentsParams) WithLoadDetails(loadDetails *string) *WaypointListDeploymentsParams

WithLoadDetails adds the loadDetails to the waypoint list deployments params

func (*WaypointListDeploymentsParams) WithOrderDesc ¶

WithOrderDesc adds the orderDesc to the waypoint list deployments params

func (*WaypointListDeploymentsParams) WithOrderLimit ¶

func (o *WaypointListDeploymentsParams) WithOrderLimit(orderLimit *int64) *WaypointListDeploymentsParams

WithOrderLimit adds the orderLimit to the waypoint list deployments params

func (*WaypointListDeploymentsParams) WithOrderOrder ¶

func (o *WaypointListDeploymentsParams) WithOrderOrder(orderOrder *string) *WaypointListDeploymentsParams

WithOrderOrder adds the orderOrder to the waypoint list deployments params

func (*WaypointListDeploymentsParams) WithPhysicalState ¶

func (o *WaypointListDeploymentsParams) WithPhysicalState(physicalState *string) *WaypointListDeploymentsParams

WithPhysicalState adds the physicalState to the waypoint list deployments params

func (*WaypointListDeploymentsParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list deployments params

func (*WaypointListDeploymentsParams) WithWorkspaceWorkspace ¶

func (o *WaypointListDeploymentsParams) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointListDeploymentsParams

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list deployments params

func (*WaypointListDeploymentsParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListDeploymentsReader ¶

type WaypointListDeploymentsReader struct {
	// contains filtered or unexported fields
}

WaypointListDeploymentsReader is a Reader for the WaypointListDeployments structure.

func (*WaypointListDeploymentsReader) ReadResponse ¶

func (o *WaypointListDeploymentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListHostnames2Default ¶

type WaypointListHostnames2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListHostnames2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListHostnames2Default ¶

func NewWaypointListHostnames2Default(code int) *WaypointListHostnames2Default

NewWaypointListHostnames2Default creates a WaypointListHostnames2Default with default headers values

func (*WaypointListHostnames2Default) Code ¶

Code gets the status code for the waypoint list hostnames2 default response

func (*WaypointListHostnames2Default) Error ¶

func (*WaypointListHostnames2Default) GetPayload ¶

func (*WaypointListHostnames2Default) IsClientError ¶

func (o *WaypointListHostnames2Default) IsClientError() bool

IsClientError returns true when this waypoint list hostnames2 default response has a 4xx status code

func (*WaypointListHostnames2Default) IsCode ¶

func (o *WaypointListHostnames2Default) IsCode(code int) bool

IsCode returns true when this waypoint list hostnames2 default response a status code equal to that given

func (*WaypointListHostnames2Default) IsRedirect ¶

func (o *WaypointListHostnames2Default) IsRedirect() bool

IsRedirect returns true when this waypoint list hostnames2 default response has a 3xx status code

func (*WaypointListHostnames2Default) IsServerError ¶

func (o *WaypointListHostnames2Default) IsServerError() bool

IsServerError returns true when this waypoint list hostnames2 default response has a 5xx status code

func (*WaypointListHostnames2Default) IsSuccess ¶

func (o *WaypointListHostnames2Default) IsSuccess() bool

IsSuccess returns true when this waypoint list hostnames2 default response has a 2xx status code

func (*WaypointListHostnames2Default) String ¶

type WaypointListHostnames2OK ¶

type WaypointListHostnames2OK struct {
	Payload *models.HashicorpWaypointListHostnamesResponse
}

WaypointListHostnames2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListHostnames2OK ¶

func NewWaypointListHostnames2OK() *WaypointListHostnames2OK

NewWaypointListHostnames2OK creates a WaypointListHostnames2OK with default headers values

func (*WaypointListHostnames2OK) Error ¶

func (o *WaypointListHostnames2OK) Error() string

func (*WaypointListHostnames2OK) GetPayload ¶

func (*WaypointListHostnames2OK) IsClientError ¶

func (o *WaypointListHostnames2OK) IsClientError() bool

IsClientError returns true when this waypoint list hostnames2 o k response has a 4xx status code

func (*WaypointListHostnames2OK) IsCode ¶

func (o *WaypointListHostnames2OK) IsCode(code int) bool

IsCode returns true when this waypoint list hostnames2 o k response a status code equal to that given

func (*WaypointListHostnames2OK) IsRedirect ¶

func (o *WaypointListHostnames2OK) IsRedirect() bool

IsRedirect returns true when this waypoint list hostnames2 o k response has a 3xx status code

func (*WaypointListHostnames2OK) IsServerError ¶

func (o *WaypointListHostnames2OK) IsServerError() bool

IsServerError returns true when this waypoint list hostnames2 o k response has a 5xx status code

func (*WaypointListHostnames2OK) IsSuccess ¶

func (o *WaypointListHostnames2OK) IsSuccess() bool

IsSuccess returns true when this waypoint list hostnames2 o k response has a 2xx status code

func (*WaypointListHostnames2OK) String ¶

func (o *WaypointListHostnames2OK) String() string

type WaypointListHostnames2Params ¶

type WaypointListHostnames2Params struct {

	// TargetApplicationApplicationApplication.
	TargetApplicationApplicationApplication string

	// TargetApplicationApplicationProject.
	TargetApplicationApplicationProject string

	// TargetApplicationWorkspaceWorkspace.
	TargetApplicationWorkspaceWorkspace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListHostnames2Params contains all the parameters to send to the API endpoint

for the waypoint list hostnames2 operation.

Typically these are written to a http.Request.

func NewWaypointListHostnames2Params ¶

func NewWaypointListHostnames2Params() *WaypointListHostnames2Params

NewWaypointListHostnames2Params creates a new WaypointListHostnames2Params 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 NewWaypointListHostnames2ParamsWithContext ¶

func NewWaypointListHostnames2ParamsWithContext(ctx context.Context) *WaypointListHostnames2Params

NewWaypointListHostnames2ParamsWithContext creates a new WaypointListHostnames2Params object with the ability to set a context for a request.

func NewWaypointListHostnames2ParamsWithHTTPClient ¶

func NewWaypointListHostnames2ParamsWithHTTPClient(client *http.Client) *WaypointListHostnames2Params

NewWaypointListHostnames2ParamsWithHTTPClient creates a new WaypointListHostnames2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointListHostnames2ParamsWithTimeout ¶

func NewWaypointListHostnames2ParamsWithTimeout(timeout time.Duration) *WaypointListHostnames2Params

NewWaypointListHostnames2ParamsWithTimeout creates a new WaypointListHostnames2Params object with the ability to set a timeout on a request.

func (*WaypointListHostnames2Params) SetContext ¶

func (o *WaypointListHostnames2Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list hostnames2 params

func (*WaypointListHostnames2Params) SetDefaults ¶

func (o *WaypointListHostnames2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint list hostnames2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListHostnames2Params) SetHTTPClient ¶

func (o *WaypointListHostnames2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list hostnames2 params

func (*WaypointListHostnames2Params) SetTargetApplicationApplicationApplication ¶

func (o *WaypointListHostnames2Params) SetTargetApplicationApplicationApplication(targetApplicationApplicationApplication string)

SetTargetApplicationApplicationApplication adds the targetApplicationApplicationApplication to the waypoint list hostnames2 params

func (*WaypointListHostnames2Params) SetTargetApplicationApplicationProject ¶

func (o *WaypointListHostnames2Params) SetTargetApplicationApplicationProject(targetApplicationApplicationProject string)

SetTargetApplicationApplicationProject adds the targetApplicationApplicationProject to the waypoint list hostnames2 params

func (*WaypointListHostnames2Params) SetTargetApplicationWorkspaceWorkspace ¶

func (o *WaypointListHostnames2Params) SetTargetApplicationWorkspaceWorkspace(targetApplicationWorkspaceWorkspace string)

SetTargetApplicationWorkspaceWorkspace adds the targetApplicationWorkspaceWorkspace to the waypoint list hostnames2 params

func (*WaypointListHostnames2Params) SetTimeout ¶

func (o *WaypointListHostnames2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list hostnames2 params

func (*WaypointListHostnames2Params) WithContext ¶

WithContext adds the context to the waypoint list hostnames2 params

func (*WaypointListHostnames2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list hostnames2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListHostnames2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list hostnames2 params

func (*WaypointListHostnames2Params) WithTargetApplicationApplicationApplication ¶

func (o *WaypointListHostnames2Params) WithTargetApplicationApplicationApplication(targetApplicationApplicationApplication string) *WaypointListHostnames2Params

WithTargetApplicationApplicationApplication adds the targetApplicationApplicationApplication to the waypoint list hostnames2 params

func (*WaypointListHostnames2Params) WithTargetApplicationApplicationProject ¶

func (o *WaypointListHostnames2Params) WithTargetApplicationApplicationProject(targetApplicationApplicationProject string) *WaypointListHostnames2Params

WithTargetApplicationApplicationProject adds the targetApplicationApplicationProject to the waypoint list hostnames2 params

func (*WaypointListHostnames2Params) WithTargetApplicationWorkspaceWorkspace ¶

func (o *WaypointListHostnames2Params) WithTargetApplicationWorkspaceWorkspace(targetApplicationWorkspaceWorkspace string) *WaypointListHostnames2Params

WithTargetApplicationWorkspaceWorkspace adds the targetApplicationWorkspaceWorkspace to the waypoint list hostnames2 params

func (*WaypointListHostnames2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list hostnames2 params

func (*WaypointListHostnames2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListHostnames2Reader ¶

type WaypointListHostnames2Reader struct {
	// contains filtered or unexported fields
}

WaypointListHostnames2Reader is a Reader for the WaypointListHostnames2 structure.

func (*WaypointListHostnames2Reader) ReadResponse ¶

func (o *WaypointListHostnames2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListHostnamesDefault ¶

type WaypointListHostnamesDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListHostnamesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListHostnamesDefault ¶

func NewWaypointListHostnamesDefault(code int) *WaypointListHostnamesDefault

NewWaypointListHostnamesDefault creates a WaypointListHostnamesDefault with default headers values

func (*WaypointListHostnamesDefault) Code ¶

Code gets the status code for the waypoint list hostnames default response

func (*WaypointListHostnamesDefault) Error ¶

func (*WaypointListHostnamesDefault) GetPayload ¶

func (*WaypointListHostnamesDefault) IsClientError ¶

func (o *WaypointListHostnamesDefault) IsClientError() bool

IsClientError returns true when this waypoint list hostnames default response has a 4xx status code

func (*WaypointListHostnamesDefault) IsCode ¶

func (o *WaypointListHostnamesDefault) IsCode(code int) bool

IsCode returns true when this waypoint list hostnames default response a status code equal to that given

func (*WaypointListHostnamesDefault) IsRedirect ¶

func (o *WaypointListHostnamesDefault) IsRedirect() bool

IsRedirect returns true when this waypoint list hostnames default response has a 3xx status code

func (*WaypointListHostnamesDefault) IsServerError ¶

func (o *WaypointListHostnamesDefault) IsServerError() bool

IsServerError returns true when this waypoint list hostnames default response has a 5xx status code

func (*WaypointListHostnamesDefault) IsSuccess ¶

func (o *WaypointListHostnamesDefault) IsSuccess() bool

IsSuccess returns true when this waypoint list hostnames default response has a 2xx status code

func (*WaypointListHostnamesDefault) String ¶

type WaypointListHostnamesOK ¶

type WaypointListHostnamesOK struct {
	Payload *models.HashicorpWaypointListHostnamesResponse
}

WaypointListHostnamesOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListHostnamesOK ¶

func NewWaypointListHostnamesOK() *WaypointListHostnamesOK

NewWaypointListHostnamesOK creates a WaypointListHostnamesOK with default headers values

func (*WaypointListHostnamesOK) Error ¶

func (o *WaypointListHostnamesOK) Error() string

func (*WaypointListHostnamesOK) GetPayload ¶

func (*WaypointListHostnamesOK) IsClientError ¶

func (o *WaypointListHostnamesOK) IsClientError() bool

IsClientError returns true when this waypoint list hostnames o k response has a 4xx status code

func (*WaypointListHostnamesOK) IsCode ¶

func (o *WaypointListHostnamesOK) IsCode(code int) bool

IsCode returns true when this waypoint list hostnames o k response a status code equal to that given

func (*WaypointListHostnamesOK) IsRedirect ¶

func (o *WaypointListHostnamesOK) IsRedirect() bool

IsRedirect returns true when this waypoint list hostnames o k response has a 3xx status code

func (*WaypointListHostnamesOK) IsServerError ¶

func (o *WaypointListHostnamesOK) IsServerError() bool

IsServerError returns true when this waypoint list hostnames o k response has a 5xx status code

func (*WaypointListHostnamesOK) IsSuccess ¶

func (o *WaypointListHostnamesOK) IsSuccess() bool

IsSuccess returns true when this waypoint list hostnames o k response has a 2xx status code

func (*WaypointListHostnamesOK) String ¶

func (o *WaypointListHostnamesOK) String() string

type WaypointListHostnamesParams ¶

type WaypointListHostnamesParams struct {

	// TargetApplicationApplicationApplication.
	TargetApplicationApplicationApplication string

	// TargetApplicationApplicationProject.
	TargetApplicationApplicationProject string

	// TargetApplicationWorkspaceWorkspace.
	TargetApplicationWorkspaceWorkspace *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListHostnamesParams contains all the parameters to send to the API endpoint

for the waypoint list hostnames operation.

Typically these are written to a http.Request.

func NewWaypointListHostnamesParams ¶

func NewWaypointListHostnamesParams() *WaypointListHostnamesParams

NewWaypointListHostnamesParams creates a new WaypointListHostnamesParams 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 NewWaypointListHostnamesParamsWithContext ¶

func NewWaypointListHostnamesParamsWithContext(ctx context.Context) *WaypointListHostnamesParams

NewWaypointListHostnamesParamsWithContext creates a new WaypointListHostnamesParams object with the ability to set a context for a request.

func NewWaypointListHostnamesParamsWithHTTPClient ¶

func NewWaypointListHostnamesParamsWithHTTPClient(client *http.Client) *WaypointListHostnamesParams

NewWaypointListHostnamesParamsWithHTTPClient creates a new WaypointListHostnamesParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointListHostnamesParamsWithTimeout ¶

func NewWaypointListHostnamesParamsWithTimeout(timeout time.Duration) *WaypointListHostnamesParams

NewWaypointListHostnamesParamsWithTimeout creates a new WaypointListHostnamesParams object with the ability to set a timeout on a request.

func (*WaypointListHostnamesParams) SetContext ¶

func (o *WaypointListHostnamesParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list hostnames params

func (*WaypointListHostnamesParams) SetDefaults ¶

func (o *WaypointListHostnamesParams) SetDefaults()

SetDefaults hydrates default values in the waypoint list hostnames params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListHostnamesParams) SetHTTPClient ¶

func (o *WaypointListHostnamesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list hostnames params

func (*WaypointListHostnamesParams) SetTargetApplicationApplicationApplication ¶

func (o *WaypointListHostnamesParams) SetTargetApplicationApplicationApplication(targetApplicationApplicationApplication string)

SetTargetApplicationApplicationApplication adds the targetApplicationApplicationApplication to the waypoint list hostnames params

func (*WaypointListHostnamesParams) SetTargetApplicationApplicationProject ¶

func (o *WaypointListHostnamesParams) SetTargetApplicationApplicationProject(targetApplicationApplicationProject string)

SetTargetApplicationApplicationProject adds the targetApplicationApplicationProject to the waypoint list hostnames params

func (*WaypointListHostnamesParams) SetTargetApplicationWorkspaceWorkspace ¶

func (o *WaypointListHostnamesParams) SetTargetApplicationWorkspaceWorkspace(targetApplicationWorkspaceWorkspace *string)

SetTargetApplicationWorkspaceWorkspace adds the targetApplicationWorkspaceWorkspace to the waypoint list hostnames params

func (*WaypointListHostnamesParams) SetTimeout ¶

func (o *WaypointListHostnamesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list hostnames params

func (*WaypointListHostnamesParams) WithContext ¶

WithContext adds the context to the waypoint list hostnames params

func (*WaypointListHostnamesParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list hostnames params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListHostnamesParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list hostnames params

func (*WaypointListHostnamesParams) WithTargetApplicationApplicationApplication ¶

func (o *WaypointListHostnamesParams) WithTargetApplicationApplicationApplication(targetApplicationApplicationApplication string) *WaypointListHostnamesParams

WithTargetApplicationApplicationApplication adds the targetApplicationApplicationApplication to the waypoint list hostnames params

func (*WaypointListHostnamesParams) WithTargetApplicationApplicationProject ¶

func (o *WaypointListHostnamesParams) WithTargetApplicationApplicationProject(targetApplicationApplicationProject string) *WaypointListHostnamesParams

WithTargetApplicationApplicationProject adds the targetApplicationApplicationProject to the waypoint list hostnames params

func (*WaypointListHostnamesParams) WithTargetApplicationWorkspaceWorkspace ¶

func (o *WaypointListHostnamesParams) WithTargetApplicationWorkspaceWorkspace(targetApplicationWorkspaceWorkspace *string) *WaypointListHostnamesParams

WithTargetApplicationWorkspaceWorkspace adds the targetApplicationWorkspaceWorkspace to the waypoint list hostnames params

func (*WaypointListHostnamesParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list hostnames params

func (*WaypointListHostnamesParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListHostnamesReader ¶

type WaypointListHostnamesReader struct {
	// contains filtered or unexported fields
}

WaypointListHostnamesReader is a Reader for the WaypointListHostnames structure.

func (*WaypointListHostnamesReader) ReadResponse ¶

func (o *WaypointListHostnamesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListInstances2Default ¶

type WaypointListInstances2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListInstances2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListInstances2Default ¶

func NewWaypointListInstances2Default(code int) *WaypointListInstances2Default

NewWaypointListInstances2Default creates a WaypointListInstances2Default with default headers values

func (*WaypointListInstances2Default) Code ¶

Code gets the status code for the waypoint list instances2 default response

func (*WaypointListInstances2Default) Error ¶

func (*WaypointListInstances2Default) GetPayload ¶

func (*WaypointListInstances2Default) IsClientError ¶

func (o *WaypointListInstances2Default) IsClientError() bool

IsClientError returns true when this waypoint list instances2 default response has a 4xx status code

func (*WaypointListInstances2Default) IsCode ¶

func (o *WaypointListInstances2Default) IsCode(code int) bool

IsCode returns true when this waypoint list instances2 default response a status code equal to that given

func (*WaypointListInstances2Default) IsRedirect ¶

func (o *WaypointListInstances2Default) IsRedirect() bool

IsRedirect returns true when this waypoint list instances2 default response has a 3xx status code

func (*WaypointListInstances2Default) IsServerError ¶

func (o *WaypointListInstances2Default) IsServerError() bool

IsServerError returns true when this waypoint list instances2 default response has a 5xx status code

func (*WaypointListInstances2Default) IsSuccess ¶

func (o *WaypointListInstances2Default) IsSuccess() bool

IsSuccess returns true when this waypoint list instances2 default response has a 2xx status code

func (*WaypointListInstances2Default) String ¶

type WaypointListInstances2OK ¶

type WaypointListInstances2OK struct {
	Payload *models.HashicorpWaypointListInstancesResponse
}

WaypointListInstances2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListInstances2OK ¶

func NewWaypointListInstances2OK() *WaypointListInstances2OK

NewWaypointListInstances2OK creates a WaypointListInstances2OK with default headers values

func (*WaypointListInstances2OK) Error ¶

func (o *WaypointListInstances2OK) Error() string

func (*WaypointListInstances2OK) GetPayload ¶

func (*WaypointListInstances2OK) IsClientError ¶

func (o *WaypointListInstances2OK) IsClientError() bool

IsClientError returns true when this waypoint list instances2 o k response has a 4xx status code

func (*WaypointListInstances2OK) IsCode ¶

func (o *WaypointListInstances2OK) IsCode(code int) bool

IsCode returns true when this waypoint list instances2 o k response a status code equal to that given

func (*WaypointListInstances2OK) IsRedirect ¶

func (o *WaypointListInstances2OK) IsRedirect() bool

IsRedirect returns true when this waypoint list instances2 o k response has a 3xx status code

func (*WaypointListInstances2OK) IsServerError ¶

func (o *WaypointListInstances2OK) IsServerError() bool

IsServerError returns true when this waypoint list instances2 o k response has a 5xx status code

func (*WaypointListInstances2OK) IsSuccess ¶

func (o *WaypointListInstances2OK) IsSuccess() bool

IsSuccess returns true when this waypoint list instances2 o k response has a 2xx status code

func (*WaypointListInstances2OK) String ¶

func (o *WaypointListInstances2OK) String() string

type WaypointListInstances2Params ¶

type WaypointListInstances2Params struct {

	// ApplicationApplicationApplication.
	ApplicationApplicationApplication string

	// ApplicationApplicationProject.
	ApplicationApplicationProject string

	// ApplicationWorkspaceWorkspace.
	ApplicationWorkspaceWorkspace *string

	/* DeploymentID.

	   List instances for a specific deployment.
	*/
	DeploymentID *string

	/* WaitTimeout.

	   Time to wait before retrying a request to connect to requested instance.
	*/
	WaitTimeout *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListInstances2Params contains all the parameters to send to the API endpoint

for the waypoint list instances2 operation.

Typically these are written to a http.Request.

func NewWaypointListInstances2Params ¶

func NewWaypointListInstances2Params() *WaypointListInstances2Params

NewWaypointListInstances2Params creates a new WaypointListInstances2Params 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 NewWaypointListInstances2ParamsWithContext ¶

func NewWaypointListInstances2ParamsWithContext(ctx context.Context) *WaypointListInstances2Params

NewWaypointListInstances2ParamsWithContext creates a new WaypointListInstances2Params object with the ability to set a context for a request.

func NewWaypointListInstances2ParamsWithHTTPClient ¶

func NewWaypointListInstances2ParamsWithHTTPClient(client *http.Client) *WaypointListInstances2Params

NewWaypointListInstances2ParamsWithHTTPClient creates a new WaypointListInstances2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointListInstances2ParamsWithTimeout ¶

func NewWaypointListInstances2ParamsWithTimeout(timeout time.Duration) *WaypointListInstances2Params

NewWaypointListInstances2ParamsWithTimeout creates a new WaypointListInstances2Params object with the ability to set a timeout on a request.

func (*WaypointListInstances2Params) SetApplicationApplicationApplication ¶

func (o *WaypointListInstances2Params) SetApplicationApplicationApplication(applicationApplicationApplication string)

SetApplicationApplicationApplication adds the applicationApplicationApplication to the waypoint list instances2 params

func (*WaypointListInstances2Params) SetApplicationApplicationProject ¶

func (o *WaypointListInstances2Params) SetApplicationApplicationProject(applicationApplicationProject string)

SetApplicationApplicationProject adds the applicationApplicationProject to the waypoint list instances2 params

func (*WaypointListInstances2Params) SetApplicationWorkspaceWorkspace ¶

func (o *WaypointListInstances2Params) SetApplicationWorkspaceWorkspace(applicationWorkspaceWorkspace *string)

SetApplicationWorkspaceWorkspace adds the applicationWorkspaceWorkspace to the waypoint list instances2 params

func (*WaypointListInstances2Params) SetContext ¶

func (o *WaypointListInstances2Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list instances2 params

func (*WaypointListInstances2Params) SetDefaults ¶

func (o *WaypointListInstances2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint list instances2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListInstances2Params) SetDeploymentID ¶

func (o *WaypointListInstances2Params) SetDeploymentID(deploymentID *string)

SetDeploymentID adds the deploymentId to the waypoint list instances2 params

func (*WaypointListInstances2Params) SetHTTPClient ¶

func (o *WaypointListInstances2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list instances2 params

func (*WaypointListInstances2Params) SetTimeout ¶

func (o *WaypointListInstances2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list instances2 params

func (*WaypointListInstances2Params) SetWaitTimeout ¶

func (o *WaypointListInstances2Params) SetWaitTimeout(waitTimeout *string)

SetWaitTimeout adds the waitTimeout to the waypoint list instances2 params

func (*WaypointListInstances2Params) WithApplicationApplicationApplication ¶

func (o *WaypointListInstances2Params) WithApplicationApplicationApplication(applicationApplicationApplication string) *WaypointListInstances2Params

WithApplicationApplicationApplication adds the applicationApplicationApplication to the waypoint list instances2 params

func (*WaypointListInstances2Params) WithApplicationApplicationProject ¶

func (o *WaypointListInstances2Params) WithApplicationApplicationProject(applicationApplicationProject string) *WaypointListInstances2Params

WithApplicationApplicationProject adds the applicationApplicationProject to the waypoint list instances2 params

func (*WaypointListInstances2Params) WithApplicationWorkspaceWorkspace ¶

func (o *WaypointListInstances2Params) WithApplicationWorkspaceWorkspace(applicationWorkspaceWorkspace *string) *WaypointListInstances2Params

WithApplicationWorkspaceWorkspace adds the applicationWorkspaceWorkspace to the waypoint list instances2 params

func (*WaypointListInstances2Params) WithContext ¶

WithContext adds the context to the waypoint list instances2 params

func (*WaypointListInstances2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list instances2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListInstances2Params) WithDeploymentID ¶

func (o *WaypointListInstances2Params) WithDeploymentID(deploymentID *string) *WaypointListInstances2Params

WithDeploymentID adds the deploymentID to the waypoint list instances2 params

func (*WaypointListInstances2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list instances2 params

func (*WaypointListInstances2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list instances2 params

func (*WaypointListInstances2Params) WithWaitTimeout ¶

func (o *WaypointListInstances2Params) WithWaitTimeout(waitTimeout *string) *WaypointListInstances2Params

WithWaitTimeout adds the waitTimeout to the waypoint list instances2 params

func (*WaypointListInstances2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListInstances2Reader ¶

type WaypointListInstances2Reader struct {
	// contains filtered or unexported fields
}

WaypointListInstances2Reader is a Reader for the WaypointListInstances2 structure.

func (*WaypointListInstances2Reader) ReadResponse ¶

func (o *WaypointListInstances2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListInstances3Default ¶

type WaypointListInstances3Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListInstances3Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListInstances3Default ¶

func NewWaypointListInstances3Default(code int) *WaypointListInstances3Default

NewWaypointListInstances3Default creates a WaypointListInstances3Default with default headers values

func (*WaypointListInstances3Default) Code ¶

Code gets the status code for the waypoint list instances3 default response

func (*WaypointListInstances3Default) Error ¶

func (*WaypointListInstances3Default) GetPayload ¶

func (*WaypointListInstances3Default) IsClientError ¶

func (o *WaypointListInstances3Default) IsClientError() bool

IsClientError returns true when this waypoint list instances3 default response has a 4xx status code

func (*WaypointListInstances3Default) IsCode ¶

func (o *WaypointListInstances3Default) IsCode(code int) bool

IsCode returns true when this waypoint list instances3 default response a status code equal to that given

func (*WaypointListInstances3Default) IsRedirect ¶

func (o *WaypointListInstances3Default) IsRedirect() bool

IsRedirect returns true when this waypoint list instances3 default response has a 3xx status code

func (*WaypointListInstances3Default) IsServerError ¶

func (o *WaypointListInstances3Default) IsServerError() bool

IsServerError returns true when this waypoint list instances3 default response has a 5xx status code

func (*WaypointListInstances3Default) IsSuccess ¶

func (o *WaypointListInstances3Default) IsSuccess() bool

IsSuccess returns true when this waypoint list instances3 default response has a 2xx status code

func (*WaypointListInstances3Default) String ¶

type WaypointListInstances3OK ¶

type WaypointListInstances3OK struct {
	Payload *models.HashicorpWaypointListInstancesResponse
}

WaypointListInstances3OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListInstances3OK ¶

func NewWaypointListInstances3OK() *WaypointListInstances3OK

NewWaypointListInstances3OK creates a WaypointListInstances3OK with default headers values

func (*WaypointListInstances3OK) Error ¶

func (o *WaypointListInstances3OK) Error() string

func (*WaypointListInstances3OK) GetPayload ¶

func (*WaypointListInstances3OK) IsClientError ¶

func (o *WaypointListInstances3OK) IsClientError() bool

IsClientError returns true when this waypoint list instances3 o k response has a 4xx status code

func (*WaypointListInstances3OK) IsCode ¶

func (o *WaypointListInstances3OK) IsCode(code int) bool

IsCode returns true when this waypoint list instances3 o k response a status code equal to that given

func (*WaypointListInstances3OK) IsRedirect ¶

func (o *WaypointListInstances3OK) IsRedirect() bool

IsRedirect returns true when this waypoint list instances3 o k response has a 3xx status code

func (*WaypointListInstances3OK) IsServerError ¶

func (o *WaypointListInstances3OK) IsServerError() bool

IsServerError returns true when this waypoint list instances3 o k response has a 5xx status code

func (*WaypointListInstances3OK) IsSuccess ¶

func (o *WaypointListInstances3OK) IsSuccess() bool

IsSuccess returns true when this waypoint list instances3 o k response has a 2xx status code

func (*WaypointListInstances3OK) String ¶

func (o *WaypointListInstances3OK) String() string

type WaypointListInstances3Params ¶

type WaypointListInstances3Params struct {

	// ApplicationApplicationApplication.
	ApplicationApplicationApplication string

	// ApplicationApplicationProject.
	ApplicationApplicationProject string

	// ApplicationWorkspaceWorkspace.
	ApplicationWorkspaceWorkspace string

	/* DeploymentID.

	   List instances for a specific deployment.
	*/
	DeploymentID *string

	/* WaitTimeout.

	   Time to wait before retrying a request to connect to requested instance.
	*/
	WaitTimeout *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListInstances3Params contains all the parameters to send to the API endpoint

for the waypoint list instances3 operation.

Typically these are written to a http.Request.

func NewWaypointListInstances3Params ¶

func NewWaypointListInstances3Params() *WaypointListInstances3Params

NewWaypointListInstances3Params creates a new WaypointListInstances3Params 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 NewWaypointListInstances3ParamsWithContext ¶

func NewWaypointListInstances3ParamsWithContext(ctx context.Context) *WaypointListInstances3Params

NewWaypointListInstances3ParamsWithContext creates a new WaypointListInstances3Params object with the ability to set a context for a request.

func NewWaypointListInstances3ParamsWithHTTPClient ¶

func NewWaypointListInstances3ParamsWithHTTPClient(client *http.Client) *WaypointListInstances3Params

NewWaypointListInstances3ParamsWithHTTPClient creates a new WaypointListInstances3Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointListInstances3ParamsWithTimeout ¶

func NewWaypointListInstances3ParamsWithTimeout(timeout time.Duration) *WaypointListInstances3Params

NewWaypointListInstances3ParamsWithTimeout creates a new WaypointListInstances3Params object with the ability to set a timeout on a request.

func (*WaypointListInstances3Params) SetApplicationApplicationApplication ¶

func (o *WaypointListInstances3Params) SetApplicationApplicationApplication(applicationApplicationApplication string)

SetApplicationApplicationApplication adds the applicationApplicationApplication to the waypoint list instances3 params

func (*WaypointListInstances3Params) SetApplicationApplicationProject ¶

func (o *WaypointListInstances3Params) SetApplicationApplicationProject(applicationApplicationProject string)

SetApplicationApplicationProject adds the applicationApplicationProject to the waypoint list instances3 params

func (*WaypointListInstances3Params) SetApplicationWorkspaceWorkspace ¶

func (o *WaypointListInstances3Params) SetApplicationWorkspaceWorkspace(applicationWorkspaceWorkspace string)

SetApplicationWorkspaceWorkspace adds the applicationWorkspaceWorkspace to the waypoint list instances3 params

func (*WaypointListInstances3Params) SetContext ¶

func (o *WaypointListInstances3Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list instances3 params

func (*WaypointListInstances3Params) SetDefaults ¶

func (o *WaypointListInstances3Params) SetDefaults()

SetDefaults hydrates default values in the waypoint list instances3 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListInstances3Params) SetDeploymentID ¶

func (o *WaypointListInstances3Params) SetDeploymentID(deploymentID *string)

SetDeploymentID adds the deploymentId to the waypoint list instances3 params

func (*WaypointListInstances3Params) SetHTTPClient ¶

func (o *WaypointListInstances3Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list instances3 params

func (*WaypointListInstances3Params) SetTimeout ¶

func (o *WaypointListInstances3Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list instances3 params

func (*WaypointListInstances3Params) SetWaitTimeout ¶

func (o *WaypointListInstances3Params) SetWaitTimeout(waitTimeout *string)

SetWaitTimeout adds the waitTimeout to the waypoint list instances3 params

func (*WaypointListInstances3Params) WithApplicationApplicationApplication ¶

func (o *WaypointListInstances3Params) WithApplicationApplicationApplication(applicationApplicationApplication string) *WaypointListInstances3Params

WithApplicationApplicationApplication adds the applicationApplicationApplication to the waypoint list instances3 params

func (*WaypointListInstances3Params) WithApplicationApplicationProject ¶

func (o *WaypointListInstances3Params) WithApplicationApplicationProject(applicationApplicationProject string) *WaypointListInstances3Params

WithApplicationApplicationProject adds the applicationApplicationProject to the waypoint list instances3 params

func (*WaypointListInstances3Params) WithApplicationWorkspaceWorkspace ¶

func (o *WaypointListInstances3Params) WithApplicationWorkspaceWorkspace(applicationWorkspaceWorkspace string) *WaypointListInstances3Params

WithApplicationWorkspaceWorkspace adds the applicationWorkspaceWorkspace to the waypoint list instances3 params

func (*WaypointListInstances3Params) WithContext ¶

WithContext adds the context to the waypoint list instances3 params

func (*WaypointListInstances3Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list instances3 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListInstances3Params) WithDeploymentID ¶

func (o *WaypointListInstances3Params) WithDeploymentID(deploymentID *string) *WaypointListInstances3Params

WithDeploymentID adds the deploymentID to the waypoint list instances3 params

func (*WaypointListInstances3Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list instances3 params

func (*WaypointListInstances3Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list instances3 params

func (*WaypointListInstances3Params) WithWaitTimeout ¶

func (o *WaypointListInstances3Params) WithWaitTimeout(waitTimeout *string) *WaypointListInstances3Params

WithWaitTimeout adds the waitTimeout to the waypoint list instances3 params

func (*WaypointListInstances3Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListInstances3Reader ¶

type WaypointListInstances3Reader struct {
	// contains filtered or unexported fields
}

WaypointListInstances3Reader is a Reader for the WaypointListInstances3 structure.

func (*WaypointListInstances3Reader) ReadResponse ¶

func (o *WaypointListInstances3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListInstancesDefault ¶

type WaypointListInstancesDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListInstancesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListInstancesDefault ¶

func NewWaypointListInstancesDefault(code int) *WaypointListInstancesDefault

NewWaypointListInstancesDefault creates a WaypointListInstancesDefault with default headers values

func (*WaypointListInstancesDefault) Code ¶

Code gets the status code for the waypoint list instances default response

func (*WaypointListInstancesDefault) Error ¶

func (*WaypointListInstancesDefault) GetPayload ¶

func (*WaypointListInstancesDefault) IsClientError ¶

func (o *WaypointListInstancesDefault) IsClientError() bool

IsClientError returns true when this waypoint list instances default response has a 4xx status code

func (*WaypointListInstancesDefault) IsCode ¶

func (o *WaypointListInstancesDefault) IsCode(code int) bool

IsCode returns true when this waypoint list instances default response a status code equal to that given

func (*WaypointListInstancesDefault) IsRedirect ¶

func (o *WaypointListInstancesDefault) IsRedirect() bool

IsRedirect returns true when this waypoint list instances default response has a 3xx status code

func (*WaypointListInstancesDefault) IsServerError ¶

func (o *WaypointListInstancesDefault) IsServerError() bool

IsServerError returns true when this waypoint list instances default response has a 5xx status code

func (*WaypointListInstancesDefault) IsSuccess ¶

func (o *WaypointListInstancesDefault) IsSuccess() bool

IsSuccess returns true when this waypoint list instances default response has a 2xx status code

func (*WaypointListInstancesDefault) String ¶

type WaypointListInstancesOK ¶

type WaypointListInstancesOK struct {
	Payload *models.HashicorpWaypointListInstancesResponse
}

WaypointListInstancesOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListInstancesOK ¶

func NewWaypointListInstancesOK() *WaypointListInstancesOK

NewWaypointListInstancesOK creates a WaypointListInstancesOK with default headers values

func (*WaypointListInstancesOK) Error ¶

func (o *WaypointListInstancesOK) Error() string

func (*WaypointListInstancesOK) GetPayload ¶

func (*WaypointListInstancesOK) IsClientError ¶

func (o *WaypointListInstancesOK) IsClientError() bool

IsClientError returns true when this waypoint list instances o k response has a 4xx status code

func (*WaypointListInstancesOK) IsCode ¶

func (o *WaypointListInstancesOK) IsCode(code int) bool

IsCode returns true when this waypoint list instances o k response a status code equal to that given

func (*WaypointListInstancesOK) IsRedirect ¶

func (o *WaypointListInstancesOK) IsRedirect() bool

IsRedirect returns true when this waypoint list instances o k response has a 3xx status code

func (*WaypointListInstancesOK) IsServerError ¶

func (o *WaypointListInstancesOK) IsServerError() bool

IsServerError returns true when this waypoint list instances o k response has a 5xx status code

func (*WaypointListInstancesOK) IsSuccess ¶

func (o *WaypointListInstancesOK) IsSuccess() bool

IsSuccess returns true when this waypoint list instances o k response has a 2xx status code

func (*WaypointListInstancesOK) String ¶

func (o *WaypointListInstancesOK) String() string

type WaypointListInstancesParams ¶

type WaypointListInstancesParams struct {

	// ApplicationApplicationApplication.
	ApplicationApplicationApplication *string

	// ApplicationApplicationProject.
	ApplicationApplicationProject *string

	// ApplicationWorkspaceWorkspace.
	ApplicationWorkspaceWorkspace *string

	/* DeploymentID.

	   List instances for a specific deployment.
	*/
	DeploymentID string

	/* WaitTimeout.

	   Time to wait before retrying a request to connect to requested instance.
	*/
	WaitTimeout *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListInstancesParams contains all the parameters to send to the API endpoint

for the waypoint list instances operation.

Typically these are written to a http.Request.

func NewWaypointListInstancesParams ¶

func NewWaypointListInstancesParams() *WaypointListInstancesParams

NewWaypointListInstancesParams creates a new WaypointListInstancesParams 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 NewWaypointListInstancesParamsWithContext ¶

func NewWaypointListInstancesParamsWithContext(ctx context.Context) *WaypointListInstancesParams

NewWaypointListInstancesParamsWithContext creates a new WaypointListInstancesParams object with the ability to set a context for a request.

func NewWaypointListInstancesParamsWithHTTPClient ¶

func NewWaypointListInstancesParamsWithHTTPClient(client *http.Client) *WaypointListInstancesParams

NewWaypointListInstancesParamsWithHTTPClient creates a new WaypointListInstancesParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointListInstancesParamsWithTimeout ¶

func NewWaypointListInstancesParamsWithTimeout(timeout time.Duration) *WaypointListInstancesParams

NewWaypointListInstancesParamsWithTimeout creates a new WaypointListInstancesParams object with the ability to set a timeout on a request.

func (*WaypointListInstancesParams) SetApplicationApplicationApplication ¶

func (o *WaypointListInstancesParams) SetApplicationApplicationApplication(applicationApplicationApplication *string)

SetApplicationApplicationApplication adds the applicationApplicationApplication to the waypoint list instances params

func (*WaypointListInstancesParams) SetApplicationApplicationProject ¶

func (o *WaypointListInstancesParams) SetApplicationApplicationProject(applicationApplicationProject *string)

SetApplicationApplicationProject adds the applicationApplicationProject to the waypoint list instances params

func (*WaypointListInstancesParams) SetApplicationWorkspaceWorkspace ¶

func (o *WaypointListInstancesParams) SetApplicationWorkspaceWorkspace(applicationWorkspaceWorkspace *string)

SetApplicationWorkspaceWorkspace adds the applicationWorkspaceWorkspace to the waypoint list instances params

func (*WaypointListInstancesParams) SetContext ¶

func (o *WaypointListInstancesParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list instances params

func (*WaypointListInstancesParams) SetDefaults ¶

func (o *WaypointListInstancesParams) SetDefaults()

SetDefaults hydrates default values in the waypoint list instances params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListInstancesParams) SetDeploymentID ¶

func (o *WaypointListInstancesParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the waypoint list instances params

func (*WaypointListInstancesParams) SetHTTPClient ¶

func (o *WaypointListInstancesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list instances params

func (*WaypointListInstancesParams) SetTimeout ¶

func (o *WaypointListInstancesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list instances params

func (*WaypointListInstancesParams) SetWaitTimeout ¶

func (o *WaypointListInstancesParams) SetWaitTimeout(waitTimeout *string)

SetWaitTimeout adds the waitTimeout to the waypoint list instances params

func (*WaypointListInstancesParams) WithApplicationApplicationApplication ¶

func (o *WaypointListInstancesParams) WithApplicationApplicationApplication(applicationApplicationApplication *string) *WaypointListInstancesParams

WithApplicationApplicationApplication adds the applicationApplicationApplication to the waypoint list instances params

func (*WaypointListInstancesParams) WithApplicationApplicationProject ¶

func (o *WaypointListInstancesParams) WithApplicationApplicationProject(applicationApplicationProject *string) *WaypointListInstancesParams

WithApplicationApplicationProject adds the applicationApplicationProject to the waypoint list instances params

func (*WaypointListInstancesParams) WithApplicationWorkspaceWorkspace ¶

func (o *WaypointListInstancesParams) WithApplicationWorkspaceWorkspace(applicationWorkspaceWorkspace *string) *WaypointListInstancesParams

WithApplicationWorkspaceWorkspace adds the applicationWorkspaceWorkspace to the waypoint list instances params

func (*WaypointListInstancesParams) WithContext ¶

WithContext adds the context to the waypoint list instances params

func (*WaypointListInstancesParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list instances params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListInstancesParams) WithDeploymentID ¶

func (o *WaypointListInstancesParams) WithDeploymentID(deploymentID string) *WaypointListInstancesParams

WithDeploymentID adds the deploymentID to the waypoint list instances params

func (*WaypointListInstancesParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list instances params

func (*WaypointListInstancesParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list instances params

func (*WaypointListInstancesParams) WithWaitTimeout ¶

func (o *WaypointListInstancesParams) WithWaitTimeout(waitTimeout *string) *WaypointListInstancesParams

WithWaitTimeout adds the waitTimeout to the waypoint list instances params

func (*WaypointListInstancesParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListInstancesReader ¶

type WaypointListInstancesReader struct {
	// contains filtered or unexported fields
}

WaypointListInstancesReader is a Reader for the WaypointListInstances structure.

func (*WaypointListInstancesReader) ReadResponse ¶

func (o *WaypointListInstancesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListJobs2Default ¶

type WaypointListJobs2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListJobs2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListJobs2Default ¶

func NewWaypointListJobs2Default(code int) *WaypointListJobs2Default

NewWaypointListJobs2Default creates a WaypointListJobs2Default with default headers values

func (*WaypointListJobs2Default) Code ¶

func (o *WaypointListJobs2Default) Code() int

Code gets the status code for the waypoint list jobs2 default response

func (*WaypointListJobs2Default) Error ¶

func (o *WaypointListJobs2Default) Error() string

func (*WaypointListJobs2Default) GetPayload ¶

func (*WaypointListJobs2Default) IsClientError ¶

func (o *WaypointListJobs2Default) IsClientError() bool

IsClientError returns true when this waypoint list jobs2 default response has a 4xx status code

func (*WaypointListJobs2Default) IsCode ¶

func (o *WaypointListJobs2Default) IsCode(code int) bool

IsCode returns true when this waypoint list jobs2 default response a status code equal to that given

func (*WaypointListJobs2Default) IsRedirect ¶

func (o *WaypointListJobs2Default) IsRedirect() bool

IsRedirect returns true when this waypoint list jobs2 default response has a 3xx status code

func (*WaypointListJobs2Default) IsServerError ¶

func (o *WaypointListJobs2Default) IsServerError() bool

IsServerError returns true when this waypoint list jobs2 default response has a 5xx status code

func (*WaypointListJobs2Default) IsSuccess ¶

func (o *WaypointListJobs2Default) IsSuccess() bool

IsSuccess returns true when this waypoint list jobs2 default response has a 2xx status code

func (*WaypointListJobs2Default) String ¶

func (o *WaypointListJobs2Default) String() string

type WaypointListJobs2OK ¶

type WaypointListJobs2OK struct {
	Payload *models.HashicorpWaypointListJobsResponse
}

WaypointListJobs2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListJobs2OK ¶

func NewWaypointListJobs2OK() *WaypointListJobs2OK

NewWaypointListJobs2OK creates a WaypointListJobs2OK with default headers values

func (*WaypointListJobs2OK) Error ¶

func (o *WaypointListJobs2OK) Error() string

func (*WaypointListJobs2OK) GetPayload ¶

func (*WaypointListJobs2OK) IsClientError ¶

func (o *WaypointListJobs2OK) IsClientError() bool

IsClientError returns true when this waypoint list jobs2 o k response has a 4xx status code

func (*WaypointListJobs2OK) IsCode ¶

func (o *WaypointListJobs2OK) IsCode(code int) bool

IsCode returns true when this waypoint list jobs2 o k response a status code equal to that given

func (*WaypointListJobs2OK) IsRedirect ¶

func (o *WaypointListJobs2OK) IsRedirect() bool

IsRedirect returns true when this waypoint list jobs2 o k response has a 3xx status code

func (*WaypointListJobs2OK) IsServerError ¶

func (o *WaypointListJobs2OK) IsServerError() bool

IsServerError returns true when this waypoint list jobs2 o k response has a 5xx status code

func (*WaypointListJobs2OK) IsSuccess ¶

func (o *WaypointListJobs2OK) IsSuccess() bool

IsSuccess returns true when this waypoint list jobs2 o k response has a 2xx status code

func (*WaypointListJobs2OK) String ¶

func (o *WaypointListJobs2OK) String() string

type WaypointListJobs2Params ¶

type WaypointListJobs2Params struct {

	// ApplicationApplication.
	ApplicationApplication *string

	// ApplicationProject.
	ApplicationProject *string

	// JobState.
	JobState []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

	/* PipelinePipelineID.

	   ID of the pipeline.
	*/
	PipelinePipelineID *string

	/* PipelinePipelineName.

	   Name of the pipeline.
	*/
	PipelinePipelineName *string

	/* PipelineRunSequence.

	   Pipeline run sequence.

	   Format: uint64
	*/
	PipelineRunSequence *string

	/* PipelineStep.

	   Step name within the pipeline.
	*/
	PipelineStep *string

	// ProjectProject.
	ProjectProject *string

	// TargetRunnerIDID.
	TargetRunnerIDID *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListJobs2Params contains all the parameters to send to the API endpoint

for the waypoint list jobs2 operation.

Typically these are written to a http.Request.

func NewWaypointListJobs2Params ¶

func NewWaypointListJobs2Params() *WaypointListJobs2Params

NewWaypointListJobs2Params creates a new WaypointListJobs2Params 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 NewWaypointListJobs2ParamsWithContext ¶

func NewWaypointListJobs2ParamsWithContext(ctx context.Context) *WaypointListJobs2Params

NewWaypointListJobs2ParamsWithContext creates a new WaypointListJobs2Params object with the ability to set a context for a request.

func NewWaypointListJobs2ParamsWithHTTPClient ¶

func NewWaypointListJobs2ParamsWithHTTPClient(client *http.Client) *WaypointListJobs2Params

NewWaypointListJobs2ParamsWithHTTPClient creates a new WaypointListJobs2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointListJobs2ParamsWithTimeout ¶

func NewWaypointListJobs2ParamsWithTimeout(timeout time.Duration) *WaypointListJobs2Params

NewWaypointListJobs2ParamsWithTimeout creates a new WaypointListJobs2Params object with the ability to set a timeout on a request.

func (*WaypointListJobs2Params) SetApplicationApplication ¶

func (o *WaypointListJobs2Params) SetApplicationApplication(applicationApplication *string)

SetApplicationApplication adds the applicationApplication to the waypoint list jobs2 params

func (*WaypointListJobs2Params) SetApplicationProject ¶

func (o *WaypointListJobs2Params) SetApplicationProject(applicationProject *string)

SetApplicationProject adds the applicationProject to the waypoint list jobs2 params

func (*WaypointListJobs2Params) SetContext ¶

func (o *WaypointListJobs2Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list jobs2 params

func (*WaypointListJobs2Params) SetDefaults ¶

func (o *WaypointListJobs2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint list jobs2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListJobs2Params) SetHTTPClient ¶

func (o *WaypointListJobs2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list jobs2 params

func (*WaypointListJobs2Params) SetJobState ¶

func (o *WaypointListJobs2Params) SetJobState(jobState []string)

SetJobState adds the jobState to the waypoint list jobs2 params

func (*WaypointListJobs2Params) SetPaginationNextPageToken ¶

func (o *WaypointListJobs2Params) SetPaginationNextPageToken(paginationNextPageToken *string)

SetPaginationNextPageToken adds the paginationNextPageToken to the waypoint list jobs2 params

func (*WaypointListJobs2Params) SetPaginationPageSize ¶

func (o *WaypointListJobs2Params) SetPaginationPageSize(paginationPageSize *int64)

SetPaginationPageSize adds the paginationPageSize to the waypoint list jobs2 params

func (*WaypointListJobs2Params) SetPaginationPreviousPageToken ¶

func (o *WaypointListJobs2Params) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)

SetPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint list jobs2 params

func (*WaypointListJobs2Params) SetPipelinePipelineID ¶

func (o *WaypointListJobs2Params) SetPipelinePipelineID(pipelinePipelineID *string)

SetPipelinePipelineID adds the pipelinePipelineId to the waypoint list jobs2 params

func (*WaypointListJobs2Params) SetPipelinePipelineName ¶

func (o *WaypointListJobs2Params) SetPipelinePipelineName(pipelinePipelineName *string)

SetPipelinePipelineName adds the pipelinePipelineName to the waypoint list jobs2 params

func (*WaypointListJobs2Params) SetPipelineRunSequence ¶

func (o *WaypointListJobs2Params) SetPipelineRunSequence(pipelineRunSequence *string)

SetPipelineRunSequence adds the pipelineRunSequence to the waypoint list jobs2 params

func (*WaypointListJobs2Params) SetPipelineStep ¶

func (o *WaypointListJobs2Params) SetPipelineStep(pipelineStep *string)

SetPipelineStep adds the pipelineStep to the waypoint list jobs2 params

func (*WaypointListJobs2Params) SetProjectProject ¶

func (o *WaypointListJobs2Params) SetProjectProject(projectProject *string)

SetProjectProject adds the projectProject to the waypoint list jobs2 params

func (*WaypointListJobs2Params) SetTargetRunnerIDID ¶

func (o *WaypointListJobs2Params) SetTargetRunnerIDID(targetRunnerIDID *string)

SetTargetRunnerIDID adds the targetRunnerIdId to the waypoint list jobs2 params

func (*WaypointListJobs2Params) SetTimeout ¶

func (o *WaypointListJobs2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list jobs2 params

func (*WaypointListJobs2Params) SetWorkspaceWorkspace ¶

func (o *WaypointListJobs2Params) SetWorkspaceWorkspace(workspaceWorkspace string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list jobs2 params

func (*WaypointListJobs2Params) WithApplicationApplication ¶

func (o *WaypointListJobs2Params) WithApplicationApplication(applicationApplication *string) *WaypointListJobs2Params

WithApplicationApplication adds the applicationApplication to the waypoint list jobs2 params

func (*WaypointListJobs2Params) WithApplicationProject ¶

func (o *WaypointListJobs2Params) WithApplicationProject(applicationProject *string) *WaypointListJobs2Params

WithApplicationProject adds the applicationProject to the waypoint list jobs2 params

func (*WaypointListJobs2Params) WithContext ¶

WithContext adds the context to the waypoint list jobs2 params

func (*WaypointListJobs2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list jobs2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListJobs2Params) WithHTTPClient ¶

func (o *WaypointListJobs2Params) WithHTTPClient(client *http.Client) *WaypointListJobs2Params

WithHTTPClient adds the HTTPClient to the waypoint list jobs2 params

func (*WaypointListJobs2Params) WithJobState ¶

func (o *WaypointListJobs2Params) WithJobState(jobState []string) *WaypointListJobs2Params

WithJobState adds the jobState to the waypoint list jobs2 params

func (*WaypointListJobs2Params) WithPaginationNextPageToken ¶

func (o *WaypointListJobs2Params) WithPaginationNextPageToken(paginationNextPageToken *string) *WaypointListJobs2Params

WithPaginationNextPageToken adds the paginationNextPageToken to the waypoint list jobs2 params

func (*WaypointListJobs2Params) WithPaginationPageSize ¶

func (o *WaypointListJobs2Params) WithPaginationPageSize(paginationPageSize *int64) *WaypointListJobs2Params

WithPaginationPageSize adds the paginationPageSize to the waypoint list jobs2 params

func (*WaypointListJobs2Params) WithPaginationPreviousPageToken ¶

func (o *WaypointListJobs2Params) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *WaypointListJobs2Params

WithPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint list jobs2 params

func (*WaypointListJobs2Params) WithPipelinePipelineID ¶

func (o *WaypointListJobs2Params) WithPipelinePipelineID(pipelinePipelineID *string) *WaypointListJobs2Params

WithPipelinePipelineID adds the pipelinePipelineID to the waypoint list jobs2 params

func (*WaypointListJobs2Params) WithPipelinePipelineName ¶

func (o *WaypointListJobs2Params) WithPipelinePipelineName(pipelinePipelineName *string) *WaypointListJobs2Params

WithPipelinePipelineName adds the pipelinePipelineName to the waypoint list jobs2 params

func (*WaypointListJobs2Params) WithPipelineRunSequence ¶

func (o *WaypointListJobs2Params) WithPipelineRunSequence(pipelineRunSequence *string) *WaypointListJobs2Params

WithPipelineRunSequence adds the pipelineRunSequence to the waypoint list jobs2 params

func (*WaypointListJobs2Params) WithPipelineStep ¶

func (o *WaypointListJobs2Params) WithPipelineStep(pipelineStep *string) *WaypointListJobs2Params

WithPipelineStep adds the pipelineStep to the waypoint list jobs2 params

func (*WaypointListJobs2Params) WithProjectProject ¶

func (o *WaypointListJobs2Params) WithProjectProject(projectProject *string) *WaypointListJobs2Params

WithProjectProject adds the projectProject to the waypoint list jobs2 params

func (*WaypointListJobs2Params) WithTargetRunnerIDID ¶

func (o *WaypointListJobs2Params) WithTargetRunnerIDID(targetRunnerIDID *string) *WaypointListJobs2Params

WithTargetRunnerIDID adds the targetRunnerIDID to the waypoint list jobs2 params

func (*WaypointListJobs2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list jobs2 params

func (*WaypointListJobs2Params) WithWorkspaceWorkspace ¶

func (o *WaypointListJobs2Params) WithWorkspaceWorkspace(workspaceWorkspace string) *WaypointListJobs2Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list jobs2 params

func (*WaypointListJobs2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListJobs2Reader ¶

type WaypointListJobs2Reader struct {
	// contains filtered or unexported fields
}

WaypointListJobs2Reader is a Reader for the WaypointListJobs2 structure.

func (*WaypointListJobs2Reader) ReadResponse ¶

func (o *WaypointListJobs2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListJobs3Default ¶

type WaypointListJobs3Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListJobs3Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListJobs3Default ¶

func NewWaypointListJobs3Default(code int) *WaypointListJobs3Default

NewWaypointListJobs3Default creates a WaypointListJobs3Default with default headers values

func (*WaypointListJobs3Default) Code ¶

func (o *WaypointListJobs3Default) Code() int

Code gets the status code for the waypoint list jobs3 default response

func (*WaypointListJobs3Default) Error ¶

func (o *WaypointListJobs3Default) Error() string

func (*WaypointListJobs3Default) GetPayload ¶

func (*WaypointListJobs3Default) IsClientError ¶

func (o *WaypointListJobs3Default) IsClientError() bool

IsClientError returns true when this waypoint list jobs3 default response has a 4xx status code

func (*WaypointListJobs3Default) IsCode ¶

func (o *WaypointListJobs3Default) IsCode(code int) bool

IsCode returns true when this waypoint list jobs3 default response a status code equal to that given

func (*WaypointListJobs3Default) IsRedirect ¶

func (o *WaypointListJobs3Default) IsRedirect() bool

IsRedirect returns true when this waypoint list jobs3 default response has a 3xx status code

func (*WaypointListJobs3Default) IsServerError ¶

func (o *WaypointListJobs3Default) IsServerError() bool

IsServerError returns true when this waypoint list jobs3 default response has a 5xx status code

func (*WaypointListJobs3Default) IsSuccess ¶

func (o *WaypointListJobs3Default) IsSuccess() bool

IsSuccess returns true when this waypoint list jobs3 default response has a 2xx status code

func (*WaypointListJobs3Default) String ¶

func (o *WaypointListJobs3Default) String() string

type WaypointListJobs3OK ¶

type WaypointListJobs3OK struct {
	Payload *models.HashicorpWaypointListJobsResponse
}

WaypointListJobs3OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListJobs3OK ¶

func NewWaypointListJobs3OK() *WaypointListJobs3OK

NewWaypointListJobs3OK creates a WaypointListJobs3OK with default headers values

func (*WaypointListJobs3OK) Error ¶

func (o *WaypointListJobs3OK) Error() string

func (*WaypointListJobs3OK) GetPayload ¶

func (*WaypointListJobs3OK) IsClientError ¶

func (o *WaypointListJobs3OK) IsClientError() bool

IsClientError returns true when this waypoint list jobs3 o k response has a 4xx status code

func (*WaypointListJobs3OK) IsCode ¶

func (o *WaypointListJobs3OK) IsCode(code int) bool

IsCode returns true when this waypoint list jobs3 o k response a status code equal to that given

func (*WaypointListJobs3OK) IsRedirect ¶

func (o *WaypointListJobs3OK) IsRedirect() bool

IsRedirect returns true when this waypoint list jobs3 o k response has a 3xx status code

func (*WaypointListJobs3OK) IsServerError ¶

func (o *WaypointListJobs3OK) IsServerError() bool

IsServerError returns true when this waypoint list jobs3 o k response has a 5xx status code

func (*WaypointListJobs3OK) IsSuccess ¶

func (o *WaypointListJobs3OK) IsSuccess() bool

IsSuccess returns true when this waypoint list jobs3 o k response has a 2xx status code

func (*WaypointListJobs3OK) String ¶

func (o *WaypointListJobs3OK) String() string

type WaypointListJobs3Params ¶

type WaypointListJobs3Params struct {

	// ApplicationApplication.
	ApplicationApplication *string

	// ApplicationProject.
	ApplicationProject *string

	// JobState.
	JobState []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

	/* PipelinePipelineID.

	   ID of the pipeline.
	*/
	PipelinePipelineID *string

	/* PipelinePipelineName.

	   Name of the pipeline.
	*/
	PipelinePipelineName *string

	/* PipelineRunSequence.

	   Pipeline run sequence.

	   Format: uint64
	*/
	PipelineRunSequence *string

	/* PipelineStep.

	   Step name within the pipeline.
	*/
	PipelineStep *string

	// ProjectProject.
	ProjectProject string

	// TargetRunnerIDID.
	TargetRunnerIDID *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListJobs3Params contains all the parameters to send to the API endpoint

for the waypoint list jobs3 operation.

Typically these are written to a http.Request.

func NewWaypointListJobs3Params ¶

func NewWaypointListJobs3Params() *WaypointListJobs3Params

NewWaypointListJobs3Params creates a new WaypointListJobs3Params 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 NewWaypointListJobs3ParamsWithContext ¶

func NewWaypointListJobs3ParamsWithContext(ctx context.Context) *WaypointListJobs3Params

NewWaypointListJobs3ParamsWithContext creates a new WaypointListJobs3Params object with the ability to set a context for a request.

func NewWaypointListJobs3ParamsWithHTTPClient ¶

func NewWaypointListJobs3ParamsWithHTTPClient(client *http.Client) *WaypointListJobs3Params

NewWaypointListJobs3ParamsWithHTTPClient creates a new WaypointListJobs3Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointListJobs3ParamsWithTimeout ¶

func NewWaypointListJobs3ParamsWithTimeout(timeout time.Duration) *WaypointListJobs3Params

NewWaypointListJobs3ParamsWithTimeout creates a new WaypointListJobs3Params object with the ability to set a timeout on a request.

func (*WaypointListJobs3Params) SetApplicationApplication ¶

func (o *WaypointListJobs3Params) SetApplicationApplication(applicationApplication *string)

SetApplicationApplication adds the applicationApplication to the waypoint list jobs3 params

func (*WaypointListJobs3Params) SetApplicationProject ¶

func (o *WaypointListJobs3Params) SetApplicationProject(applicationProject *string)

SetApplicationProject adds the applicationProject to the waypoint list jobs3 params

func (*WaypointListJobs3Params) SetContext ¶

func (o *WaypointListJobs3Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list jobs3 params

func (*WaypointListJobs3Params) SetDefaults ¶

func (o *WaypointListJobs3Params) SetDefaults()

SetDefaults hydrates default values in the waypoint list jobs3 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListJobs3Params) SetHTTPClient ¶

func (o *WaypointListJobs3Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list jobs3 params

func (*WaypointListJobs3Params) SetJobState ¶

func (o *WaypointListJobs3Params) SetJobState(jobState []string)

SetJobState adds the jobState to the waypoint list jobs3 params

func (*WaypointListJobs3Params) SetPaginationNextPageToken ¶

func (o *WaypointListJobs3Params) SetPaginationNextPageToken(paginationNextPageToken *string)

SetPaginationNextPageToken adds the paginationNextPageToken to the waypoint list jobs3 params

func (*WaypointListJobs3Params) SetPaginationPageSize ¶

func (o *WaypointListJobs3Params) SetPaginationPageSize(paginationPageSize *int64)

SetPaginationPageSize adds the paginationPageSize to the waypoint list jobs3 params

func (*WaypointListJobs3Params) SetPaginationPreviousPageToken ¶

func (o *WaypointListJobs3Params) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)

SetPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint list jobs3 params

func (*WaypointListJobs3Params) SetPipelinePipelineID ¶

func (o *WaypointListJobs3Params) SetPipelinePipelineID(pipelinePipelineID *string)

SetPipelinePipelineID adds the pipelinePipelineId to the waypoint list jobs3 params

func (*WaypointListJobs3Params) SetPipelinePipelineName ¶

func (o *WaypointListJobs3Params) SetPipelinePipelineName(pipelinePipelineName *string)

SetPipelinePipelineName adds the pipelinePipelineName to the waypoint list jobs3 params

func (*WaypointListJobs3Params) SetPipelineRunSequence ¶

func (o *WaypointListJobs3Params) SetPipelineRunSequence(pipelineRunSequence *string)

SetPipelineRunSequence adds the pipelineRunSequence to the waypoint list jobs3 params

func (*WaypointListJobs3Params) SetPipelineStep ¶

func (o *WaypointListJobs3Params) SetPipelineStep(pipelineStep *string)

SetPipelineStep adds the pipelineStep to the waypoint list jobs3 params

func (*WaypointListJobs3Params) SetProjectProject ¶

func (o *WaypointListJobs3Params) SetProjectProject(projectProject string)

SetProjectProject adds the projectProject to the waypoint list jobs3 params

func (*WaypointListJobs3Params) SetTargetRunnerIDID ¶

func (o *WaypointListJobs3Params) SetTargetRunnerIDID(targetRunnerIDID *string)

SetTargetRunnerIDID adds the targetRunnerIdId to the waypoint list jobs3 params

func (*WaypointListJobs3Params) SetTimeout ¶

func (o *WaypointListJobs3Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list jobs3 params

func (*WaypointListJobs3Params) SetWorkspaceWorkspace ¶

func (o *WaypointListJobs3Params) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list jobs3 params

func (*WaypointListJobs3Params) WithApplicationApplication ¶

func (o *WaypointListJobs3Params) WithApplicationApplication(applicationApplication *string) *WaypointListJobs3Params

WithApplicationApplication adds the applicationApplication to the waypoint list jobs3 params

func (*WaypointListJobs3Params) WithApplicationProject ¶

func (o *WaypointListJobs3Params) WithApplicationProject(applicationProject *string) *WaypointListJobs3Params

WithApplicationProject adds the applicationProject to the waypoint list jobs3 params

func (*WaypointListJobs3Params) WithContext ¶

WithContext adds the context to the waypoint list jobs3 params

func (*WaypointListJobs3Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list jobs3 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListJobs3Params) WithHTTPClient ¶

func (o *WaypointListJobs3Params) WithHTTPClient(client *http.Client) *WaypointListJobs3Params

WithHTTPClient adds the HTTPClient to the waypoint list jobs3 params

func (*WaypointListJobs3Params) WithJobState ¶

func (o *WaypointListJobs3Params) WithJobState(jobState []string) *WaypointListJobs3Params

WithJobState adds the jobState to the waypoint list jobs3 params

func (*WaypointListJobs3Params) WithPaginationNextPageToken ¶

func (o *WaypointListJobs3Params) WithPaginationNextPageToken(paginationNextPageToken *string) *WaypointListJobs3Params

WithPaginationNextPageToken adds the paginationNextPageToken to the waypoint list jobs3 params

func (*WaypointListJobs3Params) WithPaginationPageSize ¶

func (o *WaypointListJobs3Params) WithPaginationPageSize(paginationPageSize *int64) *WaypointListJobs3Params

WithPaginationPageSize adds the paginationPageSize to the waypoint list jobs3 params

func (*WaypointListJobs3Params) WithPaginationPreviousPageToken ¶

func (o *WaypointListJobs3Params) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *WaypointListJobs3Params

WithPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint list jobs3 params

func (*WaypointListJobs3Params) WithPipelinePipelineID ¶

func (o *WaypointListJobs3Params) WithPipelinePipelineID(pipelinePipelineID *string) *WaypointListJobs3Params

WithPipelinePipelineID adds the pipelinePipelineID to the waypoint list jobs3 params

func (*WaypointListJobs3Params) WithPipelinePipelineName ¶

func (o *WaypointListJobs3Params) WithPipelinePipelineName(pipelinePipelineName *string) *WaypointListJobs3Params

WithPipelinePipelineName adds the pipelinePipelineName to the waypoint list jobs3 params

func (*WaypointListJobs3Params) WithPipelineRunSequence ¶

func (o *WaypointListJobs3Params) WithPipelineRunSequence(pipelineRunSequence *string) *WaypointListJobs3Params

WithPipelineRunSequence adds the pipelineRunSequence to the waypoint list jobs3 params

func (*WaypointListJobs3Params) WithPipelineStep ¶

func (o *WaypointListJobs3Params) WithPipelineStep(pipelineStep *string) *WaypointListJobs3Params

WithPipelineStep adds the pipelineStep to the waypoint list jobs3 params

func (*WaypointListJobs3Params) WithProjectProject ¶

func (o *WaypointListJobs3Params) WithProjectProject(projectProject string) *WaypointListJobs3Params

WithProjectProject adds the projectProject to the waypoint list jobs3 params

func (*WaypointListJobs3Params) WithTargetRunnerIDID ¶

func (o *WaypointListJobs3Params) WithTargetRunnerIDID(targetRunnerIDID *string) *WaypointListJobs3Params

WithTargetRunnerIDID adds the targetRunnerIDID to the waypoint list jobs3 params

func (*WaypointListJobs3Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list jobs3 params

func (*WaypointListJobs3Params) WithWorkspaceWorkspace ¶

func (o *WaypointListJobs3Params) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointListJobs3Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list jobs3 params

func (*WaypointListJobs3Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListJobs3Reader ¶

type WaypointListJobs3Reader struct {
	// contains filtered or unexported fields
}

WaypointListJobs3Reader is a Reader for the WaypointListJobs3 structure.

func (*WaypointListJobs3Reader) ReadResponse ¶

func (o *WaypointListJobs3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListJobs4Default ¶

type WaypointListJobs4Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListJobs4Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListJobs4Default ¶

func NewWaypointListJobs4Default(code int) *WaypointListJobs4Default

NewWaypointListJobs4Default creates a WaypointListJobs4Default with default headers values

func (*WaypointListJobs4Default) Code ¶

func (o *WaypointListJobs4Default) Code() int

Code gets the status code for the waypoint list jobs4 default response

func (*WaypointListJobs4Default) Error ¶

func (o *WaypointListJobs4Default) Error() string

func (*WaypointListJobs4Default) GetPayload ¶

func (*WaypointListJobs4Default) IsClientError ¶

func (o *WaypointListJobs4Default) IsClientError() bool

IsClientError returns true when this waypoint list jobs4 default response has a 4xx status code

func (*WaypointListJobs4Default) IsCode ¶

func (o *WaypointListJobs4Default) IsCode(code int) bool

IsCode returns true when this waypoint list jobs4 default response a status code equal to that given

func (*WaypointListJobs4Default) IsRedirect ¶

func (o *WaypointListJobs4Default) IsRedirect() bool

IsRedirect returns true when this waypoint list jobs4 default response has a 3xx status code

func (*WaypointListJobs4Default) IsServerError ¶

func (o *WaypointListJobs4Default) IsServerError() bool

IsServerError returns true when this waypoint list jobs4 default response has a 5xx status code

func (*WaypointListJobs4Default) IsSuccess ¶

func (o *WaypointListJobs4Default) IsSuccess() bool

IsSuccess returns true when this waypoint list jobs4 default response has a 2xx status code

func (*WaypointListJobs4Default) String ¶

func (o *WaypointListJobs4Default) String() string

type WaypointListJobs4OK ¶

type WaypointListJobs4OK struct {
	Payload *models.HashicorpWaypointListJobsResponse
}

WaypointListJobs4OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListJobs4OK ¶

func NewWaypointListJobs4OK() *WaypointListJobs4OK

NewWaypointListJobs4OK creates a WaypointListJobs4OK with default headers values

func (*WaypointListJobs4OK) Error ¶

func (o *WaypointListJobs4OK) Error() string

func (*WaypointListJobs4OK) GetPayload ¶

func (*WaypointListJobs4OK) IsClientError ¶

func (o *WaypointListJobs4OK) IsClientError() bool

IsClientError returns true when this waypoint list jobs4 o k response has a 4xx status code

func (*WaypointListJobs4OK) IsCode ¶

func (o *WaypointListJobs4OK) IsCode(code int) bool

IsCode returns true when this waypoint list jobs4 o k response a status code equal to that given

func (*WaypointListJobs4OK) IsRedirect ¶

func (o *WaypointListJobs4OK) IsRedirect() bool

IsRedirect returns true when this waypoint list jobs4 o k response has a 3xx status code

func (*WaypointListJobs4OK) IsServerError ¶

func (o *WaypointListJobs4OK) IsServerError() bool

IsServerError returns true when this waypoint list jobs4 o k response has a 5xx status code

func (*WaypointListJobs4OK) IsSuccess ¶

func (o *WaypointListJobs4OK) IsSuccess() bool

IsSuccess returns true when this waypoint list jobs4 o k response has a 2xx status code

func (*WaypointListJobs4OK) String ¶

func (o *WaypointListJobs4OK) String() string

type WaypointListJobs4Params ¶

type WaypointListJobs4Params struct {

	// ApplicationApplication.
	ApplicationApplication *string

	// ApplicationProject.
	ApplicationProject *string

	// JobState.
	JobState []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

	/* PipelinePipelineID.

	   ID of the pipeline.
	*/
	PipelinePipelineID *string

	/* PipelinePipelineName.

	   Name of the pipeline.
	*/
	PipelinePipelineName *string

	/* PipelineRunSequence.

	   Pipeline run sequence.

	   Format: uint64
	*/
	PipelineRunSequence *string

	/* PipelineStep.

	   Step name within the pipeline.
	*/
	PipelineStep *string

	// ProjectProject.
	ProjectProject *string

	// TargetRunnerIDID.
	TargetRunnerIDID *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListJobs4Params contains all the parameters to send to the API endpoint

for the waypoint list jobs4 operation.

Typically these are written to a http.Request.

func NewWaypointListJobs4Params ¶

func NewWaypointListJobs4Params() *WaypointListJobs4Params

NewWaypointListJobs4Params creates a new WaypointListJobs4Params 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 NewWaypointListJobs4ParamsWithContext ¶

func NewWaypointListJobs4ParamsWithContext(ctx context.Context) *WaypointListJobs4Params

NewWaypointListJobs4ParamsWithContext creates a new WaypointListJobs4Params object with the ability to set a context for a request.

func NewWaypointListJobs4ParamsWithHTTPClient ¶

func NewWaypointListJobs4ParamsWithHTTPClient(client *http.Client) *WaypointListJobs4Params

NewWaypointListJobs4ParamsWithHTTPClient creates a new WaypointListJobs4Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointListJobs4ParamsWithTimeout ¶

func NewWaypointListJobs4ParamsWithTimeout(timeout time.Duration) *WaypointListJobs4Params

NewWaypointListJobs4ParamsWithTimeout creates a new WaypointListJobs4Params object with the ability to set a timeout on a request.

func (*WaypointListJobs4Params) SetApplicationApplication ¶

func (o *WaypointListJobs4Params) SetApplicationApplication(applicationApplication *string)

SetApplicationApplication adds the applicationApplication to the waypoint list jobs4 params

func (*WaypointListJobs4Params) SetApplicationProject ¶

func (o *WaypointListJobs4Params) SetApplicationProject(applicationProject *string)

SetApplicationProject adds the applicationProject to the waypoint list jobs4 params

func (*WaypointListJobs4Params) SetContext ¶

func (o *WaypointListJobs4Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list jobs4 params

func (*WaypointListJobs4Params) SetDefaults ¶

func (o *WaypointListJobs4Params) SetDefaults()

SetDefaults hydrates default values in the waypoint list jobs4 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListJobs4Params) SetHTTPClient ¶

func (o *WaypointListJobs4Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list jobs4 params

func (*WaypointListJobs4Params) SetJobState ¶

func (o *WaypointListJobs4Params) SetJobState(jobState []string)

SetJobState adds the jobState to the waypoint list jobs4 params

func (*WaypointListJobs4Params) SetPaginationNextPageToken ¶

func (o *WaypointListJobs4Params) SetPaginationNextPageToken(paginationNextPageToken *string)

SetPaginationNextPageToken adds the paginationNextPageToken to the waypoint list jobs4 params

func (*WaypointListJobs4Params) SetPaginationPageSize ¶

func (o *WaypointListJobs4Params) SetPaginationPageSize(paginationPageSize *int64)

SetPaginationPageSize adds the paginationPageSize to the waypoint list jobs4 params

func (*WaypointListJobs4Params) SetPaginationPreviousPageToken ¶

func (o *WaypointListJobs4Params) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)

SetPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint list jobs4 params

func (*WaypointListJobs4Params) SetPipelinePipelineID ¶

func (o *WaypointListJobs4Params) SetPipelinePipelineID(pipelinePipelineID *string)

SetPipelinePipelineID adds the pipelinePipelineId to the waypoint list jobs4 params

func (*WaypointListJobs4Params) SetPipelinePipelineName ¶

func (o *WaypointListJobs4Params) SetPipelinePipelineName(pipelinePipelineName *string)

SetPipelinePipelineName adds the pipelinePipelineName to the waypoint list jobs4 params

func (*WaypointListJobs4Params) SetPipelineRunSequence ¶

func (o *WaypointListJobs4Params) SetPipelineRunSequence(pipelineRunSequence *string)

SetPipelineRunSequence adds the pipelineRunSequence to the waypoint list jobs4 params

func (*WaypointListJobs4Params) SetPipelineStep ¶

func (o *WaypointListJobs4Params) SetPipelineStep(pipelineStep *string)

SetPipelineStep adds the pipelineStep to the waypoint list jobs4 params

func (*WaypointListJobs4Params) SetProjectProject ¶

func (o *WaypointListJobs4Params) SetProjectProject(projectProject *string)

SetProjectProject adds the projectProject to the waypoint list jobs4 params

func (*WaypointListJobs4Params) SetTargetRunnerIDID ¶

func (o *WaypointListJobs4Params) SetTargetRunnerIDID(targetRunnerIDID *string)

SetTargetRunnerIDID adds the targetRunnerIdId to the waypoint list jobs4 params

func (*WaypointListJobs4Params) SetTimeout ¶

func (o *WaypointListJobs4Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list jobs4 params

func (*WaypointListJobs4Params) SetWorkspaceWorkspace ¶

func (o *WaypointListJobs4Params) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list jobs4 params

func (*WaypointListJobs4Params) WithApplicationApplication ¶

func (o *WaypointListJobs4Params) WithApplicationApplication(applicationApplication *string) *WaypointListJobs4Params

WithApplicationApplication adds the applicationApplication to the waypoint list jobs4 params

func (*WaypointListJobs4Params) WithApplicationProject ¶

func (o *WaypointListJobs4Params) WithApplicationProject(applicationProject *string) *WaypointListJobs4Params

WithApplicationProject adds the applicationProject to the waypoint list jobs4 params

func (*WaypointListJobs4Params) WithContext ¶

WithContext adds the context to the waypoint list jobs4 params

func (*WaypointListJobs4Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list jobs4 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListJobs4Params) WithHTTPClient ¶

func (o *WaypointListJobs4Params) WithHTTPClient(client *http.Client) *WaypointListJobs4Params

WithHTTPClient adds the HTTPClient to the waypoint list jobs4 params

func (*WaypointListJobs4Params) WithJobState ¶

func (o *WaypointListJobs4Params) WithJobState(jobState []string) *WaypointListJobs4Params

WithJobState adds the jobState to the waypoint list jobs4 params

func (*WaypointListJobs4Params) WithPaginationNextPageToken ¶

func (o *WaypointListJobs4Params) WithPaginationNextPageToken(paginationNextPageToken *string) *WaypointListJobs4Params

WithPaginationNextPageToken adds the paginationNextPageToken to the waypoint list jobs4 params

func (*WaypointListJobs4Params) WithPaginationPageSize ¶

func (o *WaypointListJobs4Params) WithPaginationPageSize(paginationPageSize *int64) *WaypointListJobs4Params

WithPaginationPageSize adds the paginationPageSize to the waypoint list jobs4 params

func (*WaypointListJobs4Params) WithPaginationPreviousPageToken ¶

func (o *WaypointListJobs4Params) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *WaypointListJobs4Params

WithPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint list jobs4 params

func (*WaypointListJobs4Params) WithPipelinePipelineID ¶

func (o *WaypointListJobs4Params) WithPipelinePipelineID(pipelinePipelineID *string) *WaypointListJobs4Params

WithPipelinePipelineID adds the pipelinePipelineID to the waypoint list jobs4 params

func (*WaypointListJobs4Params) WithPipelinePipelineName ¶

func (o *WaypointListJobs4Params) WithPipelinePipelineName(pipelinePipelineName *string) *WaypointListJobs4Params

WithPipelinePipelineName adds the pipelinePipelineName to the waypoint list jobs4 params

func (*WaypointListJobs4Params) WithPipelineRunSequence ¶

func (o *WaypointListJobs4Params) WithPipelineRunSequence(pipelineRunSequence *string) *WaypointListJobs4Params

WithPipelineRunSequence adds the pipelineRunSequence to the waypoint list jobs4 params

func (*WaypointListJobs4Params) WithPipelineStep ¶

func (o *WaypointListJobs4Params) WithPipelineStep(pipelineStep *string) *WaypointListJobs4Params

WithPipelineStep adds the pipelineStep to the waypoint list jobs4 params

func (*WaypointListJobs4Params) WithProjectProject ¶

func (o *WaypointListJobs4Params) WithProjectProject(projectProject *string) *WaypointListJobs4Params

WithProjectProject adds the projectProject to the waypoint list jobs4 params

func (*WaypointListJobs4Params) WithTargetRunnerIDID ¶

func (o *WaypointListJobs4Params) WithTargetRunnerIDID(targetRunnerIDID *string) *WaypointListJobs4Params

WithTargetRunnerIDID adds the targetRunnerIDID to the waypoint list jobs4 params

func (*WaypointListJobs4Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list jobs4 params

func (*WaypointListJobs4Params) WithWorkspaceWorkspace ¶

func (o *WaypointListJobs4Params) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointListJobs4Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list jobs4 params

func (*WaypointListJobs4Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListJobs4Reader ¶

type WaypointListJobs4Reader struct {
	// contains filtered or unexported fields
}

WaypointListJobs4Reader is a Reader for the WaypointListJobs4 structure.

func (*WaypointListJobs4Reader) ReadResponse ¶

func (o *WaypointListJobs4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListJobs5Default ¶

type WaypointListJobs5Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListJobs5Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListJobs5Default ¶

func NewWaypointListJobs5Default(code int) *WaypointListJobs5Default

NewWaypointListJobs5Default creates a WaypointListJobs5Default with default headers values

func (*WaypointListJobs5Default) Code ¶

func (o *WaypointListJobs5Default) Code() int

Code gets the status code for the waypoint list jobs5 default response

func (*WaypointListJobs5Default) Error ¶

func (o *WaypointListJobs5Default) Error() string

func (*WaypointListJobs5Default) GetPayload ¶

func (*WaypointListJobs5Default) IsClientError ¶

func (o *WaypointListJobs5Default) IsClientError() bool

IsClientError returns true when this waypoint list jobs5 default response has a 4xx status code

func (*WaypointListJobs5Default) IsCode ¶

func (o *WaypointListJobs5Default) IsCode(code int) bool

IsCode returns true when this waypoint list jobs5 default response a status code equal to that given

func (*WaypointListJobs5Default) IsRedirect ¶

func (o *WaypointListJobs5Default) IsRedirect() bool

IsRedirect returns true when this waypoint list jobs5 default response has a 3xx status code

func (*WaypointListJobs5Default) IsServerError ¶

func (o *WaypointListJobs5Default) IsServerError() bool

IsServerError returns true when this waypoint list jobs5 default response has a 5xx status code

func (*WaypointListJobs5Default) IsSuccess ¶

func (o *WaypointListJobs5Default) IsSuccess() bool

IsSuccess returns true when this waypoint list jobs5 default response has a 2xx status code

func (*WaypointListJobs5Default) String ¶

func (o *WaypointListJobs5Default) String() string

type WaypointListJobs5OK ¶

type WaypointListJobs5OK struct {
	Payload *models.HashicorpWaypointListJobsResponse
}

WaypointListJobs5OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListJobs5OK ¶

func NewWaypointListJobs5OK() *WaypointListJobs5OK

NewWaypointListJobs5OK creates a WaypointListJobs5OK with default headers values

func (*WaypointListJobs5OK) Error ¶

func (o *WaypointListJobs5OK) Error() string

func (*WaypointListJobs5OK) GetPayload ¶

func (*WaypointListJobs5OK) IsClientError ¶

func (o *WaypointListJobs5OK) IsClientError() bool

IsClientError returns true when this waypoint list jobs5 o k response has a 4xx status code

func (*WaypointListJobs5OK) IsCode ¶

func (o *WaypointListJobs5OK) IsCode(code int) bool

IsCode returns true when this waypoint list jobs5 o k response a status code equal to that given

func (*WaypointListJobs5OK) IsRedirect ¶

func (o *WaypointListJobs5OK) IsRedirect() bool

IsRedirect returns true when this waypoint list jobs5 o k response has a 3xx status code

func (*WaypointListJobs5OK) IsServerError ¶

func (o *WaypointListJobs5OK) IsServerError() bool

IsServerError returns true when this waypoint list jobs5 o k response has a 5xx status code

func (*WaypointListJobs5OK) IsSuccess ¶

func (o *WaypointListJobs5OK) IsSuccess() bool

IsSuccess returns true when this waypoint list jobs5 o k response has a 2xx status code

func (*WaypointListJobs5OK) String ¶

func (o *WaypointListJobs5OK) String() string

type WaypointListJobs5Params ¶

type WaypointListJobs5Params struct {

	// ApplicationApplication.
	ApplicationApplication *string

	// ApplicationProject.
	ApplicationProject *string

	// JobState.
	JobState []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

	/* PipelinePipelineID.

	   ID of the pipeline.
	*/
	PipelinePipelineID *string

	/* PipelinePipelineName.

	   Name of the pipeline.
	*/
	PipelinePipelineName *string

	/* PipelineRunSequence.

	   Pipeline run sequence.

	   Format: uint64
	*/
	PipelineRunSequence *string

	/* PipelineStep.

	   Step name within the pipeline.
	*/
	PipelineStep *string

	// ProjectProject.
	ProjectProject *string

	// TargetRunnerIDID.
	TargetRunnerIDID string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListJobs5Params contains all the parameters to send to the API endpoint

for the waypoint list jobs5 operation.

Typically these are written to a http.Request.

func NewWaypointListJobs5Params ¶

func NewWaypointListJobs5Params() *WaypointListJobs5Params

NewWaypointListJobs5Params creates a new WaypointListJobs5Params 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 NewWaypointListJobs5ParamsWithContext ¶

func NewWaypointListJobs5ParamsWithContext(ctx context.Context) *WaypointListJobs5Params

NewWaypointListJobs5ParamsWithContext creates a new WaypointListJobs5Params object with the ability to set a context for a request.

func NewWaypointListJobs5ParamsWithHTTPClient ¶

func NewWaypointListJobs5ParamsWithHTTPClient(client *http.Client) *WaypointListJobs5Params

NewWaypointListJobs5ParamsWithHTTPClient creates a new WaypointListJobs5Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointListJobs5ParamsWithTimeout ¶

func NewWaypointListJobs5ParamsWithTimeout(timeout time.Duration) *WaypointListJobs5Params

NewWaypointListJobs5ParamsWithTimeout creates a new WaypointListJobs5Params object with the ability to set a timeout on a request.

func (*WaypointListJobs5Params) SetApplicationApplication ¶

func (o *WaypointListJobs5Params) SetApplicationApplication(applicationApplication *string)

SetApplicationApplication adds the applicationApplication to the waypoint list jobs5 params

func (*WaypointListJobs5Params) SetApplicationProject ¶

func (o *WaypointListJobs5Params) SetApplicationProject(applicationProject *string)

SetApplicationProject adds the applicationProject to the waypoint list jobs5 params

func (*WaypointListJobs5Params) SetContext ¶

func (o *WaypointListJobs5Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list jobs5 params

func (*WaypointListJobs5Params) SetDefaults ¶

func (o *WaypointListJobs5Params) SetDefaults()

SetDefaults hydrates default values in the waypoint list jobs5 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListJobs5Params) SetHTTPClient ¶

func (o *WaypointListJobs5Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list jobs5 params

func (*WaypointListJobs5Params) SetJobState ¶

func (o *WaypointListJobs5Params) SetJobState(jobState []string)

SetJobState adds the jobState to the waypoint list jobs5 params

func (*WaypointListJobs5Params) SetPaginationNextPageToken ¶

func (o *WaypointListJobs5Params) SetPaginationNextPageToken(paginationNextPageToken *string)

SetPaginationNextPageToken adds the paginationNextPageToken to the waypoint list jobs5 params

func (*WaypointListJobs5Params) SetPaginationPageSize ¶

func (o *WaypointListJobs5Params) SetPaginationPageSize(paginationPageSize *int64)

SetPaginationPageSize adds the paginationPageSize to the waypoint list jobs5 params

func (*WaypointListJobs5Params) SetPaginationPreviousPageToken ¶

func (o *WaypointListJobs5Params) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)

SetPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint list jobs5 params

func (*WaypointListJobs5Params) SetPipelinePipelineID ¶

func (o *WaypointListJobs5Params) SetPipelinePipelineID(pipelinePipelineID *string)

SetPipelinePipelineID adds the pipelinePipelineId to the waypoint list jobs5 params

func (*WaypointListJobs5Params) SetPipelinePipelineName ¶

func (o *WaypointListJobs5Params) SetPipelinePipelineName(pipelinePipelineName *string)

SetPipelinePipelineName adds the pipelinePipelineName to the waypoint list jobs5 params

func (*WaypointListJobs5Params) SetPipelineRunSequence ¶

func (o *WaypointListJobs5Params) SetPipelineRunSequence(pipelineRunSequence *string)

SetPipelineRunSequence adds the pipelineRunSequence to the waypoint list jobs5 params

func (*WaypointListJobs5Params) SetPipelineStep ¶

func (o *WaypointListJobs5Params) SetPipelineStep(pipelineStep *string)

SetPipelineStep adds the pipelineStep to the waypoint list jobs5 params

func (*WaypointListJobs5Params) SetProjectProject ¶

func (o *WaypointListJobs5Params) SetProjectProject(projectProject *string)

SetProjectProject adds the projectProject to the waypoint list jobs5 params

func (*WaypointListJobs5Params) SetTargetRunnerIDID ¶

func (o *WaypointListJobs5Params) SetTargetRunnerIDID(targetRunnerIDID string)

SetTargetRunnerIDID adds the targetRunnerIdId to the waypoint list jobs5 params

func (*WaypointListJobs5Params) SetTimeout ¶

func (o *WaypointListJobs5Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list jobs5 params

func (*WaypointListJobs5Params) SetWorkspaceWorkspace ¶

func (o *WaypointListJobs5Params) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list jobs5 params

func (*WaypointListJobs5Params) WithApplicationApplication ¶

func (o *WaypointListJobs5Params) WithApplicationApplication(applicationApplication *string) *WaypointListJobs5Params

WithApplicationApplication adds the applicationApplication to the waypoint list jobs5 params

func (*WaypointListJobs5Params) WithApplicationProject ¶

func (o *WaypointListJobs5Params) WithApplicationProject(applicationProject *string) *WaypointListJobs5Params

WithApplicationProject adds the applicationProject to the waypoint list jobs5 params

func (*WaypointListJobs5Params) WithContext ¶

WithContext adds the context to the waypoint list jobs5 params

func (*WaypointListJobs5Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list jobs5 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListJobs5Params) WithHTTPClient ¶

func (o *WaypointListJobs5Params) WithHTTPClient(client *http.Client) *WaypointListJobs5Params

WithHTTPClient adds the HTTPClient to the waypoint list jobs5 params

func (*WaypointListJobs5Params) WithJobState ¶

func (o *WaypointListJobs5Params) WithJobState(jobState []string) *WaypointListJobs5Params

WithJobState adds the jobState to the waypoint list jobs5 params

func (*WaypointListJobs5Params) WithPaginationNextPageToken ¶

func (o *WaypointListJobs5Params) WithPaginationNextPageToken(paginationNextPageToken *string) *WaypointListJobs5Params

WithPaginationNextPageToken adds the paginationNextPageToken to the waypoint list jobs5 params

func (*WaypointListJobs5Params) WithPaginationPageSize ¶

func (o *WaypointListJobs5Params) WithPaginationPageSize(paginationPageSize *int64) *WaypointListJobs5Params

WithPaginationPageSize adds the paginationPageSize to the waypoint list jobs5 params

func (*WaypointListJobs5Params) WithPaginationPreviousPageToken ¶

func (o *WaypointListJobs5Params) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *WaypointListJobs5Params

WithPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint list jobs5 params

func (*WaypointListJobs5Params) WithPipelinePipelineID ¶

func (o *WaypointListJobs5Params) WithPipelinePipelineID(pipelinePipelineID *string) *WaypointListJobs5Params

WithPipelinePipelineID adds the pipelinePipelineID to the waypoint list jobs5 params

func (*WaypointListJobs5Params) WithPipelinePipelineName ¶

func (o *WaypointListJobs5Params) WithPipelinePipelineName(pipelinePipelineName *string) *WaypointListJobs5Params

WithPipelinePipelineName adds the pipelinePipelineName to the waypoint list jobs5 params

func (*WaypointListJobs5Params) WithPipelineRunSequence ¶

func (o *WaypointListJobs5Params) WithPipelineRunSequence(pipelineRunSequence *string) *WaypointListJobs5Params

WithPipelineRunSequence adds the pipelineRunSequence to the waypoint list jobs5 params

func (*WaypointListJobs5Params) WithPipelineStep ¶

func (o *WaypointListJobs5Params) WithPipelineStep(pipelineStep *string) *WaypointListJobs5Params

WithPipelineStep adds the pipelineStep to the waypoint list jobs5 params

func (*WaypointListJobs5Params) WithProjectProject ¶

func (o *WaypointListJobs5Params) WithProjectProject(projectProject *string) *WaypointListJobs5Params

WithProjectProject adds the projectProject to the waypoint list jobs5 params

func (*WaypointListJobs5Params) WithTargetRunnerIDID ¶

func (o *WaypointListJobs5Params) WithTargetRunnerIDID(targetRunnerIDID string) *WaypointListJobs5Params

WithTargetRunnerIDID adds the targetRunnerIDID to the waypoint list jobs5 params

func (*WaypointListJobs5Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list jobs5 params

func (*WaypointListJobs5Params) WithWorkspaceWorkspace ¶

func (o *WaypointListJobs5Params) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointListJobs5Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list jobs5 params

func (*WaypointListJobs5Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListJobs5Reader ¶

type WaypointListJobs5Reader struct {
	// contains filtered or unexported fields
}

WaypointListJobs5Reader is a Reader for the WaypointListJobs5 structure.

func (*WaypointListJobs5Reader) ReadResponse ¶

func (o *WaypointListJobs5Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListJobsDefault ¶

type WaypointListJobsDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListJobsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListJobsDefault ¶

func NewWaypointListJobsDefault(code int) *WaypointListJobsDefault

NewWaypointListJobsDefault creates a WaypointListJobsDefault with default headers values

func (*WaypointListJobsDefault) Code ¶

func (o *WaypointListJobsDefault) Code() int

Code gets the status code for the waypoint list jobs default response

func (*WaypointListJobsDefault) Error ¶

func (o *WaypointListJobsDefault) Error() string

func (*WaypointListJobsDefault) GetPayload ¶

func (*WaypointListJobsDefault) IsClientError ¶

func (o *WaypointListJobsDefault) IsClientError() bool

IsClientError returns true when this waypoint list jobs default response has a 4xx status code

func (*WaypointListJobsDefault) IsCode ¶

func (o *WaypointListJobsDefault) IsCode(code int) bool

IsCode returns true when this waypoint list jobs default response a status code equal to that given

func (*WaypointListJobsDefault) IsRedirect ¶

func (o *WaypointListJobsDefault) IsRedirect() bool

IsRedirect returns true when this waypoint list jobs default response has a 3xx status code

func (*WaypointListJobsDefault) IsServerError ¶

func (o *WaypointListJobsDefault) IsServerError() bool

IsServerError returns true when this waypoint list jobs default response has a 5xx status code

func (*WaypointListJobsDefault) IsSuccess ¶

func (o *WaypointListJobsDefault) IsSuccess() bool

IsSuccess returns true when this waypoint list jobs default response has a 2xx status code

func (*WaypointListJobsDefault) String ¶

func (o *WaypointListJobsDefault) String() string

type WaypointListJobsOK ¶

type WaypointListJobsOK struct {
	Payload *models.HashicorpWaypointListJobsResponse
}

WaypointListJobsOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListJobsOK ¶

func NewWaypointListJobsOK() *WaypointListJobsOK

NewWaypointListJobsOK creates a WaypointListJobsOK with default headers values

func (*WaypointListJobsOK) Error ¶

func (o *WaypointListJobsOK) Error() string

func (*WaypointListJobsOK) GetPayload ¶

func (*WaypointListJobsOK) IsClientError ¶

func (o *WaypointListJobsOK) IsClientError() bool

IsClientError returns true when this waypoint list jobs o k response has a 4xx status code

func (*WaypointListJobsOK) IsCode ¶

func (o *WaypointListJobsOK) IsCode(code int) bool

IsCode returns true when this waypoint list jobs o k response a status code equal to that given

func (*WaypointListJobsOK) IsRedirect ¶

func (o *WaypointListJobsOK) IsRedirect() bool

IsRedirect returns true when this waypoint list jobs o k response has a 3xx status code

func (*WaypointListJobsOK) IsServerError ¶

func (o *WaypointListJobsOK) IsServerError() bool

IsServerError returns true when this waypoint list jobs o k response has a 5xx status code

func (*WaypointListJobsOK) IsSuccess ¶

func (o *WaypointListJobsOK) IsSuccess() bool

IsSuccess returns true when this waypoint list jobs o k response has a 2xx status code

func (*WaypointListJobsOK) String ¶

func (o *WaypointListJobsOK) String() string

type WaypointListJobsParams ¶

type WaypointListJobsParams struct {

	// ApplicationApplication.
	ApplicationApplication *string

	// ApplicationProject.
	ApplicationProject *string

	// JobState.
	JobState []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

	/* PipelinePipelineID.

	   ID of the pipeline.
	*/
	PipelinePipelineID *string

	/* PipelinePipelineName.

	   Name of the pipeline.
	*/
	PipelinePipelineName *string

	/* PipelineRunSequence.

	   Pipeline run sequence.

	   Format: uint64
	*/
	PipelineRunSequence *string

	/* PipelineStep.

	   Step name within the pipeline.
	*/
	PipelineStep *string

	// ProjectProject.
	ProjectProject *string

	// TargetRunnerIDID.
	TargetRunnerIDID *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListJobsParams contains all the parameters to send to the API endpoint

for the waypoint list jobs operation.

Typically these are written to a http.Request.

func NewWaypointListJobsParams ¶

func NewWaypointListJobsParams() *WaypointListJobsParams

NewWaypointListJobsParams creates a new WaypointListJobsParams 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 NewWaypointListJobsParamsWithContext ¶

func NewWaypointListJobsParamsWithContext(ctx context.Context) *WaypointListJobsParams

NewWaypointListJobsParamsWithContext creates a new WaypointListJobsParams object with the ability to set a context for a request.

func NewWaypointListJobsParamsWithHTTPClient ¶

func NewWaypointListJobsParamsWithHTTPClient(client *http.Client) *WaypointListJobsParams

NewWaypointListJobsParamsWithHTTPClient creates a new WaypointListJobsParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointListJobsParamsWithTimeout ¶

func NewWaypointListJobsParamsWithTimeout(timeout time.Duration) *WaypointListJobsParams

NewWaypointListJobsParamsWithTimeout creates a new WaypointListJobsParams object with the ability to set a timeout on a request.

func (*WaypointListJobsParams) SetApplicationApplication ¶

func (o *WaypointListJobsParams) SetApplicationApplication(applicationApplication *string)

SetApplicationApplication adds the applicationApplication to the waypoint list jobs params

func (*WaypointListJobsParams) SetApplicationProject ¶

func (o *WaypointListJobsParams) SetApplicationProject(applicationProject *string)

SetApplicationProject adds the applicationProject to the waypoint list jobs params

func (*WaypointListJobsParams) SetContext ¶

func (o *WaypointListJobsParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list jobs params

func (*WaypointListJobsParams) SetDefaults ¶

func (o *WaypointListJobsParams) SetDefaults()

SetDefaults hydrates default values in the waypoint list jobs params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListJobsParams) SetHTTPClient ¶

func (o *WaypointListJobsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list jobs params

func (*WaypointListJobsParams) SetJobState ¶

func (o *WaypointListJobsParams) SetJobState(jobState []string)

SetJobState adds the jobState to the waypoint list jobs params

func (*WaypointListJobsParams) SetPaginationNextPageToken ¶

func (o *WaypointListJobsParams) SetPaginationNextPageToken(paginationNextPageToken *string)

SetPaginationNextPageToken adds the paginationNextPageToken to the waypoint list jobs params

func (*WaypointListJobsParams) SetPaginationPageSize ¶

func (o *WaypointListJobsParams) SetPaginationPageSize(paginationPageSize *int64)

SetPaginationPageSize adds the paginationPageSize to the waypoint list jobs params

func (*WaypointListJobsParams) SetPaginationPreviousPageToken ¶

func (o *WaypointListJobsParams) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)

SetPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint list jobs params

func (*WaypointListJobsParams) SetPipelinePipelineID ¶

func (o *WaypointListJobsParams) SetPipelinePipelineID(pipelinePipelineID *string)

SetPipelinePipelineID adds the pipelinePipelineId to the waypoint list jobs params

func (*WaypointListJobsParams) SetPipelinePipelineName ¶

func (o *WaypointListJobsParams) SetPipelinePipelineName(pipelinePipelineName *string)

SetPipelinePipelineName adds the pipelinePipelineName to the waypoint list jobs params

func (*WaypointListJobsParams) SetPipelineRunSequence ¶

func (o *WaypointListJobsParams) SetPipelineRunSequence(pipelineRunSequence *string)

SetPipelineRunSequence adds the pipelineRunSequence to the waypoint list jobs params

func (*WaypointListJobsParams) SetPipelineStep ¶

func (o *WaypointListJobsParams) SetPipelineStep(pipelineStep *string)

SetPipelineStep adds the pipelineStep to the waypoint list jobs params

func (*WaypointListJobsParams) SetProjectProject ¶

func (o *WaypointListJobsParams) SetProjectProject(projectProject *string)

SetProjectProject adds the projectProject to the waypoint list jobs params

func (*WaypointListJobsParams) SetTargetRunnerIDID ¶

func (o *WaypointListJobsParams) SetTargetRunnerIDID(targetRunnerIDID *string)

SetTargetRunnerIDID adds the targetRunnerIdId to the waypoint list jobs params

func (*WaypointListJobsParams) SetTimeout ¶

func (o *WaypointListJobsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list jobs params

func (*WaypointListJobsParams) SetWorkspaceWorkspace ¶

func (o *WaypointListJobsParams) SetWorkspaceWorkspace(workspaceWorkspace string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list jobs params

func (*WaypointListJobsParams) WithApplicationApplication ¶

func (o *WaypointListJobsParams) WithApplicationApplication(applicationApplication *string) *WaypointListJobsParams

WithApplicationApplication adds the applicationApplication to the waypoint list jobs params

func (*WaypointListJobsParams) WithApplicationProject ¶

func (o *WaypointListJobsParams) WithApplicationProject(applicationProject *string) *WaypointListJobsParams

WithApplicationProject adds the applicationProject to the waypoint list jobs params

func (*WaypointListJobsParams) WithContext ¶

WithContext adds the context to the waypoint list jobs params

func (*WaypointListJobsParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list jobs params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListJobsParams) WithHTTPClient ¶

func (o *WaypointListJobsParams) WithHTTPClient(client *http.Client) *WaypointListJobsParams

WithHTTPClient adds the HTTPClient to the waypoint list jobs params

func (*WaypointListJobsParams) WithJobState ¶

func (o *WaypointListJobsParams) WithJobState(jobState []string) *WaypointListJobsParams

WithJobState adds the jobState to the waypoint list jobs params

func (*WaypointListJobsParams) WithPaginationNextPageToken ¶

func (o *WaypointListJobsParams) WithPaginationNextPageToken(paginationNextPageToken *string) *WaypointListJobsParams

WithPaginationNextPageToken adds the paginationNextPageToken to the waypoint list jobs params

func (*WaypointListJobsParams) WithPaginationPageSize ¶

func (o *WaypointListJobsParams) WithPaginationPageSize(paginationPageSize *int64) *WaypointListJobsParams

WithPaginationPageSize adds the paginationPageSize to the waypoint list jobs params

func (*WaypointListJobsParams) WithPaginationPreviousPageToken ¶

func (o *WaypointListJobsParams) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *WaypointListJobsParams

WithPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint list jobs params

func (*WaypointListJobsParams) WithPipelinePipelineID ¶

func (o *WaypointListJobsParams) WithPipelinePipelineID(pipelinePipelineID *string) *WaypointListJobsParams

WithPipelinePipelineID adds the pipelinePipelineID to the waypoint list jobs params

func (*WaypointListJobsParams) WithPipelinePipelineName ¶

func (o *WaypointListJobsParams) WithPipelinePipelineName(pipelinePipelineName *string) *WaypointListJobsParams

WithPipelinePipelineName adds the pipelinePipelineName to the waypoint list jobs params

func (*WaypointListJobsParams) WithPipelineRunSequence ¶

func (o *WaypointListJobsParams) WithPipelineRunSequence(pipelineRunSequence *string) *WaypointListJobsParams

WithPipelineRunSequence adds the pipelineRunSequence to the waypoint list jobs params

func (*WaypointListJobsParams) WithPipelineStep ¶

func (o *WaypointListJobsParams) WithPipelineStep(pipelineStep *string) *WaypointListJobsParams

WithPipelineStep adds the pipelineStep to the waypoint list jobs params

func (*WaypointListJobsParams) WithProjectProject ¶

func (o *WaypointListJobsParams) WithProjectProject(projectProject *string) *WaypointListJobsParams

WithProjectProject adds the projectProject to the waypoint list jobs params

func (*WaypointListJobsParams) WithTargetRunnerIDID ¶

func (o *WaypointListJobsParams) WithTargetRunnerIDID(targetRunnerIDID *string) *WaypointListJobsParams

WithTargetRunnerIDID adds the targetRunnerIDID to the waypoint list jobs params

func (*WaypointListJobsParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list jobs params

func (*WaypointListJobsParams) WithWorkspaceWorkspace ¶

func (o *WaypointListJobsParams) WithWorkspaceWorkspace(workspaceWorkspace string) *WaypointListJobsParams

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list jobs params

func (*WaypointListJobsParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListJobsReader ¶

type WaypointListJobsReader struct {
	// contains filtered or unexported fields
}

WaypointListJobsReader is a Reader for the WaypointListJobs structure.

func (*WaypointListJobsReader) ReadResponse ¶

func (o *WaypointListJobsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListOIDCAuthMethodsDefault ¶

type WaypointListOIDCAuthMethodsDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListOIDCAuthMethodsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListOIDCAuthMethodsDefault ¶

func NewWaypointListOIDCAuthMethodsDefault(code int) *WaypointListOIDCAuthMethodsDefault

NewWaypointListOIDCAuthMethodsDefault creates a WaypointListOIDCAuthMethodsDefault with default headers values

func (*WaypointListOIDCAuthMethodsDefault) Code ¶

Code gets the status code for the waypoint list o ID c auth methods default response

func (*WaypointListOIDCAuthMethodsDefault) Error ¶

func (*WaypointListOIDCAuthMethodsDefault) GetPayload ¶

func (*WaypointListOIDCAuthMethodsDefault) IsClientError ¶

func (o *WaypointListOIDCAuthMethodsDefault) IsClientError() bool

IsClientError returns true when this waypoint list o ID c auth methods default response has a 4xx status code

func (*WaypointListOIDCAuthMethodsDefault) IsCode ¶

IsCode returns true when this waypoint list o ID c auth methods default response a status code equal to that given

func (*WaypointListOIDCAuthMethodsDefault) IsRedirect ¶

func (o *WaypointListOIDCAuthMethodsDefault) IsRedirect() bool

IsRedirect returns true when this waypoint list o ID c auth methods default response has a 3xx status code

func (*WaypointListOIDCAuthMethodsDefault) IsServerError ¶

func (o *WaypointListOIDCAuthMethodsDefault) IsServerError() bool

IsServerError returns true when this waypoint list o ID c auth methods default response has a 5xx status code

func (*WaypointListOIDCAuthMethodsDefault) IsSuccess ¶

IsSuccess returns true when this waypoint list o ID c auth methods default response has a 2xx status code

func (*WaypointListOIDCAuthMethodsDefault) String ¶

type WaypointListOIDCAuthMethodsOK ¶

type WaypointListOIDCAuthMethodsOK struct {
	Payload *models.HashicorpWaypointListOIDCAuthMethodsResponse
}

WaypointListOIDCAuthMethodsOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListOIDCAuthMethodsOK ¶

func NewWaypointListOIDCAuthMethodsOK() *WaypointListOIDCAuthMethodsOK

NewWaypointListOIDCAuthMethodsOK creates a WaypointListOIDCAuthMethodsOK with default headers values

func (*WaypointListOIDCAuthMethodsOK) Error ¶

func (*WaypointListOIDCAuthMethodsOK) GetPayload ¶

func (*WaypointListOIDCAuthMethodsOK) IsClientError ¶

func (o *WaypointListOIDCAuthMethodsOK) IsClientError() bool

IsClientError returns true when this waypoint list o Id c auth methods o k response has a 4xx status code

func (*WaypointListOIDCAuthMethodsOK) IsCode ¶

func (o *WaypointListOIDCAuthMethodsOK) IsCode(code int) bool

IsCode returns true when this waypoint list o Id c auth methods o k response a status code equal to that given

func (*WaypointListOIDCAuthMethodsOK) IsRedirect ¶

func (o *WaypointListOIDCAuthMethodsOK) IsRedirect() bool

IsRedirect returns true when this waypoint list o Id c auth methods o k response has a 3xx status code

func (*WaypointListOIDCAuthMethodsOK) IsServerError ¶

func (o *WaypointListOIDCAuthMethodsOK) IsServerError() bool

IsServerError returns true when this waypoint list o Id c auth methods o k response has a 5xx status code

func (*WaypointListOIDCAuthMethodsOK) IsSuccess ¶

func (o *WaypointListOIDCAuthMethodsOK) IsSuccess() bool

IsSuccess returns true when this waypoint list o Id c auth methods o k response has a 2xx status code

func (*WaypointListOIDCAuthMethodsOK) String ¶

type WaypointListOIDCAuthMethodsParams ¶

type WaypointListOIDCAuthMethodsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListOIDCAuthMethodsParams contains all the parameters to send to the API endpoint

for the waypoint list o ID c auth methods operation.

Typically these are written to a http.Request.

func NewWaypointListOIDCAuthMethodsParams ¶

func NewWaypointListOIDCAuthMethodsParams() *WaypointListOIDCAuthMethodsParams

NewWaypointListOIDCAuthMethodsParams creates a new WaypointListOIDCAuthMethodsParams 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 NewWaypointListOIDCAuthMethodsParamsWithContext ¶

func NewWaypointListOIDCAuthMethodsParamsWithContext(ctx context.Context) *WaypointListOIDCAuthMethodsParams

NewWaypointListOIDCAuthMethodsParamsWithContext creates a new WaypointListOIDCAuthMethodsParams object with the ability to set a context for a request.

func NewWaypointListOIDCAuthMethodsParamsWithHTTPClient ¶

func NewWaypointListOIDCAuthMethodsParamsWithHTTPClient(client *http.Client) *WaypointListOIDCAuthMethodsParams

NewWaypointListOIDCAuthMethodsParamsWithHTTPClient creates a new WaypointListOIDCAuthMethodsParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointListOIDCAuthMethodsParamsWithTimeout ¶

func NewWaypointListOIDCAuthMethodsParamsWithTimeout(timeout time.Duration) *WaypointListOIDCAuthMethodsParams

NewWaypointListOIDCAuthMethodsParamsWithTimeout creates a new WaypointListOIDCAuthMethodsParams object with the ability to set a timeout on a request.

func (*WaypointListOIDCAuthMethodsParams) SetContext ¶

SetContext adds the context to the waypoint list o ID c auth methods params

func (*WaypointListOIDCAuthMethodsParams) SetDefaults ¶

func (o *WaypointListOIDCAuthMethodsParams) SetDefaults()

SetDefaults hydrates default values in the waypoint list o ID c auth methods params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListOIDCAuthMethodsParams) SetHTTPClient ¶

func (o *WaypointListOIDCAuthMethodsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list o ID c auth methods params

func (*WaypointListOIDCAuthMethodsParams) SetTimeout ¶

func (o *WaypointListOIDCAuthMethodsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list o ID c auth methods params

func (*WaypointListOIDCAuthMethodsParams) WithContext ¶

WithContext adds the context to the waypoint list o ID c auth methods params

func (*WaypointListOIDCAuthMethodsParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list o ID c auth methods params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListOIDCAuthMethodsParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list o ID c auth methods params

func (*WaypointListOIDCAuthMethodsParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list o ID c auth methods params

func (*WaypointListOIDCAuthMethodsParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListOIDCAuthMethodsReader ¶

type WaypointListOIDCAuthMethodsReader struct {
	// contains filtered or unexported fields
}

WaypointListOIDCAuthMethodsReader is a Reader for the WaypointListOIDCAuthMethods structure.

func (*WaypointListOIDCAuthMethodsReader) ReadResponse ¶

func (o *WaypointListOIDCAuthMethodsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListOnDemandRunnerConfigsDefault ¶

type WaypointListOnDemandRunnerConfigsDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListOnDemandRunnerConfigsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListOnDemandRunnerConfigsDefault ¶

func NewWaypointListOnDemandRunnerConfigsDefault(code int) *WaypointListOnDemandRunnerConfigsDefault

NewWaypointListOnDemandRunnerConfigsDefault creates a WaypointListOnDemandRunnerConfigsDefault with default headers values

func (*WaypointListOnDemandRunnerConfigsDefault) Code ¶

Code gets the status code for the waypoint list on demand runner configs default response

func (*WaypointListOnDemandRunnerConfigsDefault) Error ¶

func (*WaypointListOnDemandRunnerConfigsDefault) GetPayload ¶

func (*WaypointListOnDemandRunnerConfigsDefault) IsClientError ¶

IsClientError returns true when this waypoint list on demand runner configs default response has a 4xx status code

func (*WaypointListOnDemandRunnerConfigsDefault) IsCode ¶

IsCode returns true when this waypoint list on demand runner configs default response a status code equal to that given

func (*WaypointListOnDemandRunnerConfigsDefault) IsRedirect ¶

IsRedirect returns true when this waypoint list on demand runner configs default response has a 3xx status code

func (*WaypointListOnDemandRunnerConfigsDefault) IsServerError ¶

IsServerError returns true when this waypoint list on demand runner configs default response has a 5xx status code

func (*WaypointListOnDemandRunnerConfigsDefault) IsSuccess ¶

IsSuccess returns true when this waypoint list on demand runner configs default response has a 2xx status code

func (*WaypointListOnDemandRunnerConfigsDefault) String ¶

type WaypointListOnDemandRunnerConfigsOK ¶

type WaypointListOnDemandRunnerConfigsOK struct {
	Payload *models.HashicorpWaypointListOnDemandRunnerConfigsResponse
}

WaypointListOnDemandRunnerConfigsOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListOnDemandRunnerConfigsOK ¶

func NewWaypointListOnDemandRunnerConfigsOK() *WaypointListOnDemandRunnerConfigsOK

NewWaypointListOnDemandRunnerConfigsOK creates a WaypointListOnDemandRunnerConfigsOK with default headers values

func (*WaypointListOnDemandRunnerConfigsOK) Error ¶

func (*WaypointListOnDemandRunnerConfigsOK) GetPayload ¶

func (*WaypointListOnDemandRunnerConfigsOK) IsClientError ¶

func (o *WaypointListOnDemandRunnerConfigsOK) IsClientError() bool

IsClientError returns true when this waypoint list on demand runner configs o k response has a 4xx status code

func (*WaypointListOnDemandRunnerConfigsOK) IsCode ¶

IsCode returns true when this waypoint list on demand runner configs o k response a status code equal to that given

func (*WaypointListOnDemandRunnerConfigsOK) IsRedirect ¶

func (o *WaypointListOnDemandRunnerConfigsOK) IsRedirect() bool

IsRedirect returns true when this waypoint list on demand runner configs o k response has a 3xx status code

func (*WaypointListOnDemandRunnerConfigsOK) IsServerError ¶

func (o *WaypointListOnDemandRunnerConfigsOK) IsServerError() bool

IsServerError returns true when this waypoint list on demand runner configs o k response has a 5xx status code

func (*WaypointListOnDemandRunnerConfigsOK) IsSuccess ¶

IsSuccess returns true when this waypoint list on demand runner configs o k response has a 2xx status code

func (*WaypointListOnDemandRunnerConfigsOK) String ¶

type WaypointListOnDemandRunnerConfigsParams ¶

type WaypointListOnDemandRunnerConfigsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListOnDemandRunnerConfigsParams contains all the parameters to send to the API endpoint

for the waypoint list on demand runner configs operation.

Typically these are written to a http.Request.

func NewWaypointListOnDemandRunnerConfigsParams ¶

func NewWaypointListOnDemandRunnerConfigsParams() *WaypointListOnDemandRunnerConfigsParams

NewWaypointListOnDemandRunnerConfigsParams creates a new WaypointListOnDemandRunnerConfigsParams 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 NewWaypointListOnDemandRunnerConfigsParamsWithContext ¶

func NewWaypointListOnDemandRunnerConfigsParamsWithContext(ctx context.Context) *WaypointListOnDemandRunnerConfigsParams

NewWaypointListOnDemandRunnerConfigsParamsWithContext creates a new WaypointListOnDemandRunnerConfigsParams object with the ability to set a context for a request.

func NewWaypointListOnDemandRunnerConfigsParamsWithHTTPClient ¶

func NewWaypointListOnDemandRunnerConfigsParamsWithHTTPClient(client *http.Client) *WaypointListOnDemandRunnerConfigsParams

NewWaypointListOnDemandRunnerConfigsParamsWithHTTPClient creates a new WaypointListOnDemandRunnerConfigsParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointListOnDemandRunnerConfigsParamsWithTimeout ¶

func NewWaypointListOnDemandRunnerConfigsParamsWithTimeout(timeout time.Duration) *WaypointListOnDemandRunnerConfigsParams

NewWaypointListOnDemandRunnerConfigsParamsWithTimeout creates a new WaypointListOnDemandRunnerConfigsParams object with the ability to set a timeout on a request.

func (*WaypointListOnDemandRunnerConfigsParams) SetContext ¶

SetContext adds the context to the waypoint list on demand runner configs params

func (*WaypointListOnDemandRunnerConfigsParams) SetDefaults ¶

func (o *WaypointListOnDemandRunnerConfigsParams) SetDefaults()

SetDefaults hydrates default values in the waypoint list on demand runner configs params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListOnDemandRunnerConfigsParams) SetHTTPClient ¶

func (o *WaypointListOnDemandRunnerConfigsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list on demand runner configs params

func (*WaypointListOnDemandRunnerConfigsParams) SetTimeout ¶

func (o *WaypointListOnDemandRunnerConfigsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list on demand runner configs params

func (*WaypointListOnDemandRunnerConfigsParams) WithContext ¶

WithContext adds the context to the waypoint list on demand runner configs params

func (*WaypointListOnDemandRunnerConfigsParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list on demand runner configs params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListOnDemandRunnerConfigsParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list on demand runner configs params

func (*WaypointListOnDemandRunnerConfigsParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list on demand runner configs params

func (*WaypointListOnDemandRunnerConfigsParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListOnDemandRunnerConfigsReader ¶

type WaypointListOnDemandRunnerConfigsReader struct {
	// contains filtered or unexported fields
}

WaypointListOnDemandRunnerConfigsReader is a Reader for the WaypointListOnDemandRunnerConfigs structure.

func (*WaypointListOnDemandRunnerConfigsReader) ReadResponse ¶

func (o *WaypointListOnDemandRunnerConfigsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListPipelineRuns2Default ¶

type WaypointListPipelineRuns2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListPipelineRuns2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListPipelineRuns2Default ¶

func NewWaypointListPipelineRuns2Default(code int) *WaypointListPipelineRuns2Default

NewWaypointListPipelineRuns2Default creates a WaypointListPipelineRuns2Default with default headers values

func (*WaypointListPipelineRuns2Default) Code ¶

Code gets the status code for the waypoint list pipeline runs2 default response

func (*WaypointListPipelineRuns2Default) Error ¶

func (*WaypointListPipelineRuns2Default) GetPayload ¶

func (*WaypointListPipelineRuns2Default) IsClientError ¶

func (o *WaypointListPipelineRuns2Default) IsClientError() bool

IsClientError returns true when this waypoint list pipeline runs2 default response has a 4xx status code

func (*WaypointListPipelineRuns2Default) IsCode ¶

func (o *WaypointListPipelineRuns2Default) IsCode(code int) bool

IsCode returns true when this waypoint list pipeline runs2 default response a status code equal to that given

func (*WaypointListPipelineRuns2Default) IsRedirect ¶

func (o *WaypointListPipelineRuns2Default) IsRedirect() bool

IsRedirect returns true when this waypoint list pipeline runs2 default response has a 3xx status code

func (*WaypointListPipelineRuns2Default) IsServerError ¶

func (o *WaypointListPipelineRuns2Default) IsServerError() bool

IsServerError returns true when this waypoint list pipeline runs2 default response has a 5xx status code

func (*WaypointListPipelineRuns2Default) IsSuccess ¶

func (o *WaypointListPipelineRuns2Default) IsSuccess() bool

IsSuccess returns true when this waypoint list pipeline runs2 default response has a 2xx status code

func (*WaypointListPipelineRuns2Default) String ¶

type WaypointListPipelineRuns2OK ¶

type WaypointListPipelineRuns2OK struct {
	Payload *models.HashicorpWaypointListPipelineRunsResponse
}

WaypointListPipelineRuns2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListPipelineRuns2OK ¶

func NewWaypointListPipelineRuns2OK() *WaypointListPipelineRuns2OK

NewWaypointListPipelineRuns2OK creates a WaypointListPipelineRuns2OK with default headers values

func (*WaypointListPipelineRuns2OK) Error ¶

func (*WaypointListPipelineRuns2OK) GetPayload ¶

func (*WaypointListPipelineRuns2OK) IsClientError ¶

func (o *WaypointListPipelineRuns2OK) IsClientError() bool

IsClientError returns true when this waypoint list pipeline runs2 o k response has a 4xx status code

func (*WaypointListPipelineRuns2OK) IsCode ¶

func (o *WaypointListPipelineRuns2OK) IsCode(code int) bool

IsCode returns true when this waypoint list pipeline runs2 o k response a status code equal to that given

func (*WaypointListPipelineRuns2OK) IsRedirect ¶

func (o *WaypointListPipelineRuns2OK) IsRedirect() bool

IsRedirect returns true when this waypoint list pipeline runs2 o k response has a 3xx status code

func (*WaypointListPipelineRuns2OK) IsServerError ¶

func (o *WaypointListPipelineRuns2OK) IsServerError() bool

IsServerError returns true when this waypoint list pipeline runs2 o k response has a 5xx status code

func (*WaypointListPipelineRuns2OK) IsSuccess ¶

func (o *WaypointListPipelineRuns2OK) IsSuccess() bool

IsSuccess returns true when this waypoint list pipeline runs2 o k response has a 2xx status code

func (*WaypointListPipelineRuns2OK) String ¶

func (o *WaypointListPipelineRuns2OK) String() string

type WaypointListPipelineRuns2Params ¶

type WaypointListPipelineRuns2Params struct {

	/* PipelineID.

	   Reference a single pipeline by ID.
	*/
	PipelineID string

	/* PipelineOwnerPipelineName.

	   the name of the defined pipeline config.
	*/
	PipelineOwnerPipelineName *string

	// PipelineOwnerProjectProject.
	PipelineOwnerProjectProject *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListPipelineRuns2Params contains all the parameters to send to the API endpoint

for the waypoint list pipeline runs2 operation.

Typically these are written to a http.Request.

func NewWaypointListPipelineRuns2Params ¶

func NewWaypointListPipelineRuns2Params() *WaypointListPipelineRuns2Params

NewWaypointListPipelineRuns2Params creates a new WaypointListPipelineRuns2Params 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 NewWaypointListPipelineRuns2ParamsWithContext ¶

func NewWaypointListPipelineRuns2ParamsWithContext(ctx context.Context) *WaypointListPipelineRuns2Params

NewWaypointListPipelineRuns2ParamsWithContext creates a new WaypointListPipelineRuns2Params object with the ability to set a context for a request.

func NewWaypointListPipelineRuns2ParamsWithHTTPClient ¶

func NewWaypointListPipelineRuns2ParamsWithHTTPClient(client *http.Client) *WaypointListPipelineRuns2Params

NewWaypointListPipelineRuns2ParamsWithHTTPClient creates a new WaypointListPipelineRuns2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointListPipelineRuns2ParamsWithTimeout ¶

func NewWaypointListPipelineRuns2ParamsWithTimeout(timeout time.Duration) *WaypointListPipelineRuns2Params

NewWaypointListPipelineRuns2ParamsWithTimeout creates a new WaypointListPipelineRuns2Params object with the ability to set a timeout on a request.

func (*WaypointListPipelineRuns2Params) SetContext ¶

func (o *WaypointListPipelineRuns2Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list pipeline runs2 params

func (*WaypointListPipelineRuns2Params) SetDefaults ¶

func (o *WaypointListPipelineRuns2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint list pipeline runs2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListPipelineRuns2Params) SetHTTPClient ¶

func (o *WaypointListPipelineRuns2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list pipeline runs2 params

func (*WaypointListPipelineRuns2Params) SetPipelineID ¶

func (o *WaypointListPipelineRuns2Params) SetPipelineID(pipelineID string)

SetPipelineID adds the pipelineId to the waypoint list pipeline runs2 params

func (*WaypointListPipelineRuns2Params) SetPipelineOwnerPipelineName ¶

func (o *WaypointListPipelineRuns2Params) SetPipelineOwnerPipelineName(pipelineOwnerPipelineName *string)

SetPipelineOwnerPipelineName adds the pipelineOwnerPipelineName to the waypoint list pipeline runs2 params

func (*WaypointListPipelineRuns2Params) SetPipelineOwnerProjectProject ¶

func (o *WaypointListPipelineRuns2Params) SetPipelineOwnerProjectProject(pipelineOwnerProjectProject *string)

SetPipelineOwnerProjectProject adds the pipelineOwnerProjectProject to the waypoint list pipeline runs2 params

func (*WaypointListPipelineRuns2Params) SetTimeout ¶

func (o *WaypointListPipelineRuns2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list pipeline runs2 params

func (*WaypointListPipelineRuns2Params) WithContext ¶

WithContext adds the context to the waypoint list pipeline runs2 params

func (*WaypointListPipelineRuns2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list pipeline runs2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListPipelineRuns2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list pipeline runs2 params

func (*WaypointListPipelineRuns2Params) WithPipelineID ¶

WithPipelineID adds the pipelineID to the waypoint list pipeline runs2 params

func (*WaypointListPipelineRuns2Params) WithPipelineOwnerPipelineName ¶

func (o *WaypointListPipelineRuns2Params) WithPipelineOwnerPipelineName(pipelineOwnerPipelineName *string) *WaypointListPipelineRuns2Params

WithPipelineOwnerPipelineName adds the pipelineOwnerPipelineName to the waypoint list pipeline runs2 params

func (*WaypointListPipelineRuns2Params) WithPipelineOwnerProjectProject ¶

func (o *WaypointListPipelineRuns2Params) WithPipelineOwnerProjectProject(pipelineOwnerProjectProject *string) *WaypointListPipelineRuns2Params

WithPipelineOwnerProjectProject adds the pipelineOwnerProjectProject to the waypoint list pipeline runs2 params

func (*WaypointListPipelineRuns2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list pipeline runs2 params

func (*WaypointListPipelineRuns2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListPipelineRuns2Reader ¶

type WaypointListPipelineRuns2Reader struct {
	// contains filtered or unexported fields
}

WaypointListPipelineRuns2Reader is a Reader for the WaypointListPipelineRuns2 structure.

func (*WaypointListPipelineRuns2Reader) ReadResponse ¶

func (o *WaypointListPipelineRuns2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListPipelineRunsDefault ¶

type WaypointListPipelineRunsDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListPipelineRunsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListPipelineRunsDefault ¶

func NewWaypointListPipelineRunsDefault(code int) *WaypointListPipelineRunsDefault

NewWaypointListPipelineRunsDefault creates a WaypointListPipelineRunsDefault with default headers values

func (*WaypointListPipelineRunsDefault) Code ¶

Code gets the status code for the waypoint list pipeline runs default response

func (*WaypointListPipelineRunsDefault) Error ¶

func (*WaypointListPipelineRunsDefault) GetPayload ¶

func (*WaypointListPipelineRunsDefault) IsClientError ¶

func (o *WaypointListPipelineRunsDefault) IsClientError() bool

IsClientError returns true when this waypoint list pipeline runs default response has a 4xx status code

func (*WaypointListPipelineRunsDefault) IsCode ¶

func (o *WaypointListPipelineRunsDefault) IsCode(code int) bool

IsCode returns true when this waypoint list pipeline runs default response a status code equal to that given

func (*WaypointListPipelineRunsDefault) IsRedirect ¶

func (o *WaypointListPipelineRunsDefault) IsRedirect() bool

IsRedirect returns true when this waypoint list pipeline runs default response has a 3xx status code

func (*WaypointListPipelineRunsDefault) IsServerError ¶

func (o *WaypointListPipelineRunsDefault) IsServerError() bool

IsServerError returns true when this waypoint list pipeline runs default response has a 5xx status code

func (*WaypointListPipelineRunsDefault) IsSuccess ¶

func (o *WaypointListPipelineRunsDefault) IsSuccess() bool

IsSuccess returns true when this waypoint list pipeline runs default response has a 2xx status code

func (*WaypointListPipelineRunsDefault) String ¶

type WaypointListPipelineRunsOK ¶

type WaypointListPipelineRunsOK struct {
	Payload *models.HashicorpWaypointListPipelineRunsResponse
}

WaypointListPipelineRunsOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListPipelineRunsOK ¶

func NewWaypointListPipelineRunsOK() *WaypointListPipelineRunsOK

NewWaypointListPipelineRunsOK creates a WaypointListPipelineRunsOK with default headers values

func (*WaypointListPipelineRunsOK) Error ¶

func (*WaypointListPipelineRunsOK) GetPayload ¶

func (*WaypointListPipelineRunsOK) IsClientError ¶

func (o *WaypointListPipelineRunsOK) IsClientError() bool

IsClientError returns true when this waypoint list pipeline runs o k response has a 4xx status code

func (*WaypointListPipelineRunsOK) IsCode ¶

func (o *WaypointListPipelineRunsOK) IsCode(code int) bool

IsCode returns true when this waypoint list pipeline runs o k response a status code equal to that given

func (*WaypointListPipelineRunsOK) IsRedirect ¶

func (o *WaypointListPipelineRunsOK) IsRedirect() bool

IsRedirect returns true when this waypoint list pipeline runs o k response has a 3xx status code

func (*WaypointListPipelineRunsOK) IsServerError ¶

func (o *WaypointListPipelineRunsOK) IsServerError() bool

IsServerError returns true when this waypoint list pipeline runs o k response has a 5xx status code

func (*WaypointListPipelineRunsOK) IsSuccess ¶

func (o *WaypointListPipelineRunsOK) IsSuccess() bool

IsSuccess returns true when this waypoint list pipeline runs o k response has a 2xx status code

func (*WaypointListPipelineRunsOK) String ¶

func (o *WaypointListPipelineRunsOK) String() string

type WaypointListPipelineRunsParams ¶

type WaypointListPipelineRunsParams struct {

	/* PipelineID.

	   Reference a single pipeline by ID.
	*/
	PipelineID *string

	/* PipelineOwnerPipelineName.

	   the name of the defined pipeline config
	*/
	PipelineOwnerPipelineName string

	// PipelineOwnerProjectProject.
	PipelineOwnerProjectProject string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListPipelineRunsParams contains all the parameters to send to the API endpoint

for the waypoint list pipeline runs operation.

Typically these are written to a http.Request.

func NewWaypointListPipelineRunsParams ¶

func NewWaypointListPipelineRunsParams() *WaypointListPipelineRunsParams

NewWaypointListPipelineRunsParams creates a new WaypointListPipelineRunsParams 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 NewWaypointListPipelineRunsParamsWithContext ¶

func NewWaypointListPipelineRunsParamsWithContext(ctx context.Context) *WaypointListPipelineRunsParams

NewWaypointListPipelineRunsParamsWithContext creates a new WaypointListPipelineRunsParams object with the ability to set a context for a request.

func NewWaypointListPipelineRunsParamsWithHTTPClient ¶

func NewWaypointListPipelineRunsParamsWithHTTPClient(client *http.Client) *WaypointListPipelineRunsParams

NewWaypointListPipelineRunsParamsWithHTTPClient creates a new WaypointListPipelineRunsParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointListPipelineRunsParamsWithTimeout ¶

func NewWaypointListPipelineRunsParamsWithTimeout(timeout time.Duration) *WaypointListPipelineRunsParams

NewWaypointListPipelineRunsParamsWithTimeout creates a new WaypointListPipelineRunsParams object with the ability to set a timeout on a request.

func (*WaypointListPipelineRunsParams) SetContext ¶

func (o *WaypointListPipelineRunsParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list pipeline runs params

func (*WaypointListPipelineRunsParams) SetDefaults ¶

func (o *WaypointListPipelineRunsParams) SetDefaults()

SetDefaults hydrates default values in the waypoint list pipeline runs params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListPipelineRunsParams) SetHTTPClient ¶

func (o *WaypointListPipelineRunsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list pipeline runs params

func (*WaypointListPipelineRunsParams) SetPipelineID ¶

func (o *WaypointListPipelineRunsParams) SetPipelineID(pipelineID *string)

SetPipelineID adds the pipelineId to the waypoint list pipeline runs params

func (*WaypointListPipelineRunsParams) SetPipelineOwnerPipelineName ¶

func (o *WaypointListPipelineRunsParams) SetPipelineOwnerPipelineName(pipelineOwnerPipelineName string)

SetPipelineOwnerPipelineName adds the pipelineOwnerPipelineName to the waypoint list pipeline runs params

func (*WaypointListPipelineRunsParams) SetPipelineOwnerProjectProject ¶

func (o *WaypointListPipelineRunsParams) SetPipelineOwnerProjectProject(pipelineOwnerProjectProject string)

SetPipelineOwnerProjectProject adds the pipelineOwnerProjectProject to the waypoint list pipeline runs params

func (*WaypointListPipelineRunsParams) SetTimeout ¶

func (o *WaypointListPipelineRunsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list pipeline runs params

func (*WaypointListPipelineRunsParams) WithContext ¶

WithContext adds the context to the waypoint list pipeline runs params

func (*WaypointListPipelineRunsParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list pipeline runs params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListPipelineRunsParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list pipeline runs params

func (*WaypointListPipelineRunsParams) WithPipelineID ¶

WithPipelineID adds the pipelineID to the waypoint list pipeline runs params

func (*WaypointListPipelineRunsParams) WithPipelineOwnerPipelineName ¶

func (o *WaypointListPipelineRunsParams) WithPipelineOwnerPipelineName(pipelineOwnerPipelineName string) *WaypointListPipelineRunsParams

WithPipelineOwnerPipelineName adds the pipelineOwnerPipelineName to the waypoint list pipeline runs params

func (*WaypointListPipelineRunsParams) WithPipelineOwnerProjectProject ¶

func (o *WaypointListPipelineRunsParams) WithPipelineOwnerProjectProject(pipelineOwnerProjectProject string) *WaypointListPipelineRunsParams

WithPipelineOwnerProjectProject adds the pipelineOwnerProjectProject to the waypoint list pipeline runs params

func (*WaypointListPipelineRunsParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list pipeline runs params

func (*WaypointListPipelineRunsParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListPipelineRunsReader ¶

type WaypointListPipelineRunsReader struct {
	// contains filtered or unexported fields
}

WaypointListPipelineRunsReader is a Reader for the WaypointListPipelineRuns structure.

func (*WaypointListPipelineRunsReader) ReadResponse ¶

func (o *WaypointListPipelineRunsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListPipelinesDefault ¶

type WaypointListPipelinesDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListPipelinesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListPipelinesDefault ¶

func NewWaypointListPipelinesDefault(code int) *WaypointListPipelinesDefault

NewWaypointListPipelinesDefault creates a WaypointListPipelinesDefault with default headers values

func (*WaypointListPipelinesDefault) Code ¶

Code gets the status code for the waypoint list pipelines default response

func (*WaypointListPipelinesDefault) Error ¶

func (*WaypointListPipelinesDefault) GetPayload ¶

func (*WaypointListPipelinesDefault) IsClientError ¶

func (o *WaypointListPipelinesDefault) IsClientError() bool

IsClientError returns true when this waypoint list pipelines default response has a 4xx status code

func (*WaypointListPipelinesDefault) IsCode ¶

func (o *WaypointListPipelinesDefault) IsCode(code int) bool

IsCode returns true when this waypoint list pipelines default response a status code equal to that given

func (*WaypointListPipelinesDefault) IsRedirect ¶

func (o *WaypointListPipelinesDefault) IsRedirect() bool

IsRedirect returns true when this waypoint list pipelines default response has a 3xx status code

func (*WaypointListPipelinesDefault) IsServerError ¶

func (o *WaypointListPipelinesDefault) IsServerError() bool

IsServerError returns true when this waypoint list pipelines default response has a 5xx status code

func (*WaypointListPipelinesDefault) IsSuccess ¶

func (o *WaypointListPipelinesDefault) IsSuccess() bool

IsSuccess returns true when this waypoint list pipelines default response has a 2xx status code

func (*WaypointListPipelinesDefault) String ¶

type WaypointListPipelinesOK ¶

type WaypointListPipelinesOK struct {
	Payload *models.HashicorpWaypointListPipelinesResponse
}

WaypointListPipelinesOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListPipelinesOK ¶

func NewWaypointListPipelinesOK() *WaypointListPipelinesOK

NewWaypointListPipelinesOK creates a WaypointListPipelinesOK with default headers values

func (*WaypointListPipelinesOK) Error ¶

func (o *WaypointListPipelinesOK) Error() string

func (*WaypointListPipelinesOK) GetPayload ¶

func (*WaypointListPipelinesOK) IsClientError ¶

func (o *WaypointListPipelinesOK) IsClientError() bool

IsClientError returns true when this waypoint list pipelines o k response has a 4xx status code

func (*WaypointListPipelinesOK) IsCode ¶

func (o *WaypointListPipelinesOK) IsCode(code int) bool

IsCode returns true when this waypoint list pipelines o k response a status code equal to that given

func (*WaypointListPipelinesOK) IsRedirect ¶

func (o *WaypointListPipelinesOK) IsRedirect() bool

IsRedirect returns true when this waypoint list pipelines o k response has a 3xx status code

func (*WaypointListPipelinesOK) IsServerError ¶

func (o *WaypointListPipelinesOK) IsServerError() bool

IsServerError returns true when this waypoint list pipelines o k response has a 5xx status code

func (*WaypointListPipelinesOK) IsSuccess ¶

func (o *WaypointListPipelinesOK) IsSuccess() bool

IsSuccess returns true when this waypoint list pipelines o k response has a 2xx status code

func (*WaypointListPipelinesOK) String ¶

func (o *WaypointListPipelinesOK) String() string

type WaypointListPipelinesParams ¶

type WaypointListPipelinesParams struct {

	// ProjectProject.
	ProjectProject string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListPipelinesParams contains all the parameters to send to the API endpoint

for the waypoint list pipelines operation.

Typically these are written to a http.Request.

func NewWaypointListPipelinesParams ¶

func NewWaypointListPipelinesParams() *WaypointListPipelinesParams

NewWaypointListPipelinesParams creates a new WaypointListPipelinesParams 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 NewWaypointListPipelinesParamsWithContext ¶

func NewWaypointListPipelinesParamsWithContext(ctx context.Context) *WaypointListPipelinesParams

NewWaypointListPipelinesParamsWithContext creates a new WaypointListPipelinesParams object with the ability to set a context for a request.

func NewWaypointListPipelinesParamsWithHTTPClient ¶

func NewWaypointListPipelinesParamsWithHTTPClient(client *http.Client) *WaypointListPipelinesParams

NewWaypointListPipelinesParamsWithHTTPClient creates a new WaypointListPipelinesParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointListPipelinesParamsWithTimeout ¶

func NewWaypointListPipelinesParamsWithTimeout(timeout time.Duration) *WaypointListPipelinesParams

NewWaypointListPipelinesParamsWithTimeout creates a new WaypointListPipelinesParams object with the ability to set a timeout on a request.

func (*WaypointListPipelinesParams) SetContext ¶

func (o *WaypointListPipelinesParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list pipelines params

func (*WaypointListPipelinesParams) SetDefaults ¶

func (o *WaypointListPipelinesParams) SetDefaults()

SetDefaults hydrates default values in the waypoint list pipelines params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListPipelinesParams) SetHTTPClient ¶

func (o *WaypointListPipelinesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list pipelines params

func (*WaypointListPipelinesParams) SetProjectProject ¶

func (o *WaypointListPipelinesParams) SetProjectProject(projectProject string)

SetProjectProject adds the projectProject to the waypoint list pipelines params

func (*WaypointListPipelinesParams) SetTimeout ¶

func (o *WaypointListPipelinesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list pipelines params

func (*WaypointListPipelinesParams) WithContext ¶

WithContext adds the context to the waypoint list pipelines params

func (*WaypointListPipelinesParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list pipelines params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListPipelinesParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list pipelines params

func (*WaypointListPipelinesParams) WithProjectProject ¶

func (o *WaypointListPipelinesParams) WithProjectProject(projectProject string) *WaypointListPipelinesParams

WithProjectProject adds the projectProject to the waypoint list pipelines params

func (*WaypointListPipelinesParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list pipelines params

func (*WaypointListPipelinesParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListPipelinesReader ¶

type WaypointListPipelinesReader struct {
	// contains filtered or unexported fields
}

WaypointListPipelinesReader is a Reader for the WaypointListPipelines structure.

func (*WaypointListPipelinesReader) ReadResponse ¶

func (o *WaypointListPipelinesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListProjectsDefault ¶

type WaypointListProjectsDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListProjectsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListProjectsDefault ¶

func NewWaypointListProjectsDefault(code int) *WaypointListProjectsDefault

NewWaypointListProjectsDefault creates a WaypointListProjectsDefault with default headers values

func (*WaypointListProjectsDefault) Code ¶

func (o *WaypointListProjectsDefault) Code() int

Code gets the status code for the waypoint list projects default response

func (*WaypointListProjectsDefault) Error ¶

func (*WaypointListProjectsDefault) GetPayload ¶

func (*WaypointListProjectsDefault) IsClientError ¶

func (o *WaypointListProjectsDefault) IsClientError() bool

IsClientError returns true when this waypoint list projects default response has a 4xx status code

func (*WaypointListProjectsDefault) IsCode ¶

func (o *WaypointListProjectsDefault) IsCode(code int) bool

IsCode returns true when this waypoint list projects default response a status code equal to that given

func (*WaypointListProjectsDefault) IsRedirect ¶

func (o *WaypointListProjectsDefault) IsRedirect() bool

IsRedirect returns true when this waypoint list projects default response has a 3xx status code

func (*WaypointListProjectsDefault) IsServerError ¶

func (o *WaypointListProjectsDefault) IsServerError() bool

IsServerError returns true when this waypoint list projects default response has a 5xx status code

func (*WaypointListProjectsDefault) IsSuccess ¶

func (o *WaypointListProjectsDefault) IsSuccess() bool

IsSuccess returns true when this waypoint list projects default response has a 2xx status code

func (*WaypointListProjectsDefault) String ¶

func (o *WaypointListProjectsDefault) String() string

type WaypointListProjectsOK ¶

type WaypointListProjectsOK struct {
	Payload *models.HashicorpWaypointListProjectsResponse
}

WaypointListProjectsOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListProjectsOK ¶

func NewWaypointListProjectsOK() *WaypointListProjectsOK

NewWaypointListProjectsOK creates a WaypointListProjectsOK with default headers values

func (*WaypointListProjectsOK) Error ¶

func (o *WaypointListProjectsOK) Error() string

func (*WaypointListProjectsOK) GetPayload ¶

func (*WaypointListProjectsOK) IsClientError ¶

func (o *WaypointListProjectsOK) IsClientError() bool

IsClientError returns true when this waypoint list projects o k response has a 4xx status code

func (*WaypointListProjectsOK) IsCode ¶

func (o *WaypointListProjectsOK) IsCode(code int) bool

IsCode returns true when this waypoint list projects o k response a status code equal to that given

func (*WaypointListProjectsOK) IsRedirect ¶

func (o *WaypointListProjectsOK) IsRedirect() bool

IsRedirect returns true when this waypoint list projects o k response has a 3xx status code

func (*WaypointListProjectsOK) IsServerError ¶

func (o *WaypointListProjectsOK) IsServerError() bool

IsServerError returns true when this waypoint list projects o k response has a 5xx status code

func (*WaypointListProjectsOK) IsSuccess ¶

func (o *WaypointListProjectsOK) IsSuccess() bool

IsSuccess returns true when this waypoint list projects o k response has a 2xx status code

func (*WaypointListProjectsOK) String ¶

func (o *WaypointListProjectsOK) String() string

type WaypointListProjectsParams ¶

type WaypointListProjectsParams struct {

	/* 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
}

WaypointListProjectsParams contains all the parameters to send to the API endpoint

for the waypoint list projects operation.

Typically these are written to a http.Request.

func NewWaypointListProjectsParams ¶

func NewWaypointListProjectsParams() *WaypointListProjectsParams

NewWaypointListProjectsParams creates a new WaypointListProjectsParams 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 NewWaypointListProjectsParamsWithContext ¶

func NewWaypointListProjectsParamsWithContext(ctx context.Context) *WaypointListProjectsParams

NewWaypointListProjectsParamsWithContext creates a new WaypointListProjectsParams object with the ability to set a context for a request.

func NewWaypointListProjectsParamsWithHTTPClient ¶

func NewWaypointListProjectsParamsWithHTTPClient(client *http.Client) *WaypointListProjectsParams

NewWaypointListProjectsParamsWithHTTPClient creates a new WaypointListProjectsParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointListProjectsParamsWithTimeout ¶

func NewWaypointListProjectsParamsWithTimeout(timeout time.Duration) *WaypointListProjectsParams

NewWaypointListProjectsParamsWithTimeout creates a new WaypointListProjectsParams object with the ability to set a timeout on a request.

func (*WaypointListProjectsParams) SetContext ¶

func (o *WaypointListProjectsParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list projects params

func (*WaypointListProjectsParams) SetDefaults ¶

func (o *WaypointListProjectsParams) SetDefaults()

SetDefaults hydrates default values in the waypoint list projects params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListProjectsParams) SetHTTPClient ¶

func (o *WaypointListProjectsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list projects params

func (*WaypointListProjectsParams) SetPaginationNextPageToken ¶

func (o *WaypointListProjectsParams) SetPaginationNextPageToken(paginationNextPageToken *string)

SetPaginationNextPageToken adds the paginationNextPageToken to the waypoint list projects params

func (*WaypointListProjectsParams) SetPaginationPageSize ¶

func (o *WaypointListProjectsParams) SetPaginationPageSize(paginationPageSize *int64)

SetPaginationPageSize adds the paginationPageSize to the waypoint list projects params

func (*WaypointListProjectsParams) SetPaginationPreviousPageToken ¶

func (o *WaypointListProjectsParams) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)

SetPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint list projects params

func (*WaypointListProjectsParams) SetTimeout ¶

func (o *WaypointListProjectsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list projects params

func (*WaypointListProjectsParams) WithContext ¶

WithContext adds the context to the waypoint list projects params

func (*WaypointListProjectsParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list projects params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListProjectsParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list projects params

func (*WaypointListProjectsParams) WithPaginationNextPageToken ¶

func (o *WaypointListProjectsParams) WithPaginationNextPageToken(paginationNextPageToken *string) *WaypointListProjectsParams

WithPaginationNextPageToken adds the paginationNextPageToken to the waypoint list projects params

func (*WaypointListProjectsParams) WithPaginationPageSize ¶

func (o *WaypointListProjectsParams) WithPaginationPageSize(paginationPageSize *int64) *WaypointListProjectsParams

WithPaginationPageSize adds the paginationPageSize to the waypoint list projects params

func (*WaypointListProjectsParams) WithPaginationPreviousPageToken ¶

func (o *WaypointListProjectsParams) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *WaypointListProjectsParams

WithPaginationPreviousPageToken adds the paginationPreviousPageToken to the waypoint list projects params

func (*WaypointListProjectsParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list projects params

func (*WaypointListProjectsParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListProjectsReader ¶

type WaypointListProjectsReader struct {
	// contains filtered or unexported fields
}

WaypointListProjectsReader is a Reader for the WaypointListProjects structure.

func (*WaypointListProjectsReader) ReadResponse ¶

func (o *WaypointListProjectsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListPushedArtifacts2Default ¶

type WaypointListPushedArtifacts2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListPushedArtifacts2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListPushedArtifacts2Default ¶

func NewWaypointListPushedArtifacts2Default(code int) *WaypointListPushedArtifacts2Default

NewWaypointListPushedArtifacts2Default creates a WaypointListPushedArtifacts2Default with default headers values

func (*WaypointListPushedArtifacts2Default) Code ¶

Code gets the status code for the waypoint list pushed artifacts2 default response

func (*WaypointListPushedArtifacts2Default) Error ¶

func (*WaypointListPushedArtifacts2Default) GetPayload ¶

func (*WaypointListPushedArtifacts2Default) IsClientError ¶

func (o *WaypointListPushedArtifacts2Default) IsClientError() bool

IsClientError returns true when this waypoint list pushed artifacts2 default response has a 4xx status code

func (*WaypointListPushedArtifacts2Default) IsCode ¶

IsCode returns true when this waypoint list pushed artifacts2 default response a status code equal to that given

func (*WaypointListPushedArtifacts2Default) IsRedirect ¶

func (o *WaypointListPushedArtifacts2Default) IsRedirect() bool

IsRedirect returns true when this waypoint list pushed artifacts2 default response has a 3xx status code

func (*WaypointListPushedArtifacts2Default) IsServerError ¶

func (o *WaypointListPushedArtifacts2Default) IsServerError() bool

IsServerError returns true when this waypoint list pushed artifacts2 default response has a 5xx status code

func (*WaypointListPushedArtifacts2Default) IsSuccess ¶

IsSuccess returns true when this waypoint list pushed artifacts2 default response has a 2xx status code

func (*WaypointListPushedArtifacts2Default) String ¶

type WaypointListPushedArtifacts2OK ¶

type WaypointListPushedArtifacts2OK struct {
	Payload *models.HashicorpWaypointListPushedArtifactsResponse
}

WaypointListPushedArtifacts2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListPushedArtifacts2OK ¶

func NewWaypointListPushedArtifacts2OK() *WaypointListPushedArtifacts2OK

NewWaypointListPushedArtifacts2OK creates a WaypointListPushedArtifacts2OK with default headers values

func (*WaypointListPushedArtifacts2OK) Error ¶

func (*WaypointListPushedArtifacts2OK) GetPayload ¶

func (*WaypointListPushedArtifacts2OK) IsClientError ¶

func (o *WaypointListPushedArtifacts2OK) IsClientError() bool

IsClientError returns true when this waypoint list pushed artifacts2 o k response has a 4xx status code

func (*WaypointListPushedArtifacts2OK) IsCode ¶

func (o *WaypointListPushedArtifacts2OK) IsCode(code int) bool

IsCode returns true when this waypoint list pushed artifacts2 o k response a status code equal to that given

func (*WaypointListPushedArtifacts2OK) IsRedirect ¶

func (o *WaypointListPushedArtifacts2OK) IsRedirect() bool

IsRedirect returns true when this waypoint list pushed artifacts2 o k response has a 3xx status code

func (*WaypointListPushedArtifacts2OK) IsServerError ¶

func (o *WaypointListPushedArtifacts2OK) IsServerError() bool

IsServerError returns true when this waypoint list pushed artifacts2 o k response has a 5xx status code

func (*WaypointListPushedArtifacts2OK) IsSuccess ¶

func (o *WaypointListPushedArtifacts2OK) IsSuccess() bool

IsSuccess returns true when this waypoint list pushed artifacts2 o k response has a 2xx status code

func (*WaypointListPushedArtifacts2OK) String ¶

type WaypointListPushedArtifacts2Params ¶

type WaypointListPushedArtifacts2Params struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	/* IncludeBuild.

	     Indicate if the Build value should be returned for each
	of the artifacts as well.
	*/
	IncludeBuild *bool

	// OrderDesc.
	OrderDesc *bool

	/* OrderLimit.

	   Limit the number of results.

	   Format: int64
	*/
	OrderLimit *int64

	/* OrderOrder.

	   Order for the results.

	   Default: "UNSET"
	*/
	OrderOrder *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListPushedArtifacts2Params contains all the parameters to send to the API endpoint

for the waypoint list pushed artifacts2 operation.

Typically these are written to a http.Request.

func NewWaypointListPushedArtifacts2Params ¶

func NewWaypointListPushedArtifacts2Params() *WaypointListPushedArtifacts2Params

NewWaypointListPushedArtifacts2Params creates a new WaypointListPushedArtifacts2Params 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 NewWaypointListPushedArtifacts2ParamsWithContext ¶

func NewWaypointListPushedArtifacts2ParamsWithContext(ctx context.Context) *WaypointListPushedArtifacts2Params

NewWaypointListPushedArtifacts2ParamsWithContext creates a new WaypointListPushedArtifacts2Params object with the ability to set a context for a request.

func NewWaypointListPushedArtifacts2ParamsWithHTTPClient ¶

func NewWaypointListPushedArtifacts2ParamsWithHTTPClient(client *http.Client) *WaypointListPushedArtifacts2Params

NewWaypointListPushedArtifacts2ParamsWithHTTPClient creates a new WaypointListPushedArtifacts2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointListPushedArtifacts2ParamsWithTimeout ¶

func NewWaypointListPushedArtifacts2ParamsWithTimeout(timeout time.Duration) *WaypointListPushedArtifacts2Params

NewWaypointListPushedArtifacts2ParamsWithTimeout creates a new WaypointListPushedArtifacts2Params object with the ability to set a timeout on a request.

func (*WaypointListPushedArtifacts2Params) SetApplicationApplication ¶

func (o *WaypointListPushedArtifacts2Params) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint list pushed artifacts2 params

func (*WaypointListPushedArtifacts2Params) SetApplicationProject ¶

func (o *WaypointListPushedArtifacts2Params) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint list pushed artifacts2 params

func (*WaypointListPushedArtifacts2Params) SetContext ¶

SetContext adds the context to the waypoint list pushed artifacts2 params

func (*WaypointListPushedArtifacts2Params) SetDefaults ¶

func (o *WaypointListPushedArtifacts2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint list pushed artifacts2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListPushedArtifacts2Params) SetHTTPClient ¶

func (o *WaypointListPushedArtifacts2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list pushed artifacts2 params

func (*WaypointListPushedArtifacts2Params) SetIncludeBuild ¶

func (o *WaypointListPushedArtifacts2Params) SetIncludeBuild(includeBuild *bool)

SetIncludeBuild adds the includeBuild to the waypoint list pushed artifacts2 params

func (*WaypointListPushedArtifacts2Params) SetOrderDesc ¶

func (o *WaypointListPushedArtifacts2Params) SetOrderDesc(orderDesc *bool)

SetOrderDesc adds the orderDesc to the waypoint list pushed artifacts2 params

func (*WaypointListPushedArtifacts2Params) SetOrderLimit ¶

func (o *WaypointListPushedArtifacts2Params) SetOrderLimit(orderLimit *int64)

SetOrderLimit adds the orderLimit to the waypoint list pushed artifacts2 params

func (*WaypointListPushedArtifacts2Params) SetOrderOrder ¶

func (o *WaypointListPushedArtifacts2Params) SetOrderOrder(orderOrder *string)

SetOrderOrder adds the orderOrder to the waypoint list pushed artifacts2 params

func (*WaypointListPushedArtifacts2Params) SetTimeout ¶

func (o *WaypointListPushedArtifacts2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list pushed artifacts2 params

func (*WaypointListPushedArtifacts2Params) SetWorkspaceWorkspace ¶

func (o *WaypointListPushedArtifacts2Params) SetWorkspaceWorkspace(workspaceWorkspace string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list pushed artifacts2 params

func (*WaypointListPushedArtifacts2Params) WithApplicationApplication ¶

func (o *WaypointListPushedArtifacts2Params) WithApplicationApplication(applicationApplication string) *WaypointListPushedArtifacts2Params

WithApplicationApplication adds the applicationApplication to the waypoint list pushed artifacts2 params

func (*WaypointListPushedArtifacts2Params) WithApplicationProject ¶

func (o *WaypointListPushedArtifacts2Params) WithApplicationProject(applicationProject string) *WaypointListPushedArtifacts2Params

WithApplicationProject adds the applicationProject to the waypoint list pushed artifacts2 params

func (*WaypointListPushedArtifacts2Params) WithContext ¶

WithContext adds the context to the waypoint list pushed artifacts2 params

func (*WaypointListPushedArtifacts2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list pushed artifacts2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListPushedArtifacts2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list pushed artifacts2 params

func (*WaypointListPushedArtifacts2Params) WithIncludeBuild ¶

WithIncludeBuild adds the includeBuild to the waypoint list pushed artifacts2 params

func (*WaypointListPushedArtifacts2Params) WithOrderDesc ¶

WithOrderDesc adds the orderDesc to the waypoint list pushed artifacts2 params

func (*WaypointListPushedArtifacts2Params) WithOrderLimit ¶

WithOrderLimit adds the orderLimit to the waypoint list pushed artifacts2 params

func (*WaypointListPushedArtifacts2Params) WithOrderOrder ¶

WithOrderOrder adds the orderOrder to the waypoint list pushed artifacts2 params

func (*WaypointListPushedArtifacts2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list pushed artifacts2 params

func (*WaypointListPushedArtifacts2Params) WithWorkspaceWorkspace ¶

func (o *WaypointListPushedArtifacts2Params) WithWorkspaceWorkspace(workspaceWorkspace string) *WaypointListPushedArtifacts2Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list pushed artifacts2 params

func (*WaypointListPushedArtifacts2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListPushedArtifacts2Reader ¶

type WaypointListPushedArtifacts2Reader struct {
	// contains filtered or unexported fields
}

WaypointListPushedArtifacts2Reader is a Reader for the WaypointListPushedArtifacts2 structure.

func (*WaypointListPushedArtifacts2Reader) ReadResponse ¶

func (o *WaypointListPushedArtifacts2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListPushedArtifactsDefault ¶

type WaypointListPushedArtifactsDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListPushedArtifactsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListPushedArtifactsDefault ¶

func NewWaypointListPushedArtifactsDefault(code int) *WaypointListPushedArtifactsDefault

NewWaypointListPushedArtifactsDefault creates a WaypointListPushedArtifactsDefault with default headers values

func (*WaypointListPushedArtifactsDefault) Code ¶

Code gets the status code for the waypoint list pushed artifacts default response

func (*WaypointListPushedArtifactsDefault) Error ¶

func (*WaypointListPushedArtifactsDefault) GetPayload ¶

func (*WaypointListPushedArtifactsDefault) IsClientError ¶

func (o *WaypointListPushedArtifactsDefault) IsClientError() bool

IsClientError returns true when this waypoint list pushed artifacts default response has a 4xx status code

func (*WaypointListPushedArtifactsDefault) IsCode ¶

IsCode returns true when this waypoint list pushed artifacts default response a status code equal to that given

func (*WaypointListPushedArtifactsDefault) IsRedirect ¶

func (o *WaypointListPushedArtifactsDefault) IsRedirect() bool

IsRedirect returns true when this waypoint list pushed artifacts default response has a 3xx status code

func (*WaypointListPushedArtifactsDefault) IsServerError ¶

func (o *WaypointListPushedArtifactsDefault) IsServerError() bool

IsServerError returns true when this waypoint list pushed artifacts default response has a 5xx status code

func (*WaypointListPushedArtifactsDefault) IsSuccess ¶

IsSuccess returns true when this waypoint list pushed artifacts default response has a 2xx status code

func (*WaypointListPushedArtifactsDefault) String ¶

type WaypointListPushedArtifactsOK ¶

type WaypointListPushedArtifactsOK struct {
	Payload *models.HashicorpWaypointListPushedArtifactsResponse
}

WaypointListPushedArtifactsOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListPushedArtifactsOK ¶

func NewWaypointListPushedArtifactsOK() *WaypointListPushedArtifactsOK

NewWaypointListPushedArtifactsOK creates a WaypointListPushedArtifactsOK with default headers values

func (*WaypointListPushedArtifactsOK) Error ¶

func (*WaypointListPushedArtifactsOK) GetPayload ¶

func (*WaypointListPushedArtifactsOK) IsClientError ¶

func (o *WaypointListPushedArtifactsOK) IsClientError() bool

IsClientError returns true when this waypoint list pushed artifacts o k response has a 4xx status code

func (*WaypointListPushedArtifactsOK) IsCode ¶

func (o *WaypointListPushedArtifactsOK) IsCode(code int) bool

IsCode returns true when this waypoint list pushed artifacts o k response a status code equal to that given

func (*WaypointListPushedArtifactsOK) IsRedirect ¶

func (o *WaypointListPushedArtifactsOK) IsRedirect() bool

IsRedirect returns true when this waypoint list pushed artifacts o k response has a 3xx status code

func (*WaypointListPushedArtifactsOK) IsServerError ¶

func (o *WaypointListPushedArtifactsOK) IsServerError() bool

IsServerError returns true when this waypoint list pushed artifacts o k response has a 5xx status code

func (*WaypointListPushedArtifactsOK) IsSuccess ¶

func (o *WaypointListPushedArtifactsOK) IsSuccess() bool

IsSuccess returns true when this waypoint list pushed artifacts o k response has a 2xx status code

func (*WaypointListPushedArtifactsOK) String ¶

type WaypointListPushedArtifactsParams ¶

type WaypointListPushedArtifactsParams struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	/* IncludeBuild.

	     Indicate if the Build value should be returned for each
	of the artifacts as well.
	*/
	IncludeBuild *bool

	// OrderDesc.
	OrderDesc *bool

	/* OrderLimit.

	   Limit the number of results.

	   Format: int64
	*/
	OrderLimit *int64

	/* OrderOrder.

	   Order for the results.

	   Default: "UNSET"
	*/
	OrderOrder *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListPushedArtifactsParams contains all the parameters to send to the API endpoint

for the waypoint list pushed artifacts operation.

Typically these are written to a http.Request.

func NewWaypointListPushedArtifactsParams ¶

func NewWaypointListPushedArtifactsParams() *WaypointListPushedArtifactsParams

NewWaypointListPushedArtifactsParams creates a new WaypointListPushedArtifactsParams 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 NewWaypointListPushedArtifactsParamsWithContext ¶

func NewWaypointListPushedArtifactsParamsWithContext(ctx context.Context) *WaypointListPushedArtifactsParams

NewWaypointListPushedArtifactsParamsWithContext creates a new WaypointListPushedArtifactsParams object with the ability to set a context for a request.

func NewWaypointListPushedArtifactsParamsWithHTTPClient ¶

func NewWaypointListPushedArtifactsParamsWithHTTPClient(client *http.Client) *WaypointListPushedArtifactsParams

NewWaypointListPushedArtifactsParamsWithHTTPClient creates a new WaypointListPushedArtifactsParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointListPushedArtifactsParamsWithTimeout ¶

func NewWaypointListPushedArtifactsParamsWithTimeout(timeout time.Duration) *WaypointListPushedArtifactsParams

NewWaypointListPushedArtifactsParamsWithTimeout creates a new WaypointListPushedArtifactsParams object with the ability to set a timeout on a request.

func (*WaypointListPushedArtifactsParams) SetApplicationApplication ¶

func (o *WaypointListPushedArtifactsParams) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint list pushed artifacts params

func (*WaypointListPushedArtifactsParams) SetApplicationProject ¶

func (o *WaypointListPushedArtifactsParams) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint list pushed artifacts params

func (*WaypointListPushedArtifactsParams) SetContext ¶

SetContext adds the context to the waypoint list pushed artifacts params

func (*WaypointListPushedArtifactsParams) SetDefaults ¶

func (o *WaypointListPushedArtifactsParams) SetDefaults()

SetDefaults hydrates default values in the waypoint list pushed artifacts params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListPushedArtifactsParams) SetHTTPClient ¶

func (o *WaypointListPushedArtifactsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list pushed artifacts params

func (*WaypointListPushedArtifactsParams) SetIncludeBuild ¶

func (o *WaypointListPushedArtifactsParams) SetIncludeBuild(includeBuild *bool)

SetIncludeBuild adds the includeBuild to the waypoint list pushed artifacts params

func (*WaypointListPushedArtifactsParams) SetOrderDesc ¶

func (o *WaypointListPushedArtifactsParams) SetOrderDesc(orderDesc *bool)

SetOrderDesc adds the orderDesc to the waypoint list pushed artifacts params

func (*WaypointListPushedArtifactsParams) SetOrderLimit ¶

func (o *WaypointListPushedArtifactsParams) SetOrderLimit(orderLimit *int64)

SetOrderLimit adds the orderLimit to the waypoint list pushed artifacts params

func (*WaypointListPushedArtifactsParams) SetOrderOrder ¶

func (o *WaypointListPushedArtifactsParams) SetOrderOrder(orderOrder *string)

SetOrderOrder adds the orderOrder to the waypoint list pushed artifacts params

func (*WaypointListPushedArtifactsParams) SetTimeout ¶

func (o *WaypointListPushedArtifactsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list pushed artifacts params

func (*WaypointListPushedArtifactsParams) SetWorkspaceWorkspace ¶

func (o *WaypointListPushedArtifactsParams) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list pushed artifacts params

func (*WaypointListPushedArtifactsParams) WithApplicationApplication ¶

func (o *WaypointListPushedArtifactsParams) WithApplicationApplication(applicationApplication string) *WaypointListPushedArtifactsParams

WithApplicationApplication adds the applicationApplication to the waypoint list pushed artifacts params

func (*WaypointListPushedArtifactsParams) WithApplicationProject ¶

func (o *WaypointListPushedArtifactsParams) WithApplicationProject(applicationProject string) *WaypointListPushedArtifactsParams

WithApplicationProject adds the applicationProject to the waypoint list pushed artifacts params

func (*WaypointListPushedArtifactsParams) WithContext ¶

WithContext adds the context to the waypoint list pushed artifacts params

func (*WaypointListPushedArtifactsParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list pushed artifacts params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListPushedArtifactsParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list pushed artifacts params

func (*WaypointListPushedArtifactsParams) WithIncludeBuild ¶

func (o *WaypointListPushedArtifactsParams) WithIncludeBuild(includeBuild *bool) *WaypointListPushedArtifactsParams

WithIncludeBuild adds the includeBuild to the waypoint list pushed artifacts params

func (*WaypointListPushedArtifactsParams) WithOrderDesc ¶

WithOrderDesc adds the orderDesc to the waypoint list pushed artifacts params

func (*WaypointListPushedArtifactsParams) WithOrderLimit ¶

WithOrderLimit adds the orderLimit to the waypoint list pushed artifacts params

func (*WaypointListPushedArtifactsParams) WithOrderOrder ¶

WithOrderOrder adds the orderOrder to the waypoint list pushed artifacts params

func (*WaypointListPushedArtifactsParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list pushed artifacts params

func (*WaypointListPushedArtifactsParams) WithWorkspaceWorkspace ¶

func (o *WaypointListPushedArtifactsParams) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointListPushedArtifactsParams

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list pushed artifacts params

func (*WaypointListPushedArtifactsParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListPushedArtifactsReader ¶

type WaypointListPushedArtifactsReader struct {
	// contains filtered or unexported fields
}

WaypointListPushedArtifactsReader is a Reader for the WaypointListPushedArtifacts structure.

func (*WaypointListPushedArtifactsReader) ReadResponse ¶

func (o *WaypointListPushedArtifactsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListReleases2Default ¶

type WaypointListReleases2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListReleases2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListReleases2Default ¶

func NewWaypointListReleases2Default(code int) *WaypointListReleases2Default

NewWaypointListReleases2Default creates a WaypointListReleases2Default with default headers values

func (*WaypointListReleases2Default) Code ¶

Code gets the status code for the waypoint list releases2 default response

func (*WaypointListReleases2Default) Error ¶

func (*WaypointListReleases2Default) GetPayload ¶

func (*WaypointListReleases2Default) IsClientError ¶

func (o *WaypointListReleases2Default) IsClientError() bool

IsClientError returns true when this waypoint list releases2 default response has a 4xx status code

func (*WaypointListReleases2Default) IsCode ¶

func (o *WaypointListReleases2Default) IsCode(code int) bool

IsCode returns true when this waypoint list releases2 default response a status code equal to that given

func (*WaypointListReleases2Default) IsRedirect ¶

func (o *WaypointListReleases2Default) IsRedirect() bool

IsRedirect returns true when this waypoint list releases2 default response has a 3xx status code

func (*WaypointListReleases2Default) IsServerError ¶

func (o *WaypointListReleases2Default) IsServerError() bool

IsServerError returns true when this waypoint list releases2 default response has a 5xx status code

func (*WaypointListReleases2Default) IsSuccess ¶

func (o *WaypointListReleases2Default) IsSuccess() bool

IsSuccess returns true when this waypoint list releases2 default response has a 2xx status code

func (*WaypointListReleases2Default) String ¶

type WaypointListReleases2OK ¶

type WaypointListReleases2OK struct {
	Payload *models.HashicorpWaypointListReleasesResponse
}

WaypointListReleases2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListReleases2OK ¶

func NewWaypointListReleases2OK() *WaypointListReleases2OK

NewWaypointListReleases2OK creates a WaypointListReleases2OK with default headers values

func (*WaypointListReleases2OK) Error ¶

func (o *WaypointListReleases2OK) Error() string

func (*WaypointListReleases2OK) GetPayload ¶

func (*WaypointListReleases2OK) IsClientError ¶

func (o *WaypointListReleases2OK) IsClientError() bool

IsClientError returns true when this waypoint list releases2 o k response has a 4xx status code

func (*WaypointListReleases2OK) IsCode ¶

func (o *WaypointListReleases2OK) IsCode(code int) bool

IsCode returns true when this waypoint list releases2 o k response a status code equal to that given

func (*WaypointListReleases2OK) IsRedirect ¶

func (o *WaypointListReleases2OK) IsRedirect() bool

IsRedirect returns true when this waypoint list releases2 o k response has a 3xx status code

func (*WaypointListReleases2OK) IsServerError ¶

func (o *WaypointListReleases2OK) IsServerError() bool

IsServerError returns true when this waypoint list releases2 o k response has a 5xx status code

func (*WaypointListReleases2OK) IsSuccess ¶

func (o *WaypointListReleases2OK) IsSuccess() bool

IsSuccess returns true when this waypoint list releases2 o k response has a 2xx status code

func (*WaypointListReleases2OK) String ¶

func (o *WaypointListReleases2OK) String() string

type WaypointListReleases2Params ¶

type WaypointListReleases2Params struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	/* LoadDetails.

	     Load additional details about the release. These will become available
	in the Preload section.

	     Default: "NONE"
	*/
	LoadDetails *string

	// OrderDesc.
	OrderDesc *bool

	/* OrderLimit.

	   Limit the number of results.

	   Format: int64
	*/
	OrderLimit *int64

	/* OrderOrder.

	   Order for the results.

	   Default: "UNSET"
	*/
	OrderOrder *string

	/* PhysicalState.

	     The physical state to filter for. If this is zero or unset then no
	filtering on physical state will be done.

	     Default: "UNKNOWN"
	*/
	PhysicalState *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListReleases2Params contains all the parameters to send to the API endpoint

for the waypoint list releases2 operation.

Typically these are written to a http.Request.

func NewWaypointListReleases2Params ¶

func NewWaypointListReleases2Params() *WaypointListReleases2Params

NewWaypointListReleases2Params creates a new WaypointListReleases2Params 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 NewWaypointListReleases2ParamsWithContext ¶

func NewWaypointListReleases2ParamsWithContext(ctx context.Context) *WaypointListReleases2Params

NewWaypointListReleases2ParamsWithContext creates a new WaypointListReleases2Params object with the ability to set a context for a request.

func NewWaypointListReleases2ParamsWithHTTPClient ¶

func NewWaypointListReleases2ParamsWithHTTPClient(client *http.Client) *WaypointListReleases2Params

NewWaypointListReleases2ParamsWithHTTPClient creates a new WaypointListReleases2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointListReleases2ParamsWithTimeout ¶

func NewWaypointListReleases2ParamsWithTimeout(timeout time.Duration) *WaypointListReleases2Params

NewWaypointListReleases2ParamsWithTimeout creates a new WaypointListReleases2Params object with the ability to set a timeout on a request.

func (*WaypointListReleases2Params) SetApplicationApplication ¶

func (o *WaypointListReleases2Params) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint list releases2 params

func (*WaypointListReleases2Params) SetApplicationProject ¶

func (o *WaypointListReleases2Params) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint list releases2 params

func (*WaypointListReleases2Params) SetContext ¶

func (o *WaypointListReleases2Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list releases2 params

func (*WaypointListReleases2Params) SetDefaults ¶

func (o *WaypointListReleases2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint list releases2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListReleases2Params) SetHTTPClient ¶

func (o *WaypointListReleases2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list releases2 params

func (*WaypointListReleases2Params) SetLoadDetails ¶

func (o *WaypointListReleases2Params) SetLoadDetails(loadDetails *string)

SetLoadDetails adds the loadDetails to the waypoint list releases2 params

func (*WaypointListReleases2Params) SetOrderDesc ¶

func (o *WaypointListReleases2Params) SetOrderDesc(orderDesc *bool)

SetOrderDesc adds the orderDesc to the waypoint list releases2 params

func (*WaypointListReleases2Params) SetOrderLimit ¶

func (o *WaypointListReleases2Params) SetOrderLimit(orderLimit *int64)

SetOrderLimit adds the orderLimit to the waypoint list releases2 params

func (*WaypointListReleases2Params) SetOrderOrder ¶

func (o *WaypointListReleases2Params) SetOrderOrder(orderOrder *string)

SetOrderOrder adds the orderOrder to the waypoint list releases2 params

func (*WaypointListReleases2Params) SetPhysicalState ¶

func (o *WaypointListReleases2Params) SetPhysicalState(physicalState *string)

SetPhysicalState adds the physicalState to the waypoint list releases2 params

func (*WaypointListReleases2Params) SetTimeout ¶

func (o *WaypointListReleases2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list releases2 params

func (*WaypointListReleases2Params) SetWorkspaceWorkspace ¶

func (o *WaypointListReleases2Params) SetWorkspaceWorkspace(workspaceWorkspace string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list releases2 params

func (*WaypointListReleases2Params) WithApplicationApplication ¶

func (o *WaypointListReleases2Params) WithApplicationApplication(applicationApplication string) *WaypointListReleases2Params

WithApplicationApplication adds the applicationApplication to the waypoint list releases2 params

func (*WaypointListReleases2Params) WithApplicationProject ¶

func (o *WaypointListReleases2Params) WithApplicationProject(applicationProject string) *WaypointListReleases2Params

WithApplicationProject adds the applicationProject to the waypoint list releases2 params

func (*WaypointListReleases2Params) WithContext ¶

WithContext adds the context to the waypoint list releases2 params

func (*WaypointListReleases2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list releases2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListReleases2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list releases2 params

func (*WaypointListReleases2Params) WithLoadDetails ¶

func (o *WaypointListReleases2Params) WithLoadDetails(loadDetails *string) *WaypointListReleases2Params

WithLoadDetails adds the loadDetails to the waypoint list releases2 params

func (*WaypointListReleases2Params) WithOrderDesc ¶

func (o *WaypointListReleases2Params) WithOrderDesc(orderDesc *bool) *WaypointListReleases2Params

WithOrderDesc adds the orderDesc to the waypoint list releases2 params

func (*WaypointListReleases2Params) WithOrderLimit ¶

func (o *WaypointListReleases2Params) WithOrderLimit(orderLimit *int64) *WaypointListReleases2Params

WithOrderLimit adds the orderLimit to the waypoint list releases2 params

func (*WaypointListReleases2Params) WithOrderOrder ¶

func (o *WaypointListReleases2Params) WithOrderOrder(orderOrder *string) *WaypointListReleases2Params

WithOrderOrder adds the orderOrder to the waypoint list releases2 params

func (*WaypointListReleases2Params) WithPhysicalState ¶

func (o *WaypointListReleases2Params) WithPhysicalState(physicalState *string) *WaypointListReleases2Params

WithPhysicalState adds the physicalState to the waypoint list releases2 params

func (*WaypointListReleases2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list releases2 params

func (*WaypointListReleases2Params) WithWorkspaceWorkspace ¶

func (o *WaypointListReleases2Params) WithWorkspaceWorkspace(workspaceWorkspace string) *WaypointListReleases2Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list releases2 params

func (*WaypointListReleases2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListReleases2Reader ¶

type WaypointListReleases2Reader struct {
	// contains filtered or unexported fields
}

WaypointListReleases2Reader is a Reader for the WaypointListReleases2 structure.

func (*WaypointListReleases2Reader) ReadResponse ¶

func (o *WaypointListReleases2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListReleasesDefault ¶

type WaypointListReleasesDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListReleasesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListReleasesDefault ¶

func NewWaypointListReleasesDefault(code int) *WaypointListReleasesDefault

NewWaypointListReleasesDefault creates a WaypointListReleasesDefault with default headers values

func (*WaypointListReleasesDefault) Code ¶

func (o *WaypointListReleasesDefault) Code() int

Code gets the status code for the waypoint list releases default response

func (*WaypointListReleasesDefault) Error ¶

func (*WaypointListReleasesDefault) GetPayload ¶

func (*WaypointListReleasesDefault) IsClientError ¶

func (o *WaypointListReleasesDefault) IsClientError() bool

IsClientError returns true when this waypoint list releases default response has a 4xx status code

func (*WaypointListReleasesDefault) IsCode ¶

func (o *WaypointListReleasesDefault) IsCode(code int) bool

IsCode returns true when this waypoint list releases default response a status code equal to that given

func (*WaypointListReleasesDefault) IsRedirect ¶

func (o *WaypointListReleasesDefault) IsRedirect() bool

IsRedirect returns true when this waypoint list releases default response has a 3xx status code

func (*WaypointListReleasesDefault) IsServerError ¶

func (o *WaypointListReleasesDefault) IsServerError() bool

IsServerError returns true when this waypoint list releases default response has a 5xx status code

func (*WaypointListReleasesDefault) IsSuccess ¶

func (o *WaypointListReleasesDefault) IsSuccess() bool

IsSuccess returns true when this waypoint list releases default response has a 2xx status code

func (*WaypointListReleasesDefault) String ¶

func (o *WaypointListReleasesDefault) String() string

type WaypointListReleasesOK ¶

type WaypointListReleasesOK struct {
	Payload *models.HashicorpWaypointListReleasesResponse
}

WaypointListReleasesOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListReleasesOK ¶

func NewWaypointListReleasesOK() *WaypointListReleasesOK

NewWaypointListReleasesOK creates a WaypointListReleasesOK with default headers values

func (*WaypointListReleasesOK) Error ¶

func (o *WaypointListReleasesOK) Error() string

func (*WaypointListReleasesOK) GetPayload ¶

func (*WaypointListReleasesOK) IsClientError ¶

func (o *WaypointListReleasesOK) IsClientError() bool

IsClientError returns true when this waypoint list releases o k response has a 4xx status code

func (*WaypointListReleasesOK) IsCode ¶

func (o *WaypointListReleasesOK) IsCode(code int) bool

IsCode returns true when this waypoint list releases o k response a status code equal to that given

func (*WaypointListReleasesOK) IsRedirect ¶

func (o *WaypointListReleasesOK) IsRedirect() bool

IsRedirect returns true when this waypoint list releases o k response has a 3xx status code

func (*WaypointListReleasesOK) IsServerError ¶

func (o *WaypointListReleasesOK) IsServerError() bool

IsServerError returns true when this waypoint list releases o k response has a 5xx status code

func (*WaypointListReleasesOK) IsSuccess ¶

func (o *WaypointListReleasesOK) IsSuccess() bool

IsSuccess returns true when this waypoint list releases o k response has a 2xx status code

func (*WaypointListReleasesOK) String ¶

func (o *WaypointListReleasesOK) String() string

type WaypointListReleasesParams ¶

type WaypointListReleasesParams struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	/* LoadDetails.

	     Load additional details about the release. These will become available
	in the Preload section.

	     Default: "NONE"
	*/
	LoadDetails *string

	// OrderDesc.
	OrderDesc *bool

	/* OrderLimit.

	   Limit the number of results.

	   Format: int64
	*/
	OrderLimit *int64

	/* OrderOrder.

	   Order for the results.

	   Default: "UNSET"
	*/
	OrderOrder *string

	/* PhysicalState.

	     The physical state to filter for. If this is zero or unset then no
	filtering on physical state will be done.

	     Default: "UNKNOWN"
	*/
	PhysicalState *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListReleasesParams contains all the parameters to send to the API endpoint

for the waypoint list releases operation.

Typically these are written to a http.Request.

func NewWaypointListReleasesParams ¶

func NewWaypointListReleasesParams() *WaypointListReleasesParams

NewWaypointListReleasesParams creates a new WaypointListReleasesParams 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 NewWaypointListReleasesParamsWithContext ¶

func NewWaypointListReleasesParamsWithContext(ctx context.Context) *WaypointListReleasesParams

NewWaypointListReleasesParamsWithContext creates a new WaypointListReleasesParams object with the ability to set a context for a request.

func NewWaypointListReleasesParamsWithHTTPClient ¶

func NewWaypointListReleasesParamsWithHTTPClient(client *http.Client) *WaypointListReleasesParams

NewWaypointListReleasesParamsWithHTTPClient creates a new WaypointListReleasesParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointListReleasesParamsWithTimeout ¶

func NewWaypointListReleasesParamsWithTimeout(timeout time.Duration) *WaypointListReleasesParams

NewWaypointListReleasesParamsWithTimeout creates a new WaypointListReleasesParams object with the ability to set a timeout on a request.

func (*WaypointListReleasesParams) SetApplicationApplication ¶

func (o *WaypointListReleasesParams) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint list releases params

func (*WaypointListReleasesParams) SetApplicationProject ¶

func (o *WaypointListReleasesParams) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint list releases params

func (*WaypointListReleasesParams) SetContext ¶

func (o *WaypointListReleasesParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list releases params

func (*WaypointListReleasesParams) SetDefaults ¶

func (o *WaypointListReleasesParams) SetDefaults()

SetDefaults hydrates default values in the waypoint list releases params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListReleasesParams) SetHTTPClient ¶

func (o *WaypointListReleasesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list releases params

func (*WaypointListReleasesParams) SetLoadDetails ¶

func (o *WaypointListReleasesParams) SetLoadDetails(loadDetails *string)

SetLoadDetails adds the loadDetails to the waypoint list releases params

func (*WaypointListReleasesParams) SetOrderDesc ¶

func (o *WaypointListReleasesParams) SetOrderDesc(orderDesc *bool)

SetOrderDesc adds the orderDesc to the waypoint list releases params

func (*WaypointListReleasesParams) SetOrderLimit ¶

func (o *WaypointListReleasesParams) SetOrderLimit(orderLimit *int64)

SetOrderLimit adds the orderLimit to the waypoint list releases params

func (*WaypointListReleasesParams) SetOrderOrder ¶

func (o *WaypointListReleasesParams) SetOrderOrder(orderOrder *string)

SetOrderOrder adds the orderOrder to the waypoint list releases params

func (*WaypointListReleasesParams) SetPhysicalState ¶

func (o *WaypointListReleasesParams) SetPhysicalState(physicalState *string)

SetPhysicalState adds the physicalState to the waypoint list releases params

func (*WaypointListReleasesParams) SetTimeout ¶

func (o *WaypointListReleasesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list releases params

func (*WaypointListReleasesParams) SetWorkspaceWorkspace ¶

func (o *WaypointListReleasesParams) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list releases params

func (*WaypointListReleasesParams) WithApplicationApplication ¶

func (o *WaypointListReleasesParams) WithApplicationApplication(applicationApplication string) *WaypointListReleasesParams

WithApplicationApplication adds the applicationApplication to the waypoint list releases params

func (*WaypointListReleasesParams) WithApplicationProject ¶

func (o *WaypointListReleasesParams) WithApplicationProject(applicationProject string) *WaypointListReleasesParams

WithApplicationProject adds the applicationProject to the waypoint list releases params

func (*WaypointListReleasesParams) WithContext ¶

WithContext adds the context to the waypoint list releases params

func (*WaypointListReleasesParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list releases params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListReleasesParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list releases params

func (*WaypointListReleasesParams) WithLoadDetails ¶

func (o *WaypointListReleasesParams) WithLoadDetails(loadDetails *string) *WaypointListReleasesParams

WithLoadDetails adds the loadDetails to the waypoint list releases params

func (*WaypointListReleasesParams) WithOrderDesc ¶

func (o *WaypointListReleasesParams) WithOrderDesc(orderDesc *bool) *WaypointListReleasesParams

WithOrderDesc adds the orderDesc to the waypoint list releases params

func (*WaypointListReleasesParams) WithOrderLimit ¶

func (o *WaypointListReleasesParams) WithOrderLimit(orderLimit *int64) *WaypointListReleasesParams

WithOrderLimit adds the orderLimit to the waypoint list releases params

func (*WaypointListReleasesParams) WithOrderOrder ¶

func (o *WaypointListReleasesParams) WithOrderOrder(orderOrder *string) *WaypointListReleasesParams

WithOrderOrder adds the orderOrder to the waypoint list releases params

func (*WaypointListReleasesParams) WithPhysicalState ¶

func (o *WaypointListReleasesParams) WithPhysicalState(physicalState *string) *WaypointListReleasesParams

WithPhysicalState adds the physicalState to the waypoint list releases params

func (*WaypointListReleasesParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list releases params

func (*WaypointListReleasesParams) WithWorkspaceWorkspace ¶

func (o *WaypointListReleasesParams) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointListReleasesParams

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list releases params

func (*WaypointListReleasesParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListReleasesReader ¶

type WaypointListReleasesReader struct {
	// contains filtered or unexported fields
}

WaypointListReleasesReader is a Reader for the WaypointListReleases structure.

func (*WaypointListReleasesReader) ReadResponse ¶

func (o *WaypointListReleasesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListRunnersDefault ¶

type WaypointListRunnersDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListRunnersDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListRunnersDefault ¶

func NewWaypointListRunnersDefault(code int) *WaypointListRunnersDefault

NewWaypointListRunnersDefault creates a WaypointListRunnersDefault with default headers values

func (*WaypointListRunnersDefault) Code ¶

func (o *WaypointListRunnersDefault) Code() int

Code gets the status code for the waypoint list runners default response

func (*WaypointListRunnersDefault) Error ¶

func (*WaypointListRunnersDefault) GetPayload ¶

func (*WaypointListRunnersDefault) IsClientError ¶

func (o *WaypointListRunnersDefault) IsClientError() bool

IsClientError returns true when this waypoint list runners default response has a 4xx status code

func (*WaypointListRunnersDefault) IsCode ¶

func (o *WaypointListRunnersDefault) IsCode(code int) bool

IsCode returns true when this waypoint list runners default response a status code equal to that given

func (*WaypointListRunnersDefault) IsRedirect ¶

func (o *WaypointListRunnersDefault) IsRedirect() bool

IsRedirect returns true when this waypoint list runners default response has a 3xx status code

func (*WaypointListRunnersDefault) IsServerError ¶

func (o *WaypointListRunnersDefault) IsServerError() bool

IsServerError returns true when this waypoint list runners default response has a 5xx status code

func (*WaypointListRunnersDefault) IsSuccess ¶

func (o *WaypointListRunnersDefault) IsSuccess() bool

IsSuccess returns true when this waypoint list runners default response has a 2xx status code

func (*WaypointListRunnersDefault) String ¶

func (o *WaypointListRunnersDefault) String() string

type WaypointListRunnersOK ¶

type WaypointListRunnersOK struct {
	Payload *models.HashicorpWaypointListRunnersResponse
}

WaypointListRunnersOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListRunnersOK ¶

func NewWaypointListRunnersOK() *WaypointListRunnersOK

NewWaypointListRunnersOK creates a WaypointListRunnersOK with default headers values

func (*WaypointListRunnersOK) Error ¶

func (o *WaypointListRunnersOK) Error() string

func (*WaypointListRunnersOK) GetPayload ¶

func (*WaypointListRunnersOK) IsClientError ¶

func (o *WaypointListRunnersOK) IsClientError() bool

IsClientError returns true when this waypoint list runners o k response has a 4xx status code

func (*WaypointListRunnersOK) IsCode ¶

func (o *WaypointListRunnersOK) IsCode(code int) bool

IsCode returns true when this waypoint list runners o k response a status code equal to that given

func (*WaypointListRunnersOK) IsRedirect ¶

func (o *WaypointListRunnersOK) IsRedirect() bool

IsRedirect returns true when this waypoint list runners o k response has a 3xx status code

func (*WaypointListRunnersOK) IsServerError ¶

func (o *WaypointListRunnersOK) IsServerError() bool

IsServerError returns true when this waypoint list runners o k response has a 5xx status code

func (*WaypointListRunnersOK) IsSuccess ¶

func (o *WaypointListRunnersOK) IsSuccess() bool

IsSuccess returns true when this waypoint list runners o k response has a 2xx status code

func (*WaypointListRunnersOK) String ¶

func (o *WaypointListRunnersOK) String() string

type WaypointListRunnersParams ¶

type WaypointListRunnersParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListRunnersParams contains all the parameters to send to the API endpoint

for the waypoint list runners operation.

Typically these are written to a http.Request.

func NewWaypointListRunnersParams ¶

func NewWaypointListRunnersParams() *WaypointListRunnersParams

NewWaypointListRunnersParams creates a new WaypointListRunnersParams 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 NewWaypointListRunnersParamsWithContext ¶

func NewWaypointListRunnersParamsWithContext(ctx context.Context) *WaypointListRunnersParams

NewWaypointListRunnersParamsWithContext creates a new WaypointListRunnersParams object with the ability to set a context for a request.

func NewWaypointListRunnersParamsWithHTTPClient ¶

func NewWaypointListRunnersParamsWithHTTPClient(client *http.Client) *WaypointListRunnersParams

NewWaypointListRunnersParamsWithHTTPClient creates a new WaypointListRunnersParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointListRunnersParamsWithTimeout ¶

func NewWaypointListRunnersParamsWithTimeout(timeout time.Duration) *WaypointListRunnersParams

NewWaypointListRunnersParamsWithTimeout creates a new WaypointListRunnersParams object with the ability to set a timeout on a request.

func (*WaypointListRunnersParams) SetContext ¶

func (o *WaypointListRunnersParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list runners params

func (*WaypointListRunnersParams) SetDefaults ¶

func (o *WaypointListRunnersParams) SetDefaults()

SetDefaults hydrates default values in the waypoint list runners params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListRunnersParams) SetHTTPClient ¶

func (o *WaypointListRunnersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list runners params

func (*WaypointListRunnersParams) SetTimeout ¶

func (o *WaypointListRunnersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list runners params

func (*WaypointListRunnersParams) WithContext ¶

WithContext adds the context to the waypoint list runners params

func (*WaypointListRunnersParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list runners params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListRunnersParams) WithHTTPClient ¶

func (o *WaypointListRunnersParams) WithHTTPClient(client *http.Client) *WaypointListRunnersParams

WithHTTPClient adds the HTTPClient to the waypoint list runners params

func (*WaypointListRunnersParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list runners params

func (*WaypointListRunnersParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListRunnersReader ¶

type WaypointListRunnersReader struct {
	// contains filtered or unexported fields
}

WaypointListRunnersReader is a Reader for the WaypointListRunners structure.

func (*WaypointListRunnersReader) ReadResponse ¶

func (o *WaypointListRunnersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListStatusReports2Default ¶

type WaypointListStatusReports2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListStatusReports2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListStatusReports2Default ¶

func NewWaypointListStatusReports2Default(code int) *WaypointListStatusReports2Default

NewWaypointListStatusReports2Default creates a WaypointListStatusReports2Default with default headers values

func (*WaypointListStatusReports2Default) Code ¶

Code gets the status code for the waypoint list status reports2 default response

func (*WaypointListStatusReports2Default) Error ¶

func (*WaypointListStatusReports2Default) GetPayload ¶

func (*WaypointListStatusReports2Default) IsClientError ¶

func (o *WaypointListStatusReports2Default) IsClientError() bool

IsClientError returns true when this waypoint list status reports2 default response has a 4xx status code

func (*WaypointListStatusReports2Default) IsCode ¶

func (o *WaypointListStatusReports2Default) IsCode(code int) bool

IsCode returns true when this waypoint list status reports2 default response a status code equal to that given

func (*WaypointListStatusReports2Default) IsRedirect ¶

func (o *WaypointListStatusReports2Default) IsRedirect() bool

IsRedirect returns true when this waypoint list status reports2 default response has a 3xx status code

func (*WaypointListStatusReports2Default) IsServerError ¶

func (o *WaypointListStatusReports2Default) IsServerError() bool

IsServerError returns true when this waypoint list status reports2 default response has a 5xx status code

func (*WaypointListStatusReports2Default) IsSuccess ¶

func (o *WaypointListStatusReports2Default) IsSuccess() bool

IsSuccess returns true when this waypoint list status reports2 default response has a 2xx status code

func (*WaypointListStatusReports2Default) String ¶

type WaypointListStatusReports2OK ¶

type WaypointListStatusReports2OK struct {
	Payload *models.HashicorpWaypointListStatusReportsResponse
}

WaypointListStatusReports2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListStatusReports2OK ¶

func NewWaypointListStatusReports2OK() *WaypointListStatusReports2OK

NewWaypointListStatusReports2OK creates a WaypointListStatusReports2OK with default headers values

func (*WaypointListStatusReports2OK) Error ¶

func (*WaypointListStatusReports2OK) GetPayload ¶

func (*WaypointListStatusReports2OK) IsClientError ¶

func (o *WaypointListStatusReports2OK) IsClientError() bool

IsClientError returns true when this waypoint list status reports2 o k response has a 4xx status code

func (*WaypointListStatusReports2OK) IsCode ¶

func (o *WaypointListStatusReports2OK) IsCode(code int) bool

IsCode returns true when this waypoint list status reports2 o k response a status code equal to that given

func (*WaypointListStatusReports2OK) IsRedirect ¶

func (o *WaypointListStatusReports2OK) IsRedirect() bool

IsRedirect returns true when this waypoint list status reports2 o k response has a 3xx status code

func (*WaypointListStatusReports2OK) IsServerError ¶

func (o *WaypointListStatusReports2OK) IsServerError() bool

IsServerError returns true when this waypoint list status reports2 o k response has a 5xx status code

func (*WaypointListStatusReports2OK) IsSuccess ¶

func (o *WaypointListStatusReports2OK) IsSuccess() bool

IsSuccess returns true when this waypoint list status reports2 o k response has a 2xx status code

func (*WaypointListStatusReports2OK) String ¶

type WaypointListStatusReports2Params ¶

type WaypointListStatusReports2Params struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	// DeploymentID.
	DeploymentID *string

	// DeploymentSequenceNumber.
	//
	// Format: uint64
	DeploymentSequenceNumber *string

	// OrderDesc.
	OrderDesc *bool

	/* OrderLimit.

	   Limit the number of results.

	   Format: int64
	*/
	OrderLimit *int64

	/* OrderOrder.

	   Order for the results.

	   Default: "UNSET"
	*/
	OrderOrder *string

	// ReleaseID.
	ReleaseID *string

	// ReleaseSequenceNumber.
	//
	// Format: uint64
	ReleaseSequenceNumber *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListStatusReports2Params contains all the parameters to send to the API endpoint

for the waypoint list status reports2 operation.

Typically these are written to a http.Request.

func NewWaypointListStatusReports2Params ¶

func NewWaypointListStatusReports2Params() *WaypointListStatusReports2Params

NewWaypointListStatusReports2Params creates a new WaypointListStatusReports2Params 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 NewWaypointListStatusReports2ParamsWithContext ¶

func NewWaypointListStatusReports2ParamsWithContext(ctx context.Context) *WaypointListStatusReports2Params

NewWaypointListStatusReports2ParamsWithContext creates a new WaypointListStatusReports2Params object with the ability to set a context for a request.

func NewWaypointListStatusReports2ParamsWithHTTPClient ¶

func NewWaypointListStatusReports2ParamsWithHTTPClient(client *http.Client) *WaypointListStatusReports2Params

NewWaypointListStatusReports2ParamsWithHTTPClient creates a new WaypointListStatusReports2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointListStatusReports2ParamsWithTimeout ¶

func NewWaypointListStatusReports2ParamsWithTimeout(timeout time.Duration) *WaypointListStatusReports2Params

NewWaypointListStatusReports2ParamsWithTimeout creates a new WaypointListStatusReports2Params object with the ability to set a timeout on a request.

func (*WaypointListStatusReports2Params) SetApplicationApplication ¶

func (o *WaypointListStatusReports2Params) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) SetApplicationProject ¶

func (o *WaypointListStatusReports2Params) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) SetContext ¶

SetContext adds the context to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) SetDefaults ¶

func (o *WaypointListStatusReports2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint list status reports2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListStatusReports2Params) SetDeploymentID ¶

func (o *WaypointListStatusReports2Params) SetDeploymentID(deploymentID *string)

SetDeploymentID adds the deploymentId to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) SetDeploymentSequenceNumber ¶

func (o *WaypointListStatusReports2Params) SetDeploymentSequenceNumber(deploymentSequenceNumber *string)

SetDeploymentSequenceNumber adds the deploymentSequenceNumber to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) SetHTTPClient ¶

func (o *WaypointListStatusReports2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) SetOrderDesc ¶

func (o *WaypointListStatusReports2Params) SetOrderDesc(orderDesc *bool)

SetOrderDesc adds the orderDesc to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) SetOrderLimit ¶

func (o *WaypointListStatusReports2Params) SetOrderLimit(orderLimit *int64)

SetOrderLimit adds the orderLimit to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) SetOrderOrder ¶

func (o *WaypointListStatusReports2Params) SetOrderOrder(orderOrder *string)

SetOrderOrder adds the orderOrder to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) SetReleaseID ¶

func (o *WaypointListStatusReports2Params) SetReleaseID(releaseID *string)

SetReleaseID adds the releaseId to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) SetReleaseSequenceNumber ¶

func (o *WaypointListStatusReports2Params) SetReleaseSequenceNumber(releaseSequenceNumber *string)

SetReleaseSequenceNumber adds the releaseSequenceNumber to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) SetTimeout ¶

func (o *WaypointListStatusReports2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) SetWorkspaceWorkspace ¶

func (o *WaypointListStatusReports2Params) SetWorkspaceWorkspace(workspaceWorkspace string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) WithApplicationApplication ¶

func (o *WaypointListStatusReports2Params) WithApplicationApplication(applicationApplication string) *WaypointListStatusReports2Params

WithApplicationApplication adds the applicationApplication to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) WithApplicationProject ¶

func (o *WaypointListStatusReports2Params) WithApplicationProject(applicationProject string) *WaypointListStatusReports2Params

WithApplicationProject adds the applicationProject to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) WithContext ¶

WithContext adds the context to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list status reports2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListStatusReports2Params) WithDeploymentID ¶

func (o *WaypointListStatusReports2Params) WithDeploymentID(deploymentID *string) *WaypointListStatusReports2Params

WithDeploymentID adds the deploymentID to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) WithDeploymentSequenceNumber ¶

func (o *WaypointListStatusReports2Params) WithDeploymentSequenceNumber(deploymentSequenceNumber *string) *WaypointListStatusReports2Params

WithDeploymentSequenceNumber adds the deploymentSequenceNumber to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) WithOrderDesc ¶

WithOrderDesc adds the orderDesc to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) WithOrderLimit ¶

WithOrderLimit adds the orderLimit to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) WithOrderOrder ¶

WithOrderOrder adds the orderOrder to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) WithReleaseID ¶

WithReleaseID adds the releaseID to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) WithReleaseSequenceNumber ¶

func (o *WaypointListStatusReports2Params) WithReleaseSequenceNumber(releaseSequenceNumber *string) *WaypointListStatusReports2Params

WithReleaseSequenceNumber adds the releaseSequenceNumber to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) WithWorkspaceWorkspace ¶

func (o *WaypointListStatusReports2Params) WithWorkspaceWorkspace(workspaceWorkspace string) *WaypointListStatusReports2Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list status reports2 params

func (*WaypointListStatusReports2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListStatusReports2Reader ¶

type WaypointListStatusReports2Reader struct {
	// contains filtered or unexported fields
}

WaypointListStatusReports2Reader is a Reader for the WaypointListStatusReports2 structure.

func (*WaypointListStatusReports2Reader) ReadResponse ¶

func (o *WaypointListStatusReports2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListStatusReportsDefault ¶

type WaypointListStatusReportsDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListStatusReportsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListStatusReportsDefault ¶

func NewWaypointListStatusReportsDefault(code int) *WaypointListStatusReportsDefault

NewWaypointListStatusReportsDefault creates a WaypointListStatusReportsDefault with default headers values

func (*WaypointListStatusReportsDefault) Code ¶

Code gets the status code for the waypoint list status reports default response

func (*WaypointListStatusReportsDefault) Error ¶

func (*WaypointListStatusReportsDefault) GetPayload ¶

func (*WaypointListStatusReportsDefault) IsClientError ¶

func (o *WaypointListStatusReportsDefault) IsClientError() bool

IsClientError returns true when this waypoint list status reports default response has a 4xx status code

func (*WaypointListStatusReportsDefault) IsCode ¶

func (o *WaypointListStatusReportsDefault) IsCode(code int) bool

IsCode returns true when this waypoint list status reports default response a status code equal to that given

func (*WaypointListStatusReportsDefault) IsRedirect ¶

func (o *WaypointListStatusReportsDefault) IsRedirect() bool

IsRedirect returns true when this waypoint list status reports default response has a 3xx status code

func (*WaypointListStatusReportsDefault) IsServerError ¶

func (o *WaypointListStatusReportsDefault) IsServerError() bool

IsServerError returns true when this waypoint list status reports default response has a 5xx status code

func (*WaypointListStatusReportsDefault) IsSuccess ¶

func (o *WaypointListStatusReportsDefault) IsSuccess() bool

IsSuccess returns true when this waypoint list status reports default response has a 2xx status code

func (*WaypointListStatusReportsDefault) String ¶

type WaypointListStatusReportsOK ¶

type WaypointListStatusReportsOK struct {
	Payload *models.HashicorpWaypointListStatusReportsResponse
}

WaypointListStatusReportsOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListStatusReportsOK ¶

func NewWaypointListStatusReportsOK() *WaypointListStatusReportsOK

NewWaypointListStatusReportsOK creates a WaypointListStatusReportsOK with default headers values

func (*WaypointListStatusReportsOK) Error ¶

func (*WaypointListStatusReportsOK) GetPayload ¶

func (*WaypointListStatusReportsOK) IsClientError ¶

func (o *WaypointListStatusReportsOK) IsClientError() bool

IsClientError returns true when this waypoint list status reports o k response has a 4xx status code

func (*WaypointListStatusReportsOK) IsCode ¶

func (o *WaypointListStatusReportsOK) IsCode(code int) bool

IsCode returns true when this waypoint list status reports o k response a status code equal to that given

func (*WaypointListStatusReportsOK) IsRedirect ¶

func (o *WaypointListStatusReportsOK) IsRedirect() bool

IsRedirect returns true when this waypoint list status reports o k response has a 3xx status code

func (*WaypointListStatusReportsOK) IsServerError ¶

func (o *WaypointListStatusReportsOK) IsServerError() bool

IsServerError returns true when this waypoint list status reports o k response has a 5xx status code

func (*WaypointListStatusReportsOK) IsSuccess ¶

func (o *WaypointListStatusReportsOK) IsSuccess() bool

IsSuccess returns true when this waypoint list status reports o k response has a 2xx status code

func (*WaypointListStatusReportsOK) String ¶

func (o *WaypointListStatusReportsOK) String() string

type WaypointListStatusReportsParams ¶

type WaypointListStatusReportsParams struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	// DeploymentID.
	DeploymentID *string

	// DeploymentSequenceNumber.
	//
	// Format: uint64
	DeploymentSequenceNumber *string

	// OrderDesc.
	OrderDesc *bool

	/* OrderLimit.

	   Limit the number of results.

	   Format: int64
	*/
	OrderLimit *int64

	/* OrderOrder.

	   Order for the results.

	   Default: "UNSET"
	*/
	OrderOrder *string

	// ReleaseID.
	ReleaseID *string

	// ReleaseSequenceNumber.
	//
	// Format: uint64
	ReleaseSequenceNumber *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListStatusReportsParams contains all the parameters to send to the API endpoint

for the waypoint list status reports operation.

Typically these are written to a http.Request.

func NewWaypointListStatusReportsParams ¶

func NewWaypointListStatusReportsParams() *WaypointListStatusReportsParams

NewWaypointListStatusReportsParams creates a new WaypointListStatusReportsParams 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 NewWaypointListStatusReportsParamsWithContext ¶

func NewWaypointListStatusReportsParamsWithContext(ctx context.Context) *WaypointListStatusReportsParams

NewWaypointListStatusReportsParamsWithContext creates a new WaypointListStatusReportsParams object with the ability to set a context for a request.

func NewWaypointListStatusReportsParamsWithHTTPClient ¶

func NewWaypointListStatusReportsParamsWithHTTPClient(client *http.Client) *WaypointListStatusReportsParams

NewWaypointListStatusReportsParamsWithHTTPClient creates a new WaypointListStatusReportsParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointListStatusReportsParamsWithTimeout ¶

func NewWaypointListStatusReportsParamsWithTimeout(timeout time.Duration) *WaypointListStatusReportsParams

NewWaypointListStatusReportsParamsWithTimeout creates a new WaypointListStatusReportsParams object with the ability to set a timeout on a request.

func (*WaypointListStatusReportsParams) SetApplicationApplication ¶

func (o *WaypointListStatusReportsParams) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint list status reports params

func (*WaypointListStatusReportsParams) SetApplicationProject ¶

func (o *WaypointListStatusReportsParams) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint list status reports params

func (*WaypointListStatusReportsParams) SetContext ¶

func (o *WaypointListStatusReportsParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list status reports params

func (*WaypointListStatusReportsParams) SetDefaults ¶

func (o *WaypointListStatusReportsParams) SetDefaults()

SetDefaults hydrates default values in the waypoint list status reports params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListStatusReportsParams) SetDeploymentID ¶

func (o *WaypointListStatusReportsParams) SetDeploymentID(deploymentID *string)

SetDeploymentID adds the deploymentId to the waypoint list status reports params

func (*WaypointListStatusReportsParams) SetDeploymentSequenceNumber ¶

func (o *WaypointListStatusReportsParams) SetDeploymentSequenceNumber(deploymentSequenceNumber *string)

SetDeploymentSequenceNumber adds the deploymentSequenceNumber to the waypoint list status reports params

func (*WaypointListStatusReportsParams) SetHTTPClient ¶

func (o *WaypointListStatusReportsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list status reports params

func (*WaypointListStatusReportsParams) SetOrderDesc ¶

func (o *WaypointListStatusReportsParams) SetOrderDesc(orderDesc *bool)

SetOrderDesc adds the orderDesc to the waypoint list status reports params

func (*WaypointListStatusReportsParams) SetOrderLimit ¶

func (o *WaypointListStatusReportsParams) SetOrderLimit(orderLimit *int64)

SetOrderLimit adds the orderLimit to the waypoint list status reports params

func (*WaypointListStatusReportsParams) SetOrderOrder ¶

func (o *WaypointListStatusReportsParams) SetOrderOrder(orderOrder *string)

SetOrderOrder adds the orderOrder to the waypoint list status reports params

func (*WaypointListStatusReportsParams) SetReleaseID ¶

func (o *WaypointListStatusReportsParams) SetReleaseID(releaseID *string)

SetReleaseID adds the releaseId to the waypoint list status reports params

func (*WaypointListStatusReportsParams) SetReleaseSequenceNumber ¶

func (o *WaypointListStatusReportsParams) SetReleaseSequenceNumber(releaseSequenceNumber *string)

SetReleaseSequenceNumber adds the releaseSequenceNumber to the waypoint list status reports params

func (*WaypointListStatusReportsParams) SetTimeout ¶

func (o *WaypointListStatusReportsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list status reports params

func (*WaypointListStatusReportsParams) SetWorkspaceWorkspace ¶

func (o *WaypointListStatusReportsParams) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list status reports params

func (*WaypointListStatusReportsParams) WithApplicationApplication ¶

func (o *WaypointListStatusReportsParams) WithApplicationApplication(applicationApplication string) *WaypointListStatusReportsParams

WithApplicationApplication adds the applicationApplication to the waypoint list status reports params

func (*WaypointListStatusReportsParams) WithApplicationProject ¶

func (o *WaypointListStatusReportsParams) WithApplicationProject(applicationProject string) *WaypointListStatusReportsParams

WithApplicationProject adds the applicationProject to the waypoint list status reports params

func (*WaypointListStatusReportsParams) WithContext ¶

WithContext adds the context to the waypoint list status reports params

func (*WaypointListStatusReportsParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list status reports params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListStatusReportsParams) WithDeploymentID ¶

func (o *WaypointListStatusReportsParams) WithDeploymentID(deploymentID *string) *WaypointListStatusReportsParams

WithDeploymentID adds the deploymentID to the waypoint list status reports params

func (*WaypointListStatusReportsParams) WithDeploymentSequenceNumber ¶

func (o *WaypointListStatusReportsParams) WithDeploymentSequenceNumber(deploymentSequenceNumber *string) *WaypointListStatusReportsParams

WithDeploymentSequenceNumber adds the deploymentSequenceNumber to the waypoint list status reports params

func (*WaypointListStatusReportsParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list status reports params

func (*WaypointListStatusReportsParams) WithOrderDesc ¶

WithOrderDesc adds the orderDesc to the waypoint list status reports params

func (*WaypointListStatusReportsParams) WithOrderLimit ¶

WithOrderLimit adds the orderLimit to the waypoint list status reports params

func (*WaypointListStatusReportsParams) WithOrderOrder ¶

WithOrderOrder adds the orderOrder to the waypoint list status reports params

func (*WaypointListStatusReportsParams) WithReleaseID ¶

WithReleaseID adds the releaseID to the waypoint list status reports params

func (*WaypointListStatusReportsParams) WithReleaseSequenceNumber ¶

func (o *WaypointListStatusReportsParams) WithReleaseSequenceNumber(releaseSequenceNumber *string) *WaypointListStatusReportsParams

WithReleaseSequenceNumber adds the releaseSequenceNumber to the waypoint list status reports params

func (*WaypointListStatusReportsParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list status reports params

func (*WaypointListStatusReportsParams) WithWorkspaceWorkspace ¶

func (o *WaypointListStatusReportsParams) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointListStatusReportsParams

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list status reports params

func (*WaypointListStatusReportsParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListStatusReportsReader ¶

type WaypointListStatusReportsReader struct {
	// contains filtered or unexported fields
}

WaypointListStatusReportsReader is a Reader for the WaypointListStatusReports structure.

func (*WaypointListStatusReportsReader) ReadResponse ¶

func (o *WaypointListStatusReportsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListTaskDefault ¶

type WaypointListTaskDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListTaskDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListTaskDefault ¶

func NewWaypointListTaskDefault(code int) *WaypointListTaskDefault

NewWaypointListTaskDefault creates a WaypointListTaskDefault with default headers values

func (*WaypointListTaskDefault) Code ¶

func (o *WaypointListTaskDefault) Code() int

Code gets the status code for the waypoint list task default response

func (*WaypointListTaskDefault) Error ¶

func (o *WaypointListTaskDefault) Error() string

func (*WaypointListTaskDefault) GetPayload ¶

func (*WaypointListTaskDefault) IsClientError ¶

func (o *WaypointListTaskDefault) IsClientError() bool

IsClientError returns true when this waypoint list task default response has a 4xx status code

func (*WaypointListTaskDefault) IsCode ¶

func (o *WaypointListTaskDefault) IsCode(code int) bool

IsCode returns true when this waypoint list task default response a status code equal to that given

func (*WaypointListTaskDefault) IsRedirect ¶

func (o *WaypointListTaskDefault) IsRedirect() bool

IsRedirect returns true when this waypoint list task default response has a 3xx status code

func (*WaypointListTaskDefault) IsServerError ¶

func (o *WaypointListTaskDefault) IsServerError() bool

IsServerError returns true when this waypoint list task default response has a 5xx status code

func (*WaypointListTaskDefault) IsSuccess ¶

func (o *WaypointListTaskDefault) IsSuccess() bool

IsSuccess returns true when this waypoint list task default response has a 2xx status code

func (*WaypointListTaskDefault) String ¶

func (o *WaypointListTaskDefault) String() string

type WaypointListTaskOK ¶

type WaypointListTaskOK struct {
	Payload *models.HashicorpWaypointListTaskResponse
}

WaypointListTaskOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListTaskOK ¶

func NewWaypointListTaskOK() *WaypointListTaskOK

NewWaypointListTaskOK creates a WaypointListTaskOK with default headers values

func (*WaypointListTaskOK) Error ¶

func (o *WaypointListTaskOK) Error() string

func (*WaypointListTaskOK) GetPayload ¶

func (*WaypointListTaskOK) IsClientError ¶

func (o *WaypointListTaskOK) IsClientError() bool

IsClientError returns true when this waypoint list task o k response has a 4xx status code

func (*WaypointListTaskOK) IsCode ¶

func (o *WaypointListTaskOK) IsCode(code int) bool

IsCode returns true when this waypoint list task o k response a status code equal to that given

func (*WaypointListTaskOK) IsRedirect ¶

func (o *WaypointListTaskOK) IsRedirect() bool

IsRedirect returns true when this waypoint list task o k response has a 3xx status code

func (*WaypointListTaskOK) IsServerError ¶

func (o *WaypointListTaskOK) IsServerError() bool

IsServerError returns true when this waypoint list task o k response has a 5xx status code

func (*WaypointListTaskOK) IsSuccess ¶

func (o *WaypointListTaskOK) IsSuccess() bool

IsSuccess returns true when this waypoint list task o k response has a 2xx status code

func (*WaypointListTaskOK) String ¶

func (o *WaypointListTaskOK) String() string

type WaypointListTaskParams ¶

type WaypointListTaskParams struct {

	// TaskState.
	TaskState []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListTaskParams contains all the parameters to send to the API endpoint

for the waypoint list task operation.

Typically these are written to a http.Request.

func NewWaypointListTaskParams ¶

func NewWaypointListTaskParams() *WaypointListTaskParams

NewWaypointListTaskParams creates a new WaypointListTaskParams 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 NewWaypointListTaskParamsWithContext ¶

func NewWaypointListTaskParamsWithContext(ctx context.Context) *WaypointListTaskParams

NewWaypointListTaskParamsWithContext creates a new WaypointListTaskParams object with the ability to set a context for a request.

func NewWaypointListTaskParamsWithHTTPClient ¶

func NewWaypointListTaskParamsWithHTTPClient(client *http.Client) *WaypointListTaskParams

NewWaypointListTaskParamsWithHTTPClient creates a new WaypointListTaskParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointListTaskParamsWithTimeout ¶

func NewWaypointListTaskParamsWithTimeout(timeout time.Duration) *WaypointListTaskParams

NewWaypointListTaskParamsWithTimeout creates a new WaypointListTaskParams object with the ability to set a timeout on a request.

func (*WaypointListTaskParams) SetContext ¶

func (o *WaypointListTaskParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list task params

func (*WaypointListTaskParams) SetDefaults ¶

func (o *WaypointListTaskParams) SetDefaults()

SetDefaults hydrates default values in the waypoint list task params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListTaskParams) SetHTTPClient ¶

func (o *WaypointListTaskParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list task params

func (*WaypointListTaskParams) SetTaskState ¶

func (o *WaypointListTaskParams) SetTaskState(taskState []string)

SetTaskState adds the taskState to the waypoint list task params

func (*WaypointListTaskParams) SetTimeout ¶

func (o *WaypointListTaskParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list task params

func (*WaypointListTaskParams) WithContext ¶

WithContext adds the context to the waypoint list task params

func (*WaypointListTaskParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list task params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListTaskParams) WithHTTPClient ¶

func (o *WaypointListTaskParams) WithHTTPClient(client *http.Client) *WaypointListTaskParams

WithHTTPClient adds the HTTPClient to the waypoint list task params

func (*WaypointListTaskParams) WithTaskState ¶

func (o *WaypointListTaskParams) WithTaskState(taskState []string) *WaypointListTaskParams

WithTaskState adds the taskState to the waypoint list task params

func (*WaypointListTaskParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list task params

func (*WaypointListTaskParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListTaskReader ¶

type WaypointListTaskReader struct {
	// contains filtered or unexported fields
}

WaypointListTaskReader is a Reader for the WaypointListTask structure.

func (*WaypointListTaskReader) ReadResponse ¶

func (o *WaypointListTaskReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListTriggers2Default ¶

type WaypointListTriggers2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListTriggers2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListTriggers2Default ¶

func NewWaypointListTriggers2Default(code int) *WaypointListTriggers2Default

NewWaypointListTriggers2Default creates a WaypointListTriggers2Default with default headers values

func (*WaypointListTriggers2Default) Code ¶

Code gets the status code for the waypoint list triggers2 default response

func (*WaypointListTriggers2Default) Error ¶

func (*WaypointListTriggers2Default) GetPayload ¶

func (*WaypointListTriggers2Default) IsClientError ¶

func (o *WaypointListTriggers2Default) IsClientError() bool

IsClientError returns true when this waypoint list triggers2 default response has a 4xx status code

func (*WaypointListTriggers2Default) IsCode ¶

func (o *WaypointListTriggers2Default) IsCode(code int) bool

IsCode returns true when this waypoint list triggers2 default response a status code equal to that given

func (*WaypointListTriggers2Default) IsRedirect ¶

func (o *WaypointListTriggers2Default) IsRedirect() bool

IsRedirect returns true when this waypoint list triggers2 default response has a 3xx status code

func (*WaypointListTriggers2Default) IsServerError ¶

func (o *WaypointListTriggers2Default) IsServerError() bool

IsServerError returns true when this waypoint list triggers2 default response has a 5xx status code

func (*WaypointListTriggers2Default) IsSuccess ¶

func (o *WaypointListTriggers2Default) IsSuccess() bool

IsSuccess returns true when this waypoint list triggers2 default response has a 2xx status code

func (*WaypointListTriggers2Default) String ¶

type WaypointListTriggers2OK ¶

type WaypointListTriggers2OK struct {
	Payload *models.HashicorpWaypointListTriggerResponse
}

WaypointListTriggers2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListTriggers2OK ¶

func NewWaypointListTriggers2OK() *WaypointListTriggers2OK

NewWaypointListTriggers2OK creates a WaypointListTriggers2OK with default headers values

func (*WaypointListTriggers2OK) Error ¶

func (o *WaypointListTriggers2OK) Error() string

func (*WaypointListTriggers2OK) GetPayload ¶

func (*WaypointListTriggers2OK) IsClientError ¶

func (o *WaypointListTriggers2OK) IsClientError() bool

IsClientError returns true when this waypoint list triggers2 o k response has a 4xx status code

func (*WaypointListTriggers2OK) IsCode ¶

func (o *WaypointListTriggers2OK) IsCode(code int) bool

IsCode returns true when this waypoint list triggers2 o k response a status code equal to that given

func (*WaypointListTriggers2OK) IsRedirect ¶

func (o *WaypointListTriggers2OK) IsRedirect() bool

IsRedirect returns true when this waypoint list triggers2 o k response has a 3xx status code

func (*WaypointListTriggers2OK) IsServerError ¶

func (o *WaypointListTriggers2OK) IsServerError() bool

IsServerError returns true when this waypoint list triggers2 o k response has a 5xx status code

func (*WaypointListTriggers2OK) IsSuccess ¶

func (o *WaypointListTriggers2OK) IsSuccess() bool

IsSuccess returns true when this waypoint list triggers2 o k response has a 2xx status code

func (*WaypointListTriggers2OK) String ¶

func (o *WaypointListTriggers2OK) String() string

type WaypointListTriggers2Params ¶

type WaypointListTriggers2Params struct {

	// ApplicationApplication.
	ApplicationApplication *string

	// ApplicationProject.
	ApplicationProject *string

	// ProjectProject.
	ProjectProject string

	/* Tags.

	   Will filter triggers by the requested labels if set.
	*/
	Tags []string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListTriggers2Params contains all the parameters to send to the API endpoint

for the waypoint list triggers2 operation.

Typically these are written to a http.Request.

func NewWaypointListTriggers2Params ¶

func NewWaypointListTriggers2Params() *WaypointListTriggers2Params

NewWaypointListTriggers2Params creates a new WaypointListTriggers2Params 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 NewWaypointListTriggers2ParamsWithContext ¶

func NewWaypointListTriggers2ParamsWithContext(ctx context.Context) *WaypointListTriggers2Params

NewWaypointListTriggers2ParamsWithContext creates a new WaypointListTriggers2Params object with the ability to set a context for a request.

func NewWaypointListTriggers2ParamsWithHTTPClient ¶

func NewWaypointListTriggers2ParamsWithHTTPClient(client *http.Client) *WaypointListTriggers2Params

NewWaypointListTriggers2ParamsWithHTTPClient creates a new WaypointListTriggers2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointListTriggers2ParamsWithTimeout ¶

func NewWaypointListTriggers2ParamsWithTimeout(timeout time.Duration) *WaypointListTriggers2Params

NewWaypointListTriggers2ParamsWithTimeout creates a new WaypointListTriggers2Params object with the ability to set a timeout on a request.

func (*WaypointListTriggers2Params) SetApplicationApplication ¶

func (o *WaypointListTriggers2Params) SetApplicationApplication(applicationApplication *string)

SetApplicationApplication adds the applicationApplication to the waypoint list triggers2 params

func (*WaypointListTriggers2Params) SetApplicationProject ¶

func (o *WaypointListTriggers2Params) SetApplicationProject(applicationProject *string)

SetApplicationProject adds the applicationProject to the waypoint list triggers2 params

func (*WaypointListTriggers2Params) SetContext ¶

func (o *WaypointListTriggers2Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list triggers2 params

func (*WaypointListTriggers2Params) SetDefaults ¶

func (o *WaypointListTriggers2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint list triggers2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListTriggers2Params) SetHTTPClient ¶

func (o *WaypointListTriggers2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list triggers2 params

func (*WaypointListTriggers2Params) SetProjectProject ¶

func (o *WaypointListTriggers2Params) SetProjectProject(projectProject string)

SetProjectProject adds the projectProject to the waypoint list triggers2 params

func (*WaypointListTriggers2Params) SetTags ¶

func (o *WaypointListTriggers2Params) SetTags(tags []string)

SetTags adds the tags to the waypoint list triggers2 params

func (*WaypointListTriggers2Params) SetTimeout ¶

func (o *WaypointListTriggers2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list triggers2 params

func (*WaypointListTriggers2Params) SetWorkspaceWorkspace ¶

func (o *WaypointListTriggers2Params) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list triggers2 params

func (*WaypointListTriggers2Params) WithApplicationApplication ¶

func (o *WaypointListTriggers2Params) WithApplicationApplication(applicationApplication *string) *WaypointListTriggers2Params

WithApplicationApplication adds the applicationApplication to the waypoint list triggers2 params

func (*WaypointListTriggers2Params) WithApplicationProject ¶

func (o *WaypointListTriggers2Params) WithApplicationProject(applicationProject *string) *WaypointListTriggers2Params

WithApplicationProject adds the applicationProject to the waypoint list triggers2 params

func (*WaypointListTriggers2Params) WithContext ¶

WithContext adds the context to the waypoint list triggers2 params

func (*WaypointListTriggers2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list triggers2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListTriggers2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list triggers2 params

func (*WaypointListTriggers2Params) WithProjectProject ¶

func (o *WaypointListTriggers2Params) WithProjectProject(projectProject string) *WaypointListTriggers2Params

WithProjectProject adds the projectProject to the waypoint list triggers2 params

func (*WaypointListTriggers2Params) WithTags ¶

WithTags adds the tags to the waypoint list triggers2 params

func (*WaypointListTriggers2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list triggers2 params

func (*WaypointListTriggers2Params) WithWorkspaceWorkspace ¶

func (o *WaypointListTriggers2Params) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointListTriggers2Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list triggers2 params

func (*WaypointListTriggers2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListTriggers2Reader ¶

type WaypointListTriggers2Reader struct {
	// contains filtered or unexported fields
}

WaypointListTriggers2Reader is a Reader for the WaypointListTriggers2 structure.

func (*WaypointListTriggers2Reader) ReadResponse ¶

func (o *WaypointListTriggers2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListTriggers3Default ¶

type WaypointListTriggers3Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListTriggers3Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListTriggers3Default ¶

func NewWaypointListTriggers3Default(code int) *WaypointListTriggers3Default

NewWaypointListTriggers3Default creates a WaypointListTriggers3Default with default headers values

func (*WaypointListTriggers3Default) Code ¶

Code gets the status code for the waypoint list triggers3 default response

func (*WaypointListTriggers3Default) Error ¶

func (*WaypointListTriggers3Default) GetPayload ¶

func (*WaypointListTriggers3Default) IsClientError ¶

func (o *WaypointListTriggers3Default) IsClientError() bool

IsClientError returns true when this waypoint list triggers3 default response has a 4xx status code

func (*WaypointListTriggers3Default) IsCode ¶

func (o *WaypointListTriggers3Default) IsCode(code int) bool

IsCode returns true when this waypoint list triggers3 default response a status code equal to that given

func (*WaypointListTriggers3Default) IsRedirect ¶

func (o *WaypointListTriggers3Default) IsRedirect() bool

IsRedirect returns true when this waypoint list triggers3 default response has a 3xx status code

func (*WaypointListTriggers3Default) IsServerError ¶

func (o *WaypointListTriggers3Default) IsServerError() bool

IsServerError returns true when this waypoint list triggers3 default response has a 5xx status code

func (*WaypointListTriggers3Default) IsSuccess ¶

func (o *WaypointListTriggers3Default) IsSuccess() bool

IsSuccess returns true when this waypoint list triggers3 default response has a 2xx status code

func (*WaypointListTriggers3Default) String ¶

type WaypointListTriggers3OK ¶

type WaypointListTriggers3OK struct {
	Payload *models.HashicorpWaypointListTriggerResponse
}

WaypointListTriggers3OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListTriggers3OK ¶

func NewWaypointListTriggers3OK() *WaypointListTriggers3OK

NewWaypointListTriggers3OK creates a WaypointListTriggers3OK with default headers values

func (*WaypointListTriggers3OK) Error ¶

func (o *WaypointListTriggers3OK) Error() string

func (*WaypointListTriggers3OK) GetPayload ¶

func (*WaypointListTriggers3OK) IsClientError ¶

func (o *WaypointListTriggers3OK) IsClientError() bool

IsClientError returns true when this waypoint list triggers3 o k response has a 4xx status code

func (*WaypointListTriggers3OK) IsCode ¶

func (o *WaypointListTriggers3OK) IsCode(code int) bool

IsCode returns true when this waypoint list triggers3 o k response a status code equal to that given

func (*WaypointListTriggers3OK) IsRedirect ¶

func (o *WaypointListTriggers3OK) IsRedirect() bool

IsRedirect returns true when this waypoint list triggers3 o k response has a 3xx status code

func (*WaypointListTriggers3OK) IsServerError ¶

func (o *WaypointListTriggers3OK) IsServerError() bool

IsServerError returns true when this waypoint list triggers3 o k response has a 5xx status code

func (*WaypointListTriggers3OK) IsSuccess ¶

func (o *WaypointListTriggers3OK) IsSuccess() bool

IsSuccess returns true when this waypoint list triggers3 o k response has a 2xx status code

func (*WaypointListTriggers3OK) String ¶

func (o *WaypointListTriggers3OK) String() string

type WaypointListTriggers3Params ¶

type WaypointListTriggers3Params struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	// ProjectProject.
	ProjectProject *string

	/* Tags.

	   Will filter triggers by the requested labels if set.
	*/
	Tags []string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListTriggers3Params contains all the parameters to send to the API endpoint

for the waypoint list triggers3 operation.

Typically these are written to a http.Request.

func NewWaypointListTriggers3Params ¶

func NewWaypointListTriggers3Params() *WaypointListTriggers3Params

NewWaypointListTriggers3Params creates a new WaypointListTriggers3Params 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 NewWaypointListTriggers3ParamsWithContext ¶

func NewWaypointListTriggers3ParamsWithContext(ctx context.Context) *WaypointListTriggers3Params

NewWaypointListTriggers3ParamsWithContext creates a new WaypointListTriggers3Params object with the ability to set a context for a request.

func NewWaypointListTriggers3ParamsWithHTTPClient ¶

func NewWaypointListTriggers3ParamsWithHTTPClient(client *http.Client) *WaypointListTriggers3Params

NewWaypointListTriggers3ParamsWithHTTPClient creates a new WaypointListTriggers3Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointListTriggers3ParamsWithTimeout ¶

func NewWaypointListTriggers3ParamsWithTimeout(timeout time.Duration) *WaypointListTriggers3Params

NewWaypointListTriggers3ParamsWithTimeout creates a new WaypointListTriggers3Params object with the ability to set a timeout on a request.

func (*WaypointListTriggers3Params) SetApplicationApplication ¶

func (o *WaypointListTriggers3Params) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint list triggers3 params

func (*WaypointListTriggers3Params) SetApplicationProject ¶

func (o *WaypointListTriggers3Params) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint list triggers3 params

func (*WaypointListTriggers3Params) SetContext ¶

func (o *WaypointListTriggers3Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list triggers3 params

func (*WaypointListTriggers3Params) SetDefaults ¶

func (o *WaypointListTriggers3Params) SetDefaults()

SetDefaults hydrates default values in the waypoint list triggers3 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListTriggers3Params) SetHTTPClient ¶

func (o *WaypointListTriggers3Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list triggers3 params

func (*WaypointListTriggers3Params) SetProjectProject ¶

func (o *WaypointListTriggers3Params) SetProjectProject(projectProject *string)

SetProjectProject adds the projectProject to the waypoint list triggers3 params

func (*WaypointListTriggers3Params) SetTags ¶

func (o *WaypointListTriggers3Params) SetTags(tags []string)

SetTags adds the tags to the waypoint list triggers3 params

func (*WaypointListTriggers3Params) SetTimeout ¶

func (o *WaypointListTriggers3Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list triggers3 params

func (*WaypointListTriggers3Params) SetWorkspaceWorkspace ¶

func (o *WaypointListTriggers3Params) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list triggers3 params

func (*WaypointListTriggers3Params) WithApplicationApplication ¶

func (o *WaypointListTriggers3Params) WithApplicationApplication(applicationApplication string) *WaypointListTriggers3Params

WithApplicationApplication adds the applicationApplication to the waypoint list triggers3 params

func (*WaypointListTriggers3Params) WithApplicationProject ¶

func (o *WaypointListTriggers3Params) WithApplicationProject(applicationProject string) *WaypointListTriggers3Params

WithApplicationProject adds the applicationProject to the waypoint list triggers3 params

func (*WaypointListTriggers3Params) WithContext ¶

WithContext adds the context to the waypoint list triggers3 params

func (*WaypointListTriggers3Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list triggers3 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListTriggers3Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list triggers3 params

func (*WaypointListTriggers3Params) WithProjectProject ¶

func (o *WaypointListTriggers3Params) WithProjectProject(projectProject *string) *WaypointListTriggers3Params

WithProjectProject adds the projectProject to the waypoint list triggers3 params

func (*WaypointListTriggers3Params) WithTags ¶

WithTags adds the tags to the waypoint list triggers3 params

func (*WaypointListTriggers3Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list triggers3 params

func (*WaypointListTriggers3Params) WithWorkspaceWorkspace ¶

func (o *WaypointListTriggers3Params) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointListTriggers3Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list triggers3 params

func (*WaypointListTriggers3Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListTriggers3Reader ¶

type WaypointListTriggers3Reader struct {
	// contains filtered or unexported fields
}

WaypointListTriggers3Reader is a Reader for the WaypointListTriggers3 structure.

func (*WaypointListTriggers3Reader) ReadResponse ¶

func (o *WaypointListTriggers3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListTriggers4Default ¶

type WaypointListTriggers4Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListTriggers4Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListTriggers4Default ¶

func NewWaypointListTriggers4Default(code int) *WaypointListTriggers4Default

NewWaypointListTriggers4Default creates a WaypointListTriggers4Default with default headers values

func (*WaypointListTriggers4Default) Code ¶

Code gets the status code for the waypoint list triggers4 default response

func (*WaypointListTriggers4Default) Error ¶

func (*WaypointListTriggers4Default) GetPayload ¶

func (*WaypointListTriggers4Default) IsClientError ¶

func (o *WaypointListTriggers4Default) IsClientError() bool

IsClientError returns true when this waypoint list triggers4 default response has a 4xx status code

func (*WaypointListTriggers4Default) IsCode ¶

func (o *WaypointListTriggers4Default) IsCode(code int) bool

IsCode returns true when this waypoint list triggers4 default response a status code equal to that given

func (*WaypointListTriggers4Default) IsRedirect ¶

func (o *WaypointListTriggers4Default) IsRedirect() bool

IsRedirect returns true when this waypoint list triggers4 default response has a 3xx status code

func (*WaypointListTriggers4Default) IsServerError ¶

func (o *WaypointListTriggers4Default) IsServerError() bool

IsServerError returns true when this waypoint list triggers4 default response has a 5xx status code

func (*WaypointListTriggers4Default) IsSuccess ¶

func (o *WaypointListTriggers4Default) IsSuccess() bool

IsSuccess returns true when this waypoint list triggers4 default response has a 2xx status code

func (*WaypointListTriggers4Default) String ¶

type WaypointListTriggers4OK ¶

type WaypointListTriggers4OK struct {
	Payload *models.HashicorpWaypointListTriggerResponse
}

WaypointListTriggers4OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListTriggers4OK ¶

func NewWaypointListTriggers4OK() *WaypointListTriggers4OK

NewWaypointListTriggers4OK creates a WaypointListTriggers4OK with default headers values

func (*WaypointListTriggers4OK) Error ¶

func (o *WaypointListTriggers4OK) Error() string

func (*WaypointListTriggers4OK) GetPayload ¶

func (*WaypointListTriggers4OK) IsClientError ¶

func (o *WaypointListTriggers4OK) IsClientError() bool

IsClientError returns true when this waypoint list triggers4 o k response has a 4xx status code

func (*WaypointListTriggers4OK) IsCode ¶

func (o *WaypointListTriggers4OK) IsCode(code int) bool

IsCode returns true when this waypoint list triggers4 o k response a status code equal to that given

func (*WaypointListTriggers4OK) IsRedirect ¶

func (o *WaypointListTriggers4OK) IsRedirect() bool

IsRedirect returns true when this waypoint list triggers4 o k response has a 3xx status code

func (*WaypointListTriggers4OK) IsServerError ¶

func (o *WaypointListTriggers4OK) IsServerError() bool

IsServerError returns true when this waypoint list triggers4 o k response has a 5xx status code

func (*WaypointListTriggers4OK) IsSuccess ¶

func (o *WaypointListTriggers4OK) IsSuccess() bool

IsSuccess returns true when this waypoint list triggers4 o k response has a 2xx status code

func (*WaypointListTriggers4OK) String ¶

func (o *WaypointListTriggers4OK) String() string

type WaypointListTriggers4Params ¶

type WaypointListTriggers4Params struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	// ProjectProject.
	ProjectProject *string

	/* Tags.

	   Will filter triggers by the requested labels if set.
	*/
	Tags []string

	// WorkspaceWorkspace.
	WorkspaceWorkspace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListTriggers4Params contains all the parameters to send to the API endpoint

for the waypoint list triggers4 operation.

Typically these are written to a http.Request.

func NewWaypointListTriggers4Params ¶

func NewWaypointListTriggers4Params() *WaypointListTriggers4Params

NewWaypointListTriggers4Params creates a new WaypointListTriggers4Params 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 NewWaypointListTriggers4ParamsWithContext ¶

func NewWaypointListTriggers4ParamsWithContext(ctx context.Context) *WaypointListTriggers4Params

NewWaypointListTriggers4ParamsWithContext creates a new WaypointListTriggers4Params object with the ability to set a context for a request.

func NewWaypointListTriggers4ParamsWithHTTPClient ¶

func NewWaypointListTriggers4ParamsWithHTTPClient(client *http.Client) *WaypointListTriggers4Params

NewWaypointListTriggers4ParamsWithHTTPClient creates a new WaypointListTriggers4Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointListTriggers4ParamsWithTimeout ¶

func NewWaypointListTriggers4ParamsWithTimeout(timeout time.Duration) *WaypointListTriggers4Params

NewWaypointListTriggers4ParamsWithTimeout creates a new WaypointListTriggers4Params object with the ability to set a timeout on a request.

func (*WaypointListTriggers4Params) SetApplicationApplication ¶

func (o *WaypointListTriggers4Params) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint list triggers4 params

func (*WaypointListTriggers4Params) SetApplicationProject ¶

func (o *WaypointListTriggers4Params) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint list triggers4 params

func (*WaypointListTriggers4Params) SetContext ¶

func (o *WaypointListTriggers4Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list triggers4 params

func (*WaypointListTriggers4Params) SetDefaults ¶

func (o *WaypointListTriggers4Params) SetDefaults()

SetDefaults hydrates default values in the waypoint list triggers4 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListTriggers4Params) SetHTTPClient ¶

func (o *WaypointListTriggers4Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list triggers4 params

func (*WaypointListTriggers4Params) SetProjectProject ¶

func (o *WaypointListTriggers4Params) SetProjectProject(projectProject *string)

SetProjectProject adds the projectProject to the waypoint list triggers4 params

func (*WaypointListTriggers4Params) SetTags ¶

func (o *WaypointListTriggers4Params) SetTags(tags []string)

SetTags adds the tags to the waypoint list triggers4 params

func (*WaypointListTriggers4Params) SetTimeout ¶

func (o *WaypointListTriggers4Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list triggers4 params

func (*WaypointListTriggers4Params) SetWorkspaceWorkspace ¶

func (o *WaypointListTriggers4Params) SetWorkspaceWorkspace(workspaceWorkspace string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list triggers4 params

func (*WaypointListTriggers4Params) WithApplicationApplication ¶

func (o *WaypointListTriggers4Params) WithApplicationApplication(applicationApplication string) *WaypointListTriggers4Params

WithApplicationApplication adds the applicationApplication to the waypoint list triggers4 params

func (*WaypointListTriggers4Params) WithApplicationProject ¶

func (o *WaypointListTriggers4Params) WithApplicationProject(applicationProject string) *WaypointListTriggers4Params

WithApplicationProject adds the applicationProject to the waypoint list triggers4 params

func (*WaypointListTriggers4Params) WithContext ¶

WithContext adds the context to the waypoint list triggers4 params

func (*WaypointListTriggers4Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list triggers4 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListTriggers4Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list triggers4 params

func (*WaypointListTriggers4Params) WithProjectProject ¶

func (o *WaypointListTriggers4Params) WithProjectProject(projectProject *string) *WaypointListTriggers4Params

WithProjectProject adds the projectProject to the waypoint list triggers4 params

func (*WaypointListTriggers4Params) WithTags ¶

WithTags adds the tags to the waypoint list triggers4 params

func (*WaypointListTriggers4Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list triggers4 params

func (*WaypointListTriggers4Params) WithWorkspaceWorkspace ¶

func (o *WaypointListTriggers4Params) WithWorkspaceWorkspace(workspaceWorkspace string) *WaypointListTriggers4Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list triggers4 params

func (*WaypointListTriggers4Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListTriggers4Reader ¶

type WaypointListTriggers4Reader struct {
	// contains filtered or unexported fields
}

WaypointListTriggers4Reader is a Reader for the WaypointListTriggers4 structure.

func (*WaypointListTriggers4Reader) ReadResponse ¶

func (o *WaypointListTriggers4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListTriggersDefault ¶

type WaypointListTriggersDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListTriggersDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListTriggersDefault ¶

func NewWaypointListTriggersDefault(code int) *WaypointListTriggersDefault

NewWaypointListTriggersDefault creates a WaypointListTriggersDefault with default headers values

func (*WaypointListTriggersDefault) Code ¶

func (o *WaypointListTriggersDefault) Code() int

Code gets the status code for the waypoint list triggers default response

func (*WaypointListTriggersDefault) Error ¶

func (*WaypointListTriggersDefault) GetPayload ¶

func (*WaypointListTriggersDefault) IsClientError ¶

func (o *WaypointListTriggersDefault) IsClientError() bool

IsClientError returns true when this waypoint list triggers default response has a 4xx status code

func (*WaypointListTriggersDefault) IsCode ¶

func (o *WaypointListTriggersDefault) IsCode(code int) bool

IsCode returns true when this waypoint list triggers default response a status code equal to that given

func (*WaypointListTriggersDefault) IsRedirect ¶

func (o *WaypointListTriggersDefault) IsRedirect() bool

IsRedirect returns true when this waypoint list triggers default response has a 3xx status code

func (*WaypointListTriggersDefault) IsServerError ¶

func (o *WaypointListTriggersDefault) IsServerError() bool

IsServerError returns true when this waypoint list triggers default response has a 5xx status code

func (*WaypointListTriggersDefault) IsSuccess ¶

func (o *WaypointListTriggersDefault) IsSuccess() bool

IsSuccess returns true when this waypoint list triggers default response has a 2xx status code

func (*WaypointListTriggersDefault) String ¶

func (o *WaypointListTriggersDefault) String() string

type WaypointListTriggersOK ¶

type WaypointListTriggersOK struct {
	Payload *models.HashicorpWaypointListTriggerResponse
}

WaypointListTriggersOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListTriggersOK ¶

func NewWaypointListTriggersOK() *WaypointListTriggersOK

NewWaypointListTriggersOK creates a WaypointListTriggersOK with default headers values

func (*WaypointListTriggersOK) Error ¶

func (o *WaypointListTriggersOK) Error() string

func (*WaypointListTriggersOK) GetPayload ¶

func (*WaypointListTriggersOK) IsClientError ¶

func (o *WaypointListTriggersOK) IsClientError() bool

IsClientError returns true when this waypoint list triggers o k response has a 4xx status code

func (*WaypointListTriggersOK) IsCode ¶

func (o *WaypointListTriggersOK) IsCode(code int) bool

IsCode returns true when this waypoint list triggers o k response a status code equal to that given

func (*WaypointListTriggersOK) IsRedirect ¶

func (o *WaypointListTriggersOK) IsRedirect() bool

IsRedirect returns true when this waypoint list triggers o k response has a 3xx status code

func (*WaypointListTriggersOK) IsServerError ¶

func (o *WaypointListTriggersOK) IsServerError() bool

IsServerError returns true when this waypoint list triggers o k response has a 5xx status code

func (*WaypointListTriggersOK) IsSuccess ¶

func (o *WaypointListTriggersOK) IsSuccess() bool

IsSuccess returns true when this waypoint list triggers o k response has a 2xx status code

func (*WaypointListTriggersOK) String ¶

func (o *WaypointListTriggersOK) String() string

type WaypointListTriggersParams ¶

type WaypointListTriggersParams struct {

	// ApplicationApplication.
	ApplicationApplication *string

	// ApplicationProject.
	ApplicationProject *string

	// ProjectProject.
	ProjectProject *string

	/* Tags.

	   Will filter triggers by the requested labels if set.
	*/
	Tags []string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListTriggersParams contains all the parameters to send to the API endpoint

for the waypoint list triggers operation.

Typically these are written to a http.Request.

func NewWaypointListTriggersParams ¶

func NewWaypointListTriggersParams() *WaypointListTriggersParams

NewWaypointListTriggersParams creates a new WaypointListTriggersParams 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 NewWaypointListTriggersParamsWithContext ¶

func NewWaypointListTriggersParamsWithContext(ctx context.Context) *WaypointListTriggersParams

NewWaypointListTriggersParamsWithContext creates a new WaypointListTriggersParams object with the ability to set a context for a request.

func NewWaypointListTriggersParamsWithHTTPClient ¶

func NewWaypointListTriggersParamsWithHTTPClient(client *http.Client) *WaypointListTriggersParams

NewWaypointListTriggersParamsWithHTTPClient creates a new WaypointListTriggersParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointListTriggersParamsWithTimeout ¶

func NewWaypointListTriggersParamsWithTimeout(timeout time.Duration) *WaypointListTriggersParams

NewWaypointListTriggersParamsWithTimeout creates a new WaypointListTriggersParams object with the ability to set a timeout on a request.

func (*WaypointListTriggersParams) SetApplicationApplication ¶

func (o *WaypointListTriggersParams) SetApplicationApplication(applicationApplication *string)

SetApplicationApplication adds the applicationApplication to the waypoint list triggers params

func (*WaypointListTriggersParams) SetApplicationProject ¶

func (o *WaypointListTriggersParams) SetApplicationProject(applicationProject *string)

SetApplicationProject adds the applicationProject to the waypoint list triggers params

func (*WaypointListTriggersParams) SetContext ¶

func (o *WaypointListTriggersParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list triggers params

func (*WaypointListTriggersParams) SetDefaults ¶

func (o *WaypointListTriggersParams) SetDefaults()

SetDefaults hydrates default values in the waypoint list triggers params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListTriggersParams) SetHTTPClient ¶

func (o *WaypointListTriggersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list triggers params

func (*WaypointListTriggersParams) SetProjectProject ¶

func (o *WaypointListTriggersParams) SetProjectProject(projectProject *string)

SetProjectProject adds the projectProject to the waypoint list triggers params

func (*WaypointListTriggersParams) SetTags ¶

func (o *WaypointListTriggersParams) SetTags(tags []string)

SetTags adds the tags to the waypoint list triggers params

func (*WaypointListTriggersParams) SetTimeout ¶

func (o *WaypointListTriggersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list triggers params

func (*WaypointListTriggersParams) SetWorkspaceWorkspace ¶

func (o *WaypointListTriggersParams) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list triggers params

func (*WaypointListTriggersParams) WithApplicationApplication ¶

func (o *WaypointListTriggersParams) WithApplicationApplication(applicationApplication *string) *WaypointListTriggersParams

WithApplicationApplication adds the applicationApplication to the waypoint list triggers params

func (*WaypointListTriggersParams) WithApplicationProject ¶

func (o *WaypointListTriggersParams) WithApplicationProject(applicationProject *string) *WaypointListTriggersParams

WithApplicationProject adds the applicationProject to the waypoint list triggers params

func (*WaypointListTriggersParams) WithContext ¶

WithContext adds the context to the waypoint list triggers params

func (*WaypointListTriggersParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list triggers params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListTriggersParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list triggers params

func (*WaypointListTriggersParams) WithProjectProject ¶

func (o *WaypointListTriggersParams) WithProjectProject(projectProject *string) *WaypointListTriggersParams

WithProjectProject adds the projectProject to the waypoint list triggers params

func (*WaypointListTriggersParams) WithTags ¶

WithTags adds the tags to the waypoint list triggers params

func (*WaypointListTriggersParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list triggers params

func (*WaypointListTriggersParams) WithWorkspaceWorkspace ¶

func (o *WaypointListTriggersParams) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointListTriggersParams

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint list triggers params

func (*WaypointListTriggersParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListTriggersReader ¶

type WaypointListTriggersReader struct {
	// contains filtered or unexported fields
}

WaypointListTriggersReader is a Reader for the WaypointListTriggers structure.

func (*WaypointListTriggersReader) ReadResponse ¶

func (o *WaypointListTriggersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListUsersDefault ¶

type WaypointListUsersDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListUsersDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListUsersDefault ¶

func NewWaypointListUsersDefault(code int) *WaypointListUsersDefault

NewWaypointListUsersDefault creates a WaypointListUsersDefault with default headers values

func (*WaypointListUsersDefault) Code ¶

func (o *WaypointListUsersDefault) Code() int

Code gets the status code for the waypoint list users default response

func (*WaypointListUsersDefault) Error ¶

func (o *WaypointListUsersDefault) Error() string

func (*WaypointListUsersDefault) GetPayload ¶

func (*WaypointListUsersDefault) IsClientError ¶

func (o *WaypointListUsersDefault) IsClientError() bool

IsClientError returns true when this waypoint list users default response has a 4xx status code

func (*WaypointListUsersDefault) IsCode ¶

func (o *WaypointListUsersDefault) IsCode(code int) bool

IsCode returns true when this waypoint list users default response a status code equal to that given

func (*WaypointListUsersDefault) IsRedirect ¶

func (o *WaypointListUsersDefault) IsRedirect() bool

IsRedirect returns true when this waypoint list users default response has a 3xx status code

func (*WaypointListUsersDefault) IsServerError ¶

func (o *WaypointListUsersDefault) IsServerError() bool

IsServerError returns true when this waypoint list users default response has a 5xx status code

func (*WaypointListUsersDefault) IsSuccess ¶

func (o *WaypointListUsersDefault) IsSuccess() bool

IsSuccess returns true when this waypoint list users default response has a 2xx status code

func (*WaypointListUsersDefault) String ¶

func (o *WaypointListUsersDefault) String() string

type WaypointListUsersOK ¶

type WaypointListUsersOK struct {
	Payload *models.HashicorpWaypointListUsersResponse
}

WaypointListUsersOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListUsersOK ¶

func NewWaypointListUsersOK() *WaypointListUsersOK

NewWaypointListUsersOK creates a WaypointListUsersOK with default headers values

func (*WaypointListUsersOK) Error ¶

func (o *WaypointListUsersOK) Error() string

func (*WaypointListUsersOK) GetPayload ¶

func (*WaypointListUsersOK) IsClientError ¶

func (o *WaypointListUsersOK) IsClientError() bool

IsClientError returns true when this waypoint list users o k response has a 4xx status code

func (*WaypointListUsersOK) IsCode ¶

func (o *WaypointListUsersOK) IsCode(code int) bool

IsCode returns true when this waypoint list users o k response a status code equal to that given

func (*WaypointListUsersOK) IsRedirect ¶

func (o *WaypointListUsersOK) IsRedirect() bool

IsRedirect returns true when this waypoint list users o k response has a 3xx status code

func (*WaypointListUsersOK) IsServerError ¶

func (o *WaypointListUsersOK) IsServerError() bool

IsServerError returns true when this waypoint list users o k response has a 5xx status code

func (*WaypointListUsersOK) IsSuccess ¶

func (o *WaypointListUsersOK) IsSuccess() bool

IsSuccess returns true when this waypoint list users o k response has a 2xx status code

func (*WaypointListUsersOK) String ¶

func (o *WaypointListUsersOK) String() string

type WaypointListUsersParams ¶

type WaypointListUsersParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListUsersParams contains all the parameters to send to the API endpoint

for the waypoint list users operation.

Typically these are written to a http.Request.

func NewWaypointListUsersParams ¶

func NewWaypointListUsersParams() *WaypointListUsersParams

NewWaypointListUsersParams creates a new WaypointListUsersParams 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 NewWaypointListUsersParamsWithContext ¶

func NewWaypointListUsersParamsWithContext(ctx context.Context) *WaypointListUsersParams

NewWaypointListUsersParamsWithContext creates a new WaypointListUsersParams object with the ability to set a context for a request.

func NewWaypointListUsersParamsWithHTTPClient ¶

func NewWaypointListUsersParamsWithHTTPClient(client *http.Client) *WaypointListUsersParams

NewWaypointListUsersParamsWithHTTPClient creates a new WaypointListUsersParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointListUsersParamsWithTimeout ¶

func NewWaypointListUsersParamsWithTimeout(timeout time.Duration) *WaypointListUsersParams

NewWaypointListUsersParamsWithTimeout creates a new WaypointListUsersParams object with the ability to set a timeout on a request.

func (*WaypointListUsersParams) SetContext ¶

func (o *WaypointListUsersParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list users params

func (*WaypointListUsersParams) SetDefaults ¶

func (o *WaypointListUsersParams) SetDefaults()

SetDefaults hydrates default values in the waypoint list users params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListUsersParams) SetHTTPClient ¶

func (o *WaypointListUsersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list users params

func (*WaypointListUsersParams) SetTimeout ¶

func (o *WaypointListUsersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list users params

func (*WaypointListUsersParams) WithContext ¶

WithContext adds the context to the waypoint list users params

func (*WaypointListUsersParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list users params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListUsersParams) WithHTTPClient ¶

func (o *WaypointListUsersParams) WithHTTPClient(client *http.Client) *WaypointListUsersParams

WithHTTPClient adds the HTTPClient to the waypoint list users params

func (*WaypointListUsersParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list users params

func (*WaypointListUsersParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListUsersReader ¶

type WaypointListUsersReader struct {
	// contains filtered or unexported fields
}

WaypointListUsersReader is a Reader for the WaypointListUsers structure.

func (*WaypointListUsersReader) ReadResponse ¶

func (o *WaypointListUsersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListWorkspaces2Default ¶

type WaypointListWorkspaces2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListWorkspaces2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListWorkspaces2Default ¶

func NewWaypointListWorkspaces2Default(code int) *WaypointListWorkspaces2Default

NewWaypointListWorkspaces2Default creates a WaypointListWorkspaces2Default with default headers values

func (*WaypointListWorkspaces2Default) Code ¶

Code gets the status code for the waypoint list workspaces2 default response

func (*WaypointListWorkspaces2Default) Error ¶

func (*WaypointListWorkspaces2Default) GetPayload ¶

func (*WaypointListWorkspaces2Default) IsClientError ¶

func (o *WaypointListWorkspaces2Default) IsClientError() bool

IsClientError returns true when this waypoint list workspaces2 default response has a 4xx status code

func (*WaypointListWorkspaces2Default) IsCode ¶

func (o *WaypointListWorkspaces2Default) IsCode(code int) bool

IsCode returns true when this waypoint list workspaces2 default response a status code equal to that given

func (*WaypointListWorkspaces2Default) IsRedirect ¶

func (o *WaypointListWorkspaces2Default) IsRedirect() bool

IsRedirect returns true when this waypoint list workspaces2 default response has a 3xx status code

func (*WaypointListWorkspaces2Default) IsServerError ¶

func (o *WaypointListWorkspaces2Default) IsServerError() bool

IsServerError returns true when this waypoint list workspaces2 default response has a 5xx status code

func (*WaypointListWorkspaces2Default) IsSuccess ¶

func (o *WaypointListWorkspaces2Default) IsSuccess() bool

IsSuccess returns true when this waypoint list workspaces2 default response has a 2xx status code

func (*WaypointListWorkspaces2Default) String ¶

type WaypointListWorkspaces2OK ¶

type WaypointListWorkspaces2OK struct {
	Payload *models.HashicorpWaypointListWorkspacesResponse
}

WaypointListWorkspaces2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListWorkspaces2OK ¶

func NewWaypointListWorkspaces2OK() *WaypointListWorkspaces2OK

NewWaypointListWorkspaces2OK creates a WaypointListWorkspaces2OK with default headers values

func (*WaypointListWorkspaces2OK) Error ¶

func (o *WaypointListWorkspaces2OK) Error() string

func (*WaypointListWorkspaces2OK) GetPayload ¶

func (*WaypointListWorkspaces2OK) IsClientError ¶

func (o *WaypointListWorkspaces2OK) IsClientError() bool

IsClientError returns true when this waypoint list workspaces2 o k response has a 4xx status code

func (*WaypointListWorkspaces2OK) IsCode ¶

func (o *WaypointListWorkspaces2OK) IsCode(code int) bool

IsCode returns true when this waypoint list workspaces2 o k response a status code equal to that given

func (*WaypointListWorkspaces2OK) IsRedirect ¶

func (o *WaypointListWorkspaces2OK) IsRedirect() bool

IsRedirect returns true when this waypoint list workspaces2 o k response has a 3xx status code

func (*WaypointListWorkspaces2OK) IsServerError ¶

func (o *WaypointListWorkspaces2OK) IsServerError() bool

IsServerError returns true when this waypoint list workspaces2 o k response has a 5xx status code

func (*WaypointListWorkspaces2OK) IsSuccess ¶

func (o *WaypointListWorkspaces2OK) IsSuccess() bool

IsSuccess returns true when this waypoint list workspaces2 o k response has a 2xx status code

func (*WaypointListWorkspaces2OK) String ¶

func (o *WaypointListWorkspaces2OK) String() string

type WaypointListWorkspaces2Params ¶

type WaypointListWorkspaces2Params struct {

	// ApplicationApplication.
	ApplicationApplication *string

	// ApplicationProject.
	ApplicationProject *string

	// ProjectProject.
	ProjectProject string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListWorkspaces2Params contains all the parameters to send to the API endpoint

for the waypoint list workspaces2 operation.

Typically these are written to a http.Request.

func NewWaypointListWorkspaces2Params ¶

func NewWaypointListWorkspaces2Params() *WaypointListWorkspaces2Params

NewWaypointListWorkspaces2Params creates a new WaypointListWorkspaces2Params 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 NewWaypointListWorkspaces2ParamsWithContext ¶

func NewWaypointListWorkspaces2ParamsWithContext(ctx context.Context) *WaypointListWorkspaces2Params

NewWaypointListWorkspaces2ParamsWithContext creates a new WaypointListWorkspaces2Params object with the ability to set a context for a request.

func NewWaypointListWorkspaces2ParamsWithHTTPClient ¶

func NewWaypointListWorkspaces2ParamsWithHTTPClient(client *http.Client) *WaypointListWorkspaces2Params

NewWaypointListWorkspaces2ParamsWithHTTPClient creates a new WaypointListWorkspaces2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointListWorkspaces2ParamsWithTimeout ¶

func NewWaypointListWorkspaces2ParamsWithTimeout(timeout time.Duration) *WaypointListWorkspaces2Params

NewWaypointListWorkspaces2ParamsWithTimeout creates a new WaypointListWorkspaces2Params object with the ability to set a timeout on a request.

func (*WaypointListWorkspaces2Params) SetApplicationApplication ¶

func (o *WaypointListWorkspaces2Params) SetApplicationApplication(applicationApplication *string)

SetApplicationApplication adds the applicationApplication to the waypoint list workspaces2 params

func (*WaypointListWorkspaces2Params) SetApplicationProject ¶

func (o *WaypointListWorkspaces2Params) SetApplicationProject(applicationProject *string)

SetApplicationProject adds the applicationProject to the waypoint list workspaces2 params

func (*WaypointListWorkspaces2Params) SetContext ¶

func (o *WaypointListWorkspaces2Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list workspaces2 params

func (*WaypointListWorkspaces2Params) SetDefaults ¶

func (o *WaypointListWorkspaces2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint list workspaces2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListWorkspaces2Params) SetHTTPClient ¶

func (o *WaypointListWorkspaces2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list workspaces2 params

func (*WaypointListWorkspaces2Params) SetProjectProject ¶

func (o *WaypointListWorkspaces2Params) SetProjectProject(projectProject string)

SetProjectProject adds the projectProject to the waypoint list workspaces2 params

func (*WaypointListWorkspaces2Params) SetTimeout ¶

func (o *WaypointListWorkspaces2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list workspaces2 params

func (*WaypointListWorkspaces2Params) WithApplicationApplication ¶

func (o *WaypointListWorkspaces2Params) WithApplicationApplication(applicationApplication *string) *WaypointListWorkspaces2Params

WithApplicationApplication adds the applicationApplication to the waypoint list workspaces2 params

func (*WaypointListWorkspaces2Params) WithApplicationProject ¶

func (o *WaypointListWorkspaces2Params) WithApplicationProject(applicationProject *string) *WaypointListWorkspaces2Params

WithApplicationProject adds the applicationProject to the waypoint list workspaces2 params

func (*WaypointListWorkspaces2Params) WithContext ¶

WithContext adds the context to the waypoint list workspaces2 params

func (*WaypointListWorkspaces2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list workspaces2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListWorkspaces2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list workspaces2 params

func (*WaypointListWorkspaces2Params) WithProjectProject ¶

func (o *WaypointListWorkspaces2Params) WithProjectProject(projectProject string) *WaypointListWorkspaces2Params

WithProjectProject adds the projectProject to the waypoint list workspaces2 params

func (*WaypointListWorkspaces2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list workspaces2 params

func (*WaypointListWorkspaces2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListWorkspaces2Reader ¶

type WaypointListWorkspaces2Reader struct {
	// contains filtered or unexported fields
}

WaypointListWorkspaces2Reader is a Reader for the WaypointListWorkspaces2 structure.

func (*WaypointListWorkspaces2Reader) ReadResponse ¶

func (o *WaypointListWorkspaces2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListWorkspaces3Default ¶

type WaypointListWorkspaces3Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListWorkspaces3Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListWorkspaces3Default ¶

func NewWaypointListWorkspaces3Default(code int) *WaypointListWorkspaces3Default

NewWaypointListWorkspaces3Default creates a WaypointListWorkspaces3Default with default headers values

func (*WaypointListWorkspaces3Default) Code ¶

Code gets the status code for the waypoint list workspaces3 default response

func (*WaypointListWorkspaces3Default) Error ¶

func (*WaypointListWorkspaces3Default) GetPayload ¶

func (*WaypointListWorkspaces3Default) IsClientError ¶

func (o *WaypointListWorkspaces3Default) IsClientError() bool

IsClientError returns true when this waypoint list workspaces3 default response has a 4xx status code

func (*WaypointListWorkspaces3Default) IsCode ¶

func (o *WaypointListWorkspaces3Default) IsCode(code int) bool

IsCode returns true when this waypoint list workspaces3 default response a status code equal to that given

func (*WaypointListWorkspaces3Default) IsRedirect ¶

func (o *WaypointListWorkspaces3Default) IsRedirect() bool

IsRedirect returns true when this waypoint list workspaces3 default response has a 3xx status code

func (*WaypointListWorkspaces3Default) IsServerError ¶

func (o *WaypointListWorkspaces3Default) IsServerError() bool

IsServerError returns true when this waypoint list workspaces3 default response has a 5xx status code

func (*WaypointListWorkspaces3Default) IsSuccess ¶

func (o *WaypointListWorkspaces3Default) IsSuccess() bool

IsSuccess returns true when this waypoint list workspaces3 default response has a 2xx status code

func (*WaypointListWorkspaces3Default) String ¶

type WaypointListWorkspaces3OK ¶

type WaypointListWorkspaces3OK struct {
	Payload *models.HashicorpWaypointListWorkspacesResponse
}

WaypointListWorkspaces3OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListWorkspaces3OK ¶

func NewWaypointListWorkspaces3OK() *WaypointListWorkspaces3OK

NewWaypointListWorkspaces3OK creates a WaypointListWorkspaces3OK with default headers values

func (*WaypointListWorkspaces3OK) Error ¶

func (o *WaypointListWorkspaces3OK) Error() string

func (*WaypointListWorkspaces3OK) GetPayload ¶

func (*WaypointListWorkspaces3OK) IsClientError ¶

func (o *WaypointListWorkspaces3OK) IsClientError() bool

IsClientError returns true when this waypoint list workspaces3 o k response has a 4xx status code

func (*WaypointListWorkspaces3OK) IsCode ¶

func (o *WaypointListWorkspaces3OK) IsCode(code int) bool

IsCode returns true when this waypoint list workspaces3 o k response a status code equal to that given

func (*WaypointListWorkspaces3OK) IsRedirect ¶

func (o *WaypointListWorkspaces3OK) IsRedirect() bool

IsRedirect returns true when this waypoint list workspaces3 o k response has a 3xx status code

func (*WaypointListWorkspaces3OK) IsServerError ¶

func (o *WaypointListWorkspaces3OK) IsServerError() bool

IsServerError returns true when this waypoint list workspaces3 o k response has a 5xx status code

func (*WaypointListWorkspaces3OK) IsSuccess ¶

func (o *WaypointListWorkspaces3OK) IsSuccess() bool

IsSuccess returns true when this waypoint list workspaces3 o k response has a 2xx status code

func (*WaypointListWorkspaces3OK) String ¶

func (o *WaypointListWorkspaces3OK) String() string

type WaypointListWorkspaces3Params ¶

type WaypointListWorkspaces3Params struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject string

	// ProjectProject.
	ProjectProject *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListWorkspaces3Params contains all the parameters to send to the API endpoint

for the waypoint list workspaces3 operation.

Typically these are written to a http.Request.

func NewWaypointListWorkspaces3Params ¶

func NewWaypointListWorkspaces3Params() *WaypointListWorkspaces3Params

NewWaypointListWorkspaces3Params creates a new WaypointListWorkspaces3Params 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 NewWaypointListWorkspaces3ParamsWithContext ¶

func NewWaypointListWorkspaces3ParamsWithContext(ctx context.Context) *WaypointListWorkspaces3Params

NewWaypointListWorkspaces3ParamsWithContext creates a new WaypointListWorkspaces3Params object with the ability to set a context for a request.

func NewWaypointListWorkspaces3ParamsWithHTTPClient ¶

func NewWaypointListWorkspaces3ParamsWithHTTPClient(client *http.Client) *WaypointListWorkspaces3Params

NewWaypointListWorkspaces3ParamsWithHTTPClient creates a new WaypointListWorkspaces3Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointListWorkspaces3ParamsWithTimeout ¶

func NewWaypointListWorkspaces3ParamsWithTimeout(timeout time.Duration) *WaypointListWorkspaces3Params

NewWaypointListWorkspaces3ParamsWithTimeout creates a new WaypointListWorkspaces3Params object with the ability to set a timeout on a request.

func (*WaypointListWorkspaces3Params) SetApplicationApplication ¶

func (o *WaypointListWorkspaces3Params) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint list workspaces3 params

func (*WaypointListWorkspaces3Params) SetApplicationProject ¶

func (o *WaypointListWorkspaces3Params) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint list workspaces3 params

func (*WaypointListWorkspaces3Params) SetContext ¶

func (o *WaypointListWorkspaces3Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list workspaces3 params

func (*WaypointListWorkspaces3Params) SetDefaults ¶

func (o *WaypointListWorkspaces3Params) SetDefaults()

SetDefaults hydrates default values in the waypoint list workspaces3 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListWorkspaces3Params) SetHTTPClient ¶

func (o *WaypointListWorkspaces3Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list workspaces3 params

func (*WaypointListWorkspaces3Params) SetProjectProject ¶

func (o *WaypointListWorkspaces3Params) SetProjectProject(projectProject *string)

SetProjectProject adds the projectProject to the waypoint list workspaces3 params

func (*WaypointListWorkspaces3Params) SetTimeout ¶

func (o *WaypointListWorkspaces3Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list workspaces3 params

func (*WaypointListWorkspaces3Params) WithApplicationApplication ¶

func (o *WaypointListWorkspaces3Params) WithApplicationApplication(applicationApplication string) *WaypointListWorkspaces3Params

WithApplicationApplication adds the applicationApplication to the waypoint list workspaces3 params

func (*WaypointListWorkspaces3Params) WithApplicationProject ¶

func (o *WaypointListWorkspaces3Params) WithApplicationProject(applicationProject string) *WaypointListWorkspaces3Params

WithApplicationProject adds the applicationProject to the waypoint list workspaces3 params

func (*WaypointListWorkspaces3Params) WithContext ¶

WithContext adds the context to the waypoint list workspaces3 params

func (*WaypointListWorkspaces3Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list workspaces3 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListWorkspaces3Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list workspaces3 params

func (*WaypointListWorkspaces3Params) WithProjectProject ¶

func (o *WaypointListWorkspaces3Params) WithProjectProject(projectProject *string) *WaypointListWorkspaces3Params

WithProjectProject adds the projectProject to the waypoint list workspaces3 params

func (*WaypointListWorkspaces3Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list workspaces3 params

func (*WaypointListWorkspaces3Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListWorkspaces3Reader ¶

type WaypointListWorkspaces3Reader struct {
	// contains filtered or unexported fields
}

WaypointListWorkspaces3Reader is a Reader for the WaypointListWorkspaces3 structure.

func (*WaypointListWorkspaces3Reader) ReadResponse ¶

func (o *WaypointListWorkspaces3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointListWorkspacesDefault ¶

type WaypointListWorkspacesDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointListWorkspacesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointListWorkspacesDefault ¶

func NewWaypointListWorkspacesDefault(code int) *WaypointListWorkspacesDefault

NewWaypointListWorkspacesDefault creates a WaypointListWorkspacesDefault with default headers values

func (*WaypointListWorkspacesDefault) Code ¶

Code gets the status code for the waypoint list workspaces default response

func (*WaypointListWorkspacesDefault) Error ¶

func (*WaypointListWorkspacesDefault) GetPayload ¶

func (*WaypointListWorkspacesDefault) IsClientError ¶

func (o *WaypointListWorkspacesDefault) IsClientError() bool

IsClientError returns true when this waypoint list workspaces default response has a 4xx status code

func (*WaypointListWorkspacesDefault) IsCode ¶

func (o *WaypointListWorkspacesDefault) IsCode(code int) bool

IsCode returns true when this waypoint list workspaces default response a status code equal to that given

func (*WaypointListWorkspacesDefault) IsRedirect ¶

func (o *WaypointListWorkspacesDefault) IsRedirect() bool

IsRedirect returns true when this waypoint list workspaces default response has a 3xx status code

func (*WaypointListWorkspacesDefault) IsServerError ¶

func (o *WaypointListWorkspacesDefault) IsServerError() bool

IsServerError returns true when this waypoint list workspaces default response has a 5xx status code

func (*WaypointListWorkspacesDefault) IsSuccess ¶

func (o *WaypointListWorkspacesDefault) IsSuccess() bool

IsSuccess returns true when this waypoint list workspaces default response has a 2xx status code

func (*WaypointListWorkspacesDefault) String ¶

type WaypointListWorkspacesOK ¶

type WaypointListWorkspacesOK struct {
	Payload *models.HashicorpWaypointListWorkspacesResponse
}

WaypointListWorkspacesOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointListWorkspacesOK ¶

func NewWaypointListWorkspacesOK() *WaypointListWorkspacesOK

NewWaypointListWorkspacesOK creates a WaypointListWorkspacesOK with default headers values

func (*WaypointListWorkspacesOK) Error ¶

func (o *WaypointListWorkspacesOK) Error() string

func (*WaypointListWorkspacesOK) GetPayload ¶

func (*WaypointListWorkspacesOK) IsClientError ¶

func (o *WaypointListWorkspacesOK) IsClientError() bool

IsClientError returns true when this waypoint list workspaces o k response has a 4xx status code

func (*WaypointListWorkspacesOK) IsCode ¶

func (o *WaypointListWorkspacesOK) IsCode(code int) bool

IsCode returns true when this waypoint list workspaces o k response a status code equal to that given

func (*WaypointListWorkspacesOK) IsRedirect ¶

func (o *WaypointListWorkspacesOK) IsRedirect() bool

IsRedirect returns true when this waypoint list workspaces o k response has a 3xx status code

func (*WaypointListWorkspacesOK) IsServerError ¶

func (o *WaypointListWorkspacesOK) IsServerError() bool

IsServerError returns true when this waypoint list workspaces o k response has a 5xx status code

func (*WaypointListWorkspacesOK) IsSuccess ¶

func (o *WaypointListWorkspacesOK) IsSuccess() bool

IsSuccess returns true when this waypoint list workspaces o k response has a 2xx status code

func (*WaypointListWorkspacesOK) String ¶

func (o *WaypointListWorkspacesOK) String() string

type WaypointListWorkspacesParams ¶

type WaypointListWorkspacesParams struct {

	// ApplicationApplication.
	ApplicationApplication *string

	// ApplicationProject.
	ApplicationProject *string

	// ProjectProject.
	ProjectProject *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointListWorkspacesParams contains all the parameters to send to the API endpoint

for the waypoint list workspaces operation.

Typically these are written to a http.Request.

func NewWaypointListWorkspacesParams ¶

func NewWaypointListWorkspacesParams() *WaypointListWorkspacesParams

NewWaypointListWorkspacesParams creates a new WaypointListWorkspacesParams 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 NewWaypointListWorkspacesParamsWithContext ¶

func NewWaypointListWorkspacesParamsWithContext(ctx context.Context) *WaypointListWorkspacesParams

NewWaypointListWorkspacesParamsWithContext creates a new WaypointListWorkspacesParams object with the ability to set a context for a request.

func NewWaypointListWorkspacesParamsWithHTTPClient ¶

func NewWaypointListWorkspacesParamsWithHTTPClient(client *http.Client) *WaypointListWorkspacesParams

NewWaypointListWorkspacesParamsWithHTTPClient creates a new WaypointListWorkspacesParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointListWorkspacesParamsWithTimeout ¶

func NewWaypointListWorkspacesParamsWithTimeout(timeout time.Duration) *WaypointListWorkspacesParams

NewWaypointListWorkspacesParamsWithTimeout creates a new WaypointListWorkspacesParams object with the ability to set a timeout on a request.

func (*WaypointListWorkspacesParams) SetApplicationApplication ¶

func (o *WaypointListWorkspacesParams) SetApplicationApplication(applicationApplication *string)

SetApplicationApplication adds the applicationApplication to the waypoint list workspaces params

func (*WaypointListWorkspacesParams) SetApplicationProject ¶

func (o *WaypointListWorkspacesParams) SetApplicationProject(applicationProject *string)

SetApplicationProject adds the applicationProject to the waypoint list workspaces params

func (*WaypointListWorkspacesParams) SetContext ¶

func (o *WaypointListWorkspacesParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint list workspaces params

func (*WaypointListWorkspacesParams) SetDefaults ¶

func (o *WaypointListWorkspacesParams) SetDefaults()

SetDefaults hydrates default values in the waypoint list workspaces params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListWorkspacesParams) SetHTTPClient ¶

func (o *WaypointListWorkspacesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint list workspaces params

func (*WaypointListWorkspacesParams) SetProjectProject ¶

func (o *WaypointListWorkspacesParams) SetProjectProject(projectProject *string)

SetProjectProject adds the projectProject to the waypoint list workspaces params

func (*WaypointListWorkspacesParams) SetTimeout ¶

func (o *WaypointListWorkspacesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint list workspaces params

func (*WaypointListWorkspacesParams) WithApplicationApplication ¶

func (o *WaypointListWorkspacesParams) WithApplicationApplication(applicationApplication *string) *WaypointListWorkspacesParams

WithApplicationApplication adds the applicationApplication to the waypoint list workspaces params

func (*WaypointListWorkspacesParams) WithApplicationProject ¶

func (o *WaypointListWorkspacesParams) WithApplicationProject(applicationProject *string) *WaypointListWorkspacesParams

WithApplicationProject adds the applicationProject to the waypoint list workspaces params

func (*WaypointListWorkspacesParams) WithContext ¶

WithContext adds the context to the waypoint list workspaces params

func (*WaypointListWorkspacesParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint list workspaces params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointListWorkspacesParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint list workspaces params

func (*WaypointListWorkspacesParams) WithProjectProject ¶

func (o *WaypointListWorkspacesParams) WithProjectProject(projectProject *string) *WaypointListWorkspacesParams

WithProjectProject adds the projectProject to the waypoint list workspaces params

func (*WaypointListWorkspacesParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint list workspaces params

func (*WaypointListWorkspacesParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointListWorkspacesReader ¶

type WaypointListWorkspacesReader struct {
	// contains filtered or unexported fields
}

WaypointListWorkspacesReader is a Reader for the WaypointListWorkspaces structure.

func (*WaypointListWorkspacesReader) ReadResponse ¶

func (o *WaypointListWorkspacesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointNoAuthRunTriggerDefault ¶

type WaypointNoAuthRunTriggerDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointNoAuthRunTriggerDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointNoAuthRunTriggerDefault ¶

func NewWaypointNoAuthRunTriggerDefault(code int) *WaypointNoAuthRunTriggerDefault

NewWaypointNoAuthRunTriggerDefault creates a WaypointNoAuthRunTriggerDefault with default headers values

func (*WaypointNoAuthRunTriggerDefault) Code ¶

Code gets the status code for the waypoint no auth run trigger default response

func (*WaypointNoAuthRunTriggerDefault) Error ¶

func (*WaypointNoAuthRunTriggerDefault) GetPayload ¶

func (*WaypointNoAuthRunTriggerDefault) IsClientError ¶

func (o *WaypointNoAuthRunTriggerDefault) IsClientError() bool

IsClientError returns true when this waypoint no auth run trigger default response has a 4xx status code

func (*WaypointNoAuthRunTriggerDefault) IsCode ¶

func (o *WaypointNoAuthRunTriggerDefault) IsCode(code int) bool

IsCode returns true when this waypoint no auth run trigger default response a status code equal to that given

func (*WaypointNoAuthRunTriggerDefault) IsRedirect ¶

func (o *WaypointNoAuthRunTriggerDefault) IsRedirect() bool

IsRedirect returns true when this waypoint no auth run trigger default response has a 3xx status code

func (*WaypointNoAuthRunTriggerDefault) IsServerError ¶

func (o *WaypointNoAuthRunTriggerDefault) IsServerError() bool

IsServerError returns true when this waypoint no auth run trigger default response has a 5xx status code

func (*WaypointNoAuthRunTriggerDefault) IsSuccess ¶

func (o *WaypointNoAuthRunTriggerDefault) IsSuccess() bool

IsSuccess returns true when this waypoint no auth run trigger default response has a 2xx status code

func (*WaypointNoAuthRunTriggerDefault) String ¶

type WaypointNoAuthRunTriggerOK ¶

type WaypointNoAuthRunTriggerOK struct {
	Payload *models.HashicorpWaypointRunTriggerResponse
}

WaypointNoAuthRunTriggerOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointNoAuthRunTriggerOK ¶

func NewWaypointNoAuthRunTriggerOK() *WaypointNoAuthRunTriggerOK

NewWaypointNoAuthRunTriggerOK creates a WaypointNoAuthRunTriggerOK with default headers values

func (*WaypointNoAuthRunTriggerOK) Error ¶

func (*WaypointNoAuthRunTriggerOK) GetPayload ¶

func (*WaypointNoAuthRunTriggerOK) IsClientError ¶

func (o *WaypointNoAuthRunTriggerOK) IsClientError() bool

IsClientError returns true when this waypoint no auth run trigger o k response has a 4xx status code

func (*WaypointNoAuthRunTriggerOK) IsCode ¶

func (o *WaypointNoAuthRunTriggerOK) IsCode(code int) bool

IsCode returns true when this waypoint no auth run trigger o k response a status code equal to that given

func (*WaypointNoAuthRunTriggerOK) IsRedirect ¶

func (o *WaypointNoAuthRunTriggerOK) IsRedirect() bool

IsRedirect returns true when this waypoint no auth run trigger o k response has a 3xx status code

func (*WaypointNoAuthRunTriggerOK) IsServerError ¶

func (o *WaypointNoAuthRunTriggerOK) IsServerError() bool

IsServerError returns true when this waypoint no auth run trigger o k response has a 5xx status code

func (*WaypointNoAuthRunTriggerOK) IsSuccess ¶

func (o *WaypointNoAuthRunTriggerOK) IsSuccess() bool

IsSuccess returns true when this waypoint no auth run trigger o k response has a 2xx status code

func (*WaypointNoAuthRunTriggerOK) String ¶

func (o *WaypointNoAuthRunTriggerOK) String() string

type WaypointNoAuthRunTriggerParams ¶

type WaypointNoAuthRunTriggerParams struct {

	// Body.
	Body *models.HashicorpWaypointRunTriggerRequest

	// RefID.
	RefID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointNoAuthRunTriggerParams contains all the parameters to send to the API endpoint

for the waypoint no auth run trigger operation.

Typically these are written to a http.Request.

func NewWaypointNoAuthRunTriggerParams ¶

func NewWaypointNoAuthRunTriggerParams() *WaypointNoAuthRunTriggerParams

NewWaypointNoAuthRunTriggerParams creates a new WaypointNoAuthRunTriggerParams 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 NewWaypointNoAuthRunTriggerParamsWithContext ¶

func NewWaypointNoAuthRunTriggerParamsWithContext(ctx context.Context) *WaypointNoAuthRunTriggerParams

NewWaypointNoAuthRunTriggerParamsWithContext creates a new WaypointNoAuthRunTriggerParams object with the ability to set a context for a request.

func NewWaypointNoAuthRunTriggerParamsWithHTTPClient ¶

func NewWaypointNoAuthRunTriggerParamsWithHTTPClient(client *http.Client) *WaypointNoAuthRunTriggerParams

NewWaypointNoAuthRunTriggerParamsWithHTTPClient creates a new WaypointNoAuthRunTriggerParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointNoAuthRunTriggerParamsWithTimeout ¶

func NewWaypointNoAuthRunTriggerParamsWithTimeout(timeout time.Duration) *WaypointNoAuthRunTriggerParams

NewWaypointNoAuthRunTriggerParamsWithTimeout creates a new WaypointNoAuthRunTriggerParams object with the ability to set a timeout on a request.

func (*WaypointNoAuthRunTriggerParams) SetBody ¶

SetBody adds the body to the waypoint no auth run trigger params

func (*WaypointNoAuthRunTriggerParams) SetContext ¶

func (o *WaypointNoAuthRunTriggerParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint no auth run trigger params

func (*WaypointNoAuthRunTriggerParams) SetDefaults ¶

func (o *WaypointNoAuthRunTriggerParams) SetDefaults()

SetDefaults hydrates default values in the waypoint no auth run trigger params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointNoAuthRunTriggerParams) SetHTTPClient ¶

func (o *WaypointNoAuthRunTriggerParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint no auth run trigger params

func (*WaypointNoAuthRunTriggerParams) SetRefID ¶

func (o *WaypointNoAuthRunTriggerParams) SetRefID(refID string)

SetRefID adds the refId to the waypoint no auth run trigger params

func (*WaypointNoAuthRunTriggerParams) SetTimeout ¶

func (o *WaypointNoAuthRunTriggerParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint no auth run trigger params

func (*WaypointNoAuthRunTriggerParams) WithBody ¶

WithBody adds the body to the waypoint no auth run trigger params

func (*WaypointNoAuthRunTriggerParams) WithContext ¶

WithContext adds the context to the waypoint no auth run trigger params

func (*WaypointNoAuthRunTriggerParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint no auth run trigger params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointNoAuthRunTriggerParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint no auth run trigger params

func (*WaypointNoAuthRunTriggerParams) WithRefID ¶

WithRefID adds the refID to the waypoint no auth run trigger params

func (*WaypointNoAuthRunTriggerParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint no auth run trigger params

func (*WaypointNoAuthRunTriggerParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointNoAuthRunTriggerReader ¶

type WaypointNoAuthRunTriggerReader struct {
	// contains filtered or unexported fields
}

WaypointNoAuthRunTriggerReader is a Reader for the WaypointNoAuthRunTrigger structure.

func (*WaypointNoAuthRunTriggerReader) ReadResponse ¶

func (o *WaypointNoAuthRunTriggerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointQueueJobDefault ¶

type WaypointQueueJobDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointQueueJobDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointQueueJobDefault ¶

func NewWaypointQueueJobDefault(code int) *WaypointQueueJobDefault

NewWaypointQueueJobDefault creates a WaypointQueueJobDefault with default headers values

func (*WaypointQueueJobDefault) Code ¶

func (o *WaypointQueueJobDefault) Code() int

Code gets the status code for the waypoint queue job default response

func (*WaypointQueueJobDefault) Error ¶

func (o *WaypointQueueJobDefault) Error() string

func (*WaypointQueueJobDefault) GetPayload ¶

func (*WaypointQueueJobDefault) IsClientError ¶

func (o *WaypointQueueJobDefault) IsClientError() bool

IsClientError returns true when this waypoint queue job default response has a 4xx status code

func (*WaypointQueueJobDefault) IsCode ¶

func (o *WaypointQueueJobDefault) IsCode(code int) bool

IsCode returns true when this waypoint queue job default response a status code equal to that given

func (*WaypointQueueJobDefault) IsRedirect ¶

func (o *WaypointQueueJobDefault) IsRedirect() bool

IsRedirect returns true when this waypoint queue job default response has a 3xx status code

func (*WaypointQueueJobDefault) IsServerError ¶

func (o *WaypointQueueJobDefault) IsServerError() bool

IsServerError returns true when this waypoint queue job default response has a 5xx status code

func (*WaypointQueueJobDefault) IsSuccess ¶

func (o *WaypointQueueJobDefault) IsSuccess() bool

IsSuccess returns true when this waypoint queue job default response has a 2xx status code

func (*WaypointQueueJobDefault) String ¶

func (o *WaypointQueueJobDefault) String() string

type WaypointQueueJobOK ¶

type WaypointQueueJobOK struct {
	Payload *models.HashicorpWaypointQueueJobResponse
}

WaypointQueueJobOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointQueueJobOK ¶

func NewWaypointQueueJobOK() *WaypointQueueJobOK

NewWaypointQueueJobOK creates a WaypointQueueJobOK with default headers values

func (*WaypointQueueJobOK) Error ¶

func (o *WaypointQueueJobOK) Error() string

func (*WaypointQueueJobOK) GetPayload ¶

func (*WaypointQueueJobOK) IsClientError ¶

func (o *WaypointQueueJobOK) IsClientError() bool

IsClientError returns true when this waypoint queue job o k response has a 4xx status code

func (*WaypointQueueJobOK) IsCode ¶

func (o *WaypointQueueJobOK) IsCode(code int) bool

IsCode returns true when this waypoint queue job o k response a status code equal to that given

func (*WaypointQueueJobOK) IsRedirect ¶

func (o *WaypointQueueJobOK) IsRedirect() bool

IsRedirect returns true when this waypoint queue job o k response has a 3xx status code

func (*WaypointQueueJobOK) IsServerError ¶

func (o *WaypointQueueJobOK) IsServerError() bool

IsServerError returns true when this waypoint queue job o k response has a 5xx status code

func (*WaypointQueueJobOK) IsSuccess ¶

func (o *WaypointQueueJobOK) IsSuccess() bool

IsSuccess returns true when this waypoint queue job o k response has a 2xx status code

func (*WaypointQueueJobOK) String ¶

func (o *WaypointQueueJobOK) String() string

type WaypointQueueJobParams ¶

type WaypointQueueJobParams struct {

	// Body.
	Body *models.HashicorpWaypointQueueJobRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointQueueJobParams contains all the parameters to send to the API endpoint

for the waypoint queue job operation.

Typically these are written to a http.Request.

func NewWaypointQueueJobParams ¶

func NewWaypointQueueJobParams() *WaypointQueueJobParams

NewWaypointQueueJobParams creates a new WaypointQueueJobParams 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 NewWaypointQueueJobParamsWithContext ¶

func NewWaypointQueueJobParamsWithContext(ctx context.Context) *WaypointQueueJobParams

NewWaypointQueueJobParamsWithContext creates a new WaypointQueueJobParams object with the ability to set a context for a request.

func NewWaypointQueueJobParamsWithHTTPClient ¶

func NewWaypointQueueJobParamsWithHTTPClient(client *http.Client) *WaypointQueueJobParams

NewWaypointQueueJobParamsWithHTTPClient creates a new WaypointQueueJobParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointQueueJobParamsWithTimeout ¶

func NewWaypointQueueJobParamsWithTimeout(timeout time.Duration) *WaypointQueueJobParams

NewWaypointQueueJobParamsWithTimeout creates a new WaypointQueueJobParams object with the ability to set a timeout on a request.

func (*WaypointQueueJobParams) SetBody ¶

SetBody adds the body to the waypoint queue job params

func (*WaypointQueueJobParams) SetContext ¶

func (o *WaypointQueueJobParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint queue job params

func (*WaypointQueueJobParams) SetDefaults ¶

func (o *WaypointQueueJobParams) SetDefaults()

SetDefaults hydrates default values in the waypoint queue job params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointQueueJobParams) SetHTTPClient ¶

func (o *WaypointQueueJobParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint queue job params

func (*WaypointQueueJobParams) SetTimeout ¶

func (o *WaypointQueueJobParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint queue job params

func (*WaypointQueueJobParams) WithBody ¶

WithBody adds the body to the waypoint queue job params

func (*WaypointQueueJobParams) WithContext ¶

WithContext adds the context to the waypoint queue job params

func (*WaypointQueueJobParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint queue job params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointQueueJobParams) WithHTTPClient ¶

func (o *WaypointQueueJobParams) WithHTTPClient(client *http.Client) *WaypointQueueJobParams

WithHTTPClient adds the HTTPClient to the waypoint queue job params

func (*WaypointQueueJobParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint queue job params

func (*WaypointQueueJobParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointQueueJobReader ¶

type WaypointQueueJobReader struct {
	// contains filtered or unexported fields
}

WaypointQueueJobReader is a Reader for the WaypointQueueJob structure.

func (*WaypointQueueJobReader) ReadResponse ¶

func (o *WaypointQueueJobReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointRunPipeline2Default ¶

type WaypointRunPipeline2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointRunPipeline2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointRunPipeline2Default ¶

func NewWaypointRunPipeline2Default(code int) *WaypointRunPipeline2Default

NewWaypointRunPipeline2Default creates a WaypointRunPipeline2Default with default headers values

func (*WaypointRunPipeline2Default) Code ¶

func (o *WaypointRunPipeline2Default) Code() int

Code gets the status code for the waypoint run pipeline2 default response

func (*WaypointRunPipeline2Default) Error ¶

func (*WaypointRunPipeline2Default) GetPayload ¶

func (*WaypointRunPipeline2Default) IsClientError ¶

func (o *WaypointRunPipeline2Default) IsClientError() bool

IsClientError returns true when this waypoint run pipeline2 default response has a 4xx status code

func (*WaypointRunPipeline2Default) IsCode ¶

func (o *WaypointRunPipeline2Default) IsCode(code int) bool

IsCode returns true when this waypoint run pipeline2 default response a status code equal to that given

func (*WaypointRunPipeline2Default) IsRedirect ¶

func (o *WaypointRunPipeline2Default) IsRedirect() bool

IsRedirect returns true when this waypoint run pipeline2 default response has a 3xx status code

func (*WaypointRunPipeline2Default) IsServerError ¶

func (o *WaypointRunPipeline2Default) IsServerError() bool

IsServerError returns true when this waypoint run pipeline2 default response has a 5xx status code

func (*WaypointRunPipeline2Default) IsSuccess ¶

func (o *WaypointRunPipeline2Default) IsSuccess() bool

IsSuccess returns true when this waypoint run pipeline2 default response has a 2xx status code

func (*WaypointRunPipeline2Default) String ¶

func (o *WaypointRunPipeline2Default) String() string

type WaypointRunPipeline2OK ¶

type WaypointRunPipeline2OK struct {
	Payload *models.HashicorpWaypointRunPipelineResponse
}

WaypointRunPipeline2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointRunPipeline2OK ¶

func NewWaypointRunPipeline2OK() *WaypointRunPipeline2OK

NewWaypointRunPipeline2OK creates a WaypointRunPipeline2OK with default headers values

func (*WaypointRunPipeline2OK) Error ¶

func (o *WaypointRunPipeline2OK) Error() string

func (*WaypointRunPipeline2OK) GetPayload ¶

func (*WaypointRunPipeline2OK) IsClientError ¶

func (o *WaypointRunPipeline2OK) IsClientError() bool

IsClientError returns true when this waypoint run pipeline2 o k response has a 4xx status code

func (*WaypointRunPipeline2OK) IsCode ¶

func (o *WaypointRunPipeline2OK) IsCode(code int) bool

IsCode returns true when this waypoint run pipeline2 o k response a status code equal to that given

func (*WaypointRunPipeline2OK) IsRedirect ¶

func (o *WaypointRunPipeline2OK) IsRedirect() bool

IsRedirect returns true when this waypoint run pipeline2 o k response has a 3xx status code

func (*WaypointRunPipeline2OK) IsServerError ¶

func (o *WaypointRunPipeline2OK) IsServerError() bool

IsServerError returns true when this waypoint run pipeline2 o k response has a 5xx status code

func (*WaypointRunPipeline2OK) IsSuccess ¶

func (o *WaypointRunPipeline2OK) IsSuccess() bool

IsSuccess returns true when this waypoint run pipeline2 o k response has a 2xx status code

func (*WaypointRunPipeline2OK) String ¶

func (o *WaypointRunPipeline2OK) String() string

type WaypointRunPipeline2Params ¶

type WaypointRunPipeline2Params struct {

	// Body.
	Body *models.HashicorpWaypointRunPipelineRequest

	/* PipelineID.

	   Reference a single pipeline by ID.
	*/
	PipelineID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointRunPipeline2Params contains all the parameters to send to the API endpoint

for the waypoint run pipeline2 operation.

Typically these are written to a http.Request.

func NewWaypointRunPipeline2Params ¶

func NewWaypointRunPipeline2Params() *WaypointRunPipeline2Params

NewWaypointRunPipeline2Params creates a new WaypointRunPipeline2Params 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 NewWaypointRunPipeline2ParamsWithContext ¶

func NewWaypointRunPipeline2ParamsWithContext(ctx context.Context) *WaypointRunPipeline2Params

NewWaypointRunPipeline2ParamsWithContext creates a new WaypointRunPipeline2Params object with the ability to set a context for a request.

func NewWaypointRunPipeline2ParamsWithHTTPClient ¶

func NewWaypointRunPipeline2ParamsWithHTTPClient(client *http.Client) *WaypointRunPipeline2Params

NewWaypointRunPipeline2ParamsWithHTTPClient creates a new WaypointRunPipeline2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointRunPipeline2ParamsWithTimeout ¶

func NewWaypointRunPipeline2ParamsWithTimeout(timeout time.Duration) *WaypointRunPipeline2Params

NewWaypointRunPipeline2ParamsWithTimeout creates a new WaypointRunPipeline2Params object with the ability to set a timeout on a request.

func (*WaypointRunPipeline2Params) SetBody ¶

SetBody adds the body to the waypoint run pipeline2 params

func (*WaypointRunPipeline2Params) SetContext ¶

func (o *WaypointRunPipeline2Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint run pipeline2 params

func (*WaypointRunPipeline2Params) SetDefaults ¶

func (o *WaypointRunPipeline2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint run pipeline2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointRunPipeline2Params) SetHTTPClient ¶

func (o *WaypointRunPipeline2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint run pipeline2 params

func (*WaypointRunPipeline2Params) SetPipelineID ¶

func (o *WaypointRunPipeline2Params) SetPipelineID(pipelineID string)

SetPipelineID adds the pipelineId to the waypoint run pipeline2 params

func (*WaypointRunPipeline2Params) SetTimeout ¶

func (o *WaypointRunPipeline2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint run pipeline2 params

func (*WaypointRunPipeline2Params) WithBody ¶

WithBody adds the body to the waypoint run pipeline2 params

func (*WaypointRunPipeline2Params) WithContext ¶

WithContext adds the context to the waypoint run pipeline2 params

func (*WaypointRunPipeline2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint run pipeline2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointRunPipeline2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint run pipeline2 params

func (*WaypointRunPipeline2Params) WithPipelineID ¶

func (o *WaypointRunPipeline2Params) WithPipelineID(pipelineID string) *WaypointRunPipeline2Params

WithPipelineID adds the pipelineID to the waypoint run pipeline2 params

func (*WaypointRunPipeline2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint run pipeline2 params

func (*WaypointRunPipeline2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointRunPipeline2Reader ¶

type WaypointRunPipeline2Reader struct {
	// contains filtered or unexported fields
}

WaypointRunPipeline2Reader is a Reader for the WaypointRunPipeline2 structure.

func (*WaypointRunPipeline2Reader) ReadResponse ¶

func (o *WaypointRunPipeline2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointRunPipelineDefault ¶

type WaypointRunPipelineDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointRunPipelineDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointRunPipelineDefault ¶

func NewWaypointRunPipelineDefault(code int) *WaypointRunPipelineDefault

NewWaypointRunPipelineDefault creates a WaypointRunPipelineDefault with default headers values

func (*WaypointRunPipelineDefault) Code ¶

func (o *WaypointRunPipelineDefault) Code() int

Code gets the status code for the waypoint run pipeline default response

func (*WaypointRunPipelineDefault) Error ¶

func (*WaypointRunPipelineDefault) GetPayload ¶

func (*WaypointRunPipelineDefault) IsClientError ¶

func (o *WaypointRunPipelineDefault) IsClientError() bool

IsClientError returns true when this waypoint run pipeline default response has a 4xx status code

func (*WaypointRunPipelineDefault) IsCode ¶

func (o *WaypointRunPipelineDefault) IsCode(code int) bool

IsCode returns true when this waypoint run pipeline default response a status code equal to that given

func (*WaypointRunPipelineDefault) IsRedirect ¶

func (o *WaypointRunPipelineDefault) IsRedirect() bool

IsRedirect returns true when this waypoint run pipeline default response has a 3xx status code

func (*WaypointRunPipelineDefault) IsServerError ¶

func (o *WaypointRunPipelineDefault) IsServerError() bool

IsServerError returns true when this waypoint run pipeline default response has a 5xx status code

func (*WaypointRunPipelineDefault) IsSuccess ¶

func (o *WaypointRunPipelineDefault) IsSuccess() bool

IsSuccess returns true when this waypoint run pipeline default response has a 2xx status code

func (*WaypointRunPipelineDefault) String ¶

func (o *WaypointRunPipelineDefault) String() string

type WaypointRunPipelineOK ¶

type WaypointRunPipelineOK struct {
	Payload *models.HashicorpWaypointRunPipelineResponse
}

WaypointRunPipelineOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointRunPipelineOK ¶

func NewWaypointRunPipelineOK() *WaypointRunPipelineOK

NewWaypointRunPipelineOK creates a WaypointRunPipelineOK with default headers values

func (*WaypointRunPipelineOK) Error ¶

func (o *WaypointRunPipelineOK) Error() string

func (*WaypointRunPipelineOK) GetPayload ¶

func (*WaypointRunPipelineOK) IsClientError ¶

func (o *WaypointRunPipelineOK) IsClientError() bool

IsClientError returns true when this waypoint run pipeline o k response has a 4xx status code

func (*WaypointRunPipelineOK) IsCode ¶

func (o *WaypointRunPipelineOK) IsCode(code int) bool

IsCode returns true when this waypoint run pipeline o k response a status code equal to that given

func (*WaypointRunPipelineOK) IsRedirect ¶

func (o *WaypointRunPipelineOK) IsRedirect() bool

IsRedirect returns true when this waypoint run pipeline o k response has a 3xx status code

func (*WaypointRunPipelineOK) IsServerError ¶

func (o *WaypointRunPipelineOK) IsServerError() bool

IsServerError returns true when this waypoint run pipeline o k response has a 5xx status code

func (*WaypointRunPipelineOK) IsSuccess ¶

func (o *WaypointRunPipelineOK) IsSuccess() bool

IsSuccess returns true when this waypoint run pipeline o k response has a 2xx status code

func (*WaypointRunPipelineOK) String ¶

func (o *WaypointRunPipelineOK) String() string

type WaypointRunPipelineParams ¶

type WaypointRunPipelineParams struct {

	// Body.
	Body *models.HashicorpWaypointRunPipelineRequest

	/* PipelineOwnerPipelineName.

	   the name of the defined pipeline config
	*/
	PipelineOwnerPipelineName string

	// PipelineOwnerProjectProject.
	PipelineOwnerProjectProject string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointRunPipelineParams contains all the parameters to send to the API endpoint

for the waypoint run pipeline operation.

Typically these are written to a http.Request.

func NewWaypointRunPipelineParams ¶

func NewWaypointRunPipelineParams() *WaypointRunPipelineParams

NewWaypointRunPipelineParams creates a new WaypointRunPipelineParams 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 NewWaypointRunPipelineParamsWithContext ¶

func NewWaypointRunPipelineParamsWithContext(ctx context.Context) *WaypointRunPipelineParams

NewWaypointRunPipelineParamsWithContext creates a new WaypointRunPipelineParams object with the ability to set a context for a request.

func NewWaypointRunPipelineParamsWithHTTPClient ¶

func NewWaypointRunPipelineParamsWithHTTPClient(client *http.Client) *WaypointRunPipelineParams

NewWaypointRunPipelineParamsWithHTTPClient creates a new WaypointRunPipelineParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointRunPipelineParamsWithTimeout ¶

func NewWaypointRunPipelineParamsWithTimeout(timeout time.Duration) *WaypointRunPipelineParams

NewWaypointRunPipelineParamsWithTimeout creates a new WaypointRunPipelineParams object with the ability to set a timeout on a request.

func (*WaypointRunPipelineParams) SetBody ¶

SetBody adds the body to the waypoint run pipeline params

func (*WaypointRunPipelineParams) SetContext ¶

func (o *WaypointRunPipelineParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint run pipeline params

func (*WaypointRunPipelineParams) SetDefaults ¶

func (o *WaypointRunPipelineParams) SetDefaults()

SetDefaults hydrates default values in the waypoint run pipeline params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointRunPipelineParams) SetHTTPClient ¶

func (o *WaypointRunPipelineParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint run pipeline params

func (*WaypointRunPipelineParams) SetPipelineOwnerPipelineName ¶

func (o *WaypointRunPipelineParams) SetPipelineOwnerPipelineName(pipelineOwnerPipelineName string)

SetPipelineOwnerPipelineName adds the pipelineOwnerPipelineName to the waypoint run pipeline params

func (*WaypointRunPipelineParams) SetPipelineOwnerProjectProject ¶

func (o *WaypointRunPipelineParams) SetPipelineOwnerProjectProject(pipelineOwnerProjectProject string)

SetPipelineOwnerProjectProject adds the pipelineOwnerProjectProject to the waypoint run pipeline params

func (*WaypointRunPipelineParams) SetTimeout ¶

func (o *WaypointRunPipelineParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint run pipeline params

func (*WaypointRunPipelineParams) WithBody ¶

WithBody adds the body to the waypoint run pipeline params

func (*WaypointRunPipelineParams) WithContext ¶

WithContext adds the context to the waypoint run pipeline params

func (*WaypointRunPipelineParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint run pipeline params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointRunPipelineParams) WithHTTPClient ¶

func (o *WaypointRunPipelineParams) WithHTTPClient(client *http.Client) *WaypointRunPipelineParams

WithHTTPClient adds the HTTPClient to the waypoint run pipeline params

func (*WaypointRunPipelineParams) WithPipelineOwnerPipelineName ¶

func (o *WaypointRunPipelineParams) WithPipelineOwnerPipelineName(pipelineOwnerPipelineName string) *WaypointRunPipelineParams

WithPipelineOwnerPipelineName adds the pipelineOwnerPipelineName to the waypoint run pipeline params

func (*WaypointRunPipelineParams) WithPipelineOwnerProjectProject ¶

func (o *WaypointRunPipelineParams) WithPipelineOwnerProjectProject(pipelineOwnerProjectProject string) *WaypointRunPipelineParams

WithPipelineOwnerProjectProject adds the pipelineOwnerProjectProject to the waypoint run pipeline params

func (*WaypointRunPipelineParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint run pipeline params

func (*WaypointRunPipelineParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointRunPipelineReader ¶

type WaypointRunPipelineReader struct {
	// contains filtered or unexported fields
}

WaypointRunPipelineReader is a Reader for the WaypointRunPipeline structure.

func (*WaypointRunPipelineReader) ReadResponse ¶

func (o *WaypointRunPipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointRunTriggerDefault ¶

type WaypointRunTriggerDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointRunTriggerDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointRunTriggerDefault ¶

func NewWaypointRunTriggerDefault(code int) *WaypointRunTriggerDefault

NewWaypointRunTriggerDefault creates a WaypointRunTriggerDefault with default headers values

func (*WaypointRunTriggerDefault) Code ¶

func (o *WaypointRunTriggerDefault) Code() int

Code gets the status code for the waypoint run trigger default response

func (*WaypointRunTriggerDefault) Error ¶

func (o *WaypointRunTriggerDefault) Error() string

func (*WaypointRunTriggerDefault) GetPayload ¶

func (*WaypointRunTriggerDefault) IsClientError ¶

func (o *WaypointRunTriggerDefault) IsClientError() bool

IsClientError returns true when this waypoint run trigger default response has a 4xx status code

func (*WaypointRunTriggerDefault) IsCode ¶

func (o *WaypointRunTriggerDefault) IsCode(code int) bool

IsCode returns true when this waypoint run trigger default response a status code equal to that given

func (*WaypointRunTriggerDefault) IsRedirect ¶

func (o *WaypointRunTriggerDefault) IsRedirect() bool

IsRedirect returns true when this waypoint run trigger default response has a 3xx status code

func (*WaypointRunTriggerDefault) IsServerError ¶

func (o *WaypointRunTriggerDefault) IsServerError() bool

IsServerError returns true when this waypoint run trigger default response has a 5xx status code

func (*WaypointRunTriggerDefault) IsSuccess ¶

func (o *WaypointRunTriggerDefault) IsSuccess() bool

IsSuccess returns true when this waypoint run trigger default response has a 2xx status code

func (*WaypointRunTriggerDefault) String ¶

func (o *WaypointRunTriggerDefault) String() string

type WaypointRunTriggerOK ¶

type WaypointRunTriggerOK struct {
	Payload *models.HashicorpWaypointRunTriggerResponse
}

WaypointRunTriggerOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointRunTriggerOK ¶

func NewWaypointRunTriggerOK() *WaypointRunTriggerOK

NewWaypointRunTriggerOK creates a WaypointRunTriggerOK with default headers values

func (*WaypointRunTriggerOK) Error ¶

func (o *WaypointRunTriggerOK) Error() string

func (*WaypointRunTriggerOK) GetPayload ¶

func (*WaypointRunTriggerOK) IsClientError ¶

func (o *WaypointRunTriggerOK) IsClientError() bool

IsClientError returns true when this waypoint run trigger o k response has a 4xx status code

func (*WaypointRunTriggerOK) IsCode ¶

func (o *WaypointRunTriggerOK) IsCode(code int) bool

IsCode returns true when this waypoint run trigger o k response a status code equal to that given

func (*WaypointRunTriggerOK) IsRedirect ¶

func (o *WaypointRunTriggerOK) IsRedirect() bool

IsRedirect returns true when this waypoint run trigger o k response has a 3xx status code

func (*WaypointRunTriggerOK) IsServerError ¶

func (o *WaypointRunTriggerOK) IsServerError() bool

IsServerError returns true when this waypoint run trigger o k response has a 5xx status code

func (*WaypointRunTriggerOK) IsSuccess ¶

func (o *WaypointRunTriggerOK) IsSuccess() bool

IsSuccess returns true when this waypoint run trigger o k response has a 2xx status code

func (*WaypointRunTriggerOK) String ¶

func (o *WaypointRunTriggerOK) String() string

type WaypointRunTriggerParams ¶

type WaypointRunTriggerParams struct {

	// Body.
	Body *models.HashicorpWaypointRunTriggerRequest

	// RefID.
	RefID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointRunTriggerParams contains all the parameters to send to the API endpoint

for the waypoint run trigger operation.

Typically these are written to a http.Request.

func NewWaypointRunTriggerParams ¶

func NewWaypointRunTriggerParams() *WaypointRunTriggerParams

NewWaypointRunTriggerParams creates a new WaypointRunTriggerParams 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 NewWaypointRunTriggerParamsWithContext ¶

func NewWaypointRunTriggerParamsWithContext(ctx context.Context) *WaypointRunTriggerParams

NewWaypointRunTriggerParamsWithContext creates a new WaypointRunTriggerParams object with the ability to set a context for a request.

func NewWaypointRunTriggerParamsWithHTTPClient ¶

func NewWaypointRunTriggerParamsWithHTTPClient(client *http.Client) *WaypointRunTriggerParams

NewWaypointRunTriggerParamsWithHTTPClient creates a new WaypointRunTriggerParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointRunTriggerParamsWithTimeout ¶

func NewWaypointRunTriggerParamsWithTimeout(timeout time.Duration) *WaypointRunTriggerParams

NewWaypointRunTriggerParamsWithTimeout creates a new WaypointRunTriggerParams object with the ability to set a timeout on a request.

func (*WaypointRunTriggerParams) SetBody ¶

SetBody adds the body to the waypoint run trigger params

func (*WaypointRunTriggerParams) SetContext ¶

func (o *WaypointRunTriggerParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint run trigger params

func (*WaypointRunTriggerParams) SetDefaults ¶

func (o *WaypointRunTriggerParams) SetDefaults()

SetDefaults hydrates default values in the waypoint run trigger params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointRunTriggerParams) SetHTTPClient ¶

func (o *WaypointRunTriggerParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint run trigger params

func (*WaypointRunTriggerParams) SetRefID ¶

func (o *WaypointRunTriggerParams) SetRefID(refID string)

SetRefID adds the refId to the waypoint run trigger params

func (*WaypointRunTriggerParams) SetTimeout ¶

func (o *WaypointRunTriggerParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint run trigger params

func (*WaypointRunTriggerParams) WithBody ¶

WithBody adds the body to the waypoint run trigger params

func (*WaypointRunTriggerParams) WithContext ¶

WithContext adds the context to the waypoint run trigger params

func (*WaypointRunTriggerParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint run trigger params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointRunTriggerParams) WithHTTPClient ¶

func (o *WaypointRunTriggerParams) WithHTTPClient(client *http.Client) *WaypointRunTriggerParams

WithHTTPClient adds the HTTPClient to the waypoint run trigger params

func (*WaypointRunTriggerParams) WithRefID ¶

WithRefID adds the refID to the waypoint run trigger params

func (*WaypointRunTriggerParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint run trigger params

func (*WaypointRunTriggerParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointRunTriggerReader ¶

type WaypointRunTriggerReader struct {
	// contains filtered or unexported fields
}

WaypointRunTriggerReader is a Reader for the WaypointRunTrigger structure.

func (*WaypointRunTriggerReader) ReadResponse ¶

func (o *WaypointRunTriggerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointSetConfigDefault ¶

type WaypointSetConfigDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointSetConfigDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointSetConfigDefault ¶

func NewWaypointSetConfigDefault(code int) *WaypointSetConfigDefault

NewWaypointSetConfigDefault creates a WaypointSetConfigDefault with default headers values

func (*WaypointSetConfigDefault) Code ¶

func (o *WaypointSetConfigDefault) Code() int

Code gets the status code for the waypoint set config default response

func (*WaypointSetConfigDefault) Error ¶

func (o *WaypointSetConfigDefault) Error() string

func (*WaypointSetConfigDefault) GetPayload ¶

func (*WaypointSetConfigDefault) IsClientError ¶

func (o *WaypointSetConfigDefault) IsClientError() bool

IsClientError returns true when this waypoint set config default response has a 4xx status code

func (*WaypointSetConfigDefault) IsCode ¶

func (o *WaypointSetConfigDefault) IsCode(code int) bool

IsCode returns true when this waypoint set config default response a status code equal to that given

func (*WaypointSetConfigDefault) IsRedirect ¶

func (o *WaypointSetConfigDefault) IsRedirect() bool

IsRedirect returns true when this waypoint set config default response has a 3xx status code

func (*WaypointSetConfigDefault) IsServerError ¶

func (o *WaypointSetConfigDefault) IsServerError() bool

IsServerError returns true when this waypoint set config default response has a 5xx status code

func (*WaypointSetConfigDefault) IsSuccess ¶

func (o *WaypointSetConfigDefault) IsSuccess() bool

IsSuccess returns true when this waypoint set config default response has a 2xx status code

func (*WaypointSetConfigDefault) String ¶

func (o *WaypointSetConfigDefault) String() string

type WaypointSetConfigOK ¶

type WaypointSetConfigOK struct {
	Payload models.HashicorpWaypointConfigSetResponse
}

WaypointSetConfigOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointSetConfigOK ¶

func NewWaypointSetConfigOK() *WaypointSetConfigOK

NewWaypointSetConfigOK creates a WaypointSetConfigOK with default headers values

func (*WaypointSetConfigOK) Error ¶

func (o *WaypointSetConfigOK) Error() string

func (*WaypointSetConfigOK) GetPayload ¶

func (*WaypointSetConfigOK) IsClientError ¶

func (o *WaypointSetConfigOK) IsClientError() bool

IsClientError returns true when this waypoint set config o k response has a 4xx status code

func (*WaypointSetConfigOK) IsCode ¶

func (o *WaypointSetConfigOK) IsCode(code int) bool

IsCode returns true when this waypoint set config o k response a status code equal to that given

func (*WaypointSetConfigOK) IsRedirect ¶

func (o *WaypointSetConfigOK) IsRedirect() bool

IsRedirect returns true when this waypoint set config o k response has a 3xx status code

func (*WaypointSetConfigOK) IsServerError ¶

func (o *WaypointSetConfigOK) IsServerError() bool

IsServerError returns true when this waypoint set config o k response has a 5xx status code

func (*WaypointSetConfigOK) IsSuccess ¶

func (o *WaypointSetConfigOK) IsSuccess() bool

IsSuccess returns true when this waypoint set config o k response has a 2xx status code

func (*WaypointSetConfigOK) String ¶

func (o *WaypointSetConfigOK) String() string

type WaypointSetConfigParams ¶

type WaypointSetConfigParams struct {

	// Body.
	Body *models.HashicorpWaypointConfigSetRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointSetConfigParams contains all the parameters to send to the API endpoint

for the waypoint set config operation.

Typically these are written to a http.Request.

func NewWaypointSetConfigParams ¶

func NewWaypointSetConfigParams() *WaypointSetConfigParams

NewWaypointSetConfigParams creates a new WaypointSetConfigParams 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 NewWaypointSetConfigParamsWithContext ¶

func NewWaypointSetConfigParamsWithContext(ctx context.Context) *WaypointSetConfigParams

NewWaypointSetConfigParamsWithContext creates a new WaypointSetConfigParams object with the ability to set a context for a request.

func NewWaypointSetConfigParamsWithHTTPClient ¶

func NewWaypointSetConfigParamsWithHTTPClient(client *http.Client) *WaypointSetConfigParams

NewWaypointSetConfigParamsWithHTTPClient creates a new WaypointSetConfigParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointSetConfigParamsWithTimeout ¶

func NewWaypointSetConfigParamsWithTimeout(timeout time.Duration) *WaypointSetConfigParams

NewWaypointSetConfigParamsWithTimeout creates a new WaypointSetConfigParams object with the ability to set a timeout on a request.

func (*WaypointSetConfigParams) SetBody ¶

SetBody adds the body to the waypoint set config params

func (*WaypointSetConfigParams) SetContext ¶

func (o *WaypointSetConfigParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint set config params

func (*WaypointSetConfigParams) SetDefaults ¶

func (o *WaypointSetConfigParams) SetDefaults()

SetDefaults hydrates default values in the waypoint set config params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointSetConfigParams) SetHTTPClient ¶

func (o *WaypointSetConfigParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint set config params

func (*WaypointSetConfigParams) SetTimeout ¶

func (o *WaypointSetConfigParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint set config params

func (*WaypointSetConfigParams) WithBody ¶

WithBody adds the body to the waypoint set config params

func (*WaypointSetConfigParams) WithContext ¶

WithContext adds the context to the waypoint set config params

func (*WaypointSetConfigParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint set config params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointSetConfigParams) WithHTTPClient ¶

func (o *WaypointSetConfigParams) WithHTTPClient(client *http.Client) *WaypointSetConfigParams

WithHTTPClient adds the HTTPClient to the waypoint set config params

func (*WaypointSetConfigParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint set config params

func (*WaypointSetConfigParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointSetConfigReader ¶

type WaypointSetConfigReader struct {
	// contains filtered or unexported fields
}

WaypointSetConfigReader is a Reader for the WaypointSetConfig structure.

func (*WaypointSetConfigReader) ReadResponse ¶

func (o *WaypointSetConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointSetConfigSourceDefault ¶

type WaypointSetConfigSourceDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointSetConfigSourceDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointSetConfigSourceDefault ¶

func NewWaypointSetConfigSourceDefault(code int) *WaypointSetConfigSourceDefault

NewWaypointSetConfigSourceDefault creates a WaypointSetConfigSourceDefault with default headers values

func (*WaypointSetConfigSourceDefault) Code ¶

Code gets the status code for the waypoint set config source default response

func (*WaypointSetConfigSourceDefault) Error ¶

func (*WaypointSetConfigSourceDefault) GetPayload ¶

func (*WaypointSetConfigSourceDefault) IsClientError ¶

func (o *WaypointSetConfigSourceDefault) IsClientError() bool

IsClientError returns true when this waypoint set config source default response has a 4xx status code

func (*WaypointSetConfigSourceDefault) IsCode ¶

func (o *WaypointSetConfigSourceDefault) IsCode(code int) bool

IsCode returns true when this waypoint set config source default response a status code equal to that given

func (*WaypointSetConfigSourceDefault) IsRedirect ¶

func (o *WaypointSetConfigSourceDefault) IsRedirect() bool

IsRedirect returns true when this waypoint set config source default response has a 3xx status code

func (*WaypointSetConfigSourceDefault) IsServerError ¶

func (o *WaypointSetConfigSourceDefault) IsServerError() bool

IsServerError returns true when this waypoint set config source default response has a 5xx status code

func (*WaypointSetConfigSourceDefault) IsSuccess ¶

func (o *WaypointSetConfigSourceDefault) IsSuccess() bool

IsSuccess returns true when this waypoint set config source default response has a 2xx status code

func (*WaypointSetConfigSourceDefault) String ¶

type WaypointSetConfigSourceOK ¶

type WaypointSetConfigSourceOK struct {
	Payload interface{}
}

WaypointSetConfigSourceOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointSetConfigSourceOK ¶

func NewWaypointSetConfigSourceOK() *WaypointSetConfigSourceOK

NewWaypointSetConfigSourceOK creates a WaypointSetConfigSourceOK with default headers values

func (*WaypointSetConfigSourceOK) Error ¶

func (o *WaypointSetConfigSourceOK) Error() string

func (*WaypointSetConfigSourceOK) GetPayload ¶

func (o *WaypointSetConfigSourceOK) GetPayload() interface{}

func (*WaypointSetConfigSourceOK) IsClientError ¶

func (o *WaypointSetConfigSourceOK) IsClientError() bool

IsClientError returns true when this waypoint set config source o k response has a 4xx status code

func (*WaypointSetConfigSourceOK) IsCode ¶

func (o *WaypointSetConfigSourceOK) IsCode(code int) bool

IsCode returns true when this waypoint set config source o k response a status code equal to that given

func (*WaypointSetConfigSourceOK) IsRedirect ¶

func (o *WaypointSetConfigSourceOK) IsRedirect() bool

IsRedirect returns true when this waypoint set config source o k response has a 3xx status code

func (*WaypointSetConfigSourceOK) IsServerError ¶

func (o *WaypointSetConfigSourceOK) IsServerError() bool

IsServerError returns true when this waypoint set config source o k response has a 5xx status code

func (*WaypointSetConfigSourceOK) IsSuccess ¶

func (o *WaypointSetConfigSourceOK) IsSuccess() bool

IsSuccess returns true when this waypoint set config source o k response has a 2xx status code

func (*WaypointSetConfigSourceOK) String ¶

func (o *WaypointSetConfigSourceOK) String() string

type WaypointSetConfigSourceParams ¶

type WaypointSetConfigSourceParams struct {

	// Body.
	Body *models.HashicorpWaypointSetConfigSourceRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointSetConfigSourceParams contains all the parameters to send to the API endpoint

for the waypoint set config source operation.

Typically these are written to a http.Request.

func NewWaypointSetConfigSourceParams ¶

func NewWaypointSetConfigSourceParams() *WaypointSetConfigSourceParams

NewWaypointSetConfigSourceParams creates a new WaypointSetConfigSourceParams 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 NewWaypointSetConfigSourceParamsWithContext ¶

func NewWaypointSetConfigSourceParamsWithContext(ctx context.Context) *WaypointSetConfigSourceParams

NewWaypointSetConfigSourceParamsWithContext creates a new WaypointSetConfigSourceParams object with the ability to set a context for a request.

func NewWaypointSetConfigSourceParamsWithHTTPClient ¶

func NewWaypointSetConfigSourceParamsWithHTTPClient(client *http.Client) *WaypointSetConfigSourceParams

NewWaypointSetConfigSourceParamsWithHTTPClient creates a new WaypointSetConfigSourceParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointSetConfigSourceParamsWithTimeout ¶

func NewWaypointSetConfigSourceParamsWithTimeout(timeout time.Duration) *WaypointSetConfigSourceParams

NewWaypointSetConfigSourceParamsWithTimeout creates a new WaypointSetConfigSourceParams object with the ability to set a timeout on a request.

func (*WaypointSetConfigSourceParams) SetBody ¶

SetBody adds the body to the waypoint set config source params

func (*WaypointSetConfigSourceParams) SetContext ¶

func (o *WaypointSetConfigSourceParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint set config source params

func (*WaypointSetConfigSourceParams) SetDefaults ¶

func (o *WaypointSetConfigSourceParams) SetDefaults()

SetDefaults hydrates default values in the waypoint set config source params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointSetConfigSourceParams) SetHTTPClient ¶

func (o *WaypointSetConfigSourceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint set config source params

func (*WaypointSetConfigSourceParams) SetTimeout ¶

func (o *WaypointSetConfigSourceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint set config source params

func (*WaypointSetConfigSourceParams) WithBody ¶

WithBody adds the body to the waypoint set config source params

func (*WaypointSetConfigSourceParams) WithContext ¶

WithContext adds the context to the waypoint set config source params

func (*WaypointSetConfigSourceParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint set config source params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointSetConfigSourceParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint set config source params

func (*WaypointSetConfigSourceParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint set config source params

func (*WaypointSetConfigSourceParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointSetConfigSourceReader ¶

type WaypointSetConfigSourceReader struct {
	// contains filtered or unexported fields
}

WaypointSetConfigSourceReader is a Reader for the WaypointSetConfigSource structure.

func (*WaypointSetConfigSourceReader) ReadResponse ¶

func (o *WaypointSetConfigSourceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointSetServerConfigDefault ¶

type WaypointSetServerConfigDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointSetServerConfigDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointSetServerConfigDefault ¶

func NewWaypointSetServerConfigDefault(code int) *WaypointSetServerConfigDefault

NewWaypointSetServerConfigDefault creates a WaypointSetServerConfigDefault with default headers values

func (*WaypointSetServerConfigDefault) Code ¶

Code gets the status code for the waypoint set server config default response

func (*WaypointSetServerConfigDefault) Error ¶

func (*WaypointSetServerConfigDefault) GetPayload ¶

func (*WaypointSetServerConfigDefault) IsClientError ¶

func (o *WaypointSetServerConfigDefault) IsClientError() bool

IsClientError returns true when this waypoint set server config default response has a 4xx status code

func (*WaypointSetServerConfigDefault) IsCode ¶

func (o *WaypointSetServerConfigDefault) IsCode(code int) bool

IsCode returns true when this waypoint set server config default response a status code equal to that given

func (*WaypointSetServerConfigDefault) IsRedirect ¶

func (o *WaypointSetServerConfigDefault) IsRedirect() bool

IsRedirect returns true when this waypoint set server config default response has a 3xx status code

func (*WaypointSetServerConfigDefault) IsServerError ¶

func (o *WaypointSetServerConfigDefault) IsServerError() bool

IsServerError returns true when this waypoint set server config default response has a 5xx status code

func (*WaypointSetServerConfigDefault) IsSuccess ¶

func (o *WaypointSetServerConfigDefault) IsSuccess() bool

IsSuccess returns true when this waypoint set server config default response has a 2xx status code

func (*WaypointSetServerConfigDefault) String ¶

type WaypointSetServerConfigOK ¶

type WaypointSetServerConfigOK struct {
	Payload interface{}
}

WaypointSetServerConfigOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointSetServerConfigOK ¶

func NewWaypointSetServerConfigOK() *WaypointSetServerConfigOK

NewWaypointSetServerConfigOK creates a WaypointSetServerConfigOK with default headers values

func (*WaypointSetServerConfigOK) Error ¶

func (o *WaypointSetServerConfigOK) Error() string

func (*WaypointSetServerConfigOK) GetPayload ¶

func (o *WaypointSetServerConfigOK) GetPayload() interface{}

func (*WaypointSetServerConfigOK) IsClientError ¶

func (o *WaypointSetServerConfigOK) IsClientError() bool

IsClientError returns true when this waypoint set server config o k response has a 4xx status code

func (*WaypointSetServerConfigOK) IsCode ¶

func (o *WaypointSetServerConfigOK) IsCode(code int) bool

IsCode returns true when this waypoint set server config o k response a status code equal to that given

func (*WaypointSetServerConfigOK) IsRedirect ¶

func (o *WaypointSetServerConfigOK) IsRedirect() bool

IsRedirect returns true when this waypoint set server config o k response has a 3xx status code

func (*WaypointSetServerConfigOK) IsServerError ¶

func (o *WaypointSetServerConfigOK) IsServerError() bool

IsServerError returns true when this waypoint set server config o k response has a 5xx status code

func (*WaypointSetServerConfigOK) IsSuccess ¶

func (o *WaypointSetServerConfigOK) IsSuccess() bool

IsSuccess returns true when this waypoint set server config o k response has a 2xx status code

func (*WaypointSetServerConfigOK) String ¶

func (o *WaypointSetServerConfigOK) String() string

type WaypointSetServerConfigParams ¶

type WaypointSetServerConfigParams struct {

	// Body.
	Body *models.HashicorpWaypointSetServerConfigRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointSetServerConfigParams contains all the parameters to send to the API endpoint

for the waypoint set server config operation.

Typically these are written to a http.Request.

func NewWaypointSetServerConfigParams ¶

func NewWaypointSetServerConfigParams() *WaypointSetServerConfigParams

NewWaypointSetServerConfigParams creates a new WaypointSetServerConfigParams 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 NewWaypointSetServerConfigParamsWithContext ¶

func NewWaypointSetServerConfigParamsWithContext(ctx context.Context) *WaypointSetServerConfigParams

NewWaypointSetServerConfigParamsWithContext creates a new WaypointSetServerConfigParams object with the ability to set a context for a request.

func NewWaypointSetServerConfigParamsWithHTTPClient ¶

func NewWaypointSetServerConfigParamsWithHTTPClient(client *http.Client) *WaypointSetServerConfigParams

NewWaypointSetServerConfigParamsWithHTTPClient creates a new WaypointSetServerConfigParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointSetServerConfigParamsWithTimeout ¶

func NewWaypointSetServerConfigParamsWithTimeout(timeout time.Duration) *WaypointSetServerConfigParams

NewWaypointSetServerConfigParamsWithTimeout creates a new WaypointSetServerConfigParams object with the ability to set a timeout on a request.

func (*WaypointSetServerConfigParams) SetBody ¶

SetBody adds the body to the waypoint set server config params

func (*WaypointSetServerConfigParams) SetContext ¶

func (o *WaypointSetServerConfigParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint set server config params

func (*WaypointSetServerConfigParams) SetDefaults ¶

func (o *WaypointSetServerConfigParams) SetDefaults()

SetDefaults hydrates default values in the waypoint set server config params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointSetServerConfigParams) SetHTTPClient ¶

func (o *WaypointSetServerConfigParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint set server config params

func (*WaypointSetServerConfigParams) SetTimeout ¶

func (o *WaypointSetServerConfigParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint set server config params

func (*WaypointSetServerConfigParams) WithBody ¶

WithBody adds the body to the waypoint set server config params

func (*WaypointSetServerConfigParams) WithContext ¶

WithContext adds the context to the waypoint set server config params

func (*WaypointSetServerConfigParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint set server config params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointSetServerConfigParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint set server config params

func (*WaypointSetServerConfigParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint set server config params

func (*WaypointSetServerConfigParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointSetServerConfigReader ¶

type WaypointSetServerConfigReader struct {
	// contains filtered or unexported fields
}

WaypointSetServerConfigReader is a Reader for the WaypointSetServerConfig structure.

func (*WaypointSetServerConfigReader) ReadResponse ¶

func (o *WaypointSetServerConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointStartExecStreamDefault ¶

type WaypointStartExecStreamDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointStartExecStreamDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointStartExecStreamDefault ¶

func NewWaypointStartExecStreamDefault(code int) *WaypointStartExecStreamDefault

NewWaypointStartExecStreamDefault creates a WaypointStartExecStreamDefault with default headers values

func (*WaypointStartExecStreamDefault) Code ¶

Code gets the status code for the waypoint start exec stream default response

func (*WaypointStartExecStreamDefault) Error ¶

func (*WaypointStartExecStreamDefault) GetPayload ¶

func (*WaypointStartExecStreamDefault) IsClientError ¶

func (o *WaypointStartExecStreamDefault) IsClientError() bool

IsClientError returns true when this waypoint start exec stream default response has a 4xx status code

func (*WaypointStartExecStreamDefault) IsCode ¶

func (o *WaypointStartExecStreamDefault) IsCode(code int) bool

IsCode returns true when this waypoint start exec stream default response a status code equal to that given

func (*WaypointStartExecStreamDefault) IsRedirect ¶

func (o *WaypointStartExecStreamDefault) IsRedirect() bool

IsRedirect returns true when this waypoint start exec stream default response has a 3xx status code

func (*WaypointStartExecStreamDefault) IsServerError ¶

func (o *WaypointStartExecStreamDefault) IsServerError() bool

IsServerError returns true when this waypoint start exec stream default response has a 5xx status code

func (*WaypointStartExecStreamDefault) IsSuccess ¶

func (o *WaypointStartExecStreamDefault) IsSuccess() bool

IsSuccess returns true when this waypoint start exec stream default response has a 2xx status code

func (*WaypointStartExecStreamDefault) String ¶

type WaypointStartExecStreamOK ¶

type WaypointStartExecStreamOK struct {
	Payload *WaypointStartExecStreamOKBody
}

WaypointStartExecStreamOK describes a response with status code 200, with default header values.

A successful response.(streaming responses)

func NewWaypointStartExecStreamOK ¶

func NewWaypointStartExecStreamOK() *WaypointStartExecStreamOK

NewWaypointStartExecStreamOK creates a WaypointStartExecStreamOK with default headers values

func (*WaypointStartExecStreamOK) Error ¶

func (o *WaypointStartExecStreamOK) Error() string

func (*WaypointStartExecStreamOK) GetPayload ¶

func (*WaypointStartExecStreamOK) IsClientError ¶

func (o *WaypointStartExecStreamOK) IsClientError() bool

IsClientError returns true when this waypoint start exec stream o k response has a 4xx status code

func (*WaypointStartExecStreamOK) IsCode ¶

func (o *WaypointStartExecStreamOK) IsCode(code int) bool

IsCode returns true when this waypoint start exec stream o k response a status code equal to that given

func (*WaypointStartExecStreamOK) IsRedirect ¶

func (o *WaypointStartExecStreamOK) IsRedirect() bool

IsRedirect returns true when this waypoint start exec stream o k response has a 3xx status code

func (*WaypointStartExecStreamOK) IsServerError ¶

func (o *WaypointStartExecStreamOK) IsServerError() bool

IsServerError returns true when this waypoint start exec stream o k response has a 5xx status code

func (*WaypointStartExecStreamOK) IsSuccess ¶

func (o *WaypointStartExecStreamOK) IsSuccess() bool

IsSuccess returns true when this waypoint start exec stream o k response has a 2xx status code

func (*WaypointStartExecStreamOK) String ¶

func (o *WaypointStartExecStreamOK) String() string

type WaypointStartExecStreamOKBody ¶

type WaypointStartExecStreamOKBody struct {

	// error
	Error *models.GrpcGatewayRuntimeStreamError `json:"error,omitempty"`

	// result
	Result *models.HashicorpWaypointExecStreamResponse `json:"result,omitempty"`
}

WaypointStartExecStreamOKBody Stream result of hashicorp.waypoint.ExecStreamResponse swagger:model WaypointStartExecStreamOKBody

func (*WaypointStartExecStreamOKBody) ContextValidate ¶

func (o *WaypointStartExecStreamOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this waypoint start exec stream o k body based on the context it is used

func (*WaypointStartExecStreamOKBody) MarshalBinary ¶

func (o *WaypointStartExecStreamOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*WaypointStartExecStreamOKBody) UnmarshalBinary ¶

func (o *WaypointStartExecStreamOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*WaypointStartExecStreamOKBody) Validate ¶

func (o *WaypointStartExecStreamOKBody) Validate(formats strfmt.Registry) error

Validate validates this waypoint start exec stream o k body

type WaypointStartExecStreamParams ¶

type WaypointStartExecStreamParams struct {

	/* Body.

	   (streaming inputs)
	*/
	Body *models.HashicorpWaypointExecStreamRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointStartExecStreamParams contains all the parameters to send to the API endpoint

for the waypoint start exec stream operation.

Typically these are written to a http.Request.

func NewWaypointStartExecStreamParams ¶

func NewWaypointStartExecStreamParams() *WaypointStartExecStreamParams

NewWaypointStartExecStreamParams creates a new WaypointStartExecStreamParams 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 NewWaypointStartExecStreamParamsWithContext ¶

func NewWaypointStartExecStreamParamsWithContext(ctx context.Context) *WaypointStartExecStreamParams

NewWaypointStartExecStreamParamsWithContext creates a new WaypointStartExecStreamParams object with the ability to set a context for a request.

func NewWaypointStartExecStreamParamsWithHTTPClient ¶

func NewWaypointStartExecStreamParamsWithHTTPClient(client *http.Client) *WaypointStartExecStreamParams

NewWaypointStartExecStreamParamsWithHTTPClient creates a new WaypointStartExecStreamParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointStartExecStreamParamsWithTimeout ¶

func NewWaypointStartExecStreamParamsWithTimeout(timeout time.Duration) *WaypointStartExecStreamParams

NewWaypointStartExecStreamParamsWithTimeout creates a new WaypointStartExecStreamParams object with the ability to set a timeout on a request.

func (*WaypointStartExecStreamParams) SetBody ¶

SetBody adds the body to the waypoint start exec stream params

func (*WaypointStartExecStreamParams) SetContext ¶

func (o *WaypointStartExecStreamParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint start exec stream params

func (*WaypointStartExecStreamParams) SetDefaults ¶

func (o *WaypointStartExecStreamParams) SetDefaults()

SetDefaults hydrates default values in the waypoint start exec stream params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointStartExecStreamParams) SetHTTPClient ¶

func (o *WaypointStartExecStreamParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint start exec stream params

func (*WaypointStartExecStreamParams) SetTimeout ¶

func (o *WaypointStartExecStreamParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint start exec stream params

func (*WaypointStartExecStreamParams) WithBody ¶

WithBody adds the body to the waypoint start exec stream params

func (*WaypointStartExecStreamParams) WithContext ¶

WithContext adds the context to the waypoint start exec stream params

func (*WaypointStartExecStreamParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint start exec stream params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointStartExecStreamParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint start exec stream params

func (*WaypointStartExecStreamParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint start exec stream params

func (*WaypointStartExecStreamParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointStartExecStreamReader ¶

type WaypointStartExecStreamReader struct {
	// contains filtered or unexported fields
}

WaypointStartExecStreamReader is a Reader for the WaypointStartExecStream structure.

func (*WaypointStartExecStreamReader) ReadResponse ¶

func (o *WaypointStartExecStreamReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointUIGetProjectDefault ¶

type WaypointUIGetProjectDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointUIGetProjectDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointUIGetProjectDefault ¶

func NewWaypointUIGetProjectDefault(code int) *WaypointUIGetProjectDefault

NewWaypointUIGetProjectDefault creates a WaypointUIGetProjectDefault with default headers values

func (*WaypointUIGetProjectDefault) Code ¶

func (o *WaypointUIGetProjectDefault) Code() int

Code gets the status code for the waypoint UI get project default response

func (*WaypointUIGetProjectDefault) Error ¶

func (*WaypointUIGetProjectDefault) GetPayload ¶

func (*WaypointUIGetProjectDefault) IsClientError ¶

func (o *WaypointUIGetProjectDefault) IsClientError() bool

IsClientError returns true when this waypoint UI get project default response has a 4xx status code

func (*WaypointUIGetProjectDefault) IsCode ¶

func (o *WaypointUIGetProjectDefault) IsCode(code int) bool

IsCode returns true when this waypoint UI get project default response a status code equal to that given

func (*WaypointUIGetProjectDefault) IsRedirect ¶

func (o *WaypointUIGetProjectDefault) IsRedirect() bool

IsRedirect returns true when this waypoint UI get project default response has a 3xx status code

func (*WaypointUIGetProjectDefault) IsServerError ¶

func (o *WaypointUIGetProjectDefault) IsServerError() bool

IsServerError returns true when this waypoint UI get project default response has a 5xx status code

func (*WaypointUIGetProjectDefault) IsSuccess ¶

func (o *WaypointUIGetProjectDefault) IsSuccess() bool

IsSuccess returns true when this waypoint UI get project default response has a 2xx status code

func (*WaypointUIGetProjectDefault) String ¶

func (o *WaypointUIGetProjectDefault) String() string

type WaypointUIGetProjectOK ¶

type WaypointUIGetProjectOK struct {
	Payload *models.HashicorpWaypointUIGetProjectResponse
}

WaypointUIGetProjectOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointUIGetProjectOK ¶

func NewWaypointUIGetProjectOK() *WaypointUIGetProjectOK

NewWaypointUIGetProjectOK creates a WaypointUIGetProjectOK with default headers values

func (*WaypointUIGetProjectOK) Error ¶

func (o *WaypointUIGetProjectOK) Error() string

func (*WaypointUIGetProjectOK) GetPayload ¶

func (*WaypointUIGetProjectOK) IsClientError ¶

func (o *WaypointUIGetProjectOK) IsClientError() bool

IsClientError returns true when this waypoint Ui get project o k response has a 4xx status code

func (*WaypointUIGetProjectOK) IsCode ¶

func (o *WaypointUIGetProjectOK) IsCode(code int) bool

IsCode returns true when this waypoint Ui get project o k response a status code equal to that given

func (*WaypointUIGetProjectOK) IsRedirect ¶

func (o *WaypointUIGetProjectOK) IsRedirect() bool

IsRedirect returns true when this waypoint Ui get project o k response has a 3xx status code

func (*WaypointUIGetProjectOK) IsServerError ¶

func (o *WaypointUIGetProjectOK) IsServerError() bool

IsServerError returns true when this waypoint Ui get project o k response has a 5xx status code

func (*WaypointUIGetProjectOK) IsSuccess ¶

func (o *WaypointUIGetProjectOK) IsSuccess() bool

IsSuccess returns true when this waypoint Ui get project o k response has a 2xx status code

func (*WaypointUIGetProjectOK) String ¶

func (o *WaypointUIGetProjectOK) String() string

type WaypointUIGetProjectParams ¶

type WaypointUIGetProjectParams struct {

	// ProjectProject.
	ProjectProject string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointUIGetProjectParams contains all the parameters to send to the API endpoint

for the waypoint UI get project operation.

Typically these are written to a http.Request.

func NewWaypointUIGetProjectParams ¶

func NewWaypointUIGetProjectParams() *WaypointUIGetProjectParams

NewWaypointUIGetProjectParams creates a new WaypointUIGetProjectParams 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 NewWaypointUIGetProjectParamsWithContext ¶

func NewWaypointUIGetProjectParamsWithContext(ctx context.Context) *WaypointUIGetProjectParams

NewWaypointUIGetProjectParamsWithContext creates a new WaypointUIGetProjectParams object with the ability to set a context for a request.

func NewWaypointUIGetProjectParamsWithHTTPClient ¶

func NewWaypointUIGetProjectParamsWithHTTPClient(client *http.Client) *WaypointUIGetProjectParams

NewWaypointUIGetProjectParamsWithHTTPClient creates a new WaypointUIGetProjectParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointUIGetProjectParamsWithTimeout ¶

func NewWaypointUIGetProjectParamsWithTimeout(timeout time.Duration) *WaypointUIGetProjectParams

NewWaypointUIGetProjectParamsWithTimeout creates a new WaypointUIGetProjectParams object with the ability to set a timeout on a request.

func (*WaypointUIGetProjectParams) SetContext ¶

func (o *WaypointUIGetProjectParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint UI get project params

func (*WaypointUIGetProjectParams) SetDefaults ¶

func (o *WaypointUIGetProjectParams) SetDefaults()

SetDefaults hydrates default values in the waypoint UI get project params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUIGetProjectParams) SetHTTPClient ¶

func (o *WaypointUIGetProjectParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint UI get project params

func (*WaypointUIGetProjectParams) SetProjectProject ¶

func (o *WaypointUIGetProjectParams) SetProjectProject(projectProject string)

SetProjectProject adds the projectProject to the waypoint UI get project params

func (*WaypointUIGetProjectParams) SetTimeout ¶

func (o *WaypointUIGetProjectParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint UI get project params

func (*WaypointUIGetProjectParams) WithContext ¶

WithContext adds the context to the waypoint UI get project params

func (*WaypointUIGetProjectParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint UI get project params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUIGetProjectParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint UI get project params

func (*WaypointUIGetProjectParams) WithProjectProject ¶

func (o *WaypointUIGetProjectParams) WithProjectProject(projectProject string) *WaypointUIGetProjectParams

WithProjectProject adds the projectProject to the waypoint UI get project params

func (*WaypointUIGetProjectParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint UI get project params

func (*WaypointUIGetProjectParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointUIGetProjectReader ¶

type WaypointUIGetProjectReader struct {
	// contains filtered or unexported fields
}

WaypointUIGetProjectReader is a Reader for the WaypointUIGetProject structure.

func (*WaypointUIGetProjectReader) ReadResponse ¶

func (o *WaypointUIGetProjectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointUIListDeployments2Default ¶

type WaypointUIListDeployments2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointUIListDeployments2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointUIListDeployments2Default ¶

func NewWaypointUIListDeployments2Default(code int) *WaypointUIListDeployments2Default

NewWaypointUIListDeployments2Default creates a WaypointUIListDeployments2Default with default headers values

func (*WaypointUIListDeployments2Default) Code ¶

Code gets the status code for the waypoint UI list deployments2 default response

func (*WaypointUIListDeployments2Default) Error ¶

func (*WaypointUIListDeployments2Default) GetPayload ¶

func (*WaypointUIListDeployments2Default) IsClientError ¶

func (o *WaypointUIListDeployments2Default) IsClientError() bool

IsClientError returns true when this waypoint UI list deployments2 default response has a 4xx status code

func (*WaypointUIListDeployments2Default) IsCode ¶

func (o *WaypointUIListDeployments2Default) IsCode(code int) bool

IsCode returns true when this waypoint UI list deployments2 default response a status code equal to that given

func (*WaypointUIListDeployments2Default) IsRedirect ¶

func (o *WaypointUIListDeployments2Default) IsRedirect() bool

IsRedirect returns true when this waypoint UI list deployments2 default response has a 3xx status code

func (*WaypointUIListDeployments2Default) IsServerError ¶

func (o *WaypointUIListDeployments2Default) IsServerError() bool

IsServerError returns true when this waypoint UI list deployments2 default response has a 5xx status code

func (*WaypointUIListDeployments2Default) IsSuccess ¶

func (o *WaypointUIListDeployments2Default) IsSuccess() bool

IsSuccess returns true when this waypoint UI list deployments2 default response has a 2xx status code

func (*WaypointUIListDeployments2Default) String ¶

type WaypointUIListDeployments2OK ¶

type WaypointUIListDeployments2OK struct {
	Payload *models.HashicorpWaypointUIListDeploymentsResponse
}

WaypointUIListDeployments2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointUIListDeployments2OK ¶

func NewWaypointUIListDeployments2OK() *WaypointUIListDeployments2OK

NewWaypointUIListDeployments2OK creates a WaypointUIListDeployments2OK with default headers values

func (*WaypointUIListDeployments2OK) Error ¶

func (*WaypointUIListDeployments2OK) GetPayload ¶

func (*WaypointUIListDeployments2OK) IsClientError ¶

func (o *WaypointUIListDeployments2OK) IsClientError() bool

IsClientError returns true when this waypoint Ui list deployments2 o k response has a 4xx status code

func (*WaypointUIListDeployments2OK) IsCode ¶

func (o *WaypointUIListDeployments2OK) IsCode(code int) bool

IsCode returns true when this waypoint Ui list deployments2 o k response a status code equal to that given

func (*WaypointUIListDeployments2OK) IsRedirect ¶

func (o *WaypointUIListDeployments2OK) IsRedirect() bool

IsRedirect returns true when this waypoint Ui list deployments2 o k response has a 3xx status code

func (*WaypointUIListDeployments2OK) IsServerError ¶

func (o *WaypointUIListDeployments2OK) IsServerError() bool

IsServerError returns true when this waypoint Ui list deployments2 o k response has a 5xx status code

func (*WaypointUIListDeployments2OK) IsSuccess ¶

func (o *WaypointUIListDeployments2OK) IsSuccess() bool

IsSuccess returns true when this waypoint Ui list deployments2 o k response has a 2xx status code

func (*WaypointUIListDeployments2OK) String ¶

type WaypointUIListDeployments2Params ¶

type WaypointUIListDeployments2Params struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject *string

	// OrderDesc.
	OrderDesc *bool

	/* OrderLimit.

	   Limit the number of results.

	   Format: int64
	*/
	OrderLimit *int64

	/* OrderOrder.

	   Order for the results.

	   Default: "UNSET"
	*/
	OrderOrder *string

	/* PhysicalState.

	     The physical state to filter for. If this is zero or unset then no
	filtering on physical state will be done.

	     Default: "UNKNOWN"
	*/
	PhysicalState *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointUIListDeployments2Params contains all the parameters to send to the API endpoint

for the waypoint UI list deployments2 operation.

Typically these are written to a http.Request.

func NewWaypointUIListDeployments2Params ¶

func NewWaypointUIListDeployments2Params() *WaypointUIListDeployments2Params

NewWaypointUIListDeployments2Params creates a new WaypointUIListDeployments2Params 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 NewWaypointUIListDeployments2ParamsWithContext ¶

func NewWaypointUIListDeployments2ParamsWithContext(ctx context.Context) *WaypointUIListDeployments2Params

NewWaypointUIListDeployments2ParamsWithContext creates a new WaypointUIListDeployments2Params object with the ability to set a context for a request.

func NewWaypointUIListDeployments2ParamsWithHTTPClient ¶

func NewWaypointUIListDeployments2ParamsWithHTTPClient(client *http.Client) *WaypointUIListDeployments2Params

NewWaypointUIListDeployments2ParamsWithHTTPClient creates a new WaypointUIListDeployments2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointUIListDeployments2ParamsWithTimeout ¶

func NewWaypointUIListDeployments2ParamsWithTimeout(timeout time.Duration) *WaypointUIListDeployments2Params

NewWaypointUIListDeployments2ParamsWithTimeout creates a new WaypointUIListDeployments2Params object with the ability to set a timeout on a request.

func (*WaypointUIListDeployments2Params) SetApplicationApplication ¶

func (o *WaypointUIListDeployments2Params) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint UI list deployments2 params

func (*WaypointUIListDeployments2Params) SetApplicationProject ¶

func (o *WaypointUIListDeployments2Params) SetApplicationProject(applicationProject *string)

SetApplicationProject adds the applicationProject to the waypoint UI list deployments2 params

func (*WaypointUIListDeployments2Params) SetContext ¶

SetContext adds the context to the waypoint UI list deployments2 params

func (*WaypointUIListDeployments2Params) SetDefaults ¶

func (o *WaypointUIListDeployments2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint UI list deployments2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUIListDeployments2Params) SetHTTPClient ¶

func (o *WaypointUIListDeployments2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint UI list deployments2 params

func (*WaypointUIListDeployments2Params) SetOrderDesc ¶

func (o *WaypointUIListDeployments2Params) SetOrderDesc(orderDesc *bool)

SetOrderDesc adds the orderDesc to the waypoint UI list deployments2 params

func (*WaypointUIListDeployments2Params) SetOrderLimit ¶

func (o *WaypointUIListDeployments2Params) SetOrderLimit(orderLimit *int64)

SetOrderLimit adds the orderLimit to the waypoint UI list deployments2 params

func (*WaypointUIListDeployments2Params) SetOrderOrder ¶

func (o *WaypointUIListDeployments2Params) SetOrderOrder(orderOrder *string)

SetOrderOrder adds the orderOrder to the waypoint UI list deployments2 params

func (*WaypointUIListDeployments2Params) SetPhysicalState ¶

func (o *WaypointUIListDeployments2Params) SetPhysicalState(physicalState *string)

SetPhysicalState adds the physicalState to the waypoint UI list deployments2 params

func (*WaypointUIListDeployments2Params) SetTimeout ¶

func (o *WaypointUIListDeployments2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint UI list deployments2 params

func (*WaypointUIListDeployments2Params) SetWorkspaceWorkspace ¶

func (o *WaypointUIListDeployments2Params) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint UI list deployments2 params

func (*WaypointUIListDeployments2Params) WithApplicationApplication ¶

func (o *WaypointUIListDeployments2Params) WithApplicationApplication(applicationApplication string) *WaypointUIListDeployments2Params

WithApplicationApplication adds the applicationApplication to the waypoint UI list deployments2 params

func (*WaypointUIListDeployments2Params) WithApplicationProject ¶

func (o *WaypointUIListDeployments2Params) WithApplicationProject(applicationProject *string) *WaypointUIListDeployments2Params

WithApplicationProject adds the applicationProject to the waypoint UI list deployments2 params

func (*WaypointUIListDeployments2Params) WithContext ¶

WithContext adds the context to the waypoint UI list deployments2 params

func (*WaypointUIListDeployments2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint UI list deployments2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUIListDeployments2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint UI list deployments2 params

func (*WaypointUIListDeployments2Params) WithOrderDesc ¶

WithOrderDesc adds the orderDesc to the waypoint UI list deployments2 params

func (*WaypointUIListDeployments2Params) WithOrderLimit ¶

WithOrderLimit adds the orderLimit to the waypoint UI list deployments2 params

func (*WaypointUIListDeployments2Params) WithOrderOrder ¶

WithOrderOrder adds the orderOrder to the waypoint UI list deployments2 params

func (*WaypointUIListDeployments2Params) WithPhysicalState ¶

func (o *WaypointUIListDeployments2Params) WithPhysicalState(physicalState *string) *WaypointUIListDeployments2Params

WithPhysicalState adds the physicalState to the waypoint UI list deployments2 params

func (*WaypointUIListDeployments2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint UI list deployments2 params

func (*WaypointUIListDeployments2Params) WithWorkspaceWorkspace ¶

func (o *WaypointUIListDeployments2Params) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointUIListDeployments2Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint UI list deployments2 params

func (*WaypointUIListDeployments2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointUIListDeployments2Reader ¶

type WaypointUIListDeployments2Reader struct {
	// contains filtered or unexported fields
}

WaypointUIListDeployments2Reader is a Reader for the WaypointUIListDeployments2 structure.

func (*WaypointUIListDeployments2Reader) ReadResponse ¶

func (o *WaypointUIListDeployments2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointUIListDeployments3Default ¶

type WaypointUIListDeployments3Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointUIListDeployments3Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointUIListDeployments3Default ¶

func NewWaypointUIListDeployments3Default(code int) *WaypointUIListDeployments3Default

NewWaypointUIListDeployments3Default creates a WaypointUIListDeployments3Default with default headers values

func (*WaypointUIListDeployments3Default) Code ¶

Code gets the status code for the waypoint UI list deployments3 default response

func (*WaypointUIListDeployments3Default) Error ¶

func (*WaypointUIListDeployments3Default) GetPayload ¶

func (*WaypointUIListDeployments3Default) IsClientError ¶

func (o *WaypointUIListDeployments3Default) IsClientError() bool

IsClientError returns true when this waypoint UI list deployments3 default response has a 4xx status code

func (*WaypointUIListDeployments3Default) IsCode ¶

func (o *WaypointUIListDeployments3Default) IsCode(code int) bool

IsCode returns true when this waypoint UI list deployments3 default response a status code equal to that given

func (*WaypointUIListDeployments3Default) IsRedirect ¶

func (o *WaypointUIListDeployments3Default) IsRedirect() bool

IsRedirect returns true when this waypoint UI list deployments3 default response has a 3xx status code

func (*WaypointUIListDeployments3Default) IsServerError ¶

func (o *WaypointUIListDeployments3Default) IsServerError() bool

IsServerError returns true when this waypoint UI list deployments3 default response has a 5xx status code

func (*WaypointUIListDeployments3Default) IsSuccess ¶

func (o *WaypointUIListDeployments3Default) IsSuccess() bool

IsSuccess returns true when this waypoint UI list deployments3 default response has a 2xx status code

func (*WaypointUIListDeployments3Default) String ¶

type WaypointUIListDeployments3OK ¶

type WaypointUIListDeployments3OK struct {
	Payload *models.HashicorpWaypointUIListDeploymentsResponse
}

WaypointUIListDeployments3OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointUIListDeployments3OK ¶

func NewWaypointUIListDeployments3OK() *WaypointUIListDeployments3OK

NewWaypointUIListDeployments3OK creates a WaypointUIListDeployments3OK with default headers values

func (*WaypointUIListDeployments3OK) Error ¶

func (*WaypointUIListDeployments3OK) GetPayload ¶

func (*WaypointUIListDeployments3OK) IsClientError ¶

func (o *WaypointUIListDeployments3OK) IsClientError() bool

IsClientError returns true when this waypoint Ui list deployments3 o k response has a 4xx status code

func (*WaypointUIListDeployments3OK) IsCode ¶

func (o *WaypointUIListDeployments3OK) IsCode(code int) bool

IsCode returns true when this waypoint Ui list deployments3 o k response a status code equal to that given

func (*WaypointUIListDeployments3OK) IsRedirect ¶

func (o *WaypointUIListDeployments3OK) IsRedirect() bool

IsRedirect returns true when this waypoint Ui list deployments3 o k response has a 3xx status code

func (*WaypointUIListDeployments3OK) IsServerError ¶

func (o *WaypointUIListDeployments3OK) IsServerError() bool

IsServerError returns true when this waypoint Ui list deployments3 o k response has a 5xx status code

func (*WaypointUIListDeployments3OK) IsSuccess ¶

func (o *WaypointUIListDeployments3OK) IsSuccess() bool

IsSuccess returns true when this waypoint Ui list deployments3 o k response has a 2xx status code

func (*WaypointUIListDeployments3OK) String ¶

type WaypointUIListDeployments3Params ¶

type WaypointUIListDeployments3Params struct {

	// ApplicationApplication.
	ApplicationApplication *string

	// ApplicationProject.
	ApplicationProject string

	// OrderDesc.
	OrderDesc *bool

	/* OrderLimit.

	   Limit the number of results.

	   Format: int64
	*/
	OrderLimit *int64

	/* OrderOrder.

	   Order for the results.

	   Default: "UNSET"
	*/
	OrderOrder *string

	/* PhysicalState.

	     The physical state to filter for. If this is zero or unset then no
	filtering on physical state will be done.

	     Default: "UNKNOWN"
	*/
	PhysicalState *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointUIListDeployments3Params contains all the parameters to send to the API endpoint

for the waypoint UI list deployments3 operation.

Typically these are written to a http.Request.

func NewWaypointUIListDeployments3Params ¶

func NewWaypointUIListDeployments3Params() *WaypointUIListDeployments3Params

NewWaypointUIListDeployments3Params creates a new WaypointUIListDeployments3Params 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 NewWaypointUIListDeployments3ParamsWithContext ¶

func NewWaypointUIListDeployments3ParamsWithContext(ctx context.Context) *WaypointUIListDeployments3Params

NewWaypointUIListDeployments3ParamsWithContext creates a new WaypointUIListDeployments3Params object with the ability to set a context for a request.

func NewWaypointUIListDeployments3ParamsWithHTTPClient ¶

func NewWaypointUIListDeployments3ParamsWithHTTPClient(client *http.Client) *WaypointUIListDeployments3Params

NewWaypointUIListDeployments3ParamsWithHTTPClient creates a new WaypointUIListDeployments3Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointUIListDeployments3ParamsWithTimeout ¶

func NewWaypointUIListDeployments3ParamsWithTimeout(timeout time.Duration) *WaypointUIListDeployments3Params

NewWaypointUIListDeployments3ParamsWithTimeout creates a new WaypointUIListDeployments3Params object with the ability to set a timeout on a request.

func (*WaypointUIListDeployments3Params) SetApplicationApplication ¶

func (o *WaypointUIListDeployments3Params) SetApplicationApplication(applicationApplication *string)

SetApplicationApplication adds the applicationApplication to the waypoint UI list deployments3 params

func (*WaypointUIListDeployments3Params) SetApplicationProject ¶

func (o *WaypointUIListDeployments3Params) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint UI list deployments3 params

func (*WaypointUIListDeployments3Params) SetContext ¶

SetContext adds the context to the waypoint UI list deployments3 params

func (*WaypointUIListDeployments3Params) SetDefaults ¶

func (o *WaypointUIListDeployments3Params) SetDefaults()

SetDefaults hydrates default values in the waypoint UI list deployments3 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUIListDeployments3Params) SetHTTPClient ¶

func (o *WaypointUIListDeployments3Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint UI list deployments3 params

func (*WaypointUIListDeployments3Params) SetOrderDesc ¶

func (o *WaypointUIListDeployments3Params) SetOrderDesc(orderDesc *bool)

SetOrderDesc adds the orderDesc to the waypoint UI list deployments3 params

func (*WaypointUIListDeployments3Params) SetOrderLimit ¶

func (o *WaypointUIListDeployments3Params) SetOrderLimit(orderLimit *int64)

SetOrderLimit adds the orderLimit to the waypoint UI list deployments3 params

func (*WaypointUIListDeployments3Params) SetOrderOrder ¶

func (o *WaypointUIListDeployments3Params) SetOrderOrder(orderOrder *string)

SetOrderOrder adds the orderOrder to the waypoint UI list deployments3 params

func (*WaypointUIListDeployments3Params) SetPhysicalState ¶

func (o *WaypointUIListDeployments3Params) SetPhysicalState(physicalState *string)

SetPhysicalState adds the physicalState to the waypoint UI list deployments3 params

func (*WaypointUIListDeployments3Params) SetTimeout ¶

func (o *WaypointUIListDeployments3Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint UI list deployments3 params

func (*WaypointUIListDeployments3Params) SetWorkspaceWorkspace ¶

func (o *WaypointUIListDeployments3Params) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint UI list deployments3 params

func (*WaypointUIListDeployments3Params) WithApplicationApplication ¶

func (o *WaypointUIListDeployments3Params) WithApplicationApplication(applicationApplication *string) *WaypointUIListDeployments3Params

WithApplicationApplication adds the applicationApplication to the waypoint UI list deployments3 params

func (*WaypointUIListDeployments3Params) WithApplicationProject ¶

func (o *WaypointUIListDeployments3Params) WithApplicationProject(applicationProject string) *WaypointUIListDeployments3Params

WithApplicationProject adds the applicationProject to the waypoint UI list deployments3 params

func (*WaypointUIListDeployments3Params) WithContext ¶

WithContext adds the context to the waypoint UI list deployments3 params

func (*WaypointUIListDeployments3Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint UI list deployments3 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUIListDeployments3Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint UI list deployments3 params

func (*WaypointUIListDeployments3Params) WithOrderDesc ¶

WithOrderDesc adds the orderDesc to the waypoint UI list deployments3 params

func (*WaypointUIListDeployments3Params) WithOrderLimit ¶

WithOrderLimit adds the orderLimit to the waypoint UI list deployments3 params

func (*WaypointUIListDeployments3Params) WithOrderOrder ¶

WithOrderOrder adds the orderOrder to the waypoint UI list deployments3 params

func (*WaypointUIListDeployments3Params) WithPhysicalState ¶

func (o *WaypointUIListDeployments3Params) WithPhysicalState(physicalState *string) *WaypointUIListDeployments3Params

WithPhysicalState adds the physicalState to the waypoint UI list deployments3 params

func (*WaypointUIListDeployments3Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint UI list deployments3 params

func (*WaypointUIListDeployments3Params) WithWorkspaceWorkspace ¶

func (o *WaypointUIListDeployments3Params) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointUIListDeployments3Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint UI list deployments3 params

func (*WaypointUIListDeployments3Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointUIListDeployments3Reader ¶

type WaypointUIListDeployments3Reader struct {
	// contains filtered or unexported fields
}

WaypointUIListDeployments3Reader is a Reader for the WaypointUIListDeployments3 structure.

func (*WaypointUIListDeployments3Reader) ReadResponse ¶

func (o *WaypointUIListDeployments3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointUIListDeployments4Default ¶

type WaypointUIListDeployments4Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointUIListDeployments4Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointUIListDeployments4Default ¶

func NewWaypointUIListDeployments4Default(code int) *WaypointUIListDeployments4Default

NewWaypointUIListDeployments4Default creates a WaypointUIListDeployments4Default with default headers values

func (*WaypointUIListDeployments4Default) Code ¶

Code gets the status code for the waypoint UI list deployments4 default response

func (*WaypointUIListDeployments4Default) Error ¶

func (*WaypointUIListDeployments4Default) GetPayload ¶

func (*WaypointUIListDeployments4Default) IsClientError ¶

func (o *WaypointUIListDeployments4Default) IsClientError() bool

IsClientError returns true when this waypoint UI list deployments4 default response has a 4xx status code

func (*WaypointUIListDeployments4Default) IsCode ¶

func (o *WaypointUIListDeployments4Default) IsCode(code int) bool

IsCode returns true when this waypoint UI list deployments4 default response a status code equal to that given

func (*WaypointUIListDeployments4Default) IsRedirect ¶

func (o *WaypointUIListDeployments4Default) IsRedirect() bool

IsRedirect returns true when this waypoint UI list deployments4 default response has a 3xx status code

func (*WaypointUIListDeployments4Default) IsServerError ¶

func (o *WaypointUIListDeployments4Default) IsServerError() bool

IsServerError returns true when this waypoint UI list deployments4 default response has a 5xx status code

func (*WaypointUIListDeployments4Default) IsSuccess ¶

func (o *WaypointUIListDeployments4Default) IsSuccess() bool

IsSuccess returns true when this waypoint UI list deployments4 default response has a 2xx status code

func (*WaypointUIListDeployments4Default) String ¶

type WaypointUIListDeployments4OK ¶

type WaypointUIListDeployments4OK struct {
	Payload *models.HashicorpWaypointUIListDeploymentsResponse
}

WaypointUIListDeployments4OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointUIListDeployments4OK ¶

func NewWaypointUIListDeployments4OK() *WaypointUIListDeployments4OK

NewWaypointUIListDeployments4OK creates a WaypointUIListDeployments4OK with default headers values

func (*WaypointUIListDeployments4OK) Error ¶

func (*WaypointUIListDeployments4OK) GetPayload ¶

func (*WaypointUIListDeployments4OK) IsClientError ¶

func (o *WaypointUIListDeployments4OK) IsClientError() bool

IsClientError returns true when this waypoint Ui list deployments4 o k response has a 4xx status code

func (*WaypointUIListDeployments4OK) IsCode ¶

func (o *WaypointUIListDeployments4OK) IsCode(code int) bool

IsCode returns true when this waypoint Ui list deployments4 o k response a status code equal to that given

func (*WaypointUIListDeployments4OK) IsRedirect ¶

func (o *WaypointUIListDeployments4OK) IsRedirect() bool

IsRedirect returns true when this waypoint Ui list deployments4 o k response has a 3xx status code

func (*WaypointUIListDeployments4OK) IsServerError ¶

func (o *WaypointUIListDeployments4OK) IsServerError() bool

IsServerError returns true when this waypoint Ui list deployments4 o k response has a 5xx status code

func (*WaypointUIListDeployments4OK) IsSuccess ¶

func (o *WaypointUIListDeployments4OK) IsSuccess() bool

IsSuccess returns true when this waypoint Ui list deployments4 o k response has a 2xx status code

func (*WaypointUIListDeployments4OK) String ¶

type WaypointUIListDeployments4Params ¶

type WaypointUIListDeployments4Params struct {

	// ApplicationApplication.
	ApplicationApplication *string

	// ApplicationProject.
	ApplicationProject *string

	// OrderDesc.
	OrderDesc *bool

	/* OrderLimit.

	   Limit the number of results.

	   Format: int64
	*/
	OrderLimit *int64

	/* OrderOrder.

	   Order for the results.

	   Default: "UNSET"
	*/
	OrderOrder *string

	/* PhysicalState.

	     The physical state to filter for. If this is zero or unset then no
	filtering on physical state will be done.
	*/
	PhysicalState string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointUIListDeployments4Params contains all the parameters to send to the API endpoint

for the waypoint UI list deployments4 operation.

Typically these are written to a http.Request.

func NewWaypointUIListDeployments4Params ¶

func NewWaypointUIListDeployments4Params() *WaypointUIListDeployments4Params

NewWaypointUIListDeployments4Params creates a new WaypointUIListDeployments4Params 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 NewWaypointUIListDeployments4ParamsWithContext ¶

func NewWaypointUIListDeployments4ParamsWithContext(ctx context.Context) *WaypointUIListDeployments4Params

NewWaypointUIListDeployments4ParamsWithContext creates a new WaypointUIListDeployments4Params object with the ability to set a context for a request.

func NewWaypointUIListDeployments4ParamsWithHTTPClient ¶

func NewWaypointUIListDeployments4ParamsWithHTTPClient(client *http.Client) *WaypointUIListDeployments4Params

NewWaypointUIListDeployments4ParamsWithHTTPClient creates a new WaypointUIListDeployments4Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointUIListDeployments4ParamsWithTimeout ¶

func NewWaypointUIListDeployments4ParamsWithTimeout(timeout time.Duration) *WaypointUIListDeployments4Params

NewWaypointUIListDeployments4ParamsWithTimeout creates a new WaypointUIListDeployments4Params object with the ability to set a timeout on a request.

func (*WaypointUIListDeployments4Params) SetApplicationApplication ¶

func (o *WaypointUIListDeployments4Params) SetApplicationApplication(applicationApplication *string)

SetApplicationApplication adds the applicationApplication to the waypoint UI list deployments4 params

func (*WaypointUIListDeployments4Params) SetApplicationProject ¶

func (o *WaypointUIListDeployments4Params) SetApplicationProject(applicationProject *string)

SetApplicationProject adds the applicationProject to the waypoint UI list deployments4 params

func (*WaypointUIListDeployments4Params) SetContext ¶

SetContext adds the context to the waypoint UI list deployments4 params

func (*WaypointUIListDeployments4Params) SetDefaults ¶

func (o *WaypointUIListDeployments4Params) SetDefaults()

SetDefaults hydrates default values in the waypoint UI list deployments4 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUIListDeployments4Params) SetHTTPClient ¶

func (o *WaypointUIListDeployments4Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint UI list deployments4 params

func (*WaypointUIListDeployments4Params) SetOrderDesc ¶

func (o *WaypointUIListDeployments4Params) SetOrderDesc(orderDesc *bool)

SetOrderDesc adds the orderDesc to the waypoint UI list deployments4 params

func (*WaypointUIListDeployments4Params) SetOrderLimit ¶

func (o *WaypointUIListDeployments4Params) SetOrderLimit(orderLimit *int64)

SetOrderLimit adds the orderLimit to the waypoint UI list deployments4 params

func (*WaypointUIListDeployments4Params) SetOrderOrder ¶

func (o *WaypointUIListDeployments4Params) SetOrderOrder(orderOrder *string)

SetOrderOrder adds the orderOrder to the waypoint UI list deployments4 params

func (*WaypointUIListDeployments4Params) SetPhysicalState ¶

func (o *WaypointUIListDeployments4Params) SetPhysicalState(physicalState string)

SetPhysicalState adds the physicalState to the waypoint UI list deployments4 params

func (*WaypointUIListDeployments4Params) SetTimeout ¶

func (o *WaypointUIListDeployments4Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint UI list deployments4 params

func (*WaypointUIListDeployments4Params) SetWorkspaceWorkspace ¶

func (o *WaypointUIListDeployments4Params) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint UI list deployments4 params

func (*WaypointUIListDeployments4Params) WithApplicationApplication ¶

func (o *WaypointUIListDeployments4Params) WithApplicationApplication(applicationApplication *string) *WaypointUIListDeployments4Params

WithApplicationApplication adds the applicationApplication to the waypoint UI list deployments4 params

func (*WaypointUIListDeployments4Params) WithApplicationProject ¶

func (o *WaypointUIListDeployments4Params) WithApplicationProject(applicationProject *string) *WaypointUIListDeployments4Params

WithApplicationProject adds the applicationProject to the waypoint UI list deployments4 params

func (*WaypointUIListDeployments4Params) WithContext ¶

WithContext adds the context to the waypoint UI list deployments4 params

func (*WaypointUIListDeployments4Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint UI list deployments4 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUIListDeployments4Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint UI list deployments4 params

func (*WaypointUIListDeployments4Params) WithOrderDesc ¶

WithOrderDesc adds the orderDesc to the waypoint UI list deployments4 params

func (*WaypointUIListDeployments4Params) WithOrderLimit ¶

WithOrderLimit adds the orderLimit to the waypoint UI list deployments4 params

func (*WaypointUIListDeployments4Params) WithOrderOrder ¶

WithOrderOrder adds the orderOrder to the waypoint UI list deployments4 params

func (*WaypointUIListDeployments4Params) WithPhysicalState ¶

func (o *WaypointUIListDeployments4Params) WithPhysicalState(physicalState string) *WaypointUIListDeployments4Params

WithPhysicalState adds the physicalState to the waypoint UI list deployments4 params

func (*WaypointUIListDeployments4Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint UI list deployments4 params

func (*WaypointUIListDeployments4Params) WithWorkspaceWorkspace ¶

func (o *WaypointUIListDeployments4Params) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointUIListDeployments4Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint UI list deployments4 params

func (*WaypointUIListDeployments4Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointUIListDeployments4Reader ¶

type WaypointUIListDeployments4Reader struct {
	// contains filtered or unexported fields
}

WaypointUIListDeployments4Reader is a Reader for the WaypointUIListDeployments4 structure.

func (*WaypointUIListDeployments4Reader) ReadResponse ¶

func (o *WaypointUIListDeployments4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointUIListDeploymentsDefault ¶

type WaypointUIListDeploymentsDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointUIListDeploymentsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointUIListDeploymentsDefault ¶

func NewWaypointUIListDeploymentsDefault(code int) *WaypointUIListDeploymentsDefault

NewWaypointUIListDeploymentsDefault creates a WaypointUIListDeploymentsDefault with default headers values

func (*WaypointUIListDeploymentsDefault) Code ¶

Code gets the status code for the waypoint UI list deployments default response

func (*WaypointUIListDeploymentsDefault) Error ¶

func (*WaypointUIListDeploymentsDefault) GetPayload ¶

func (*WaypointUIListDeploymentsDefault) IsClientError ¶

func (o *WaypointUIListDeploymentsDefault) IsClientError() bool

IsClientError returns true when this waypoint UI list deployments default response has a 4xx status code

func (*WaypointUIListDeploymentsDefault) IsCode ¶

func (o *WaypointUIListDeploymentsDefault) IsCode(code int) bool

IsCode returns true when this waypoint UI list deployments default response a status code equal to that given

func (*WaypointUIListDeploymentsDefault) IsRedirect ¶

func (o *WaypointUIListDeploymentsDefault) IsRedirect() bool

IsRedirect returns true when this waypoint UI list deployments default response has a 3xx status code

func (*WaypointUIListDeploymentsDefault) IsServerError ¶

func (o *WaypointUIListDeploymentsDefault) IsServerError() bool

IsServerError returns true when this waypoint UI list deployments default response has a 5xx status code

func (*WaypointUIListDeploymentsDefault) IsSuccess ¶

func (o *WaypointUIListDeploymentsDefault) IsSuccess() bool

IsSuccess returns true when this waypoint UI list deployments default response has a 2xx status code

func (*WaypointUIListDeploymentsDefault) String ¶

type WaypointUIListDeploymentsOK ¶

type WaypointUIListDeploymentsOK struct {
	Payload *models.HashicorpWaypointUIListDeploymentsResponse
}

WaypointUIListDeploymentsOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointUIListDeploymentsOK ¶

func NewWaypointUIListDeploymentsOK() *WaypointUIListDeploymentsOK

NewWaypointUIListDeploymentsOK creates a WaypointUIListDeploymentsOK with default headers values

func (*WaypointUIListDeploymentsOK) Error ¶

func (*WaypointUIListDeploymentsOK) GetPayload ¶

func (*WaypointUIListDeploymentsOK) IsClientError ¶

func (o *WaypointUIListDeploymentsOK) IsClientError() bool

IsClientError returns true when this waypoint Ui list deployments o k response has a 4xx status code

func (*WaypointUIListDeploymentsOK) IsCode ¶

func (o *WaypointUIListDeploymentsOK) IsCode(code int) bool

IsCode returns true when this waypoint Ui list deployments o k response a status code equal to that given

func (*WaypointUIListDeploymentsOK) IsRedirect ¶

func (o *WaypointUIListDeploymentsOK) IsRedirect() bool

IsRedirect returns true when this waypoint Ui list deployments o k response has a 3xx status code

func (*WaypointUIListDeploymentsOK) IsServerError ¶

func (o *WaypointUIListDeploymentsOK) IsServerError() bool

IsServerError returns true when this waypoint Ui list deployments o k response has a 5xx status code

func (*WaypointUIListDeploymentsOK) IsSuccess ¶

func (o *WaypointUIListDeploymentsOK) IsSuccess() bool

IsSuccess returns true when this waypoint Ui list deployments o k response has a 2xx status code

func (*WaypointUIListDeploymentsOK) String ¶

func (o *WaypointUIListDeploymentsOK) String() string

type WaypointUIListDeploymentsParams ¶

type WaypointUIListDeploymentsParams struct {

	// ApplicationApplication.
	ApplicationApplication *string

	// ApplicationProject.
	ApplicationProject *string

	// OrderDesc.
	OrderDesc *bool

	/* OrderLimit.

	   Limit the number of results.

	   Format: int64
	*/
	OrderLimit *int64

	/* OrderOrder.

	   Order for the results.

	   Default: "UNSET"
	*/
	OrderOrder *string

	/* PhysicalState.

	     The physical state to filter for. If this is zero or unset then no
	filtering on physical state will be done.

	     Default: "UNKNOWN"
	*/
	PhysicalState *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointUIListDeploymentsParams contains all the parameters to send to the API endpoint

for the waypoint UI list deployments operation.

Typically these are written to a http.Request.

func NewWaypointUIListDeploymentsParams ¶

func NewWaypointUIListDeploymentsParams() *WaypointUIListDeploymentsParams

NewWaypointUIListDeploymentsParams creates a new WaypointUIListDeploymentsParams 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 NewWaypointUIListDeploymentsParamsWithContext ¶

func NewWaypointUIListDeploymentsParamsWithContext(ctx context.Context) *WaypointUIListDeploymentsParams

NewWaypointUIListDeploymentsParamsWithContext creates a new WaypointUIListDeploymentsParams object with the ability to set a context for a request.

func NewWaypointUIListDeploymentsParamsWithHTTPClient ¶

func NewWaypointUIListDeploymentsParamsWithHTTPClient(client *http.Client) *WaypointUIListDeploymentsParams

NewWaypointUIListDeploymentsParamsWithHTTPClient creates a new WaypointUIListDeploymentsParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointUIListDeploymentsParamsWithTimeout ¶

func NewWaypointUIListDeploymentsParamsWithTimeout(timeout time.Duration) *WaypointUIListDeploymentsParams

NewWaypointUIListDeploymentsParamsWithTimeout creates a new WaypointUIListDeploymentsParams object with the ability to set a timeout on a request.

func (*WaypointUIListDeploymentsParams) SetApplicationApplication ¶

func (o *WaypointUIListDeploymentsParams) SetApplicationApplication(applicationApplication *string)

SetApplicationApplication adds the applicationApplication to the waypoint UI list deployments params

func (*WaypointUIListDeploymentsParams) SetApplicationProject ¶

func (o *WaypointUIListDeploymentsParams) SetApplicationProject(applicationProject *string)

SetApplicationProject adds the applicationProject to the waypoint UI list deployments params

func (*WaypointUIListDeploymentsParams) SetContext ¶

func (o *WaypointUIListDeploymentsParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint UI list deployments params

func (*WaypointUIListDeploymentsParams) SetDefaults ¶

func (o *WaypointUIListDeploymentsParams) SetDefaults()

SetDefaults hydrates default values in the waypoint UI list deployments params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUIListDeploymentsParams) SetHTTPClient ¶

func (o *WaypointUIListDeploymentsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint UI list deployments params

func (*WaypointUIListDeploymentsParams) SetOrderDesc ¶

func (o *WaypointUIListDeploymentsParams) SetOrderDesc(orderDesc *bool)

SetOrderDesc adds the orderDesc to the waypoint UI list deployments params

func (*WaypointUIListDeploymentsParams) SetOrderLimit ¶

func (o *WaypointUIListDeploymentsParams) SetOrderLimit(orderLimit *int64)

SetOrderLimit adds the orderLimit to the waypoint UI list deployments params

func (*WaypointUIListDeploymentsParams) SetOrderOrder ¶

func (o *WaypointUIListDeploymentsParams) SetOrderOrder(orderOrder *string)

SetOrderOrder adds the orderOrder to the waypoint UI list deployments params

func (*WaypointUIListDeploymentsParams) SetPhysicalState ¶

func (o *WaypointUIListDeploymentsParams) SetPhysicalState(physicalState *string)

SetPhysicalState adds the physicalState to the waypoint UI list deployments params

func (*WaypointUIListDeploymentsParams) SetTimeout ¶

func (o *WaypointUIListDeploymentsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint UI list deployments params

func (*WaypointUIListDeploymentsParams) SetWorkspaceWorkspace ¶

func (o *WaypointUIListDeploymentsParams) SetWorkspaceWorkspace(workspaceWorkspace string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint UI list deployments params

func (*WaypointUIListDeploymentsParams) WithApplicationApplication ¶

func (o *WaypointUIListDeploymentsParams) WithApplicationApplication(applicationApplication *string) *WaypointUIListDeploymentsParams

WithApplicationApplication adds the applicationApplication to the waypoint UI list deployments params

func (*WaypointUIListDeploymentsParams) WithApplicationProject ¶

func (o *WaypointUIListDeploymentsParams) WithApplicationProject(applicationProject *string) *WaypointUIListDeploymentsParams

WithApplicationProject adds the applicationProject to the waypoint UI list deployments params

func (*WaypointUIListDeploymentsParams) WithContext ¶

WithContext adds the context to the waypoint UI list deployments params

func (*WaypointUIListDeploymentsParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint UI list deployments params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUIListDeploymentsParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint UI list deployments params

func (*WaypointUIListDeploymentsParams) WithOrderDesc ¶

WithOrderDesc adds the orderDesc to the waypoint UI list deployments params

func (*WaypointUIListDeploymentsParams) WithOrderLimit ¶

WithOrderLimit adds the orderLimit to the waypoint UI list deployments params

func (*WaypointUIListDeploymentsParams) WithOrderOrder ¶

WithOrderOrder adds the orderOrder to the waypoint UI list deployments params

func (*WaypointUIListDeploymentsParams) WithPhysicalState ¶

func (o *WaypointUIListDeploymentsParams) WithPhysicalState(physicalState *string) *WaypointUIListDeploymentsParams

WithPhysicalState adds the physicalState to the waypoint UI list deployments params

func (*WaypointUIListDeploymentsParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint UI list deployments params

func (*WaypointUIListDeploymentsParams) WithWorkspaceWorkspace ¶

func (o *WaypointUIListDeploymentsParams) WithWorkspaceWorkspace(workspaceWorkspace string) *WaypointUIListDeploymentsParams

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint UI list deployments params

func (*WaypointUIListDeploymentsParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointUIListDeploymentsReader ¶

type WaypointUIListDeploymentsReader struct {
	// contains filtered or unexported fields
}

WaypointUIListDeploymentsReader is a Reader for the WaypointUIListDeployments structure.

func (*WaypointUIListDeploymentsReader) ReadResponse ¶

func (o *WaypointUIListDeploymentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointUIListReleases2Default ¶

type WaypointUIListReleases2Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointUIListReleases2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointUIListReleases2Default ¶

func NewWaypointUIListReleases2Default(code int) *WaypointUIListReleases2Default

NewWaypointUIListReleases2Default creates a WaypointUIListReleases2Default with default headers values

func (*WaypointUIListReleases2Default) Code ¶

Code gets the status code for the waypoint UI list releases2 default response

func (*WaypointUIListReleases2Default) Error ¶

func (*WaypointUIListReleases2Default) GetPayload ¶

func (*WaypointUIListReleases2Default) IsClientError ¶

func (o *WaypointUIListReleases2Default) IsClientError() bool

IsClientError returns true when this waypoint UI list releases2 default response has a 4xx status code

func (*WaypointUIListReleases2Default) IsCode ¶

func (o *WaypointUIListReleases2Default) IsCode(code int) bool

IsCode returns true when this waypoint UI list releases2 default response a status code equal to that given

func (*WaypointUIListReleases2Default) IsRedirect ¶

func (o *WaypointUIListReleases2Default) IsRedirect() bool

IsRedirect returns true when this waypoint UI list releases2 default response has a 3xx status code

func (*WaypointUIListReleases2Default) IsServerError ¶

func (o *WaypointUIListReleases2Default) IsServerError() bool

IsServerError returns true when this waypoint UI list releases2 default response has a 5xx status code

func (*WaypointUIListReleases2Default) IsSuccess ¶

func (o *WaypointUIListReleases2Default) IsSuccess() bool

IsSuccess returns true when this waypoint UI list releases2 default response has a 2xx status code

func (*WaypointUIListReleases2Default) String ¶

type WaypointUIListReleases2OK ¶

type WaypointUIListReleases2OK struct {
	Payload *models.HashicorpWaypointUIListReleasesResponse
}

WaypointUIListReleases2OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointUIListReleases2OK ¶

func NewWaypointUIListReleases2OK() *WaypointUIListReleases2OK

NewWaypointUIListReleases2OK creates a WaypointUIListReleases2OK with default headers values

func (*WaypointUIListReleases2OK) Error ¶

func (o *WaypointUIListReleases2OK) Error() string

func (*WaypointUIListReleases2OK) GetPayload ¶

func (*WaypointUIListReleases2OK) IsClientError ¶

func (o *WaypointUIListReleases2OK) IsClientError() bool

IsClientError returns true when this waypoint Ui list releases2 o k response has a 4xx status code

func (*WaypointUIListReleases2OK) IsCode ¶

func (o *WaypointUIListReleases2OK) IsCode(code int) bool

IsCode returns true when this waypoint Ui list releases2 o k response a status code equal to that given

func (*WaypointUIListReleases2OK) IsRedirect ¶

func (o *WaypointUIListReleases2OK) IsRedirect() bool

IsRedirect returns true when this waypoint Ui list releases2 o k response has a 3xx status code

func (*WaypointUIListReleases2OK) IsServerError ¶

func (o *WaypointUIListReleases2OK) IsServerError() bool

IsServerError returns true when this waypoint Ui list releases2 o k response has a 5xx status code

func (*WaypointUIListReleases2OK) IsSuccess ¶

func (o *WaypointUIListReleases2OK) IsSuccess() bool

IsSuccess returns true when this waypoint Ui list releases2 o k response has a 2xx status code

func (*WaypointUIListReleases2OK) String ¶

func (o *WaypointUIListReleases2OK) String() string

type WaypointUIListReleases2Params ¶

type WaypointUIListReleases2Params struct {

	// ApplicationApplication.
	ApplicationApplication string

	// ApplicationProject.
	ApplicationProject *string

	// OrderDesc.
	OrderDesc *bool

	/* OrderLimit.

	   Limit the number of results.

	   Format: int64
	*/
	OrderLimit *int64

	/* OrderOrder.

	   Order for the results.

	   Default: "UNSET"
	*/
	OrderOrder *string

	/* PhysicalState.

	     The physical state to filter for. If this is zero or unset then no
	filtering on physical state will be done.

	     Default: "UNKNOWN"
	*/
	PhysicalState *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointUIListReleases2Params contains all the parameters to send to the API endpoint

for the waypoint UI list releases2 operation.

Typically these are written to a http.Request.

func NewWaypointUIListReleases2Params ¶

func NewWaypointUIListReleases2Params() *WaypointUIListReleases2Params

NewWaypointUIListReleases2Params creates a new WaypointUIListReleases2Params 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 NewWaypointUIListReleases2ParamsWithContext ¶

func NewWaypointUIListReleases2ParamsWithContext(ctx context.Context) *WaypointUIListReleases2Params

NewWaypointUIListReleases2ParamsWithContext creates a new WaypointUIListReleases2Params object with the ability to set a context for a request.

func NewWaypointUIListReleases2ParamsWithHTTPClient ¶

func NewWaypointUIListReleases2ParamsWithHTTPClient(client *http.Client) *WaypointUIListReleases2Params

NewWaypointUIListReleases2ParamsWithHTTPClient creates a new WaypointUIListReleases2Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointUIListReleases2ParamsWithTimeout ¶

func NewWaypointUIListReleases2ParamsWithTimeout(timeout time.Duration) *WaypointUIListReleases2Params

NewWaypointUIListReleases2ParamsWithTimeout creates a new WaypointUIListReleases2Params object with the ability to set a timeout on a request.

func (*WaypointUIListReleases2Params) SetApplicationApplication ¶

func (o *WaypointUIListReleases2Params) SetApplicationApplication(applicationApplication string)

SetApplicationApplication adds the applicationApplication to the waypoint UI list releases2 params

func (*WaypointUIListReleases2Params) SetApplicationProject ¶

func (o *WaypointUIListReleases2Params) SetApplicationProject(applicationProject *string)

SetApplicationProject adds the applicationProject to the waypoint UI list releases2 params

func (*WaypointUIListReleases2Params) SetContext ¶

func (o *WaypointUIListReleases2Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint UI list releases2 params

func (*WaypointUIListReleases2Params) SetDefaults ¶

func (o *WaypointUIListReleases2Params) SetDefaults()

SetDefaults hydrates default values in the waypoint UI list releases2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUIListReleases2Params) SetHTTPClient ¶

func (o *WaypointUIListReleases2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint UI list releases2 params

func (*WaypointUIListReleases2Params) SetOrderDesc ¶

func (o *WaypointUIListReleases2Params) SetOrderDesc(orderDesc *bool)

SetOrderDesc adds the orderDesc to the waypoint UI list releases2 params

func (*WaypointUIListReleases2Params) SetOrderLimit ¶

func (o *WaypointUIListReleases2Params) SetOrderLimit(orderLimit *int64)

SetOrderLimit adds the orderLimit to the waypoint UI list releases2 params

func (*WaypointUIListReleases2Params) SetOrderOrder ¶

func (o *WaypointUIListReleases2Params) SetOrderOrder(orderOrder *string)

SetOrderOrder adds the orderOrder to the waypoint UI list releases2 params

func (*WaypointUIListReleases2Params) SetPhysicalState ¶

func (o *WaypointUIListReleases2Params) SetPhysicalState(physicalState *string)

SetPhysicalState adds the physicalState to the waypoint UI list releases2 params

func (*WaypointUIListReleases2Params) SetTimeout ¶

func (o *WaypointUIListReleases2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint UI list releases2 params

func (*WaypointUIListReleases2Params) SetWorkspaceWorkspace ¶

func (o *WaypointUIListReleases2Params) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint UI list releases2 params

func (*WaypointUIListReleases2Params) WithApplicationApplication ¶

func (o *WaypointUIListReleases2Params) WithApplicationApplication(applicationApplication string) *WaypointUIListReleases2Params

WithApplicationApplication adds the applicationApplication to the waypoint UI list releases2 params

func (*WaypointUIListReleases2Params) WithApplicationProject ¶

func (o *WaypointUIListReleases2Params) WithApplicationProject(applicationProject *string) *WaypointUIListReleases2Params

WithApplicationProject adds the applicationProject to the waypoint UI list releases2 params

func (*WaypointUIListReleases2Params) WithContext ¶

WithContext adds the context to the waypoint UI list releases2 params

func (*WaypointUIListReleases2Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint UI list releases2 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUIListReleases2Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint UI list releases2 params

func (*WaypointUIListReleases2Params) WithOrderDesc ¶

WithOrderDesc adds the orderDesc to the waypoint UI list releases2 params

func (*WaypointUIListReleases2Params) WithOrderLimit ¶

func (o *WaypointUIListReleases2Params) WithOrderLimit(orderLimit *int64) *WaypointUIListReleases2Params

WithOrderLimit adds the orderLimit to the waypoint UI list releases2 params

func (*WaypointUIListReleases2Params) WithOrderOrder ¶

func (o *WaypointUIListReleases2Params) WithOrderOrder(orderOrder *string) *WaypointUIListReleases2Params

WithOrderOrder adds the orderOrder to the waypoint UI list releases2 params

func (*WaypointUIListReleases2Params) WithPhysicalState ¶

func (o *WaypointUIListReleases2Params) WithPhysicalState(physicalState *string) *WaypointUIListReleases2Params

WithPhysicalState adds the physicalState to the waypoint UI list releases2 params

func (*WaypointUIListReleases2Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint UI list releases2 params

func (*WaypointUIListReleases2Params) WithWorkspaceWorkspace ¶

func (o *WaypointUIListReleases2Params) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointUIListReleases2Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint UI list releases2 params

func (*WaypointUIListReleases2Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointUIListReleases2Reader ¶

type WaypointUIListReleases2Reader struct {
	// contains filtered or unexported fields
}

WaypointUIListReleases2Reader is a Reader for the WaypointUIListReleases2 structure.

func (*WaypointUIListReleases2Reader) ReadResponse ¶

func (o *WaypointUIListReleases2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointUIListReleases3Default ¶

type WaypointUIListReleases3Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointUIListReleases3Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointUIListReleases3Default ¶

func NewWaypointUIListReleases3Default(code int) *WaypointUIListReleases3Default

NewWaypointUIListReleases3Default creates a WaypointUIListReleases3Default with default headers values

func (*WaypointUIListReleases3Default) Code ¶

Code gets the status code for the waypoint UI list releases3 default response

func (*WaypointUIListReleases3Default) Error ¶

func (*WaypointUIListReleases3Default) GetPayload ¶

func (*WaypointUIListReleases3Default) IsClientError ¶

func (o *WaypointUIListReleases3Default) IsClientError() bool

IsClientError returns true when this waypoint UI list releases3 default response has a 4xx status code

func (*WaypointUIListReleases3Default) IsCode ¶

func (o *WaypointUIListReleases3Default) IsCode(code int) bool

IsCode returns true when this waypoint UI list releases3 default response a status code equal to that given

func (*WaypointUIListReleases3Default) IsRedirect ¶

func (o *WaypointUIListReleases3Default) IsRedirect() bool

IsRedirect returns true when this waypoint UI list releases3 default response has a 3xx status code

func (*WaypointUIListReleases3Default) IsServerError ¶

func (o *WaypointUIListReleases3Default) IsServerError() bool

IsServerError returns true when this waypoint UI list releases3 default response has a 5xx status code

func (*WaypointUIListReleases3Default) IsSuccess ¶

func (o *WaypointUIListReleases3Default) IsSuccess() bool

IsSuccess returns true when this waypoint UI list releases3 default response has a 2xx status code

func (*WaypointUIListReleases3Default) String ¶

type WaypointUIListReleases3OK ¶

type WaypointUIListReleases3OK struct {
	Payload *models.HashicorpWaypointUIListReleasesResponse
}

WaypointUIListReleases3OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointUIListReleases3OK ¶

func NewWaypointUIListReleases3OK() *WaypointUIListReleases3OK

NewWaypointUIListReleases3OK creates a WaypointUIListReleases3OK with default headers values

func (*WaypointUIListReleases3OK) Error ¶

func (o *WaypointUIListReleases3OK) Error() string

func (*WaypointUIListReleases3OK) GetPayload ¶

func (*WaypointUIListReleases3OK) IsClientError ¶

func (o *WaypointUIListReleases3OK) IsClientError() bool

IsClientError returns true when this waypoint Ui list releases3 o k response has a 4xx status code

func (*WaypointUIListReleases3OK) IsCode ¶

func (o *WaypointUIListReleases3OK) IsCode(code int) bool

IsCode returns true when this waypoint Ui list releases3 o k response a status code equal to that given

func (*WaypointUIListReleases3OK) IsRedirect ¶

func (o *WaypointUIListReleases3OK) IsRedirect() bool

IsRedirect returns true when this waypoint Ui list releases3 o k response has a 3xx status code

func (*WaypointUIListReleases3OK) IsServerError ¶

func (o *WaypointUIListReleases3OK) IsServerError() bool

IsServerError returns true when this waypoint Ui list releases3 o k response has a 5xx status code

func (*WaypointUIListReleases3OK) IsSuccess ¶

func (o *WaypointUIListReleases3OK) IsSuccess() bool

IsSuccess returns true when this waypoint Ui list releases3 o k response has a 2xx status code

func (*WaypointUIListReleases3OK) String ¶

func (o *WaypointUIListReleases3OK) String() string

type WaypointUIListReleases3Params ¶

type WaypointUIListReleases3Params struct {

	// ApplicationApplication.
	ApplicationApplication *string

	// ApplicationProject.
	ApplicationProject string

	// OrderDesc.
	OrderDesc *bool

	/* OrderLimit.

	   Limit the number of results.

	   Format: int64
	*/
	OrderLimit *int64

	/* OrderOrder.

	   Order for the results.

	   Default: "UNSET"
	*/
	OrderOrder *string

	/* PhysicalState.

	     The physical state to filter for. If this is zero or unset then no
	filtering on physical state will be done.

	     Default: "UNKNOWN"
	*/
	PhysicalState *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointUIListReleases3Params contains all the parameters to send to the API endpoint

for the waypoint UI list releases3 operation.

Typically these are written to a http.Request.

func NewWaypointUIListReleases3Params ¶

func NewWaypointUIListReleases3Params() *WaypointUIListReleases3Params

NewWaypointUIListReleases3Params creates a new WaypointUIListReleases3Params 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 NewWaypointUIListReleases3ParamsWithContext ¶

func NewWaypointUIListReleases3ParamsWithContext(ctx context.Context) *WaypointUIListReleases3Params

NewWaypointUIListReleases3ParamsWithContext creates a new WaypointUIListReleases3Params object with the ability to set a context for a request.

func NewWaypointUIListReleases3ParamsWithHTTPClient ¶

func NewWaypointUIListReleases3ParamsWithHTTPClient(client *http.Client) *WaypointUIListReleases3Params

NewWaypointUIListReleases3ParamsWithHTTPClient creates a new WaypointUIListReleases3Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointUIListReleases3ParamsWithTimeout ¶

func NewWaypointUIListReleases3ParamsWithTimeout(timeout time.Duration) *WaypointUIListReleases3Params

NewWaypointUIListReleases3ParamsWithTimeout creates a new WaypointUIListReleases3Params object with the ability to set a timeout on a request.

func (*WaypointUIListReleases3Params) SetApplicationApplication ¶

func (o *WaypointUIListReleases3Params) SetApplicationApplication(applicationApplication *string)

SetApplicationApplication adds the applicationApplication to the waypoint UI list releases3 params

func (*WaypointUIListReleases3Params) SetApplicationProject ¶

func (o *WaypointUIListReleases3Params) SetApplicationProject(applicationProject string)

SetApplicationProject adds the applicationProject to the waypoint UI list releases3 params

func (*WaypointUIListReleases3Params) SetContext ¶

func (o *WaypointUIListReleases3Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint UI list releases3 params

func (*WaypointUIListReleases3Params) SetDefaults ¶

func (o *WaypointUIListReleases3Params) SetDefaults()

SetDefaults hydrates default values in the waypoint UI list releases3 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUIListReleases3Params) SetHTTPClient ¶

func (o *WaypointUIListReleases3Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint UI list releases3 params

func (*WaypointUIListReleases3Params) SetOrderDesc ¶

func (o *WaypointUIListReleases3Params) SetOrderDesc(orderDesc *bool)

SetOrderDesc adds the orderDesc to the waypoint UI list releases3 params

func (*WaypointUIListReleases3Params) SetOrderLimit ¶

func (o *WaypointUIListReleases3Params) SetOrderLimit(orderLimit *int64)

SetOrderLimit adds the orderLimit to the waypoint UI list releases3 params

func (*WaypointUIListReleases3Params) SetOrderOrder ¶

func (o *WaypointUIListReleases3Params) SetOrderOrder(orderOrder *string)

SetOrderOrder adds the orderOrder to the waypoint UI list releases3 params

func (*WaypointUIListReleases3Params) SetPhysicalState ¶

func (o *WaypointUIListReleases3Params) SetPhysicalState(physicalState *string)

SetPhysicalState adds the physicalState to the waypoint UI list releases3 params

func (*WaypointUIListReleases3Params) SetTimeout ¶

func (o *WaypointUIListReleases3Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint UI list releases3 params

func (*WaypointUIListReleases3Params) SetWorkspaceWorkspace ¶

func (o *WaypointUIListReleases3Params) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint UI list releases3 params

func (*WaypointUIListReleases3Params) WithApplicationApplication ¶

func (o *WaypointUIListReleases3Params) WithApplicationApplication(applicationApplication *string) *WaypointUIListReleases3Params

WithApplicationApplication adds the applicationApplication to the waypoint UI list releases3 params

func (*WaypointUIListReleases3Params) WithApplicationProject ¶

func (o *WaypointUIListReleases3Params) WithApplicationProject(applicationProject string) *WaypointUIListReleases3Params

WithApplicationProject adds the applicationProject to the waypoint UI list releases3 params

func (*WaypointUIListReleases3Params) WithContext ¶

WithContext adds the context to the waypoint UI list releases3 params

func (*WaypointUIListReleases3Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint UI list releases3 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUIListReleases3Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint UI list releases3 params

func (*WaypointUIListReleases3Params) WithOrderDesc ¶

WithOrderDesc adds the orderDesc to the waypoint UI list releases3 params

func (*WaypointUIListReleases3Params) WithOrderLimit ¶

func (o *WaypointUIListReleases3Params) WithOrderLimit(orderLimit *int64) *WaypointUIListReleases3Params

WithOrderLimit adds the orderLimit to the waypoint UI list releases3 params

func (*WaypointUIListReleases3Params) WithOrderOrder ¶

func (o *WaypointUIListReleases3Params) WithOrderOrder(orderOrder *string) *WaypointUIListReleases3Params

WithOrderOrder adds the orderOrder to the waypoint UI list releases3 params

func (*WaypointUIListReleases3Params) WithPhysicalState ¶

func (o *WaypointUIListReleases3Params) WithPhysicalState(physicalState *string) *WaypointUIListReleases3Params

WithPhysicalState adds the physicalState to the waypoint UI list releases3 params

func (*WaypointUIListReleases3Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint UI list releases3 params

func (*WaypointUIListReleases3Params) WithWorkspaceWorkspace ¶

func (o *WaypointUIListReleases3Params) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointUIListReleases3Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint UI list releases3 params

func (*WaypointUIListReleases3Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointUIListReleases3Reader ¶

type WaypointUIListReleases3Reader struct {
	// contains filtered or unexported fields
}

WaypointUIListReleases3Reader is a Reader for the WaypointUIListReleases3 structure.

func (*WaypointUIListReleases3Reader) ReadResponse ¶

func (o *WaypointUIListReleases3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointUIListReleases4Default ¶

type WaypointUIListReleases4Default struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointUIListReleases4Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointUIListReleases4Default ¶

func NewWaypointUIListReleases4Default(code int) *WaypointUIListReleases4Default

NewWaypointUIListReleases4Default creates a WaypointUIListReleases4Default with default headers values

func (*WaypointUIListReleases4Default) Code ¶

Code gets the status code for the waypoint UI list releases4 default response

func (*WaypointUIListReleases4Default) Error ¶

func (*WaypointUIListReleases4Default) GetPayload ¶

func (*WaypointUIListReleases4Default) IsClientError ¶

func (o *WaypointUIListReleases4Default) IsClientError() bool

IsClientError returns true when this waypoint UI list releases4 default response has a 4xx status code

func (*WaypointUIListReleases4Default) IsCode ¶

func (o *WaypointUIListReleases4Default) IsCode(code int) bool

IsCode returns true when this waypoint UI list releases4 default response a status code equal to that given

func (*WaypointUIListReleases4Default) IsRedirect ¶

func (o *WaypointUIListReleases4Default) IsRedirect() bool

IsRedirect returns true when this waypoint UI list releases4 default response has a 3xx status code

func (*WaypointUIListReleases4Default) IsServerError ¶

func (o *WaypointUIListReleases4Default) IsServerError() bool

IsServerError returns true when this waypoint UI list releases4 default response has a 5xx status code

func (*WaypointUIListReleases4Default) IsSuccess ¶

func (o *WaypointUIListReleases4Default) IsSuccess() bool

IsSuccess returns true when this waypoint UI list releases4 default response has a 2xx status code

func (*WaypointUIListReleases4Default) String ¶

type WaypointUIListReleases4OK ¶

type WaypointUIListReleases4OK struct {
	Payload *models.HashicorpWaypointUIListReleasesResponse
}

WaypointUIListReleases4OK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointUIListReleases4OK ¶

func NewWaypointUIListReleases4OK() *WaypointUIListReleases4OK

NewWaypointUIListReleases4OK creates a WaypointUIListReleases4OK with default headers values

func (*WaypointUIListReleases4OK) Error ¶

func (o *WaypointUIListReleases4OK) Error() string

func (*WaypointUIListReleases4OK) GetPayload ¶

func (*WaypointUIListReleases4OK) IsClientError ¶

func (o *WaypointUIListReleases4OK) IsClientError() bool

IsClientError returns true when this waypoint Ui list releases4 o k response has a 4xx status code

func (*WaypointUIListReleases4OK) IsCode ¶

func (o *WaypointUIListReleases4OK) IsCode(code int) bool

IsCode returns true when this waypoint Ui list releases4 o k response a status code equal to that given

func (*WaypointUIListReleases4OK) IsRedirect ¶

func (o *WaypointUIListReleases4OK) IsRedirect() bool

IsRedirect returns true when this waypoint Ui list releases4 o k response has a 3xx status code

func (*WaypointUIListReleases4OK) IsServerError ¶

func (o *WaypointUIListReleases4OK) IsServerError() bool

IsServerError returns true when this waypoint Ui list releases4 o k response has a 5xx status code

func (*WaypointUIListReleases4OK) IsSuccess ¶

func (o *WaypointUIListReleases4OK) IsSuccess() bool

IsSuccess returns true when this waypoint Ui list releases4 o k response has a 2xx status code

func (*WaypointUIListReleases4OK) String ¶

func (o *WaypointUIListReleases4OK) String() string

type WaypointUIListReleases4Params ¶

type WaypointUIListReleases4Params struct {

	// ApplicationApplication.
	ApplicationApplication *string

	// ApplicationProject.
	ApplicationProject *string

	// OrderDesc.
	OrderDesc *bool

	/* OrderLimit.

	   Limit the number of results.

	   Format: int64
	*/
	OrderLimit *int64

	/* OrderOrder.

	   Order for the results.

	   Default: "UNSET"
	*/
	OrderOrder *string

	/* PhysicalState.

	     The physical state to filter for. If this is zero or unset then no
	filtering on physical state will be done.
	*/
	PhysicalState string

	// WorkspaceWorkspace.
	WorkspaceWorkspace *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointUIListReleases4Params contains all the parameters to send to the API endpoint

for the waypoint UI list releases4 operation.

Typically these are written to a http.Request.

func NewWaypointUIListReleases4Params ¶

func NewWaypointUIListReleases4Params() *WaypointUIListReleases4Params

NewWaypointUIListReleases4Params creates a new WaypointUIListReleases4Params 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 NewWaypointUIListReleases4ParamsWithContext ¶

func NewWaypointUIListReleases4ParamsWithContext(ctx context.Context) *WaypointUIListReleases4Params

NewWaypointUIListReleases4ParamsWithContext creates a new WaypointUIListReleases4Params object with the ability to set a context for a request.

func NewWaypointUIListReleases4ParamsWithHTTPClient ¶

func NewWaypointUIListReleases4ParamsWithHTTPClient(client *http.Client) *WaypointUIListReleases4Params

NewWaypointUIListReleases4ParamsWithHTTPClient creates a new WaypointUIListReleases4Params object with the ability to set a custom HTTPClient for a request.

func NewWaypointUIListReleases4ParamsWithTimeout ¶

func NewWaypointUIListReleases4ParamsWithTimeout(timeout time.Duration) *WaypointUIListReleases4Params

NewWaypointUIListReleases4ParamsWithTimeout creates a new WaypointUIListReleases4Params object with the ability to set a timeout on a request.

func (*WaypointUIListReleases4Params) SetApplicationApplication ¶

func (o *WaypointUIListReleases4Params) SetApplicationApplication(applicationApplication *string)

SetApplicationApplication adds the applicationApplication to the waypoint UI list releases4 params

func (*WaypointUIListReleases4Params) SetApplicationProject ¶

func (o *WaypointUIListReleases4Params) SetApplicationProject(applicationProject *string)

SetApplicationProject adds the applicationProject to the waypoint UI list releases4 params

func (*WaypointUIListReleases4Params) SetContext ¶

func (o *WaypointUIListReleases4Params) SetContext(ctx context.Context)

SetContext adds the context to the waypoint UI list releases4 params

func (*WaypointUIListReleases4Params) SetDefaults ¶

func (o *WaypointUIListReleases4Params) SetDefaults()

SetDefaults hydrates default values in the waypoint UI list releases4 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUIListReleases4Params) SetHTTPClient ¶

func (o *WaypointUIListReleases4Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint UI list releases4 params

func (*WaypointUIListReleases4Params) SetOrderDesc ¶

func (o *WaypointUIListReleases4Params) SetOrderDesc(orderDesc *bool)

SetOrderDesc adds the orderDesc to the waypoint UI list releases4 params

func (*WaypointUIListReleases4Params) SetOrderLimit ¶

func (o *WaypointUIListReleases4Params) SetOrderLimit(orderLimit *int64)

SetOrderLimit adds the orderLimit to the waypoint UI list releases4 params

func (*WaypointUIListReleases4Params) SetOrderOrder ¶

func (o *WaypointUIListReleases4Params) SetOrderOrder(orderOrder *string)

SetOrderOrder adds the orderOrder to the waypoint UI list releases4 params

func (*WaypointUIListReleases4Params) SetPhysicalState ¶

func (o *WaypointUIListReleases4Params) SetPhysicalState(physicalState string)

SetPhysicalState adds the physicalState to the waypoint UI list releases4 params

func (*WaypointUIListReleases4Params) SetTimeout ¶

func (o *WaypointUIListReleases4Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint UI list releases4 params

func (*WaypointUIListReleases4Params) SetWorkspaceWorkspace ¶

func (o *WaypointUIListReleases4Params) SetWorkspaceWorkspace(workspaceWorkspace *string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint UI list releases4 params

func (*WaypointUIListReleases4Params) WithApplicationApplication ¶

func (o *WaypointUIListReleases4Params) WithApplicationApplication(applicationApplication *string) *WaypointUIListReleases4Params

WithApplicationApplication adds the applicationApplication to the waypoint UI list releases4 params

func (*WaypointUIListReleases4Params) WithApplicationProject ¶

func (o *WaypointUIListReleases4Params) WithApplicationProject(applicationProject *string) *WaypointUIListReleases4Params

WithApplicationProject adds the applicationProject to the waypoint UI list releases4 params

func (*WaypointUIListReleases4Params) WithContext ¶

WithContext adds the context to the waypoint UI list releases4 params

func (*WaypointUIListReleases4Params) WithDefaults ¶

WithDefaults hydrates default values in the waypoint UI list releases4 params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUIListReleases4Params) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint UI list releases4 params

func (*WaypointUIListReleases4Params) WithOrderDesc ¶

WithOrderDesc adds the orderDesc to the waypoint UI list releases4 params

func (*WaypointUIListReleases4Params) WithOrderLimit ¶

func (o *WaypointUIListReleases4Params) WithOrderLimit(orderLimit *int64) *WaypointUIListReleases4Params

WithOrderLimit adds the orderLimit to the waypoint UI list releases4 params

func (*WaypointUIListReleases4Params) WithOrderOrder ¶

func (o *WaypointUIListReleases4Params) WithOrderOrder(orderOrder *string) *WaypointUIListReleases4Params

WithOrderOrder adds the orderOrder to the waypoint UI list releases4 params

func (*WaypointUIListReleases4Params) WithPhysicalState ¶

func (o *WaypointUIListReleases4Params) WithPhysicalState(physicalState string) *WaypointUIListReleases4Params

WithPhysicalState adds the physicalState to the waypoint UI list releases4 params

func (*WaypointUIListReleases4Params) WithTimeout ¶

WithTimeout adds the timeout to the waypoint UI list releases4 params

func (*WaypointUIListReleases4Params) WithWorkspaceWorkspace ¶

func (o *WaypointUIListReleases4Params) WithWorkspaceWorkspace(workspaceWorkspace *string) *WaypointUIListReleases4Params

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint UI list releases4 params

func (*WaypointUIListReleases4Params) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointUIListReleases4Reader ¶

type WaypointUIListReleases4Reader struct {
	// contains filtered or unexported fields
}

WaypointUIListReleases4Reader is a Reader for the WaypointUIListReleases4 structure.

func (*WaypointUIListReleases4Reader) ReadResponse ¶

func (o *WaypointUIListReleases4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointUIListReleasesDefault ¶

type WaypointUIListReleasesDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointUIListReleasesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointUIListReleasesDefault ¶

func NewWaypointUIListReleasesDefault(code int) *WaypointUIListReleasesDefault

NewWaypointUIListReleasesDefault creates a WaypointUIListReleasesDefault with default headers values

func (*WaypointUIListReleasesDefault) Code ¶

Code gets the status code for the waypoint UI list releases default response

func (*WaypointUIListReleasesDefault) Error ¶

func (*WaypointUIListReleasesDefault) GetPayload ¶

func (*WaypointUIListReleasesDefault) IsClientError ¶

func (o *WaypointUIListReleasesDefault) IsClientError() bool

IsClientError returns true when this waypoint UI list releases default response has a 4xx status code

func (*WaypointUIListReleasesDefault) IsCode ¶

func (o *WaypointUIListReleasesDefault) IsCode(code int) bool

IsCode returns true when this waypoint UI list releases default response a status code equal to that given

func (*WaypointUIListReleasesDefault) IsRedirect ¶

func (o *WaypointUIListReleasesDefault) IsRedirect() bool

IsRedirect returns true when this waypoint UI list releases default response has a 3xx status code

func (*WaypointUIListReleasesDefault) IsServerError ¶

func (o *WaypointUIListReleasesDefault) IsServerError() bool

IsServerError returns true when this waypoint UI list releases default response has a 5xx status code

func (*WaypointUIListReleasesDefault) IsSuccess ¶

func (o *WaypointUIListReleasesDefault) IsSuccess() bool

IsSuccess returns true when this waypoint UI list releases default response has a 2xx status code

func (*WaypointUIListReleasesDefault) String ¶

type WaypointUIListReleasesOK ¶

type WaypointUIListReleasesOK struct {
	Payload *models.HashicorpWaypointUIListReleasesResponse
}

WaypointUIListReleasesOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointUIListReleasesOK ¶

func NewWaypointUIListReleasesOK() *WaypointUIListReleasesOK

NewWaypointUIListReleasesOK creates a WaypointUIListReleasesOK with default headers values

func (*WaypointUIListReleasesOK) Error ¶

func (o *WaypointUIListReleasesOK) Error() string

func (*WaypointUIListReleasesOK) GetPayload ¶

func (*WaypointUIListReleasesOK) IsClientError ¶

func (o *WaypointUIListReleasesOK) IsClientError() bool

IsClientError returns true when this waypoint Ui list releases o k response has a 4xx status code

func (*WaypointUIListReleasesOK) IsCode ¶

func (o *WaypointUIListReleasesOK) IsCode(code int) bool

IsCode returns true when this waypoint Ui list releases o k response a status code equal to that given

func (*WaypointUIListReleasesOK) IsRedirect ¶

func (o *WaypointUIListReleasesOK) IsRedirect() bool

IsRedirect returns true when this waypoint Ui list releases o k response has a 3xx status code

func (*WaypointUIListReleasesOK) IsServerError ¶

func (o *WaypointUIListReleasesOK) IsServerError() bool

IsServerError returns true when this waypoint Ui list releases o k response has a 5xx status code

func (*WaypointUIListReleasesOK) IsSuccess ¶

func (o *WaypointUIListReleasesOK) IsSuccess() bool

IsSuccess returns true when this waypoint Ui list releases o k response has a 2xx status code

func (*WaypointUIListReleasesOK) String ¶

func (o *WaypointUIListReleasesOK) String() string

type WaypointUIListReleasesParams ¶

type WaypointUIListReleasesParams struct {

	// ApplicationApplication.
	ApplicationApplication *string

	// ApplicationProject.
	ApplicationProject *string

	// OrderDesc.
	OrderDesc *bool

	/* OrderLimit.

	   Limit the number of results.

	   Format: int64
	*/
	OrderLimit *int64

	/* OrderOrder.

	   Order for the results.

	   Default: "UNSET"
	*/
	OrderOrder *string

	/* PhysicalState.

	     The physical state to filter for. If this is zero or unset then no
	filtering on physical state will be done.

	     Default: "UNKNOWN"
	*/
	PhysicalState *string

	// WorkspaceWorkspace.
	WorkspaceWorkspace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointUIListReleasesParams contains all the parameters to send to the API endpoint

for the waypoint UI list releases operation.

Typically these are written to a http.Request.

func NewWaypointUIListReleasesParams ¶

func NewWaypointUIListReleasesParams() *WaypointUIListReleasesParams

NewWaypointUIListReleasesParams creates a new WaypointUIListReleasesParams 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 NewWaypointUIListReleasesParamsWithContext ¶

func NewWaypointUIListReleasesParamsWithContext(ctx context.Context) *WaypointUIListReleasesParams

NewWaypointUIListReleasesParamsWithContext creates a new WaypointUIListReleasesParams object with the ability to set a context for a request.

func NewWaypointUIListReleasesParamsWithHTTPClient ¶

func NewWaypointUIListReleasesParamsWithHTTPClient(client *http.Client) *WaypointUIListReleasesParams

NewWaypointUIListReleasesParamsWithHTTPClient creates a new WaypointUIListReleasesParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointUIListReleasesParamsWithTimeout ¶

func NewWaypointUIListReleasesParamsWithTimeout(timeout time.Duration) *WaypointUIListReleasesParams

NewWaypointUIListReleasesParamsWithTimeout creates a new WaypointUIListReleasesParams object with the ability to set a timeout on a request.

func (*WaypointUIListReleasesParams) SetApplicationApplication ¶

func (o *WaypointUIListReleasesParams) SetApplicationApplication(applicationApplication *string)

SetApplicationApplication adds the applicationApplication to the waypoint UI list releases params

func (*WaypointUIListReleasesParams) SetApplicationProject ¶

func (o *WaypointUIListReleasesParams) SetApplicationProject(applicationProject *string)

SetApplicationProject adds the applicationProject to the waypoint UI list releases params

func (*WaypointUIListReleasesParams) SetContext ¶

func (o *WaypointUIListReleasesParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint UI list releases params

func (*WaypointUIListReleasesParams) SetDefaults ¶

func (o *WaypointUIListReleasesParams) SetDefaults()

SetDefaults hydrates default values in the waypoint UI list releases params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUIListReleasesParams) SetHTTPClient ¶

func (o *WaypointUIListReleasesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint UI list releases params

func (*WaypointUIListReleasesParams) SetOrderDesc ¶

func (o *WaypointUIListReleasesParams) SetOrderDesc(orderDesc *bool)

SetOrderDesc adds the orderDesc to the waypoint UI list releases params

func (*WaypointUIListReleasesParams) SetOrderLimit ¶

func (o *WaypointUIListReleasesParams) SetOrderLimit(orderLimit *int64)

SetOrderLimit adds the orderLimit to the waypoint UI list releases params

func (*WaypointUIListReleasesParams) SetOrderOrder ¶

func (o *WaypointUIListReleasesParams) SetOrderOrder(orderOrder *string)

SetOrderOrder adds the orderOrder to the waypoint UI list releases params

func (*WaypointUIListReleasesParams) SetPhysicalState ¶

func (o *WaypointUIListReleasesParams) SetPhysicalState(physicalState *string)

SetPhysicalState adds the physicalState to the waypoint UI list releases params

func (*WaypointUIListReleasesParams) SetTimeout ¶

func (o *WaypointUIListReleasesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint UI list releases params

func (*WaypointUIListReleasesParams) SetWorkspaceWorkspace ¶

func (o *WaypointUIListReleasesParams) SetWorkspaceWorkspace(workspaceWorkspace string)

SetWorkspaceWorkspace adds the workspaceWorkspace to the waypoint UI list releases params

func (*WaypointUIListReleasesParams) WithApplicationApplication ¶

func (o *WaypointUIListReleasesParams) WithApplicationApplication(applicationApplication *string) *WaypointUIListReleasesParams

WithApplicationApplication adds the applicationApplication to the waypoint UI list releases params

func (*WaypointUIListReleasesParams) WithApplicationProject ¶

func (o *WaypointUIListReleasesParams) WithApplicationProject(applicationProject *string) *WaypointUIListReleasesParams

WithApplicationProject adds the applicationProject to the waypoint UI list releases params

func (*WaypointUIListReleasesParams) WithContext ¶

WithContext adds the context to the waypoint UI list releases params

func (*WaypointUIListReleasesParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint UI list releases params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUIListReleasesParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint UI list releases params

func (*WaypointUIListReleasesParams) WithOrderDesc ¶

func (o *WaypointUIListReleasesParams) WithOrderDesc(orderDesc *bool) *WaypointUIListReleasesParams

WithOrderDesc adds the orderDesc to the waypoint UI list releases params

func (*WaypointUIListReleasesParams) WithOrderLimit ¶

func (o *WaypointUIListReleasesParams) WithOrderLimit(orderLimit *int64) *WaypointUIListReleasesParams

WithOrderLimit adds the orderLimit to the waypoint UI list releases params

func (*WaypointUIListReleasesParams) WithOrderOrder ¶

func (o *WaypointUIListReleasesParams) WithOrderOrder(orderOrder *string) *WaypointUIListReleasesParams

WithOrderOrder adds the orderOrder to the waypoint UI list releases params

func (*WaypointUIListReleasesParams) WithPhysicalState ¶

func (o *WaypointUIListReleasesParams) WithPhysicalState(physicalState *string) *WaypointUIListReleasesParams

WithPhysicalState adds the physicalState to the waypoint UI list releases params

func (*WaypointUIListReleasesParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint UI list releases params

func (*WaypointUIListReleasesParams) WithWorkspaceWorkspace ¶

func (o *WaypointUIListReleasesParams) WithWorkspaceWorkspace(workspaceWorkspace string) *WaypointUIListReleasesParams

WithWorkspaceWorkspace adds the workspaceWorkspace to the waypoint UI list releases params

func (*WaypointUIListReleasesParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointUIListReleasesReader ¶

type WaypointUIListReleasesReader struct {
	// contains filtered or unexported fields
}

WaypointUIListReleasesReader is a Reader for the WaypointUIListReleases structure.

func (*WaypointUIListReleasesReader) ReadResponse ¶

func (o *WaypointUIListReleasesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointUpdateUserDefault ¶

type WaypointUpdateUserDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointUpdateUserDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointUpdateUserDefault ¶

func NewWaypointUpdateUserDefault(code int) *WaypointUpdateUserDefault

NewWaypointUpdateUserDefault creates a WaypointUpdateUserDefault with default headers values

func (*WaypointUpdateUserDefault) Code ¶

func (o *WaypointUpdateUserDefault) Code() int

Code gets the status code for the waypoint update user default response

func (*WaypointUpdateUserDefault) Error ¶

func (o *WaypointUpdateUserDefault) Error() string

func (*WaypointUpdateUserDefault) GetPayload ¶

func (*WaypointUpdateUserDefault) IsClientError ¶

func (o *WaypointUpdateUserDefault) IsClientError() bool

IsClientError returns true when this waypoint update user default response has a 4xx status code

func (*WaypointUpdateUserDefault) IsCode ¶

func (o *WaypointUpdateUserDefault) IsCode(code int) bool

IsCode returns true when this waypoint update user default response a status code equal to that given

func (*WaypointUpdateUserDefault) IsRedirect ¶

func (o *WaypointUpdateUserDefault) IsRedirect() bool

IsRedirect returns true when this waypoint update user default response has a 3xx status code

func (*WaypointUpdateUserDefault) IsServerError ¶

func (o *WaypointUpdateUserDefault) IsServerError() bool

IsServerError returns true when this waypoint update user default response has a 5xx status code

func (*WaypointUpdateUserDefault) IsSuccess ¶

func (o *WaypointUpdateUserDefault) IsSuccess() bool

IsSuccess returns true when this waypoint update user default response has a 2xx status code

func (*WaypointUpdateUserDefault) String ¶

func (o *WaypointUpdateUserDefault) String() string

type WaypointUpdateUserOK ¶

type WaypointUpdateUserOK struct {
	Payload *models.HashicorpWaypointUpdateUserResponse
}

WaypointUpdateUserOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointUpdateUserOK ¶

func NewWaypointUpdateUserOK() *WaypointUpdateUserOK

NewWaypointUpdateUserOK creates a WaypointUpdateUserOK with default headers values

func (*WaypointUpdateUserOK) Error ¶

func (o *WaypointUpdateUserOK) Error() string

func (*WaypointUpdateUserOK) GetPayload ¶

func (*WaypointUpdateUserOK) IsClientError ¶

func (o *WaypointUpdateUserOK) IsClientError() bool

IsClientError returns true when this waypoint update user o k response has a 4xx status code

func (*WaypointUpdateUserOK) IsCode ¶

func (o *WaypointUpdateUserOK) IsCode(code int) bool

IsCode returns true when this waypoint update user o k response a status code equal to that given

func (*WaypointUpdateUserOK) IsRedirect ¶

func (o *WaypointUpdateUserOK) IsRedirect() bool

IsRedirect returns true when this waypoint update user o k response has a 3xx status code

func (*WaypointUpdateUserOK) IsServerError ¶

func (o *WaypointUpdateUserOK) IsServerError() bool

IsServerError returns true when this waypoint update user o k response has a 5xx status code

func (*WaypointUpdateUserOK) IsSuccess ¶

func (o *WaypointUpdateUserOK) IsSuccess() bool

IsSuccess returns true when this waypoint update user o k response has a 2xx status code

func (*WaypointUpdateUserOK) String ¶

func (o *WaypointUpdateUserOK) String() string

type WaypointUpdateUserParams ¶

type WaypointUpdateUserParams struct {

	// Body.
	Body *models.HashicorpWaypointUpdateUserRequest

	/* UserID.

	   Id that is unique to the Waypoint server (usually a ULID).
	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointUpdateUserParams contains all the parameters to send to the API endpoint

for the waypoint update user operation.

Typically these are written to a http.Request.

func NewWaypointUpdateUserParams ¶

func NewWaypointUpdateUserParams() *WaypointUpdateUserParams

NewWaypointUpdateUserParams creates a new WaypointUpdateUserParams 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 NewWaypointUpdateUserParamsWithContext ¶

func NewWaypointUpdateUserParamsWithContext(ctx context.Context) *WaypointUpdateUserParams

NewWaypointUpdateUserParamsWithContext creates a new WaypointUpdateUserParams object with the ability to set a context for a request.

func NewWaypointUpdateUserParamsWithHTTPClient ¶

func NewWaypointUpdateUserParamsWithHTTPClient(client *http.Client) *WaypointUpdateUserParams

NewWaypointUpdateUserParamsWithHTTPClient creates a new WaypointUpdateUserParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointUpdateUserParamsWithTimeout ¶

func NewWaypointUpdateUserParamsWithTimeout(timeout time.Duration) *WaypointUpdateUserParams

NewWaypointUpdateUserParamsWithTimeout creates a new WaypointUpdateUserParams object with the ability to set a timeout on a request.

func (*WaypointUpdateUserParams) SetBody ¶

SetBody adds the body to the waypoint update user params

func (*WaypointUpdateUserParams) SetContext ¶

func (o *WaypointUpdateUserParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint update user params

func (*WaypointUpdateUserParams) SetDefaults ¶

func (o *WaypointUpdateUserParams) SetDefaults()

SetDefaults hydrates default values in the waypoint update user params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUpdateUserParams) SetHTTPClient ¶

func (o *WaypointUpdateUserParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint update user params

func (*WaypointUpdateUserParams) SetTimeout ¶

func (o *WaypointUpdateUserParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint update user params

func (*WaypointUpdateUserParams) SetUserID ¶

func (o *WaypointUpdateUserParams) SetUserID(userID string)

SetUserID adds the userId to the waypoint update user params

func (*WaypointUpdateUserParams) WithBody ¶

WithBody adds the body to the waypoint update user params

func (*WaypointUpdateUserParams) WithContext ¶

WithContext adds the context to the waypoint update user params

func (*WaypointUpdateUserParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint update user params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUpdateUserParams) WithHTTPClient ¶

func (o *WaypointUpdateUserParams) WithHTTPClient(client *http.Client) *WaypointUpdateUserParams

WithHTTPClient adds the HTTPClient to the waypoint update user params

func (*WaypointUpdateUserParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint update user params

func (*WaypointUpdateUserParams) WithUserID ¶

WithUserID adds the userID to the waypoint update user params

func (*WaypointUpdateUserParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointUpdateUserReader ¶

type WaypointUpdateUserReader struct {
	// contains filtered or unexported fields
}

WaypointUpdateUserReader is a Reader for the WaypointUpdateUser structure.

func (*WaypointUpdateUserReader) ReadResponse ¶

func (o *WaypointUpdateUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointUpsertApplicationDefault ¶

type WaypointUpsertApplicationDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointUpsertApplicationDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointUpsertApplicationDefault ¶

func NewWaypointUpsertApplicationDefault(code int) *WaypointUpsertApplicationDefault

NewWaypointUpsertApplicationDefault creates a WaypointUpsertApplicationDefault with default headers values

func (*WaypointUpsertApplicationDefault) Code ¶

Code gets the status code for the waypoint upsert application default response

func (*WaypointUpsertApplicationDefault) Error ¶

func (*WaypointUpsertApplicationDefault) GetPayload ¶

func (*WaypointUpsertApplicationDefault) IsClientError ¶

func (o *WaypointUpsertApplicationDefault) IsClientError() bool

IsClientError returns true when this waypoint upsert application default response has a 4xx status code

func (*WaypointUpsertApplicationDefault) IsCode ¶

func (o *WaypointUpsertApplicationDefault) IsCode(code int) bool

IsCode returns true when this waypoint upsert application default response a status code equal to that given

func (*WaypointUpsertApplicationDefault) IsRedirect ¶

func (o *WaypointUpsertApplicationDefault) IsRedirect() bool

IsRedirect returns true when this waypoint upsert application default response has a 3xx status code

func (*WaypointUpsertApplicationDefault) IsServerError ¶

func (o *WaypointUpsertApplicationDefault) IsServerError() bool

IsServerError returns true when this waypoint upsert application default response has a 5xx status code

func (*WaypointUpsertApplicationDefault) IsSuccess ¶

func (o *WaypointUpsertApplicationDefault) IsSuccess() bool

IsSuccess returns true when this waypoint upsert application default response has a 2xx status code

func (*WaypointUpsertApplicationDefault) String ¶

type WaypointUpsertApplicationOK ¶

type WaypointUpsertApplicationOK struct {
	Payload *models.HashicorpWaypointUpsertApplicationResponse
}

WaypointUpsertApplicationOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointUpsertApplicationOK ¶

func NewWaypointUpsertApplicationOK() *WaypointUpsertApplicationOK

NewWaypointUpsertApplicationOK creates a WaypointUpsertApplicationOK with default headers values

func (*WaypointUpsertApplicationOK) Error ¶

func (*WaypointUpsertApplicationOK) GetPayload ¶

func (*WaypointUpsertApplicationOK) IsClientError ¶

func (o *WaypointUpsertApplicationOK) IsClientError() bool

IsClientError returns true when this waypoint upsert application o k response has a 4xx status code

func (*WaypointUpsertApplicationOK) IsCode ¶

func (o *WaypointUpsertApplicationOK) IsCode(code int) bool

IsCode returns true when this waypoint upsert application o k response a status code equal to that given

func (*WaypointUpsertApplicationOK) IsRedirect ¶

func (o *WaypointUpsertApplicationOK) IsRedirect() bool

IsRedirect returns true when this waypoint upsert application o k response has a 3xx status code

func (*WaypointUpsertApplicationOK) IsServerError ¶

func (o *WaypointUpsertApplicationOK) IsServerError() bool

IsServerError returns true when this waypoint upsert application o k response has a 5xx status code

func (*WaypointUpsertApplicationOK) IsSuccess ¶

func (o *WaypointUpsertApplicationOK) IsSuccess() bool

IsSuccess returns true when this waypoint upsert application o k response has a 2xx status code

func (*WaypointUpsertApplicationOK) String ¶

func (o *WaypointUpsertApplicationOK) String() string

type WaypointUpsertApplicationParams ¶

type WaypointUpsertApplicationParams struct {

	// Body.
	Body *models.HashicorpWaypointUpsertApplicationRequest

	// ProjectProject.
	ProjectProject string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointUpsertApplicationParams contains all the parameters to send to the API endpoint

for the waypoint upsert application operation.

Typically these are written to a http.Request.

func NewWaypointUpsertApplicationParams ¶

func NewWaypointUpsertApplicationParams() *WaypointUpsertApplicationParams

NewWaypointUpsertApplicationParams creates a new WaypointUpsertApplicationParams 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 NewWaypointUpsertApplicationParamsWithContext ¶

func NewWaypointUpsertApplicationParamsWithContext(ctx context.Context) *WaypointUpsertApplicationParams

NewWaypointUpsertApplicationParamsWithContext creates a new WaypointUpsertApplicationParams object with the ability to set a context for a request.

func NewWaypointUpsertApplicationParamsWithHTTPClient ¶

func NewWaypointUpsertApplicationParamsWithHTTPClient(client *http.Client) *WaypointUpsertApplicationParams

NewWaypointUpsertApplicationParamsWithHTTPClient creates a new WaypointUpsertApplicationParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointUpsertApplicationParamsWithTimeout ¶

func NewWaypointUpsertApplicationParamsWithTimeout(timeout time.Duration) *WaypointUpsertApplicationParams

NewWaypointUpsertApplicationParamsWithTimeout creates a new WaypointUpsertApplicationParams object with the ability to set a timeout on a request.

func (*WaypointUpsertApplicationParams) SetBody ¶

SetBody adds the body to the waypoint upsert application params

func (*WaypointUpsertApplicationParams) SetContext ¶

func (o *WaypointUpsertApplicationParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint upsert application params

func (*WaypointUpsertApplicationParams) SetDefaults ¶

func (o *WaypointUpsertApplicationParams) SetDefaults()

SetDefaults hydrates default values in the waypoint upsert application params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUpsertApplicationParams) SetHTTPClient ¶

func (o *WaypointUpsertApplicationParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint upsert application params

func (*WaypointUpsertApplicationParams) SetProjectProject ¶

func (o *WaypointUpsertApplicationParams) SetProjectProject(projectProject string)

SetProjectProject adds the projectProject to the waypoint upsert application params

func (*WaypointUpsertApplicationParams) SetTimeout ¶

func (o *WaypointUpsertApplicationParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint upsert application params

func (*WaypointUpsertApplicationParams) WithBody ¶

WithBody adds the body to the waypoint upsert application params

func (*WaypointUpsertApplicationParams) WithContext ¶

WithContext adds the context to the waypoint upsert application params

func (*WaypointUpsertApplicationParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint upsert application params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUpsertApplicationParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint upsert application params

func (*WaypointUpsertApplicationParams) WithProjectProject ¶

func (o *WaypointUpsertApplicationParams) WithProjectProject(projectProject string) *WaypointUpsertApplicationParams

WithProjectProject adds the projectProject to the waypoint upsert application params

func (*WaypointUpsertApplicationParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint upsert application params

func (*WaypointUpsertApplicationParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointUpsertApplicationReader ¶

type WaypointUpsertApplicationReader struct {
	// contains filtered or unexported fields
}

WaypointUpsertApplicationReader is a Reader for the WaypointUpsertApplication structure.

func (*WaypointUpsertApplicationReader) ReadResponse ¶

func (o *WaypointUpsertApplicationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointUpsertAuthMethodDefault ¶

type WaypointUpsertAuthMethodDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointUpsertAuthMethodDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointUpsertAuthMethodDefault ¶

func NewWaypointUpsertAuthMethodDefault(code int) *WaypointUpsertAuthMethodDefault

NewWaypointUpsertAuthMethodDefault creates a WaypointUpsertAuthMethodDefault with default headers values

func (*WaypointUpsertAuthMethodDefault) Code ¶

Code gets the status code for the waypoint upsert auth method default response

func (*WaypointUpsertAuthMethodDefault) Error ¶

func (*WaypointUpsertAuthMethodDefault) GetPayload ¶

func (*WaypointUpsertAuthMethodDefault) IsClientError ¶

func (o *WaypointUpsertAuthMethodDefault) IsClientError() bool

IsClientError returns true when this waypoint upsert auth method default response has a 4xx status code

func (*WaypointUpsertAuthMethodDefault) IsCode ¶

func (o *WaypointUpsertAuthMethodDefault) IsCode(code int) bool

IsCode returns true when this waypoint upsert auth method default response a status code equal to that given

func (*WaypointUpsertAuthMethodDefault) IsRedirect ¶

func (o *WaypointUpsertAuthMethodDefault) IsRedirect() bool

IsRedirect returns true when this waypoint upsert auth method default response has a 3xx status code

func (*WaypointUpsertAuthMethodDefault) IsServerError ¶

func (o *WaypointUpsertAuthMethodDefault) IsServerError() bool

IsServerError returns true when this waypoint upsert auth method default response has a 5xx status code

func (*WaypointUpsertAuthMethodDefault) IsSuccess ¶

func (o *WaypointUpsertAuthMethodDefault) IsSuccess() bool

IsSuccess returns true when this waypoint upsert auth method default response has a 2xx status code

func (*WaypointUpsertAuthMethodDefault) String ¶

type WaypointUpsertAuthMethodOK ¶

type WaypointUpsertAuthMethodOK struct {
	Payload *models.HashicorpWaypointUpsertAuthMethodResponse
}

WaypointUpsertAuthMethodOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointUpsertAuthMethodOK ¶

func NewWaypointUpsertAuthMethodOK() *WaypointUpsertAuthMethodOK

NewWaypointUpsertAuthMethodOK creates a WaypointUpsertAuthMethodOK with default headers values

func (*WaypointUpsertAuthMethodOK) Error ¶

func (*WaypointUpsertAuthMethodOK) GetPayload ¶

func (*WaypointUpsertAuthMethodOK) IsClientError ¶

func (o *WaypointUpsertAuthMethodOK) IsClientError() bool

IsClientError returns true when this waypoint upsert auth method o k response has a 4xx status code

func (*WaypointUpsertAuthMethodOK) IsCode ¶

func (o *WaypointUpsertAuthMethodOK) IsCode(code int) bool

IsCode returns true when this waypoint upsert auth method o k response a status code equal to that given

func (*WaypointUpsertAuthMethodOK) IsRedirect ¶

func (o *WaypointUpsertAuthMethodOK) IsRedirect() bool

IsRedirect returns true when this waypoint upsert auth method o k response has a 3xx status code

func (*WaypointUpsertAuthMethodOK) IsServerError ¶

func (o *WaypointUpsertAuthMethodOK) IsServerError() bool

IsServerError returns true when this waypoint upsert auth method o k response has a 5xx status code

func (*WaypointUpsertAuthMethodOK) IsSuccess ¶

func (o *WaypointUpsertAuthMethodOK) IsSuccess() bool

IsSuccess returns true when this waypoint upsert auth method o k response has a 2xx status code

func (*WaypointUpsertAuthMethodOK) String ¶

func (o *WaypointUpsertAuthMethodOK) String() string

type WaypointUpsertAuthMethodParams ¶

type WaypointUpsertAuthMethodParams struct {

	// Body.
	Body *models.HashicorpWaypointUpsertAuthMethodRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointUpsertAuthMethodParams contains all the parameters to send to the API endpoint

for the waypoint upsert auth method operation.

Typically these are written to a http.Request.

func NewWaypointUpsertAuthMethodParams ¶

func NewWaypointUpsertAuthMethodParams() *WaypointUpsertAuthMethodParams

NewWaypointUpsertAuthMethodParams creates a new WaypointUpsertAuthMethodParams 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 NewWaypointUpsertAuthMethodParamsWithContext ¶

func NewWaypointUpsertAuthMethodParamsWithContext(ctx context.Context) *WaypointUpsertAuthMethodParams

NewWaypointUpsertAuthMethodParamsWithContext creates a new WaypointUpsertAuthMethodParams object with the ability to set a context for a request.

func NewWaypointUpsertAuthMethodParamsWithHTTPClient ¶

func NewWaypointUpsertAuthMethodParamsWithHTTPClient(client *http.Client) *WaypointUpsertAuthMethodParams

NewWaypointUpsertAuthMethodParamsWithHTTPClient creates a new WaypointUpsertAuthMethodParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointUpsertAuthMethodParamsWithTimeout ¶

func NewWaypointUpsertAuthMethodParamsWithTimeout(timeout time.Duration) *WaypointUpsertAuthMethodParams

NewWaypointUpsertAuthMethodParamsWithTimeout creates a new WaypointUpsertAuthMethodParams object with the ability to set a timeout on a request.

func (*WaypointUpsertAuthMethodParams) SetBody ¶

SetBody adds the body to the waypoint upsert auth method params

func (*WaypointUpsertAuthMethodParams) SetContext ¶

func (o *WaypointUpsertAuthMethodParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint upsert auth method params

func (*WaypointUpsertAuthMethodParams) SetDefaults ¶

func (o *WaypointUpsertAuthMethodParams) SetDefaults()

SetDefaults hydrates default values in the waypoint upsert auth method params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUpsertAuthMethodParams) SetHTTPClient ¶

func (o *WaypointUpsertAuthMethodParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint upsert auth method params

func (*WaypointUpsertAuthMethodParams) SetTimeout ¶

func (o *WaypointUpsertAuthMethodParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint upsert auth method params

func (*WaypointUpsertAuthMethodParams) WithBody ¶

WithBody adds the body to the waypoint upsert auth method params

func (*WaypointUpsertAuthMethodParams) WithContext ¶

WithContext adds the context to the waypoint upsert auth method params

func (*WaypointUpsertAuthMethodParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint upsert auth method params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUpsertAuthMethodParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint upsert auth method params

func (*WaypointUpsertAuthMethodParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint upsert auth method params

func (*WaypointUpsertAuthMethodParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointUpsertAuthMethodReader ¶

type WaypointUpsertAuthMethodReader struct {
	// contains filtered or unexported fields
}

WaypointUpsertAuthMethodReader is a Reader for the WaypointUpsertAuthMethod structure.

func (*WaypointUpsertAuthMethodReader) ReadResponse ¶

func (o *WaypointUpsertAuthMethodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointUpsertOnDemandRunnerConfigDefault ¶

type WaypointUpsertOnDemandRunnerConfigDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointUpsertOnDemandRunnerConfigDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointUpsertOnDemandRunnerConfigDefault ¶

func NewWaypointUpsertOnDemandRunnerConfigDefault(code int) *WaypointUpsertOnDemandRunnerConfigDefault

NewWaypointUpsertOnDemandRunnerConfigDefault creates a WaypointUpsertOnDemandRunnerConfigDefault with default headers values

func (*WaypointUpsertOnDemandRunnerConfigDefault) Code ¶

Code gets the status code for the waypoint upsert on demand runner config default response

func (*WaypointUpsertOnDemandRunnerConfigDefault) Error ¶

func (*WaypointUpsertOnDemandRunnerConfigDefault) GetPayload ¶

func (*WaypointUpsertOnDemandRunnerConfigDefault) IsClientError ¶

IsClientError returns true when this waypoint upsert on demand runner config default response has a 4xx status code

func (*WaypointUpsertOnDemandRunnerConfigDefault) IsCode ¶

IsCode returns true when this waypoint upsert on demand runner config default response a status code equal to that given

func (*WaypointUpsertOnDemandRunnerConfigDefault) IsRedirect ¶

IsRedirect returns true when this waypoint upsert on demand runner config default response has a 3xx status code

func (*WaypointUpsertOnDemandRunnerConfigDefault) IsServerError ¶

IsServerError returns true when this waypoint upsert on demand runner config default response has a 5xx status code

func (*WaypointUpsertOnDemandRunnerConfigDefault) IsSuccess ¶

IsSuccess returns true when this waypoint upsert on demand runner config default response has a 2xx status code

func (*WaypointUpsertOnDemandRunnerConfigDefault) String ¶

type WaypointUpsertOnDemandRunnerConfigOK ¶

type WaypointUpsertOnDemandRunnerConfigOK struct {
	Payload *models.HashicorpWaypointUpsertOnDemandRunnerConfigResponse
}

WaypointUpsertOnDemandRunnerConfigOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointUpsertOnDemandRunnerConfigOK ¶

func NewWaypointUpsertOnDemandRunnerConfigOK() *WaypointUpsertOnDemandRunnerConfigOK

NewWaypointUpsertOnDemandRunnerConfigOK creates a WaypointUpsertOnDemandRunnerConfigOK with default headers values

func (*WaypointUpsertOnDemandRunnerConfigOK) Error ¶

func (*WaypointUpsertOnDemandRunnerConfigOK) GetPayload ¶

func (*WaypointUpsertOnDemandRunnerConfigOK) IsClientError ¶

func (o *WaypointUpsertOnDemandRunnerConfigOK) IsClientError() bool

IsClientError returns true when this waypoint upsert on demand runner config o k response has a 4xx status code

func (*WaypointUpsertOnDemandRunnerConfigOK) IsCode ¶

IsCode returns true when this waypoint upsert on demand runner config o k response a status code equal to that given

func (*WaypointUpsertOnDemandRunnerConfigOK) IsRedirect ¶

IsRedirect returns true when this waypoint upsert on demand runner config o k response has a 3xx status code

func (*WaypointUpsertOnDemandRunnerConfigOK) IsServerError ¶

func (o *WaypointUpsertOnDemandRunnerConfigOK) IsServerError() bool

IsServerError returns true when this waypoint upsert on demand runner config o k response has a 5xx status code

func (*WaypointUpsertOnDemandRunnerConfigOK) IsSuccess ¶

IsSuccess returns true when this waypoint upsert on demand runner config o k response has a 2xx status code

func (*WaypointUpsertOnDemandRunnerConfigOK) String ¶

type WaypointUpsertOnDemandRunnerConfigParams ¶

type WaypointUpsertOnDemandRunnerConfigParams struct {

	// Body.
	Body *models.HashicorpWaypointUpsertOnDemandRunnerConfigRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointUpsertOnDemandRunnerConfigParams contains all the parameters to send to the API endpoint

for the waypoint upsert on demand runner config operation.

Typically these are written to a http.Request.

func NewWaypointUpsertOnDemandRunnerConfigParams ¶

func NewWaypointUpsertOnDemandRunnerConfigParams() *WaypointUpsertOnDemandRunnerConfigParams

NewWaypointUpsertOnDemandRunnerConfigParams creates a new WaypointUpsertOnDemandRunnerConfigParams 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 NewWaypointUpsertOnDemandRunnerConfigParamsWithContext ¶

func NewWaypointUpsertOnDemandRunnerConfigParamsWithContext(ctx context.Context) *WaypointUpsertOnDemandRunnerConfigParams

NewWaypointUpsertOnDemandRunnerConfigParamsWithContext creates a new WaypointUpsertOnDemandRunnerConfigParams object with the ability to set a context for a request.

func NewWaypointUpsertOnDemandRunnerConfigParamsWithHTTPClient ¶

func NewWaypointUpsertOnDemandRunnerConfigParamsWithHTTPClient(client *http.Client) *WaypointUpsertOnDemandRunnerConfigParams

NewWaypointUpsertOnDemandRunnerConfigParamsWithHTTPClient creates a new WaypointUpsertOnDemandRunnerConfigParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointUpsertOnDemandRunnerConfigParamsWithTimeout ¶

func NewWaypointUpsertOnDemandRunnerConfigParamsWithTimeout(timeout time.Duration) *WaypointUpsertOnDemandRunnerConfigParams

NewWaypointUpsertOnDemandRunnerConfigParamsWithTimeout creates a new WaypointUpsertOnDemandRunnerConfigParams object with the ability to set a timeout on a request.

func (*WaypointUpsertOnDemandRunnerConfigParams) SetBody ¶

SetBody adds the body to the waypoint upsert on demand runner config params

func (*WaypointUpsertOnDemandRunnerConfigParams) SetContext ¶

SetContext adds the context to the waypoint upsert on demand runner config params

func (*WaypointUpsertOnDemandRunnerConfigParams) SetDefaults ¶

SetDefaults hydrates default values in the waypoint upsert on demand runner config params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUpsertOnDemandRunnerConfigParams) SetHTTPClient ¶

func (o *WaypointUpsertOnDemandRunnerConfigParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint upsert on demand runner config params

func (*WaypointUpsertOnDemandRunnerConfigParams) SetTimeout ¶

SetTimeout adds the timeout to the waypoint upsert on demand runner config params

func (*WaypointUpsertOnDemandRunnerConfigParams) WithBody ¶

WithBody adds the body to the waypoint upsert on demand runner config params

func (*WaypointUpsertOnDemandRunnerConfigParams) WithContext ¶

WithContext adds the context to the waypoint upsert on demand runner config params

func (*WaypointUpsertOnDemandRunnerConfigParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint upsert on demand runner config params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUpsertOnDemandRunnerConfigParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint upsert on demand runner config params

func (*WaypointUpsertOnDemandRunnerConfigParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint upsert on demand runner config params

func (*WaypointUpsertOnDemandRunnerConfigParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointUpsertOnDemandRunnerConfigReader ¶

type WaypointUpsertOnDemandRunnerConfigReader struct {
	// contains filtered or unexported fields
}

WaypointUpsertOnDemandRunnerConfigReader is a Reader for the WaypointUpsertOnDemandRunnerConfig structure.

func (*WaypointUpsertOnDemandRunnerConfigReader) ReadResponse ¶

func (o *WaypointUpsertOnDemandRunnerConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointUpsertProjectDefault ¶

type WaypointUpsertProjectDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointUpsertProjectDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointUpsertProjectDefault ¶

func NewWaypointUpsertProjectDefault(code int) *WaypointUpsertProjectDefault

NewWaypointUpsertProjectDefault creates a WaypointUpsertProjectDefault with default headers values

func (*WaypointUpsertProjectDefault) Code ¶

Code gets the status code for the waypoint upsert project default response

func (*WaypointUpsertProjectDefault) Error ¶

func (*WaypointUpsertProjectDefault) GetPayload ¶

func (*WaypointUpsertProjectDefault) IsClientError ¶

func (o *WaypointUpsertProjectDefault) IsClientError() bool

IsClientError returns true when this waypoint upsert project default response has a 4xx status code

func (*WaypointUpsertProjectDefault) IsCode ¶

func (o *WaypointUpsertProjectDefault) IsCode(code int) bool

IsCode returns true when this waypoint upsert project default response a status code equal to that given

func (*WaypointUpsertProjectDefault) IsRedirect ¶

func (o *WaypointUpsertProjectDefault) IsRedirect() bool

IsRedirect returns true when this waypoint upsert project default response has a 3xx status code

func (*WaypointUpsertProjectDefault) IsServerError ¶

func (o *WaypointUpsertProjectDefault) IsServerError() bool

IsServerError returns true when this waypoint upsert project default response has a 5xx status code

func (*WaypointUpsertProjectDefault) IsSuccess ¶

func (o *WaypointUpsertProjectDefault) IsSuccess() bool

IsSuccess returns true when this waypoint upsert project default response has a 2xx status code

func (*WaypointUpsertProjectDefault) String ¶

type WaypointUpsertProjectOK ¶

type WaypointUpsertProjectOK struct {
	Payload *models.HashicorpWaypointUpsertProjectResponse
}

WaypointUpsertProjectOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointUpsertProjectOK ¶

func NewWaypointUpsertProjectOK() *WaypointUpsertProjectOK

NewWaypointUpsertProjectOK creates a WaypointUpsertProjectOK with default headers values

func (*WaypointUpsertProjectOK) Error ¶

func (o *WaypointUpsertProjectOK) Error() string

func (*WaypointUpsertProjectOK) GetPayload ¶

func (*WaypointUpsertProjectOK) IsClientError ¶

func (o *WaypointUpsertProjectOK) IsClientError() bool

IsClientError returns true when this waypoint upsert project o k response has a 4xx status code

func (*WaypointUpsertProjectOK) IsCode ¶

func (o *WaypointUpsertProjectOK) IsCode(code int) bool

IsCode returns true when this waypoint upsert project o k response a status code equal to that given

func (*WaypointUpsertProjectOK) IsRedirect ¶

func (o *WaypointUpsertProjectOK) IsRedirect() bool

IsRedirect returns true when this waypoint upsert project o k response has a 3xx status code

func (*WaypointUpsertProjectOK) IsServerError ¶

func (o *WaypointUpsertProjectOK) IsServerError() bool

IsServerError returns true when this waypoint upsert project o k response has a 5xx status code

func (*WaypointUpsertProjectOK) IsSuccess ¶

func (o *WaypointUpsertProjectOK) IsSuccess() bool

IsSuccess returns true when this waypoint upsert project o k response has a 2xx status code

func (*WaypointUpsertProjectOK) String ¶

func (o *WaypointUpsertProjectOK) String() string

type WaypointUpsertProjectParams ¶

type WaypointUpsertProjectParams struct {

	// Body.
	Body *models.HashicorpWaypointUpsertProjectRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointUpsertProjectParams contains all the parameters to send to the API endpoint

for the waypoint upsert project operation.

Typically these are written to a http.Request.

func NewWaypointUpsertProjectParams ¶

func NewWaypointUpsertProjectParams() *WaypointUpsertProjectParams

NewWaypointUpsertProjectParams creates a new WaypointUpsertProjectParams 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 NewWaypointUpsertProjectParamsWithContext ¶

func NewWaypointUpsertProjectParamsWithContext(ctx context.Context) *WaypointUpsertProjectParams

NewWaypointUpsertProjectParamsWithContext creates a new WaypointUpsertProjectParams object with the ability to set a context for a request.

func NewWaypointUpsertProjectParamsWithHTTPClient ¶

func NewWaypointUpsertProjectParamsWithHTTPClient(client *http.Client) *WaypointUpsertProjectParams

NewWaypointUpsertProjectParamsWithHTTPClient creates a new WaypointUpsertProjectParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointUpsertProjectParamsWithTimeout ¶

func NewWaypointUpsertProjectParamsWithTimeout(timeout time.Duration) *WaypointUpsertProjectParams

NewWaypointUpsertProjectParamsWithTimeout creates a new WaypointUpsertProjectParams object with the ability to set a timeout on a request.

func (*WaypointUpsertProjectParams) SetBody ¶

SetBody adds the body to the waypoint upsert project params

func (*WaypointUpsertProjectParams) SetContext ¶

func (o *WaypointUpsertProjectParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint upsert project params

func (*WaypointUpsertProjectParams) SetDefaults ¶

func (o *WaypointUpsertProjectParams) SetDefaults()

SetDefaults hydrates default values in the waypoint upsert project params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUpsertProjectParams) SetHTTPClient ¶

func (o *WaypointUpsertProjectParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint upsert project params

func (*WaypointUpsertProjectParams) SetTimeout ¶

func (o *WaypointUpsertProjectParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint upsert project params

func (*WaypointUpsertProjectParams) WithBody ¶

WithBody adds the body to the waypoint upsert project params

func (*WaypointUpsertProjectParams) WithContext ¶

WithContext adds the context to the waypoint upsert project params

func (*WaypointUpsertProjectParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint upsert project params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUpsertProjectParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint upsert project params

func (*WaypointUpsertProjectParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint upsert project params

func (*WaypointUpsertProjectParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointUpsertProjectReader ¶

type WaypointUpsertProjectReader struct {
	// contains filtered or unexported fields
}

WaypointUpsertProjectReader is a Reader for the WaypointUpsertProject structure.

func (*WaypointUpsertProjectReader) ReadResponse ¶

func (o *WaypointUpsertProjectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointUpsertTriggerDefault ¶

type WaypointUpsertTriggerDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointUpsertTriggerDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointUpsertTriggerDefault ¶

func NewWaypointUpsertTriggerDefault(code int) *WaypointUpsertTriggerDefault

NewWaypointUpsertTriggerDefault creates a WaypointUpsertTriggerDefault with default headers values

func (*WaypointUpsertTriggerDefault) Code ¶

Code gets the status code for the waypoint upsert trigger default response

func (*WaypointUpsertTriggerDefault) Error ¶

func (*WaypointUpsertTriggerDefault) GetPayload ¶

func (*WaypointUpsertTriggerDefault) IsClientError ¶

func (o *WaypointUpsertTriggerDefault) IsClientError() bool

IsClientError returns true when this waypoint upsert trigger default response has a 4xx status code

func (*WaypointUpsertTriggerDefault) IsCode ¶

func (o *WaypointUpsertTriggerDefault) IsCode(code int) bool

IsCode returns true when this waypoint upsert trigger default response a status code equal to that given

func (*WaypointUpsertTriggerDefault) IsRedirect ¶

func (o *WaypointUpsertTriggerDefault) IsRedirect() bool

IsRedirect returns true when this waypoint upsert trigger default response has a 3xx status code

func (*WaypointUpsertTriggerDefault) IsServerError ¶

func (o *WaypointUpsertTriggerDefault) IsServerError() bool

IsServerError returns true when this waypoint upsert trigger default response has a 5xx status code

func (*WaypointUpsertTriggerDefault) IsSuccess ¶

func (o *WaypointUpsertTriggerDefault) IsSuccess() bool

IsSuccess returns true when this waypoint upsert trigger default response has a 2xx status code

func (*WaypointUpsertTriggerDefault) String ¶

type WaypointUpsertTriggerOK ¶

type WaypointUpsertTriggerOK struct {
	Payload *models.HashicorpWaypointUpsertTriggerResponse
}

WaypointUpsertTriggerOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointUpsertTriggerOK ¶

func NewWaypointUpsertTriggerOK() *WaypointUpsertTriggerOK

NewWaypointUpsertTriggerOK creates a WaypointUpsertTriggerOK with default headers values

func (*WaypointUpsertTriggerOK) Error ¶

func (o *WaypointUpsertTriggerOK) Error() string

func (*WaypointUpsertTriggerOK) GetPayload ¶

func (*WaypointUpsertTriggerOK) IsClientError ¶

func (o *WaypointUpsertTriggerOK) IsClientError() bool

IsClientError returns true when this waypoint upsert trigger o k response has a 4xx status code

func (*WaypointUpsertTriggerOK) IsCode ¶

func (o *WaypointUpsertTriggerOK) IsCode(code int) bool

IsCode returns true when this waypoint upsert trigger o k response a status code equal to that given

func (*WaypointUpsertTriggerOK) IsRedirect ¶

func (o *WaypointUpsertTriggerOK) IsRedirect() bool

IsRedirect returns true when this waypoint upsert trigger o k response has a 3xx status code

func (*WaypointUpsertTriggerOK) IsServerError ¶

func (o *WaypointUpsertTriggerOK) IsServerError() bool

IsServerError returns true when this waypoint upsert trigger o k response has a 5xx status code

func (*WaypointUpsertTriggerOK) IsSuccess ¶

func (o *WaypointUpsertTriggerOK) IsSuccess() bool

IsSuccess returns true when this waypoint upsert trigger o k response has a 2xx status code

func (*WaypointUpsertTriggerOK) String ¶

func (o *WaypointUpsertTriggerOK) String() string

type WaypointUpsertTriggerParams ¶

type WaypointUpsertTriggerParams struct {

	// Body.
	Body *models.HashicorpWaypointUpsertTriggerRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointUpsertTriggerParams contains all the parameters to send to the API endpoint

for the waypoint upsert trigger operation.

Typically these are written to a http.Request.

func NewWaypointUpsertTriggerParams ¶

func NewWaypointUpsertTriggerParams() *WaypointUpsertTriggerParams

NewWaypointUpsertTriggerParams creates a new WaypointUpsertTriggerParams 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 NewWaypointUpsertTriggerParamsWithContext ¶

func NewWaypointUpsertTriggerParamsWithContext(ctx context.Context) *WaypointUpsertTriggerParams

NewWaypointUpsertTriggerParamsWithContext creates a new WaypointUpsertTriggerParams object with the ability to set a context for a request.

func NewWaypointUpsertTriggerParamsWithHTTPClient ¶

func NewWaypointUpsertTriggerParamsWithHTTPClient(client *http.Client) *WaypointUpsertTriggerParams

NewWaypointUpsertTriggerParamsWithHTTPClient creates a new WaypointUpsertTriggerParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointUpsertTriggerParamsWithTimeout ¶

func NewWaypointUpsertTriggerParamsWithTimeout(timeout time.Duration) *WaypointUpsertTriggerParams

NewWaypointUpsertTriggerParamsWithTimeout creates a new WaypointUpsertTriggerParams object with the ability to set a timeout on a request.

func (*WaypointUpsertTriggerParams) SetBody ¶

SetBody adds the body to the waypoint upsert trigger params

func (*WaypointUpsertTriggerParams) SetContext ¶

func (o *WaypointUpsertTriggerParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint upsert trigger params

func (*WaypointUpsertTriggerParams) SetDefaults ¶

func (o *WaypointUpsertTriggerParams) SetDefaults()

SetDefaults hydrates default values in the waypoint upsert trigger params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUpsertTriggerParams) SetHTTPClient ¶

func (o *WaypointUpsertTriggerParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint upsert trigger params

func (*WaypointUpsertTriggerParams) SetTimeout ¶

func (o *WaypointUpsertTriggerParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint upsert trigger params

func (*WaypointUpsertTriggerParams) WithBody ¶

WithBody adds the body to the waypoint upsert trigger params

func (*WaypointUpsertTriggerParams) WithContext ¶

WithContext adds the context to the waypoint upsert trigger params

func (*WaypointUpsertTriggerParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint upsert trigger params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUpsertTriggerParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint upsert trigger params

func (*WaypointUpsertTriggerParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint upsert trigger params

func (*WaypointUpsertTriggerParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointUpsertTriggerReader ¶

type WaypointUpsertTriggerReader struct {
	// contains filtered or unexported fields
}

WaypointUpsertTriggerReader is a Reader for the WaypointUpsertTrigger structure.

func (*WaypointUpsertTriggerReader) ReadResponse ¶

func (o *WaypointUpsertTriggerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointUpsertWorkspaceDefault ¶

type WaypointUpsertWorkspaceDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointUpsertWorkspaceDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointUpsertWorkspaceDefault ¶

func NewWaypointUpsertWorkspaceDefault(code int) *WaypointUpsertWorkspaceDefault

NewWaypointUpsertWorkspaceDefault creates a WaypointUpsertWorkspaceDefault with default headers values

func (*WaypointUpsertWorkspaceDefault) Code ¶

Code gets the status code for the waypoint upsert workspace default response

func (*WaypointUpsertWorkspaceDefault) Error ¶

func (*WaypointUpsertWorkspaceDefault) GetPayload ¶

func (*WaypointUpsertWorkspaceDefault) IsClientError ¶

func (o *WaypointUpsertWorkspaceDefault) IsClientError() bool

IsClientError returns true when this waypoint upsert workspace default response has a 4xx status code

func (*WaypointUpsertWorkspaceDefault) IsCode ¶

func (o *WaypointUpsertWorkspaceDefault) IsCode(code int) bool

IsCode returns true when this waypoint upsert workspace default response a status code equal to that given

func (*WaypointUpsertWorkspaceDefault) IsRedirect ¶

func (o *WaypointUpsertWorkspaceDefault) IsRedirect() bool

IsRedirect returns true when this waypoint upsert workspace default response has a 3xx status code

func (*WaypointUpsertWorkspaceDefault) IsServerError ¶

func (o *WaypointUpsertWorkspaceDefault) IsServerError() bool

IsServerError returns true when this waypoint upsert workspace default response has a 5xx status code

func (*WaypointUpsertWorkspaceDefault) IsSuccess ¶

func (o *WaypointUpsertWorkspaceDefault) IsSuccess() bool

IsSuccess returns true when this waypoint upsert workspace default response has a 2xx status code

func (*WaypointUpsertWorkspaceDefault) String ¶

type WaypointUpsertWorkspaceOK ¶

type WaypointUpsertWorkspaceOK struct {
	Payload *models.HashicorpWaypointUpsertWorkspaceResponse
}

WaypointUpsertWorkspaceOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointUpsertWorkspaceOK ¶

func NewWaypointUpsertWorkspaceOK() *WaypointUpsertWorkspaceOK

NewWaypointUpsertWorkspaceOK creates a WaypointUpsertWorkspaceOK with default headers values

func (*WaypointUpsertWorkspaceOK) Error ¶

func (o *WaypointUpsertWorkspaceOK) Error() string

func (*WaypointUpsertWorkspaceOK) GetPayload ¶

func (*WaypointUpsertWorkspaceOK) IsClientError ¶

func (o *WaypointUpsertWorkspaceOK) IsClientError() bool

IsClientError returns true when this waypoint upsert workspace o k response has a 4xx status code

func (*WaypointUpsertWorkspaceOK) IsCode ¶

func (o *WaypointUpsertWorkspaceOK) IsCode(code int) bool

IsCode returns true when this waypoint upsert workspace o k response a status code equal to that given

func (*WaypointUpsertWorkspaceOK) IsRedirect ¶

func (o *WaypointUpsertWorkspaceOK) IsRedirect() bool

IsRedirect returns true when this waypoint upsert workspace o k response has a 3xx status code

func (*WaypointUpsertWorkspaceOK) IsServerError ¶

func (o *WaypointUpsertWorkspaceOK) IsServerError() bool

IsServerError returns true when this waypoint upsert workspace o k response has a 5xx status code

func (*WaypointUpsertWorkspaceOK) IsSuccess ¶

func (o *WaypointUpsertWorkspaceOK) IsSuccess() bool

IsSuccess returns true when this waypoint upsert workspace o k response has a 2xx status code

func (*WaypointUpsertWorkspaceOK) String ¶

func (o *WaypointUpsertWorkspaceOK) String() string

type WaypointUpsertWorkspaceParams ¶

type WaypointUpsertWorkspaceParams struct {

	// Body.
	Body *models.HashicorpWaypointUpsertWorkspaceRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointUpsertWorkspaceParams contains all the parameters to send to the API endpoint

for the waypoint upsert workspace operation.

Typically these are written to a http.Request.

func NewWaypointUpsertWorkspaceParams ¶

func NewWaypointUpsertWorkspaceParams() *WaypointUpsertWorkspaceParams

NewWaypointUpsertWorkspaceParams creates a new WaypointUpsertWorkspaceParams 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 NewWaypointUpsertWorkspaceParamsWithContext ¶

func NewWaypointUpsertWorkspaceParamsWithContext(ctx context.Context) *WaypointUpsertWorkspaceParams

NewWaypointUpsertWorkspaceParamsWithContext creates a new WaypointUpsertWorkspaceParams object with the ability to set a context for a request.

func NewWaypointUpsertWorkspaceParamsWithHTTPClient ¶

func NewWaypointUpsertWorkspaceParamsWithHTTPClient(client *http.Client) *WaypointUpsertWorkspaceParams

NewWaypointUpsertWorkspaceParamsWithHTTPClient creates a new WaypointUpsertWorkspaceParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointUpsertWorkspaceParamsWithTimeout ¶

func NewWaypointUpsertWorkspaceParamsWithTimeout(timeout time.Duration) *WaypointUpsertWorkspaceParams

NewWaypointUpsertWorkspaceParamsWithTimeout creates a new WaypointUpsertWorkspaceParams object with the ability to set a timeout on a request.

func (*WaypointUpsertWorkspaceParams) SetBody ¶

SetBody adds the body to the waypoint upsert workspace params

func (*WaypointUpsertWorkspaceParams) SetContext ¶

func (o *WaypointUpsertWorkspaceParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint upsert workspace params

func (*WaypointUpsertWorkspaceParams) SetDefaults ¶

func (o *WaypointUpsertWorkspaceParams) SetDefaults()

SetDefaults hydrates default values in the waypoint upsert workspace params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUpsertWorkspaceParams) SetHTTPClient ¶

func (o *WaypointUpsertWorkspaceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint upsert workspace params

func (*WaypointUpsertWorkspaceParams) SetTimeout ¶

func (o *WaypointUpsertWorkspaceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint upsert workspace params

func (*WaypointUpsertWorkspaceParams) WithBody ¶

WithBody adds the body to the waypoint upsert workspace params

func (*WaypointUpsertWorkspaceParams) WithContext ¶

WithContext adds the context to the waypoint upsert workspace params

func (*WaypointUpsertWorkspaceParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint upsert workspace params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointUpsertWorkspaceParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint upsert workspace params

func (*WaypointUpsertWorkspaceParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint upsert workspace params

func (*WaypointUpsertWorkspaceParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointUpsertWorkspaceReader ¶

type WaypointUpsertWorkspaceReader struct {
	// contains filtered or unexported fields
}

WaypointUpsertWorkspaceReader is a Reader for the WaypointUpsertWorkspace structure.

func (*WaypointUpsertWorkspaceReader) ReadResponse ¶

func (o *WaypointUpsertWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointValidateJobDefault ¶

type WaypointValidateJobDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointValidateJobDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointValidateJobDefault ¶

func NewWaypointValidateJobDefault(code int) *WaypointValidateJobDefault

NewWaypointValidateJobDefault creates a WaypointValidateJobDefault with default headers values

func (*WaypointValidateJobDefault) Code ¶

func (o *WaypointValidateJobDefault) Code() int

Code gets the status code for the waypoint validate job default response

func (*WaypointValidateJobDefault) Error ¶

func (*WaypointValidateJobDefault) GetPayload ¶

func (*WaypointValidateJobDefault) IsClientError ¶

func (o *WaypointValidateJobDefault) IsClientError() bool

IsClientError returns true when this waypoint validate job default response has a 4xx status code

func (*WaypointValidateJobDefault) IsCode ¶

func (o *WaypointValidateJobDefault) IsCode(code int) bool

IsCode returns true when this waypoint validate job default response a status code equal to that given

func (*WaypointValidateJobDefault) IsRedirect ¶

func (o *WaypointValidateJobDefault) IsRedirect() bool

IsRedirect returns true when this waypoint validate job default response has a 3xx status code

func (*WaypointValidateJobDefault) IsServerError ¶

func (o *WaypointValidateJobDefault) IsServerError() bool

IsServerError returns true when this waypoint validate job default response has a 5xx status code

func (*WaypointValidateJobDefault) IsSuccess ¶

func (o *WaypointValidateJobDefault) IsSuccess() bool

IsSuccess returns true when this waypoint validate job default response has a 2xx status code

func (*WaypointValidateJobDefault) String ¶

func (o *WaypointValidateJobDefault) String() string

type WaypointValidateJobOK ¶

type WaypointValidateJobOK struct {
	Payload *models.HashicorpWaypointValidateJobResponse
}

WaypointValidateJobOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointValidateJobOK ¶

func NewWaypointValidateJobOK() *WaypointValidateJobOK

NewWaypointValidateJobOK creates a WaypointValidateJobOK with default headers values

func (*WaypointValidateJobOK) Error ¶

func (o *WaypointValidateJobOK) Error() string

func (*WaypointValidateJobOK) GetPayload ¶

func (*WaypointValidateJobOK) IsClientError ¶

func (o *WaypointValidateJobOK) IsClientError() bool

IsClientError returns true when this waypoint validate job o k response has a 4xx status code

func (*WaypointValidateJobOK) IsCode ¶

func (o *WaypointValidateJobOK) IsCode(code int) bool

IsCode returns true when this waypoint validate job o k response a status code equal to that given

func (*WaypointValidateJobOK) IsRedirect ¶

func (o *WaypointValidateJobOK) IsRedirect() bool

IsRedirect returns true when this waypoint validate job o k response has a 3xx status code

func (*WaypointValidateJobOK) IsServerError ¶

func (o *WaypointValidateJobOK) IsServerError() bool

IsServerError returns true when this waypoint validate job o k response has a 5xx status code

func (*WaypointValidateJobOK) IsSuccess ¶

func (o *WaypointValidateJobOK) IsSuccess() bool

IsSuccess returns true when this waypoint validate job o k response has a 2xx status code

func (*WaypointValidateJobOK) String ¶

func (o *WaypointValidateJobOK) String() string

type WaypointValidateJobParams ¶

type WaypointValidateJobParams struct {

	// Body.
	Body *models.HashicorpWaypointValidateJobRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointValidateJobParams contains all the parameters to send to the API endpoint

for the waypoint validate job operation.

Typically these are written to a http.Request.

func NewWaypointValidateJobParams ¶

func NewWaypointValidateJobParams() *WaypointValidateJobParams

NewWaypointValidateJobParams creates a new WaypointValidateJobParams 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 NewWaypointValidateJobParamsWithContext ¶

func NewWaypointValidateJobParamsWithContext(ctx context.Context) *WaypointValidateJobParams

NewWaypointValidateJobParamsWithContext creates a new WaypointValidateJobParams object with the ability to set a context for a request.

func NewWaypointValidateJobParamsWithHTTPClient ¶

func NewWaypointValidateJobParamsWithHTTPClient(client *http.Client) *WaypointValidateJobParams

NewWaypointValidateJobParamsWithHTTPClient creates a new WaypointValidateJobParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointValidateJobParamsWithTimeout ¶

func NewWaypointValidateJobParamsWithTimeout(timeout time.Duration) *WaypointValidateJobParams

NewWaypointValidateJobParamsWithTimeout creates a new WaypointValidateJobParams object with the ability to set a timeout on a request.

func (*WaypointValidateJobParams) SetBody ¶

SetBody adds the body to the waypoint validate job params

func (*WaypointValidateJobParams) SetContext ¶

func (o *WaypointValidateJobParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint validate job params

func (*WaypointValidateJobParams) SetDefaults ¶

func (o *WaypointValidateJobParams) SetDefaults()

SetDefaults hydrates default values in the waypoint validate job params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointValidateJobParams) SetHTTPClient ¶

func (o *WaypointValidateJobParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint validate job params

func (*WaypointValidateJobParams) SetTimeout ¶

func (o *WaypointValidateJobParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint validate job params

func (*WaypointValidateJobParams) WithBody ¶

WithBody adds the body to the waypoint validate job params

func (*WaypointValidateJobParams) WithContext ¶

WithContext adds the context to the waypoint validate job params

func (*WaypointValidateJobParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint validate job params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointValidateJobParams) WithHTTPClient ¶

func (o *WaypointValidateJobParams) WithHTTPClient(client *http.Client) *WaypointValidateJobParams

WithHTTPClient adds the HTTPClient to the waypoint validate job params

func (*WaypointValidateJobParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint validate job params

func (*WaypointValidateJobParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointValidateJobReader ¶

type WaypointValidateJobReader struct {
	// contains filtered or unexported fields
}

WaypointValidateJobReader is a Reader for the WaypointValidateJob structure.

func (*WaypointValidateJobReader) ReadResponse ¶

func (o *WaypointValidateJobReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WaypointWaypointHclFmtDefault ¶

type WaypointWaypointHclFmtDefault struct {
	Payload *models.GrpcGatewayRuntimeError
	// contains filtered or unexported fields
}

WaypointWaypointHclFmtDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewWaypointWaypointHclFmtDefault ¶

func NewWaypointWaypointHclFmtDefault(code int) *WaypointWaypointHclFmtDefault

NewWaypointWaypointHclFmtDefault creates a WaypointWaypointHclFmtDefault with default headers values

func (*WaypointWaypointHclFmtDefault) Code ¶

Code gets the status code for the waypoint waypoint hcl fmt default response

func (*WaypointWaypointHclFmtDefault) Error ¶

func (*WaypointWaypointHclFmtDefault) GetPayload ¶

func (*WaypointWaypointHclFmtDefault) IsClientError ¶

func (o *WaypointWaypointHclFmtDefault) IsClientError() bool

IsClientError returns true when this waypoint waypoint hcl fmt default response has a 4xx status code

func (*WaypointWaypointHclFmtDefault) IsCode ¶

func (o *WaypointWaypointHclFmtDefault) IsCode(code int) bool

IsCode returns true when this waypoint waypoint hcl fmt default response a status code equal to that given

func (*WaypointWaypointHclFmtDefault) IsRedirect ¶

func (o *WaypointWaypointHclFmtDefault) IsRedirect() bool

IsRedirect returns true when this waypoint waypoint hcl fmt default response has a 3xx status code

func (*WaypointWaypointHclFmtDefault) IsServerError ¶

func (o *WaypointWaypointHclFmtDefault) IsServerError() bool

IsServerError returns true when this waypoint waypoint hcl fmt default response has a 5xx status code

func (*WaypointWaypointHclFmtDefault) IsSuccess ¶

func (o *WaypointWaypointHclFmtDefault) IsSuccess() bool

IsSuccess returns true when this waypoint waypoint hcl fmt default response has a 2xx status code

func (*WaypointWaypointHclFmtDefault) String ¶

type WaypointWaypointHclFmtOK ¶

type WaypointWaypointHclFmtOK struct {
	Payload *models.HashicorpWaypointWaypointHclFmtResponse
}

WaypointWaypointHclFmtOK describes a response with status code 200, with default header values.

A successful response.

func NewWaypointWaypointHclFmtOK ¶

func NewWaypointWaypointHclFmtOK() *WaypointWaypointHclFmtOK

NewWaypointWaypointHclFmtOK creates a WaypointWaypointHclFmtOK with default headers values

func (*WaypointWaypointHclFmtOK) Error ¶

func (o *WaypointWaypointHclFmtOK) Error() string

func (*WaypointWaypointHclFmtOK) GetPayload ¶

func (*WaypointWaypointHclFmtOK) IsClientError ¶

func (o *WaypointWaypointHclFmtOK) IsClientError() bool

IsClientError returns true when this waypoint waypoint hcl fmt o k response has a 4xx status code

func (*WaypointWaypointHclFmtOK) IsCode ¶

func (o *WaypointWaypointHclFmtOK) IsCode(code int) bool

IsCode returns true when this waypoint waypoint hcl fmt o k response a status code equal to that given

func (*WaypointWaypointHclFmtOK) IsRedirect ¶

func (o *WaypointWaypointHclFmtOK) IsRedirect() bool

IsRedirect returns true when this waypoint waypoint hcl fmt o k response has a 3xx status code

func (*WaypointWaypointHclFmtOK) IsServerError ¶

func (o *WaypointWaypointHclFmtOK) IsServerError() bool

IsServerError returns true when this waypoint waypoint hcl fmt o k response has a 5xx status code

func (*WaypointWaypointHclFmtOK) IsSuccess ¶

func (o *WaypointWaypointHclFmtOK) IsSuccess() bool

IsSuccess returns true when this waypoint waypoint hcl fmt o k response has a 2xx status code

func (*WaypointWaypointHclFmtOK) String ¶

func (o *WaypointWaypointHclFmtOK) String() string

type WaypointWaypointHclFmtParams ¶

type WaypointWaypointHclFmtParams struct {

	// Body.
	Body *models.HashicorpWaypointWaypointHclFmtRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WaypointWaypointHclFmtParams contains all the parameters to send to the API endpoint

for the waypoint waypoint hcl fmt operation.

Typically these are written to a http.Request.

func NewWaypointWaypointHclFmtParams ¶

func NewWaypointWaypointHclFmtParams() *WaypointWaypointHclFmtParams

NewWaypointWaypointHclFmtParams creates a new WaypointWaypointHclFmtParams 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 NewWaypointWaypointHclFmtParamsWithContext ¶

func NewWaypointWaypointHclFmtParamsWithContext(ctx context.Context) *WaypointWaypointHclFmtParams

NewWaypointWaypointHclFmtParamsWithContext creates a new WaypointWaypointHclFmtParams object with the ability to set a context for a request.

func NewWaypointWaypointHclFmtParamsWithHTTPClient ¶

func NewWaypointWaypointHclFmtParamsWithHTTPClient(client *http.Client) *WaypointWaypointHclFmtParams

NewWaypointWaypointHclFmtParamsWithHTTPClient creates a new WaypointWaypointHclFmtParams object with the ability to set a custom HTTPClient for a request.

func NewWaypointWaypointHclFmtParamsWithTimeout ¶

func NewWaypointWaypointHclFmtParamsWithTimeout(timeout time.Duration) *WaypointWaypointHclFmtParams

NewWaypointWaypointHclFmtParamsWithTimeout creates a new WaypointWaypointHclFmtParams object with the ability to set a timeout on a request.

func (*WaypointWaypointHclFmtParams) SetBody ¶

SetBody adds the body to the waypoint waypoint hcl fmt params

func (*WaypointWaypointHclFmtParams) SetContext ¶

func (o *WaypointWaypointHclFmtParams) SetContext(ctx context.Context)

SetContext adds the context to the waypoint waypoint hcl fmt params

func (*WaypointWaypointHclFmtParams) SetDefaults ¶

func (o *WaypointWaypointHclFmtParams) SetDefaults()

SetDefaults hydrates default values in the waypoint waypoint hcl fmt params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointWaypointHclFmtParams) SetHTTPClient ¶

func (o *WaypointWaypointHclFmtParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the waypoint waypoint hcl fmt params

func (*WaypointWaypointHclFmtParams) SetTimeout ¶

func (o *WaypointWaypointHclFmtParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the waypoint waypoint hcl fmt params

func (*WaypointWaypointHclFmtParams) WithBody ¶

WithBody adds the body to the waypoint waypoint hcl fmt params

func (*WaypointWaypointHclFmtParams) WithContext ¶

WithContext adds the context to the waypoint waypoint hcl fmt params

func (*WaypointWaypointHclFmtParams) WithDefaults ¶

WithDefaults hydrates default values in the waypoint waypoint hcl fmt params (not the query body).

All values with no default are reset to their zero value.

func (*WaypointWaypointHclFmtParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the waypoint waypoint hcl fmt params

func (*WaypointWaypointHclFmtParams) WithTimeout ¶

WithTimeout adds the timeout to the waypoint waypoint hcl fmt params

func (*WaypointWaypointHclFmtParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type WaypointWaypointHclFmtReader ¶

type WaypointWaypointHclFmtReader struct {
	// contains filtered or unexported fields
}

WaypointWaypointHclFmtReader is a Reader for the WaypointWaypointHclFmt structure.

func (*WaypointWaypointHclFmtReader) ReadResponse ¶

func (o *WaypointWaypointHclFmtReader) 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