secret_service

package
v0.113.0 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2024 License: MPL-2.0 Imports: 11 Imported by: 1

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 secret service API

func (*Client) CompleteGitHubInstall

func (a *Client) CompleteGitHubInstall(params *CompleteGitHubInstallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CompleteGitHubInstallOK, error)

CompleteGitHubInstall complete git hub install API

func (*Client) CompleteVercelInstallation

func (a *Client) CompleteVercelInstallation(params *CompleteVercelInstallationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CompleteVercelInstallationOK, error)

CompleteVercelInstallation complete vercel installation API

func (*Client) ConnectGitHubInstallation added in v0.106.0

func (a *Client) ConnectGitHubInstallation(params *ConnectGitHubInstallationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ConnectGitHubInstallationOK, error)

ConnectGitHubInstallation connect git hub installation API

func (*Client) CreateApp

func (a *Client) CreateApp(params *CreateAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAppOK, error)

CreateApp create app API

func (*Client) CreateAppKVSecret

func (a *Client) CreateAppKVSecret(params *CreateAppKVSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAppKVSecretOK, error)

CreateAppKVSecret create app k v secret API

func (*Client) CreateAwsSmSyncIntegration

func (a *Client) CreateAwsSmSyncIntegration(params *CreateAwsSmSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAwsSmSyncIntegrationOK, error)

CreateAwsSmSyncIntegration create aws sm sync integration API

func (*Client) CreateAzureKvSyncIntegration added in v0.106.0

func (a *Client) CreateAzureKvSyncIntegration(params *CreateAzureKvSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAzureKvSyncIntegrationOK, error)

CreateAzureKvSyncIntegration create azure kv sync integration API

func (*Client) CreateGcpSmSyncIntegration added in v0.106.0

func (a *Client) CreateGcpSmSyncIntegration(params *CreateGcpSmSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateGcpSmSyncIntegrationOK, error)

CreateGcpSmSyncIntegration create gcp sm sync integration API

func (*Client) CreateGhOrgSyncIntegration added in v0.106.0

func (a *Client) CreateGhOrgSyncIntegration(params *CreateGhOrgSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateGhOrgSyncIntegrationOK, error)

CreateGhOrgSyncIntegration create gh org sync integration API

func (*Client) CreateGhRepoSyncIntegration

func (a *Client) CreateGhRepoSyncIntegration(params *CreateGhRepoSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateGhRepoSyncIntegrationOK, error)

CreateGhRepoSyncIntegration create gh repo sync integration API

func (*Client) CreateHcpTerraformSyncInstallation added in v0.106.0

func (a *Client) CreateHcpTerraformSyncInstallation(params *CreateHcpTerraformSyncInstallationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateHcpTerraformSyncInstallationOK, error)

CreateHcpTerraformSyncInstallation create hcp terraform sync installation API

func (*Client) CreateHcpTerraformSyncIntegration added in v0.106.0

func (a *Client) CreateHcpTerraformSyncIntegration(params *CreateHcpTerraformSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateHcpTerraformSyncIntegrationOK, error)

CreateHcpTerraformSyncIntegration create hcp terraform sync integration API

func (*Client) CreateVercelProjectSyncIntegration

func (a *Client) CreateVercelProjectSyncIntegration(params *CreateVercelProjectSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateVercelProjectSyncIntegrationOK, error)

CreateVercelProjectSyncIntegration create vercel project sync integration API

func (*Client) DeleteApp

func (a *Client) DeleteApp(params *DeleteAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAppOK, error)

DeleteApp delete app API

func (*Client) DeleteAppSecret

func (a *Client) DeleteAppSecret(params *DeleteAppSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAppSecretOK, error)

DeleteAppSecret delete app secret API

func (*Client) DeleteAppSecretVersion

func (a *Client) DeleteAppSecretVersion(params *DeleteAppSecretVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAppSecretVersionOK, error)

DeleteAppSecretVersion delete app secret version API

func (*Client) DeleteSyncInstallation

func (a *Client) DeleteSyncInstallation(params *DeleteSyncInstallationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSyncInstallationOK, error)

DeleteSyncInstallation delete sync installation API

func (*Client) DeleteSyncIntegration

func (a *Client) DeleteSyncIntegration(params *DeleteSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSyncIntegrationOK, error)

DeleteSyncIntegration delete sync integration API

func (*Client) ForceSync

func (a *Client) ForceSync(params *ForceSyncParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ForceSyncOK, error)

ForceSync force sync API

func (*Client) GetApp

func (a *Client) GetApp(params *GetAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppOK, error)

GetApp get app API

func (*Client) GetAppSecret

func (a *Client) GetAppSecret(params *GetAppSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppSecretOK, error)

GetAppSecret get app secret API

func (*Client) GetAppSecretVersion

func (a *Client) GetAppSecretVersion(params *GetAppSecretVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppSecretVersionOK, error)

GetAppSecretVersion get app secret version API

func (*Client) GetGitHubEnvironments added in v0.106.0

func (a *Client) GetGitHubEnvironments(params *GetGitHubEnvironmentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetGitHubEnvironmentsOK, error)

GetGitHubEnvironments get git hub environments API

func (a *Client) GetGitHubInstallLinks(params *GetGitHubInstallLinksParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetGitHubInstallLinksOK, error)

GetGitHubInstallLinks get git hub install links API

func (*Client) GetGitHubRepositories added in v0.106.0

func (a *Client) GetGitHubRepositories(params *GetGitHubRepositoriesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetGitHubRepositoriesOK, error)

GetGitHubRepositories get git hub repositories API

func (*Client) GetSyncInstallation

func (a *Client) GetSyncInstallation(params *GetSyncInstallationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSyncInstallationOK, error)

GetSyncInstallation get sync installation API

func (*Client) GetSyncIntegration

func (a *Client) GetSyncIntegration(params *GetSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSyncIntegrationOK, error)

GetSyncIntegration get sync integration API

func (*Client) GetUsage

func (a *Client) GetUsage(params *GetUsageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetUsageOK, error)

GetUsage get usage API

func (*Client) GetUsage2

func (a *Client) GetUsage2(params *GetUsage2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetUsage2OK, error)

GetUsage2 get usage2 API

func (a *Client) GetVercelInstallationLink(params *GetVercelInstallationLinkParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetVercelInstallationLinkOK, error)

GetVercelInstallationLink get vercel installation link API

func (*Client) ListAppSecretVersions

func (a *Client) ListAppSecretVersions(params *ListAppSecretVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAppSecretVersionsOK, error)

ListAppSecretVersions list app secret versions API

func (*Client) ListAppSecrets

func (a *Client) ListAppSecrets(params *ListAppSecretsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAppSecretsOK, error)

ListAppSecrets list app secrets API

func (*Client) ListApps

func (a *Client) ListApps(params *ListAppsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAppsOK, error)

ListApps list apps API

func (*Client) ListGitHubInstallations added in v0.106.0

func (a *Client) ListGitHubInstallations(params *ListGitHubInstallationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListGitHubInstallationsOK, error)

ListGitHubInstallations list git hub installations API

func (*Client) ListOpenAppSecretVersions

func (a *Client) ListOpenAppSecretVersions(params *ListOpenAppSecretVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOpenAppSecretVersionsOK, error)

ListOpenAppSecretVersions list open app secret versions API

func (*Client) ListSyncInstallations added in v0.106.0

func (a *Client) ListSyncInstallations(params *ListSyncInstallationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSyncInstallationsOK, error)

ListSyncInstallations list sync installations API

func (*Client) ListSyncIntegrations

func (a *Client) ListSyncIntegrations(params *ListSyncIntegrationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSyncIntegrationsOK, error)

ListSyncIntegrations list sync integrations API

func (*Client) OpenAppSecret

func (a *Client) OpenAppSecret(params *OpenAppSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OpenAppSecretOK, error)

OpenAppSecret open app secret API

func (*Client) OpenAppSecretVersion

func (a *Client) OpenAppSecretVersion(params *OpenAppSecretVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OpenAppSecretVersionOK, error)

OpenAppSecretVersion open app secret version API

func (*Client) OpenAppSecrets

func (a *Client) OpenAppSecrets(params *OpenAppSecretsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OpenAppSecretsOK, error)

OpenAppSecrets open app secrets API

func (*Client) SetTier

func (a *Client) SetTier(params *SetTierParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetTierOK, error)

SetTier set tier API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateApp

func (a *Client) UpdateApp(params *UpdateAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateAppOK, error)

UpdateApp update app API

func (*Client) UpdateSyncInstallation added in v0.106.0

func (a *Client) UpdateSyncInstallation(params *UpdateSyncInstallationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateSyncInstallationOK, error)

UpdateSyncInstallation update sync installation API

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CompleteGitHubInstall(params *CompleteGitHubInstallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CompleteGitHubInstallOK, error)

	CompleteVercelInstallation(params *CompleteVercelInstallationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CompleteVercelInstallationOK, error)

	ConnectGitHubInstallation(params *ConnectGitHubInstallationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ConnectGitHubInstallationOK, error)

	CreateApp(params *CreateAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAppOK, error)

	CreateAppKVSecret(params *CreateAppKVSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAppKVSecretOK, error)

	CreateAwsSmSyncIntegration(params *CreateAwsSmSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAwsSmSyncIntegrationOK, error)

	CreateAzureKvSyncIntegration(params *CreateAzureKvSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAzureKvSyncIntegrationOK, error)

	CreateGcpSmSyncIntegration(params *CreateGcpSmSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateGcpSmSyncIntegrationOK, error)

	CreateGhOrgSyncIntegration(params *CreateGhOrgSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateGhOrgSyncIntegrationOK, error)

	CreateGhRepoSyncIntegration(params *CreateGhRepoSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateGhRepoSyncIntegrationOK, error)

	CreateHcpTerraformSyncInstallation(params *CreateHcpTerraformSyncInstallationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateHcpTerraformSyncInstallationOK, error)

	CreateHcpTerraformSyncIntegration(params *CreateHcpTerraformSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateHcpTerraformSyncIntegrationOK, error)

	CreateVercelProjectSyncIntegration(params *CreateVercelProjectSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateVercelProjectSyncIntegrationOK, error)

	DeleteApp(params *DeleteAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAppOK, error)

	DeleteAppSecret(params *DeleteAppSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAppSecretOK, error)

	DeleteAppSecretVersion(params *DeleteAppSecretVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAppSecretVersionOK, error)

	DeleteSyncInstallation(params *DeleteSyncInstallationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSyncInstallationOK, error)

	DeleteSyncIntegration(params *DeleteSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSyncIntegrationOK, error)

	ForceSync(params *ForceSyncParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ForceSyncOK, error)

	GetApp(params *GetAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppOK, error)

	GetAppSecret(params *GetAppSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppSecretOK, error)

	GetAppSecretVersion(params *GetAppSecretVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppSecretVersionOK, error)

	GetGitHubEnvironments(params *GetGitHubEnvironmentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetGitHubEnvironmentsOK, error)

	GetGitHubInstallLinks(params *GetGitHubInstallLinksParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetGitHubInstallLinksOK, error)

	GetGitHubRepositories(params *GetGitHubRepositoriesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetGitHubRepositoriesOK, error)

	GetSyncInstallation(params *GetSyncInstallationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSyncInstallationOK, error)

	GetSyncIntegration(params *GetSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSyncIntegrationOK, error)

	GetUsage(params *GetUsageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetUsageOK, error)

	GetUsage2(params *GetUsage2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetUsage2OK, error)

	GetVercelInstallationLink(params *GetVercelInstallationLinkParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetVercelInstallationLinkOK, error)

	ListAppSecretVersions(params *ListAppSecretVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAppSecretVersionsOK, error)

	ListAppSecrets(params *ListAppSecretsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAppSecretsOK, error)

	ListApps(params *ListAppsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAppsOK, error)

	ListGitHubInstallations(params *ListGitHubInstallationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListGitHubInstallationsOK, error)

	ListOpenAppSecretVersions(params *ListOpenAppSecretVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOpenAppSecretVersionsOK, error)

	ListSyncInstallations(params *ListSyncInstallationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSyncInstallationsOK, error)

	ListSyncIntegrations(params *ListSyncIntegrationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSyncIntegrationsOK, error)

	OpenAppSecret(params *OpenAppSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OpenAppSecretOK, error)

	OpenAppSecretVersion(params *OpenAppSecretVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OpenAppSecretVersionOK, error)

	OpenAppSecrets(params *OpenAppSecretsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OpenAppSecretsOK, error)

	SetTier(params *SetTierParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetTierOK, error)

	UpdateApp(params *UpdateAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateAppOK, error)

	UpdateSyncInstallation(params *UpdateSyncInstallationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateSyncInstallationOK, 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 secret service API client.

type CompleteGitHubInstallDefault

type CompleteGitHubInstallDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewCompleteGitHubInstallDefault

func NewCompleteGitHubInstallDefault(code int) *CompleteGitHubInstallDefault

NewCompleteGitHubInstallDefault creates a CompleteGitHubInstallDefault with default headers values

func (*CompleteGitHubInstallDefault) Code

Code gets the status code for the complete git hub install default response

func (*CompleteGitHubInstallDefault) Error

func (*CompleteGitHubInstallDefault) GetPayload

func (*CompleteGitHubInstallDefault) IsClientError

func (o *CompleteGitHubInstallDefault) IsClientError() bool

IsClientError returns true when this complete git hub install default response has a 4xx status code

func (*CompleteGitHubInstallDefault) IsCode

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

IsCode returns true when this complete git hub install default response a status code equal to that given

func (*CompleteGitHubInstallDefault) IsRedirect

func (o *CompleteGitHubInstallDefault) IsRedirect() bool

IsRedirect returns true when this complete git hub install default response has a 3xx status code

func (*CompleteGitHubInstallDefault) IsServerError

func (o *CompleteGitHubInstallDefault) IsServerError() bool

IsServerError returns true when this complete git hub install default response has a 5xx status code

func (*CompleteGitHubInstallDefault) IsSuccess

func (o *CompleteGitHubInstallDefault) IsSuccess() bool

IsSuccess returns true when this complete git hub install default response has a 2xx status code

func (*CompleteGitHubInstallDefault) String

type CompleteGitHubInstallOK

type CompleteGitHubInstallOK struct {
	Payload *models.APIHTTPBody
}

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

A successful response.

func NewCompleteGitHubInstallOK

func NewCompleteGitHubInstallOK() *CompleteGitHubInstallOK

NewCompleteGitHubInstallOK creates a CompleteGitHubInstallOK with default headers values

func (*CompleteGitHubInstallOK) Code added in v0.87.0

func (o *CompleteGitHubInstallOK) Code() int

Code gets the status code for the complete git hub install o k response

func (*CompleteGitHubInstallOK) Error

func (o *CompleteGitHubInstallOK) Error() string

func (*CompleteGitHubInstallOK) GetPayload

func (o *CompleteGitHubInstallOK) GetPayload() *models.APIHTTPBody

func (*CompleteGitHubInstallOK) IsClientError

func (o *CompleteGitHubInstallOK) IsClientError() bool

IsClientError returns true when this complete git hub install o k response has a 4xx status code

func (*CompleteGitHubInstallOK) IsCode

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

IsCode returns true when this complete git hub install o k response a status code equal to that given

func (*CompleteGitHubInstallOK) IsRedirect

func (o *CompleteGitHubInstallOK) IsRedirect() bool

IsRedirect returns true when this complete git hub install o k response has a 3xx status code

func (*CompleteGitHubInstallOK) IsServerError

func (o *CompleteGitHubInstallOK) IsServerError() bool

IsServerError returns true when this complete git hub install o k response has a 5xx status code

func (*CompleteGitHubInstallOK) IsSuccess

func (o *CompleteGitHubInstallOK) IsSuccess() bool

IsSuccess returns true when this complete git hub install o k response has a 2xx status code

func (*CompleteGitHubInstallOK) String

func (o *CompleteGitHubInstallOK) String() string

type CompleteGitHubInstallParams

type CompleteGitHubInstallParams struct {

	// Code.
	Code *string

	// InstallationID.
	//
	// Format: int64
	InstallationID *string

	// SetupAction.
	SetupAction *string

	// State.
	State *string

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

CompleteGitHubInstallParams contains all the parameters to send to the API endpoint

for the complete git hub install operation.

Typically these are written to a http.Request.

func NewCompleteGitHubInstallParams

func NewCompleteGitHubInstallParams() *CompleteGitHubInstallParams

NewCompleteGitHubInstallParams creates a new CompleteGitHubInstallParams object, with the default timeout for this client.

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

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

func NewCompleteGitHubInstallParamsWithContext

func NewCompleteGitHubInstallParamsWithContext(ctx context.Context) *CompleteGitHubInstallParams

NewCompleteGitHubInstallParamsWithContext creates a new CompleteGitHubInstallParams object with the ability to set a context for a request.

func NewCompleteGitHubInstallParamsWithHTTPClient

func NewCompleteGitHubInstallParamsWithHTTPClient(client *http.Client) *CompleteGitHubInstallParams

NewCompleteGitHubInstallParamsWithHTTPClient creates a new CompleteGitHubInstallParams object with the ability to set a custom HTTPClient for a request.

func NewCompleteGitHubInstallParamsWithTimeout

func NewCompleteGitHubInstallParamsWithTimeout(timeout time.Duration) *CompleteGitHubInstallParams

NewCompleteGitHubInstallParamsWithTimeout creates a new CompleteGitHubInstallParams object with the ability to set a timeout on a request.

func (*CompleteGitHubInstallParams) SetCode

func (o *CompleteGitHubInstallParams) SetCode(code *string)

SetCode adds the code to the complete git hub install params

func (*CompleteGitHubInstallParams) SetContext

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

SetContext adds the context to the complete git hub install params

func (*CompleteGitHubInstallParams) SetDefaults

func (o *CompleteGitHubInstallParams) SetDefaults()

SetDefaults hydrates default values in the complete git hub install params (not the query body).

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

func (*CompleteGitHubInstallParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the complete git hub install params

func (*CompleteGitHubInstallParams) SetInstallationID

func (o *CompleteGitHubInstallParams) SetInstallationID(installationID *string)

SetInstallationID adds the installationId to the complete git hub install params

func (*CompleteGitHubInstallParams) SetSetupAction

func (o *CompleteGitHubInstallParams) SetSetupAction(setupAction *string)

SetSetupAction adds the setupAction to the complete git hub install params

func (*CompleteGitHubInstallParams) SetState

func (o *CompleteGitHubInstallParams) SetState(state *string)

SetState adds the state to the complete git hub install params

func (*CompleteGitHubInstallParams) SetTimeout

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

SetTimeout adds the timeout to the complete git hub install params

func (*CompleteGitHubInstallParams) WithCode

WithCode adds the code to the complete git hub install params

func (*CompleteGitHubInstallParams) WithContext

WithContext adds the context to the complete git hub install params

func (*CompleteGitHubInstallParams) WithDefaults

WithDefaults hydrates default values in the complete git hub install params (not the query body).

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

func (*CompleteGitHubInstallParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the complete git hub install params

func (*CompleteGitHubInstallParams) WithInstallationID

func (o *CompleteGitHubInstallParams) WithInstallationID(installationID *string) *CompleteGitHubInstallParams

WithInstallationID adds the installationID to the complete git hub install params

func (*CompleteGitHubInstallParams) WithSetupAction

func (o *CompleteGitHubInstallParams) WithSetupAction(setupAction *string) *CompleteGitHubInstallParams

WithSetupAction adds the setupAction to the complete git hub install params

func (*CompleteGitHubInstallParams) WithState

WithState adds the state to the complete git hub install params

func (*CompleteGitHubInstallParams) WithTimeout

WithTimeout adds the timeout to the complete git hub install params

func (*CompleteGitHubInstallParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CompleteGitHubInstallReader

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

CompleteGitHubInstallReader is a Reader for the CompleteGitHubInstall structure.

func (*CompleteGitHubInstallReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CompleteVercelInstallationDefault

type CompleteVercelInstallationDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewCompleteVercelInstallationDefault

func NewCompleteVercelInstallationDefault(code int) *CompleteVercelInstallationDefault

NewCompleteVercelInstallationDefault creates a CompleteVercelInstallationDefault with default headers values

func (*CompleteVercelInstallationDefault) Code

Code gets the status code for the complete vercel installation default response

func (*CompleteVercelInstallationDefault) Error

func (*CompleteVercelInstallationDefault) GetPayload

func (*CompleteVercelInstallationDefault) IsClientError

func (o *CompleteVercelInstallationDefault) IsClientError() bool

IsClientError returns true when this complete vercel installation default response has a 4xx status code

func (*CompleteVercelInstallationDefault) IsCode

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

IsCode returns true when this complete vercel installation default response a status code equal to that given

func (*CompleteVercelInstallationDefault) IsRedirect

func (o *CompleteVercelInstallationDefault) IsRedirect() bool

IsRedirect returns true when this complete vercel installation default response has a 3xx status code

func (*CompleteVercelInstallationDefault) IsServerError

func (o *CompleteVercelInstallationDefault) IsServerError() bool

IsServerError returns true when this complete vercel installation default response has a 5xx status code

func (*CompleteVercelInstallationDefault) IsSuccess

func (o *CompleteVercelInstallationDefault) IsSuccess() bool

IsSuccess returns true when this complete vercel installation default response has a 2xx status code

func (*CompleteVercelInstallationDefault) String

type CompleteVercelInstallationOK

type CompleteVercelInstallationOK struct {
	Payload *models.APIHTTPBody
}

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

A successful response.

func NewCompleteVercelInstallationOK

func NewCompleteVercelInstallationOK() *CompleteVercelInstallationOK

NewCompleteVercelInstallationOK creates a CompleteVercelInstallationOK with default headers values

func (*CompleteVercelInstallationOK) Code added in v0.87.0

Code gets the status code for the complete vercel installation o k response

func (*CompleteVercelInstallationOK) Error

func (*CompleteVercelInstallationOK) GetPayload

func (*CompleteVercelInstallationOK) IsClientError

func (o *CompleteVercelInstallationOK) IsClientError() bool

IsClientError returns true when this complete vercel installation o k response has a 4xx status code

func (*CompleteVercelInstallationOK) IsCode

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

IsCode returns true when this complete vercel installation o k response a status code equal to that given

func (*CompleteVercelInstallationOK) IsRedirect

func (o *CompleteVercelInstallationOK) IsRedirect() bool

IsRedirect returns true when this complete vercel installation o k response has a 3xx status code

func (*CompleteVercelInstallationOK) IsServerError

func (o *CompleteVercelInstallationOK) IsServerError() bool

IsServerError returns true when this complete vercel installation o k response has a 5xx status code

func (*CompleteVercelInstallationOK) IsSuccess

func (o *CompleteVercelInstallationOK) IsSuccess() bool

IsSuccess returns true when this complete vercel installation o k response has a 2xx status code

func (*CompleteVercelInstallationOK) String

type CompleteVercelInstallationParams

type CompleteVercelInstallationParams struct {

	// Code.
	Code *string

	// ConfigurationID.
	ConfigurationID *string

	// State.
	State *string

	// TeamID.
	TeamID *string

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

CompleteVercelInstallationParams contains all the parameters to send to the API endpoint

for the complete vercel installation operation.

Typically these are written to a http.Request.

func NewCompleteVercelInstallationParams

func NewCompleteVercelInstallationParams() *CompleteVercelInstallationParams

NewCompleteVercelInstallationParams creates a new CompleteVercelInstallationParams object, with the default timeout for this client.

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

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

func NewCompleteVercelInstallationParamsWithContext

func NewCompleteVercelInstallationParamsWithContext(ctx context.Context) *CompleteVercelInstallationParams

NewCompleteVercelInstallationParamsWithContext creates a new CompleteVercelInstallationParams object with the ability to set a context for a request.

func NewCompleteVercelInstallationParamsWithHTTPClient

func NewCompleteVercelInstallationParamsWithHTTPClient(client *http.Client) *CompleteVercelInstallationParams

NewCompleteVercelInstallationParamsWithHTTPClient creates a new CompleteVercelInstallationParams object with the ability to set a custom HTTPClient for a request.

func NewCompleteVercelInstallationParamsWithTimeout

func NewCompleteVercelInstallationParamsWithTimeout(timeout time.Duration) *CompleteVercelInstallationParams

NewCompleteVercelInstallationParamsWithTimeout creates a new CompleteVercelInstallationParams object with the ability to set a timeout on a request.

func (*CompleteVercelInstallationParams) SetCode

func (o *CompleteVercelInstallationParams) SetCode(code *string)

SetCode adds the code to the complete vercel installation params

func (*CompleteVercelInstallationParams) SetConfigurationID

func (o *CompleteVercelInstallationParams) SetConfigurationID(configurationID *string)

SetConfigurationID adds the configurationId to the complete vercel installation params

func (*CompleteVercelInstallationParams) SetContext

SetContext adds the context to the complete vercel installation params

func (*CompleteVercelInstallationParams) SetDefaults

func (o *CompleteVercelInstallationParams) SetDefaults()

SetDefaults hydrates default values in the complete vercel installation params (not the query body).

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

func (*CompleteVercelInstallationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the complete vercel installation params

func (*CompleteVercelInstallationParams) SetState

func (o *CompleteVercelInstallationParams) SetState(state *string)

SetState adds the state to the complete vercel installation params

func (*CompleteVercelInstallationParams) SetTeamID

func (o *CompleteVercelInstallationParams) SetTeamID(teamID *string)

SetTeamID adds the teamId to the complete vercel installation params

func (*CompleteVercelInstallationParams) SetTimeout

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

SetTimeout adds the timeout to the complete vercel installation params

func (*CompleteVercelInstallationParams) WithCode

WithCode adds the code to the complete vercel installation params

func (*CompleteVercelInstallationParams) WithConfigurationID

func (o *CompleteVercelInstallationParams) WithConfigurationID(configurationID *string) *CompleteVercelInstallationParams

WithConfigurationID adds the configurationID to the complete vercel installation params

func (*CompleteVercelInstallationParams) WithContext

WithContext adds the context to the complete vercel installation params

func (*CompleteVercelInstallationParams) WithDefaults

WithDefaults hydrates default values in the complete vercel installation params (not the query body).

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

func (*CompleteVercelInstallationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the complete vercel installation params

func (*CompleteVercelInstallationParams) WithState

WithState adds the state to the complete vercel installation params

func (*CompleteVercelInstallationParams) WithTeamID

WithTeamID adds the teamID to the complete vercel installation params

func (*CompleteVercelInstallationParams) WithTimeout

WithTimeout adds the timeout to the complete vercel installation params

func (*CompleteVercelInstallationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CompleteVercelInstallationReader

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

CompleteVercelInstallationReader is a Reader for the CompleteVercelInstallation structure.

func (*CompleteVercelInstallationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ConnectGitHubInstallationBody added in v0.106.0

type ConnectGitHubInstallationBody struct {

	// installation id
	InstallationID string `json:"installation_id,omitempty"`

	// location
	Location *ConnectGitHubInstallationParamsBodyLocation `json:"location,omitempty"`

	// state
	State string `json:"state,omitempty"`
}

ConnectGitHubInstallationBody connect git hub installation body swagger:model ConnectGitHubInstallationBody

func (*ConnectGitHubInstallationBody) ContextValidate added in v0.106.0

func (o *ConnectGitHubInstallationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this connect git hub installation body based on the context it is used

func (*ConnectGitHubInstallationBody) MarshalBinary added in v0.106.0

func (o *ConnectGitHubInstallationBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ConnectGitHubInstallationBody) UnmarshalBinary added in v0.106.0

func (o *ConnectGitHubInstallationBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ConnectGitHubInstallationBody) Validate added in v0.106.0

func (o *ConnectGitHubInstallationBody) Validate(formats strfmt.Registry) error

Validate validates this connect git hub installation body

type ConnectGitHubInstallationDefault added in v0.106.0

type ConnectGitHubInstallationDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewConnectGitHubInstallationDefault added in v0.106.0

func NewConnectGitHubInstallationDefault(code int) *ConnectGitHubInstallationDefault

NewConnectGitHubInstallationDefault creates a ConnectGitHubInstallationDefault with default headers values

func (*ConnectGitHubInstallationDefault) Code added in v0.106.0

Code gets the status code for the connect git hub installation default response

func (*ConnectGitHubInstallationDefault) Error added in v0.106.0

func (*ConnectGitHubInstallationDefault) GetPayload added in v0.106.0

func (*ConnectGitHubInstallationDefault) IsClientError added in v0.106.0

func (o *ConnectGitHubInstallationDefault) IsClientError() bool

IsClientError returns true when this connect git hub installation default response has a 4xx status code

func (*ConnectGitHubInstallationDefault) IsCode added in v0.106.0

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

IsCode returns true when this connect git hub installation default response a status code equal to that given

func (*ConnectGitHubInstallationDefault) IsRedirect added in v0.106.0

func (o *ConnectGitHubInstallationDefault) IsRedirect() bool

IsRedirect returns true when this connect git hub installation default response has a 3xx status code

func (*ConnectGitHubInstallationDefault) IsServerError added in v0.106.0

func (o *ConnectGitHubInstallationDefault) IsServerError() bool

IsServerError returns true when this connect git hub installation default response has a 5xx status code

func (*ConnectGitHubInstallationDefault) IsSuccess added in v0.106.0

func (o *ConnectGitHubInstallationDefault) IsSuccess() bool

IsSuccess returns true when this connect git hub installation default response has a 2xx status code

func (*ConnectGitHubInstallationDefault) String added in v0.106.0

type ConnectGitHubInstallationOK added in v0.106.0

type ConnectGitHubInstallationOK struct {
	Payload *models.Secrets20230613ConnectGitHubInstallationResponse
}

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

A successful response.

func NewConnectGitHubInstallationOK added in v0.106.0

func NewConnectGitHubInstallationOK() *ConnectGitHubInstallationOK

NewConnectGitHubInstallationOK creates a ConnectGitHubInstallationOK with default headers values

func (*ConnectGitHubInstallationOK) Code added in v0.106.0

func (o *ConnectGitHubInstallationOK) Code() int

Code gets the status code for the connect git hub installation o k response

func (*ConnectGitHubInstallationOK) Error added in v0.106.0

func (*ConnectGitHubInstallationOK) GetPayload added in v0.106.0

func (*ConnectGitHubInstallationOK) IsClientError added in v0.106.0

func (o *ConnectGitHubInstallationOK) IsClientError() bool

IsClientError returns true when this connect git hub installation o k response has a 4xx status code

func (*ConnectGitHubInstallationOK) IsCode added in v0.106.0

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

IsCode returns true when this connect git hub installation o k response a status code equal to that given

func (*ConnectGitHubInstallationOK) IsRedirect added in v0.106.0

func (o *ConnectGitHubInstallationOK) IsRedirect() bool

IsRedirect returns true when this connect git hub installation o k response has a 3xx status code

func (*ConnectGitHubInstallationOK) IsServerError added in v0.106.0

func (o *ConnectGitHubInstallationOK) IsServerError() bool

IsServerError returns true when this connect git hub installation o k response has a 5xx status code

func (*ConnectGitHubInstallationOK) IsSuccess added in v0.106.0

func (o *ConnectGitHubInstallationOK) IsSuccess() bool

IsSuccess returns true when this connect git hub installation o k response has a 2xx status code

func (*ConnectGitHubInstallationOK) String added in v0.106.0

func (o *ConnectGitHubInstallationOK) String() string

type ConnectGitHubInstallationParams added in v0.106.0

type ConnectGitHubInstallationParams struct {

	// Body.
	Body ConnectGitHubInstallationBody

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

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

ConnectGitHubInstallationParams contains all the parameters to send to the API endpoint

for the connect git hub installation operation.

Typically these are written to a http.Request.

func NewConnectGitHubInstallationParams added in v0.106.0

func NewConnectGitHubInstallationParams() *ConnectGitHubInstallationParams

NewConnectGitHubInstallationParams creates a new ConnectGitHubInstallationParams object, with the default timeout for this client.

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

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

func NewConnectGitHubInstallationParamsWithContext added in v0.106.0

func NewConnectGitHubInstallationParamsWithContext(ctx context.Context) *ConnectGitHubInstallationParams

NewConnectGitHubInstallationParamsWithContext creates a new ConnectGitHubInstallationParams object with the ability to set a context for a request.

func NewConnectGitHubInstallationParamsWithHTTPClient added in v0.106.0

func NewConnectGitHubInstallationParamsWithHTTPClient(client *http.Client) *ConnectGitHubInstallationParams

NewConnectGitHubInstallationParamsWithHTTPClient creates a new ConnectGitHubInstallationParams object with the ability to set a custom HTTPClient for a request.

func NewConnectGitHubInstallationParamsWithTimeout added in v0.106.0

func NewConnectGitHubInstallationParamsWithTimeout(timeout time.Duration) *ConnectGitHubInstallationParams

NewConnectGitHubInstallationParamsWithTimeout creates a new ConnectGitHubInstallationParams object with the ability to set a timeout on a request.

func (*ConnectGitHubInstallationParams) SetBody added in v0.106.0

SetBody adds the body to the connect git hub installation params

func (*ConnectGitHubInstallationParams) SetContext added in v0.106.0

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

SetContext adds the context to the connect git hub installation params

func (*ConnectGitHubInstallationParams) SetDefaults added in v0.106.0

func (o *ConnectGitHubInstallationParams) SetDefaults()

SetDefaults hydrates default values in the connect git hub installation params (not the query body).

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

func (*ConnectGitHubInstallationParams) SetHTTPClient added in v0.106.0

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

SetHTTPClient adds the HTTPClient to the connect git hub installation params

func (*ConnectGitHubInstallationParams) SetLocationOrganizationID added in v0.106.0

func (o *ConnectGitHubInstallationParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the connect git hub installation params

func (*ConnectGitHubInstallationParams) SetLocationProjectID added in v0.106.0

func (o *ConnectGitHubInstallationParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the connect git hub installation params

func (*ConnectGitHubInstallationParams) SetTimeout added in v0.106.0

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

SetTimeout adds the timeout to the connect git hub installation params

func (*ConnectGitHubInstallationParams) WithBody added in v0.106.0

WithBody adds the body to the connect git hub installation params

func (*ConnectGitHubInstallationParams) WithContext added in v0.106.0

WithContext adds the context to the connect git hub installation params

func (*ConnectGitHubInstallationParams) WithDefaults added in v0.106.0

WithDefaults hydrates default values in the connect git hub installation params (not the query body).

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

func (*ConnectGitHubInstallationParams) WithHTTPClient added in v0.106.0

WithHTTPClient adds the HTTPClient to the connect git hub installation params

func (*ConnectGitHubInstallationParams) WithLocationOrganizationID added in v0.106.0

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

WithLocationOrganizationID adds the locationOrganizationID to the connect git hub installation params

func (*ConnectGitHubInstallationParams) WithLocationProjectID added in v0.106.0

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

WithLocationProjectID adds the locationProjectID to the connect git hub installation params

func (*ConnectGitHubInstallationParams) WithTimeout added in v0.106.0

WithTimeout adds the timeout to the connect git hub installation params

func (*ConnectGitHubInstallationParams) WriteToRequest added in v0.106.0

WriteToRequest writes these params to a swagger request

type ConnectGitHubInstallationParamsBodyLocation added in v0.106.0

type ConnectGitHubInstallationParamsBodyLocation struct {

	// region is the region that the resource is located in. It is
	// optional if the object being referenced is a global object.
	Region *models.LocationRegion `json:"region,omitempty"`
}

ConnectGitHubInstallationParamsBodyLocation Location represents a target for an operation in HCP. swagger:model ConnectGitHubInstallationParamsBodyLocation

func (*ConnectGitHubInstallationParamsBodyLocation) ContextValidate added in v0.106.0

ContextValidate validate this connect git hub installation params body location based on the context it is used

func (*ConnectGitHubInstallationParamsBodyLocation) MarshalBinary added in v0.106.0

func (o *ConnectGitHubInstallationParamsBodyLocation) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ConnectGitHubInstallationParamsBodyLocation) UnmarshalBinary added in v0.106.0

func (o *ConnectGitHubInstallationParamsBodyLocation) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ConnectGitHubInstallationParamsBodyLocation) Validate added in v0.106.0

Validate validates this connect git hub installation params body location

type ConnectGitHubInstallationReader added in v0.106.0

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

ConnectGitHubInstallationReader is a Reader for the ConnectGitHubInstallation structure.

func (*ConnectGitHubInstallationReader) ReadResponse added in v0.106.0

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

ReadResponse reads a server response into the received o.

type CreateAppBody

type CreateAppBody struct {

	// description
	Description string `json:"description,omitempty"`

	// location
	Location *CreateAppParamsBodyLocation `json:"location,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// sync integrations
	SyncIntegrations []string `json:"sync_integrations"`
}

CreateAppBody create app body swagger:model CreateAppBody

func (*CreateAppBody) ContextValidate

func (o *CreateAppBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this create app body based on the context it is used

func (*CreateAppBody) MarshalBinary

func (o *CreateAppBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateAppBody) UnmarshalBinary

func (o *CreateAppBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateAppBody) Validate

func (o *CreateAppBody) Validate(formats strfmt.Registry) error

Validate validates this create app body

type CreateAppDefault

type CreateAppDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewCreateAppDefault

func NewCreateAppDefault(code int) *CreateAppDefault

NewCreateAppDefault creates a CreateAppDefault with default headers values

func (*CreateAppDefault) Code

func (o *CreateAppDefault) Code() int

Code gets the status code for the create app default response

func (*CreateAppDefault) Error

func (o *CreateAppDefault) Error() string

func (*CreateAppDefault) GetPayload

func (o *CreateAppDefault) GetPayload() *models.RPCStatus

func (*CreateAppDefault) IsClientError

func (o *CreateAppDefault) IsClientError() bool

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

func (*CreateAppDefault) IsCode

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

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

func (*CreateAppDefault) IsRedirect

func (o *CreateAppDefault) IsRedirect() bool

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

func (*CreateAppDefault) IsServerError

func (o *CreateAppDefault) IsServerError() bool

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

func (*CreateAppDefault) IsSuccess

func (o *CreateAppDefault) IsSuccess() bool

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

func (*CreateAppDefault) String

func (o *CreateAppDefault) String() string

type CreateAppKVSecretBody

type CreateAppKVSecretBody struct {

	// location
	Location *CreateAppKVSecretParamsBodyLocation `json:"location,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// value
	Value string `json:"value,omitempty"`
}

CreateAppKVSecretBody create app k v secret body swagger:model CreateAppKVSecretBody

func (*CreateAppKVSecretBody) ContextValidate

func (o *CreateAppKVSecretBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this create app k v secret body based on the context it is used

func (*CreateAppKVSecretBody) MarshalBinary

func (o *CreateAppKVSecretBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateAppKVSecretBody) UnmarshalBinary

func (o *CreateAppKVSecretBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateAppKVSecretBody) Validate

func (o *CreateAppKVSecretBody) Validate(formats strfmt.Registry) error

Validate validates this create app k v secret body

type CreateAppKVSecretDefault

type CreateAppKVSecretDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewCreateAppKVSecretDefault

func NewCreateAppKVSecretDefault(code int) *CreateAppKVSecretDefault

NewCreateAppKVSecretDefault creates a CreateAppKVSecretDefault with default headers values

func (*CreateAppKVSecretDefault) Code

func (o *CreateAppKVSecretDefault) Code() int

Code gets the status code for the create app k v secret default response

func (*CreateAppKVSecretDefault) Error

func (o *CreateAppKVSecretDefault) Error() string

func (*CreateAppKVSecretDefault) GetPayload

func (o *CreateAppKVSecretDefault) GetPayload() *models.RPCStatus

func (*CreateAppKVSecretDefault) IsClientError

func (o *CreateAppKVSecretDefault) IsClientError() bool

IsClientError returns true when this create app k v secret default response has a 4xx status code

func (*CreateAppKVSecretDefault) IsCode

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

IsCode returns true when this create app k v secret default response a status code equal to that given

func (*CreateAppKVSecretDefault) IsRedirect

func (o *CreateAppKVSecretDefault) IsRedirect() bool

IsRedirect returns true when this create app k v secret default response has a 3xx status code

func (*CreateAppKVSecretDefault) IsServerError

func (o *CreateAppKVSecretDefault) IsServerError() bool

IsServerError returns true when this create app k v secret default response has a 5xx status code

func (*CreateAppKVSecretDefault) IsSuccess

func (o *CreateAppKVSecretDefault) IsSuccess() bool

IsSuccess returns true when this create app k v secret default response has a 2xx status code

func (*CreateAppKVSecretDefault) String

func (o *CreateAppKVSecretDefault) String() string

type CreateAppKVSecretOK

type CreateAppKVSecretOK struct {
	Payload *models.Secrets20230613CreateAppKVSecretResponse
}

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

A successful response.

func NewCreateAppKVSecretOK

func NewCreateAppKVSecretOK() *CreateAppKVSecretOK

NewCreateAppKVSecretOK creates a CreateAppKVSecretOK with default headers values

func (*CreateAppKVSecretOK) Code added in v0.87.0

func (o *CreateAppKVSecretOK) Code() int

Code gets the status code for the create app k v secret o k response

func (*CreateAppKVSecretOK) Error

func (o *CreateAppKVSecretOK) Error() string

func (*CreateAppKVSecretOK) GetPayload

func (*CreateAppKVSecretOK) IsClientError

func (o *CreateAppKVSecretOK) IsClientError() bool

IsClientError returns true when this create app k v secret o k response has a 4xx status code

func (*CreateAppKVSecretOK) IsCode

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

IsCode returns true when this create app k v secret o k response a status code equal to that given

func (*CreateAppKVSecretOK) IsRedirect

func (o *CreateAppKVSecretOK) IsRedirect() bool

IsRedirect returns true when this create app k v secret o k response has a 3xx status code

func (*CreateAppKVSecretOK) IsServerError

func (o *CreateAppKVSecretOK) IsServerError() bool

IsServerError returns true when this create app k v secret o k response has a 5xx status code

func (*CreateAppKVSecretOK) IsSuccess

func (o *CreateAppKVSecretOK) IsSuccess() bool

IsSuccess returns true when this create app k v secret o k response has a 2xx status code

func (*CreateAppKVSecretOK) String

func (o *CreateAppKVSecretOK) String() string

type CreateAppKVSecretParams

type CreateAppKVSecretParams struct {

	// AppName.
	AppName string

	// Body.
	Body CreateAppKVSecretBody

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

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

CreateAppKVSecretParams contains all the parameters to send to the API endpoint

for the create app k v secret operation.

Typically these are written to a http.Request.

func NewCreateAppKVSecretParams

func NewCreateAppKVSecretParams() *CreateAppKVSecretParams

NewCreateAppKVSecretParams creates a new CreateAppKVSecretParams object, with the default timeout for this client.

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

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

func NewCreateAppKVSecretParamsWithContext

func NewCreateAppKVSecretParamsWithContext(ctx context.Context) *CreateAppKVSecretParams

NewCreateAppKVSecretParamsWithContext creates a new CreateAppKVSecretParams object with the ability to set a context for a request.

func NewCreateAppKVSecretParamsWithHTTPClient

func NewCreateAppKVSecretParamsWithHTTPClient(client *http.Client) *CreateAppKVSecretParams

NewCreateAppKVSecretParamsWithHTTPClient creates a new CreateAppKVSecretParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAppKVSecretParamsWithTimeout

func NewCreateAppKVSecretParamsWithTimeout(timeout time.Duration) *CreateAppKVSecretParams

NewCreateAppKVSecretParamsWithTimeout creates a new CreateAppKVSecretParams object with the ability to set a timeout on a request.

func (*CreateAppKVSecretParams) SetAppName

func (o *CreateAppKVSecretParams) SetAppName(appName string)

SetAppName adds the appName to the create app k v secret params

func (*CreateAppKVSecretParams) SetBody

SetBody adds the body to the create app k v secret params

func (*CreateAppKVSecretParams) SetContext

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

SetContext adds the context to the create app k v secret params

func (*CreateAppKVSecretParams) SetDefaults

func (o *CreateAppKVSecretParams) SetDefaults()

SetDefaults hydrates default values in the create app k v secret params (not the query body).

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

func (*CreateAppKVSecretParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create app k v secret params

func (*CreateAppKVSecretParams) SetLocationOrganizationID

func (o *CreateAppKVSecretParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the create app k v secret params

func (*CreateAppKVSecretParams) SetLocationProjectID

func (o *CreateAppKVSecretParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the create app k v secret params

func (*CreateAppKVSecretParams) SetTimeout

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

SetTimeout adds the timeout to the create app k v secret params

func (*CreateAppKVSecretParams) WithAppName

func (o *CreateAppKVSecretParams) WithAppName(appName string) *CreateAppKVSecretParams

WithAppName adds the appName to the create app k v secret params

func (*CreateAppKVSecretParams) WithBody

WithBody adds the body to the create app k v secret params

func (*CreateAppKVSecretParams) WithContext

WithContext adds the context to the create app k v secret params

func (*CreateAppKVSecretParams) WithDefaults

WithDefaults hydrates default values in the create app k v secret params (not the query body).

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

func (*CreateAppKVSecretParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create app k v secret params

func (*CreateAppKVSecretParams) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the create app k v secret params

func (*CreateAppKVSecretParams) WithLocationProjectID

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

WithLocationProjectID adds the locationProjectID to the create app k v secret params

func (*CreateAppKVSecretParams) WithTimeout

WithTimeout adds the timeout to the create app k v secret params

func (*CreateAppKVSecretParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateAppKVSecretParamsBodyLocation

type CreateAppKVSecretParamsBodyLocation struct {

	// region is the region that the resource is located in. It is
	// optional if the object being referenced is a global object.
	Region *models.LocationRegion `json:"region,omitempty"`
}

CreateAppKVSecretParamsBodyLocation Location represents a target for an operation in HCP. swagger:model CreateAppKVSecretParamsBodyLocation

func (*CreateAppKVSecretParamsBodyLocation) ContextValidate

func (o *CreateAppKVSecretParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this create app k v secret params body location based on the context it is used

func (*CreateAppKVSecretParamsBodyLocation) MarshalBinary

func (o *CreateAppKVSecretParamsBodyLocation) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateAppKVSecretParamsBodyLocation) UnmarshalBinary

func (o *CreateAppKVSecretParamsBodyLocation) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateAppKVSecretParamsBodyLocation) Validate

Validate validates this create app k v secret params body location

type CreateAppKVSecretReader

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

CreateAppKVSecretReader is a Reader for the CreateAppKVSecret structure.

func (*CreateAppKVSecretReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateAppOK

type CreateAppOK struct {
	Payload *models.Secrets20230613CreateAppResponse
}

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

A successful response.

func NewCreateAppOK

func NewCreateAppOK() *CreateAppOK

NewCreateAppOK creates a CreateAppOK with default headers values

func (*CreateAppOK) Code added in v0.87.0

func (o *CreateAppOK) Code() int

Code gets the status code for the create app o k response

func (*CreateAppOK) Error

func (o *CreateAppOK) Error() string

func (*CreateAppOK) GetPayload

func (*CreateAppOK) IsClientError

func (o *CreateAppOK) IsClientError() bool

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

func (*CreateAppOK) IsCode

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

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

func (*CreateAppOK) IsRedirect

func (o *CreateAppOK) IsRedirect() bool

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

func (*CreateAppOK) IsServerError

func (o *CreateAppOK) IsServerError() bool

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

func (*CreateAppOK) IsSuccess

func (o *CreateAppOK) IsSuccess() bool

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

func (*CreateAppOK) String

func (o *CreateAppOK) String() string

type CreateAppParams

type CreateAppParams struct {

	// Body.
	Body CreateAppBody

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

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

CreateAppParams contains all the parameters to send to the API endpoint

for the create app operation.

Typically these are written to a http.Request.

func NewCreateAppParams

func NewCreateAppParams() *CreateAppParams

NewCreateAppParams creates a new CreateAppParams object, with the default timeout for this client.

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

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

func NewCreateAppParamsWithContext

func NewCreateAppParamsWithContext(ctx context.Context) *CreateAppParams

NewCreateAppParamsWithContext creates a new CreateAppParams object with the ability to set a context for a request.

func NewCreateAppParamsWithHTTPClient

func NewCreateAppParamsWithHTTPClient(client *http.Client) *CreateAppParams

NewCreateAppParamsWithHTTPClient creates a new CreateAppParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAppParamsWithTimeout

func NewCreateAppParamsWithTimeout(timeout time.Duration) *CreateAppParams

NewCreateAppParamsWithTimeout creates a new CreateAppParams object with the ability to set a timeout on a request.

func (*CreateAppParams) SetBody

func (o *CreateAppParams) SetBody(body CreateAppBody)

SetBody adds the body to the create app params

func (*CreateAppParams) SetContext

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

SetContext adds the context to the create app params

func (*CreateAppParams) SetDefaults

func (o *CreateAppParams) SetDefaults()

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

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

func (*CreateAppParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create app params

func (*CreateAppParams) SetLocationOrganizationID

func (o *CreateAppParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the create app params

func (*CreateAppParams) SetLocationProjectID

func (o *CreateAppParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the create app params

func (*CreateAppParams) SetTimeout

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

SetTimeout adds the timeout to the create app params

func (*CreateAppParams) WithBody

func (o *CreateAppParams) WithBody(body CreateAppBody) *CreateAppParams

WithBody adds the body to the create app params

func (*CreateAppParams) WithContext

func (o *CreateAppParams) WithContext(ctx context.Context) *CreateAppParams

WithContext adds the context to the create app params

func (*CreateAppParams) WithDefaults

func (o *CreateAppParams) WithDefaults() *CreateAppParams

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

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

func (*CreateAppParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create app params

func (*CreateAppParams) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the create app params

func (*CreateAppParams) WithLocationProjectID

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

WithLocationProjectID adds the locationProjectID to the create app params

func (*CreateAppParams) WithTimeout

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

WithTimeout adds the timeout to the create app params

func (*CreateAppParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateAppParamsBodyLocation

type CreateAppParamsBodyLocation struct {

	// region is the region that the resource is located in. It is
	// optional if the object being referenced is a global object.
	Region *models.LocationRegion `json:"region,omitempty"`
}

CreateAppParamsBodyLocation Location represents a target for an operation in HCP. swagger:model CreateAppParamsBodyLocation

func (*CreateAppParamsBodyLocation) ContextValidate

func (o *CreateAppParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this create app params body location based on the context it is used

func (*CreateAppParamsBodyLocation) MarshalBinary

func (o *CreateAppParamsBodyLocation) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateAppParamsBodyLocation) UnmarshalBinary

func (o *CreateAppParamsBodyLocation) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateAppParamsBodyLocation) Validate

func (o *CreateAppParamsBodyLocation) Validate(formats strfmt.Registry) error

Validate validates this create app params body location

type CreateAppReader

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

CreateAppReader is a Reader for the CreateApp structure.

func (*CreateAppReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateAwsSmSyncIntegrationBody

type CreateAwsSmSyncIntegrationBody struct {

	// aws sm connection details
	AwsSmConnectionDetails *models.Secrets20230613AwsSmConnectionDetailsRequest `json:"aws_sm_connection_details,omitempty"`

	// location
	Location *CreateAwsSmSyncIntegrationParamsBodyLocation `json:"location,omitempty"`

	// name
	Name string `json:"name,omitempty"`
}

CreateAwsSmSyncIntegrationBody create aws sm sync integration body swagger:model CreateAwsSmSyncIntegrationBody

func (*CreateAwsSmSyncIntegrationBody) ContextValidate

func (o *CreateAwsSmSyncIntegrationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this create aws sm sync integration body based on the context it is used

func (*CreateAwsSmSyncIntegrationBody) MarshalBinary

func (o *CreateAwsSmSyncIntegrationBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateAwsSmSyncIntegrationBody) UnmarshalBinary

func (o *CreateAwsSmSyncIntegrationBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateAwsSmSyncIntegrationBody) Validate

func (o *CreateAwsSmSyncIntegrationBody) Validate(formats strfmt.Registry) error

Validate validates this create aws sm sync integration body

type CreateAwsSmSyncIntegrationDefault

type CreateAwsSmSyncIntegrationDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewCreateAwsSmSyncIntegrationDefault

func NewCreateAwsSmSyncIntegrationDefault(code int) *CreateAwsSmSyncIntegrationDefault

NewCreateAwsSmSyncIntegrationDefault creates a CreateAwsSmSyncIntegrationDefault with default headers values

func (*CreateAwsSmSyncIntegrationDefault) Code

Code gets the status code for the create aws sm sync integration default response

func (*CreateAwsSmSyncIntegrationDefault) Error

func (*CreateAwsSmSyncIntegrationDefault) GetPayload

func (*CreateAwsSmSyncIntegrationDefault) IsClientError

func (o *CreateAwsSmSyncIntegrationDefault) IsClientError() bool

IsClientError returns true when this create aws sm sync integration default response has a 4xx status code

func (*CreateAwsSmSyncIntegrationDefault) IsCode

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

IsCode returns true when this create aws sm sync integration default response a status code equal to that given

func (*CreateAwsSmSyncIntegrationDefault) IsRedirect

func (o *CreateAwsSmSyncIntegrationDefault) IsRedirect() bool

IsRedirect returns true when this create aws sm sync integration default response has a 3xx status code

func (*CreateAwsSmSyncIntegrationDefault) IsServerError

func (o *CreateAwsSmSyncIntegrationDefault) IsServerError() bool

IsServerError returns true when this create aws sm sync integration default response has a 5xx status code

func (*CreateAwsSmSyncIntegrationDefault) IsSuccess

func (o *CreateAwsSmSyncIntegrationDefault) IsSuccess() bool

IsSuccess returns true when this create aws sm sync integration default response has a 2xx status code

func (*CreateAwsSmSyncIntegrationDefault) String

type CreateAwsSmSyncIntegrationOK

type CreateAwsSmSyncIntegrationOK struct {
	Payload *models.Secrets20230613CreateSyncIntegrationResponse
}

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

A successful response.

func NewCreateAwsSmSyncIntegrationOK

func NewCreateAwsSmSyncIntegrationOK() *CreateAwsSmSyncIntegrationOK

NewCreateAwsSmSyncIntegrationOK creates a CreateAwsSmSyncIntegrationOK with default headers values

func (*CreateAwsSmSyncIntegrationOK) Code added in v0.87.0

Code gets the status code for the create aws sm sync integration o k response

func (*CreateAwsSmSyncIntegrationOK) Error

func (*CreateAwsSmSyncIntegrationOK) GetPayload

func (*CreateAwsSmSyncIntegrationOK) IsClientError

func (o *CreateAwsSmSyncIntegrationOK) IsClientError() bool

IsClientError returns true when this create aws sm sync integration o k response has a 4xx status code

func (*CreateAwsSmSyncIntegrationOK) IsCode

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

IsCode returns true when this create aws sm sync integration o k response a status code equal to that given

func (*CreateAwsSmSyncIntegrationOK) IsRedirect

func (o *CreateAwsSmSyncIntegrationOK) IsRedirect() bool

IsRedirect returns true when this create aws sm sync integration o k response has a 3xx status code

func (*CreateAwsSmSyncIntegrationOK) IsServerError

func (o *CreateAwsSmSyncIntegrationOK) IsServerError() bool

IsServerError returns true when this create aws sm sync integration o k response has a 5xx status code

func (*CreateAwsSmSyncIntegrationOK) IsSuccess

func (o *CreateAwsSmSyncIntegrationOK) IsSuccess() bool

IsSuccess returns true when this create aws sm sync integration o k response has a 2xx status code

func (*CreateAwsSmSyncIntegrationOK) String

type CreateAwsSmSyncIntegrationParams

type CreateAwsSmSyncIntegrationParams struct {

	// Body.
	Body CreateAwsSmSyncIntegrationBody

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

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

CreateAwsSmSyncIntegrationParams contains all the parameters to send to the API endpoint

for the create aws sm sync integration operation.

Typically these are written to a http.Request.

func NewCreateAwsSmSyncIntegrationParams

func NewCreateAwsSmSyncIntegrationParams() *CreateAwsSmSyncIntegrationParams

NewCreateAwsSmSyncIntegrationParams creates a new CreateAwsSmSyncIntegrationParams object, with the default timeout for this client.

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

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

func NewCreateAwsSmSyncIntegrationParamsWithContext

func NewCreateAwsSmSyncIntegrationParamsWithContext(ctx context.Context) *CreateAwsSmSyncIntegrationParams

NewCreateAwsSmSyncIntegrationParamsWithContext creates a new CreateAwsSmSyncIntegrationParams object with the ability to set a context for a request.

func NewCreateAwsSmSyncIntegrationParamsWithHTTPClient

func NewCreateAwsSmSyncIntegrationParamsWithHTTPClient(client *http.Client) *CreateAwsSmSyncIntegrationParams

NewCreateAwsSmSyncIntegrationParamsWithHTTPClient creates a new CreateAwsSmSyncIntegrationParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAwsSmSyncIntegrationParamsWithTimeout

func NewCreateAwsSmSyncIntegrationParamsWithTimeout(timeout time.Duration) *CreateAwsSmSyncIntegrationParams

NewCreateAwsSmSyncIntegrationParamsWithTimeout creates a new CreateAwsSmSyncIntegrationParams object with the ability to set a timeout on a request.

func (*CreateAwsSmSyncIntegrationParams) SetBody

SetBody adds the body to the create aws sm sync integration params

func (*CreateAwsSmSyncIntegrationParams) SetContext

SetContext adds the context to the create aws sm sync integration params

func (*CreateAwsSmSyncIntegrationParams) SetDefaults

func (o *CreateAwsSmSyncIntegrationParams) SetDefaults()

SetDefaults hydrates default values in the create aws sm sync integration params (not the query body).

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

func (*CreateAwsSmSyncIntegrationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create aws sm sync integration params

func (*CreateAwsSmSyncIntegrationParams) SetLocationOrganizationID

func (o *CreateAwsSmSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the create aws sm sync integration params

func (*CreateAwsSmSyncIntegrationParams) SetLocationProjectID

func (o *CreateAwsSmSyncIntegrationParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the create aws sm sync integration params

func (*CreateAwsSmSyncIntegrationParams) SetTimeout

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

SetTimeout adds the timeout to the create aws sm sync integration params

func (*CreateAwsSmSyncIntegrationParams) WithBody

WithBody adds the body to the create aws sm sync integration params

func (*CreateAwsSmSyncIntegrationParams) WithContext

WithContext adds the context to the create aws sm sync integration params

func (*CreateAwsSmSyncIntegrationParams) WithDefaults

WithDefaults hydrates default values in the create aws sm sync integration params (not the query body).

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

func (*CreateAwsSmSyncIntegrationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create aws sm sync integration params

func (*CreateAwsSmSyncIntegrationParams) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the create aws sm sync integration params

func (*CreateAwsSmSyncIntegrationParams) WithLocationProjectID

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

WithLocationProjectID adds the locationProjectID to the create aws sm sync integration params

func (*CreateAwsSmSyncIntegrationParams) WithTimeout

WithTimeout adds the timeout to the create aws sm sync integration params

func (*CreateAwsSmSyncIntegrationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateAwsSmSyncIntegrationParamsBodyLocation

type CreateAwsSmSyncIntegrationParamsBodyLocation struct {

	// region is the region that the resource is located in. It is
	// optional if the object being referenced is a global object.
	Region *models.LocationRegion `json:"region,omitempty"`
}

CreateAwsSmSyncIntegrationParamsBodyLocation Location represents a target for an operation in HCP. swagger:model CreateAwsSmSyncIntegrationParamsBodyLocation

func (*CreateAwsSmSyncIntegrationParamsBodyLocation) ContextValidate

ContextValidate validate this create aws sm sync integration params body location based on the context it is used

func (*CreateAwsSmSyncIntegrationParamsBodyLocation) MarshalBinary

MarshalBinary interface implementation

func (*CreateAwsSmSyncIntegrationParamsBodyLocation) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateAwsSmSyncIntegrationParamsBodyLocation) Validate

Validate validates this create aws sm sync integration params body location

type CreateAwsSmSyncIntegrationReader

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

CreateAwsSmSyncIntegrationReader is a Reader for the CreateAwsSmSyncIntegration structure.

func (*CreateAwsSmSyncIntegrationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateAzureKvSyncIntegrationBody added in v0.106.0

type CreateAzureKvSyncIntegrationBody struct {

	// azure kv connection details
	AzureKvConnectionDetails *models.Secrets20230613AzureKvConnectionDetailsRequest `json:"azure_kv_connection_details,omitempty"`

	// location
	Location *CreateAzureKvSyncIntegrationParamsBodyLocation `json:"location,omitempty"`

	// name
	Name string `json:"name,omitempty"`
}

CreateAzureKvSyncIntegrationBody create azure kv sync integration body swagger:model CreateAzureKvSyncIntegrationBody

func (*CreateAzureKvSyncIntegrationBody) ContextValidate added in v0.106.0

func (o *CreateAzureKvSyncIntegrationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this create azure kv sync integration body based on the context it is used

func (*CreateAzureKvSyncIntegrationBody) MarshalBinary added in v0.106.0

func (o *CreateAzureKvSyncIntegrationBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateAzureKvSyncIntegrationBody) UnmarshalBinary added in v0.106.0

func (o *CreateAzureKvSyncIntegrationBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateAzureKvSyncIntegrationBody) Validate added in v0.106.0

Validate validates this create azure kv sync integration body

type CreateAzureKvSyncIntegrationDefault added in v0.106.0

type CreateAzureKvSyncIntegrationDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewCreateAzureKvSyncIntegrationDefault added in v0.106.0

func NewCreateAzureKvSyncIntegrationDefault(code int) *CreateAzureKvSyncIntegrationDefault

NewCreateAzureKvSyncIntegrationDefault creates a CreateAzureKvSyncIntegrationDefault with default headers values

func (*CreateAzureKvSyncIntegrationDefault) Code added in v0.106.0

Code gets the status code for the create azure kv sync integration default response

func (*CreateAzureKvSyncIntegrationDefault) Error added in v0.106.0

func (*CreateAzureKvSyncIntegrationDefault) GetPayload added in v0.106.0

func (*CreateAzureKvSyncIntegrationDefault) IsClientError added in v0.106.0

func (o *CreateAzureKvSyncIntegrationDefault) IsClientError() bool

IsClientError returns true when this create azure kv sync integration default response has a 4xx status code

func (*CreateAzureKvSyncIntegrationDefault) IsCode added in v0.106.0

IsCode returns true when this create azure kv sync integration default response a status code equal to that given

func (*CreateAzureKvSyncIntegrationDefault) IsRedirect added in v0.106.0

func (o *CreateAzureKvSyncIntegrationDefault) IsRedirect() bool

IsRedirect returns true when this create azure kv sync integration default response has a 3xx status code

func (*CreateAzureKvSyncIntegrationDefault) IsServerError added in v0.106.0

func (o *CreateAzureKvSyncIntegrationDefault) IsServerError() bool

IsServerError returns true when this create azure kv sync integration default response has a 5xx status code

func (*CreateAzureKvSyncIntegrationDefault) IsSuccess added in v0.106.0

IsSuccess returns true when this create azure kv sync integration default response has a 2xx status code

func (*CreateAzureKvSyncIntegrationDefault) String added in v0.106.0

type CreateAzureKvSyncIntegrationOK added in v0.106.0

type CreateAzureKvSyncIntegrationOK struct {
	Payload *models.Secrets20230613CreateSyncIntegrationResponse
}

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

A successful response.

func NewCreateAzureKvSyncIntegrationOK added in v0.106.0

func NewCreateAzureKvSyncIntegrationOK() *CreateAzureKvSyncIntegrationOK

NewCreateAzureKvSyncIntegrationOK creates a CreateAzureKvSyncIntegrationOK with default headers values

func (*CreateAzureKvSyncIntegrationOK) Code added in v0.106.0

Code gets the status code for the create azure kv sync integration o k response

func (*CreateAzureKvSyncIntegrationOK) Error added in v0.106.0

func (*CreateAzureKvSyncIntegrationOK) GetPayload added in v0.106.0

func (*CreateAzureKvSyncIntegrationOK) IsClientError added in v0.106.0

func (o *CreateAzureKvSyncIntegrationOK) IsClientError() bool

IsClientError returns true when this create azure kv sync integration o k response has a 4xx status code

func (*CreateAzureKvSyncIntegrationOK) IsCode added in v0.106.0

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

IsCode returns true when this create azure kv sync integration o k response a status code equal to that given

func (*CreateAzureKvSyncIntegrationOK) IsRedirect added in v0.106.0

func (o *CreateAzureKvSyncIntegrationOK) IsRedirect() bool

IsRedirect returns true when this create azure kv sync integration o k response has a 3xx status code

func (*CreateAzureKvSyncIntegrationOK) IsServerError added in v0.106.0

func (o *CreateAzureKvSyncIntegrationOK) IsServerError() bool

IsServerError returns true when this create azure kv sync integration o k response has a 5xx status code

func (*CreateAzureKvSyncIntegrationOK) IsSuccess added in v0.106.0

func (o *CreateAzureKvSyncIntegrationOK) IsSuccess() bool

IsSuccess returns true when this create azure kv sync integration o k response has a 2xx status code

func (*CreateAzureKvSyncIntegrationOK) String added in v0.106.0

type CreateAzureKvSyncIntegrationParams added in v0.106.0

type CreateAzureKvSyncIntegrationParams struct {

	// Body.
	Body CreateAzureKvSyncIntegrationBody

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

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

CreateAzureKvSyncIntegrationParams contains all the parameters to send to the API endpoint

for the create azure kv sync integration operation.

Typically these are written to a http.Request.

func NewCreateAzureKvSyncIntegrationParams added in v0.106.0

func NewCreateAzureKvSyncIntegrationParams() *CreateAzureKvSyncIntegrationParams

NewCreateAzureKvSyncIntegrationParams creates a new CreateAzureKvSyncIntegrationParams object, with the default timeout for this client.

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

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

func NewCreateAzureKvSyncIntegrationParamsWithContext added in v0.106.0

func NewCreateAzureKvSyncIntegrationParamsWithContext(ctx context.Context) *CreateAzureKvSyncIntegrationParams

NewCreateAzureKvSyncIntegrationParamsWithContext creates a new CreateAzureKvSyncIntegrationParams object with the ability to set a context for a request.

func NewCreateAzureKvSyncIntegrationParamsWithHTTPClient added in v0.106.0

func NewCreateAzureKvSyncIntegrationParamsWithHTTPClient(client *http.Client) *CreateAzureKvSyncIntegrationParams

NewCreateAzureKvSyncIntegrationParamsWithHTTPClient creates a new CreateAzureKvSyncIntegrationParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAzureKvSyncIntegrationParamsWithTimeout added in v0.106.0

func NewCreateAzureKvSyncIntegrationParamsWithTimeout(timeout time.Duration) *CreateAzureKvSyncIntegrationParams

NewCreateAzureKvSyncIntegrationParamsWithTimeout creates a new CreateAzureKvSyncIntegrationParams object with the ability to set a timeout on a request.

func (*CreateAzureKvSyncIntegrationParams) SetBody added in v0.106.0

SetBody adds the body to the create azure kv sync integration params

func (*CreateAzureKvSyncIntegrationParams) SetContext added in v0.106.0

SetContext adds the context to the create azure kv sync integration params

func (*CreateAzureKvSyncIntegrationParams) SetDefaults added in v0.106.0

func (o *CreateAzureKvSyncIntegrationParams) SetDefaults()

SetDefaults hydrates default values in the create azure kv sync integration params (not the query body).

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

func (*CreateAzureKvSyncIntegrationParams) SetHTTPClient added in v0.106.0

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

SetHTTPClient adds the HTTPClient to the create azure kv sync integration params

func (*CreateAzureKvSyncIntegrationParams) SetLocationOrganizationID added in v0.106.0

func (o *CreateAzureKvSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the create azure kv sync integration params

func (*CreateAzureKvSyncIntegrationParams) SetLocationProjectID added in v0.106.0

func (o *CreateAzureKvSyncIntegrationParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the create azure kv sync integration params

func (*CreateAzureKvSyncIntegrationParams) SetTimeout added in v0.106.0

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

SetTimeout adds the timeout to the create azure kv sync integration params

func (*CreateAzureKvSyncIntegrationParams) WithBody added in v0.106.0

WithBody adds the body to the create azure kv sync integration params

func (*CreateAzureKvSyncIntegrationParams) WithContext added in v0.106.0

WithContext adds the context to the create azure kv sync integration params

func (*CreateAzureKvSyncIntegrationParams) WithDefaults added in v0.106.0

WithDefaults hydrates default values in the create azure kv sync integration params (not the query body).

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

func (*CreateAzureKvSyncIntegrationParams) WithHTTPClient added in v0.106.0

WithHTTPClient adds the HTTPClient to the create azure kv sync integration params

func (*CreateAzureKvSyncIntegrationParams) WithLocationOrganizationID added in v0.106.0

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

WithLocationOrganizationID adds the locationOrganizationID to the create azure kv sync integration params

func (*CreateAzureKvSyncIntegrationParams) WithLocationProjectID added in v0.106.0

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

WithLocationProjectID adds the locationProjectID to the create azure kv sync integration params

func (*CreateAzureKvSyncIntegrationParams) WithTimeout added in v0.106.0

WithTimeout adds the timeout to the create azure kv sync integration params

func (*CreateAzureKvSyncIntegrationParams) WriteToRequest added in v0.106.0

WriteToRequest writes these params to a swagger request

type CreateAzureKvSyncIntegrationParamsBodyLocation added in v0.106.0

type CreateAzureKvSyncIntegrationParamsBodyLocation struct {

	// region is the region that the resource is located in. It is
	// optional if the object being referenced is a global object.
	Region *models.LocationRegion `json:"region,omitempty"`
}

CreateAzureKvSyncIntegrationParamsBodyLocation Location represents a target for an operation in HCP. swagger:model CreateAzureKvSyncIntegrationParamsBodyLocation

func (*CreateAzureKvSyncIntegrationParamsBodyLocation) ContextValidate added in v0.106.0

ContextValidate validate this create azure kv sync integration params body location based on the context it is used

func (*CreateAzureKvSyncIntegrationParamsBodyLocation) MarshalBinary added in v0.106.0

MarshalBinary interface implementation

func (*CreateAzureKvSyncIntegrationParamsBodyLocation) UnmarshalBinary added in v0.106.0

UnmarshalBinary interface implementation

func (*CreateAzureKvSyncIntegrationParamsBodyLocation) Validate added in v0.106.0

Validate validates this create azure kv sync integration params body location

type CreateAzureKvSyncIntegrationReader added in v0.106.0

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

CreateAzureKvSyncIntegrationReader is a Reader for the CreateAzureKvSyncIntegration structure.

func (*CreateAzureKvSyncIntegrationReader) ReadResponse added in v0.106.0

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

ReadResponse reads a server response into the received o.

type CreateGcpSmSyncIntegrationBody added in v0.106.0

type CreateGcpSmSyncIntegrationBody struct {

	// gcp sm connection details
	GcpSmConnectionDetails *models.Secrets20230613GcpSmConnectionDetailsRequest `json:"gcp_sm_connection_details,omitempty"`

	// location
	Location *CreateGcpSmSyncIntegrationParamsBodyLocation `json:"location,omitempty"`

	// name
	Name string `json:"name,omitempty"`
}

CreateGcpSmSyncIntegrationBody create gcp sm sync integration body swagger:model CreateGcpSmSyncIntegrationBody

func (*CreateGcpSmSyncIntegrationBody) ContextValidate added in v0.106.0

func (o *CreateGcpSmSyncIntegrationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this create gcp sm sync integration body based on the context it is used

func (*CreateGcpSmSyncIntegrationBody) MarshalBinary added in v0.106.0

func (o *CreateGcpSmSyncIntegrationBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateGcpSmSyncIntegrationBody) UnmarshalBinary added in v0.106.0

func (o *CreateGcpSmSyncIntegrationBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateGcpSmSyncIntegrationBody) Validate added in v0.106.0

func (o *CreateGcpSmSyncIntegrationBody) Validate(formats strfmt.Registry) error

Validate validates this create gcp sm sync integration body

type CreateGcpSmSyncIntegrationDefault added in v0.106.0

type CreateGcpSmSyncIntegrationDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewCreateGcpSmSyncIntegrationDefault added in v0.106.0

func NewCreateGcpSmSyncIntegrationDefault(code int) *CreateGcpSmSyncIntegrationDefault

NewCreateGcpSmSyncIntegrationDefault creates a CreateGcpSmSyncIntegrationDefault with default headers values

func (*CreateGcpSmSyncIntegrationDefault) Code added in v0.106.0

Code gets the status code for the create gcp sm sync integration default response

func (*CreateGcpSmSyncIntegrationDefault) Error added in v0.106.0

func (*CreateGcpSmSyncIntegrationDefault) GetPayload added in v0.106.0

func (*CreateGcpSmSyncIntegrationDefault) IsClientError added in v0.106.0

func (o *CreateGcpSmSyncIntegrationDefault) IsClientError() bool

IsClientError returns true when this create gcp sm sync integration default response has a 4xx status code

func (*CreateGcpSmSyncIntegrationDefault) IsCode added in v0.106.0

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

IsCode returns true when this create gcp sm sync integration default response a status code equal to that given

func (*CreateGcpSmSyncIntegrationDefault) IsRedirect added in v0.106.0

func (o *CreateGcpSmSyncIntegrationDefault) IsRedirect() bool

IsRedirect returns true when this create gcp sm sync integration default response has a 3xx status code

func (*CreateGcpSmSyncIntegrationDefault) IsServerError added in v0.106.0

func (o *CreateGcpSmSyncIntegrationDefault) IsServerError() bool

IsServerError returns true when this create gcp sm sync integration default response has a 5xx status code

func (*CreateGcpSmSyncIntegrationDefault) IsSuccess added in v0.106.0

func (o *CreateGcpSmSyncIntegrationDefault) IsSuccess() bool

IsSuccess returns true when this create gcp sm sync integration default response has a 2xx status code

func (*CreateGcpSmSyncIntegrationDefault) String added in v0.106.0

type CreateGcpSmSyncIntegrationOK added in v0.106.0

type CreateGcpSmSyncIntegrationOK struct {
	Payload *models.Secrets20230613CreateSyncIntegrationResponse
}

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

A successful response.

func NewCreateGcpSmSyncIntegrationOK added in v0.106.0

func NewCreateGcpSmSyncIntegrationOK() *CreateGcpSmSyncIntegrationOK

NewCreateGcpSmSyncIntegrationOK creates a CreateGcpSmSyncIntegrationOK with default headers values

func (*CreateGcpSmSyncIntegrationOK) Code added in v0.106.0

Code gets the status code for the create gcp sm sync integration o k response

func (*CreateGcpSmSyncIntegrationOK) Error added in v0.106.0

func (*CreateGcpSmSyncIntegrationOK) GetPayload added in v0.106.0

func (*CreateGcpSmSyncIntegrationOK) IsClientError added in v0.106.0

func (o *CreateGcpSmSyncIntegrationOK) IsClientError() bool

IsClientError returns true when this create gcp sm sync integration o k response has a 4xx status code

func (*CreateGcpSmSyncIntegrationOK) IsCode added in v0.106.0

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

IsCode returns true when this create gcp sm sync integration o k response a status code equal to that given

func (*CreateGcpSmSyncIntegrationOK) IsRedirect added in v0.106.0

func (o *CreateGcpSmSyncIntegrationOK) IsRedirect() bool

IsRedirect returns true when this create gcp sm sync integration o k response has a 3xx status code

func (*CreateGcpSmSyncIntegrationOK) IsServerError added in v0.106.0

func (o *CreateGcpSmSyncIntegrationOK) IsServerError() bool

IsServerError returns true when this create gcp sm sync integration o k response has a 5xx status code

func (*CreateGcpSmSyncIntegrationOK) IsSuccess added in v0.106.0

func (o *CreateGcpSmSyncIntegrationOK) IsSuccess() bool

IsSuccess returns true when this create gcp sm sync integration o k response has a 2xx status code

func (*CreateGcpSmSyncIntegrationOK) String added in v0.106.0

type CreateGcpSmSyncIntegrationParams added in v0.106.0

type CreateGcpSmSyncIntegrationParams struct {

	// Body.
	Body CreateGcpSmSyncIntegrationBody

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

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

CreateGcpSmSyncIntegrationParams contains all the parameters to send to the API endpoint

for the create gcp sm sync integration operation.

Typically these are written to a http.Request.

func NewCreateGcpSmSyncIntegrationParams added in v0.106.0

func NewCreateGcpSmSyncIntegrationParams() *CreateGcpSmSyncIntegrationParams

NewCreateGcpSmSyncIntegrationParams creates a new CreateGcpSmSyncIntegrationParams object, with the default timeout for this client.

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

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

func NewCreateGcpSmSyncIntegrationParamsWithContext added in v0.106.0

func NewCreateGcpSmSyncIntegrationParamsWithContext(ctx context.Context) *CreateGcpSmSyncIntegrationParams

NewCreateGcpSmSyncIntegrationParamsWithContext creates a new CreateGcpSmSyncIntegrationParams object with the ability to set a context for a request.

func NewCreateGcpSmSyncIntegrationParamsWithHTTPClient added in v0.106.0

func NewCreateGcpSmSyncIntegrationParamsWithHTTPClient(client *http.Client) *CreateGcpSmSyncIntegrationParams

NewCreateGcpSmSyncIntegrationParamsWithHTTPClient creates a new CreateGcpSmSyncIntegrationParams object with the ability to set a custom HTTPClient for a request.

func NewCreateGcpSmSyncIntegrationParamsWithTimeout added in v0.106.0

func NewCreateGcpSmSyncIntegrationParamsWithTimeout(timeout time.Duration) *CreateGcpSmSyncIntegrationParams

NewCreateGcpSmSyncIntegrationParamsWithTimeout creates a new CreateGcpSmSyncIntegrationParams object with the ability to set a timeout on a request.

func (*CreateGcpSmSyncIntegrationParams) SetBody added in v0.106.0

SetBody adds the body to the create gcp sm sync integration params

func (*CreateGcpSmSyncIntegrationParams) SetContext added in v0.106.0

SetContext adds the context to the create gcp sm sync integration params

func (*CreateGcpSmSyncIntegrationParams) SetDefaults added in v0.106.0

func (o *CreateGcpSmSyncIntegrationParams) SetDefaults()

SetDefaults hydrates default values in the create gcp sm sync integration params (not the query body).

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

func (*CreateGcpSmSyncIntegrationParams) SetHTTPClient added in v0.106.0

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

SetHTTPClient adds the HTTPClient to the create gcp sm sync integration params

func (*CreateGcpSmSyncIntegrationParams) SetLocationOrganizationID added in v0.106.0

func (o *CreateGcpSmSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the create gcp sm sync integration params

func (*CreateGcpSmSyncIntegrationParams) SetLocationProjectID added in v0.106.0

func (o *CreateGcpSmSyncIntegrationParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the create gcp sm sync integration params

func (*CreateGcpSmSyncIntegrationParams) SetTimeout added in v0.106.0

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

SetTimeout adds the timeout to the create gcp sm sync integration params

func (*CreateGcpSmSyncIntegrationParams) WithBody added in v0.106.0

WithBody adds the body to the create gcp sm sync integration params

func (*CreateGcpSmSyncIntegrationParams) WithContext added in v0.106.0

WithContext adds the context to the create gcp sm sync integration params

func (*CreateGcpSmSyncIntegrationParams) WithDefaults added in v0.106.0

WithDefaults hydrates default values in the create gcp sm sync integration params (not the query body).

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

func (*CreateGcpSmSyncIntegrationParams) WithHTTPClient added in v0.106.0

WithHTTPClient adds the HTTPClient to the create gcp sm sync integration params

func (*CreateGcpSmSyncIntegrationParams) WithLocationOrganizationID added in v0.106.0

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

WithLocationOrganizationID adds the locationOrganizationID to the create gcp sm sync integration params

func (*CreateGcpSmSyncIntegrationParams) WithLocationProjectID added in v0.106.0

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

WithLocationProjectID adds the locationProjectID to the create gcp sm sync integration params

func (*CreateGcpSmSyncIntegrationParams) WithTimeout added in v0.106.0

WithTimeout adds the timeout to the create gcp sm sync integration params

func (*CreateGcpSmSyncIntegrationParams) WriteToRequest added in v0.106.0

WriteToRequest writes these params to a swagger request

type CreateGcpSmSyncIntegrationParamsBodyLocation added in v0.106.0

type CreateGcpSmSyncIntegrationParamsBodyLocation struct {

	// region is the region that the resource is located in. It is
	// optional if the object being referenced is a global object.
	Region *models.LocationRegion `json:"region,omitempty"`
}

CreateGcpSmSyncIntegrationParamsBodyLocation Location represents a target for an operation in HCP. swagger:model CreateGcpSmSyncIntegrationParamsBodyLocation

func (*CreateGcpSmSyncIntegrationParamsBodyLocation) ContextValidate added in v0.106.0

ContextValidate validate this create gcp sm sync integration params body location based on the context it is used

func (*CreateGcpSmSyncIntegrationParamsBodyLocation) MarshalBinary added in v0.106.0

MarshalBinary interface implementation

func (*CreateGcpSmSyncIntegrationParamsBodyLocation) UnmarshalBinary added in v0.106.0

UnmarshalBinary interface implementation

func (*CreateGcpSmSyncIntegrationParamsBodyLocation) Validate added in v0.106.0

Validate validates this create gcp sm sync integration params body location

type CreateGcpSmSyncIntegrationReader added in v0.106.0

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

CreateGcpSmSyncIntegrationReader is a Reader for the CreateGcpSmSyncIntegration structure.

func (*CreateGcpSmSyncIntegrationReader) ReadResponse added in v0.106.0

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

ReadResponse reads a server response into the received o.

type CreateGhOrgSyncIntegrationBody added in v0.106.0

type CreateGhOrgSyncIntegrationBody struct {

	// gh org connection details
	GhOrgConnectionDetails *models.Secrets20230613GhOrgConnectionDetailsRequest `json:"gh_org_connection_details,omitempty"`

	// location
	Location *CreateGhOrgSyncIntegrationParamsBodyLocation `json:"location,omitempty"`

	// name
	Name string `json:"name,omitempty"`
}

CreateGhOrgSyncIntegrationBody create gh org sync integration body swagger:model CreateGhOrgSyncIntegrationBody

func (*CreateGhOrgSyncIntegrationBody) ContextValidate added in v0.106.0

func (o *CreateGhOrgSyncIntegrationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this create gh org sync integration body based on the context it is used

func (*CreateGhOrgSyncIntegrationBody) MarshalBinary added in v0.106.0

func (o *CreateGhOrgSyncIntegrationBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateGhOrgSyncIntegrationBody) UnmarshalBinary added in v0.106.0

func (o *CreateGhOrgSyncIntegrationBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateGhOrgSyncIntegrationBody) Validate added in v0.106.0

func (o *CreateGhOrgSyncIntegrationBody) Validate(formats strfmt.Registry) error

Validate validates this create gh org sync integration body

type CreateGhOrgSyncIntegrationDefault added in v0.106.0

type CreateGhOrgSyncIntegrationDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewCreateGhOrgSyncIntegrationDefault added in v0.106.0

func NewCreateGhOrgSyncIntegrationDefault(code int) *CreateGhOrgSyncIntegrationDefault

NewCreateGhOrgSyncIntegrationDefault creates a CreateGhOrgSyncIntegrationDefault with default headers values

func (*CreateGhOrgSyncIntegrationDefault) Code added in v0.106.0

Code gets the status code for the create gh org sync integration default response

func (*CreateGhOrgSyncIntegrationDefault) Error added in v0.106.0

func (*CreateGhOrgSyncIntegrationDefault) GetPayload added in v0.106.0

func (*CreateGhOrgSyncIntegrationDefault) IsClientError added in v0.106.0

func (o *CreateGhOrgSyncIntegrationDefault) IsClientError() bool

IsClientError returns true when this create gh org sync integration default response has a 4xx status code

func (*CreateGhOrgSyncIntegrationDefault) IsCode added in v0.106.0

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

IsCode returns true when this create gh org sync integration default response a status code equal to that given

func (*CreateGhOrgSyncIntegrationDefault) IsRedirect added in v0.106.0

func (o *CreateGhOrgSyncIntegrationDefault) IsRedirect() bool

IsRedirect returns true when this create gh org sync integration default response has a 3xx status code

func (*CreateGhOrgSyncIntegrationDefault) IsServerError added in v0.106.0

func (o *CreateGhOrgSyncIntegrationDefault) IsServerError() bool

IsServerError returns true when this create gh org sync integration default response has a 5xx status code

func (*CreateGhOrgSyncIntegrationDefault) IsSuccess added in v0.106.0

func (o *CreateGhOrgSyncIntegrationDefault) IsSuccess() bool

IsSuccess returns true when this create gh org sync integration default response has a 2xx status code

func (*CreateGhOrgSyncIntegrationDefault) String added in v0.106.0

type CreateGhOrgSyncIntegrationOK added in v0.106.0

type CreateGhOrgSyncIntegrationOK struct {
	Payload *models.Secrets20230613CreateSyncIntegrationResponse
}

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

A successful response.

func NewCreateGhOrgSyncIntegrationOK added in v0.106.0

func NewCreateGhOrgSyncIntegrationOK() *CreateGhOrgSyncIntegrationOK

NewCreateGhOrgSyncIntegrationOK creates a CreateGhOrgSyncIntegrationOK with default headers values

func (*CreateGhOrgSyncIntegrationOK) Code added in v0.106.0

Code gets the status code for the create gh org sync integration o k response

func (*CreateGhOrgSyncIntegrationOK) Error added in v0.106.0

func (*CreateGhOrgSyncIntegrationOK) GetPayload added in v0.106.0

func (*CreateGhOrgSyncIntegrationOK) IsClientError added in v0.106.0

func (o *CreateGhOrgSyncIntegrationOK) IsClientError() bool

IsClientError returns true when this create gh org sync integration o k response has a 4xx status code

func (*CreateGhOrgSyncIntegrationOK) IsCode added in v0.106.0

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

IsCode returns true when this create gh org sync integration o k response a status code equal to that given

func (*CreateGhOrgSyncIntegrationOK) IsRedirect added in v0.106.0

func (o *CreateGhOrgSyncIntegrationOK) IsRedirect() bool

IsRedirect returns true when this create gh org sync integration o k response has a 3xx status code

func (*CreateGhOrgSyncIntegrationOK) IsServerError added in v0.106.0

func (o *CreateGhOrgSyncIntegrationOK) IsServerError() bool

IsServerError returns true when this create gh org sync integration o k response has a 5xx status code

func (*CreateGhOrgSyncIntegrationOK) IsSuccess added in v0.106.0

func (o *CreateGhOrgSyncIntegrationOK) IsSuccess() bool

IsSuccess returns true when this create gh org sync integration o k response has a 2xx status code

func (*CreateGhOrgSyncIntegrationOK) String added in v0.106.0

type CreateGhOrgSyncIntegrationParams added in v0.106.0

type CreateGhOrgSyncIntegrationParams struct {

	// Body.
	Body CreateGhOrgSyncIntegrationBody

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

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

CreateGhOrgSyncIntegrationParams contains all the parameters to send to the API endpoint

for the create gh org sync integration operation.

Typically these are written to a http.Request.

func NewCreateGhOrgSyncIntegrationParams added in v0.106.0

func NewCreateGhOrgSyncIntegrationParams() *CreateGhOrgSyncIntegrationParams

NewCreateGhOrgSyncIntegrationParams creates a new CreateGhOrgSyncIntegrationParams object, with the default timeout for this client.

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

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

func NewCreateGhOrgSyncIntegrationParamsWithContext added in v0.106.0

func NewCreateGhOrgSyncIntegrationParamsWithContext(ctx context.Context) *CreateGhOrgSyncIntegrationParams

NewCreateGhOrgSyncIntegrationParamsWithContext creates a new CreateGhOrgSyncIntegrationParams object with the ability to set a context for a request.

func NewCreateGhOrgSyncIntegrationParamsWithHTTPClient added in v0.106.0

func NewCreateGhOrgSyncIntegrationParamsWithHTTPClient(client *http.Client) *CreateGhOrgSyncIntegrationParams

NewCreateGhOrgSyncIntegrationParamsWithHTTPClient creates a new CreateGhOrgSyncIntegrationParams object with the ability to set a custom HTTPClient for a request.

func NewCreateGhOrgSyncIntegrationParamsWithTimeout added in v0.106.0

func NewCreateGhOrgSyncIntegrationParamsWithTimeout(timeout time.Duration) *CreateGhOrgSyncIntegrationParams

NewCreateGhOrgSyncIntegrationParamsWithTimeout creates a new CreateGhOrgSyncIntegrationParams object with the ability to set a timeout on a request.

func (*CreateGhOrgSyncIntegrationParams) SetBody added in v0.106.0

SetBody adds the body to the create gh org sync integration params

func (*CreateGhOrgSyncIntegrationParams) SetContext added in v0.106.0

SetContext adds the context to the create gh org sync integration params

func (*CreateGhOrgSyncIntegrationParams) SetDefaults added in v0.106.0

func (o *CreateGhOrgSyncIntegrationParams) SetDefaults()

SetDefaults hydrates default values in the create gh org sync integration params (not the query body).

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

func (*CreateGhOrgSyncIntegrationParams) SetHTTPClient added in v0.106.0

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

SetHTTPClient adds the HTTPClient to the create gh org sync integration params

func (*CreateGhOrgSyncIntegrationParams) SetLocationOrganizationID added in v0.106.0

func (o *CreateGhOrgSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the create gh org sync integration params

func (*CreateGhOrgSyncIntegrationParams) SetLocationProjectID added in v0.106.0

func (o *CreateGhOrgSyncIntegrationParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the create gh org sync integration params

func (*CreateGhOrgSyncIntegrationParams) SetTimeout added in v0.106.0

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

SetTimeout adds the timeout to the create gh org sync integration params

func (*CreateGhOrgSyncIntegrationParams) WithBody added in v0.106.0

WithBody adds the body to the create gh org sync integration params

func (*CreateGhOrgSyncIntegrationParams) WithContext added in v0.106.0

WithContext adds the context to the create gh org sync integration params

func (*CreateGhOrgSyncIntegrationParams) WithDefaults added in v0.106.0

WithDefaults hydrates default values in the create gh org sync integration params (not the query body).

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

func (*CreateGhOrgSyncIntegrationParams) WithHTTPClient added in v0.106.0

WithHTTPClient adds the HTTPClient to the create gh org sync integration params

func (*CreateGhOrgSyncIntegrationParams) WithLocationOrganizationID added in v0.106.0

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

WithLocationOrganizationID adds the locationOrganizationID to the create gh org sync integration params

func (*CreateGhOrgSyncIntegrationParams) WithLocationProjectID added in v0.106.0

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

WithLocationProjectID adds the locationProjectID to the create gh org sync integration params

func (*CreateGhOrgSyncIntegrationParams) WithTimeout added in v0.106.0

WithTimeout adds the timeout to the create gh org sync integration params

func (*CreateGhOrgSyncIntegrationParams) WriteToRequest added in v0.106.0

WriteToRequest writes these params to a swagger request

type CreateGhOrgSyncIntegrationParamsBodyLocation added in v0.106.0

type CreateGhOrgSyncIntegrationParamsBodyLocation struct {

	// region is the region that the resource is located in. It is
	// optional if the object being referenced is a global object.
	Region *models.LocationRegion `json:"region,omitempty"`
}

CreateGhOrgSyncIntegrationParamsBodyLocation Location represents a target for an operation in HCP. swagger:model CreateGhOrgSyncIntegrationParamsBodyLocation

func (*CreateGhOrgSyncIntegrationParamsBodyLocation) ContextValidate added in v0.106.0

ContextValidate validate this create gh org sync integration params body location based on the context it is used

func (*CreateGhOrgSyncIntegrationParamsBodyLocation) MarshalBinary added in v0.106.0

MarshalBinary interface implementation

func (*CreateGhOrgSyncIntegrationParamsBodyLocation) UnmarshalBinary added in v0.106.0

UnmarshalBinary interface implementation

func (*CreateGhOrgSyncIntegrationParamsBodyLocation) Validate added in v0.106.0

Validate validates this create gh org sync integration params body location

type CreateGhOrgSyncIntegrationReader added in v0.106.0

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

CreateGhOrgSyncIntegrationReader is a Reader for the CreateGhOrgSyncIntegration structure.

func (*CreateGhOrgSyncIntegrationReader) ReadResponse added in v0.106.0

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

ReadResponse reads a server response into the received o.

type CreateGhRepoSyncIntegrationBody

type CreateGhRepoSyncIntegrationBody struct {

	// gh repo connection details
	GhRepoConnectionDetails *models.Secrets20230613GhRepoConnectionDetailsRequest `json:"gh_repo_connection_details,omitempty"`

	// location
	Location *CreateGhRepoSyncIntegrationParamsBodyLocation `json:"location,omitempty"`

	// name
	Name string `json:"name,omitempty"`
}

CreateGhRepoSyncIntegrationBody create gh repo sync integration body swagger:model CreateGhRepoSyncIntegrationBody

func (*CreateGhRepoSyncIntegrationBody) ContextValidate

func (o *CreateGhRepoSyncIntegrationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this create gh repo sync integration body based on the context it is used

func (*CreateGhRepoSyncIntegrationBody) MarshalBinary

func (o *CreateGhRepoSyncIntegrationBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateGhRepoSyncIntegrationBody) UnmarshalBinary

func (o *CreateGhRepoSyncIntegrationBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateGhRepoSyncIntegrationBody) Validate

Validate validates this create gh repo sync integration body

type CreateGhRepoSyncIntegrationDefault

type CreateGhRepoSyncIntegrationDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewCreateGhRepoSyncIntegrationDefault

func NewCreateGhRepoSyncIntegrationDefault(code int) *CreateGhRepoSyncIntegrationDefault

NewCreateGhRepoSyncIntegrationDefault creates a CreateGhRepoSyncIntegrationDefault with default headers values

func (*CreateGhRepoSyncIntegrationDefault) Code

Code gets the status code for the create gh repo sync integration default response

func (*CreateGhRepoSyncIntegrationDefault) Error

func (*CreateGhRepoSyncIntegrationDefault) GetPayload

func (*CreateGhRepoSyncIntegrationDefault) IsClientError

func (o *CreateGhRepoSyncIntegrationDefault) IsClientError() bool

IsClientError returns true when this create gh repo sync integration default response has a 4xx status code

func (*CreateGhRepoSyncIntegrationDefault) IsCode

IsCode returns true when this create gh repo sync integration default response a status code equal to that given

func (*CreateGhRepoSyncIntegrationDefault) IsRedirect

func (o *CreateGhRepoSyncIntegrationDefault) IsRedirect() bool

IsRedirect returns true when this create gh repo sync integration default response has a 3xx status code

func (*CreateGhRepoSyncIntegrationDefault) IsServerError

func (o *CreateGhRepoSyncIntegrationDefault) IsServerError() bool

IsServerError returns true when this create gh repo sync integration default response has a 5xx status code

func (*CreateGhRepoSyncIntegrationDefault) IsSuccess

IsSuccess returns true when this create gh repo sync integration default response has a 2xx status code

func (*CreateGhRepoSyncIntegrationDefault) String

type CreateGhRepoSyncIntegrationOK

type CreateGhRepoSyncIntegrationOK struct {
	Payload *models.Secrets20230613CreateSyncIntegrationResponse
}

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

A successful response.

func NewCreateGhRepoSyncIntegrationOK

func NewCreateGhRepoSyncIntegrationOK() *CreateGhRepoSyncIntegrationOK

NewCreateGhRepoSyncIntegrationOK creates a CreateGhRepoSyncIntegrationOK with default headers values

func (*CreateGhRepoSyncIntegrationOK) Code added in v0.87.0

Code gets the status code for the create gh repo sync integration o k response

func (*CreateGhRepoSyncIntegrationOK) Error

func (*CreateGhRepoSyncIntegrationOK) GetPayload

func (*CreateGhRepoSyncIntegrationOK) IsClientError

func (o *CreateGhRepoSyncIntegrationOK) IsClientError() bool

IsClientError returns true when this create gh repo sync integration o k response has a 4xx status code

func (*CreateGhRepoSyncIntegrationOK) IsCode

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

IsCode returns true when this create gh repo sync integration o k response a status code equal to that given

func (*CreateGhRepoSyncIntegrationOK) IsRedirect

func (o *CreateGhRepoSyncIntegrationOK) IsRedirect() bool

IsRedirect returns true when this create gh repo sync integration o k response has a 3xx status code

func (*CreateGhRepoSyncIntegrationOK) IsServerError

func (o *CreateGhRepoSyncIntegrationOK) IsServerError() bool

IsServerError returns true when this create gh repo sync integration o k response has a 5xx status code

func (*CreateGhRepoSyncIntegrationOK) IsSuccess

func (o *CreateGhRepoSyncIntegrationOK) IsSuccess() bool

IsSuccess returns true when this create gh repo sync integration o k response has a 2xx status code

func (*CreateGhRepoSyncIntegrationOK) String

type CreateGhRepoSyncIntegrationParams

type CreateGhRepoSyncIntegrationParams struct {

	// Body.
	Body CreateGhRepoSyncIntegrationBody

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

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

CreateGhRepoSyncIntegrationParams contains all the parameters to send to the API endpoint

for the create gh repo sync integration operation.

Typically these are written to a http.Request.

func NewCreateGhRepoSyncIntegrationParams

func NewCreateGhRepoSyncIntegrationParams() *CreateGhRepoSyncIntegrationParams

NewCreateGhRepoSyncIntegrationParams creates a new CreateGhRepoSyncIntegrationParams object, with the default timeout for this client.

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

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

func NewCreateGhRepoSyncIntegrationParamsWithContext

func NewCreateGhRepoSyncIntegrationParamsWithContext(ctx context.Context) *CreateGhRepoSyncIntegrationParams

NewCreateGhRepoSyncIntegrationParamsWithContext creates a new CreateGhRepoSyncIntegrationParams object with the ability to set a context for a request.

func NewCreateGhRepoSyncIntegrationParamsWithHTTPClient

func NewCreateGhRepoSyncIntegrationParamsWithHTTPClient(client *http.Client) *CreateGhRepoSyncIntegrationParams

NewCreateGhRepoSyncIntegrationParamsWithHTTPClient creates a new CreateGhRepoSyncIntegrationParams object with the ability to set a custom HTTPClient for a request.

func NewCreateGhRepoSyncIntegrationParamsWithTimeout

func NewCreateGhRepoSyncIntegrationParamsWithTimeout(timeout time.Duration) *CreateGhRepoSyncIntegrationParams

NewCreateGhRepoSyncIntegrationParamsWithTimeout creates a new CreateGhRepoSyncIntegrationParams object with the ability to set a timeout on a request.

func (*CreateGhRepoSyncIntegrationParams) SetBody

SetBody adds the body to the create gh repo sync integration params

func (*CreateGhRepoSyncIntegrationParams) SetContext

SetContext adds the context to the create gh repo sync integration params

func (*CreateGhRepoSyncIntegrationParams) SetDefaults

func (o *CreateGhRepoSyncIntegrationParams) SetDefaults()

SetDefaults hydrates default values in the create gh repo sync integration params (not the query body).

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

func (*CreateGhRepoSyncIntegrationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create gh repo sync integration params

func (*CreateGhRepoSyncIntegrationParams) SetLocationOrganizationID

func (o *CreateGhRepoSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the create gh repo sync integration params

func (*CreateGhRepoSyncIntegrationParams) SetLocationProjectID

func (o *CreateGhRepoSyncIntegrationParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the create gh repo sync integration params

func (*CreateGhRepoSyncIntegrationParams) SetTimeout

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

SetTimeout adds the timeout to the create gh repo sync integration params

func (*CreateGhRepoSyncIntegrationParams) WithBody

WithBody adds the body to the create gh repo sync integration params

func (*CreateGhRepoSyncIntegrationParams) WithContext

WithContext adds the context to the create gh repo sync integration params

func (*CreateGhRepoSyncIntegrationParams) WithDefaults

WithDefaults hydrates default values in the create gh repo sync integration params (not the query body).

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

func (*CreateGhRepoSyncIntegrationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create gh repo sync integration params

func (*CreateGhRepoSyncIntegrationParams) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the create gh repo sync integration params

func (*CreateGhRepoSyncIntegrationParams) WithLocationProjectID

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

WithLocationProjectID adds the locationProjectID to the create gh repo sync integration params

func (*CreateGhRepoSyncIntegrationParams) WithTimeout

WithTimeout adds the timeout to the create gh repo sync integration params

func (*CreateGhRepoSyncIntegrationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateGhRepoSyncIntegrationParamsBodyLocation

type CreateGhRepoSyncIntegrationParamsBodyLocation struct {

	// region is the region that the resource is located in. It is
	// optional if the object being referenced is a global object.
	Region *models.LocationRegion `json:"region,omitempty"`
}

CreateGhRepoSyncIntegrationParamsBodyLocation Location represents a target for an operation in HCP. swagger:model CreateGhRepoSyncIntegrationParamsBodyLocation

func (*CreateGhRepoSyncIntegrationParamsBodyLocation) ContextValidate

ContextValidate validate this create gh repo sync integration params body location based on the context it is used

func (*CreateGhRepoSyncIntegrationParamsBodyLocation) MarshalBinary

MarshalBinary interface implementation

func (*CreateGhRepoSyncIntegrationParamsBodyLocation) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateGhRepoSyncIntegrationParamsBodyLocation) Validate

Validate validates this create gh repo sync integration params body location

type CreateGhRepoSyncIntegrationReader

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

CreateGhRepoSyncIntegrationReader is a Reader for the CreateGhRepoSyncIntegration structure.

func (*CreateGhRepoSyncIntegrationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateHcpTerraformSyncInstallationBody added in v0.106.0

type CreateHcpTerraformSyncInstallationBody struct {

	// location
	Location *CreateHcpTerraformSyncInstallationParamsBodyLocation `json:"location,omitempty"`

	// token
	Token string `json:"token,omitempty"`
}

CreateHcpTerraformSyncInstallationBody create hcp terraform sync installation body swagger:model CreateHcpTerraformSyncInstallationBody

func (*CreateHcpTerraformSyncInstallationBody) ContextValidate added in v0.106.0

ContextValidate validate this create hcp terraform sync installation body based on the context it is used

func (*CreateHcpTerraformSyncInstallationBody) MarshalBinary added in v0.106.0

func (o *CreateHcpTerraformSyncInstallationBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateHcpTerraformSyncInstallationBody) UnmarshalBinary added in v0.106.0

func (o *CreateHcpTerraformSyncInstallationBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateHcpTerraformSyncInstallationBody) Validate added in v0.106.0

Validate validates this create hcp terraform sync installation body

type CreateHcpTerraformSyncInstallationDefault added in v0.106.0

type CreateHcpTerraformSyncInstallationDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewCreateHcpTerraformSyncInstallationDefault added in v0.106.0

func NewCreateHcpTerraformSyncInstallationDefault(code int) *CreateHcpTerraformSyncInstallationDefault

NewCreateHcpTerraformSyncInstallationDefault creates a CreateHcpTerraformSyncInstallationDefault with default headers values

func (*CreateHcpTerraformSyncInstallationDefault) Code added in v0.106.0

Code gets the status code for the create hcp terraform sync installation default response

func (*CreateHcpTerraformSyncInstallationDefault) Error added in v0.106.0

func (*CreateHcpTerraformSyncInstallationDefault) GetPayload added in v0.106.0

func (*CreateHcpTerraformSyncInstallationDefault) IsClientError added in v0.106.0

IsClientError returns true when this create hcp terraform sync installation default response has a 4xx status code

func (*CreateHcpTerraformSyncInstallationDefault) IsCode added in v0.106.0

IsCode returns true when this create hcp terraform sync installation default response a status code equal to that given

func (*CreateHcpTerraformSyncInstallationDefault) IsRedirect added in v0.106.0

IsRedirect returns true when this create hcp terraform sync installation default response has a 3xx status code

func (*CreateHcpTerraformSyncInstallationDefault) IsServerError added in v0.106.0

IsServerError returns true when this create hcp terraform sync installation default response has a 5xx status code

func (*CreateHcpTerraformSyncInstallationDefault) IsSuccess added in v0.106.0

IsSuccess returns true when this create hcp terraform sync installation default response has a 2xx status code

func (*CreateHcpTerraformSyncInstallationDefault) String added in v0.106.0

type CreateHcpTerraformSyncInstallationOK added in v0.106.0

type CreateHcpTerraformSyncInstallationOK struct {
	Payload *models.Secrets20230613GetSyncInstallationResponse
}

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

A successful response.

func NewCreateHcpTerraformSyncInstallationOK added in v0.106.0

func NewCreateHcpTerraformSyncInstallationOK() *CreateHcpTerraformSyncInstallationOK

NewCreateHcpTerraformSyncInstallationOK creates a CreateHcpTerraformSyncInstallationOK with default headers values

func (*CreateHcpTerraformSyncInstallationOK) Code added in v0.106.0

Code gets the status code for the create hcp terraform sync installation o k response

func (*CreateHcpTerraformSyncInstallationOK) Error added in v0.106.0

func (*CreateHcpTerraformSyncInstallationOK) GetPayload added in v0.106.0

func (*CreateHcpTerraformSyncInstallationOK) IsClientError added in v0.106.0

func (o *CreateHcpTerraformSyncInstallationOK) IsClientError() bool

IsClientError returns true when this create hcp terraform sync installation o k response has a 4xx status code

func (*CreateHcpTerraformSyncInstallationOK) IsCode added in v0.106.0

IsCode returns true when this create hcp terraform sync installation o k response a status code equal to that given

func (*CreateHcpTerraformSyncInstallationOK) IsRedirect added in v0.106.0

IsRedirect returns true when this create hcp terraform sync installation o k response has a 3xx status code

func (*CreateHcpTerraformSyncInstallationOK) IsServerError added in v0.106.0

func (o *CreateHcpTerraformSyncInstallationOK) IsServerError() bool

IsServerError returns true when this create hcp terraform sync installation o k response has a 5xx status code

func (*CreateHcpTerraformSyncInstallationOK) IsSuccess added in v0.106.0

IsSuccess returns true when this create hcp terraform sync installation o k response has a 2xx status code

func (*CreateHcpTerraformSyncInstallationOK) String added in v0.106.0

type CreateHcpTerraformSyncInstallationParams added in v0.106.0

type CreateHcpTerraformSyncInstallationParams struct {

	// Body.
	Body CreateHcpTerraformSyncInstallationBody

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

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

CreateHcpTerraformSyncInstallationParams contains all the parameters to send to the API endpoint

for the create hcp terraform sync installation operation.

Typically these are written to a http.Request.

func NewCreateHcpTerraformSyncInstallationParams added in v0.106.0

func NewCreateHcpTerraformSyncInstallationParams() *CreateHcpTerraformSyncInstallationParams

NewCreateHcpTerraformSyncInstallationParams creates a new CreateHcpTerraformSyncInstallationParams object, with the default timeout for this client.

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

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

func NewCreateHcpTerraformSyncInstallationParamsWithContext added in v0.106.0

func NewCreateHcpTerraformSyncInstallationParamsWithContext(ctx context.Context) *CreateHcpTerraformSyncInstallationParams

NewCreateHcpTerraformSyncInstallationParamsWithContext creates a new CreateHcpTerraformSyncInstallationParams object with the ability to set a context for a request.

func NewCreateHcpTerraformSyncInstallationParamsWithHTTPClient added in v0.106.0

func NewCreateHcpTerraformSyncInstallationParamsWithHTTPClient(client *http.Client) *CreateHcpTerraformSyncInstallationParams

NewCreateHcpTerraformSyncInstallationParamsWithHTTPClient creates a new CreateHcpTerraformSyncInstallationParams object with the ability to set a custom HTTPClient for a request.

func NewCreateHcpTerraformSyncInstallationParamsWithTimeout added in v0.106.0

func NewCreateHcpTerraformSyncInstallationParamsWithTimeout(timeout time.Duration) *CreateHcpTerraformSyncInstallationParams

NewCreateHcpTerraformSyncInstallationParamsWithTimeout creates a new CreateHcpTerraformSyncInstallationParams object with the ability to set a timeout on a request.

func (*CreateHcpTerraformSyncInstallationParams) SetBody added in v0.106.0

SetBody adds the body to the create hcp terraform sync installation params

func (*CreateHcpTerraformSyncInstallationParams) SetContext added in v0.106.0

SetContext adds the context to the create hcp terraform sync installation params

func (*CreateHcpTerraformSyncInstallationParams) SetDefaults added in v0.106.0

SetDefaults hydrates default values in the create hcp terraform sync installation params (not the query body).

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

func (*CreateHcpTerraformSyncInstallationParams) SetHTTPClient added in v0.106.0

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

SetHTTPClient adds the HTTPClient to the create hcp terraform sync installation params

func (*CreateHcpTerraformSyncInstallationParams) SetLocationOrganizationID added in v0.106.0

func (o *CreateHcpTerraformSyncInstallationParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the create hcp terraform sync installation params

func (*CreateHcpTerraformSyncInstallationParams) SetLocationProjectID added in v0.106.0

func (o *CreateHcpTerraformSyncInstallationParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the create hcp terraform sync installation params

func (*CreateHcpTerraformSyncInstallationParams) SetTimeout added in v0.106.0

SetTimeout adds the timeout to the create hcp terraform sync installation params

func (*CreateHcpTerraformSyncInstallationParams) WithBody added in v0.106.0

WithBody adds the body to the create hcp terraform sync installation params

func (*CreateHcpTerraformSyncInstallationParams) WithContext added in v0.106.0

WithContext adds the context to the create hcp terraform sync installation params

func (*CreateHcpTerraformSyncInstallationParams) WithDefaults added in v0.106.0

WithDefaults hydrates default values in the create hcp terraform sync installation params (not the query body).

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

func (*CreateHcpTerraformSyncInstallationParams) WithHTTPClient added in v0.106.0

WithHTTPClient adds the HTTPClient to the create hcp terraform sync installation params

func (*CreateHcpTerraformSyncInstallationParams) WithLocationOrganizationID added in v0.106.0

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

WithLocationOrganizationID adds the locationOrganizationID to the create hcp terraform sync installation params

func (*CreateHcpTerraformSyncInstallationParams) WithLocationProjectID added in v0.106.0

WithLocationProjectID adds the locationProjectID to the create hcp terraform sync installation params

func (*CreateHcpTerraformSyncInstallationParams) WithTimeout added in v0.106.0

WithTimeout adds the timeout to the create hcp terraform sync installation params

func (*CreateHcpTerraformSyncInstallationParams) WriteToRequest added in v0.106.0

WriteToRequest writes these params to a swagger request

type CreateHcpTerraformSyncInstallationParamsBodyLocation added in v0.106.0

type CreateHcpTerraformSyncInstallationParamsBodyLocation struct {

	// region is the region that the resource is located in. It is
	// optional if the object being referenced is a global object.
	Region *models.LocationRegion `json:"region,omitempty"`
}

CreateHcpTerraformSyncInstallationParamsBodyLocation Location represents a target for an operation in HCP. swagger:model CreateHcpTerraformSyncInstallationParamsBodyLocation

func (*CreateHcpTerraformSyncInstallationParamsBodyLocation) ContextValidate added in v0.106.0

ContextValidate validate this create hcp terraform sync installation params body location based on the context it is used

func (*CreateHcpTerraformSyncInstallationParamsBodyLocation) MarshalBinary added in v0.106.0

MarshalBinary interface implementation

func (*CreateHcpTerraformSyncInstallationParamsBodyLocation) UnmarshalBinary added in v0.106.0

UnmarshalBinary interface implementation

func (*CreateHcpTerraformSyncInstallationParamsBodyLocation) Validate added in v0.106.0

Validate validates this create hcp terraform sync installation params body location

type CreateHcpTerraformSyncInstallationReader added in v0.106.0

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

CreateHcpTerraformSyncInstallationReader is a Reader for the CreateHcpTerraformSyncInstallation structure.

func (*CreateHcpTerraformSyncInstallationReader) ReadResponse added in v0.106.0

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

ReadResponse reads a server response into the received o.

type CreateHcpTerraformSyncIntegrationBody added in v0.106.0

type CreateHcpTerraformSyncIntegrationBody struct {

	// hcp terraform connection details
	HcpTerraformConnectionDetails *models.Secrets20230613HcpTerraformConnectionDetailsRequest `json:"hcp_terraform_connection_details,omitempty"`

	// location
	Location *CreateHcpTerraformSyncIntegrationParamsBodyLocation `json:"location,omitempty"`

	// name
	Name string `json:"name,omitempty"`
}

CreateHcpTerraformSyncIntegrationBody create hcp terraform sync integration body swagger:model CreateHcpTerraformSyncIntegrationBody

func (*CreateHcpTerraformSyncIntegrationBody) ContextValidate added in v0.106.0

func (o *CreateHcpTerraformSyncIntegrationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this create hcp terraform sync integration body based on the context it is used

func (*CreateHcpTerraformSyncIntegrationBody) MarshalBinary added in v0.106.0

func (o *CreateHcpTerraformSyncIntegrationBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateHcpTerraformSyncIntegrationBody) UnmarshalBinary added in v0.106.0

func (o *CreateHcpTerraformSyncIntegrationBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateHcpTerraformSyncIntegrationBody) Validate added in v0.106.0

Validate validates this create hcp terraform sync integration body

type CreateHcpTerraformSyncIntegrationDefault added in v0.106.0

type CreateHcpTerraformSyncIntegrationDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewCreateHcpTerraformSyncIntegrationDefault added in v0.106.0

func NewCreateHcpTerraformSyncIntegrationDefault(code int) *CreateHcpTerraformSyncIntegrationDefault

NewCreateHcpTerraformSyncIntegrationDefault creates a CreateHcpTerraformSyncIntegrationDefault with default headers values

func (*CreateHcpTerraformSyncIntegrationDefault) Code added in v0.106.0

Code gets the status code for the create hcp terraform sync integration default response

func (*CreateHcpTerraformSyncIntegrationDefault) Error added in v0.106.0

func (*CreateHcpTerraformSyncIntegrationDefault) GetPayload added in v0.106.0

func (*CreateHcpTerraformSyncIntegrationDefault) IsClientError added in v0.106.0

IsClientError returns true when this create hcp terraform sync integration default response has a 4xx status code

func (*CreateHcpTerraformSyncIntegrationDefault) IsCode added in v0.106.0

IsCode returns true when this create hcp terraform sync integration default response a status code equal to that given

func (*CreateHcpTerraformSyncIntegrationDefault) IsRedirect added in v0.106.0

IsRedirect returns true when this create hcp terraform sync integration default response has a 3xx status code

func (*CreateHcpTerraformSyncIntegrationDefault) IsServerError added in v0.106.0

IsServerError returns true when this create hcp terraform sync integration default response has a 5xx status code

func (*CreateHcpTerraformSyncIntegrationDefault) IsSuccess added in v0.106.0

IsSuccess returns true when this create hcp terraform sync integration default response has a 2xx status code

func (*CreateHcpTerraformSyncIntegrationDefault) String added in v0.106.0

type CreateHcpTerraformSyncIntegrationOK added in v0.106.0

type CreateHcpTerraformSyncIntegrationOK struct {
	Payload *models.Secrets20230613CreateSyncIntegrationResponse
}

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

A successful response.

func NewCreateHcpTerraformSyncIntegrationOK added in v0.106.0

func NewCreateHcpTerraformSyncIntegrationOK() *CreateHcpTerraformSyncIntegrationOK

NewCreateHcpTerraformSyncIntegrationOK creates a CreateHcpTerraformSyncIntegrationOK with default headers values

func (*CreateHcpTerraformSyncIntegrationOK) Code added in v0.106.0

Code gets the status code for the create hcp terraform sync integration o k response

func (*CreateHcpTerraformSyncIntegrationOK) Error added in v0.106.0

func (*CreateHcpTerraformSyncIntegrationOK) GetPayload added in v0.106.0

func (*CreateHcpTerraformSyncIntegrationOK) IsClientError added in v0.106.0

func (o *CreateHcpTerraformSyncIntegrationOK) IsClientError() bool

IsClientError returns true when this create hcp terraform sync integration o k response has a 4xx status code

func (*CreateHcpTerraformSyncIntegrationOK) IsCode added in v0.106.0

IsCode returns true when this create hcp terraform sync integration o k response a status code equal to that given

func (*CreateHcpTerraformSyncIntegrationOK) IsRedirect added in v0.106.0

func (o *CreateHcpTerraformSyncIntegrationOK) IsRedirect() bool

IsRedirect returns true when this create hcp terraform sync integration o k response has a 3xx status code

func (*CreateHcpTerraformSyncIntegrationOK) IsServerError added in v0.106.0

func (o *CreateHcpTerraformSyncIntegrationOK) IsServerError() bool

IsServerError returns true when this create hcp terraform sync integration o k response has a 5xx status code

func (*CreateHcpTerraformSyncIntegrationOK) IsSuccess added in v0.106.0

IsSuccess returns true when this create hcp terraform sync integration o k response has a 2xx status code

func (*CreateHcpTerraformSyncIntegrationOK) String added in v0.106.0

type CreateHcpTerraformSyncIntegrationParams added in v0.106.0

type CreateHcpTerraformSyncIntegrationParams struct {

	// Body.
	Body CreateHcpTerraformSyncIntegrationBody

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

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

CreateHcpTerraformSyncIntegrationParams contains all the parameters to send to the API endpoint

for the create hcp terraform sync integration operation.

Typically these are written to a http.Request.

func NewCreateHcpTerraformSyncIntegrationParams added in v0.106.0

func NewCreateHcpTerraformSyncIntegrationParams() *CreateHcpTerraformSyncIntegrationParams

NewCreateHcpTerraformSyncIntegrationParams creates a new CreateHcpTerraformSyncIntegrationParams object, with the default timeout for this client.

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

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

func NewCreateHcpTerraformSyncIntegrationParamsWithContext added in v0.106.0

func NewCreateHcpTerraformSyncIntegrationParamsWithContext(ctx context.Context) *CreateHcpTerraformSyncIntegrationParams

NewCreateHcpTerraformSyncIntegrationParamsWithContext creates a new CreateHcpTerraformSyncIntegrationParams object with the ability to set a context for a request.

func NewCreateHcpTerraformSyncIntegrationParamsWithHTTPClient added in v0.106.0

func NewCreateHcpTerraformSyncIntegrationParamsWithHTTPClient(client *http.Client) *CreateHcpTerraformSyncIntegrationParams

NewCreateHcpTerraformSyncIntegrationParamsWithHTTPClient creates a new CreateHcpTerraformSyncIntegrationParams object with the ability to set a custom HTTPClient for a request.

func NewCreateHcpTerraformSyncIntegrationParamsWithTimeout added in v0.106.0

func NewCreateHcpTerraformSyncIntegrationParamsWithTimeout(timeout time.Duration) *CreateHcpTerraformSyncIntegrationParams

NewCreateHcpTerraformSyncIntegrationParamsWithTimeout creates a new CreateHcpTerraformSyncIntegrationParams object with the ability to set a timeout on a request.

func (*CreateHcpTerraformSyncIntegrationParams) SetBody added in v0.106.0

SetBody adds the body to the create hcp terraform sync integration params

func (*CreateHcpTerraformSyncIntegrationParams) SetContext added in v0.106.0

SetContext adds the context to the create hcp terraform sync integration params

func (*CreateHcpTerraformSyncIntegrationParams) SetDefaults added in v0.106.0

func (o *CreateHcpTerraformSyncIntegrationParams) SetDefaults()

SetDefaults hydrates default values in the create hcp terraform sync integration params (not the query body).

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

func (*CreateHcpTerraformSyncIntegrationParams) SetHTTPClient added in v0.106.0

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

SetHTTPClient adds the HTTPClient to the create hcp terraform sync integration params

func (*CreateHcpTerraformSyncIntegrationParams) SetLocationOrganizationID added in v0.106.0

func (o *CreateHcpTerraformSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the create hcp terraform sync integration params

func (*CreateHcpTerraformSyncIntegrationParams) SetLocationProjectID added in v0.106.0

func (o *CreateHcpTerraformSyncIntegrationParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the create hcp terraform sync integration params

func (*CreateHcpTerraformSyncIntegrationParams) SetTimeout added in v0.106.0

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

SetTimeout adds the timeout to the create hcp terraform sync integration params

func (*CreateHcpTerraformSyncIntegrationParams) WithBody added in v0.106.0

WithBody adds the body to the create hcp terraform sync integration params

func (*CreateHcpTerraformSyncIntegrationParams) WithContext added in v0.106.0

WithContext adds the context to the create hcp terraform sync integration params

func (*CreateHcpTerraformSyncIntegrationParams) WithDefaults added in v0.106.0

WithDefaults hydrates default values in the create hcp terraform sync integration params (not the query body).

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

func (*CreateHcpTerraformSyncIntegrationParams) WithHTTPClient added in v0.106.0

WithHTTPClient adds the HTTPClient to the create hcp terraform sync integration params

func (*CreateHcpTerraformSyncIntegrationParams) WithLocationOrganizationID added in v0.106.0

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

WithLocationOrganizationID adds the locationOrganizationID to the create hcp terraform sync integration params

func (*CreateHcpTerraformSyncIntegrationParams) WithLocationProjectID added in v0.106.0

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

WithLocationProjectID adds the locationProjectID to the create hcp terraform sync integration params

func (*CreateHcpTerraformSyncIntegrationParams) WithTimeout added in v0.106.0

WithTimeout adds the timeout to the create hcp terraform sync integration params

func (*CreateHcpTerraformSyncIntegrationParams) WriteToRequest added in v0.106.0

WriteToRequest writes these params to a swagger request

type CreateHcpTerraformSyncIntegrationParamsBodyLocation added in v0.106.0

type CreateHcpTerraformSyncIntegrationParamsBodyLocation struct {

	// region is the region that the resource is located in. It is
	// optional if the object being referenced is a global object.
	Region *models.LocationRegion `json:"region,omitempty"`
}

CreateHcpTerraformSyncIntegrationParamsBodyLocation Location represents a target for an operation in HCP. swagger:model CreateHcpTerraformSyncIntegrationParamsBodyLocation

func (*CreateHcpTerraformSyncIntegrationParamsBodyLocation) ContextValidate added in v0.106.0

ContextValidate validate this create hcp terraform sync integration params body location based on the context it is used

func (*CreateHcpTerraformSyncIntegrationParamsBodyLocation) MarshalBinary added in v0.106.0

MarshalBinary interface implementation

func (*CreateHcpTerraformSyncIntegrationParamsBodyLocation) UnmarshalBinary added in v0.106.0

UnmarshalBinary interface implementation

func (*CreateHcpTerraformSyncIntegrationParamsBodyLocation) Validate added in v0.106.0

Validate validates this create hcp terraform sync integration params body location

type CreateHcpTerraformSyncIntegrationReader added in v0.106.0

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

CreateHcpTerraformSyncIntegrationReader is a Reader for the CreateHcpTerraformSyncIntegration structure.

func (*CreateHcpTerraformSyncIntegrationReader) ReadResponse added in v0.106.0

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

ReadResponse reads a server response into the received o.

type CreateVercelProjectSyncIntegrationBody

type CreateVercelProjectSyncIntegrationBody struct {

	// location
	Location *CreateVercelProjectSyncIntegrationParamsBodyLocation `json:"location,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// vercel project connection details
	VercelProjectConnectionDetails *models.Secrets20230613VercelProjectConnectionDetailsRequest `json:"vercel_project_connection_details,omitempty"`
}

CreateVercelProjectSyncIntegrationBody create vercel project sync integration body swagger:model CreateVercelProjectSyncIntegrationBody

func (*CreateVercelProjectSyncIntegrationBody) ContextValidate

ContextValidate validate this create vercel project sync integration body based on the context it is used

func (*CreateVercelProjectSyncIntegrationBody) MarshalBinary

func (o *CreateVercelProjectSyncIntegrationBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateVercelProjectSyncIntegrationBody) UnmarshalBinary

func (o *CreateVercelProjectSyncIntegrationBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateVercelProjectSyncIntegrationBody) Validate

Validate validates this create vercel project sync integration body

type CreateVercelProjectSyncIntegrationDefault

type CreateVercelProjectSyncIntegrationDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewCreateVercelProjectSyncIntegrationDefault

func NewCreateVercelProjectSyncIntegrationDefault(code int) *CreateVercelProjectSyncIntegrationDefault

NewCreateVercelProjectSyncIntegrationDefault creates a CreateVercelProjectSyncIntegrationDefault with default headers values

func (*CreateVercelProjectSyncIntegrationDefault) Code

Code gets the status code for the create vercel project sync integration default response

func (*CreateVercelProjectSyncIntegrationDefault) Error

func (*CreateVercelProjectSyncIntegrationDefault) GetPayload

func (*CreateVercelProjectSyncIntegrationDefault) IsClientError

IsClientError returns true when this create vercel project sync integration default response has a 4xx status code

func (*CreateVercelProjectSyncIntegrationDefault) IsCode

IsCode returns true when this create vercel project sync integration default response a status code equal to that given

func (*CreateVercelProjectSyncIntegrationDefault) IsRedirect

IsRedirect returns true when this create vercel project sync integration default response has a 3xx status code

func (*CreateVercelProjectSyncIntegrationDefault) IsServerError

IsServerError returns true when this create vercel project sync integration default response has a 5xx status code

func (*CreateVercelProjectSyncIntegrationDefault) IsSuccess

IsSuccess returns true when this create vercel project sync integration default response has a 2xx status code

func (*CreateVercelProjectSyncIntegrationDefault) String

type CreateVercelProjectSyncIntegrationOK

type CreateVercelProjectSyncIntegrationOK struct {
	Payload *models.Secrets20230613CreateSyncIntegrationResponse
}

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

A successful response.

func NewCreateVercelProjectSyncIntegrationOK

func NewCreateVercelProjectSyncIntegrationOK() *CreateVercelProjectSyncIntegrationOK

NewCreateVercelProjectSyncIntegrationOK creates a CreateVercelProjectSyncIntegrationOK with default headers values

func (*CreateVercelProjectSyncIntegrationOK) Code added in v0.87.0

Code gets the status code for the create vercel project sync integration o k response

func (*CreateVercelProjectSyncIntegrationOK) Error

func (*CreateVercelProjectSyncIntegrationOK) GetPayload

func (*CreateVercelProjectSyncIntegrationOK) IsClientError

func (o *CreateVercelProjectSyncIntegrationOK) IsClientError() bool

IsClientError returns true when this create vercel project sync integration o k response has a 4xx status code

func (*CreateVercelProjectSyncIntegrationOK) IsCode

IsCode returns true when this create vercel project sync integration o k response a status code equal to that given

func (*CreateVercelProjectSyncIntegrationOK) IsRedirect

IsRedirect returns true when this create vercel project sync integration o k response has a 3xx status code

func (*CreateVercelProjectSyncIntegrationOK) IsServerError

func (o *CreateVercelProjectSyncIntegrationOK) IsServerError() bool

IsServerError returns true when this create vercel project sync integration o k response has a 5xx status code

func (*CreateVercelProjectSyncIntegrationOK) IsSuccess

IsSuccess returns true when this create vercel project sync integration o k response has a 2xx status code

func (*CreateVercelProjectSyncIntegrationOK) String

type CreateVercelProjectSyncIntegrationParams

type CreateVercelProjectSyncIntegrationParams struct {

	// Body.
	Body CreateVercelProjectSyncIntegrationBody

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

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

CreateVercelProjectSyncIntegrationParams contains all the parameters to send to the API endpoint

for the create vercel project sync integration operation.

Typically these are written to a http.Request.

func NewCreateVercelProjectSyncIntegrationParams

func NewCreateVercelProjectSyncIntegrationParams() *CreateVercelProjectSyncIntegrationParams

NewCreateVercelProjectSyncIntegrationParams creates a new CreateVercelProjectSyncIntegrationParams object, with the default timeout for this client.

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

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

func NewCreateVercelProjectSyncIntegrationParamsWithContext

func NewCreateVercelProjectSyncIntegrationParamsWithContext(ctx context.Context) *CreateVercelProjectSyncIntegrationParams

NewCreateVercelProjectSyncIntegrationParamsWithContext creates a new CreateVercelProjectSyncIntegrationParams object with the ability to set a context for a request.

func NewCreateVercelProjectSyncIntegrationParamsWithHTTPClient

func NewCreateVercelProjectSyncIntegrationParamsWithHTTPClient(client *http.Client) *CreateVercelProjectSyncIntegrationParams

NewCreateVercelProjectSyncIntegrationParamsWithHTTPClient creates a new CreateVercelProjectSyncIntegrationParams object with the ability to set a custom HTTPClient for a request.

func NewCreateVercelProjectSyncIntegrationParamsWithTimeout

func NewCreateVercelProjectSyncIntegrationParamsWithTimeout(timeout time.Duration) *CreateVercelProjectSyncIntegrationParams

NewCreateVercelProjectSyncIntegrationParamsWithTimeout creates a new CreateVercelProjectSyncIntegrationParams object with the ability to set a timeout on a request.

func (*CreateVercelProjectSyncIntegrationParams) SetBody

SetBody adds the body to the create vercel project sync integration params

func (*CreateVercelProjectSyncIntegrationParams) SetContext

SetContext adds the context to the create vercel project sync integration params

func (*CreateVercelProjectSyncIntegrationParams) SetDefaults

SetDefaults hydrates default values in the create vercel project sync integration params (not the query body).

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

func (*CreateVercelProjectSyncIntegrationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create vercel project sync integration params

func (*CreateVercelProjectSyncIntegrationParams) SetLocationOrganizationID

func (o *CreateVercelProjectSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the create vercel project sync integration params

func (*CreateVercelProjectSyncIntegrationParams) SetLocationProjectID

func (o *CreateVercelProjectSyncIntegrationParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the create vercel project sync integration params

func (*CreateVercelProjectSyncIntegrationParams) SetTimeout

SetTimeout adds the timeout to the create vercel project sync integration params

func (*CreateVercelProjectSyncIntegrationParams) WithBody

WithBody adds the body to the create vercel project sync integration params

func (*CreateVercelProjectSyncIntegrationParams) WithContext

WithContext adds the context to the create vercel project sync integration params

func (*CreateVercelProjectSyncIntegrationParams) WithDefaults

WithDefaults hydrates default values in the create vercel project sync integration params (not the query body).

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

func (*CreateVercelProjectSyncIntegrationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create vercel project sync integration params

func (*CreateVercelProjectSyncIntegrationParams) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the create vercel project sync integration params

func (*CreateVercelProjectSyncIntegrationParams) WithLocationProjectID

WithLocationProjectID adds the locationProjectID to the create vercel project sync integration params

func (*CreateVercelProjectSyncIntegrationParams) WithTimeout

WithTimeout adds the timeout to the create vercel project sync integration params

func (*CreateVercelProjectSyncIntegrationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateVercelProjectSyncIntegrationParamsBodyLocation

type CreateVercelProjectSyncIntegrationParamsBodyLocation struct {

	// region is the region that the resource is located in. It is
	// optional if the object being referenced is a global object.
	Region *models.LocationRegion `json:"region,omitempty"`
}

CreateVercelProjectSyncIntegrationParamsBodyLocation Location represents a target for an operation in HCP. swagger:model CreateVercelProjectSyncIntegrationParamsBodyLocation

func (*CreateVercelProjectSyncIntegrationParamsBodyLocation) ContextValidate

ContextValidate validate this create vercel project sync integration params body location based on the context it is used

func (*CreateVercelProjectSyncIntegrationParamsBodyLocation) MarshalBinary

MarshalBinary interface implementation

func (*CreateVercelProjectSyncIntegrationParamsBodyLocation) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateVercelProjectSyncIntegrationParamsBodyLocation) Validate

Validate validates this create vercel project sync integration params body location

type CreateVercelProjectSyncIntegrationReader

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

CreateVercelProjectSyncIntegrationReader is a Reader for the CreateVercelProjectSyncIntegration structure.

func (*CreateVercelProjectSyncIntegrationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAppDefault

type DeleteAppDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewDeleteAppDefault

func NewDeleteAppDefault(code int) *DeleteAppDefault

NewDeleteAppDefault creates a DeleteAppDefault with default headers values

func (*DeleteAppDefault) Code

func (o *DeleteAppDefault) Code() int

Code gets the status code for the delete app default response

func (*DeleteAppDefault) Error

func (o *DeleteAppDefault) Error() string

func (*DeleteAppDefault) GetPayload

func (o *DeleteAppDefault) GetPayload() *models.RPCStatus

func (*DeleteAppDefault) IsClientError

func (o *DeleteAppDefault) IsClientError() bool

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

func (*DeleteAppDefault) IsCode

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

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

func (*DeleteAppDefault) IsRedirect

func (o *DeleteAppDefault) IsRedirect() bool

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

func (*DeleteAppDefault) IsServerError

func (o *DeleteAppDefault) IsServerError() bool

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

func (*DeleteAppDefault) IsSuccess

func (o *DeleteAppDefault) IsSuccess() bool

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

func (*DeleteAppDefault) String

func (o *DeleteAppDefault) String() string

type DeleteAppOK

type DeleteAppOK struct {
	Payload models.Secrets20230613DeleteAppResponse
}

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

A successful response.

func NewDeleteAppOK

func NewDeleteAppOK() *DeleteAppOK

NewDeleteAppOK creates a DeleteAppOK with default headers values

func (*DeleteAppOK) Code added in v0.87.0

func (o *DeleteAppOK) Code() int

Code gets the status code for the delete app o k response

func (*DeleteAppOK) Error

func (o *DeleteAppOK) Error() string

func (*DeleteAppOK) GetPayload

func (*DeleteAppOK) IsClientError

func (o *DeleteAppOK) IsClientError() bool

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

func (*DeleteAppOK) IsCode

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

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

func (*DeleteAppOK) IsRedirect

func (o *DeleteAppOK) IsRedirect() bool

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

func (*DeleteAppOK) IsServerError

func (o *DeleteAppOK) IsServerError() bool

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

func (*DeleteAppOK) IsSuccess

func (o *DeleteAppOK) IsSuccess() bool

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

func (*DeleteAppOK) String

func (o *DeleteAppOK) String() string

type DeleteAppParams

type DeleteAppParams struct {

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

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

	/* LocationRegionRegion.

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

	// Name.
	Name string

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

DeleteAppParams contains all the parameters to send to the API endpoint

for the delete app operation.

Typically these are written to a http.Request.

func NewDeleteAppParams

func NewDeleteAppParams() *DeleteAppParams

NewDeleteAppParams creates a new DeleteAppParams object, with the default timeout for this client.

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

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

func NewDeleteAppParamsWithContext

func NewDeleteAppParamsWithContext(ctx context.Context) *DeleteAppParams

NewDeleteAppParamsWithContext creates a new DeleteAppParams object with the ability to set a context for a request.

func NewDeleteAppParamsWithHTTPClient

func NewDeleteAppParamsWithHTTPClient(client *http.Client) *DeleteAppParams

NewDeleteAppParamsWithHTTPClient creates a new DeleteAppParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAppParamsWithTimeout

func NewDeleteAppParamsWithTimeout(timeout time.Duration) *DeleteAppParams

NewDeleteAppParamsWithTimeout creates a new DeleteAppParams object with the ability to set a timeout on a request.

func (*DeleteAppParams) SetContext

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

SetContext adds the context to the delete app params

func (*DeleteAppParams) SetDefaults

func (o *DeleteAppParams) SetDefaults()

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

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

func (*DeleteAppParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete app params

func (*DeleteAppParams) SetLocationOrganizationID

func (o *DeleteAppParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the delete app params

func (*DeleteAppParams) SetLocationProjectID

func (o *DeleteAppParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the delete app params

func (*DeleteAppParams) SetLocationRegionProvider

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

SetLocationRegionProvider adds the locationRegionProvider to the delete app params

func (*DeleteAppParams) SetLocationRegionRegion

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

SetLocationRegionRegion adds the locationRegionRegion to the delete app params

func (*DeleteAppParams) SetName

func (o *DeleteAppParams) SetName(name string)

SetName adds the name to the delete app params

func (*DeleteAppParams) SetTimeout

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

SetTimeout adds the timeout to the delete app params

func (*DeleteAppParams) WithContext

func (o *DeleteAppParams) WithContext(ctx context.Context) *DeleteAppParams

WithContext adds the context to the delete app params

func (*DeleteAppParams) WithDefaults

func (o *DeleteAppParams) WithDefaults() *DeleteAppParams

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

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

func (*DeleteAppParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete app params

func (*DeleteAppParams) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the delete app params

func (*DeleteAppParams) WithLocationProjectID

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

WithLocationProjectID adds the locationProjectID to the delete app params

func (*DeleteAppParams) WithLocationRegionProvider

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

WithLocationRegionProvider adds the locationRegionProvider to the delete app params

func (*DeleteAppParams) WithLocationRegionRegion

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

WithLocationRegionRegion adds the locationRegionRegion to the delete app params

func (*DeleteAppParams) WithName

func (o *DeleteAppParams) WithName(name string) *DeleteAppParams

WithName adds the name to the delete app params

func (*DeleteAppParams) WithTimeout

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

WithTimeout adds the timeout to the delete app params

func (*DeleteAppParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteAppReader

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

DeleteAppReader is a Reader for the DeleteApp structure.

func (*DeleteAppReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAppSecretDefault

type DeleteAppSecretDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewDeleteAppSecretDefault

func NewDeleteAppSecretDefault(code int) *DeleteAppSecretDefault

NewDeleteAppSecretDefault creates a DeleteAppSecretDefault with default headers values

func (*DeleteAppSecretDefault) Code

func (o *DeleteAppSecretDefault) Code() int

Code gets the status code for the delete app secret default response

func (*DeleteAppSecretDefault) Error

func (o *DeleteAppSecretDefault) Error() string

func (*DeleteAppSecretDefault) GetPayload

func (o *DeleteAppSecretDefault) GetPayload() *models.RPCStatus

func (*DeleteAppSecretDefault) IsClientError

func (o *DeleteAppSecretDefault) IsClientError() bool

IsClientError returns true when this delete app secret default response has a 4xx status code

func (*DeleteAppSecretDefault) IsCode

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

IsCode returns true when this delete app secret default response a status code equal to that given

func (*DeleteAppSecretDefault) IsRedirect

func (o *DeleteAppSecretDefault) IsRedirect() bool

IsRedirect returns true when this delete app secret default response has a 3xx status code

func (*DeleteAppSecretDefault) IsServerError

func (o *DeleteAppSecretDefault) IsServerError() bool

IsServerError returns true when this delete app secret default response has a 5xx status code

func (*DeleteAppSecretDefault) IsSuccess

func (o *DeleteAppSecretDefault) IsSuccess() bool

IsSuccess returns true when this delete app secret default response has a 2xx status code

func (*DeleteAppSecretDefault) String

func (o *DeleteAppSecretDefault) String() string

type DeleteAppSecretOK

type DeleteAppSecretOK struct {
	Payload models.Secrets20230613DeleteAppSecretResponse
}

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

A successful response.

func NewDeleteAppSecretOK

func NewDeleteAppSecretOK() *DeleteAppSecretOK

NewDeleteAppSecretOK creates a DeleteAppSecretOK with default headers values

func (*DeleteAppSecretOK) Code added in v0.87.0

func (o *DeleteAppSecretOK) Code() int

Code gets the status code for the delete app secret o k response

func (*DeleteAppSecretOK) Error

func (o *DeleteAppSecretOK) Error() string

func (*DeleteAppSecretOK) GetPayload

func (*DeleteAppSecretOK) IsClientError

func (o *DeleteAppSecretOK) IsClientError() bool

IsClientError returns true when this delete app secret o k response has a 4xx status code

func (*DeleteAppSecretOK) IsCode

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

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

func (*DeleteAppSecretOK) IsRedirect

func (o *DeleteAppSecretOK) IsRedirect() bool

IsRedirect returns true when this delete app secret o k response has a 3xx status code

func (*DeleteAppSecretOK) IsServerError

func (o *DeleteAppSecretOK) IsServerError() bool

IsServerError returns true when this delete app secret o k response has a 5xx status code

func (*DeleteAppSecretOK) IsSuccess

func (o *DeleteAppSecretOK) IsSuccess() bool

IsSuccess returns true when this delete app secret o k response has a 2xx status code

func (*DeleteAppSecretOK) String

func (o *DeleteAppSecretOK) String() string

type DeleteAppSecretParams

type DeleteAppSecretParams struct {

	// AppName.
	AppName string

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

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

	/* LocationRegionRegion.

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

	// SecretName.
	SecretName string

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

DeleteAppSecretParams contains all the parameters to send to the API endpoint

for the delete app secret operation.

Typically these are written to a http.Request.

func NewDeleteAppSecretParams

func NewDeleteAppSecretParams() *DeleteAppSecretParams

NewDeleteAppSecretParams creates a new DeleteAppSecretParams object, with the default timeout for this client.

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

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

func NewDeleteAppSecretParamsWithContext

func NewDeleteAppSecretParamsWithContext(ctx context.Context) *DeleteAppSecretParams

NewDeleteAppSecretParamsWithContext creates a new DeleteAppSecretParams object with the ability to set a context for a request.

func NewDeleteAppSecretParamsWithHTTPClient

func NewDeleteAppSecretParamsWithHTTPClient(client *http.Client) *DeleteAppSecretParams

NewDeleteAppSecretParamsWithHTTPClient creates a new DeleteAppSecretParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAppSecretParamsWithTimeout

func NewDeleteAppSecretParamsWithTimeout(timeout time.Duration) *DeleteAppSecretParams

NewDeleteAppSecretParamsWithTimeout creates a new DeleteAppSecretParams object with the ability to set a timeout on a request.

func (*DeleteAppSecretParams) SetAppName

func (o *DeleteAppSecretParams) SetAppName(appName string)

SetAppName adds the appName to the delete app secret params

func (*DeleteAppSecretParams) SetContext

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

SetContext adds the context to the delete app secret params

func (*DeleteAppSecretParams) SetDefaults

func (o *DeleteAppSecretParams) SetDefaults()

SetDefaults hydrates default values in the delete app secret params (not the query body).

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

func (*DeleteAppSecretParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete app secret params

func (*DeleteAppSecretParams) SetLocationOrganizationID

func (o *DeleteAppSecretParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the delete app secret params

func (*DeleteAppSecretParams) SetLocationProjectID

func (o *DeleteAppSecretParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the delete app secret params

func (*DeleteAppSecretParams) SetLocationRegionProvider

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

SetLocationRegionProvider adds the locationRegionProvider to the delete app secret params

func (*DeleteAppSecretParams) SetLocationRegionRegion

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

SetLocationRegionRegion adds the locationRegionRegion to the delete app secret params

func (*DeleteAppSecretParams) SetSecretName

func (o *DeleteAppSecretParams) SetSecretName(secretName string)

SetSecretName adds the secretName to the delete app secret params

func (*DeleteAppSecretParams) SetTimeout

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

SetTimeout adds the timeout to the delete app secret params

func (*DeleteAppSecretParams) WithAppName

func (o *DeleteAppSecretParams) WithAppName(appName string) *DeleteAppSecretParams

WithAppName adds the appName to the delete app secret params

func (*DeleteAppSecretParams) WithContext

WithContext adds the context to the delete app secret params

func (*DeleteAppSecretParams) WithDefaults

func (o *DeleteAppSecretParams) WithDefaults() *DeleteAppSecretParams

WithDefaults hydrates default values in the delete app secret params (not the query body).

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

func (*DeleteAppSecretParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete app secret params

func (*DeleteAppSecretParams) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the delete app secret params

func (*DeleteAppSecretParams) WithLocationProjectID

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

WithLocationProjectID adds the locationProjectID to the delete app secret params

func (*DeleteAppSecretParams) WithLocationRegionProvider

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

WithLocationRegionProvider adds the locationRegionProvider to the delete app secret params

func (*DeleteAppSecretParams) WithLocationRegionRegion

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

WithLocationRegionRegion adds the locationRegionRegion to the delete app secret params

func (*DeleteAppSecretParams) WithSecretName

func (o *DeleteAppSecretParams) WithSecretName(secretName string) *DeleteAppSecretParams

WithSecretName adds the secretName to the delete app secret params

func (*DeleteAppSecretParams) WithTimeout

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

WithTimeout adds the timeout to the delete app secret params

func (*DeleteAppSecretParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteAppSecretReader

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

DeleteAppSecretReader is a Reader for the DeleteAppSecret structure.

func (*DeleteAppSecretReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAppSecretVersionDefault

type DeleteAppSecretVersionDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewDeleteAppSecretVersionDefault

func NewDeleteAppSecretVersionDefault(code int) *DeleteAppSecretVersionDefault

NewDeleteAppSecretVersionDefault creates a DeleteAppSecretVersionDefault with default headers values

func (*DeleteAppSecretVersionDefault) Code

Code gets the status code for the delete app secret version default response

func (*DeleteAppSecretVersionDefault) Error

func (*DeleteAppSecretVersionDefault) GetPayload

func (*DeleteAppSecretVersionDefault) IsClientError

func (o *DeleteAppSecretVersionDefault) IsClientError() bool

IsClientError returns true when this delete app secret version default response has a 4xx status code

func (*DeleteAppSecretVersionDefault) IsCode

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

IsCode returns true when this delete app secret version default response a status code equal to that given

func (*DeleteAppSecretVersionDefault) IsRedirect

func (o *DeleteAppSecretVersionDefault) IsRedirect() bool

IsRedirect returns true when this delete app secret version default response has a 3xx status code

func (*DeleteAppSecretVersionDefault) IsServerError

func (o *DeleteAppSecretVersionDefault) IsServerError() bool

IsServerError returns true when this delete app secret version default response has a 5xx status code

func (*DeleteAppSecretVersionDefault) IsSuccess

func (o *DeleteAppSecretVersionDefault) IsSuccess() bool

IsSuccess returns true when this delete app secret version default response has a 2xx status code

func (*DeleteAppSecretVersionDefault) String

type DeleteAppSecretVersionOK

type DeleteAppSecretVersionOK struct {
	Payload models.Secrets20230613DeleteAppSecretVersionResponse
}

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

A successful response.

func NewDeleteAppSecretVersionOK

func NewDeleteAppSecretVersionOK() *DeleteAppSecretVersionOK

NewDeleteAppSecretVersionOK creates a DeleteAppSecretVersionOK with default headers values

func (*DeleteAppSecretVersionOK) Code added in v0.87.0

func (o *DeleteAppSecretVersionOK) Code() int

Code gets the status code for the delete app secret version o k response

func (*DeleteAppSecretVersionOK) Error

func (o *DeleteAppSecretVersionOK) Error() string

func (*DeleteAppSecretVersionOK) GetPayload

func (*DeleteAppSecretVersionOK) IsClientError

func (o *DeleteAppSecretVersionOK) IsClientError() bool

IsClientError returns true when this delete app secret version o k response has a 4xx status code

func (*DeleteAppSecretVersionOK) IsCode

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

IsCode returns true when this delete app secret version o k response a status code equal to that given

func (*DeleteAppSecretVersionOK) IsRedirect

func (o *DeleteAppSecretVersionOK) IsRedirect() bool

IsRedirect returns true when this delete app secret version o k response has a 3xx status code

func (*DeleteAppSecretVersionOK) IsServerError

func (o *DeleteAppSecretVersionOK) IsServerError() bool

IsServerError returns true when this delete app secret version o k response has a 5xx status code

func (*DeleteAppSecretVersionOK) IsSuccess

func (o *DeleteAppSecretVersionOK) IsSuccess() bool

IsSuccess returns true when this delete app secret version o k response has a 2xx status code

func (*DeleteAppSecretVersionOK) String

func (o *DeleteAppSecretVersionOK) String() string

type DeleteAppSecretVersionParams

type DeleteAppSecretVersionParams struct {

	// AppName.
	AppName string

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

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

	/* LocationRegionRegion.

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

	// SecretName.
	SecretName string

	// Version.
	//
	// Format: int64
	Version string

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

DeleteAppSecretVersionParams contains all the parameters to send to the API endpoint

for the delete app secret version operation.

Typically these are written to a http.Request.

func NewDeleteAppSecretVersionParams

func NewDeleteAppSecretVersionParams() *DeleteAppSecretVersionParams

NewDeleteAppSecretVersionParams creates a new DeleteAppSecretVersionParams object, with the default timeout for this client.

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

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

func NewDeleteAppSecretVersionParamsWithContext

func NewDeleteAppSecretVersionParamsWithContext(ctx context.Context) *DeleteAppSecretVersionParams

NewDeleteAppSecretVersionParamsWithContext creates a new DeleteAppSecretVersionParams object with the ability to set a context for a request.

func NewDeleteAppSecretVersionParamsWithHTTPClient

func NewDeleteAppSecretVersionParamsWithHTTPClient(client *http.Client) *DeleteAppSecretVersionParams

NewDeleteAppSecretVersionParamsWithHTTPClient creates a new DeleteAppSecretVersionParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAppSecretVersionParamsWithTimeout

func NewDeleteAppSecretVersionParamsWithTimeout(timeout time.Duration) *DeleteAppSecretVersionParams

NewDeleteAppSecretVersionParamsWithTimeout creates a new DeleteAppSecretVersionParams object with the ability to set a timeout on a request.

func (*DeleteAppSecretVersionParams) SetAppName

func (o *DeleteAppSecretVersionParams) SetAppName(appName string)

SetAppName adds the appName to the delete app secret version params

func (*DeleteAppSecretVersionParams) SetContext

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

SetContext adds the context to the delete app secret version params

func (*DeleteAppSecretVersionParams) SetDefaults

func (o *DeleteAppSecretVersionParams) SetDefaults()

SetDefaults hydrates default values in the delete app secret version params (not the query body).

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

func (*DeleteAppSecretVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete app secret version params

func (*DeleteAppSecretVersionParams) SetLocationOrganizationID

func (o *DeleteAppSecretVersionParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the delete app secret version params

func (*DeleteAppSecretVersionParams) SetLocationProjectID

func (o *DeleteAppSecretVersionParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the delete app secret version params

func (*DeleteAppSecretVersionParams) SetLocationRegionProvider

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

SetLocationRegionProvider adds the locationRegionProvider to the delete app secret version params

func (*DeleteAppSecretVersionParams) SetLocationRegionRegion

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

SetLocationRegionRegion adds the locationRegionRegion to the delete app secret version params

func (*DeleteAppSecretVersionParams) SetSecretName

func (o *DeleteAppSecretVersionParams) SetSecretName(secretName string)

SetSecretName adds the secretName to the delete app secret version params

func (*DeleteAppSecretVersionParams) SetTimeout

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

SetTimeout adds the timeout to the delete app secret version params

func (*DeleteAppSecretVersionParams) SetVersion

func (o *DeleteAppSecretVersionParams) SetVersion(version string)

SetVersion adds the version to the delete app secret version params

func (*DeleteAppSecretVersionParams) WithAppName

WithAppName adds the appName to the delete app secret version params

func (*DeleteAppSecretVersionParams) WithContext

WithContext adds the context to the delete app secret version params

func (*DeleteAppSecretVersionParams) WithDefaults

WithDefaults hydrates default values in the delete app secret version params (not the query body).

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

func (*DeleteAppSecretVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete app secret version params

func (*DeleteAppSecretVersionParams) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the delete app secret version params

func (*DeleteAppSecretVersionParams) WithLocationProjectID

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

WithLocationProjectID adds the locationProjectID to the delete app secret version params

func (*DeleteAppSecretVersionParams) WithLocationRegionProvider

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

WithLocationRegionProvider adds the locationRegionProvider to the delete app secret version params

func (*DeleteAppSecretVersionParams) WithLocationRegionRegion

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

WithLocationRegionRegion adds the locationRegionRegion to the delete app secret version params

func (*DeleteAppSecretVersionParams) WithSecretName

func (o *DeleteAppSecretVersionParams) WithSecretName(secretName string) *DeleteAppSecretVersionParams

WithSecretName adds the secretName to the delete app secret version params

func (*DeleteAppSecretVersionParams) WithTimeout

WithTimeout adds the timeout to the delete app secret version params

func (*DeleteAppSecretVersionParams) WithVersion

WithVersion adds the version to the delete app secret version params

func (*DeleteAppSecretVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAppSecretVersionReader

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

DeleteAppSecretVersionReader is a Reader for the DeleteAppSecretVersion structure.

func (*DeleteAppSecretVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteSyncInstallationDefault

type DeleteSyncInstallationDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewDeleteSyncInstallationDefault

func NewDeleteSyncInstallationDefault(code int) *DeleteSyncInstallationDefault

NewDeleteSyncInstallationDefault creates a DeleteSyncInstallationDefault with default headers values

func (*DeleteSyncInstallationDefault) Code

Code gets the status code for the delete sync installation default response

func (*DeleteSyncInstallationDefault) Error

func (*DeleteSyncInstallationDefault) GetPayload

func (*DeleteSyncInstallationDefault) IsClientError

func (o *DeleteSyncInstallationDefault) IsClientError() bool

IsClientError returns true when this delete sync installation default response has a 4xx status code

func (*DeleteSyncInstallationDefault) IsCode

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

IsCode returns true when this delete sync installation default response a status code equal to that given

func (*DeleteSyncInstallationDefault) IsRedirect

func (o *DeleteSyncInstallationDefault) IsRedirect() bool

IsRedirect returns true when this delete sync installation default response has a 3xx status code

func (*DeleteSyncInstallationDefault) IsServerError

func (o *DeleteSyncInstallationDefault) IsServerError() bool

IsServerError returns true when this delete sync installation default response has a 5xx status code

func (*DeleteSyncInstallationDefault) IsSuccess

func (o *DeleteSyncInstallationDefault) IsSuccess() bool

IsSuccess returns true when this delete sync installation default response has a 2xx status code

func (*DeleteSyncInstallationDefault) String

type DeleteSyncInstallationOK

type DeleteSyncInstallationOK struct {
	Payload models.Secrets20230613DeleteSyncInstallationResponse
}

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

A successful response.

func NewDeleteSyncInstallationOK

func NewDeleteSyncInstallationOK() *DeleteSyncInstallationOK

NewDeleteSyncInstallationOK creates a DeleteSyncInstallationOK with default headers values

func (*DeleteSyncInstallationOK) Code added in v0.87.0

func (o *DeleteSyncInstallationOK) Code() int

Code gets the status code for the delete sync installation o k response

func (*DeleteSyncInstallationOK) Error

func (o *DeleteSyncInstallationOK) Error() string

func (*DeleteSyncInstallationOK) GetPayload

func (*DeleteSyncInstallationOK) IsClientError

func (o *DeleteSyncInstallationOK) IsClientError() bool

IsClientError returns true when this delete sync installation o k response has a 4xx status code

func (*DeleteSyncInstallationOK) IsCode

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

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

func (*DeleteSyncInstallationOK) IsRedirect

func (o *DeleteSyncInstallationOK) IsRedirect() bool

IsRedirect returns true when this delete sync installation o k response has a 3xx status code

func (*DeleteSyncInstallationOK) IsServerError

func (o *DeleteSyncInstallationOK) IsServerError() bool

IsServerError returns true when this delete sync installation o k response has a 5xx status code

func (*DeleteSyncInstallationOK) IsSuccess

func (o *DeleteSyncInstallationOK) IsSuccess() bool

IsSuccess returns true when this delete sync installation o k response has a 2xx status code

func (*DeleteSyncInstallationOK) String

func (o *DeleteSyncInstallationOK) String() string

type DeleteSyncInstallationParams

type DeleteSyncInstallationParams struct {

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

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

	/* LocationRegionRegion.

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

	// Name.
	Name string

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

DeleteSyncInstallationParams contains all the parameters to send to the API endpoint

for the delete sync installation operation.

Typically these are written to a http.Request.

func NewDeleteSyncInstallationParams

func NewDeleteSyncInstallationParams() *DeleteSyncInstallationParams

NewDeleteSyncInstallationParams creates a new DeleteSyncInstallationParams object, with the default timeout for this client.

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

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

func NewDeleteSyncInstallationParamsWithContext

func NewDeleteSyncInstallationParamsWithContext(ctx context.Context) *DeleteSyncInstallationParams

NewDeleteSyncInstallationParamsWithContext creates a new DeleteSyncInstallationParams object with the ability to set a context for a request.

func NewDeleteSyncInstallationParamsWithHTTPClient

func NewDeleteSyncInstallationParamsWithHTTPClient(client *http.Client) *DeleteSyncInstallationParams

NewDeleteSyncInstallationParamsWithHTTPClient creates a new DeleteSyncInstallationParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteSyncInstallationParamsWithTimeout

func NewDeleteSyncInstallationParamsWithTimeout(timeout time.Duration) *DeleteSyncInstallationParams

NewDeleteSyncInstallationParamsWithTimeout creates a new DeleteSyncInstallationParams object with the ability to set a timeout on a request.

func (*DeleteSyncInstallationParams) SetContext

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

SetContext adds the context to the delete sync installation params

func (*DeleteSyncInstallationParams) SetDefaults

func (o *DeleteSyncInstallationParams) SetDefaults()

SetDefaults hydrates default values in the delete sync installation params (not the query body).

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

func (*DeleteSyncInstallationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete sync installation params

func (*DeleteSyncInstallationParams) SetLocationOrganizationID

func (o *DeleteSyncInstallationParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the delete sync installation params

func (*DeleteSyncInstallationParams) SetLocationProjectID

func (o *DeleteSyncInstallationParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the delete sync installation params

func (*DeleteSyncInstallationParams) SetLocationRegionProvider

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

SetLocationRegionProvider adds the locationRegionProvider to the delete sync installation params

func (*DeleteSyncInstallationParams) SetLocationRegionRegion

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

SetLocationRegionRegion adds the locationRegionRegion to the delete sync installation params

func (*DeleteSyncInstallationParams) SetName

func (o *DeleteSyncInstallationParams) SetName(name string)

SetName adds the name to the delete sync installation params

func (*DeleteSyncInstallationParams) SetTimeout

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

SetTimeout adds the timeout to the delete sync installation params

func (*DeleteSyncInstallationParams) WithContext

WithContext adds the context to the delete sync installation params

func (*DeleteSyncInstallationParams) WithDefaults

WithDefaults hydrates default values in the delete sync installation params (not the query body).

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

func (*DeleteSyncInstallationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete sync installation params

func (*DeleteSyncInstallationParams) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the delete sync installation params

func (*DeleteSyncInstallationParams) WithLocationProjectID

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

WithLocationProjectID adds the locationProjectID to the delete sync installation params

func (*DeleteSyncInstallationParams) WithLocationRegionProvider

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

WithLocationRegionProvider adds the locationRegionProvider to the delete sync installation params

func (*DeleteSyncInstallationParams) WithLocationRegionRegion

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

WithLocationRegionRegion adds the locationRegionRegion to the delete sync installation params

func (*DeleteSyncInstallationParams) WithName

WithName adds the name to the delete sync installation params

func (*DeleteSyncInstallationParams) WithTimeout

WithTimeout adds the timeout to the delete sync installation params

func (*DeleteSyncInstallationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSyncInstallationReader

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

DeleteSyncInstallationReader is a Reader for the DeleteSyncInstallation structure.

func (*DeleteSyncInstallationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteSyncIntegrationDefault

type DeleteSyncIntegrationDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewDeleteSyncIntegrationDefault

func NewDeleteSyncIntegrationDefault(code int) *DeleteSyncIntegrationDefault

NewDeleteSyncIntegrationDefault creates a DeleteSyncIntegrationDefault with default headers values

func (*DeleteSyncIntegrationDefault) Code

Code gets the status code for the delete sync integration default response

func (*DeleteSyncIntegrationDefault) Error

func (*DeleteSyncIntegrationDefault) GetPayload

func (*DeleteSyncIntegrationDefault) IsClientError

func (o *DeleteSyncIntegrationDefault) IsClientError() bool

IsClientError returns true when this delete sync integration default response has a 4xx status code

func (*DeleteSyncIntegrationDefault) IsCode

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

IsCode returns true when this delete sync integration default response a status code equal to that given

func (*DeleteSyncIntegrationDefault) IsRedirect

func (o *DeleteSyncIntegrationDefault) IsRedirect() bool

IsRedirect returns true when this delete sync integration default response has a 3xx status code

func (*DeleteSyncIntegrationDefault) IsServerError

func (o *DeleteSyncIntegrationDefault) IsServerError() bool

IsServerError returns true when this delete sync integration default response has a 5xx status code

func (*DeleteSyncIntegrationDefault) IsSuccess

func (o *DeleteSyncIntegrationDefault) IsSuccess() bool

IsSuccess returns true when this delete sync integration default response has a 2xx status code

func (*DeleteSyncIntegrationDefault) String

type DeleteSyncIntegrationOK

type DeleteSyncIntegrationOK struct {
	Payload models.Secrets20230613DeleteSyncIntegrationResponse
}

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

A successful response.

func NewDeleteSyncIntegrationOK

func NewDeleteSyncIntegrationOK() *DeleteSyncIntegrationOK

NewDeleteSyncIntegrationOK creates a DeleteSyncIntegrationOK with default headers values

func (*DeleteSyncIntegrationOK) Code added in v0.87.0

func (o *DeleteSyncIntegrationOK) Code() int

Code gets the status code for the delete sync integration o k response

func (*DeleteSyncIntegrationOK) Error

func (o *DeleteSyncIntegrationOK) Error() string

func (*DeleteSyncIntegrationOK) GetPayload

func (*DeleteSyncIntegrationOK) IsClientError

func (o *DeleteSyncIntegrationOK) IsClientError() bool

IsClientError returns true when this delete sync integration o k response has a 4xx status code

func (*DeleteSyncIntegrationOK) IsCode

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

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

func (*DeleteSyncIntegrationOK) IsRedirect

func (o *DeleteSyncIntegrationOK) IsRedirect() bool

IsRedirect returns true when this delete sync integration o k response has a 3xx status code

func (*DeleteSyncIntegrationOK) IsServerError

func (o *DeleteSyncIntegrationOK) IsServerError() bool

IsServerError returns true when this delete sync integration o k response has a 5xx status code

func (*DeleteSyncIntegrationOK) IsSuccess

func (o *DeleteSyncIntegrationOK) IsSuccess() bool

IsSuccess returns true when this delete sync integration o k response has a 2xx status code

func (*DeleteSyncIntegrationOK) String

func (o *DeleteSyncIntegrationOK) String() string

type DeleteSyncIntegrationParams

type DeleteSyncIntegrationParams struct {

	// CascadeDelete.
	CascadeDelete *bool

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

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

	/* LocationRegionRegion.

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

	// Name.
	Name string

	// PurgeSyncedSecrets.
	PurgeSyncedSecrets *bool

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

DeleteSyncIntegrationParams contains all the parameters to send to the API endpoint

for the delete sync integration operation.

Typically these are written to a http.Request.

func NewDeleteSyncIntegrationParams

func NewDeleteSyncIntegrationParams() *DeleteSyncIntegrationParams

NewDeleteSyncIntegrationParams creates a new DeleteSyncIntegrationParams object, with the default timeout for this client.

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

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

func NewDeleteSyncIntegrationParamsWithContext

func NewDeleteSyncIntegrationParamsWithContext(ctx context.Context) *DeleteSyncIntegrationParams

NewDeleteSyncIntegrationParamsWithContext creates a new DeleteSyncIntegrationParams object with the ability to set a context for a request.

func NewDeleteSyncIntegrationParamsWithHTTPClient

func NewDeleteSyncIntegrationParamsWithHTTPClient(client *http.Client) *DeleteSyncIntegrationParams

NewDeleteSyncIntegrationParamsWithHTTPClient creates a new DeleteSyncIntegrationParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteSyncIntegrationParamsWithTimeout

func NewDeleteSyncIntegrationParamsWithTimeout(timeout time.Duration) *DeleteSyncIntegrationParams

NewDeleteSyncIntegrationParamsWithTimeout creates a new DeleteSyncIntegrationParams object with the ability to set a timeout on a request.

func (*DeleteSyncIntegrationParams) SetCascadeDelete added in v0.106.0

func (o *DeleteSyncIntegrationParams) SetCascadeDelete(cascadeDelete *bool)

SetCascadeDelete adds the cascadeDelete to the delete sync integration params

func (*DeleteSyncIntegrationParams) SetContext

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

SetContext adds the context to the delete sync integration params

func (*DeleteSyncIntegrationParams) SetDefaults

func (o *DeleteSyncIntegrationParams) SetDefaults()

SetDefaults hydrates default values in the delete sync integration params (not the query body).

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

func (*DeleteSyncIntegrationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete sync integration params

func (*DeleteSyncIntegrationParams) SetLocationOrganizationID

func (o *DeleteSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the delete sync integration params

func (*DeleteSyncIntegrationParams) SetLocationProjectID

func (o *DeleteSyncIntegrationParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the delete sync integration params

func (*DeleteSyncIntegrationParams) SetLocationRegionProvider

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

SetLocationRegionProvider adds the locationRegionProvider to the delete sync integration params

func (*DeleteSyncIntegrationParams) SetLocationRegionRegion

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

SetLocationRegionRegion adds the locationRegionRegion to the delete sync integration params

func (*DeleteSyncIntegrationParams) SetName

func (o *DeleteSyncIntegrationParams) SetName(name string)

SetName adds the name to the delete sync integration params

func (*DeleteSyncIntegrationParams) SetPurgeSyncedSecrets added in v0.106.0

func (o *DeleteSyncIntegrationParams) SetPurgeSyncedSecrets(purgeSyncedSecrets *bool)

SetPurgeSyncedSecrets adds the purgeSyncedSecrets to the delete sync integration params

func (*DeleteSyncIntegrationParams) SetTimeout

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

SetTimeout adds the timeout to the delete sync integration params

func (*DeleteSyncIntegrationParams) WithCascadeDelete added in v0.106.0

func (o *DeleteSyncIntegrationParams) WithCascadeDelete(cascadeDelete *bool) *DeleteSyncIntegrationParams

WithCascadeDelete adds the cascadeDelete to the delete sync integration params

func (*DeleteSyncIntegrationParams) WithContext

WithContext adds the context to the delete sync integration params

func (*DeleteSyncIntegrationParams) WithDefaults

WithDefaults hydrates default values in the delete sync integration params (not the query body).

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

func (*DeleteSyncIntegrationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete sync integration params

func (*DeleteSyncIntegrationParams) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the delete sync integration params

func (*DeleteSyncIntegrationParams) WithLocationProjectID

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

WithLocationProjectID adds the locationProjectID to the delete sync integration params

func (*DeleteSyncIntegrationParams) WithLocationRegionProvider

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

WithLocationRegionProvider adds the locationRegionProvider to the delete sync integration params

func (*DeleteSyncIntegrationParams) WithLocationRegionRegion

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

WithLocationRegionRegion adds the locationRegionRegion to the delete sync integration params

func (*DeleteSyncIntegrationParams) WithName

WithName adds the name to the delete sync integration params

func (*DeleteSyncIntegrationParams) WithPurgeSyncedSecrets added in v0.106.0

func (o *DeleteSyncIntegrationParams) WithPurgeSyncedSecrets(purgeSyncedSecrets *bool) *DeleteSyncIntegrationParams

WithPurgeSyncedSecrets adds the purgeSyncedSecrets to the delete sync integration params

func (*DeleteSyncIntegrationParams) WithTimeout

WithTimeout adds the timeout to the delete sync integration params

func (*DeleteSyncIntegrationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSyncIntegrationReader

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

DeleteSyncIntegrationReader is a Reader for the DeleteSyncIntegration structure.

func (*DeleteSyncIntegrationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ForceSyncBody

type ForceSyncBody struct {

	// app name
	AppName string `json:"app_name,omitempty"`

	// location
	Location *ForceSyncParamsBodyLocation `json:"location,omitempty"`

	// operation
	Operation *models.ForceSyncRequestOPERATION `json:"operation,omitempty"`

	// sync integration name
	SyncIntegrationName string `json:"sync_integration_name,omitempty"`
}

ForceSyncBody force sync body swagger:model ForceSyncBody

func (*ForceSyncBody) ContextValidate

func (o *ForceSyncBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this force sync body based on the context it is used

func (*ForceSyncBody) MarshalBinary

func (o *ForceSyncBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ForceSyncBody) UnmarshalBinary

func (o *ForceSyncBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ForceSyncBody) Validate

func (o *ForceSyncBody) Validate(formats strfmt.Registry) error

Validate validates this force sync body

type ForceSyncDefault

type ForceSyncDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewForceSyncDefault

func NewForceSyncDefault(code int) *ForceSyncDefault

NewForceSyncDefault creates a ForceSyncDefault with default headers values

func (*ForceSyncDefault) Code

func (o *ForceSyncDefault) Code() int

Code gets the status code for the force sync default response

func (*ForceSyncDefault) Error

func (o *ForceSyncDefault) Error() string

func (*ForceSyncDefault) GetPayload

func (o *ForceSyncDefault) GetPayload() *models.RPCStatus

func (*ForceSyncDefault) IsClientError

func (o *ForceSyncDefault) IsClientError() bool

IsClientError returns true when this force sync default response has a 4xx status code

func (*ForceSyncDefault) IsCode

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

IsCode returns true when this force sync default response a status code equal to that given

func (*ForceSyncDefault) IsRedirect

func (o *ForceSyncDefault) IsRedirect() bool

IsRedirect returns true when this force sync default response has a 3xx status code

func (*ForceSyncDefault) IsServerError

func (o *ForceSyncDefault) IsServerError() bool

IsServerError returns true when this force sync default response has a 5xx status code

func (*ForceSyncDefault) IsSuccess

func (o *ForceSyncDefault) IsSuccess() bool

IsSuccess returns true when this force sync default response has a 2xx status code

func (*ForceSyncDefault) String

func (o *ForceSyncDefault) String() string

type ForceSyncOK

type ForceSyncOK struct {
	Payload models.Secrets20230613ForceSyncResponse
}

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

A successful response.

func NewForceSyncOK

func NewForceSyncOK() *ForceSyncOK

NewForceSyncOK creates a ForceSyncOK with default headers values

func (*ForceSyncOK) Code added in v0.87.0

func (o *ForceSyncOK) Code() int

Code gets the status code for the force sync o k response

func (*ForceSyncOK) Error

func (o *ForceSyncOK) Error() string

func (*ForceSyncOK) GetPayload

func (*ForceSyncOK) IsClientError

func (o *ForceSyncOK) IsClientError() bool

IsClientError returns true when this force sync o k response has a 4xx status code

func (*ForceSyncOK) IsCode

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

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

func (*ForceSyncOK) IsRedirect

func (o *ForceSyncOK) IsRedirect() bool

IsRedirect returns true when this force sync o k response has a 3xx status code

func (*ForceSyncOK) IsServerError

func (o *ForceSyncOK) IsServerError() bool

IsServerError returns true when this force sync o k response has a 5xx status code

func (*ForceSyncOK) IsSuccess

func (o *ForceSyncOK) IsSuccess() bool

IsSuccess returns true when this force sync o k response has a 2xx status code

func (*ForceSyncOK) String

func (o *ForceSyncOK) String() string

type ForceSyncParams

type ForceSyncParams struct {

	// Body.
	Body ForceSyncBody

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

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

ForceSyncParams contains all the parameters to send to the API endpoint

for the force sync operation.

Typically these are written to a http.Request.

func NewForceSyncParams

func NewForceSyncParams() *ForceSyncParams

NewForceSyncParams creates a new ForceSyncParams object, with the default timeout for this client.

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

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

func NewForceSyncParamsWithContext

func NewForceSyncParamsWithContext(ctx context.Context) *ForceSyncParams

NewForceSyncParamsWithContext creates a new ForceSyncParams object with the ability to set a context for a request.

func NewForceSyncParamsWithHTTPClient

func NewForceSyncParamsWithHTTPClient(client *http.Client) *ForceSyncParams

NewForceSyncParamsWithHTTPClient creates a new ForceSyncParams object with the ability to set a custom HTTPClient for a request.

func NewForceSyncParamsWithTimeout

func NewForceSyncParamsWithTimeout(timeout time.Duration) *ForceSyncParams

NewForceSyncParamsWithTimeout creates a new ForceSyncParams object with the ability to set a timeout on a request.

func (*ForceSyncParams) SetBody

func (o *ForceSyncParams) SetBody(body ForceSyncBody)

SetBody adds the body to the force sync params

func (*ForceSyncParams) SetContext

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

SetContext adds the context to the force sync params

func (*ForceSyncParams) SetDefaults

func (o *ForceSyncParams) SetDefaults()

SetDefaults hydrates default values in the force sync params (not the query body).

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

func (*ForceSyncParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the force sync params

func (*ForceSyncParams) SetLocationOrganizationID

func (o *ForceSyncParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the force sync params

func (*ForceSyncParams) SetLocationProjectID

func (o *ForceSyncParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the force sync params

func (*ForceSyncParams) SetTimeout

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

SetTimeout adds the timeout to the force sync params

func (*ForceSyncParams) WithBody

func (o *ForceSyncParams) WithBody(body ForceSyncBody) *ForceSyncParams

WithBody adds the body to the force sync params

func (*ForceSyncParams) WithContext

func (o *ForceSyncParams) WithContext(ctx context.Context) *ForceSyncParams

WithContext adds the context to the force sync params

func (*ForceSyncParams) WithDefaults

func (o *ForceSyncParams) WithDefaults() *ForceSyncParams

WithDefaults hydrates default values in the force sync params (not the query body).

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

func (*ForceSyncParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the force sync params

func (*ForceSyncParams) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the force sync params

func (*ForceSyncParams) WithLocationProjectID

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

WithLocationProjectID adds the locationProjectID to the force sync params

func (*ForceSyncParams) WithTimeout

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

WithTimeout adds the timeout to the force sync params

func (*ForceSyncParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ForceSyncParamsBodyLocation

type ForceSyncParamsBodyLocation struct {

	// region is the region that the resource is located in. It is
	// optional if the object being referenced is a global object.
	Region *models.LocationRegion `json:"region,omitempty"`
}

ForceSyncParamsBodyLocation Location represents a target for an operation in HCP. swagger:model ForceSyncParamsBodyLocation

func (*ForceSyncParamsBodyLocation) ContextValidate

func (o *ForceSyncParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this force sync params body location based on the context it is used

func (*ForceSyncParamsBodyLocation) MarshalBinary

func (o *ForceSyncParamsBodyLocation) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ForceSyncParamsBodyLocation) UnmarshalBinary

func (o *ForceSyncParamsBodyLocation) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ForceSyncParamsBodyLocation) Validate

func (o *ForceSyncParamsBodyLocation) Validate(formats strfmt.Registry) error

Validate validates this force sync params body location

type ForceSyncReader

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

ForceSyncReader is a Reader for the ForceSync structure.

func (*ForceSyncReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAppDefault

type GetAppDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewGetAppDefault

func NewGetAppDefault(code int) *GetAppDefault

NewGetAppDefault creates a GetAppDefault with default headers values

func (*GetAppDefault) Code

func (o *GetAppDefault) Code() int

Code gets the status code for the get app default response

func (*GetAppDefault) Error

func (o *GetAppDefault) Error() string

func (*GetAppDefault) GetPayload

func (o *GetAppDefault) GetPayload() *models.RPCStatus

func (*GetAppDefault) IsClientError

func (o *GetAppDefault) IsClientError() bool

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

func (*GetAppDefault) IsCode

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

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

func (*GetAppDefault) IsRedirect

func (o *GetAppDefault) IsRedirect() bool

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

func (*GetAppDefault) IsServerError

func (o *GetAppDefault) IsServerError() bool

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

func (*GetAppDefault) IsSuccess

func (o *GetAppDefault) IsSuccess() bool

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

func (*GetAppDefault) String

func (o *GetAppDefault) String() string

type GetAppOK

type GetAppOK struct {
	Payload *models.Secrets20230613GetAppResponse
}

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

A successful response.

func NewGetAppOK

func NewGetAppOK() *GetAppOK

NewGetAppOK creates a GetAppOK with default headers values

func (*GetAppOK) Code added in v0.87.0

func (o *GetAppOK) Code() int

Code gets the status code for the get app o k response

func (*GetAppOK) Error

func (o *GetAppOK) Error() string

func (*GetAppOK) GetPayload

func (*GetAppOK) IsClientError

func (o *GetAppOK) IsClientError() bool

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

func (*GetAppOK) IsCode

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

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

func (*GetAppOK) IsRedirect

func (o *GetAppOK) IsRedirect() bool

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

func (*GetAppOK) IsServerError

func (o *GetAppOK) IsServerError() bool

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

func (*GetAppOK) IsSuccess

func (o *GetAppOK) IsSuccess() bool

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

func (*GetAppOK) String

func (o *GetAppOK) String() string

type GetAppParams

type GetAppParams struct {

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

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

	/* LocationRegionRegion.

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

	// Name.
	Name string

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

GetAppParams contains all the parameters to send to the API endpoint

for the get app operation.

Typically these are written to a http.Request.

func NewGetAppParams

func NewGetAppParams() *GetAppParams

NewGetAppParams creates a new GetAppParams object, with the default timeout for this client.

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

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

func NewGetAppParamsWithContext

func NewGetAppParamsWithContext(ctx context.Context) *GetAppParams

NewGetAppParamsWithContext creates a new GetAppParams object with the ability to set a context for a request.

func NewGetAppParamsWithHTTPClient

func NewGetAppParamsWithHTTPClient(client *http.Client) *GetAppParams

NewGetAppParamsWithHTTPClient creates a new GetAppParams object with the ability to set a custom HTTPClient for a request.

func NewGetAppParamsWithTimeout

func NewGetAppParamsWithTimeout(timeout time.Duration) *GetAppParams

NewGetAppParamsWithTimeout creates a new GetAppParams object with the ability to set a timeout on a request.

func (*GetAppParams) SetContext

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

SetContext adds the context to the get app params

func (*GetAppParams) SetDefaults

func (o *GetAppParams) SetDefaults()

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

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

func (*GetAppParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get app params

func (*GetAppParams) SetLocationOrganizationID

func (o *GetAppParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the get app params

func (*GetAppParams) SetLocationProjectID

func (o *GetAppParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the get app params

func (*GetAppParams) SetLocationRegionProvider

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

SetLocationRegionProvider adds the locationRegionProvider to the get app params

func (*GetAppParams) SetLocationRegionRegion

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

SetLocationRegionRegion adds the locationRegionRegion to the get app params

func (*GetAppParams) SetName

func (o *GetAppParams) SetName(name string)

SetName adds the name to the get app params

func (*GetAppParams) SetTimeout

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

SetTimeout adds the timeout to the get app params

func (*GetAppParams) WithContext

func (o *GetAppParams) WithContext(ctx context.Context) *GetAppParams

WithContext adds the context to the get app params

func (*GetAppParams) WithDefaults

func (o *GetAppParams) WithDefaults() *GetAppParams

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

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

func (*GetAppParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get app params

func (*GetAppParams) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the get app params

func (*GetAppParams) WithLocationProjectID

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

WithLocationProjectID adds the locationProjectID to the get app params

func (*GetAppParams) WithLocationRegionProvider

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

WithLocationRegionProvider adds the locationRegionProvider to the get app params

func (*GetAppParams) WithLocationRegionRegion

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

WithLocationRegionRegion adds the locationRegionRegion to the get app params

func (*GetAppParams) WithName

func (o *GetAppParams) WithName(name string) *GetAppParams

WithName adds the name to the get app params

func (*GetAppParams) WithTimeout

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

WithTimeout adds the timeout to the get app params

func (*GetAppParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAppReader

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

GetAppReader is a Reader for the GetApp structure.

func (*GetAppReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAppSecretDefault

type GetAppSecretDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewGetAppSecretDefault

func NewGetAppSecretDefault(code int) *GetAppSecretDefault

NewGetAppSecretDefault creates a GetAppSecretDefault with default headers values

func (*GetAppSecretDefault) Code

func (o *GetAppSecretDefault) Code() int

Code gets the status code for the get app secret default response

func (*GetAppSecretDefault) Error

func (o *GetAppSecretDefault) Error() string

func (*GetAppSecretDefault) GetPayload

func (o *GetAppSecretDefault) GetPayload() *models.RPCStatus

func (*GetAppSecretDefault) IsClientError

func (o *GetAppSecretDefault) IsClientError() bool

IsClientError returns true when this get app secret default response has a 4xx status code

func (*GetAppSecretDefault) IsCode

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

IsCode returns true when this get app secret default response a status code equal to that given

func (*GetAppSecretDefault) IsRedirect

func (o *GetAppSecretDefault) IsRedirect() bool

IsRedirect returns true when this get app secret default response has a 3xx status code

func (*GetAppSecretDefault) IsServerError

func (o *GetAppSecretDefault) IsServerError() bool

IsServerError returns true when this get app secret default response has a 5xx status code

func (*GetAppSecretDefault) IsSuccess

func (o *GetAppSecretDefault) IsSuccess() bool

IsSuccess returns true when this get app secret default response has a 2xx status code

func (*GetAppSecretDefault) String

func (o *GetAppSecretDefault) String() string

type GetAppSecretOK

type GetAppSecretOK struct {
	Payload *models.Secrets20230613GetAppSecretResponse
}

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

A successful response.

func NewGetAppSecretOK

func NewGetAppSecretOK() *GetAppSecretOK

NewGetAppSecretOK creates a GetAppSecretOK with default headers values

func (*GetAppSecretOK) Code added in v0.87.0

func (o *GetAppSecretOK) Code() int

Code gets the status code for the get app secret o k response

func (*GetAppSecretOK) Error

func (o *GetAppSecretOK) Error() string

func (*GetAppSecretOK) GetPayload

func (*GetAppSecretOK) IsClientError

func (o *GetAppSecretOK) IsClientError() bool

IsClientError returns true when this get app secret o k response has a 4xx status code

func (*GetAppSecretOK) IsCode

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

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

func (*GetAppSecretOK) IsRedirect

func (o *GetAppSecretOK) IsRedirect() bool

IsRedirect returns true when this get app secret o k response has a 3xx status code

func (*GetAppSecretOK) IsServerError

func (o *GetAppSecretOK) IsServerError() bool

IsServerError returns true when this get app secret o k response has a 5xx status code

func (*GetAppSecretOK) IsSuccess

func (o *GetAppSecretOK) IsSuccess() bool

IsSuccess returns true when this get app secret o k response has a 2xx status code

func (*GetAppSecretOK) String

func (o *GetAppSecretOK) String() string

type GetAppSecretParams

type GetAppSecretParams struct {

	// AppName.
	AppName string

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

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

	/* LocationRegionRegion.

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

	// SecretName.
	SecretName string

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

GetAppSecretParams contains all the parameters to send to the API endpoint

for the get app secret operation.

Typically these are written to a http.Request.

func NewGetAppSecretParams

func NewGetAppSecretParams() *GetAppSecretParams

NewGetAppSecretParams creates a new GetAppSecretParams object, with the default timeout for this client.

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

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

func NewGetAppSecretParamsWithContext

func NewGetAppSecretParamsWithContext(ctx context.Context) *GetAppSecretParams

NewGetAppSecretParamsWithContext creates a new GetAppSecretParams object with the ability to set a context for a request.

func NewGetAppSecretParamsWithHTTPClient

func NewGetAppSecretParamsWithHTTPClient(client *http.Client) *GetAppSecretParams

NewGetAppSecretParamsWithHTTPClient creates a new GetAppSecretParams object with the ability to set a custom HTTPClient for a request.

func NewGetAppSecretParamsWithTimeout

func NewGetAppSecretParamsWithTimeout(timeout time.Duration) *GetAppSecretParams

NewGetAppSecretParamsWithTimeout creates a new GetAppSecretParams object with the ability to set a timeout on a request.

func (*GetAppSecretParams) SetAppName

func (o *GetAppSecretParams) SetAppName(appName string)

SetAppName adds the appName to the get app secret params

func (*GetAppSecretParams) SetContext

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

SetContext adds the context to the get app secret params

func (*GetAppSecretParams) SetDefaults

func (o *GetAppSecretParams) SetDefaults()

SetDefaults hydrates default values in the get app secret params (not the query body).

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

func (*GetAppSecretParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get app secret params

func (*GetAppSecretParams) SetLocationOrganizationID

func (o *GetAppSecretParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the get app secret params

func (*GetAppSecretParams) SetLocationProjectID

func (o *GetAppSecretParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the get app secret params

func (*GetAppSecretParams) SetLocationRegionProvider

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

SetLocationRegionProvider adds the locationRegionProvider to the get app secret params

func (*GetAppSecretParams) SetLocationRegionRegion

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

SetLocationRegionRegion adds the locationRegionRegion to the get app secret params

func (*GetAppSecretParams) SetSecretName

func (o *GetAppSecretParams) SetSecretName(secretName string)

SetSecretName adds the secretName to the get app secret params

func (*GetAppSecretParams) SetTimeout

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

SetTimeout adds the timeout to the get app secret params

func (*GetAppSecretParams) WithAppName

func (o *GetAppSecretParams) WithAppName(appName string) *GetAppSecretParams

WithAppName adds the appName to the get app secret params

func (*GetAppSecretParams) WithContext

WithContext adds the context to the get app secret params

func (*GetAppSecretParams) WithDefaults

func (o *GetAppSecretParams) WithDefaults() *GetAppSecretParams

WithDefaults hydrates default values in the get app secret params (not the query body).

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

func (*GetAppSecretParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get app secret params

func (*GetAppSecretParams) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the get app secret params

func (*GetAppSecretParams) WithLocationProjectID

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

WithLocationProjectID adds the locationProjectID to the get app secret params

func (*GetAppSecretParams) WithLocationRegionProvider

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

WithLocationRegionProvider adds the locationRegionProvider to the get app secret params

func (*GetAppSecretParams) WithLocationRegionRegion

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

WithLocationRegionRegion adds the locationRegionRegion to the get app secret params

func (*GetAppSecretParams) WithSecretName

func (o *GetAppSecretParams) WithSecretName(secretName string) *GetAppSecretParams

WithSecretName adds the secretName to the get app secret params

func (*GetAppSecretParams) WithTimeout

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

WithTimeout adds the timeout to the get app secret params

func (*GetAppSecretParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAppSecretReader

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

GetAppSecretReader is a Reader for the GetAppSecret structure.

func (*GetAppSecretReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAppSecretVersionDefault

type GetAppSecretVersionDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewGetAppSecretVersionDefault

func NewGetAppSecretVersionDefault(code int) *GetAppSecretVersionDefault

NewGetAppSecretVersionDefault creates a GetAppSecretVersionDefault with default headers values

func (*GetAppSecretVersionDefault) Code

func (o *GetAppSecretVersionDefault) Code() int

Code gets the status code for the get app secret version default response

func (*GetAppSecretVersionDefault) Error

func (*GetAppSecretVersionDefault) GetPayload

func (o *GetAppSecretVersionDefault) GetPayload() *models.RPCStatus

func (*GetAppSecretVersionDefault) IsClientError

func (o *GetAppSecretVersionDefault) IsClientError() bool

IsClientError returns true when this get app secret version default response has a 4xx status code

func (*GetAppSecretVersionDefault) IsCode

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

IsCode returns true when this get app secret version default response a status code equal to that given

func (*GetAppSecretVersionDefault) IsRedirect

func (o *GetAppSecretVersionDefault) IsRedirect() bool

IsRedirect returns true when this get app secret version default response has a 3xx status code

func (*GetAppSecretVersionDefault) IsServerError

func (o *GetAppSecretVersionDefault) IsServerError() bool

IsServerError returns true when this get app secret version default response has a 5xx status code

func (*GetAppSecretVersionDefault) IsSuccess

func (o *GetAppSecretVersionDefault) IsSuccess() bool

IsSuccess returns true when this get app secret version default response has a 2xx status code

func (*GetAppSecretVersionDefault) String

func (o *GetAppSecretVersionDefault) String() string

type GetAppSecretVersionOK

type GetAppSecretVersionOK struct {
	Payload *models.Secrets20230613GetAppSecretVersionResponse
}

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

A successful response.

func NewGetAppSecretVersionOK

func NewGetAppSecretVersionOK() *GetAppSecretVersionOK

NewGetAppSecretVersionOK creates a GetAppSecretVersionOK with default headers values

func (*GetAppSecretVersionOK) Code added in v0.87.0

func (o *GetAppSecretVersionOK) Code() int

Code gets the status code for the get app secret version o k response

func (*GetAppSecretVersionOK) Error

func (o *GetAppSecretVersionOK) Error() string

func (*GetAppSecretVersionOK) GetPayload

func (*GetAppSecretVersionOK) IsClientError

func (o *GetAppSecretVersionOK) IsClientError() bool

IsClientError returns true when this get app secret version o k response has a 4xx status code

func (*GetAppSecretVersionOK) IsCode

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

IsCode returns true when this get app secret version o k response a status code equal to that given

func (*GetAppSecretVersionOK) IsRedirect

func (o *GetAppSecretVersionOK) IsRedirect() bool

IsRedirect returns true when this get app secret version o k response has a 3xx status code

func (*GetAppSecretVersionOK) IsServerError

func (o *GetAppSecretVersionOK) IsServerError() bool

IsServerError returns true when this get app secret version o k response has a 5xx status code

func (*GetAppSecretVersionOK) IsSuccess

func (o *GetAppSecretVersionOK) IsSuccess() bool

IsSuccess returns true when this get app secret version o k response has a 2xx status code

func (*GetAppSecretVersionOK) String

func (o *GetAppSecretVersionOK) String() string

type GetAppSecretVersionParams

type GetAppSecretVersionParams struct {

	// AppName.
	AppName string

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

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

	/* LocationRegionRegion.

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

	// SecretName.
	SecretName string

	// Version.
	//
	// Format: int64
	Version string

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

GetAppSecretVersionParams contains all the parameters to send to the API endpoint

for the get app secret version operation.

Typically these are written to a http.Request.

func NewGetAppSecretVersionParams

func NewGetAppSecretVersionParams() *GetAppSecretVersionParams

NewGetAppSecretVersionParams creates a new GetAppSecretVersionParams object, with the default timeout for this client.

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

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

func NewGetAppSecretVersionParamsWithContext

func NewGetAppSecretVersionParamsWithContext(ctx context.Context) *GetAppSecretVersionParams

NewGetAppSecretVersionParamsWithContext creates a new GetAppSecretVersionParams object with the ability to set a context for a request.

func NewGetAppSecretVersionParamsWithHTTPClient

func NewGetAppSecretVersionParamsWithHTTPClient(client *http.Client) *GetAppSecretVersionParams

NewGetAppSecretVersionParamsWithHTTPClient creates a new GetAppSecretVersionParams object with the ability to set a custom HTTPClient for a request.

func NewGetAppSecretVersionParamsWithTimeout

func NewGetAppSecretVersionParamsWithTimeout(timeout time.Duration) *GetAppSecretVersionParams

NewGetAppSecretVersionParamsWithTimeout creates a new GetAppSecretVersionParams object with the ability to set a timeout on a request.

func (*GetAppSecretVersionParams) SetAppName

func (o *GetAppSecretVersionParams) SetAppName(appName string)

SetAppName adds the appName to the get app secret version params

func (*GetAppSecretVersionParams) SetContext

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

SetContext adds the context to the get app secret version params

func (*GetAppSecretVersionParams) SetDefaults

func (o *GetAppSecretVersionParams) SetDefaults()

SetDefaults hydrates default values in the get app secret version params (not the query body).

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

func (*GetAppSecretVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get app secret version params

func (*GetAppSecretVersionParams) SetLocationOrganizationID

func (o *GetAppSecretVersionParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the get app secret version params

func (*GetAppSecretVersionParams) SetLocationProjectID

func (o *GetAppSecretVersionParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the get app secret version params

func (*GetAppSecretVersionParams) SetLocationRegionProvider

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

SetLocationRegionProvider adds the locationRegionProvider to the get app secret version params

func (*GetAppSecretVersionParams) SetLocationRegionRegion

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

SetLocationRegionRegion adds the locationRegionRegion to the get app secret version params

func (*GetAppSecretVersionParams) SetSecretName

func (o *GetAppSecretVersionParams) SetSecretName(secretName string)

SetSecretName adds the secretName to the get app secret version params

func (*GetAppSecretVersionParams) SetTimeout

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

SetTimeout adds the timeout to the get app secret version params

func (*GetAppSecretVersionParams) SetVersion

func (o *GetAppSecretVersionParams) SetVersion(version string)

SetVersion adds the version to the get app secret version params

func (*GetAppSecretVersionParams) WithAppName

WithAppName adds the appName to the get app secret version params

func (*GetAppSecretVersionParams) WithContext

WithContext adds the context to the get app secret version params

func (*GetAppSecretVersionParams) WithDefaults

WithDefaults hydrates default values in the get app secret version params (not the query body).

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

func (*GetAppSecretVersionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get app secret version params

func (*GetAppSecretVersionParams) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the get app secret version params

func (*GetAppSecretVersionParams) WithLocationProjectID

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

WithLocationProjectID adds the locationProjectID to the get app secret version params

func (*GetAppSecretVersionParams) WithLocationRegionProvider

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

WithLocationRegionProvider adds the locationRegionProvider to the get app secret version params

func (*GetAppSecretVersionParams) WithLocationRegionRegion

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

WithLocationRegionRegion adds the locationRegionRegion to the get app secret version params

func (*GetAppSecretVersionParams) WithSecretName

func (o *GetAppSecretVersionParams) WithSecretName(secretName string) *GetAppSecretVersionParams

WithSecretName adds the secretName to the get app secret version params

func (*GetAppSecretVersionParams) WithTimeout

WithTimeout adds the timeout to the get app secret version params

func (*GetAppSecretVersionParams) WithVersion

WithVersion adds the version to the get app secret version params

func (*GetAppSecretVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAppSecretVersionReader

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

GetAppSecretVersionReader is a Reader for the GetAppSecretVersion structure.

func (*GetAppSecretVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGitHubEnvironmentsDefault added in v0.106.0

type GetGitHubEnvironmentsDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewGetGitHubEnvironmentsDefault added in v0.106.0

func NewGetGitHubEnvironmentsDefault(code int) *GetGitHubEnvironmentsDefault

NewGetGitHubEnvironmentsDefault creates a GetGitHubEnvironmentsDefault with default headers values

func (*GetGitHubEnvironmentsDefault) Code added in v0.106.0

Code gets the status code for the get git hub environments default response

func (*GetGitHubEnvironmentsDefault) Error added in v0.106.0

func (*GetGitHubEnvironmentsDefault) GetPayload added in v0.106.0

func (*GetGitHubEnvironmentsDefault) IsClientError added in v0.106.0

func (o *GetGitHubEnvironmentsDefault) IsClientError() bool

IsClientError returns true when this get git hub environments default response has a 4xx status code

func (*GetGitHubEnvironmentsDefault) IsCode added in v0.106.0

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

IsCode returns true when this get git hub environments default response a status code equal to that given

func (*GetGitHubEnvironmentsDefault) IsRedirect added in v0.106.0

func (o *GetGitHubEnvironmentsDefault) IsRedirect() bool

IsRedirect returns true when this get git hub environments default response has a 3xx status code

func (*GetGitHubEnvironmentsDefault) IsServerError added in v0.106.0

func (o *GetGitHubEnvironmentsDefault) IsServerError() bool

IsServerError returns true when this get git hub environments default response has a 5xx status code

func (*GetGitHubEnvironmentsDefault) IsSuccess added in v0.106.0

func (o *GetGitHubEnvironmentsDefault) IsSuccess() bool

IsSuccess returns true when this get git hub environments default response has a 2xx status code

func (*GetGitHubEnvironmentsDefault) String added in v0.106.0

type GetGitHubEnvironmentsOK added in v0.106.0

type GetGitHubEnvironmentsOK struct {
	Payload *models.Secrets20230613GetGitHubEnvironmentsResponse
}

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

A successful response.

func NewGetGitHubEnvironmentsOK added in v0.106.0

func NewGetGitHubEnvironmentsOK() *GetGitHubEnvironmentsOK

NewGetGitHubEnvironmentsOK creates a GetGitHubEnvironmentsOK with default headers values

func (*GetGitHubEnvironmentsOK) Code added in v0.106.0

func (o *GetGitHubEnvironmentsOK) Code() int

Code gets the status code for the get git hub environments o k response

func (*GetGitHubEnvironmentsOK) Error added in v0.106.0

func (o *GetGitHubEnvironmentsOK) Error() string

func (*GetGitHubEnvironmentsOK) GetPayload added in v0.106.0

func (*GetGitHubEnvironmentsOK) IsClientError added in v0.106.0

func (o *GetGitHubEnvironmentsOK) IsClientError() bool

IsClientError returns true when this get git hub environments o k response has a 4xx status code

func (*GetGitHubEnvironmentsOK) IsCode added in v0.106.0

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

IsCode returns true when this get git hub environments o k response a status code equal to that given

func (*GetGitHubEnvironmentsOK) IsRedirect added in v0.106.0

func (o *GetGitHubEnvironmentsOK) IsRedirect() bool

IsRedirect returns true when this get git hub environments o k response has a 3xx status code

func (*GetGitHubEnvironmentsOK) IsServerError added in v0.106.0

func (o *GetGitHubEnvironmentsOK) IsServerError() bool

IsServerError returns true when this get git hub environments o k response has a 5xx status code

func (*GetGitHubEnvironmentsOK) IsSuccess added in v0.106.0

func (o *GetGitHubEnvironmentsOK) IsSuccess() bool

IsSuccess returns true when this get git hub environments o k response has a 2xx status code

func (*GetGitHubEnvironmentsOK) String added in v0.106.0

func (o *GetGitHubEnvironmentsOK) String() string

type GetGitHubEnvironmentsParams added in v0.106.0

type GetGitHubEnvironmentsParams struct {

	// InstallationName.
	InstallationName *string

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

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

	/* LocationRegionRegion.

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

	// Repository.
	Repository string

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

GetGitHubEnvironmentsParams contains all the parameters to send to the API endpoint

for the get git hub environments operation.

Typically these are written to a http.Request.

func NewGetGitHubEnvironmentsParams added in v0.106.0

func NewGetGitHubEnvironmentsParams() *GetGitHubEnvironmentsParams

NewGetGitHubEnvironmentsParams creates a new GetGitHubEnvironmentsParams object, with the default timeout for this client.

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

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

func NewGetGitHubEnvironmentsParamsWithContext added in v0.106.0

func NewGetGitHubEnvironmentsParamsWithContext(ctx context.Context) *GetGitHubEnvironmentsParams

NewGetGitHubEnvironmentsParamsWithContext creates a new GetGitHubEnvironmentsParams object with the ability to set a context for a request.

func NewGetGitHubEnvironmentsParamsWithHTTPClient added in v0.106.0

func NewGetGitHubEnvironmentsParamsWithHTTPClient(client *http.Client) *GetGitHubEnvironmentsParams

NewGetGitHubEnvironmentsParamsWithHTTPClient creates a new GetGitHubEnvironmentsParams object with the ability to set a custom HTTPClient for a request.

func NewGetGitHubEnvironmentsParamsWithTimeout added in v0.106.0

func NewGetGitHubEnvironmentsParamsWithTimeout(timeout time.Duration) *GetGitHubEnvironmentsParams

NewGetGitHubEnvironmentsParamsWithTimeout creates a new GetGitHubEnvironmentsParams object with the ability to set a timeout on a request.

func (*GetGitHubEnvironmentsParams) SetContext added in v0.106.0

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

SetContext adds the context to the get git hub environments params

func (*GetGitHubEnvironmentsParams) SetDefaults added in v0.106.0

func (o *GetGitHubEnvironmentsParams) SetDefaults()

SetDefaults hydrates default values in the get git hub environments params (not the query body).

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

func (*GetGitHubEnvironmentsParams) SetHTTPClient added in v0.106.0

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

SetHTTPClient adds the HTTPClient to the get git hub environments params

func (*GetGitHubEnvironmentsParams) SetInstallationName added in v0.106.0

func (o *GetGitHubEnvironmentsParams) SetInstallationName(installationName *string)

SetInstallationName adds the installationName to the get git hub environments params

func (*GetGitHubEnvironmentsParams) SetLocationOrganizationID added in v0.106.0

func (o *GetGitHubEnvironmentsParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the get git hub environments params

func (*GetGitHubEnvironmentsParams) SetLocationProjectID added in v0.106.0

func (o *GetGitHubEnvironmentsParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the get git hub environments params

func (*GetGitHubEnvironmentsParams) SetLocationRegionProvider added in v0.106.0

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

SetLocationRegionProvider adds the locationRegionProvider to the get git hub environments params

func (*GetGitHubEnvironmentsParams) SetLocationRegionRegion added in v0.106.0

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

SetLocationRegionRegion adds the locationRegionRegion to the get git hub environments params

func (*GetGitHubEnvironmentsParams) SetRepository added in v0.106.0

func (o *GetGitHubEnvironmentsParams) SetRepository(repository string)

SetRepository adds the repository to the get git hub environments params

func (*GetGitHubEnvironmentsParams) SetTimeout added in v0.106.0

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

SetTimeout adds the timeout to the get git hub environments params

func (*GetGitHubEnvironmentsParams) WithContext added in v0.106.0

WithContext adds the context to the get git hub environments params

func (*GetGitHubEnvironmentsParams) WithDefaults added in v0.106.0

WithDefaults hydrates default values in the get git hub environments params (not the query body).

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

func (*GetGitHubEnvironmentsParams) WithHTTPClient added in v0.106.0

WithHTTPClient adds the HTTPClient to the get git hub environments params

func (*GetGitHubEnvironmentsParams) WithInstallationName added in v0.106.0

func (o *GetGitHubEnvironmentsParams) WithInstallationName(installationName *string) *GetGitHubEnvironmentsParams

WithInstallationName adds the installationName to the get git hub environments params

func (*GetGitHubEnvironmentsParams) WithLocationOrganizationID added in v0.106.0

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

WithLocationOrganizationID adds the locationOrganizationID to the get git hub environments params

func (*GetGitHubEnvironmentsParams) WithLocationProjectID added in v0.106.0

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

WithLocationProjectID adds the locationProjectID to the get git hub environments params

func (*GetGitHubEnvironmentsParams) WithLocationRegionProvider added in v0.106.0

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

WithLocationRegionProvider adds the locationRegionProvider to the get git hub environments params

func (*GetGitHubEnvironmentsParams) WithLocationRegionRegion added in v0.106.0

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

WithLocationRegionRegion adds the locationRegionRegion to the get git hub environments params

func (*GetGitHubEnvironmentsParams) WithRepository added in v0.106.0

func (o *GetGitHubEnvironmentsParams) WithRepository(repository string) *GetGitHubEnvironmentsParams

WithRepository adds the repository to the get git hub environments params

func (*GetGitHubEnvironmentsParams) WithTimeout added in v0.106.0

WithTimeout adds the timeout to the get git hub environments params

func (*GetGitHubEnvironmentsParams) WriteToRequest added in v0.106.0

WriteToRequest writes these params to a swagger request

type GetGitHubEnvironmentsReader added in v0.106.0

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

GetGitHubEnvironmentsReader is a Reader for the GetGitHubEnvironments structure.

func (*GetGitHubEnvironmentsReader) ReadResponse added in v0.106.0

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

ReadResponse reads a server response into the received o.

type GetGitHubInstallLinksDefault

type GetGitHubInstallLinksDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewGetGitHubInstallLinksDefault

func NewGetGitHubInstallLinksDefault(code int) *GetGitHubInstallLinksDefault

NewGetGitHubInstallLinksDefault creates a GetGitHubInstallLinksDefault with default headers values

func (*GetGitHubInstallLinksDefault) Code

Code gets the status code for the get git hub install links default response

func (*GetGitHubInstallLinksDefault) Error

func (*GetGitHubInstallLinksDefault) GetPayload

func (*GetGitHubInstallLinksDefault) IsClientError

func (o *GetGitHubInstallLinksDefault) IsClientError() bool

IsClientError returns true when this get git hub install links default response has a 4xx status code

func (*GetGitHubInstallLinksDefault) IsCode

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

IsCode returns true when this get git hub install links default response a status code equal to that given

func (*GetGitHubInstallLinksDefault) IsRedirect

func (o *GetGitHubInstallLinksDefault) IsRedirect() bool

IsRedirect returns true when this get git hub install links default response has a 3xx status code

func (*GetGitHubInstallLinksDefault) IsServerError

func (o *GetGitHubInstallLinksDefault) IsServerError() bool

IsServerError returns true when this get git hub install links default response has a 5xx status code

func (*GetGitHubInstallLinksDefault) IsSuccess

func (o *GetGitHubInstallLinksDefault) IsSuccess() bool

IsSuccess returns true when this get git hub install links default response has a 2xx status code

func (*GetGitHubInstallLinksDefault) String

type GetGitHubInstallLinksOK

type GetGitHubInstallLinksOK struct {
	Payload *models.Secrets20230613GetGitHubInstallLinksResponse
}

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

A successful response.

func NewGetGitHubInstallLinksOK

func NewGetGitHubInstallLinksOK() *GetGitHubInstallLinksOK

NewGetGitHubInstallLinksOK creates a GetGitHubInstallLinksOK with default headers values

func (*GetGitHubInstallLinksOK) Code added in v0.87.0

func (o *GetGitHubInstallLinksOK) Code() int

Code gets the status code for the get git hub install links o k response

func (*GetGitHubInstallLinksOK) Error

func (o *GetGitHubInstallLinksOK) Error() string

func (*GetGitHubInstallLinksOK) GetPayload

func (*GetGitHubInstallLinksOK) IsClientError

func (o *GetGitHubInstallLinksOK) IsClientError() bool

IsClientError returns true when this get git hub install links o k response has a 4xx status code

func (*GetGitHubInstallLinksOK) IsCode

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

IsCode returns true when this get git hub install links o k response a status code equal to that given

func (*GetGitHubInstallLinksOK) IsRedirect

func (o *GetGitHubInstallLinksOK) IsRedirect() bool

IsRedirect returns true when this get git hub install links o k response has a 3xx status code

func (*GetGitHubInstallLinksOK) IsServerError

func (o *GetGitHubInstallLinksOK) IsServerError() bool

IsServerError returns true when this get git hub install links o k response has a 5xx status code

func (*GetGitHubInstallLinksOK) IsSuccess

func (o *GetGitHubInstallLinksOK) IsSuccess() bool

IsSuccess returns true when this get git hub install links o k response has a 2xx status code

func (*GetGitHubInstallLinksOK) String

func (o *GetGitHubInstallLinksOK) String() string

type GetGitHubInstallLinksParams

type GetGitHubInstallLinksParams struct {

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

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

	/* LocationRegionRegion.

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

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

GetGitHubInstallLinksParams contains all the parameters to send to the API endpoint

for the get git hub install links operation.

Typically these are written to a http.Request.

func NewGetGitHubInstallLinksParams

func NewGetGitHubInstallLinksParams() *GetGitHubInstallLinksParams

NewGetGitHubInstallLinksParams creates a new GetGitHubInstallLinksParams object, with the default timeout for this client.

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

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

func NewGetGitHubInstallLinksParamsWithContext

func NewGetGitHubInstallLinksParamsWithContext(ctx context.Context) *GetGitHubInstallLinksParams

NewGetGitHubInstallLinksParamsWithContext creates a new GetGitHubInstallLinksParams object with the ability to set a context for a request.

func NewGetGitHubInstallLinksParamsWithHTTPClient

func NewGetGitHubInstallLinksParamsWithHTTPClient(client *http.Client) *GetGitHubInstallLinksParams

NewGetGitHubInstallLinksParamsWithHTTPClient creates a new GetGitHubInstallLinksParams object with the ability to set a custom HTTPClient for a request.

func NewGetGitHubInstallLinksParamsWithTimeout

func NewGetGitHubInstallLinksParamsWithTimeout(timeout time.Duration) *GetGitHubInstallLinksParams

NewGetGitHubInstallLinksParamsWithTimeout creates a new GetGitHubInstallLinksParams object with the ability to set a timeout on a request.

func (*GetGitHubInstallLinksParams) SetContext

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

SetContext adds the context to the get git hub install links params

func (*GetGitHubInstallLinksParams) SetDefaults

func (o *GetGitHubInstallLinksParams) SetDefaults()

SetDefaults hydrates default values in the get git hub install links params (not the query body).

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

func (*GetGitHubInstallLinksParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get git hub install links params

func (*GetGitHubInstallLinksParams) SetLocationOrganizationID

func (o *GetGitHubInstallLinksParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the get git hub install links params

func (*GetGitHubInstallLinksParams) SetLocationProjectID

func (o *GetGitHubInstallLinksParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the get git hub install links params

func (*GetGitHubInstallLinksParams) SetLocationRegionProvider

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

SetLocationRegionProvider adds the locationRegionProvider to the get git hub install links params

func (*GetGitHubInstallLinksParams) SetLocationRegionRegion

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

SetLocationRegionRegion adds the locationRegionRegion to the get git hub install links params

func (*GetGitHubInstallLinksParams) SetTimeout

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

SetTimeout adds the timeout to the get git hub install links params

func (*GetGitHubInstallLinksParams) WithContext

WithContext adds the context to the get git hub install links params

func (*GetGitHubInstallLinksParams) WithDefaults

WithDefaults hydrates default values in the get git hub install links params (not the query body).

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

func (*GetGitHubInstallLinksParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get git hub install links params

func (*GetGitHubInstallLinksParams) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the get git hub install links params

func (*GetGitHubInstallLinksParams) WithLocationProjectID

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

WithLocationProjectID adds the locationProjectID to the get git hub install links params

func (*GetGitHubInstallLinksParams) WithLocationRegionProvider

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

WithLocationRegionProvider adds the locationRegionProvider to the get git hub install links params

func (*GetGitHubInstallLinksParams) WithLocationRegionRegion

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

WithLocationRegionRegion adds the locationRegionRegion to the get git hub install links params

func (*GetGitHubInstallLinksParams) WithTimeout

WithTimeout adds the timeout to the get git hub install links params

func (*GetGitHubInstallLinksParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGitHubInstallLinksReader

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

GetGitHubInstallLinksReader is a Reader for the GetGitHubInstallLinks structure.

func (*GetGitHubInstallLinksReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGitHubRepositoriesDefault added in v0.106.0

type GetGitHubRepositoriesDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewGetGitHubRepositoriesDefault added in v0.106.0

func NewGetGitHubRepositoriesDefault(code int) *GetGitHubRepositoriesDefault

NewGetGitHubRepositoriesDefault creates a GetGitHubRepositoriesDefault with default headers values

func (*GetGitHubRepositoriesDefault) Code added in v0.106.0

Code gets the status code for the get git hub repositories default response

func (*GetGitHubRepositoriesDefault) Error added in v0.106.0

func (*GetGitHubRepositoriesDefault) GetPayload added in v0.106.0

func (*GetGitHubRepositoriesDefault) IsClientError added in v0.106.0

func (o *GetGitHubRepositoriesDefault) IsClientError() bool

IsClientError returns true when this get git hub repositories default response has a 4xx status code

func (*GetGitHubRepositoriesDefault) IsCode added in v0.106.0

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

IsCode returns true when this get git hub repositories default response a status code equal to that given

func (*GetGitHubRepositoriesDefault) IsRedirect added in v0.106.0

func (o *GetGitHubRepositoriesDefault) IsRedirect() bool

IsRedirect returns true when this get git hub repositories default response has a 3xx status code

func (*GetGitHubRepositoriesDefault) IsServerError added in v0.106.0

func (o *GetGitHubRepositoriesDefault) IsServerError() bool

IsServerError returns true when this get git hub repositories default response has a 5xx status code

func (*GetGitHubRepositoriesDefault) IsSuccess added in v0.106.0

func (o *GetGitHubRepositoriesDefault) IsSuccess() bool

IsSuccess returns true when this get git hub repositories default response has a 2xx status code

func (*GetGitHubRepositoriesDefault) String added in v0.106.0

type GetGitHubRepositoriesOK added in v0.106.0

type GetGitHubRepositoriesOK struct {
	Payload *models.Secrets20230613GetGitHubRepositoriesResponse
}

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

A successful response.

func NewGetGitHubRepositoriesOK added in v0.106.0

func NewGetGitHubRepositoriesOK() *GetGitHubRepositoriesOK

NewGetGitHubRepositoriesOK creates a GetGitHubRepositoriesOK with default headers values

func (*GetGitHubRepositoriesOK) Code added in v0.106.0

func (o *GetGitHubRepositoriesOK) Code() int

Code gets the status code for the get git hub repositories o k response

func (*GetGitHubRepositoriesOK) Error added in v0.106.0

func (o *GetGitHubRepositoriesOK) Error() string

func (*GetGitHubRepositoriesOK) GetPayload added in v0.106.0

func (*GetGitHubRepositoriesOK) IsClientError added in v0.106.0

func (o *GetGitHubRepositoriesOK) IsClientError() bool

IsClientError returns true when this get git hub repositories o k response has a 4xx status code

func (*GetGitHubRepositoriesOK) IsCode added in v0.106.0

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

IsCode returns true when this get git hub repositories o k response a status code equal to that given

func (*GetGitHubRepositoriesOK) IsRedirect added in v0.106.0

func (o *GetGitHubRepositoriesOK) IsRedirect() bool

IsRedirect returns true when this get git hub repositories o k response has a 3xx status code

func (*GetGitHubRepositoriesOK) IsServerError added in v0.106.0

func (o *GetGitHubRepositoriesOK) IsServerError() bool

IsServerError returns true when this get git hub repositories o k response has a 5xx status code

func (*GetGitHubRepositoriesOK) IsSuccess added in v0.106.0

func (o *GetGitHubRepositoriesOK) IsSuccess() bool

IsSuccess returns true when this get git hub repositories o k response has a 2xx status code

func (*GetGitHubRepositoriesOK) String added in v0.106.0

func (o *GetGitHubRepositoriesOK) String() string

type GetGitHubRepositoriesParams added in v0.106.0

type GetGitHubRepositoriesParams struct {

	// InstallationName.
	InstallationName *string

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

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

	/* LocationRegionRegion.

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

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

GetGitHubRepositoriesParams contains all the parameters to send to the API endpoint

for the get git hub repositories operation.

Typically these are written to a http.Request.

func NewGetGitHubRepositoriesParams added in v0.106.0

func NewGetGitHubRepositoriesParams() *GetGitHubRepositoriesParams

NewGetGitHubRepositoriesParams creates a new GetGitHubRepositoriesParams object, with the default timeout for this client.

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

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

func NewGetGitHubRepositoriesParamsWithContext added in v0.106.0

func NewGetGitHubRepositoriesParamsWithContext(ctx context.Context) *GetGitHubRepositoriesParams

NewGetGitHubRepositoriesParamsWithContext creates a new GetGitHubRepositoriesParams object with the ability to set a context for a request.

func NewGetGitHubRepositoriesParamsWithHTTPClient added in v0.106.0

func NewGetGitHubRepositoriesParamsWithHTTPClient(client *http.Client) *GetGitHubRepositoriesParams

NewGetGitHubRepositoriesParamsWithHTTPClient creates a new GetGitHubRepositoriesParams object with the ability to set a custom HTTPClient for a request.

func NewGetGitHubRepositoriesParamsWithTimeout added in v0.106.0

func NewGetGitHubRepositoriesParamsWithTimeout(timeout time.Duration) *GetGitHubRepositoriesParams

NewGetGitHubRepositoriesParamsWithTimeout creates a new GetGitHubRepositoriesParams object with the ability to set a timeout on a request.

func (*GetGitHubRepositoriesParams) SetContext added in v0.106.0

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

SetContext adds the context to the get git hub repositories params

func (*GetGitHubRepositoriesParams) SetDefaults added in v0.106.0

func (o *GetGitHubRepositoriesParams) SetDefaults()

SetDefaults hydrates default values in the get git hub repositories params (not the query body).

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

func (*GetGitHubRepositoriesParams) SetHTTPClient added in v0.106.0

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

SetHTTPClient adds the HTTPClient to the get git hub repositories params

func (*GetGitHubRepositoriesParams) SetInstallationName added in v0.106.0

func (o *GetGitHubRepositoriesParams) SetInstallationName(installationName *string)

SetInstallationName adds the installationName to the get git hub repositories params

func (*GetGitHubRepositoriesParams) SetLocationOrganizationID added in v0.106.0

func (o *GetGitHubRepositoriesParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the get git hub repositories params

func (*GetGitHubRepositoriesParams) SetLocationProjectID added in v0.106.0

func (o *GetGitHubRepositoriesParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the get git hub repositories params

func (*GetGitHubRepositoriesParams) SetLocationRegionProvider added in v0.106.0

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

SetLocationRegionProvider adds the locationRegionProvider to the get git hub repositories params

func (*GetGitHubRepositoriesParams) SetLocationRegionRegion added in v0.106.0

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

SetLocationRegionRegion adds the locationRegionRegion to the get git hub repositories params

func (*GetGitHubRepositoriesParams) SetTimeout added in v0.106.0

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

SetTimeout adds the timeout to the get git hub repositories params

func (*GetGitHubRepositoriesParams) WithContext added in v0.106.0

WithContext adds the context to the get git hub repositories params

func (*GetGitHubRepositoriesParams) WithDefaults added in v0.106.0

WithDefaults hydrates default values in the get git hub repositories params (not the query body).

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

func (*GetGitHubRepositoriesParams) WithHTTPClient added in v0.106.0

WithHTTPClient adds the HTTPClient to the get git hub repositories params

func (*GetGitHubRepositoriesParams) WithInstallationName added in v0.106.0

func (o *GetGitHubRepositoriesParams) WithInstallationName(installationName *string) *GetGitHubRepositoriesParams

WithInstallationName adds the installationName to the get git hub repositories params

func (*GetGitHubRepositoriesParams) WithLocationOrganizationID added in v0.106.0

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

WithLocationOrganizationID adds the locationOrganizationID to the get git hub repositories params

func (*GetGitHubRepositoriesParams) WithLocationProjectID added in v0.106.0

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

WithLocationProjectID adds the locationProjectID to the get git hub repositories params

func (*GetGitHubRepositoriesParams) WithLocationRegionProvider added in v0.106.0

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

WithLocationRegionProvider adds the locationRegionProvider to the get git hub repositories params

func (*GetGitHubRepositoriesParams) WithLocationRegionRegion added in v0.106.0

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

WithLocationRegionRegion adds the locationRegionRegion to the get git hub repositories params

func (*GetGitHubRepositoriesParams) WithTimeout added in v0.106.0

WithTimeout adds the timeout to the get git hub repositories params

func (*GetGitHubRepositoriesParams) WriteToRequest added in v0.106.0

WriteToRequest writes these params to a swagger request

type GetGitHubRepositoriesReader added in v0.106.0

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

GetGitHubRepositoriesReader is a Reader for the GetGitHubRepositories structure.

func (*GetGitHubRepositoriesReader) ReadResponse added in v0.106.0

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

ReadResponse reads a server response into the received o.

type GetSyncInstallationDefault

type GetSyncInstallationDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewGetSyncInstallationDefault

func NewGetSyncInstallationDefault(code int) *GetSyncInstallationDefault

NewGetSyncInstallationDefault creates a GetSyncInstallationDefault with default headers values

func (*GetSyncInstallationDefault) Code

func (o *GetSyncInstallationDefault) Code() int

Code gets the status code for the get sync installation default response

func (*GetSyncInstallationDefault) Error

func (*GetSyncInstallationDefault) GetPayload

func (o *GetSyncInstallationDefault) GetPayload() *models.RPCStatus

func (*GetSyncInstallationDefault) IsClientError

func (o *GetSyncInstallationDefault) IsClientError() bool

IsClientError returns true when this get sync installation default response has a 4xx status code

func (*GetSyncInstallationDefault) IsCode

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

IsCode returns true when this get sync installation default response a status code equal to that given

func (*GetSyncInstallationDefault) IsRedirect

func (o *GetSyncInstallationDefault) IsRedirect() bool

IsRedirect returns true when this get sync installation default response has a 3xx status code

func (*GetSyncInstallationDefault) IsServerError

func (o *GetSyncInstallationDefault) IsServerError() bool

IsServerError returns true when this get sync installation default response has a 5xx status code

func (*GetSyncInstallationDefault) IsSuccess

func (o *GetSyncInstallationDefault) IsSuccess() bool

IsSuccess returns true when this get sync installation default response has a 2xx status code

func (*GetSyncInstallationDefault) String

func (o *GetSyncInstallationDefault) String() string

type GetSyncInstallationOK

type GetSyncInstallationOK struct {
	Payload *models.Secrets20230613GetSyncInstallationResponse
}

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

A successful response.

func NewGetSyncInstallationOK

func NewGetSyncInstallationOK() *GetSyncInstallationOK

NewGetSyncInstallationOK creates a GetSyncInstallationOK with default headers values

func (*GetSyncInstallationOK) Code added in v0.87.0

func (o *GetSyncInstallationOK) Code() int

Code gets the status code for the get sync installation o k response

func (*GetSyncInstallationOK) Error

func (o *GetSyncInstallationOK) Error() string

func (*GetSyncInstallationOK) GetPayload

func (*GetSyncInstallationOK) IsClientError

func (o *GetSyncInstallationOK) IsClientError() bool

IsClientError returns true when this get sync installation o k response has a 4xx status code

func (*GetSyncInstallationOK) IsCode

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

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

func (*GetSyncInstallationOK) IsRedirect

func (o *GetSyncInstallationOK) IsRedirect() bool

IsRedirect returns true when this get sync installation o k response has a 3xx status code

func (*GetSyncInstallationOK) IsServerError

func (o *GetSyncInstallationOK) IsServerError() bool

IsServerError returns true when this get sync installation o k response has a 5xx status code

func (*GetSyncInstallationOK) IsSuccess

func (o *GetSyncInstallationOK) IsSuccess() bool

IsSuccess returns true when this get sync installation o k response has a 2xx status code

func (*GetSyncInstallationOK) String

func (o *GetSyncInstallationOK) String() string

type GetSyncInstallationParams

type GetSyncInstallationParams struct {

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

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

	/* LocationRegionRegion.

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

	// Name.
	Name string

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

GetSyncInstallationParams contains all the parameters to send to the API endpoint

for the get sync installation operation.

Typically these are written to a http.Request.

func NewGetSyncInstallationParams

func NewGetSyncInstallationParams() *GetSyncInstallationParams

NewGetSyncInstallationParams creates a new GetSyncInstallationParams object, with the default timeout for this client.

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

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

func NewGetSyncInstallationParamsWithContext

func NewGetSyncInstallationParamsWithContext(ctx context.Context) *GetSyncInstallationParams

NewGetSyncInstallationParamsWithContext creates a new GetSyncInstallationParams object with the ability to set a context for a request.

func NewGetSyncInstallationParamsWithHTTPClient

func NewGetSyncInstallationParamsWithHTTPClient(client *http.Client) *GetSyncInstallationParams

NewGetSyncInstallationParamsWithHTTPClient creates a new GetSyncInstallationParams object with the ability to set a custom HTTPClient for a request.

func NewGetSyncInstallationParamsWithTimeout

func NewGetSyncInstallationParamsWithTimeout(timeout time.Duration) *GetSyncInstallationParams

NewGetSyncInstallationParamsWithTimeout creates a new GetSyncInstallationParams object with the ability to set a timeout on a request.

func (*GetSyncInstallationParams) SetContext

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

SetContext adds the context to the get sync installation params

func (*GetSyncInstallationParams) SetDefaults

func (o *GetSyncInstallationParams) SetDefaults()

SetDefaults hydrates default values in the get sync installation params (not the query body).

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

func (*GetSyncInstallationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get sync installation params

func (*GetSyncInstallationParams) SetLocationOrganizationID

func (o *GetSyncInstallationParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the get sync installation params

func (*GetSyncInstallationParams) SetLocationProjectID

func (o *GetSyncInstallationParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the get sync installation params

func (*GetSyncInstallationParams) SetLocationRegionProvider

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

SetLocationRegionProvider adds the locationRegionProvider to the get sync installation params

func (*GetSyncInstallationParams) SetLocationRegionRegion

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

SetLocationRegionRegion adds the locationRegionRegion to the get sync installation params

func (*GetSyncInstallationParams) SetName

func (o *GetSyncInstallationParams) SetName(name string)

SetName adds the name to the get sync installation params

func (*GetSyncInstallationParams) SetTimeout

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

SetTimeout adds the timeout to the get sync installation params

func (*GetSyncInstallationParams) WithContext

WithContext adds the context to the get sync installation params

func (*GetSyncInstallationParams) WithDefaults

WithDefaults hydrates default values in the get sync installation params (not the query body).

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

func (*GetSyncInstallationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get sync installation params

func (*GetSyncInstallationParams) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the get sync installation params

func (*GetSyncInstallationParams) WithLocationProjectID

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

WithLocationProjectID adds the locationProjectID to the get sync installation params

func (*GetSyncInstallationParams) WithLocationRegionProvider

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

WithLocationRegionProvider adds the locationRegionProvider to the get sync installation params

func (*GetSyncInstallationParams) WithLocationRegionRegion

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

WithLocationRegionRegion adds the locationRegionRegion to the get sync installation params

func (*GetSyncInstallationParams) WithName

WithName adds the name to the get sync installation params

func (*GetSyncInstallationParams) WithTimeout

WithTimeout adds the timeout to the get sync installation params

func (*GetSyncInstallationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSyncInstallationReader

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

GetSyncInstallationReader is a Reader for the GetSyncInstallation structure.

func (*GetSyncInstallationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSyncIntegrationDefault

type GetSyncIntegrationDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewGetSyncIntegrationDefault

func NewGetSyncIntegrationDefault(code int) *GetSyncIntegrationDefault

NewGetSyncIntegrationDefault creates a GetSyncIntegrationDefault with default headers values

func (*GetSyncIntegrationDefault) Code

func (o *GetSyncIntegrationDefault) Code() int

Code gets the status code for the get sync integration default response

func (*GetSyncIntegrationDefault) Error

func (o *GetSyncIntegrationDefault) Error() string

func (*GetSyncIntegrationDefault) GetPayload

func (o *GetSyncIntegrationDefault) GetPayload() *models.RPCStatus

func (*GetSyncIntegrationDefault) IsClientError

func (o *GetSyncIntegrationDefault) IsClientError() bool

IsClientError returns true when this get sync integration default response has a 4xx status code

func (*GetSyncIntegrationDefault) IsCode

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

IsCode returns true when this get sync integration default response a status code equal to that given

func (*GetSyncIntegrationDefault) IsRedirect

func (o *GetSyncIntegrationDefault) IsRedirect() bool

IsRedirect returns true when this get sync integration default response has a 3xx status code

func (*GetSyncIntegrationDefault) IsServerError

func (o *GetSyncIntegrationDefault) IsServerError() bool

IsServerError returns true when this get sync integration default response has a 5xx status code

func (*GetSyncIntegrationDefault) IsSuccess

func (o *GetSyncIntegrationDefault) IsSuccess() bool

IsSuccess returns true when this get sync integration default response has a 2xx status code

func (*GetSyncIntegrationDefault) String

func (o *GetSyncIntegrationDefault) String() string

type GetSyncIntegrationOK

type GetSyncIntegrationOK struct {
	Payload *models.Secrets20230613GetSyncIntegrationResponse
}

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

A successful response.

func NewGetSyncIntegrationOK

func NewGetSyncIntegrationOK() *GetSyncIntegrationOK

NewGetSyncIntegrationOK creates a GetSyncIntegrationOK with default headers values

func (*GetSyncIntegrationOK) Code added in v0.87.0

func (o *GetSyncIntegrationOK) Code() int

Code gets the status code for the get sync integration o k response

func (*GetSyncIntegrationOK) Error

func (o *GetSyncIntegrationOK) Error() string

func (*GetSyncIntegrationOK) GetPayload

func (*GetSyncIntegrationOK) IsClientError

func (o *GetSyncIntegrationOK) IsClientError() bool

IsClientError returns true when this get sync integration o k response has a 4xx status code

func (*GetSyncIntegrationOK) IsCode

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

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

func (*GetSyncIntegrationOK) IsRedirect

func (o *GetSyncIntegrationOK) IsRedirect() bool

IsRedirect returns true when this get sync integration o k response has a 3xx status code

func (*GetSyncIntegrationOK) IsServerError

func (o *GetSyncIntegrationOK) IsServerError() bool

IsServerError returns true when this get sync integration o k response has a 5xx status code

func (*GetSyncIntegrationOK) IsSuccess

func (o *GetSyncIntegrationOK) IsSuccess() bool

IsSuccess returns true when this get sync integration o k response has a 2xx status code

func (*GetSyncIntegrationOK) String

func (o *GetSyncIntegrationOK) String() string

type GetSyncIntegrationParams

type GetSyncIntegrationParams struct {

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

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

	/* LocationRegionRegion.

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

	// Name.
	Name string

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

GetSyncIntegrationParams contains all the parameters to send to the API endpoint

for the get sync integration operation.

Typically these are written to a http.Request.

func NewGetSyncIntegrationParams

func NewGetSyncIntegrationParams() *GetSyncIntegrationParams

NewGetSyncIntegrationParams creates a new GetSyncIntegrationParams object, with the default timeout for this client.

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

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

func NewGetSyncIntegrationParamsWithContext

func NewGetSyncIntegrationParamsWithContext(ctx context.Context) *GetSyncIntegrationParams

NewGetSyncIntegrationParamsWithContext creates a new GetSyncIntegrationParams object with the ability to set a context for a request.

func NewGetSyncIntegrationParamsWithHTTPClient

func NewGetSyncIntegrationParamsWithHTTPClient(client *http.Client) *GetSyncIntegrationParams

NewGetSyncIntegrationParamsWithHTTPClient creates a new GetSyncIntegrationParams object with the ability to set a custom HTTPClient for a request.

func NewGetSyncIntegrationParamsWithTimeout

func NewGetSyncIntegrationParamsWithTimeout(timeout time.Duration) *GetSyncIntegrationParams

NewGetSyncIntegrationParamsWithTimeout creates a new GetSyncIntegrationParams object with the ability to set a timeout on a request.

func (*GetSyncIntegrationParams) SetContext

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

SetContext adds the context to the get sync integration params

func (*GetSyncIntegrationParams) SetDefaults

func (o *GetSyncIntegrationParams) SetDefaults()

SetDefaults hydrates default values in the get sync integration params (not the query body).

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

func (*GetSyncIntegrationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get sync integration params

func (*GetSyncIntegrationParams) SetLocationOrganizationID

func (o *GetSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the get sync integration params

func (*GetSyncIntegrationParams) SetLocationProjectID

func (o *GetSyncIntegrationParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the get sync integration params

func (*GetSyncIntegrationParams) SetLocationRegionProvider

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

SetLocationRegionProvider adds the locationRegionProvider to the get sync integration params

func (*GetSyncIntegrationParams) SetLocationRegionRegion

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

SetLocationRegionRegion adds the locationRegionRegion to the get sync integration params

func (*GetSyncIntegrationParams) SetName

func (o *GetSyncIntegrationParams) SetName(name string)

SetName adds the name to the get sync integration params

func (*GetSyncIntegrationParams) SetTimeout

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

SetTimeout adds the timeout to the get sync integration params

func (*GetSyncIntegrationParams) WithContext

WithContext adds the context to the get sync integration params

func (*GetSyncIntegrationParams) WithDefaults

WithDefaults hydrates default values in the get sync integration params (not the query body).

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

func (*GetSyncIntegrationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get sync integration params

func (*GetSyncIntegrationParams) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the get sync integration params

func (*GetSyncIntegrationParams) WithLocationProjectID

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

WithLocationProjectID adds the locationProjectID to the get sync integration params

func (*GetSyncIntegrationParams) WithLocationRegionProvider

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

WithLocationRegionProvider adds the locationRegionProvider to the get sync integration params

func (*GetSyncIntegrationParams) WithLocationRegionRegion

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

WithLocationRegionRegion adds the locationRegionRegion to the get sync integration params

func (*GetSyncIntegrationParams) WithName

WithName adds the name to the get sync integration params

func (*GetSyncIntegrationParams) WithTimeout

WithTimeout adds the timeout to the get sync integration params

func (*GetSyncIntegrationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSyncIntegrationReader

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

GetSyncIntegrationReader is a Reader for the GetSyncIntegration structure.

func (*GetSyncIntegrationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUsage2Default

type GetUsage2Default struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewGetUsage2Default

func NewGetUsage2Default(code int) *GetUsage2Default

NewGetUsage2Default creates a GetUsage2Default with default headers values

func (*GetUsage2Default) Code

func (o *GetUsage2Default) Code() int

Code gets the status code for the get usage2 default response

func (*GetUsage2Default) Error

func (o *GetUsage2Default) Error() string

func (*GetUsage2Default) GetPayload

func (o *GetUsage2Default) GetPayload() *models.RPCStatus

func (*GetUsage2Default) IsClientError

func (o *GetUsage2Default) IsClientError() bool

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

func (*GetUsage2Default) IsCode

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

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

func (*GetUsage2Default) IsRedirect

func (o *GetUsage2Default) IsRedirect() bool

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

func (*GetUsage2Default) IsServerError

func (o *GetUsage2Default) IsServerError() bool

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

func (*GetUsage2Default) IsSuccess

func (o *GetUsage2Default) IsSuccess() bool

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

func (*GetUsage2Default) String

func (o *GetUsage2Default) String() string

type GetUsage2OK

type GetUsage2OK struct {
	Payload *models.Secrets20230613GetUsageResponse
}

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

A successful response.

func NewGetUsage2OK

func NewGetUsage2OK() *GetUsage2OK

NewGetUsage2OK creates a GetUsage2OK with default headers values

func (*GetUsage2OK) Code added in v0.87.0

func (o *GetUsage2OK) Code() int

Code gets the status code for the get usage2 o k response

func (*GetUsage2OK) Error

func (o *GetUsage2OK) Error() string

func (*GetUsage2OK) GetPayload

func (*GetUsage2OK) IsClientError

func (o *GetUsage2OK) IsClientError() bool

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

func (*GetUsage2OK) IsCode

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

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

func (*GetUsage2OK) IsRedirect

func (o *GetUsage2OK) IsRedirect() bool

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

func (*GetUsage2OK) IsServerError

func (o *GetUsage2OK) IsServerError() bool

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

func (*GetUsage2OK) IsSuccess

func (o *GetUsage2OK) IsSuccess() bool

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

func (*GetUsage2OK) String

func (o *GetUsage2OK) String() string

type GetUsage2Params

type GetUsage2Params struct {

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID *string

	/* LocationRegionProvider.

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

	/* LocationRegionRegion.

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

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

GetUsage2Params contains all the parameters to send to the API endpoint

for the get usage2 operation.

Typically these are written to a http.Request.

func NewGetUsage2Params

func NewGetUsage2Params() *GetUsage2Params

NewGetUsage2Params creates a new GetUsage2Params object, with the default timeout for this client.

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

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

func NewGetUsage2ParamsWithContext

func NewGetUsage2ParamsWithContext(ctx context.Context) *GetUsage2Params

NewGetUsage2ParamsWithContext creates a new GetUsage2Params object with the ability to set a context for a request.

func NewGetUsage2ParamsWithHTTPClient

func NewGetUsage2ParamsWithHTTPClient(client *http.Client) *GetUsage2Params

NewGetUsage2ParamsWithHTTPClient creates a new GetUsage2Params object with the ability to set a custom HTTPClient for a request.

func NewGetUsage2ParamsWithTimeout

func NewGetUsage2ParamsWithTimeout(timeout time.Duration) *GetUsage2Params

NewGetUsage2ParamsWithTimeout creates a new GetUsage2Params object with the ability to set a timeout on a request.

func (*GetUsage2Params) SetContext

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

SetContext adds the context to the get usage2 params

func (*GetUsage2Params) SetDefaults

func (o *GetUsage2Params) SetDefaults()

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

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

func (*GetUsage2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get usage2 params

func (*GetUsage2Params) SetLocationOrganizationID

func (o *GetUsage2Params) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the get usage2 params

func (*GetUsage2Params) SetLocationProjectID

func (o *GetUsage2Params) SetLocationProjectID(locationProjectID *string)

SetLocationProjectID adds the locationProjectId to the get usage2 params

func (*GetUsage2Params) SetLocationRegionProvider

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

SetLocationRegionProvider adds the locationRegionProvider to the get usage2 params

func (*GetUsage2Params) SetLocationRegionRegion

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

SetLocationRegionRegion adds the locationRegionRegion to the get usage2 params

func (*GetUsage2Params) SetTimeout

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

SetTimeout adds the timeout to the get usage2 params

func (*GetUsage2Params) WithContext

func (o *GetUsage2Params) WithContext(ctx context.Context) *GetUsage2Params

WithContext adds the context to the get usage2 params

func (*GetUsage2Params) WithDefaults

func (o *GetUsage2Params) WithDefaults() *GetUsage2Params

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

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

func (*GetUsage2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get usage2 params

func (*GetUsage2Params) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the get usage2 params

func (*GetUsage2Params) WithLocationProjectID

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

WithLocationProjectID adds the locationProjectID to the get usage2 params

func (*GetUsage2Params) WithLocationRegionProvider

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

WithLocationRegionProvider adds the locationRegionProvider to the get usage2 params

func (*GetUsage2Params) WithLocationRegionRegion

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

WithLocationRegionRegion adds the locationRegionRegion to the get usage2 params

func (*GetUsage2Params) WithTimeout

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

WithTimeout adds the timeout to the get usage2 params

func (*GetUsage2Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetUsage2Reader

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

GetUsage2Reader is a Reader for the GetUsage2 structure.

func (*GetUsage2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUsageDefault

type GetUsageDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewGetUsageDefault

func NewGetUsageDefault(code int) *GetUsageDefault

NewGetUsageDefault creates a GetUsageDefault with default headers values

func (*GetUsageDefault) Code

func (o *GetUsageDefault) Code() int

Code gets the status code for the get usage default response

func (*GetUsageDefault) Error

func (o *GetUsageDefault) Error() string

func (*GetUsageDefault) GetPayload

func (o *GetUsageDefault) GetPayload() *models.RPCStatus

func (*GetUsageDefault) IsClientError

func (o *GetUsageDefault) IsClientError() bool

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

func (*GetUsageDefault) IsCode

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

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

func (*GetUsageDefault) IsRedirect

func (o *GetUsageDefault) IsRedirect() bool

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

func (*GetUsageDefault) IsServerError

func (o *GetUsageDefault) IsServerError() bool

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

func (*GetUsageDefault) IsSuccess

func (o *GetUsageDefault) IsSuccess() bool

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

func (*GetUsageDefault) String

func (o *GetUsageDefault) String() string

type GetUsageOK

type GetUsageOK struct {
	Payload *models.Secrets20230613GetUsageResponse
}

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

A successful response.

func NewGetUsageOK

func NewGetUsageOK() *GetUsageOK

NewGetUsageOK creates a GetUsageOK with default headers values

func (*GetUsageOK) Code added in v0.87.0

func (o *GetUsageOK) Code() int

Code gets the status code for the get usage o k response

func (*GetUsageOK) Error

func (o *GetUsageOK) Error() string

func (*GetUsageOK) GetPayload

func (*GetUsageOK) IsClientError

func (o *GetUsageOK) IsClientError() bool

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

func (*GetUsageOK) IsCode

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

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

func (*GetUsageOK) IsRedirect

func (o *GetUsageOK) IsRedirect() bool

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

func (*GetUsageOK) IsServerError

func (o *GetUsageOK) IsServerError() bool

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

func (*GetUsageOK) IsSuccess

func (o *GetUsageOK) IsSuccess() bool

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

func (*GetUsageOK) String

func (o *GetUsageOK) String() string

type GetUsageParams

type GetUsageParams struct {

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

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

	/* LocationRegionRegion.

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

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

GetUsageParams contains all the parameters to send to the API endpoint

for the get usage operation.

Typically these are written to a http.Request.

func NewGetUsageParams

func NewGetUsageParams() *GetUsageParams

NewGetUsageParams creates a new GetUsageParams object, with the default timeout for this client.

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

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

func NewGetUsageParamsWithContext

func NewGetUsageParamsWithContext(ctx context.Context) *GetUsageParams

NewGetUsageParamsWithContext creates a new GetUsageParams object with the ability to set a context for a request.

func NewGetUsageParamsWithHTTPClient

func NewGetUsageParamsWithHTTPClient(client *http.Client) *GetUsageParams

NewGetUsageParamsWithHTTPClient creates a new GetUsageParams object with the ability to set a custom HTTPClient for a request.

func NewGetUsageParamsWithTimeout

func NewGetUsageParamsWithTimeout(timeout time.Duration) *GetUsageParams

NewGetUsageParamsWithTimeout creates a new GetUsageParams object with the ability to set a timeout on a request.

func (*GetUsageParams) SetContext

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

SetContext adds the context to the get usage params

func (*GetUsageParams) SetDefaults

func (o *GetUsageParams) SetDefaults()

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

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

func (*GetUsageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get usage params

func (*GetUsageParams) SetLocationOrganizationID

func (o *GetUsageParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the get usage params

func (*GetUsageParams) SetLocationProjectID

func (o *GetUsageParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the get usage params

func (*GetUsageParams) SetLocationRegionProvider

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

SetLocationRegionProvider adds the locationRegionProvider to the get usage params

func (*GetUsageParams) SetLocationRegionRegion

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

SetLocationRegionRegion adds the locationRegionRegion to the get usage params

func (*GetUsageParams) SetTimeout

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

SetTimeout adds the timeout to the get usage params

func (*GetUsageParams) WithContext

func (o *GetUsageParams) WithContext(ctx context.Context) *GetUsageParams

WithContext adds the context to the get usage params

func (*GetUsageParams) WithDefaults

func (o *GetUsageParams) WithDefaults() *GetUsageParams

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

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

func (*GetUsageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get usage params

func (*GetUsageParams) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the get usage params

func (*GetUsageParams) WithLocationProjectID

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

WithLocationProjectID adds the locationProjectID to the get usage params

func (*GetUsageParams) WithLocationRegionProvider

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

WithLocationRegionProvider adds the locationRegionProvider to the get usage params

func (*GetUsageParams) WithLocationRegionRegion

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

WithLocationRegionRegion adds the locationRegionRegion to the get usage params

func (*GetUsageParams) WithTimeout

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

WithTimeout adds the timeout to the get usage params

func (*GetUsageParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetUsageReader

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

GetUsageReader is a Reader for the GetUsage structure.

func (*GetUsageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetVercelInstallationLinkDefault

type GetVercelInstallationLinkDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewGetVercelInstallationLinkDefault

func NewGetVercelInstallationLinkDefault(code int) *GetVercelInstallationLinkDefault

NewGetVercelInstallationLinkDefault creates a GetVercelInstallationLinkDefault with default headers values

func (*GetVercelInstallationLinkDefault) Code

Code gets the status code for the get vercel installation link default response

func (*GetVercelInstallationLinkDefault) Error

func (*GetVercelInstallationLinkDefault) GetPayload

func (*GetVercelInstallationLinkDefault) IsClientError

func (o *GetVercelInstallationLinkDefault) IsClientError() bool

IsClientError returns true when this get vercel installation link default response has a 4xx status code

func (*GetVercelInstallationLinkDefault) IsCode

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

IsCode returns true when this get vercel installation link default response a status code equal to that given

func (*GetVercelInstallationLinkDefault) IsRedirect

func (o *GetVercelInstallationLinkDefault) IsRedirect() bool

IsRedirect returns true when this get vercel installation link default response has a 3xx status code

func (*GetVercelInstallationLinkDefault) IsServerError

func (o *GetVercelInstallationLinkDefault) IsServerError() bool

IsServerError returns true when this get vercel installation link default response has a 5xx status code

func (*GetVercelInstallationLinkDefault) IsSuccess

func (o *GetVercelInstallationLinkDefault) IsSuccess() bool

IsSuccess returns true when this get vercel installation link default response has a 2xx status code

func (*GetVercelInstallationLinkDefault) String

type GetVercelInstallationLinkOK

type GetVercelInstallationLinkOK struct {
	Payload *models.Secrets20230613GetVercelInstallationLinkResponse
}

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

A successful response.

func NewGetVercelInstallationLinkOK

func NewGetVercelInstallationLinkOK() *GetVercelInstallationLinkOK

NewGetVercelInstallationLinkOK creates a GetVercelInstallationLinkOK with default headers values

func (*GetVercelInstallationLinkOK) Code added in v0.87.0

func (o *GetVercelInstallationLinkOK) Code() int

Code gets the status code for the get vercel installation link o k response

func (*GetVercelInstallationLinkOK) Error

func (*GetVercelInstallationLinkOK) GetPayload

func (*GetVercelInstallationLinkOK) IsClientError

func (o *GetVercelInstallationLinkOK) IsClientError() bool

IsClientError returns true when this get vercel installation link o k response has a 4xx status code

func (*GetVercelInstallationLinkOK) IsCode

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

IsCode returns true when this get vercel installation link o k response a status code equal to that given

func (*GetVercelInstallationLinkOK) IsRedirect

func (o *GetVercelInstallationLinkOK) IsRedirect() bool

IsRedirect returns true when this get vercel installation link o k response has a 3xx status code

func (*GetVercelInstallationLinkOK) IsServerError

func (o *GetVercelInstallationLinkOK) IsServerError() bool

IsServerError returns true when this get vercel installation link o k response has a 5xx status code

func (*GetVercelInstallationLinkOK) IsSuccess

func (o *GetVercelInstallationLinkOK) IsSuccess() bool

IsSuccess returns true when this get vercel installation link o k response has a 2xx status code

func (*GetVercelInstallationLinkOK) String

func (o *GetVercelInstallationLinkOK) String() string

type GetVercelInstallationLinkParams

type GetVercelInstallationLinkParams struct {

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

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

	/* LocationRegionRegion.

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

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

GetVercelInstallationLinkParams contains all the parameters to send to the API endpoint

for the get vercel installation link operation.

Typically these are written to a http.Request.

func NewGetVercelInstallationLinkParams

func NewGetVercelInstallationLinkParams() *GetVercelInstallationLinkParams

NewGetVercelInstallationLinkParams creates a new GetVercelInstallationLinkParams object, with the default timeout for this client.

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

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

func NewGetVercelInstallationLinkParamsWithContext

func NewGetVercelInstallationLinkParamsWithContext(ctx context.Context) *GetVercelInstallationLinkParams

NewGetVercelInstallationLinkParamsWithContext creates a new GetVercelInstallationLinkParams object with the ability to set a context for a request.

func NewGetVercelInstallationLinkParamsWithHTTPClient

func NewGetVercelInstallationLinkParamsWithHTTPClient(client *http.Client) *GetVercelInstallationLinkParams

NewGetVercelInstallationLinkParamsWithHTTPClient creates a new GetVercelInstallationLinkParams object with the ability to set a custom HTTPClient for a request.

func NewGetVercelInstallationLinkParamsWithTimeout

func NewGetVercelInstallationLinkParamsWithTimeout(timeout time.Duration) *GetVercelInstallationLinkParams

NewGetVercelInstallationLinkParamsWithTimeout creates a new GetVercelInstallationLinkParams object with the ability to set a timeout on a request.

func (*GetVercelInstallationLinkParams) SetContext

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

SetContext adds the context to the get vercel installation link params

func (*GetVercelInstallationLinkParams) SetDefaults

func (o *GetVercelInstallationLinkParams) SetDefaults()

SetDefaults hydrates default values in the get vercel installation link params (not the query body).

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

func (*GetVercelInstallationLinkParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get vercel installation link params

func (*GetVercelInstallationLinkParams) SetLocationOrganizationID

func (o *GetVercelInstallationLinkParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the get vercel installation link params

func (*GetVercelInstallationLinkParams) SetLocationProjectID

func (o *GetVercelInstallationLinkParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the get vercel installation link params

func (*GetVercelInstallationLinkParams) SetLocationRegionProvider

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

SetLocationRegionProvider adds the locationRegionProvider to the get vercel installation link params

func (*GetVercelInstallationLinkParams) SetLocationRegionRegion

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

SetLocationRegionRegion adds the locationRegionRegion to the get vercel installation link params

func (*GetVercelInstallationLinkParams) SetTimeout

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

SetTimeout adds the timeout to the get vercel installation link params

func (*GetVercelInstallationLinkParams) WithContext

WithContext adds the context to the get vercel installation link params

func (*GetVercelInstallationLinkParams) WithDefaults

WithDefaults hydrates default values in the get vercel installation link params (not the query body).

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

func (*GetVercelInstallationLinkParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get vercel installation link params

func (*GetVercelInstallationLinkParams) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the get vercel installation link params

func (*GetVercelInstallationLinkParams) WithLocationProjectID

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

WithLocationProjectID adds the locationProjectID to the get vercel installation link params

func (*GetVercelInstallationLinkParams) WithLocationRegionProvider

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

WithLocationRegionProvider adds the locationRegionProvider to the get vercel installation link params

func (*GetVercelInstallationLinkParams) WithLocationRegionRegion

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

WithLocationRegionRegion adds the locationRegionRegion to the get vercel installation link params

func (*GetVercelInstallationLinkParams) WithTimeout

WithTimeout adds the timeout to the get vercel installation link params

func (*GetVercelInstallationLinkParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetVercelInstallationLinkReader

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

GetVercelInstallationLinkReader is a Reader for the GetVercelInstallationLink structure.

func (*GetVercelInstallationLinkReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListAppSecretVersionsDefault

type ListAppSecretVersionsDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewListAppSecretVersionsDefault

func NewListAppSecretVersionsDefault(code int) *ListAppSecretVersionsDefault

NewListAppSecretVersionsDefault creates a ListAppSecretVersionsDefault with default headers values

func (*ListAppSecretVersionsDefault) Code

Code gets the status code for the list app secret versions default response

func (*ListAppSecretVersionsDefault) Error

func (*ListAppSecretVersionsDefault) GetPayload

func (*ListAppSecretVersionsDefault) IsClientError

func (o *ListAppSecretVersionsDefault) IsClientError() bool

IsClientError returns true when this list app secret versions default response has a 4xx status code

func (*ListAppSecretVersionsDefault) IsCode

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

IsCode returns true when this list app secret versions default response a status code equal to that given

func (*ListAppSecretVersionsDefault) IsRedirect

func (o *ListAppSecretVersionsDefault) IsRedirect() bool

IsRedirect returns true when this list app secret versions default response has a 3xx status code

func (*ListAppSecretVersionsDefault) IsServerError

func (o *ListAppSecretVersionsDefault) IsServerError() bool

IsServerError returns true when this list app secret versions default response has a 5xx status code

func (*ListAppSecretVersionsDefault) IsSuccess

func (o *ListAppSecretVersionsDefault) IsSuccess() bool

IsSuccess returns true when this list app secret versions default response has a 2xx status code

func (*ListAppSecretVersionsDefault) String

type ListAppSecretVersionsOK

type ListAppSecretVersionsOK struct {
	Payload *models.Secrets20230613ListAppSecretVersionsResponse
}

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

A successful response.

func NewListAppSecretVersionsOK

func NewListAppSecretVersionsOK() *ListAppSecretVersionsOK

NewListAppSecretVersionsOK creates a ListAppSecretVersionsOK with default headers values

func (*ListAppSecretVersionsOK) Code added in v0.87.0

func (o *ListAppSecretVersionsOK) Code() int

Code gets the status code for the list app secret versions o k response

func (*ListAppSecretVersionsOK) Error

func (o *ListAppSecretVersionsOK) Error() string

func (*ListAppSecretVersionsOK) GetPayload

func (*ListAppSecretVersionsOK) IsClientError

func (o *ListAppSecretVersionsOK) IsClientError() bool

IsClientError returns true when this list app secret versions o k response has a 4xx status code

func (*ListAppSecretVersionsOK) IsCode

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

IsCode returns true when this list app secret versions o k response a status code equal to that given

func (*ListAppSecretVersionsOK) IsRedirect

func (o *ListAppSecretVersionsOK) IsRedirect() bool

IsRedirect returns true when this list app secret versions o k response has a 3xx status code

func (*ListAppSecretVersionsOK) IsServerError

func (o *ListAppSecretVersionsOK) IsServerError() bool

IsServerError returns true when this list app secret versions o k response has a 5xx status code

func (*ListAppSecretVersionsOK) IsSuccess

func (o *ListAppSecretVersionsOK) IsSuccess() bool

IsSuccess returns true when this list app secret versions o k response has a 2xx status code

func (*ListAppSecretVersionsOK) String

func (o *ListAppSecretVersionsOK) String() string

type ListAppSecretVersionsParams

type ListAppSecretVersionsParams struct {

	// AppName.
	AppName string

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

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

	/* LocationRegionRegion.

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

	// SecretName.
	SecretName string

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

ListAppSecretVersionsParams contains all the parameters to send to the API endpoint

for the list app secret versions operation.

Typically these are written to a http.Request.

func NewListAppSecretVersionsParams

func NewListAppSecretVersionsParams() *ListAppSecretVersionsParams

NewListAppSecretVersionsParams creates a new ListAppSecretVersionsParams object, with the default timeout for this client.

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

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

func NewListAppSecretVersionsParamsWithContext

func NewListAppSecretVersionsParamsWithContext(ctx context.Context) *ListAppSecretVersionsParams

NewListAppSecretVersionsParamsWithContext creates a new ListAppSecretVersionsParams object with the ability to set a context for a request.

func NewListAppSecretVersionsParamsWithHTTPClient

func NewListAppSecretVersionsParamsWithHTTPClient(client *http.Client) *ListAppSecretVersionsParams

NewListAppSecretVersionsParamsWithHTTPClient creates a new ListAppSecretVersionsParams object with the ability to set a custom HTTPClient for a request.

func NewListAppSecretVersionsParamsWithTimeout

func NewListAppSecretVersionsParamsWithTimeout(timeout time.Duration) *ListAppSecretVersionsParams

NewListAppSecretVersionsParamsWithTimeout creates a new ListAppSecretVersionsParams object with the ability to set a timeout on a request.

func (*ListAppSecretVersionsParams) SetAppName

func (o *ListAppSecretVersionsParams) SetAppName(appName string)

SetAppName adds the appName to the list app secret versions params

func (*ListAppSecretVersionsParams) SetContext

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

SetContext adds the context to the list app secret versions params

func (*ListAppSecretVersionsParams) SetDefaults

func (o *ListAppSecretVersionsParams) SetDefaults()

SetDefaults hydrates default values in the list app secret versions params (not the query body).

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

func (*ListAppSecretVersionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list app secret versions params

func (*ListAppSecretVersionsParams) SetLocationOrganizationID

func (o *ListAppSecretVersionsParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the list app secret versions params

func (*ListAppSecretVersionsParams) SetLocationProjectID

func (o *ListAppSecretVersionsParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the list app secret versions params

func (*ListAppSecretVersionsParams) SetLocationRegionProvider

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

SetLocationRegionProvider adds the locationRegionProvider to the list app secret versions params

func (*ListAppSecretVersionsParams) SetLocationRegionRegion

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

SetLocationRegionRegion adds the locationRegionRegion to the list app secret versions params

func (*ListAppSecretVersionsParams) SetSecretName

func (o *ListAppSecretVersionsParams) SetSecretName(secretName string)

SetSecretName adds the secretName to the list app secret versions params

func (*ListAppSecretVersionsParams) SetTimeout

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

SetTimeout adds the timeout to the list app secret versions params

func (*ListAppSecretVersionsParams) WithAppName

WithAppName adds the appName to the list app secret versions params

func (*ListAppSecretVersionsParams) WithContext

WithContext adds the context to the list app secret versions params

func (*ListAppSecretVersionsParams) WithDefaults

WithDefaults hydrates default values in the list app secret versions params (not the query body).

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

func (*ListAppSecretVersionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list app secret versions params

func (*ListAppSecretVersionsParams) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the list app secret versions params

func (*ListAppSecretVersionsParams) WithLocationProjectID

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

WithLocationProjectID adds the locationProjectID to the list app secret versions params

func (*ListAppSecretVersionsParams) WithLocationRegionProvider

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

WithLocationRegionProvider adds the locationRegionProvider to the list app secret versions params

func (*ListAppSecretVersionsParams) WithLocationRegionRegion

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

WithLocationRegionRegion adds the locationRegionRegion to the list app secret versions params

func (*ListAppSecretVersionsParams) WithSecretName

func (o *ListAppSecretVersionsParams) WithSecretName(secretName string) *ListAppSecretVersionsParams

WithSecretName adds the secretName to the list app secret versions params

func (*ListAppSecretVersionsParams) WithTimeout

WithTimeout adds the timeout to the list app secret versions params

func (*ListAppSecretVersionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAppSecretVersionsReader

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

ListAppSecretVersionsReader is a Reader for the ListAppSecretVersions structure.

func (*ListAppSecretVersionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListAppSecretsDefault

type ListAppSecretsDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewListAppSecretsDefault

func NewListAppSecretsDefault(code int) *ListAppSecretsDefault

NewListAppSecretsDefault creates a ListAppSecretsDefault with default headers values

func (*ListAppSecretsDefault) Code

func (o *ListAppSecretsDefault) Code() int

Code gets the status code for the list app secrets default response

func (*ListAppSecretsDefault) Error

func (o *ListAppSecretsDefault) Error() string

func (*ListAppSecretsDefault) GetPayload

func (o *ListAppSecretsDefault) GetPayload() *models.RPCStatus

func (*ListAppSecretsDefault) IsClientError

func (o *ListAppSecretsDefault) IsClientError() bool

IsClientError returns true when this list app secrets default response has a 4xx status code

func (*ListAppSecretsDefault) IsCode

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

IsCode returns true when this list app secrets default response a status code equal to that given

func (*ListAppSecretsDefault) IsRedirect

func (o *ListAppSecretsDefault) IsRedirect() bool

IsRedirect returns true when this list app secrets default response has a 3xx status code

func (*ListAppSecretsDefault) IsServerError

func (o *ListAppSecretsDefault) IsServerError() bool

IsServerError returns true when this list app secrets default response has a 5xx status code

func (*ListAppSecretsDefault) IsSuccess

func (o *ListAppSecretsDefault) IsSuccess() bool

IsSuccess returns true when this list app secrets default response has a 2xx status code

func (*ListAppSecretsDefault) String

func (o *ListAppSecretsDefault) String() string

type ListAppSecretsOK

type ListAppSecretsOK struct {
	Payload *models.Secrets20230613ListAppSecretsResponse
}

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

A successful response.

func NewListAppSecretsOK

func NewListAppSecretsOK() *ListAppSecretsOK

NewListAppSecretsOK creates a ListAppSecretsOK with default headers values

func (*ListAppSecretsOK) Code added in v0.87.0

func (o *ListAppSecretsOK) Code() int

Code gets the status code for the list app secrets o k response

func (*ListAppSecretsOK) Error

func (o *ListAppSecretsOK) Error() string

func (*ListAppSecretsOK) GetPayload

func (*ListAppSecretsOK) IsClientError

func (o *ListAppSecretsOK) IsClientError() bool

IsClientError returns true when this list app secrets o k response has a 4xx status code

func (*ListAppSecretsOK) IsCode

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

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

func (*ListAppSecretsOK) IsRedirect

func (o *ListAppSecretsOK) IsRedirect() bool

IsRedirect returns true when this list app secrets o k response has a 3xx status code

func (*ListAppSecretsOK) IsServerError

func (o *ListAppSecretsOK) IsServerError() bool

IsServerError returns true when this list app secrets o k response has a 5xx status code

func (*ListAppSecretsOK) IsSuccess

func (o *ListAppSecretsOK) IsSuccess() bool

IsSuccess returns true when this list app secrets o k response has a 2xx status code

func (*ListAppSecretsOK) String

func (o *ListAppSecretsOK) String() string

type ListAppSecretsParams

type ListAppSecretsParams struct {

	// AppName.
	AppName string

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

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

	/* LocationRegionRegion.

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

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

ListAppSecretsParams contains all the parameters to send to the API endpoint

for the list app secrets operation.

Typically these are written to a http.Request.

func NewListAppSecretsParams

func NewListAppSecretsParams() *ListAppSecretsParams

NewListAppSecretsParams creates a new ListAppSecretsParams object, with the default timeout for this client.

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

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

func NewListAppSecretsParamsWithContext

func NewListAppSecretsParamsWithContext(ctx context.Context) *ListAppSecretsParams

NewListAppSecretsParamsWithContext creates a new ListAppSecretsParams object with the ability to set a context for a request.

func NewListAppSecretsParamsWithHTTPClient

func NewListAppSecretsParamsWithHTTPClient(client *http.Client) *ListAppSecretsParams

NewListAppSecretsParamsWithHTTPClient creates a new ListAppSecretsParams object with the ability to set a custom HTTPClient for a request.

func NewListAppSecretsParamsWithTimeout

func NewListAppSecretsParamsWithTimeout(timeout time.Duration) *ListAppSecretsParams

NewListAppSecretsParamsWithTimeout creates a new ListAppSecretsParams object with the ability to set a timeout on a request.

func (*ListAppSecretsParams) SetAppName

func (o *ListAppSecretsParams) SetAppName(appName string)

SetAppName adds the appName to the list app secrets params

func (*ListAppSecretsParams) SetContext

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

SetContext adds the context to the list app secrets params

func (*ListAppSecretsParams) SetDefaults

func (o *ListAppSecretsParams) SetDefaults()

SetDefaults hydrates default values in the list app secrets params (not the query body).

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

func (*ListAppSecretsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list app secrets params

func (*ListAppSecretsParams) SetLocationOrganizationID

func (o *ListAppSecretsParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the list app secrets params

func (*ListAppSecretsParams) SetLocationProjectID

func (o *ListAppSecretsParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the list app secrets params

func (*ListAppSecretsParams) SetLocationRegionProvider

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

SetLocationRegionProvider adds the locationRegionProvider to the list app secrets params

func (*ListAppSecretsParams) SetLocationRegionRegion

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

SetLocationRegionRegion adds the locationRegionRegion to the list app secrets params

func (*ListAppSecretsParams) SetTimeout

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

SetTimeout adds the timeout to the list app secrets params

func (*ListAppSecretsParams) WithAppName

func (o *ListAppSecretsParams) WithAppName(appName string) *ListAppSecretsParams

WithAppName adds the appName to the list app secrets params

func (*ListAppSecretsParams) WithContext

WithContext adds the context to the list app secrets params

func (*ListAppSecretsParams) WithDefaults

func (o *ListAppSecretsParams) WithDefaults() *ListAppSecretsParams

WithDefaults hydrates default values in the list app secrets params (not the query body).

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

func (*ListAppSecretsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list app secrets params

func (*ListAppSecretsParams) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the list app secrets params

func (*ListAppSecretsParams) WithLocationProjectID

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

WithLocationProjectID adds the locationProjectID to the list app secrets params

func (*ListAppSecretsParams) WithLocationRegionProvider

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

WithLocationRegionProvider adds the locationRegionProvider to the list app secrets params

func (*ListAppSecretsParams) WithLocationRegionRegion

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

WithLocationRegionRegion adds the locationRegionRegion to the list app secrets params

func (*ListAppSecretsParams) WithTimeout

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

WithTimeout adds the timeout to the list app secrets params

func (*ListAppSecretsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListAppSecretsReader

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

ListAppSecretsReader is a Reader for the ListAppSecrets structure.

func (*ListAppSecretsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListAppsDefault

type ListAppsDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewListAppsDefault

func NewListAppsDefault(code int) *ListAppsDefault

NewListAppsDefault creates a ListAppsDefault with default headers values

func (*ListAppsDefault) Code

func (o *ListAppsDefault) Code() int

Code gets the status code for the list apps default response

func (*ListAppsDefault) Error

func (o *ListAppsDefault) Error() string

func (*ListAppsDefault) GetPayload

func (o *ListAppsDefault) GetPayload() *models.RPCStatus

func (*ListAppsDefault) IsClientError

func (o *ListAppsDefault) IsClientError() bool

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

func (*ListAppsDefault) IsCode

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

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

func (*ListAppsDefault) IsRedirect

func (o *ListAppsDefault) IsRedirect() bool

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

func (*ListAppsDefault) IsServerError

func (o *ListAppsDefault) IsServerError() bool

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

func (*ListAppsDefault) IsSuccess

func (o *ListAppsDefault) IsSuccess() bool

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

func (*ListAppsDefault) String

func (o *ListAppsDefault) String() string

type ListAppsOK

type ListAppsOK struct {
	Payload *models.Secrets20230613ListAppsResponse
}

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

A successful response.

func NewListAppsOK

func NewListAppsOK() *ListAppsOK

NewListAppsOK creates a ListAppsOK with default headers values

func (*ListAppsOK) Code added in v0.87.0

func (o *ListAppsOK) Code() int

Code gets the status code for the list apps o k response

func (*ListAppsOK) Error

func (o *ListAppsOK) Error() string

func (*ListAppsOK) GetPayload

func (*ListAppsOK) IsClientError

func (o *ListAppsOK) IsClientError() bool

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

func (*ListAppsOK) IsCode

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

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

func (*ListAppsOK) IsRedirect

func (o *ListAppsOK) IsRedirect() bool

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

func (*ListAppsOK) IsServerError

func (o *ListAppsOK) IsServerError() bool

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

func (*ListAppsOK) IsSuccess

func (o *ListAppsOK) IsSuccess() bool

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

func (*ListAppsOK) String

func (o *ListAppsOK) String() string

type ListAppsParams

type ListAppsParams struct {

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

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

	/* LocationRegionRegion.

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

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

ListAppsParams contains all the parameters to send to the API endpoint

for the list apps operation.

Typically these are written to a http.Request.

func NewListAppsParams

func NewListAppsParams() *ListAppsParams

NewListAppsParams creates a new ListAppsParams object, with the default timeout for this client.

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

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

func NewListAppsParamsWithContext

func NewListAppsParamsWithContext(ctx context.Context) *ListAppsParams

NewListAppsParamsWithContext creates a new ListAppsParams object with the ability to set a context for a request.

func NewListAppsParamsWithHTTPClient

func NewListAppsParamsWithHTTPClient(client *http.Client) *ListAppsParams

NewListAppsParamsWithHTTPClient creates a new ListAppsParams object with the ability to set a custom HTTPClient for a request.

func NewListAppsParamsWithTimeout

func NewListAppsParamsWithTimeout(timeout time.Duration) *ListAppsParams

NewListAppsParamsWithTimeout creates a new ListAppsParams object with the ability to set a timeout on a request.

func (*ListAppsParams) SetContext

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

SetContext adds the context to the list apps params

func (*ListAppsParams) SetDefaults

func (o *ListAppsParams) SetDefaults()

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

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

func (*ListAppsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list apps params

func (*ListAppsParams) SetLocationOrganizationID

func (o *ListAppsParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the list apps params

func (*ListAppsParams) SetLocationProjectID

func (o *ListAppsParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the list apps params

func (*ListAppsParams) SetLocationRegionProvider

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

SetLocationRegionProvider adds the locationRegionProvider to the list apps params

func (*ListAppsParams) SetLocationRegionRegion

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

SetLocationRegionRegion adds the locationRegionRegion to the list apps params

func (*ListAppsParams) SetTimeout

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

SetTimeout adds the timeout to the list apps params

func (*ListAppsParams) WithContext

func (o *ListAppsParams) WithContext(ctx context.Context) *ListAppsParams

WithContext adds the context to the list apps params

func (*ListAppsParams) WithDefaults

func (o *ListAppsParams) WithDefaults() *ListAppsParams

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

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

func (*ListAppsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list apps params

func (*ListAppsParams) WithLocationOrganizationID

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

WithLocationOrganizationID adds the locationOrganizationID to the list apps params

func (*ListAppsParams) WithLocationProjectID

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

WithLocationProjectID adds the locationProjectID to the list apps params

func (*ListAppsParams) WithLocationRegionProvider

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

WithLocationRegionProvider adds the locationRegionProvider to the list apps params

func (*ListAppsParams) WithLocationRegionRegion

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

WithLocationRegionRegion adds the locationRegionRegion to the list apps params

func (*ListAppsParams) WithTimeout

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

WithTimeout adds the timeout to the list apps params

func (*ListAppsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListAppsReader

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

ListAppsReader is a Reader for the ListApps structure.

func (*ListAppsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListGitHubInstallationsDefault added in v0.106.0

type ListGitHubInstallationsDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewListGitHubInstallationsDefault added in v0.106.0

func NewListGitHubInstallationsDefault(code int) *ListGitHubInstallationsDefault

NewListGitHubInstallationsDefault creates a ListGitHubInstallationsDefault with default headers values

func (*ListGitHubInstallationsDefault) Code added in v0.106.0

Code gets the status code for the list git hub installations default response

func (*ListGitHubInstallationsDefault) Error added in v0.106.0

func (*ListGitHubInstallationsDefault) GetPayload added in v0.106.0

func (*ListGitHubInstallationsDefault) IsClientError added in v0.106.0

func (o *ListGitHubInstallationsDefault) IsClientError() bool

IsClientError returns true when this list git hub installations default response has a 4xx status code

func (*ListGitHubInstallationsDefault) IsCode added in v0.106.0

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

IsCode returns true when this list git hub installations default response a status code equal to that given

func (*ListGitHubInstallationsDefault) IsRedirect added in v0.106.0

func (o *ListGitHubInstallationsDefault) IsRedirect() bool

IsRedirect returns true when this list git hub installations default response has a 3xx status code

func (*ListGitHubInstallationsDefault) IsServerError added in v0.106.0

func (o *ListGitHubInstallationsDefault) IsServerError() bool

IsServerError returns true when this list git hub installations default response has a 5xx status code

func (*ListGitHubInstallationsDefault) IsSuccess added in v0.106.0

func (o *ListGitHubInstallationsDefault) IsSuccess() bool

IsSuccess returns true when this list git hub installations default response has a 2xx status code

func (*ListGitHubInstallationsDefault) String added in v0.106.0

type ListGitHubInstallationsOK added in v0.106.0

type ListGitHubInstallationsOK struct {
	Payload *models.Secrets20230613ListGitHubInstallationsResponse
}

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

A successful response.

func NewListGitHubInstallationsOK added in v0.106.0

func NewListGitHubInstallationsOK() *ListGitHubInstallationsOK

NewListGitHubInstallationsOK creates a ListGitHubInstallationsOK with default headers values

func (*ListGitHubInstallationsOK) Code added in v0.106.0

func (o *ListGitHubInstallationsOK) Code() int

Code gets the status code for the list git hub installations o k response

func (*ListGitHubInstallationsOK) Error added in v0.106.0

func (o *ListGitHubInstallationsOK) Error() string

func (*ListGitHubInstallationsOK) GetPayload added in v0.106.0

func (*ListGitHubInstallationsOK) IsClientError added in v0.106.0

func (o *ListGitHubInstallationsOK) IsClientError() bool

IsClientError returns true when this list git hub installations o k response has a 4xx status code

func (*ListGitHubInstallationsOK) IsCode added in v0.106.0

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

IsCode returns true when this list git hub installations o k response a status code equal to that given

func (*ListGitHubInstallationsOK) IsRedirect added in v0.106.0

func (o *ListGitHubInstallationsOK) IsRedirect() bool

IsRedirect returns true when this list git hub installations o k response has a 3xx status code

func (*ListGitHubInstallationsOK) IsServerError added in v0.106.0

func (o *ListGitHubInstallationsOK) IsServerError() bool

IsServerError returns true when this list git hub installations o k response has a 5xx status code

func (*ListGitHubInstallationsOK) IsSuccess added in v0.106.0

func (o *ListGitHubInstallationsOK) IsSuccess() bool

IsSuccess returns true when this list git hub installations o k response has a 2xx status code

func (*ListGitHubInstallationsOK) String added in v0.106.0

func (o *ListGitHubInstallationsOK) String() string

type ListGitHubInstallationsParams added in v0.106.0

type ListGitHubInstallationsParams struct {

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

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

	/* LocationRegionRegion.

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

	// State.
	State *string

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

ListGitHubInstallationsParams contains all the parameters to send to the API endpoint

for the list git hub installations operation.

Typically these are written to a http.Request.

func NewListGitHubInstallationsParams added in v0.106.0

func NewListGitHubInstallationsParams() *ListGitHubInstallationsParams

NewListGitHubInstallationsParams creates a new ListGitHubInstallationsParams object, with the default timeout for this client.

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

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

func NewListGitHubInstallationsParamsWithContext added in v0.106.0

func NewListGitHubInstallationsParamsWithContext(ctx context.Context) *ListGitHubInstallationsParams

NewListGitHubInstallationsParamsWithContext creates a new ListGitHubInstallationsParams object with the ability to set a context for a request.

func NewListGitHubInstallationsParamsWithHTTPClient added in v0.106.0

func NewListGitHubInstallationsParamsWithHTTPClient(client *http.Client) *ListGitHubInstallationsParams

NewListGitHubInstallationsParamsWithHTTPClient creates a new ListGitHubInstallationsParams object with the ability to set a custom HTTPClient for a request.

func NewListGitHubInstallationsParamsWithTimeout added in v0.106.0

func NewListGitHubInstallationsParamsWithTimeout(timeout time.Duration) *ListGitHubInstallationsParams

NewListGitHubInstallationsParamsWithTimeout creates a new ListGitHubInstallationsParams object with the ability to set a timeout on a request.

func (*ListGitHubInstallationsParams) SetContext added in v0.106.0

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

SetContext adds the context to the list git hub installations params

func (*ListGitHubInstallationsParams) SetDefaults added in v0.106.0

func (o *ListGitHubInstallationsParams) SetDefaults()

SetDefaults hydrates default values in the list git hub installations params (not the query body).

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

func (*ListGitHubInstallationsParams) SetHTTPClient added in v0.106.0

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

SetHTTPClient adds the HTTPClient to the list git hub installations params

func (*ListGitHubInstallationsParams) SetLocationOrganizationID added in v0.106.0

func (o *ListGitHubInstallationsParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the list git hub installations params

func (*ListGitHubInstallationsParams) SetLocationProjectID added in v0.106.0

func (o *ListGitHubInstallationsParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the list git hub installations params

func (*ListGitHubInstallationsParams) SetLocationRegionProvider added in v0.106.0

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

SetLocationRegionProvider adds the locationRegionProvider to the list git hub installations params

func (*ListGitHubInstallationsParams) SetLocationRegionRegion added in v0.106.0

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

SetLocationRegionRegion adds the locationRegionRegion to the list git hub installations params

func (*ListGitHubInstallationsParams) SetState added in v0.106.0

func (o *ListGitHubInstallationsParams) SetState(state *string)

SetState adds the state to the list git hub installations params

func (*ListGitHubInstallationsParams) SetTimeout added in v0.106.0

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

SetTimeout adds the timeout to the list git hub installations params

func (*ListGitHubInstallationsParams) WithContext added in v0.106.0

WithContext adds the context to the list git hub installations params

func (*ListGitHubInstallationsParams) WithDefaults added in v0.106.0

WithDefaults hydrates default values in the list git hub installations params (not the query body).

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

func (*ListGitHubInstallationsParams) WithHTTPClient added in v0.106.0

WithHTTPClient adds the HTTPClient to the list git hub installations params

func (*ListGitHubInstallationsParams) WithLocationOrganizationID added in v0.106.0

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

WithLocationOrganizationID adds the locationOrganizationID to the list git hub installations params

func (*ListGitHubInstallationsParams) WithLocationProjectID added in v0.106.0

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

WithLocationProjectID adds the locationProjectID to the list git hub installations params

func (*ListGitHubInstallationsParams) WithLocationRegionProvider added in v0.106.0

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

WithLocationRegionProvider adds the locationRegionProvider to the list git hub installations params

func (*ListGitHubInstallationsParams) WithLocationRegionRegion added in v0.106.0

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

WithLocationRegionRegion adds the locationRegionRegion to the list git hub installations params

func (*ListGitHubInstallationsParams) WithState added in v0.106.0

WithState adds the state to the list git hub installations params

func (*ListGitHubInstallationsParams) WithTimeout added in v0.106.0

WithTimeout adds the timeout to the list git hub installations params

func (*ListGitHubInstallationsParams) WriteToRequest added in v0.106.0

WriteToRequest writes these params to a swagger request

type ListGitHubInstallationsReader added in v0.106.0

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

ListGitHubInstallationsReader is a Reader for the ListGitHubInstallations structure.

func (*ListGitHubInstallationsReader) ReadResponse added in v0.106.0

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

ReadResponse reads a server response into the received o.

type ListOpenAppSecretVersionsDefault

type ListOpenAppSecretVersionsDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewListOpenAppSecretVersionsDefault

func NewListOpenAppSecretVersionsDefault(code int) *ListOpenAppSecretVersionsDefault

NewListOpenAppSecretVersionsDefault creates a ListOpenAppSecretVersionsDefault with default headers values

func (*ListOpenAppSecretVersionsDefault) Code

Code gets the status code for the list open app secret versions default response

func (*ListOpenAppSecretVersionsDefault) Error

func (*ListOpenAppSecretVersionsDefault) GetPayload

func (*ListOpenAppSecretVersionsDefault) IsClientError

func (o *ListOpenAppSecretVersionsDefault) IsClientError() bool

IsClientError returns true when this list open app secret versions default response has a 4xx status code

func (*ListOpenAppSecretVersionsDefault) IsCode

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

IsCode returns true when this list open app secret versions default response a status code equal to that given

func (*ListOpenAppSecretVersionsDefault) IsRedirect

func (o *ListOpenAppSecretVersionsDefault) IsRedirect() bool

IsRedirect returns true when this list open app secret versions default response has a 3xx status code

func (*ListOpenAppSecretVersionsDefault) IsServerError

func (o *ListOpenAppSecretVersionsDefault) IsServerError() bool

IsServerError returns true when this list open app secret versions default response has a 5xx status code

func (*ListOpenAppSecretVersionsDefault) IsSuccess

func (o *ListOpenAppSecretVersionsDefault) IsSuccess() bool

IsSuccess returns true when this list open app secret versions default response has a 2xx status code

func (*ListOpenAppSecretVersionsDefault) String

type ListOpenAppSecretVersionsOK

type ListOpenAppSecretVersionsOK struct {
	Payload *models.Secrets20230613ListOpenAppSecretVersionsResponse
}

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

A successful response.

func NewListOpenAppSecretVersionsOK

func NewListOpenAppSecretVersionsOK() *ListOpenAppSecretVersionsOK

NewListOpenAppSecretVersionsOK creates a ListOpenAppSecretVersionsOK with default headers values

func (*ListOpenAppSecretVersionsOK) Code added in v0.87.0

func (o *ListOpenAppSecretVersionsOK) Code() int

Code gets the status code for the list open app secret versions o k response

func (*ListOpenAppSecretVersionsOK) Error

func (*ListOpenAppSecretVersionsOK) GetPayload

func (*ListOpenAppSecretVersionsOK) IsClientError

func (o *ListOpenAppSecretVersionsOK) IsClientError() bool

IsClientError returns true when this list open app secret versions o k response has a 4xx status code

func (*ListOpenAppSecretVersionsOK) IsCode

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

IsCode returns true when this list open app secret versions o k response a status code equal to that given

func (*ListOpenAppSecretVersionsOK) IsRedirect

func (o *ListOpenAppSecretVersionsOK) IsRedirect() bool

IsRedirect returns true when this list open app secret versions o k response has a 3xx status code

func (*ListOpenAppSecretVersionsOK) IsServerError

func (o *ListOpenAppSecretVersionsOK) IsServerError() bool

IsServerError returns true when this list open app secret versions o k response has a 5xx status code

func (*ListOpenAppSecretVersionsOK) IsSuccess

func (o *ListOpenAppSecretVersionsOK) IsSuccess() bool

IsSuccess returns true when this list open app secret versions o k response has a 2xx status code

func (*ListOpenAppSecretVersionsOK) String

func (o *ListOpenAppSecretVersionsOK) String() string

type ListOpenAppSecretVersionsParams

type ListOpenAppSecretVersionsParams struct {

	// AppName.
	AppName string

	/* LocationOrganizationID.

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

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

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

	/* LocationRegionRegion.

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

	// SecretName.
	SecretName string

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

ListOpenAppSecretVersionsParams contains all the parameters to send to the API endpoint

for the list open app secret versions operation.

Typically these are written to a http.Request.

func NewListOpenAppSecretVersionsParams

func NewListOpenAppSecretVersionsParams() *ListOpenAppSecretVersionsParams

NewListOpenAppSecretVersionsParams creates a new ListOpenAppSecretVersionsParams object, with the default timeout for this client.

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

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

func NewListOpenAppSecretVersionsParamsWithContext

func NewListOpenAppSecretVersionsParamsWithContext(ctx context.Context) *ListOpenAppSecretVersionsParams

NewListOpenAppSecretVersionsParamsWithContext creates a new ListOpenAppSecretVersionsParams object with the ability to set a context for a request.

func NewListOpenAppSecretVersionsParamsWithHTTPClient

func NewListOpenAppSecretVersionsParamsWithHTTPClient(client *http.Client) *ListOpenAppSecretVersionsParams

NewListOpenAppSecretVersionsParamsWithHTTPClient creates a new ListOpenAppSecretVersionsParams object with the ability to set a custom HTTPClient for a request.

func NewListOpenAppSecretVersionsParamsWithTimeout

func NewListOpenAppSecretVersionsParamsWithTimeout(timeout time.Duration) *ListOpenAppSecretVersionsParams

NewListOpenAppSecretVersionsParamsWithTimeout creates a new ListOpenAppSecretVersionsParams object with the ability to set a timeout on a request.

func (*ListOpenAppSecretVersionsParams) SetAppName

func (o *ListOpenAppSecretVersionsParams) SetAppName(appName string)

SetAppName adds the appName to the list open app secret versions params

func (*ListOpenAppSecretVersionsParams) SetContext

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

SetContext adds the context to the list open app secret versions params

func (*ListOpenAppSecretVersionsParams) SetDefaults

func (o *ListOpenAppSecretVersionsParams) SetDefaults()

SetDefaults hydrates default values in the list open app secret versions params (not the query body).

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

func (*ListOpenAppSecretVersionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list open app secret versions params

func (*ListOpenAppSecretVersionsParams) SetLocationOrganizationID

func (o *ListOpenAppSecretVersionsParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the list open app secret versions params

func (*ListOpenAppSecretVersionsParams) SetLocationProjectID

func (o *ListOpenAppSecretVersionsParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the list open app secret versions params

func (*ListOpenAppSecretVersionsParams) SetLocationRegionProvider

func (o *ListOpenAppSecretVersionsParams) SetLocationRegionProvider(locationRegionProvider *string)

SetLocationRegionProvider adds the locationRegionProvider to the list open app secret versions params

func (*ListOpenAppSecretVersionsParams) SetLocationRegionRegion

func (o *ListOpenAppSecretVersionsParams) SetLocationRegionRegion(locationRegionRegion *string)

SetLocationRegionRegion adds the locationRegionRegion to the list open app secret versions params

func (*ListOpenAppSecretVersionsParams) SetSecretName

func (o *ListOpenAppSecretVersionsParams) SetSecretName(secretName string)

SetSecretName adds the secretName to the list open app secret versions params

func (*ListOpenAppSecretVersionsParams) SetTimeout

func (o *ListOpenAppSecretVersionsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list open app secret versions params

func (*ListOpenAppSecretVersionsParams) WithAppName

WithAppName adds the appName to the list open app secret versions params

func (*ListOpenAppSecretVersionsParams) WithContext

WithContext adds the context to the list open app secret versions params

func (*ListOpenAppSecretVersionsParams) WithDefaults

WithDefaults hydrates default values in the list open app secret versions params (not the query body).

All values with no default are reset to their zero value.

func (*ListOpenAppSecretVersionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list open app secret versions params

func (*ListOpenAppSecretVersionsParams) WithLocationOrganizationID

func (o *ListOpenAppSecretVersionsParams) WithLocationOrganizationID(locationOrganizationID string) *ListOpenAppSecretVersionsParams

WithLocationOrganizationID adds the locationOrganizationID to the list open app secret versions params

func (*ListOpenAppSecretVersionsParams) WithLocationProjectID

func (o *ListOpenAppSecretVersionsParams) WithLocationProjectID(locationProjectID string) *ListOpenAppSecretVersionsParams

WithLocationProjectID adds the locationProjectID to the list open app secret versions params

func (*ListOpenAppSecretVersionsParams) WithLocationRegionProvider

func (o *ListOpenAppSecretVersionsParams) WithLocationRegionProvider(locationRegionProvider *string) *ListOpenAppSecretVersionsParams

WithLocationRegionProvider adds the locationRegionProvider to the list open app secret versions params

func (*ListOpenAppSecretVersionsParams) WithLocationRegionRegion

func (o *ListOpenAppSecretVersionsParams) WithLocationRegionRegion(locationRegionRegion *string) *ListOpenAppSecretVersionsParams

WithLocationRegionRegion adds the locationRegionRegion to the list open app secret versions params

func (*ListOpenAppSecretVersionsParams) WithSecretName

WithSecretName adds the secretName to the list open app secret versions params

func (*ListOpenAppSecretVersionsParams) WithTimeout

WithTimeout adds the timeout to the list open app secret versions params

func (*ListOpenAppSecretVersionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListOpenAppSecretVersionsReader

type ListOpenAppSecretVersionsReader struct {
	// contains filtered or unexported fields
}

ListOpenAppSecretVersionsReader is a Reader for the ListOpenAppSecretVersions structure.

func (*ListOpenAppSecretVersionsReader) ReadResponse

func (o *ListOpenAppSecretVersionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListSyncInstallationsDefault added in v0.106.0

type ListSyncInstallationsDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

ListSyncInstallationsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewListSyncInstallationsDefault added in v0.106.0

func NewListSyncInstallationsDefault(code int) *ListSyncInstallationsDefault

NewListSyncInstallationsDefault creates a ListSyncInstallationsDefault with default headers values

func (*ListSyncInstallationsDefault) Code added in v0.106.0

Code gets the status code for the list sync installations default response

func (*ListSyncInstallationsDefault) Error added in v0.106.0

func (*ListSyncInstallationsDefault) GetPayload added in v0.106.0

func (*ListSyncInstallationsDefault) IsClientError added in v0.106.0

func (o *ListSyncInstallationsDefault) IsClientError() bool

IsClientError returns true when this list sync installations default response has a 4xx status code

func (*ListSyncInstallationsDefault) IsCode added in v0.106.0

func (o *ListSyncInstallationsDefault) IsCode(code int) bool

IsCode returns true when this list sync installations default response a status code equal to that given

func (*ListSyncInstallationsDefault) IsRedirect added in v0.106.0

func (o *ListSyncInstallationsDefault) IsRedirect() bool

IsRedirect returns true when this list sync installations default response has a 3xx status code

func (*ListSyncInstallationsDefault) IsServerError added in v0.106.0

func (o *ListSyncInstallationsDefault) IsServerError() bool

IsServerError returns true when this list sync installations default response has a 5xx status code

func (*ListSyncInstallationsDefault) IsSuccess added in v0.106.0

func (o *ListSyncInstallationsDefault) IsSuccess() bool

IsSuccess returns true when this list sync installations default response has a 2xx status code

func (*ListSyncInstallationsDefault) String added in v0.106.0

type ListSyncInstallationsOK added in v0.106.0

type ListSyncInstallationsOK struct {
	Payload *models.Secrets20230613ListSyncInstallationsResponse
}

ListSyncInstallationsOK describes a response with status code 200, with default header values.

A successful response.

func NewListSyncInstallationsOK added in v0.106.0

func NewListSyncInstallationsOK() *ListSyncInstallationsOK

NewListSyncInstallationsOK creates a ListSyncInstallationsOK with default headers values

func (*ListSyncInstallationsOK) Code added in v0.106.0

func (o *ListSyncInstallationsOK) Code() int

Code gets the status code for the list sync installations o k response

func (*ListSyncInstallationsOK) Error added in v0.106.0

func (o *ListSyncInstallationsOK) Error() string

func (*ListSyncInstallationsOK) GetPayload added in v0.106.0

func (*ListSyncInstallationsOK) IsClientError added in v0.106.0

func (o *ListSyncInstallationsOK) IsClientError() bool

IsClientError returns true when this list sync installations o k response has a 4xx status code

func (*ListSyncInstallationsOK) IsCode added in v0.106.0

func (o *ListSyncInstallationsOK) IsCode(code int) bool

IsCode returns true when this list sync installations o k response a status code equal to that given

func (*ListSyncInstallationsOK) IsRedirect added in v0.106.0

func (o *ListSyncInstallationsOK) IsRedirect() bool

IsRedirect returns true when this list sync installations o k response has a 3xx status code

func (*ListSyncInstallationsOK) IsServerError added in v0.106.0

func (o *ListSyncInstallationsOK) IsServerError() bool

IsServerError returns true when this list sync installations o k response has a 5xx status code

func (*ListSyncInstallationsOK) IsSuccess added in v0.106.0

func (o *ListSyncInstallationsOK) IsSuccess() bool

IsSuccess returns true when this list sync installations o k response has a 2xx status code

func (*ListSyncInstallationsOK) String added in v0.106.0

func (o *ListSyncInstallationsOK) String() string

type ListSyncInstallationsParams added in v0.106.0

type ListSyncInstallationsParams struct {

	/* LocationOrganizationID.

	   organization_id is the id of the organization.
	*/
	LocationOrganizationID string

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

	   provider is the named cloud provider ("aws", "gcp", "azure")
	*/
	LocationRegionProvider *string

	/* LocationRegionRegion.

	   region is the cloud region ("us-west1", "us-east1")
	*/
	LocationRegionRegion *string

	// Type.
	Type *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListSyncInstallationsParams contains all the parameters to send to the API endpoint

for the list sync installations operation.

Typically these are written to a http.Request.

func NewListSyncInstallationsParams added in v0.106.0

func NewListSyncInstallationsParams() *ListSyncInstallationsParams

NewListSyncInstallationsParams creates a new ListSyncInstallationsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListSyncInstallationsParamsWithContext added in v0.106.0

func NewListSyncInstallationsParamsWithContext(ctx context.Context) *ListSyncInstallationsParams

NewListSyncInstallationsParamsWithContext creates a new ListSyncInstallationsParams object with the ability to set a context for a request.

func NewListSyncInstallationsParamsWithHTTPClient added in v0.106.0

func NewListSyncInstallationsParamsWithHTTPClient(client *http.Client) *ListSyncInstallationsParams

NewListSyncInstallationsParamsWithHTTPClient creates a new ListSyncInstallationsParams object with the ability to set a custom HTTPClient for a request.

func NewListSyncInstallationsParamsWithTimeout added in v0.106.0

func NewListSyncInstallationsParamsWithTimeout(timeout time.Duration) *ListSyncInstallationsParams

NewListSyncInstallationsParamsWithTimeout creates a new ListSyncInstallationsParams object with the ability to set a timeout on a request.

func (*ListSyncInstallationsParams) SetContext added in v0.106.0

func (o *ListSyncInstallationsParams) SetContext(ctx context.Context)

SetContext adds the context to the list sync installations params

func (*ListSyncInstallationsParams) SetDefaults added in v0.106.0

func (o *ListSyncInstallationsParams) SetDefaults()

SetDefaults hydrates default values in the list sync installations params (not the query body).

All values with no default are reset to their zero value.

func (*ListSyncInstallationsParams) SetHTTPClient added in v0.106.0

func (o *ListSyncInstallationsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list sync installations params

func (*ListSyncInstallationsParams) SetLocationOrganizationID added in v0.106.0

func (o *ListSyncInstallationsParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the list sync installations params

func (*ListSyncInstallationsParams) SetLocationProjectID added in v0.106.0

func (o *ListSyncInstallationsParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the list sync installations params

func (*ListSyncInstallationsParams) SetLocationRegionProvider added in v0.106.0

func (o *ListSyncInstallationsParams) SetLocationRegionProvider(locationRegionProvider *string)

SetLocationRegionProvider adds the locationRegionProvider to the list sync installations params

func (*ListSyncInstallationsParams) SetLocationRegionRegion added in v0.106.0

func (o *ListSyncInstallationsParams) SetLocationRegionRegion(locationRegionRegion *string)

SetLocationRegionRegion adds the locationRegionRegion to the list sync installations params

func (*ListSyncInstallationsParams) SetTimeout added in v0.106.0

func (o *ListSyncInstallationsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list sync installations params

func (*ListSyncInstallationsParams) SetType added in v0.106.0

func (o *ListSyncInstallationsParams) SetType(typeVar *string)

SetType adds the type to the list sync installations params

func (*ListSyncInstallationsParams) WithContext added in v0.106.0

WithContext adds the context to the list sync installations params

func (*ListSyncInstallationsParams) WithDefaults added in v0.106.0

WithDefaults hydrates default values in the list sync installations params (not the query body).

All values with no default are reset to their zero value.

func (*ListSyncInstallationsParams) WithHTTPClient added in v0.106.0

WithHTTPClient adds the HTTPClient to the list sync installations params

func (*ListSyncInstallationsParams) WithLocationOrganizationID added in v0.106.0

func (o *ListSyncInstallationsParams) WithLocationOrganizationID(locationOrganizationID string) *ListSyncInstallationsParams

WithLocationOrganizationID adds the locationOrganizationID to the list sync installations params

func (*ListSyncInstallationsParams) WithLocationProjectID added in v0.106.0

func (o *ListSyncInstallationsParams) WithLocationProjectID(locationProjectID string) *ListSyncInstallationsParams

WithLocationProjectID adds the locationProjectID to the list sync installations params

func (*ListSyncInstallationsParams) WithLocationRegionProvider added in v0.106.0

func (o *ListSyncInstallationsParams) WithLocationRegionProvider(locationRegionProvider *string) *ListSyncInstallationsParams

WithLocationRegionProvider adds the locationRegionProvider to the list sync installations params

func (*ListSyncInstallationsParams) WithLocationRegionRegion added in v0.106.0

func (o *ListSyncInstallationsParams) WithLocationRegionRegion(locationRegionRegion *string) *ListSyncInstallationsParams

WithLocationRegionRegion adds the locationRegionRegion to the list sync installations params

func (*ListSyncInstallationsParams) WithTimeout added in v0.106.0

WithTimeout adds the timeout to the list sync installations params

func (*ListSyncInstallationsParams) WithType added in v0.106.0

WithType adds the typeVar to the list sync installations params

func (*ListSyncInstallationsParams) WriteToRequest added in v0.106.0

WriteToRequest writes these params to a swagger request

type ListSyncInstallationsReader added in v0.106.0

type ListSyncInstallationsReader struct {
	// contains filtered or unexported fields
}

ListSyncInstallationsReader is a Reader for the ListSyncInstallations structure.

func (*ListSyncInstallationsReader) ReadResponse added in v0.106.0

func (o *ListSyncInstallationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListSyncIntegrationsDefault

type ListSyncIntegrationsDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

ListSyncIntegrationsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewListSyncIntegrationsDefault

func NewListSyncIntegrationsDefault(code int) *ListSyncIntegrationsDefault

NewListSyncIntegrationsDefault creates a ListSyncIntegrationsDefault with default headers values

func (*ListSyncIntegrationsDefault) Code

func (o *ListSyncIntegrationsDefault) Code() int

Code gets the status code for the list sync integrations default response

func (*ListSyncIntegrationsDefault) Error

func (*ListSyncIntegrationsDefault) GetPayload

func (o *ListSyncIntegrationsDefault) GetPayload() *models.RPCStatus

func (*ListSyncIntegrationsDefault) IsClientError

func (o *ListSyncIntegrationsDefault) IsClientError() bool

IsClientError returns true when this list sync integrations default response has a 4xx status code

func (*ListSyncIntegrationsDefault) IsCode

func (o *ListSyncIntegrationsDefault) IsCode(code int) bool

IsCode returns true when this list sync integrations default response a status code equal to that given

func (*ListSyncIntegrationsDefault) IsRedirect

func (o *ListSyncIntegrationsDefault) IsRedirect() bool

IsRedirect returns true when this list sync integrations default response has a 3xx status code

func (*ListSyncIntegrationsDefault) IsServerError

func (o *ListSyncIntegrationsDefault) IsServerError() bool

IsServerError returns true when this list sync integrations default response has a 5xx status code

func (*ListSyncIntegrationsDefault) IsSuccess

func (o *ListSyncIntegrationsDefault) IsSuccess() bool

IsSuccess returns true when this list sync integrations default response has a 2xx status code

func (*ListSyncIntegrationsDefault) String

func (o *ListSyncIntegrationsDefault) String() string

type ListSyncIntegrationsOK

type ListSyncIntegrationsOK struct {
	Payload *models.Secrets20230613ListSyncIntegrationsResponse
}

ListSyncIntegrationsOK describes a response with status code 200, with default header values.

A successful response.

func NewListSyncIntegrationsOK

func NewListSyncIntegrationsOK() *ListSyncIntegrationsOK

NewListSyncIntegrationsOK creates a ListSyncIntegrationsOK with default headers values

func (*ListSyncIntegrationsOK) Code added in v0.87.0

func (o *ListSyncIntegrationsOK) Code() int

Code gets the status code for the list sync integrations o k response

func (*ListSyncIntegrationsOK) Error

func (o *ListSyncIntegrationsOK) Error() string

func (*ListSyncIntegrationsOK) GetPayload

func (*ListSyncIntegrationsOK) IsClientError

func (o *ListSyncIntegrationsOK) IsClientError() bool

IsClientError returns true when this list sync integrations o k response has a 4xx status code

func (*ListSyncIntegrationsOK) IsCode

func (o *ListSyncIntegrationsOK) IsCode(code int) bool

IsCode returns true when this list sync integrations o k response a status code equal to that given

func (*ListSyncIntegrationsOK) IsRedirect

func (o *ListSyncIntegrationsOK) IsRedirect() bool

IsRedirect returns true when this list sync integrations o k response has a 3xx status code

func (*ListSyncIntegrationsOK) IsServerError

func (o *ListSyncIntegrationsOK) IsServerError() bool

IsServerError returns true when this list sync integrations o k response has a 5xx status code

func (*ListSyncIntegrationsOK) IsSuccess

func (o *ListSyncIntegrationsOK) IsSuccess() bool

IsSuccess returns true when this list sync integrations o k response has a 2xx status code

func (*ListSyncIntegrationsOK) String

func (o *ListSyncIntegrationsOK) String() string

type ListSyncIntegrationsParams

type ListSyncIntegrationsParams struct {

	/* LocationOrganizationID.

	   organization_id is the id of the organization.
	*/
	LocationOrganizationID string

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

	   provider is the named cloud provider ("aws", "gcp", "azure")
	*/
	LocationRegionProvider *string

	/* LocationRegionRegion.

	   region is the cloud region ("us-west1", "us-east1")
	*/
	LocationRegionRegion *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListSyncIntegrationsParams contains all the parameters to send to the API endpoint

for the list sync integrations operation.

Typically these are written to a http.Request.

func NewListSyncIntegrationsParams

func NewListSyncIntegrationsParams() *ListSyncIntegrationsParams

NewListSyncIntegrationsParams creates a new ListSyncIntegrationsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListSyncIntegrationsParamsWithContext

func NewListSyncIntegrationsParamsWithContext(ctx context.Context) *ListSyncIntegrationsParams

NewListSyncIntegrationsParamsWithContext creates a new ListSyncIntegrationsParams object with the ability to set a context for a request.

func NewListSyncIntegrationsParamsWithHTTPClient

func NewListSyncIntegrationsParamsWithHTTPClient(client *http.Client) *ListSyncIntegrationsParams

NewListSyncIntegrationsParamsWithHTTPClient creates a new ListSyncIntegrationsParams object with the ability to set a custom HTTPClient for a request.

func NewListSyncIntegrationsParamsWithTimeout

func NewListSyncIntegrationsParamsWithTimeout(timeout time.Duration) *ListSyncIntegrationsParams

NewListSyncIntegrationsParamsWithTimeout creates a new ListSyncIntegrationsParams object with the ability to set a timeout on a request.

func (*ListSyncIntegrationsParams) SetContext

func (o *ListSyncIntegrationsParams) SetContext(ctx context.Context)

SetContext adds the context to the list sync integrations params

func (*ListSyncIntegrationsParams) SetDefaults

func (o *ListSyncIntegrationsParams) SetDefaults()

SetDefaults hydrates default values in the list sync integrations params (not the query body).

All values with no default are reset to their zero value.

func (*ListSyncIntegrationsParams) SetHTTPClient

func (o *ListSyncIntegrationsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list sync integrations params

func (*ListSyncIntegrationsParams) SetLocationOrganizationID

func (o *ListSyncIntegrationsParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the list sync integrations params

func (*ListSyncIntegrationsParams) SetLocationProjectID

func (o *ListSyncIntegrationsParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the list sync integrations params

func (*ListSyncIntegrationsParams) SetLocationRegionProvider

func (o *ListSyncIntegrationsParams) SetLocationRegionProvider(locationRegionProvider *string)

SetLocationRegionProvider adds the locationRegionProvider to the list sync integrations params

func (*ListSyncIntegrationsParams) SetLocationRegionRegion

func (o *ListSyncIntegrationsParams) SetLocationRegionRegion(locationRegionRegion *string)

SetLocationRegionRegion adds the locationRegionRegion to the list sync integrations params

func (*ListSyncIntegrationsParams) SetTimeout

func (o *ListSyncIntegrationsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list sync integrations params

func (*ListSyncIntegrationsParams) WithContext

WithContext adds the context to the list sync integrations params

func (*ListSyncIntegrationsParams) WithDefaults

WithDefaults hydrates default values in the list sync integrations params (not the query body).

All values with no default are reset to their zero value.

func (*ListSyncIntegrationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list sync integrations params

func (*ListSyncIntegrationsParams) WithLocationOrganizationID

func (o *ListSyncIntegrationsParams) WithLocationOrganizationID(locationOrganizationID string) *ListSyncIntegrationsParams

WithLocationOrganizationID adds the locationOrganizationID to the list sync integrations params

func (*ListSyncIntegrationsParams) WithLocationProjectID

func (o *ListSyncIntegrationsParams) WithLocationProjectID(locationProjectID string) *ListSyncIntegrationsParams

WithLocationProjectID adds the locationProjectID to the list sync integrations params

func (*ListSyncIntegrationsParams) WithLocationRegionProvider

func (o *ListSyncIntegrationsParams) WithLocationRegionProvider(locationRegionProvider *string) *ListSyncIntegrationsParams

WithLocationRegionProvider adds the locationRegionProvider to the list sync integrations params

func (*ListSyncIntegrationsParams) WithLocationRegionRegion

func (o *ListSyncIntegrationsParams) WithLocationRegionRegion(locationRegionRegion *string) *ListSyncIntegrationsParams

WithLocationRegionRegion adds the locationRegionRegion to the list sync integrations params

func (*ListSyncIntegrationsParams) WithTimeout

WithTimeout adds the timeout to the list sync integrations params

func (*ListSyncIntegrationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListSyncIntegrationsReader

type ListSyncIntegrationsReader struct {
	// contains filtered or unexported fields
}

ListSyncIntegrationsReader is a Reader for the ListSyncIntegrations structure.

func (*ListSyncIntegrationsReader) ReadResponse

func (o *ListSyncIntegrationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type OpenAppSecretDefault

type OpenAppSecretDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

OpenAppSecretDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewOpenAppSecretDefault

func NewOpenAppSecretDefault(code int) *OpenAppSecretDefault

NewOpenAppSecretDefault creates a OpenAppSecretDefault with default headers values

func (*OpenAppSecretDefault) Code

func (o *OpenAppSecretDefault) Code() int

Code gets the status code for the open app secret default response

func (*OpenAppSecretDefault) Error

func (o *OpenAppSecretDefault) Error() string

func (*OpenAppSecretDefault) GetPayload

func (o *OpenAppSecretDefault) GetPayload() *models.RPCStatus

func (*OpenAppSecretDefault) IsClientError

func (o *OpenAppSecretDefault) IsClientError() bool

IsClientError returns true when this open app secret default response has a 4xx status code

func (*OpenAppSecretDefault) IsCode

func (o *OpenAppSecretDefault) IsCode(code int) bool

IsCode returns true when this open app secret default response a status code equal to that given

func (*OpenAppSecretDefault) IsRedirect

func (o *OpenAppSecretDefault) IsRedirect() bool

IsRedirect returns true when this open app secret default response has a 3xx status code

func (*OpenAppSecretDefault) IsServerError

func (o *OpenAppSecretDefault) IsServerError() bool

IsServerError returns true when this open app secret default response has a 5xx status code

func (*OpenAppSecretDefault) IsSuccess

func (o *OpenAppSecretDefault) IsSuccess() bool

IsSuccess returns true when this open app secret default response has a 2xx status code

func (*OpenAppSecretDefault) String

func (o *OpenAppSecretDefault) String() string

type OpenAppSecretOK

type OpenAppSecretOK struct {
	Payload *models.Secrets20230613OpenAppSecretResponse
}

OpenAppSecretOK describes a response with status code 200, with default header values.

A successful response.

func NewOpenAppSecretOK

func NewOpenAppSecretOK() *OpenAppSecretOK

NewOpenAppSecretOK creates a OpenAppSecretOK with default headers values

func (*OpenAppSecretOK) Code added in v0.87.0

func (o *OpenAppSecretOK) Code() int

Code gets the status code for the open app secret o k response

func (*OpenAppSecretOK) Error

func (o *OpenAppSecretOK) Error() string

func (*OpenAppSecretOK) GetPayload

func (*OpenAppSecretOK) IsClientError

func (o *OpenAppSecretOK) IsClientError() bool

IsClientError returns true when this open app secret o k response has a 4xx status code

func (*OpenAppSecretOK) IsCode

func (o *OpenAppSecretOK) IsCode(code int) bool

IsCode returns true when this open app secret o k response a status code equal to that given

func (*OpenAppSecretOK) IsRedirect

func (o *OpenAppSecretOK) IsRedirect() bool

IsRedirect returns true when this open app secret o k response has a 3xx status code

func (*OpenAppSecretOK) IsServerError

func (o *OpenAppSecretOK) IsServerError() bool

IsServerError returns true when this open app secret o k response has a 5xx status code

func (*OpenAppSecretOK) IsSuccess

func (o *OpenAppSecretOK) IsSuccess() bool

IsSuccess returns true when this open app secret o k response has a 2xx status code

func (*OpenAppSecretOK) String

func (o *OpenAppSecretOK) String() string

type OpenAppSecretParams

type OpenAppSecretParams struct {

	// AppName.
	AppName string

	/* LocationOrganizationID.

	   organization_id is the id of the organization.
	*/
	LocationOrganizationID string

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

	   provider is the named cloud provider ("aws", "gcp", "azure")
	*/
	LocationRegionProvider *string

	/* LocationRegionRegion.

	   region is the cloud region ("us-west1", "us-east1")
	*/
	LocationRegionRegion *string

	// SecretName.
	SecretName string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

OpenAppSecretParams contains all the parameters to send to the API endpoint

for the open app secret operation.

Typically these are written to a http.Request.

func NewOpenAppSecretParams

func NewOpenAppSecretParams() *OpenAppSecretParams

NewOpenAppSecretParams creates a new OpenAppSecretParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewOpenAppSecretParamsWithContext

func NewOpenAppSecretParamsWithContext(ctx context.Context) *OpenAppSecretParams

NewOpenAppSecretParamsWithContext creates a new OpenAppSecretParams object with the ability to set a context for a request.

func NewOpenAppSecretParamsWithHTTPClient

func NewOpenAppSecretParamsWithHTTPClient(client *http.Client) *OpenAppSecretParams

NewOpenAppSecretParamsWithHTTPClient creates a new OpenAppSecretParams object with the ability to set a custom HTTPClient for a request.

func NewOpenAppSecretParamsWithTimeout

func NewOpenAppSecretParamsWithTimeout(timeout time.Duration) *OpenAppSecretParams

NewOpenAppSecretParamsWithTimeout creates a new OpenAppSecretParams object with the ability to set a timeout on a request.

func (*OpenAppSecretParams) SetAppName

func (o *OpenAppSecretParams) SetAppName(appName string)

SetAppName adds the appName to the open app secret params

func (*OpenAppSecretParams) SetContext

func (o *OpenAppSecretParams) SetContext(ctx context.Context)

SetContext adds the context to the open app secret params

func (*OpenAppSecretParams) SetDefaults

func (o *OpenAppSecretParams) SetDefaults()

SetDefaults hydrates default values in the open app secret params (not the query body).

All values with no default are reset to their zero value.

func (*OpenAppSecretParams) SetHTTPClient

func (o *OpenAppSecretParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the open app secret params

func (*OpenAppSecretParams) SetLocationOrganizationID

func (o *OpenAppSecretParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the open app secret params

func (*OpenAppSecretParams) SetLocationProjectID

func (o *OpenAppSecretParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the open app secret params

func (*OpenAppSecretParams) SetLocationRegionProvider

func (o *OpenAppSecretParams) SetLocationRegionProvider(locationRegionProvider *string)

SetLocationRegionProvider adds the locationRegionProvider to the open app secret params

func (*OpenAppSecretParams) SetLocationRegionRegion

func (o *OpenAppSecretParams) SetLocationRegionRegion(locationRegionRegion *string)

SetLocationRegionRegion adds the locationRegionRegion to the open app secret params

func (*OpenAppSecretParams) SetSecretName

func (o *OpenAppSecretParams) SetSecretName(secretName string)

SetSecretName adds the secretName to the open app secret params

func (*OpenAppSecretParams) SetTimeout

func (o *OpenAppSecretParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the open app secret params

func (*OpenAppSecretParams) WithAppName

func (o *OpenAppSecretParams) WithAppName(appName string) *OpenAppSecretParams

WithAppName adds the appName to the open app secret params

func (*OpenAppSecretParams) WithContext

WithContext adds the context to the open app secret params

func (*OpenAppSecretParams) WithDefaults

func (o *OpenAppSecretParams) WithDefaults() *OpenAppSecretParams

WithDefaults hydrates default values in the open app secret params (not the query body).

All values with no default are reset to their zero value.

func (*OpenAppSecretParams) WithHTTPClient

func (o *OpenAppSecretParams) WithHTTPClient(client *http.Client) *OpenAppSecretParams

WithHTTPClient adds the HTTPClient to the open app secret params

func (*OpenAppSecretParams) WithLocationOrganizationID

func (o *OpenAppSecretParams) WithLocationOrganizationID(locationOrganizationID string) *OpenAppSecretParams

WithLocationOrganizationID adds the locationOrganizationID to the open app secret params

func (*OpenAppSecretParams) WithLocationProjectID

func (o *OpenAppSecretParams) WithLocationProjectID(locationProjectID string) *OpenAppSecretParams

WithLocationProjectID adds the locationProjectID to the open app secret params

func (*OpenAppSecretParams) WithLocationRegionProvider

func (o *OpenAppSecretParams) WithLocationRegionProvider(locationRegionProvider *string) *OpenAppSecretParams

WithLocationRegionProvider adds the locationRegionProvider to the open app secret params

func (*OpenAppSecretParams) WithLocationRegionRegion

func (o *OpenAppSecretParams) WithLocationRegionRegion(locationRegionRegion *string) *OpenAppSecretParams

WithLocationRegionRegion adds the locationRegionRegion to the open app secret params

func (*OpenAppSecretParams) WithSecretName

func (o *OpenAppSecretParams) WithSecretName(secretName string) *OpenAppSecretParams

WithSecretName adds the secretName to the open app secret params

func (*OpenAppSecretParams) WithTimeout

func (o *OpenAppSecretParams) WithTimeout(timeout time.Duration) *OpenAppSecretParams

WithTimeout adds the timeout to the open app secret params

func (*OpenAppSecretParams) WriteToRequest

func (o *OpenAppSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type OpenAppSecretReader

type OpenAppSecretReader struct {
	// contains filtered or unexported fields
}

OpenAppSecretReader is a Reader for the OpenAppSecret structure.

func (*OpenAppSecretReader) ReadResponse

func (o *OpenAppSecretReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type OpenAppSecretVersionDefault

type OpenAppSecretVersionDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

OpenAppSecretVersionDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewOpenAppSecretVersionDefault

func NewOpenAppSecretVersionDefault(code int) *OpenAppSecretVersionDefault

NewOpenAppSecretVersionDefault creates a OpenAppSecretVersionDefault with default headers values

func (*OpenAppSecretVersionDefault) Code

func (o *OpenAppSecretVersionDefault) Code() int

Code gets the status code for the open app secret version default response

func (*OpenAppSecretVersionDefault) Error

func (*OpenAppSecretVersionDefault) GetPayload

func (o *OpenAppSecretVersionDefault) GetPayload() *models.RPCStatus

func (*OpenAppSecretVersionDefault) IsClientError

func (o *OpenAppSecretVersionDefault) IsClientError() bool

IsClientError returns true when this open app secret version default response has a 4xx status code

func (*OpenAppSecretVersionDefault) IsCode

func (o *OpenAppSecretVersionDefault) IsCode(code int) bool

IsCode returns true when this open app secret version default response a status code equal to that given

func (*OpenAppSecretVersionDefault) IsRedirect

func (o *OpenAppSecretVersionDefault) IsRedirect() bool

IsRedirect returns true when this open app secret version default response has a 3xx status code

func (*OpenAppSecretVersionDefault) IsServerError

func (o *OpenAppSecretVersionDefault) IsServerError() bool

IsServerError returns true when this open app secret version default response has a 5xx status code

func (*OpenAppSecretVersionDefault) IsSuccess

func (o *OpenAppSecretVersionDefault) IsSuccess() bool

IsSuccess returns true when this open app secret version default response has a 2xx status code

func (*OpenAppSecretVersionDefault) String

func (o *OpenAppSecretVersionDefault) String() string

type OpenAppSecretVersionOK

type OpenAppSecretVersionOK struct {
	Payload *models.Secrets20230613OpenAppSecretVersionResponse
}

OpenAppSecretVersionOK describes a response with status code 200, with default header values.

A successful response.

func NewOpenAppSecretVersionOK

func NewOpenAppSecretVersionOK() *OpenAppSecretVersionOK

NewOpenAppSecretVersionOK creates a OpenAppSecretVersionOK with default headers values

func (*OpenAppSecretVersionOK) Code added in v0.87.0

func (o *OpenAppSecretVersionOK) Code() int

Code gets the status code for the open app secret version o k response

func (*OpenAppSecretVersionOK) Error

func (o *OpenAppSecretVersionOK) Error() string

func (*OpenAppSecretVersionOK) GetPayload

func (*OpenAppSecretVersionOK) IsClientError

func (o *OpenAppSecretVersionOK) IsClientError() bool

IsClientError returns true when this open app secret version o k response has a 4xx status code

func (*OpenAppSecretVersionOK) IsCode

func (o *OpenAppSecretVersionOK) IsCode(code int) bool

IsCode returns true when this open app secret version o k response a status code equal to that given

func (*OpenAppSecretVersionOK) IsRedirect

func (o *OpenAppSecretVersionOK) IsRedirect() bool

IsRedirect returns true when this open app secret version o k response has a 3xx status code

func (*OpenAppSecretVersionOK) IsServerError

func (o *OpenAppSecretVersionOK) IsServerError() bool

IsServerError returns true when this open app secret version o k response has a 5xx status code

func (*OpenAppSecretVersionOK) IsSuccess

func (o *OpenAppSecretVersionOK) IsSuccess() bool

IsSuccess returns true when this open app secret version o k response has a 2xx status code

func (*OpenAppSecretVersionOK) String

func (o *OpenAppSecretVersionOK) String() string

type OpenAppSecretVersionParams

type OpenAppSecretVersionParams struct {

	// AppName.
	AppName string

	/* LocationOrganizationID.

	   organization_id is the id of the organization.
	*/
	LocationOrganizationID string

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

	   provider is the named cloud provider ("aws", "gcp", "azure")
	*/
	LocationRegionProvider *string

	/* LocationRegionRegion.

	   region is the cloud region ("us-west1", "us-east1")
	*/
	LocationRegionRegion *string

	// SecretName.
	SecretName string

	// Version.
	//
	// Format: int64
	Version string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

OpenAppSecretVersionParams contains all the parameters to send to the API endpoint

for the open app secret version operation.

Typically these are written to a http.Request.

func NewOpenAppSecretVersionParams

func NewOpenAppSecretVersionParams() *OpenAppSecretVersionParams

NewOpenAppSecretVersionParams creates a new OpenAppSecretVersionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewOpenAppSecretVersionParamsWithContext

func NewOpenAppSecretVersionParamsWithContext(ctx context.Context) *OpenAppSecretVersionParams

NewOpenAppSecretVersionParamsWithContext creates a new OpenAppSecretVersionParams object with the ability to set a context for a request.

func NewOpenAppSecretVersionParamsWithHTTPClient

func NewOpenAppSecretVersionParamsWithHTTPClient(client *http.Client) *OpenAppSecretVersionParams

NewOpenAppSecretVersionParamsWithHTTPClient creates a new OpenAppSecretVersionParams object with the ability to set a custom HTTPClient for a request.

func NewOpenAppSecretVersionParamsWithTimeout

func NewOpenAppSecretVersionParamsWithTimeout(timeout time.Duration) *OpenAppSecretVersionParams

NewOpenAppSecretVersionParamsWithTimeout creates a new OpenAppSecretVersionParams object with the ability to set a timeout on a request.

func (*OpenAppSecretVersionParams) SetAppName

func (o *OpenAppSecretVersionParams) SetAppName(appName string)

SetAppName adds the appName to the open app secret version params

func (*OpenAppSecretVersionParams) SetContext

func (o *OpenAppSecretVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the open app secret version params

func (*OpenAppSecretVersionParams) SetDefaults

func (o *OpenAppSecretVersionParams) SetDefaults()

SetDefaults hydrates default values in the open app secret version params (not the query body).

All values with no default are reset to their zero value.

func (*OpenAppSecretVersionParams) SetHTTPClient

func (o *OpenAppSecretVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the open app secret version params

func (*OpenAppSecretVersionParams) SetLocationOrganizationID

func (o *OpenAppSecretVersionParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the open app secret version params

func (*OpenAppSecretVersionParams) SetLocationProjectID

func (o *OpenAppSecretVersionParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the open app secret version params

func (*OpenAppSecretVersionParams) SetLocationRegionProvider

func (o *OpenAppSecretVersionParams) SetLocationRegionProvider(locationRegionProvider *string)

SetLocationRegionProvider adds the locationRegionProvider to the open app secret version params

func (*OpenAppSecretVersionParams) SetLocationRegionRegion

func (o *OpenAppSecretVersionParams) SetLocationRegionRegion(locationRegionRegion *string)

SetLocationRegionRegion adds the locationRegionRegion to the open app secret version params

func (*OpenAppSecretVersionParams) SetSecretName

func (o *OpenAppSecretVersionParams) SetSecretName(secretName string)

SetSecretName adds the secretName to the open app secret version params

func (*OpenAppSecretVersionParams) SetTimeout

func (o *OpenAppSecretVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the open app secret version params

func (*OpenAppSecretVersionParams) SetVersion

func (o *OpenAppSecretVersionParams) SetVersion(version string)

SetVersion adds the version to the open app secret version params

func (*OpenAppSecretVersionParams) WithAppName

WithAppName adds the appName to the open app secret version params

func (*OpenAppSecretVersionParams) WithContext

WithContext adds the context to the open app secret version params

func (*OpenAppSecretVersionParams) WithDefaults

WithDefaults hydrates default values in the open app secret version params (not the query body).

All values with no default are reset to their zero value.

func (*OpenAppSecretVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the open app secret version params

func (*OpenAppSecretVersionParams) WithLocationOrganizationID

func (o *OpenAppSecretVersionParams) WithLocationOrganizationID(locationOrganizationID string) *OpenAppSecretVersionParams

WithLocationOrganizationID adds the locationOrganizationID to the open app secret version params

func (*OpenAppSecretVersionParams) WithLocationProjectID

func (o *OpenAppSecretVersionParams) WithLocationProjectID(locationProjectID string) *OpenAppSecretVersionParams

WithLocationProjectID adds the locationProjectID to the open app secret version params

func (*OpenAppSecretVersionParams) WithLocationRegionProvider

func (o *OpenAppSecretVersionParams) WithLocationRegionProvider(locationRegionProvider *string) *OpenAppSecretVersionParams

WithLocationRegionProvider adds the locationRegionProvider to the open app secret version params

func (*OpenAppSecretVersionParams) WithLocationRegionRegion

func (o *OpenAppSecretVersionParams) WithLocationRegionRegion(locationRegionRegion *string) *OpenAppSecretVersionParams

WithLocationRegionRegion adds the locationRegionRegion to the open app secret version params

func (*OpenAppSecretVersionParams) WithSecretName

func (o *OpenAppSecretVersionParams) WithSecretName(secretName string) *OpenAppSecretVersionParams

WithSecretName adds the secretName to the open app secret version params

func (*OpenAppSecretVersionParams) WithTimeout

WithTimeout adds the timeout to the open app secret version params

func (*OpenAppSecretVersionParams) WithVersion

WithVersion adds the version to the open app secret version params

func (*OpenAppSecretVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OpenAppSecretVersionReader

type OpenAppSecretVersionReader struct {
	// contains filtered or unexported fields
}

OpenAppSecretVersionReader is a Reader for the OpenAppSecretVersion structure.

func (*OpenAppSecretVersionReader) ReadResponse

func (o *OpenAppSecretVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type OpenAppSecretsDefault

type OpenAppSecretsDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

OpenAppSecretsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewOpenAppSecretsDefault

func NewOpenAppSecretsDefault(code int) *OpenAppSecretsDefault

NewOpenAppSecretsDefault creates a OpenAppSecretsDefault with default headers values

func (*OpenAppSecretsDefault) Code

func (o *OpenAppSecretsDefault) Code() int

Code gets the status code for the open app secrets default response

func (*OpenAppSecretsDefault) Error

func (o *OpenAppSecretsDefault) Error() string

func (*OpenAppSecretsDefault) GetPayload

func (o *OpenAppSecretsDefault) GetPayload() *models.RPCStatus

func (*OpenAppSecretsDefault) IsClientError

func (o *OpenAppSecretsDefault) IsClientError() bool

IsClientError returns true when this open app secrets default response has a 4xx status code

func (*OpenAppSecretsDefault) IsCode

func (o *OpenAppSecretsDefault) IsCode(code int) bool

IsCode returns true when this open app secrets default response a status code equal to that given

func (*OpenAppSecretsDefault) IsRedirect

func (o *OpenAppSecretsDefault) IsRedirect() bool

IsRedirect returns true when this open app secrets default response has a 3xx status code

func (*OpenAppSecretsDefault) IsServerError

func (o *OpenAppSecretsDefault) IsServerError() bool

IsServerError returns true when this open app secrets default response has a 5xx status code

func (*OpenAppSecretsDefault) IsSuccess

func (o *OpenAppSecretsDefault) IsSuccess() bool

IsSuccess returns true when this open app secrets default response has a 2xx status code

func (*OpenAppSecretsDefault) String

func (o *OpenAppSecretsDefault) String() string

type OpenAppSecretsOK

type OpenAppSecretsOK struct {
	Payload *models.Secrets20230613OpenAppSecretsResponse
}

OpenAppSecretsOK describes a response with status code 200, with default header values.

A successful response.

func NewOpenAppSecretsOK

func NewOpenAppSecretsOK() *OpenAppSecretsOK

NewOpenAppSecretsOK creates a OpenAppSecretsOK with default headers values

func (*OpenAppSecretsOK) Code added in v0.87.0

func (o *OpenAppSecretsOK) Code() int

Code gets the status code for the open app secrets o k response

func (*OpenAppSecretsOK) Error

func (o *OpenAppSecretsOK) Error() string

func (*OpenAppSecretsOK) GetPayload

func (*OpenAppSecretsOK) IsClientError

func (o *OpenAppSecretsOK) IsClientError() bool

IsClientError returns true when this open app secrets o k response has a 4xx status code

func (*OpenAppSecretsOK) IsCode

func (o *OpenAppSecretsOK) IsCode(code int) bool

IsCode returns true when this open app secrets o k response a status code equal to that given

func (*OpenAppSecretsOK) IsRedirect

func (o *OpenAppSecretsOK) IsRedirect() bool

IsRedirect returns true when this open app secrets o k response has a 3xx status code

func (*OpenAppSecretsOK) IsServerError

func (o *OpenAppSecretsOK) IsServerError() bool

IsServerError returns true when this open app secrets o k response has a 5xx status code

func (*OpenAppSecretsOK) IsSuccess

func (o *OpenAppSecretsOK) IsSuccess() bool

IsSuccess returns true when this open app secrets o k response has a 2xx status code

func (*OpenAppSecretsOK) String

func (o *OpenAppSecretsOK) String() string

type OpenAppSecretsParams

type OpenAppSecretsParams struct {

	// AppName.
	AppName string

	/* LocationOrganizationID.

	   organization_id is the id of the organization.
	*/
	LocationOrganizationID string

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	/* LocationRegionProvider.

	   provider is the named cloud provider ("aws", "gcp", "azure")
	*/
	LocationRegionProvider *string

	/* LocationRegionRegion.

	   region is the cloud region ("us-west1", "us-east1")
	*/
	LocationRegionRegion *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

OpenAppSecretsParams contains all the parameters to send to the API endpoint

for the open app secrets operation.

Typically these are written to a http.Request.

func NewOpenAppSecretsParams

func NewOpenAppSecretsParams() *OpenAppSecretsParams

NewOpenAppSecretsParams creates a new OpenAppSecretsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewOpenAppSecretsParamsWithContext

func NewOpenAppSecretsParamsWithContext(ctx context.Context) *OpenAppSecretsParams

NewOpenAppSecretsParamsWithContext creates a new OpenAppSecretsParams object with the ability to set a context for a request.

func NewOpenAppSecretsParamsWithHTTPClient

func NewOpenAppSecretsParamsWithHTTPClient(client *http.Client) *OpenAppSecretsParams

NewOpenAppSecretsParamsWithHTTPClient creates a new OpenAppSecretsParams object with the ability to set a custom HTTPClient for a request.

func NewOpenAppSecretsParamsWithTimeout

func NewOpenAppSecretsParamsWithTimeout(timeout time.Duration) *OpenAppSecretsParams

NewOpenAppSecretsParamsWithTimeout creates a new OpenAppSecretsParams object with the ability to set a timeout on a request.

func (*OpenAppSecretsParams) SetAppName

func (o *OpenAppSecretsParams) SetAppName(appName string)

SetAppName adds the appName to the open app secrets params

func (*OpenAppSecretsParams) SetContext

func (o *OpenAppSecretsParams) SetContext(ctx context.Context)

SetContext adds the context to the open app secrets params

func (*OpenAppSecretsParams) SetDefaults

func (o *OpenAppSecretsParams) SetDefaults()

SetDefaults hydrates default values in the open app secrets params (not the query body).

All values with no default are reset to their zero value.

func (*OpenAppSecretsParams) SetHTTPClient

func (o *OpenAppSecretsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the open app secrets params

func (*OpenAppSecretsParams) SetLocationOrganizationID

func (o *OpenAppSecretsParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the open app secrets params

func (*OpenAppSecretsParams) SetLocationProjectID

func (o *OpenAppSecretsParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the open app secrets params

func (*OpenAppSecretsParams) SetLocationRegionProvider

func (o *OpenAppSecretsParams) SetLocationRegionProvider(locationRegionProvider *string)

SetLocationRegionProvider adds the locationRegionProvider to the open app secrets params

func (*OpenAppSecretsParams) SetLocationRegionRegion

func (o *OpenAppSecretsParams) SetLocationRegionRegion(locationRegionRegion *string)

SetLocationRegionRegion adds the locationRegionRegion to the open app secrets params

func (*OpenAppSecretsParams) SetTimeout

func (o *OpenAppSecretsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the open app secrets params

func (*OpenAppSecretsParams) WithAppName

func (o *OpenAppSecretsParams) WithAppName(appName string) *OpenAppSecretsParams

WithAppName adds the appName to the open app secrets params

func (*OpenAppSecretsParams) WithContext

WithContext adds the context to the open app secrets params

func (*OpenAppSecretsParams) WithDefaults

func (o *OpenAppSecretsParams) WithDefaults() *OpenAppSecretsParams

WithDefaults hydrates default values in the open app secrets params (not the query body).

All values with no default are reset to their zero value.

func (*OpenAppSecretsParams) WithHTTPClient

func (o *OpenAppSecretsParams) WithHTTPClient(client *http.Client) *OpenAppSecretsParams

WithHTTPClient adds the HTTPClient to the open app secrets params

func (*OpenAppSecretsParams) WithLocationOrganizationID

func (o *OpenAppSecretsParams) WithLocationOrganizationID(locationOrganizationID string) *OpenAppSecretsParams

WithLocationOrganizationID adds the locationOrganizationID to the open app secrets params

func (*OpenAppSecretsParams) WithLocationProjectID

func (o *OpenAppSecretsParams) WithLocationProjectID(locationProjectID string) *OpenAppSecretsParams

WithLocationProjectID adds the locationProjectID to the open app secrets params

func (*OpenAppSecretsParams) WithLocationRegionProvider

func (o *OpenAppSecretsParams) WithLocationRegionProvider(locationRegionProvider *string) *OpenAppSecretsParams

WithLocationRegionProvider adds the locationRegionProvider to the open app secrets params

func (*OpenAppSecretsParams) WithLocationRegionRegion

func (o *OpenAppSecretsParams) WithLocationRegionRegion(locationRegionRegion *string) *OpenAppSecretsParams

WithLocationRegionRegion adds the locationRegionRegion to the open app secrets params

func (*OpenAppSecretsParams) WithTimeout

func (o *OpenAppSecretsParams) WithTimeout(timeout time.Duration) *OpenAppSecretsParams

WithTimeout adds the timeout to the open app secrets params

func (*OpenAppSecretsParams) WriteToRequest

func (o *OpenAppSecretsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type OpenAppSecretsReader

type OpenAppSecretsReader struct {
	// contains filtered or unexported fields
}

OpenAppSecretsReader is a Reader for the OpenAppSecrets structure.

func (*OpenAppSecretsReader) ReadResponse

func (o *OpenAppSecretsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SetTierBody

type SetTierBody struct {

	// location
	Location *SetTierParamsBodyLocation `json:"location,omitempty"`

	// tier
	Tier *models.Secrets20230613Tier `json:"tier,omitempty"`
}

SetTierBody Billing swagger:model SetTierBody

func (*SetTierBody) ContextValidate

func (o *SetTierBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this set tier body based on the context it is used

func (*SetTierBody) MarshalBinary

func (o *SetTierBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SetTierBody) UnmarshalBinary

func (o *SetTierBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SetTierBody) Validate

func (o *SetTierBody) Validate(formats strfmt.Registry) error

Validate validates this set tier body

type SetTierDefault

type SetTierDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

SetTierDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewSetTierDefault

func NewSetTierDefault(code int) *SetTierDefault

NewSetTierDefault creates a SetTierDefault with default headers values

func (*SetTierDefault) Code

func (o *SetTierDefault) Code() int

Code gets the status code for the set tier default response

func (*SetTierDefault) Error

func (o *SetTierDefault) Error() string

func (*SetTierDefault) GetPayload

func (o *SetTierDefault) GetPayload() *models.RPCStatus

func (*SetTierDefault) IsClientError

func (o *SetTierDefault) IsClientError() bool

IsClientError returns true when this set tier default response has a 4xx status code

func (*SetTierDefault) IsCode

func (o *SetTierDefault) IsCode(code int) bool

IsCode returns true when this set tier default response a status code equal to that given

func (*SetTierDefault) IsRedirect

func (o *SetTierDefault) IsRedirect() bool

IsRedirect returns true when this set tier default response has a 3xx status code

func (*SetTierDefault) IsServerError

func (o *SetTierDefault) IsServerError() bool

IsServerError returns true when this set tier default response has a 5xx status code

func (*SetTierDefault) IsSuccess

func (o *SetTierDefault) IsSuccess() bool

IsSuccess returns true when this set tier default response has a 2xx status code

func (*SetTierDefault) String

func (o *SetTierDefault) String() string

type SetTierOK

type SetTierOK struct {
	Payload interface{}
}

SetTierOK describes a response with status code 200, with default header values.

A successful response.

func NewSetTierOK

func NewSetTierOK() *SetTierOK

NewSetTierOK creates a SetTierOK with default headers values

func (*SetTierOK) Code added in v0.87.0

func (o *SetTierOK) Code() int

Code gets the status code for the set tier o k response

func (*SetTierOK) Error

func (o *SetTierOK) Error() string

func (*SetTierOK) GetPayload

func (o *SetTierOK) GetPayload() interface{}

func (*SetTierOK) IsClientError

func (o *SetTierOK) IsClientError() bool

IsClientError returns true when this set tier o k response has a 4xx status code

func (*SetTierOK) IsCode

func (o *SetTierOK) IsCode(code int) bool

IsCode returns true when this set tier o k response a status code equal to that given

func (*SetTierOK) IsRedirect

func (o *SetTierOK) IsRedirect() bool

IsRedirect returns true when this set tier o k response has a 3xx status code

func (*SetTierOK) IsServerError

func (o *SetTierOK) IsServerError() bool

IsServerError returns true when this set tier o k response has a 5xx status code

func (*SetTierOK) IsSuccess

func (o *SetTierOK) IsSuccess() bool

IsSuccess returns true when this set tier o k response has a 2xx status code

func (*SetTierOK) String

func (o *SetTierOK) String() string

type SetTierParams

type SetTierParams struct {

	// Body.
	Body SetTierBody

	/* LocationOrganizationID.

	   organization_id is the id of the organization.
	*/
	LocationOrganizationID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SetTierParams contains all the parameters to send to the API endpoint

for the set tier operation.

Typically these are written to a http.Request.

func NewSetTierParams

func NewSetTierParams() *SetTierParams

NewSetTierParams creates a new SetTierParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSetTierParamsWithContext

func NewSetTierParamsWithContext(ctx context.Context) *SetTierParams

NewSetTierParamsWithContext creates a new SetTierParams object with the ability to set a context for a request.

func NewSetTierParamsWithHTTPClient

func NewSetTierParamsWithHTTPClient(client *http.Client) *SetTierParams

NewSetTierParamsWithHTTPClient creates a new SetTierParams object with the ability to set a custom HTTPClient for a request.

func NewSetTierParamsWithTimeout

func NewSetTierParamsWithTimeout(timeout time.Duration) *SetTierParams

NewSetTierParamsWithTimeout creates a new SetTierParams object with the ability to set a timeout on a request.

func (*SetTierParams) SetBody

func (o *SetTierParams) SetBody(body SetTierBody)

SetBody adds the body to the set tier params

func (*SetTierParams) SetContext

func (o *SetTierParams) SetContext(ctx context.Context)

SetContext adds the context to the set tier params

func (*SetTierParams) SetDefaults

func (o *SetTierParams) SetDefaults()

SetDefaults hydrates default values in the set tier params (not the query body).

All values with no default are reset to their zero value.

func (*SetTierParams) SetHTTPClient

func (o *SetTierParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the set tier params

func (*SetTierParams) SetLocationOrganizationID

func (o *SetTierParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the set tier params

func (*SetTierParams) SetTimeout

func (o *SetTierParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the set tier params

func (*SetTierParams) WithBody

func (o *SetTierParams) WithBody(body SetTierBody) *SetTierParams

WithBody adds the body to the set tier params

func (*SetTierParams) WithContext

func (o *SetTierParams) WithContext(ctx context.Context) *SetTierParams

WithContext adds the context to the set tier params

func (*SetTierParams) WithDefaults

func (o *SetTierParams) WithDefaults() *SetTierParams

WithDefaults hydrates default values in the set tier params (not the query body).

All values with no default are reset to their zero value.

func (*SetTierParams) WithHTTPClient

func (o *SetTierParams) WithHTTPClient(client *http.Client) *SetTierParams

WithHTTPClient adds the HTTPClient to the set tier params

func (*SetTierParams) WithLocationOrganizationID

func (o *SetTierParams) WithLocationOrganizationID(locationOrganizationID string) *SetTierParams

WithLocationOrganizationID adds the locationOrganizationID to the set tier params

func (*SetTierParams) WithTimeout

func (o *SetTierParams) WithTimeout(timeout time.Duration) *SetTierParams

WithTimeout adds the timeout to the set tier params

func (*SetTierParams) WriteToRequest

func (o *SetTierParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SetTierParamsBodyLocation

type SetTierParamsBodyLocation struct {

	// project_id is the projects id.
	ProjectID string `json:"project_id,omitempty"`

	// region is the region that the resource is located in. It is
	// optional if the object being referenced is a global object.
	Region *models.LocationRegion `json:"region,omitempty"`
}

SetTierParamsBodyLocation Location represents a target for an operation in HCP. swagger:model SetTierParamsBodyLocation

func (*SetTierParamsBodyLocation) ContextValidate

func (o *SetTierParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this set tier params body location based on the context it is used

func (*SetTierParamsBodyLocation) MarshalBinary

func (o *SetTierParamsBodyLocation) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SetTierParamsBodyLocation) UnmarshalBinary

func (o *SetTierParamsBodyLocation) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SetTierParamsBodyLocation) Validate

func (o *SetTierParamsBodyLocation) Validate(formats strfmt.Registry) error

Validate validates this set tier params body location

type SetTierReader

type SetTierReader struct {
	// contains filtered or unexported fields
}

SetTierReader is a Reader for the SetTier structure.

func (*SetTierReader) ReadResponse

func (o *SetTierReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateAppBody

type UpdateAppBody struct {

	// description
	Description string `json:"description,omitempty"`

	// location
	Location *UpdateAppParamsBodyLocation `json:"location,omitempty"`

	// sync integrations
	SyncIntegrations []string `json:"sync_integrations"`
}

UpdateAppBody update app body swagger:model UpdateAppBody

func (*UpdateAppBody) ContextValidate

func (o *UpdateAppBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this update app body based on the context it is used

func (*UpdateAppBody) MarshalBinary

func (o *UpdateAppBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateAppBody) UnmarshalBinary

func (o *UpdateAppBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateAppBody) Validate

func (o *UpdateAppBody) Validate(formats strfmt.Registry) error

Validate validates this update app body

type UpdateAppDefault

type UpdateAppDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

UpdateAppDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewUpdateAppDefault

func NewUpdateAppDefault(code int) *UpdateAppDefault

NewUpdateAppDefault creates a UpdateAppDefault with default headers values

func (*UpdateAppDefault) Code

func (o *UpdateAppDefault) Code() int

Code gets the status code for the update app default response

func (*UpdateAppDefault) Error

func (o *UpdateAppDefault) Error() string

func (*UpdateAppDefault) GetPayload

func (o *UpdateAppDefault) GetPayload() *models.RPCStatus

func (*UpdateAppDefault) IsClientError

func (o *UpdateAppDefault) IsClientError() bool

IsClientError returns true when this update app default response has a 4xx status code

func (*UpdateAppDefault) IsCode

func (o *UpdateAppDefault) IsCode(code int) bool

IsCode returns true when this update app default response a status code equal to that given

func (*UpdateAppDefault) IsRedirect

func (o *UpdateAppDefault) IsRedirect() bool

IsRedirect returns true when this update app default response has a 3xx status code

func (*UpdateAppDefault) IsServerError

func (o *UpdateAppDefault) IsServerError() bool

IsServerError returns true when this update app default response has a 5xx status code

func (*UpdateAppDefault) IsSuccess

func (o *UpdateAppDefault) IsSuccess() bool

IsSuccess returns true when this update app default response has a 2xx status code

func (*UpdateAppDefault) String

func (o *UpdateAppDefault) String() string

type UpdateAppOK

type UpdateAppOK struct {
	Payload *models.Secrets20230613UpdateAppResponse
}

UpdateAppOK describes a response with status code 200, with default header values.

A successful response.

func NewUpdateAppOK

func NewUpdateAppOK() *UpdateAppOK

NewUpdateAppOK creates a UpdateAppOK with default headers values

func (*UpdateAppOK) Code added in v0.87.0

func (o *UpdateAppOK) Code() int

Code gets the status code for the update app o k response

func (*UpdateAppOK) Error

func (o *UpdateAppOK) Error() string

func (*UpdateAppOK) GetPayload

func (*UpdateAppOK) IsClientError

func (o *UpdateAppOK) IsClientError() bool

IsClientError returns true when this update app o k response has a 4xx status code

func (*UpdateAppOK) IsCode

func (o *UpdateAppOK) IsCode(code int) bool

IsCode returns true when this update app o k response a status code equal to that given

func (*UpdateAppOK) IsRedirect

func (o *UpdateAppOK) IsRedirect() bool

IsRedirect returns true when this update app o k response has a 3xx status code

func (*UpdateAppOK) IsServerError

func (o *UpdateAppOK) IsServerError() bool

IsServerError returns true when this update app o k response has a 5xx status code

func (*UpdateAppOK) IsSuccess

func (o *UpdateAppOK) IsSuccess() bool

IsSuccess returns true when this update app o k response has a 2xx status code

func (*UpdateAppOK) String

func (o *UpdateAppOK) String() string

type UpdateAppParams

type UpdateAppParams struct {

	// Body.
	Body UpdateAppBody

	/* LocationOrganizationID.

	   organization_id is the id of the organization.
	*/
	LocationOrganizationID string

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	// Name.
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateAppParams contains all the parameters to send to the API endpoint

for the update app operation.

Typically these are written to a http.Request.

func NewUpdateAppParams

func NewUpdateAppParams() *UpdateAppParams

NewUpdateAppParams creates a new UpdateAppParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateAppParamsWithContext

func NewUpdateAppParamsWithContext(ctx context.Context) *UpdateAppParams

NewUpdateAppParamsWithContext creates a new UpdateAppParams object with the ability to set a context for a request.

func NewUpdateAppParamsWithHTTPClient

func NewUpdateAppParamsWithHTTPClient(client *http.Client) *UpdateAppParams

NewUpdateAppParamsWithHTTPClient creates a new UpdateAppParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateAppParamsWithTimeout

func NewUpdateAppParamsWithTimeout(timeout time.Duration) *UpdateAppParams

NewUpdateAppParamsWithTimeout creates a new UpdateAppParams object with the ability to set a timeout on a request.

func (*UpdateAppParams) SetBody

func (o *UpdateAppParams) SetBody(body UpdateAppBody)

SetBody adds the body to the update app params

func (*UpdateAppParams) SetContext

func (o *UpdateAppParams) SetContext(ctx context.Context)

SetContext adds the context to the update app params

func (*UpdateAppParams) SetDefaults

func (o *UpdateAppParams) SetDefaults()

SetDefaults hydrates default values in the update app params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAppParams) SetHTTPClient

func (o *UpdateAppParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update app params

func (*UpdateAppParams) SetLocationOrganizationID

func (o *UpdateAppParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the update app params

func (*UpdateAppParams) SetLocationProjectID

func (o *UpdateAppParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the update app params

func (*UpdateAppParams) SetName

func (o *UpdateAppParams) SetName(name string)

SetName adds the name to the update app params

func (*UpdateAppParams) SetTimeout

func (o *UpdateAppParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update app params

func (*UpdateAppParams) WithBody

func (o *UpdateAppParams) WithBody(body UpdateAppBody) *UpdateAppParams

WithBody adds the body to the update app params

func (*UpdateAppParams) WithContext

func (o *UpdateAppParams) WithContext(ctx context.Context) *UpdateAppParams

WithContext adds the context to the update app params

func (*UpdateAppParams) WithDefaults

func (o *UpdateAppParams) WithDefaults() *UpdateAppParams

WithDefaults hydrates default values in the update app params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAppParams) WithHTTPClient

func (o *UpdateAppParams) WithHTTPClient(client *http.Client) *UpdateAppParams

WithHTTPClient adds the HTTPClient to the update app params

func (*UpdateAppParams) WithLocationOrganizationID

func (o *UpdateAppParams) WithLocationOrganizationID(locationOrganizationID string) *UpdateAppParams

WithLocationOrganizationID adds the locationOrganizationID to the update app params

func (*UpdateAppParams) WithLocationProjectID

func (o *UpdateAppParams) WithLocationProjectID(locationProjectID string) *UpdateAppParams

WithLocationProjectID adds the locationProjectID to the update app params

func (*UpdateAppParams) WithName

func (o *UpdateAppParams) WithName(name string) *UpdateAppParams

WithName adds the name to the update app params

func (*UpdateAppParams) WithTimeout

func (o *UpdateAppParams) WithTimeout(timeout time.Duration) *UpdateAppParams

WithTimeout adds the timeout to the update app params

func (*UpdateAppParams) WriteToRequest

func (o *UpdateAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateAppParamsBodyLocation

type UpdateAppParamsBodyLocation struct {

	// region is the region that the resource is located in. It is
	// optional if the object being referenced is a global object.
	Region *models.LocationRegion `json:"region,omitempty"`
}

UpdateAppParamsBodyLocation Location represents a target for an operation in HCP. swagger:model UpdateAppParamsBodyLocation

func (*UpdateAppParamsBodyLocation) ContextValidate

func (o *UpdateAppParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this update app params body location based on the context it is used

func (*UpdateAppParamsBodyLocation) MarshalBinary

func (o *UpdateAppParamsBodyLocation) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateAppParamsBodyLocation) UnmarshalBinary

func (o *UpdateAppParamsBodyLocation) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateAppParamsBodyLocation) Validate

func (o *UpdateAppParamsBodyLocation) Validate(formats strfmt.Registry) error

Validate validates this update app params body location

type UpdateAppReader

type UpdateAppReader struct {
	// contains filtered or unexported fields
}

UpdateAppReader is a Reader for the UpdateApp structure.

func (*UpdateAppReader) ReadResponse

func (o *UpdateAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateSyncInstallationBody added in v0.106.0

type UpdateSyncInstallationBody struct {

	// hcp terraform update installation request
	HcpTerraformUpdateInstallationRequest *models.Secrets20230613HcpTerraformUpdateInstallationRequest `json:"hcp_terraform_update_installation_request,omitempty"`

	// location
	Location *UpdateSyncInstallationParamsBodyLocation `json:"location,omitempty"`
}

UpdateSyncInstallationBody update sync installation body swagger:model UpdateSyncInstallationBody

func (*UpdateSyncInstallationBody) ContextValidate added in v0.106.0

func (o *UpdateSyncInstallationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this update sync installation body based on the context it is used

func (*UpdateSyncInstallationBody) MarshalBinary added in v0.106.0

func (o *UpdateSyncInstallationBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateSyncInstallationBody) UnmarshalBinary added in v0.106.0

func (o *UpdateSyncInstallationBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateSyncInstallationBody) Validate added in v0.106.0

func (o *UpdateSyncInstallationBody) Validate(formats strfmt.Registry) error

Validate validates this update sync installation body

type UpdateSyncInstallationDefault added in v0.106.0

type UpdateSyncInstallationDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

UpdateSyncInstallationDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewUpdateSyncInstallationDefault added in v0.106.0

func NewUpdateSyncInstallationDefault(code int) *UpdateSyncInstallationDefault

NewUpdateSyncInstallationDefault creates a UpdateSyncInstallationDefault with default headers values

func (*UpdateSyncInstallationDefault) Code added in v0.106.0

Code gets the status code for the update sync installation default response

func (*UpdateSyncInstallationDefault) Error added in v0.106.0

func (*UpdateSyncInstallationDefault) GetPayload added in v0.106.0

func (*UpdateSyncInstallationDefault) IsClientError added in v0.106.0

func (o *UpdateSyncInstallationDefault) IsClientError() bool

IsClientError returns true when this update sync installation default response has a 4xx status code

func (*UpdateSyncInstallationDefault) IsCode added in v0.106.0

func (o *UpdateSyncInstallationDefault) IsCode(code int) bool

IsCode returns true when this update sync installation default response a status code equal to that given

func (*UpdateSyncInstallationDefault) IsRedirect added in v0.106.0

func (o *UpdateSyncInstallationDefault) IsRedirect() bool

IsRedirect returns true when this update sync installation default response has a 3xx status code

func (*UpdateSyncInstallationDefault) IsServerError added in v0.106.0

func (o *UpdateSyncInstallationDefault) IsServerError() bool

IsServerError returns true when this update sync installation default response has a 5xx status code

func (*UpdateSyncInstallationDefault) IsSuccess added in v0.106.0

func (o *UpdateSyncInstallationDefault) IsSuccess() bool

IsSuccess returns true when this update sync installation default response has a 2xx status code

func (*UpdateSyncInstallationDefault) String added in v0.106.0

type UpdateSyncInstallationOK added in v0.106.0

type UpdateSyncInstallationOK struct {
	Payload *models.Secrets20230613UpdateSyncInstallationResponse
}

UpdateSyncInstallationOK describes a response with status code 200, with default header values.

A successful response.

func NewUpdateSyncInstallationOK added in v0.106.0

func NewUpdateSyncInstallationOK() *UpdateSyncInstallationOK

NewUpdateSyncInstallationOK creates a UpdateSyncInstallationOK with default headers values

func (*UpdateSyncInstallationOK) Code added in v0.106.0

func (o *UpdateSyncInstallationOK) Code() int

Code gets the status code for the update sync installation o k response

func (*UpdateSyncInstallationOK) Error added in v0.106.0

func (o *UpdateSyncInstallationOK) Error() string

func (*UpdateSyncInstallationOK) GetPayload added in v0.106.0

func (*UpdateSyncInstallationOK) IsClientError added in v0.106.0

func (o *UpdateSyncInstallationOK) IsClientError() bool

IsClientError returns true when this update sync installation o k response has a 4xx status code

func (*UpdateSyncInstallationOK) IsCode added in v0.106.0

func (o *UpdateSyncInstallationOK) IsCode(code int) bool

IsCode returns true when this update sync installation o k response a status code equal to that given

func (*UpdateSyncInstallationOK) IsRedirect added in v0.106.0

func (o *UpdateSyncInstallationOK) IsRedirect() bool

IsRedirect returns true when this update sync installation o k response has a 3xx status code

func (*UpdateSyncInstallationOK) IsServerError added in v0.106.0

func (o *UpdateSyncInstallationOK) IsServerError() bool

IsServerError returns true when this update sync installation o k response has a 5xx status code

func (*UpdateSyncInstallationOK) IsSuccess added in v0.106.0

func (o *UpdateSyncInstallationOK) IsSuccess() bool

IsSuccess returns true when this update sync installation o k response has a 2xx status code

func (*UpdateSyncInstallationOK) String added in v0.106.0

func (o *UpdateSyncInstallationOK) String() string

type UpdateSyncInstallationParams added in v0.106.0

type UpdateSyncInstallationParams struct {

	// Body.
	Body UpdateSyncInstallationBody

	/* LocationOrganizationID.

	   organization_id is the id of the organization.
	*/
	LocationOrganizationID string

	/* LocationProjectID.

	   project_id is the projects id.
	*/
	LocationProjectID string

	// Name.
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateSyncInstallationParams contains all the parameters to send to the API endpoint

for the update sync installation operation.

Typically these are written to a http.Request.

func NewUpdateSyncInstallationParams added in v0.106.0

func NewUpdateSyncInstallationParams() *UpdateSyncInstallationParams

NewUpdateSyncInstallationParams creates a new UpdateSyncInstallationParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateSyncInstallationParamsWithContext added in v0.106.0

func NewUpdateSyncInstallationParamsWithContext(ctx context.Context) *UpdateSyncInstallationParams

NewUpdateSyncInstallationParamsWithContext creates a new UpdateSyncInstallationParams object with the ability to set a context for a request.

func NewUpdateSyncInstallationParamsWithHTTPClient added in v0.106.0

func NewUpdateSyncInstallationParamsWithHTTPClient(client *http.Client) *UpdateSyncInstallationParams

NewUpdateSyncInstallationParamsWithHTTPClient creates a new UpdateSyncInstallationParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateSyncInstallationParamsWithTimeout added in v0.106.0

func NewUpdateSyncInstallationParamsWithTimeout(timeout time.Duration) *UpdateSyncInstallationParams

NewUpdateSyncInstallationParamsWithTimeout creates a new UpdateSyncInstallationParams object with the ability to set a timeout on a request.

func (*UpdateSyncInstallationParams) SetBody added in v0.106.0

SetBody adds the body to the update sync installation params

func (*UpdateSyncInstallationParams) SetContext added in v0.106.0

func (o *UpdateSyncInstallationParams) SetContext(ctx context.Context)

SetContext adds the context to the update sync installation params

func (*UpdateSyncInstallationParams) SetDefaults added in v0.106.0

func (o *UpdateSyncInstallationParams) SetDefaults()

SetDefaults hydrates default values in the update sync installation params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateSyncInstallationParams) SetHTTPClient added in v0.106.0

func (o *UpdateSyncInstallationParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update sync installation params

func (*UpdateSyncInstallationParams) SetLocationOrganizationID added in v0.106.0

func (o *UpdateSyncInstallationParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the update sync installation params

func (*UpdateSyncInstallationParams) SetLocationProjectID added in v0.106.0

func (o *UpdateSyncInstallationParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the update sync installation params

func (*UpdateSyncInstallationParams) SetName added in v0.106.0

func (o *UpdateSyncInstallationParams) SetName(name string)

SetName adds the name to the update sync installation params

func (*UpdateSyncInstallationParams) SetTimeout added in v0.106.0

func (o *UpdateSyncInstallationParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update sync installation params

func (*UpdateSyncInstallationParams) WithBody added in v0.106.0

WithBody adds the body to the update sync installation params

func (*UpdateSyncInstallationParams) WithContext added in v0.106.0

WithContext adds the context to the update sync installation params

func (*UpdateSyncInstallationParams) WithDefaults added in v0.106.0

WithDefaults hydrates default values in the update sync installation params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateSyncInstallationParams) WithHTTPClient added in v0.106.0

WithHTTPClient adds the HTTPClient to the update sync installation params

func (*UpdateSyncInstallationParams) WithLocationOrganizationID added in v0.106.0

func (o *UpdateSyncInstallationParams) WithLocationOrganizationID(locationOrganizationID string) *UpdateSyncInstallationParams

WithLocationOrganizationID adds the locationOrganizationID to the update sync installation params

func (*UpdateSyncInstallationParams) WithLocationProjectID added in v0.106.0

func (o *UpdateSyncInstallationParams) WithLocationProjectID(locationProjectID string) *UpdateSyncInstallationParams

WithLocationProjectID adds the locationProjectID to the update sync installation params

func (*UpdateSyncInstallationParams) WithName added in v0.106.0

WithName adds the name to the update sync installation params

func (*UpdateSyncInstallationParams) WithTimeout added in v0.106.0

WithTimeout adds the timeout to the update sync installation params

func (*UpdateSyncInstallationParams) WriteToRequest added in v0.106.0

WriteToRequest writes these params to a swagger request

type UpdateSyncInstallationParamsBodyLocation added in v0.106.0

type UpdateSyncInstallationParamsBodyLocation struct {

	// region is the region that the resource is located in. It is
	// optional if the object being referenced is a global object.
	Region *models.LocationRegion `json:"region,omitempty"`
}

UpdateSyncInstallationParamsBodyLocation Location represents a target for an operation in HCP. swagger:model UpdateSyncInstallationParamsBodyLocation

func (*UpdateSyncInstallationParamsBodyLocation) ContextValidate added in v0.106.0

ContextValidate validate this update sync installation params body location based on the context it is used

func (*UpdateSyncInstallationParamsBodyLocation) MarshalBinary added in v0.106.0

func (o *UpdateSyncInstallationParamsBodyLocation) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateSyncInstallationParamsBodyLocation) UnmarshalBinary added in v0.106.0

func (o *UpdateSyncInstallationParamsBodyLocation) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateSyncInstallationParamsBodyLocation) Validate added in v0.106.0

Validate validates this update sync installation params body location

type UpdateSyncInstallationReader added in v0.106.0

type UpdateSyncInstallationReader struct {
	// contains filtered or unexported fields
}

UpdateSyncInstallationReader is a Reader for the UpdateSyncInstallation structure.

func (*UpdateSyncInstallationReader) ReadResponse added in v0.106.0

func (o *UpdateSyncInstallationReader) 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