service_runner

package
v0.0.0-...-f194855 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2025 License: AGPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for service runner API

func (*Client) CreateAPIKey

func (a *Client) CreateAPIKey(params *CreateAPIKeyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAPIKeyOK, error)

CreateAPIKey create Api key API

func (*Client) CreateDeployment

func (a *Client) CreateDeployment(params *CreateDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDeploymentOK, error)

CreateDeployment create deployment API

func (*Client) CreateEnvironment

func (a *Client) CreateEnvironment(params *CreateEnvironmentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateEnvironmentOK, error)

CreateEnvironment create environment API

func (*Client) CreateProject

func (a *Client) CreateProject(params *CreateProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateProjectOK, error)

CreateProject create project API

func (*Client) DeactivateProject

func (a *Client) DeactivateProject(params *DeactivateProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeactivateProjectOK, error)

DeactivateProject deactivate project API

func (*Client) DeleteAPIKey

func (a *Client) DeleteAPIKey(params *DeleteAPIKeyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAPIKeyOK, error)

DeleteAPIKey delete Api key API

func (*Client) DeleteEnvironment

func (a *Client) DeleteEnvironment(params *DeleteEnvironmentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteEnvironmentOK, error)

DeleteEnvironment delete environment API

func (*Client) DeletePackage

func (a *Client) DeletePackage(params *DeletePackageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeletePackageOK, error)

DeletePackage delete package API

func (*Client) DeleteProject

func (a *Client) DeleteProject(params *DeleteProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteProjectOK, error)

DeleteProject delete project API

func (*Client) DescribeAPIKey

func (a *Client) DescribeAPIKey(params *DescribeAPIKeyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DescribeAPIKeyOK, error)

DescribeAPIKey describe Api key API

func (*Client) DescribeDatabase

func (a *Client) DescribeDatabase(params *DescribeDatabaseParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DescribeDatabaseOK, error)

DescribeDatabase describe database API

func (*Client) DescribeDatastore

func (a *Client) DescribeDatastore(params *DescribeDatastoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DescribeDatastoreOK, error)

DescribeDatastore describe datastore API

func (*Client) DescribeDeployment

func (a *Client) DescribeDeployment(params *DescribeDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DescribeDeploymentOK, error)

DescribeDeployment describe deployment API

func (*Client) DescribeEnvironment

func (a *Client) DescribeEnvironment(params *DescribeEnvironmentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DescribeEnvironmentOK, error)

DescribeEnvironment describe environment API

func (*Client) DescribePackage

func (a *Client) DescribePackage(params *DescribePackageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DescribePackageOK, error)

DescribePackage describe package API

func (*Client) DescribeProject

func (a *Client) DescribeProject(params *DescribeProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DescribeProjectOK, error)

DescribeProject describe project API

func (*Client) DescribeService

func (a *Client) DescribeService(params *DescribeServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DescribeServiceOK, error)

DescribeService describe service API

func (*Client) DescribeSite

func (a *Client) DescribeSite(params *DescribeSiteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DescribeSiteOK, error)

DescribeSite describe site API

func (*Client) GetLogs

func (a *Client) GetLogs(params *GetLogsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetLogsOK, error)

GetLogs get logs API

func (*Client) GetMetricSamples

func (a *Client) GetMetricSamples(params *GetMetricSamplesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetMetricSamplesOK, error)

GetMetricSamples get metric samples API

func (*Client) GetUploadURL

func (a *Client) GetUploadURL(params *GetUploadURLParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetUploadURLOK, error)

GetUploadURL get upload URL API

func (*Client) ListAPIKeys

func (a *Client) ListAPIKeys(params *ListAPIKeysParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAPIKeysOK, error)

ListAPIKeys list Api keys API

func (*Client) ListDatabases

func (a *Client) ListDatabases(params *ListDatabasesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListDatabasesOK, error)

ListDatabases list databases API

func (*Client) ListDatastores

func (a *Client) ListDatastores(params *ListDatastoresParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListDatastoresOK, error)

ListDatastores list datastores API

func (*Client) ListDeployments

func (a *Client) ListDeployments(params *ListDeploymentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListDeploymentsOK, error)

ListDeployments list deployments API

func (*Client) ListEnvironments

func (a *Client) ListEnvironments(params *ListEnvironmentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEnvironmentsOK, error)

ListEnvironments list environments API

func (*Client) ListMetrics

func (a *Client) ListMetrics(params *ListMetricsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListMetricsOK, error)

ListMetrics list metrics API

func (*Client) ListPackages

func (a *Client) ListPackages(params *ListPackagesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListPackagesOK, error)

ListPackages list packages API

func (*Client) ListProjects

func (a *Client) ListProjects(params *ListProjectsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectsOK, error)

ListProjects list projects API

func (*Client) ListServices

func (a *Client) ListServices(params *ListServicesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListServicesOK, error)

ListServices list services API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UploadPackage

func (a *Client) UploadPackage(params *UploadPackageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UploadPackageOK, error)

UploadPackage upload package API

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption may be used to customize the behavior of Client methods.

type ClientService

type ClientService interface {
	CreateAPIKey(params *CreateAPIKeyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAPIKeyOK, error)

	CreateDeployment(params *CreateDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDeploymentOK, error)

	CreateEnvironment(params *CreateEnvironmentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateEnvironmentOK, error)

	CreateProject(params *CreateProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateProjectOK, error)

	DeactivateProject(params *DeactivateProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeactivateProjectOK, error)

	DeleteAPIKey(params *DeleteAPIKeyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAPIKeyOK, error)

	DeleteEnvironment(params *DeleteEnvironmentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteEnvironmentOK, error)

	DeletePackage(params *DeletePackageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeletePackageOK, error)

	DeleteProject(params *DeleteProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteProjectOK, error)

	DescribeAPIKey(params *DescribeAPIKeyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DescribeAPIKeyOK, error)

	DescribeDatabase(params *DescribeDatabaseParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DescribeDatabaseOK, error)

	DescribeDatastore(params *DescribeDatastoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DescribeDatastoreOK, error)

	DescribeDeployment(params *DescribeDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DescribeDeploymentOK, error)

	DescribeEnvironment(params *DescribeEnvironmentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DescribeEnvironmentOK, error)

	DescribePackage(params *DescribePackageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DescribePackageOK, error)

	DescribeProject(params *DescribeProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DescribeProjectOK, error)

	DescribeService(params *DescribeServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DescribeServiceOK, error)

	DescribeSite(params *DescribeSiteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DescribeSiteOK, error)

	GetLogs(params *GetLogsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetLogsOK, error)

	GetMetricSamples(params *GetMetricSamplesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetMetricSamplesOK, error)

	GetUploadURL(params *GetUploadURLParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetUploadURLOK, error)

	ListAPIKeys(params *ListAPIKeysParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAPIKeysOK, error)

	ListDatabases(params *ListDatabasesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListDatabasesOK, error)

	ListDatastores(params *ListDatastoresParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListDatastoresOK, error)

	ListDeployments(params *ListDeploymentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListDeploymentsOK, error)

	ListEnvironments(params *ListEnvironmentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEnvironmentsOK, error)

	ListMetrics(params *ListMetricsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListMetricsOK, error)

	ListPackages(params *ListPackagesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListPackagesOK, error)

	ListProjects(params *ListProjectsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectsOK, error)

	ListServices(params *ListServicesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListServicesOK, error)

	UploadPackage(params *UploadPackageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UploadPackageOK, 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 service runner API client.

func NewClientWithBasicAuth

func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService

New creates a new service runner API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.

func NewClientWithBearerToken

func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService

New creates a new service runner API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.

type CreateAPIKeyDefault

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

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

An unexpected error response.

func NewCreateAPIKeyDefault

func NewCreateAPIKeyDefault(code int) *CreateAPIKeyDefault

NewCreateAPIKeyDefault creates a CreateAPIKeyDefault with default headers values

func (*CreateAPIKeyDefault) Code

func (o *CreateAPIKeyDefault) Code() int

Code gets the status code for the create Api key default response

func (*CreateAPIKeyDefault) Error

func (o *CreateAPIKeyDefault) Error() string

func (*CreateAPIKeyDefault) GetPayload

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

func (*CreateAPIKeyDefault) IsClientError

func (o *CreateAPIKeyDefault) IsClientError() bool

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

func (*CreateAPIKeyDefault) IsCode

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

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

func (*CreateAPIKeyDefault) IsRedirect

func (o *CreateAPIKeyDefault) IsRedirect() bool

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

func (*CreateAPIKeyDefault) IsServerError

func (o *CreateAPIKeyDefault) IsServerError() bool

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

func (*CreateAPIKeyDefault) IsSuccess

func (o *CreateAPIKeyDefault) IsSuccess() bool

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

func (*CreateAPIKeyDefault) String

func (o *CreateAPIKeyDefault) String() string

type CreateAPIKeyOK

type CreateAPIKeyOK struct {
	Payload *models.CreateAPIKeyReply
}

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

A successful response.

func NewCreateAPIKeyOK

func NewCreateAPIKeyOK() *CreateAPIKeyOK

NewCreateAPIKeyOK creates a CreateAPIKeyOK with default headers values

func (*CreateAPIKeyOK) Code

func (o *CreateAPIKeyOK) Code() int

Code gets the status code for the create Api key o k response

func (*CreateAPIKeyOK) Error

func (o *CreateAPIKeyOK) Error() string

func (*CreateAPIKeyOK) GetPayload

func (o *CreateAPIKeyOK) GetPayload() *models.CreateAPIKeyReply

func (*CreateAPIKeyOK) IsClientError

func (o *CreateAPIKeyOK) IsClientError() bool

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

func (*CreateAPIKeyOK) IsCode

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

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

func (*CreateAPIKeyOK) IsRedirect

func (o *CreateAPIKeyOK) IsRedirect() bool

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

func (*CreateAPIKeyOK) IsServerError

func (o *CreateAPIKeyOK) IsServerError() bool

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

func (*CreateAPIKeyOK) IsSuccess

func (o *CreateAPIKeyOK) IsSuccess() bool

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

func (*CreateAPIKeyOK) String

func (o *CreateAPIKeyOK) String() string

type CreateAPIKeyParams

type CreateAPIKeyParams struct {

	// Body.
	Body *models.CreateAPIKeyRequest

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

CreateAPIKeyParams contains all the parameters to send to the API endpoint

for the create Api key operation.

Typically these are written to a http.Request.

func NewCreateAPIKeyParams

func NewCreateAPIKeyParams() *CreateAPIKeyParams

NewCreateAPIKeyParams creates a new CreateAPIKeyParams object, with the default timeout for this client.

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

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

func NewCreateAPIKeyParamsWithContext

func NewCreateAPIKeyParamsWithContext(ctx context.Context) *CreateAPIKeyParams

NewCreateAPIKeyParamsWithContext creates a new CreateAPIKeyParams object with the ability to set a context for a request.

func NewCreateAPIKeyParamsWithHTTPClient

func NewCreateAPIKeyParamsWithHTTPClient(client *http.Client) *CreateAPIKeyParams

NewCreateAPIKeyParamsWithHTTPClient creates a new CreateAPIKeyParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAPIKeyParamsWithTimeout

func NewCreateAPIKeyParamsWithTimeout(timeout time.Duration) *CreateAPIKeyParams

NewCreateAPIKeyParamsWithTimeout creates a new CreateAPIKeyParams object with the ability to set a timeout on a request.

func (*CreateAPIKeyParams) SetBody

func (o *CreateAPIKeyParams) SetBody(body *models.CreateAPIKeyRequest)

SetBody adds the body to the create Api key params

func (*CreateAPIKeyParams) SetContext

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

SetContext adds the context to the create Api key params

func (*CreateAPIKeyParams) SetDefaults

func (o *CreateAPIKeyParams) SetDefaults()

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

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

func (*CreateAPIKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create Api key params

func (*CreateAPIKeyParams) SetTimeout

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

SetTimeout adds the timeout to the create Api key params

func (*CreateAPIKeyParams) WithBody

WithBody adds the body to the create Api key params

func (*CreateAPIKeyParams) WithContext

WithContext adds the context to the create Api key params

func (*CreateAPIKeyParams) WithDefaults

func (o *CreateAPIKeyParams) WithDefaults() *CreateAPIKeyParams

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

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

func (*CreateAPIKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create Api key params

func (*CreateAPIKeyParams) WithTimeout

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

WithTimeout adds the timeout to the create Api key params

func (*CreateAPIKeyParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateAPIKeyReader

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

CreateAPIKeyReader is a Reader for the CreateAPIKey structure.

func (*CreateAPIKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateDeploymentDefault

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

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

An unexpected error response.

func NewCreateDeploymentDefault

func NewCreateDeploymentDefault(code int) *CreateDeploymentDefault

NewCreateDeploymentDefault creates a CreateDeploymentDefault with default headers values

func (*CreateDeploymentDefault) Code

func (o *CreateDeploymentDefault) Code() int

Code gets the status code for the create deployment default response

func (*CreateDeploymentDefault) Error

func (o *CreateDeploymentDefault) Error() string

func (*CreateDeploymentDefault) GetPayload

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

func (*CreateDeploymentDefault) IsClientError

func (o *CreateDeploymentDefault) IsClientError() bool

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

func (*CreateDeploymentDefault) IsCode

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

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

func (*CreateDeploymentDefault) IsRedirect

func (o *CreateDeploymentDefault) IsRedirect() bool

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

func (*CreateDeploymentDefault) IsServerError

func (o *CreateDeploymentDefault) IsServerError() bool

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

func (*CreateDeploymentDefault) IsSuccess

func (o *CreateDeploymentDefault) IsSuccess() bool

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

func (*CreateDeploymentDefault) String

func (o *CreateDeploymentDefault) String() string

type CreateDeploymentOK

type CreateDeploymentOK struct {
	Payload *models.CreateDeploymentReply
}

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

A successful response.

func NewCreateDeploymentOK

func NewCreateDeploymentOK() *CreateDeploymentOK

NewCreateDeploymentOK creates a CreateDeploymentOK with default headers values

func (*CreateDeploymentOK) Code

func (o *CreateDeploymentOK) Code() int

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

func (*CreateDeploymentOK) Error

func (o *CreateDeploymentOK) Error() string

func (*CreateDeploymentOK) GetPayload

func (*CreateDeploymentOK) IsClientError

func (o *CreateDeploymentOK) IsClientError() bool

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

func (*CreateDeploymentOK) IsCode

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

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

func (*CreateDeploymentOK) IsRedirect

func (o *CreateDeploymentOK) IsRedirect() bool

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

func (*CreateDeploymentOK) IsServerError

func (o *CreateDeploymentOK) IsServerError() bool

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

func (*CreateDeploymentOK) IsSuccess

func (o *CreateDeploymentOK) IsSuccess() bool

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

func (*CreateDeploymentOK) String

func (o *CreateDeploymentOK) String() string

type CreateDeploymentParams

type CreateDeploymentParams struct {

	// Body.
	Body *models.CreateDeploymentRequest

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

CreateDeploymentParams contains all the parameters to send to the API endpoint

for the create deployment operation.

Typically these are written to a http.Request.

func NewCreateDeploymentParams

func NewCreateDeploymentParams() *CreateDeploymentParams

NewCreateDeploymentParams creates a new CreateDeploymentParams object, with the default timeout for this client.

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

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

func NewCreateDeploymentParamsWithContext

func NewCreateDeploymentParamsWithContext(ctx context.Context) *CreateDeploymentParams

NewCreateDeploymentParamsWithContext creates a new CreateDeploymentParams object with the ability to set a context for a request.

func NewCreateDeploymentParamsWithHTTPClient

func NewCreateDeploymentParamsWithHTTPClient(client *http.Client) *CreateDeploymentParams

NewCreateDeploymentParamsWithHTTPClient creates a new CreateDeploymentParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDeploymentParamsWithTimeout

func NewCreateDeploymentParamsWithTimeout(timeout time.Duration) *CreateDeploymentParams

NewCreateDeploymentParamsWithTimeout creates a new CreateDeploymentParams object with the ability to set a timeout on a request.

func (*CreateDeploymentParams) SetBody

SetBody adds the body to the create deployment params

func (*CreateDeploymentParams) SetContext

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

SetContext adds the context to the create deployment params

func (*CreateDeploymentParams) SetDefaults

func (o *CreateDeploymentParams) SetDefaults()

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

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

func (*CreateDeploymentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create deployment params

func (*CreateDeploymentParams) SetTimeout

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

SetTimeout adds the timeout to the create deployment params

func (*CreateDeploymentParams) WithBody

WithBody adds the body to the create deployment params

func (*CreateDeploymentParams) WithContext

WithContext adds the context to the create deployment params

func (*CreateDeploymentParams) WithDefaults

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

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

func (*CreateDeploymentParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create deployment params

func (*CreateDeploymentParams) WithTimeout

WithTimeout adds the timeout to the create deployment params

func (*CreateDeploymentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDeploymentReader

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

CreateDeploymentReader is a Reader for the CreateDeployment structure.

func (*CreateDeploymentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateEnvironmentDefault

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

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

An unexpected error response.

func NewCreateEnvironmentDefault

func NewCreateEnvironmentDefault(code int) *CreateEnvironmentDefault

NewCreateEnvironmentDefault creates a CreateEnvironmentDefault with default headers values

func (*CreateEnvironmentDefault) Code

func (o *CreateEnvironmentDefault) Code() int

Code gets the status code for the create environment default response

func (*CreateEnvironmentDefault) Error

func (o *CreateEnvironmentDefault) Error() string

func (*CreateEnvironmentDefault) GetPayload

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

func (*CreateEnvironmentDefault) IsClientError

func (o *CreateEnvironmentDefault) IsClientError() bool

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

func (*CreateEnvironmentDefault) IsCode

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

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

func (*CreateEnvironmentDefault) IsRedirect

func (o *CreateEnvironmentDefault) IsRedirect() bool

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

func (*CreateEnvironmentDefault) IsServerError

func (o *CreateEnvironmentDefault) IsServerError() bool

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

func (*CreateEnvironmentDefault) IsSuccess

func (o *CreateEnvironmentDefault) IsSuccess() bool

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

func (*CreateEnvironmentDefault) String

func (o *CreateEnvironmentDefault) String() string

type CreateEnvironmentOK

type CreateEnvironmentOK struct {
	Payload *models.CreateEnvironmentReply
}

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

A successful response.

func NewCreateEnvironmentOK

func NewCreateEnvironmentOK() *CreateEnvironmentOK

NewCreateEnvironmentOK creates a CreateEnvironmentOK with default headers values

func (*CreateEnvironmentOK) Code

func (o *CreateEnvironmentOK) Code() int

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

func (*CreateEnvironmentOK) Error

func (o *CreateEnvironmentOK) Error() string

func (*CreateEnvironmentOK) GetPayload

func (*CreateEnvironmentOK) IsClientError

func (o *CreateEnvironmentOK) IsClientError() bool

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

func (*CreateEnvironmentOK) IsCode

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

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

func (*CreateEnvironmentOK) IsRedirect

func (o *CreateEnvironmentOK) IsRedirect() bool

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

func (*CreateEnvironmentOK) IsServerError

func (o *CreateEnvironmentOK) IsServerError() bool

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

func (*CreateEnvironmentOK) IsSuccess

func (o *CreateEnvironmentOK) IsSuccess() bool

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

func (*CreateEnvironmentOK) String

func (o *CreateEnvironmentOK) String() string

type CreateEnvironmentParams

type CreateEnvironmentParams struct {

	// Body.
	Body *models.CreateEnvironmentRequest

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

CreateEnvironmentParams contains all the parameters to send to the API endpoint

for the create environment operation.

Typically these are written to a http.Request.

func NewCreateEnvironmentParams

func NewCreateEnvironmentParams() *CreateEnvironmentParams

NewCreateEnvironmentParams creates a new CreateEnvironmentParams object, with the default timeout for this client.

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

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

func NewCreateEnvironmentParamsWithContext

func NewCreateEnvironmentParamsWithContext(ctx context.Context) *CreateEnvironmentParams

NewCreateEnvironmentParamsWithContext creates a new CreateEnvironmentParams object with the ability to set a context for a request.

func NewCreateEnvironmentParamsWithHTTPClient

func NewCreateEnvironmentParamsWithHTTPClient(client *http.Client) *CreateEnvironmentParams

NewCreateEnvironmentParamsWithHTTPClient creates a new CreateEnvironmentParams object with the ability to set a custom HTTPClient for a request.

func NewCreateEnvironmentParamsWithTimeout

func NewCreateEnvironmentParamsWithTimeout(timeout time.Duration) *CreateEnvironmentParams

NewCreateEnvironmentParamsWithTimeout creates a new CreateEnvironmentParams object with the ability to set a timeout on a request.

func (*CreateEnvironmentParams) SetBody

SetBody adds the body to the create environment params

func (*CreateEnvironmentParams) SetContext

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

SetContext adds the context to the create environment params

func (*CreateEnvironmentParams) SetDefaults

func (o *CreateEnvironmentParams) SetDefaults()

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

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

func (*CreateEnvironmentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create environment params

func (*CreateEnvironmentParams) SetTimeout

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

SetTimeout adds the timeout to the create environment params

func (*CreateEnvironmentParams) WithBody

WithBody adds the body to the create environment params

func (*CreateEnvironmentParams) WithContext

WithContext adds the context to the create environment params

func (*CreateEnvironmentParams) WithDefaults

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

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

func (*CreateEnvironmentParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create environment params

func (*CreateEnvironmentParams) WithTimeout

WithTimeout adds the timeout to the create environment params

func (*CreateEnvironmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateEnvironmentReader

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

CreateEnvironmentReader is a Reader for the CreateEnvironment structure.

func (*CreateEnvironmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateProjectDefault

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

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

An unexpected error response.

func NewCreateProjectDefault

func NewCreateProjectDefault(code int) *CreateProjectDefault

NewCreateProjectDefault creates a CreateProjectDefault with default headers values

func (*CreateProjectDefault) Code

func (o *CreateProjectDefault) Code() int

Code gets the status code for the create project default response

func (*CreateProjectDefault) Error

func (o *CreateProjectDefault) Error() string

func (*CreateProjectDefault) GetPayload

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

func (*CreateProjectDefault) IsClientError

func (o *CreateProjectDefault) IsClientError() bool

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

func (*CreateProjectDefault) IsCode

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

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

func (*CreateProjectDefault) IsRedirect

func (o *CreateProjectDefault) IsRedirect() bool

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

func (*CreateProjectDefault) IsServerError

func (o *CreateProjectDefault) IsServerError() bool

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

func (*CreateProjectDefault) IsSuccess

func (o *CreateProjectDefault) IsSuccess() bool

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

func (*CreateProjectDefault) String

func (o *CreateProjectDefault) String() string

type CreateProjectOK

type CreateProjectOK struct {
	Payload *models.CreateProjectReply
}

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

A successful response.

func NewCreateProjectOK

func NewCreateProjectOK() *CreateProjectOK

NewCreateProjectOK creates a CreateProjectOK with default headers values

func (*CreateProjectOK) Code

func (o *CreateProjectOK) Code() int

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

func (*CreateProjectOK) Error

func (o *CreateProjectOK) Error() string

func (*CreateProjectOK) GetPayload

func (o *CreateProjectOK) GetPayload() *models.CreateProjectReply

func (*CreateProjectOK) IsClientError

func (o *CreateProjectOK) IsClientError() bool

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

func (*CreateProjectOK) IsCode

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

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

func (*CreateProjectOK) IsRedirect

func (o *CreateProjectOK) IsRedirect() bool

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

func (*CreateProjectOK) IsServerError

func (o *CreateProjectOK) IsServerError() bool

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

func (*CreateProjectOK) IsSuccess

func (o *CreateProjectOK) IsSuccess() bool

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

func (*CreateProjectOK) String

func (o *CreateProjectOK) String() string

type CreateProjectParams

type CreateProjectParams struct {

	// Body.
	Body *models.CreateProjectRequest

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

CreateProjectParams contains all the parameters to send to the API endpoint

for the create project operation.

Typically these are written to a http.Request.

func NewCreateProjectParams

func NewCreateProjectParams() *CreateProjectParams

NewCreateProjectParams creates a new CreateProjectParams object, with the default timeout for this client.

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

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

func NewCreateProjectParamsWithContext

func NewCreateProjectParamsWithContext(ctx context.Context) *CreateProjectParams

NewCreateProjectParamsWithContext creates a new CreateProjectParams object with the ability to set a context for a request.

func NewCreateProjectParamsWithHTTPClient

func NewCreateProjectParamsWithHTTPClient(client *http.Client) *CreateProjectParams

NewCreateProjectParamsWithHTTPClient creates a new CreateProjectParams object with the ability to set a custom HTTPClient for a request.

func NewCreateProjectParamsWithTimeout

func NewCreateProjectParamsWithTimeout(timeout time.Duration) *CreateProjectParams

NewCreateProjectParamsWithTimeout creates a new CreateProjectParams object with the ability to set a timeout on a request.

func (*CreateProjectParams) SetBody

SetBody adds the body to the create project params

func (*CreateProjectParams) SetContext

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

SetContext adds the context to the create project params

func (*CreateProjectParams) SetDefaults

func (o *CreateProjectParams) SetDefaults()

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

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

func (*CreateProjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create project params

func (*CreateProjectParams) SetTimeout

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

SetTimeout adds the timeout to the create project params

func (*CreateProjectParams) WithBody

WithBody adds the body to the create project params

func (*CreateProjectParams) WithContext

WithContext adds the context to the create project params

func (*CreateProjectParams) WithDefaults

func (o *CreateProjectParams) WithDefaults() *CreateProjectParams

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

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

func (*CreateProjectParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create project params

func (*CreateProjectParams) WithTimeout

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

WithTimeout adds the timeout to the create project params

func (*CreateProjectParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateProjectReader

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

CreateProjectReader is a Reader for the CreateProject structure.

func (*CreateProjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeactivateProjectDefault

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

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

An unexpected error response.

func NewDeactivateProjectDefault

func NewDeactivateProjectDefault(code int) *DeactivateProjectDefault

NewDeactivateProjectDefault creates a DeactivateProjectDefault with default headers values

func (*DeactivateProjectDefault) Code

func (o *DeactivateProjectDefault) Code() int

Code gets the status code for the deactivate project default response

func (*DeactivateProjectDefault) Error

func (o *DeactivateProjectDefault) Error() string

func (*DeactivateProjectDefault) GetPayload

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

func (*DeactivateProjectDefault) IsClientError

func (o *DeactivateProjectDefault) IsClientError() bool

IsClientError returns true when this deactivate project default response has a 4xx status code

func (*DeactivateProjectDefault) IsCode

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

IsCode returns true when this deactivate project default response a status code equal to that given

func (*DeactivateProjectDefault) IsRedirect

func (o *DeactivateProjectDefault) IsRedirect() bool

IsRedirect returns true when this deactivate project default response has a 3xx status code

func (*DeactivateProjectDefault) IsServerError

func (o *DeactivateProjectDefault) IsServerError() bool

IsServerError returns true when this deactivate project default response has a 5xx status code

func (*DeactivateProjectDefault) IsSuccess

func (o *DeactivateProjectDefault) IsSuccess() bool

IsSuccess returns true when this deactivate project default response has a 2xx status code

func (*DeactivateProjectDefault) String

func (o *DeactivateProjectDefault) String() string

type DeactivateProjectOK

type DeactivateProjectOK struct {
	Payload *models.DeactivateProjectReply
}

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

A successful response.

func NewDeactivateProjectOK

func NewDeactivateProjectOK() *DeactivateProjectOK

NewDeactivateProjectOK creates a DeactivateProjectOK with default headers values

func (*DeactivateProjectOK) Code

func (o *DeactivateProjectOK) Code() int

Code gets the status code for the deactivate project o k response

func (*DeactivateProjectOK) Error

func (o *DeactivateProjectOK) Error() string

func (*DeactivateProjectOK) GetPayload

func (*DeactivateProjectOK) IsClientError

func (o *DeactivateProjectOK) IsClientError() bool

IsClientError returns true when this deactivate project o k response has a 4xx status code

func (*DeactivateProjectOK) IsCode

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

IsCode returns true when this deactivate project o k response a status code equal to that given

func (*DeactivateProjectOK) IsRedirect

func (o *DeactivateProjectOK) IsRedirect() bool

IsRedirect returns true when this deactivate project o k response has a 3xx status code

func (*DeactivateProjectOK) IsServerError

func (o *DeactivateProjectOK) IsServerError() bool

IsServerError returns true when this deactivate project o k response has a 5xx status code

func (*DeactivateProjectOK) IsSuccess

func (o *DeactivateProjectOK) IsSuccess() bool

IsSuccess returns true when this deactivate project o k response has a 2xx status code

func (*DeactivateProjectOK) String

func (o *DeactivateProjectOK) String() string

type DeactivateProjectParams

type DeactivateProjectParams struct {

	// Body.
	Body *models.DeactivateProjectRequest

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

DeactivateProjectParams contains all the parameters to send to the API endpoint

for the deactivate project operation.

Typically these are written to a http.Request.

func NewDeactivateProjectParams

func NewDeactivateProjectParams() *DeactivateProjectParams

NewDeactivateProjectParams creates a new DeactivateProjectParams object, with the default timeout for this client.

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

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

func NewDeactivateProjectParamsWithContext

func NewDeactivateProjectParamsWithContext(ctx context.Context) *DeactivateProjectParams

NewDeactivateProjectParamsWithContext creates a new DeactivateProjectParams object with the ability to set a context for a request.

func NewDeactivateProjectParamsWithHTTPClient

func NewDeactivateProjectParamsWithHTTPClient(client *http.Client) *DeactivateProjectParams

NewDeactivateProjectParamsWithHTTPClient creates a new DeactivateProjectParams object with the ability to set a custom HTTPClient for a request.

func NewDeactivateProjectParamsWithTimeout

func NewDeactivateProjectParamsWithTimeout(timeout time.Duration) *DeactivateProjectParams

NewDeactivateProjectParamsWithTimeout creates a new DeactivateProjectParams object with the ability to set a timeout on a request.

func (*DeactivateProjectParams) SetBody

SetBody adds the body to the deactivate project params

func (*DeactivateProjectParams) SetContext

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

SetContext adds the context to the deactivate project params

func (*DeactivateProjectParams) SetDefaults

func (o *DeactivateProjectParams) SetDefaults()

SetDefaults hydrates default values in the deactivate project params (not the query body).

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

func (*DeactivateProjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the deactivate project params

func (*DeactivateProjectParams) SetTimeout

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

SetTimeout adds the timeout to the deactivate project params

func (*DeactivateProjectParams) WithBody

WithBody adds the body to the deactivate project params

func (*DeactivateProjectParams) WithContext

WithContext adds the context to the deactivate project params

func (*DeactivateProjectParams) WithDefaults

WithDefaults hydrates default values in the deactivate project params (not the query body).

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

func (*DeactivateProjectParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the deactivate project params

func (*DeactivateProjectParams) WithTimeout

WithTimeout adds the timeout to the deactivate project params

func (*DeactivateProjectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeactivateProjectReader

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

DeactivateProjectReader is a Reader for the DeactivateProject structure.

func (*DeactivateProjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAPIKeyDefault

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

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

An unexpected error response.

func NewDeleteAPIKeyDefault

func NewDeleteAPIKeyDefault(code int) *DeleteAPIKeyDefault

NewDeleteAPIKeyDefault creates a DeleteAPIKeyDefault with default headers values

func (*DeleteAPIKeyDefault) Code

func (o *DeleteAPIKeyDefault) Code() int

Code gets the status code for the delete Api key default response

func (*DeleteAPIKeyDefault) Error

func (o *DeleteAPIKeyDefault) Error() string

func (*DeleteAPIKeyDefault) GetPayload

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

func (*DeleteAPIKeyDefault) IsClientError

func (o *DeleteAPIKeyDefault) IsClientError() bool

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

func (*DeleteAPIKeyDefault) IsCode

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

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

func (*DeleteAPIKeyDefault) IsRedirect

func (o *DeleteAPIKeyDefault) IsRedirect() bool

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

func (*DeleteAPIKeyDefault) IsServerError

func (o *DeleteAPIKeyDefault) IsServerError() bool

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

func (*DeleteAPIKeyDefault) IsSuccess

func (o *DeleteAPIKeyDefault) IsSuccess() bool

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

func (*DeleteAPIKeyDefault) String

func (o *DeleteAPIKeyDefault) String() string

type DeleteAPIKeyOK

type DeleteAPIKeyOK struct {
	Payload *models.DeleteAPIKeyReply
}

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

A successful response.

func NewDeleteAPIKeyOK

func NewDeleteAPIKeyOK() *DeleteAPIKeyOK

NewDeleteAPIKeyOK creates a DeleteAPIKeyOK with default headers values

func (*DeleteAPIKeyOK) Code

func (o *DeleteAPIKeyOK) Code() int

Code gets the status code for the delete Api key o k response

func (*DeleteAPIKeyOK) Error

func (o *DeleteAPIKeyOK) Error() string

func (*DeleteAPIKeyOK) GetPayload

func (o *DeleteAPIKeyOK) GetPayload() *models.DeleteAPIKeyReply

func (*DeleteAPIKeyOK) IsClientError

func (o *DeleteAPIKeyOK) IsClientError() bool

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

func (*DeleteAPIKeyOK) IsCode

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

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

func (*DeleteAPIKeyOK) IsRedirect

func (o *DeleteAPIKeyOK) IsRedirect() bool

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

func (*DeleteAPIKeyOK) IsServerError

func (o *DeleteAPIKeyOK) IsServerError() bool

IsServerError returns true when this delete Api key o k response has a 5xx status code

func (*DeleteAPIKeyOK) IsSuccess

func (o *DeleteAPIKeyOK) IsSuccess() bool

IsSuccess returns true when this delete Api key o k response has a 2xx status code

func (*DeleteAPIKeyOK) String

func (o *DeleteAPIKeyOK) String() string

type DeleteAPIKeyParams

type DeleteAPIKeyParams struct {

	// Body.
	Body *models.DeleteAPIKeyRequest

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

DeleteAPIKeyParams contains all the parameters to send to the API endpoint

for the delete Api key operation.

Typically these are written to a http.Request.

func NewDeleteAPIKeyParams

func NewDeleteAPIKeyParams() *DeleteAPIKeyParams

NewDeleteAPIKeyParams creates a new DeleteAPIKeyParams object, with the default timeout for this client.

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

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

func NewDeleteAPIKeyParamsWithContext

func NewDeleteAPIKeyParamsWithContext(ctx context.Context) *DeleteAPIKeyParams

NewDeleteAPIKeyParamsWithContext creates a new DeleteAPIKeyParams object with the ability to set a context for a request.

func NewDeleteAPIKeyParamsWithHTTPClient

func NewDeleteAPIKeyParamsWithHTTPClient(client *http.Client) *DeleteAPIKeyParams

NewDeleteAPIKeyParamsWithHTTPClient creates a new DeleteAPIKeyParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAPIKeyParamsWithTimeout

func NewDeleteAPIKeyParamsWithTimeout(timeout time.Duration) *DeleteAPIKeyParams

NewDeleteAPIKeyParamsWithTimeout creates a new DeleteAPIKeyParams object with the ability to set a timeout on a request.

func (*DeleteAPIKeyParams) SetBody

func (o *DeleteAPIKeyParams) SetBody(body *models.DeleteAPIKeyRequest)

SetBody adds the body to the delete Api key params

func (*DeleteAPIKeyParams) SetContext

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

SetContext adds the context to the delete Api key params

func (*DeleteAPIKeyParams) SetDefaults

func (o *DeleteAPIKeyParams) SetDefaults()

SetDefaults hydrates default values in the delete Api key params (not the query body).

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

func (*DeleteAPIKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete Api key params

func (*DeleteAPIKeyParams) SetTimeout

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

SetTimeout adds the timeout to the delete Api key params

func (*DeleteAPIKeyParams) WithBody

WithBody adds the body to the delete Api key params

func (*DeleteAPIKeyParams) WithContext

WithContext adds the context to the delete Api key params

func (*DeleteAPIKeyParams) WithDefaults

func (o *DeleteAPIKeyParams) WithDefaults() *DeleteAPIKeyParams

WithDefaults hydrates default values in the delete Api key params (not the query body).

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

func (*DeleteAPIKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete Api key params

func (*DeleteAPIKeyParams) WithTimeout

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

WithTimeout adds the timeout to the delete Api key params

func (*DeleteAPIKeyParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteAPIKeyReader

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

DeleteAPIKeyReader is a Reader for the DeleteAPIKey structure.

func (*DeleteAPIKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteEnvironmentDefault

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

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

An unexpected error response.

func NewDeleteEnvironmentDefault

func NewDeleteEnvironmentDefault(code int) *DeleteEnvironmentDefault

NewDeleteEnvironmentDefault creates a DeleteEnvironmentDefault with default headers values

func (*DeleteEnvironmentDefault) Code

func (o *DeleteEnvironmentDefault) Code() int

Code gets the status code for the delete environment default response

func (*DeleteEnvironmentDefault) Error

func (o *DeleteEnvironmentDefault) Error() string

func (*DeleteEnvironmentDefault) GetPayload

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

func (*DeleteEnvironmentDefault) IsClientError

func (o *DeleteEnvironmentDefault) IsClientError() bool

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

func (*DeleteEnvironmentDefault) IsCode

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

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

func (*DeleteEnvironmentDefault) IsRedirect

func (o *DeleteEnvironmentDefault) IsRedirect() bool

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

func (*DeleteEnvironmentDefault) IsServerError

func (o *DeleteEnvironmentDefault) IsServerError() bool

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

func (*DeleteEnvironmentDefault) IsSuccess

func (o *DeleteEnvironmentDefault) IsSuccess() bool

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

func (*DeleteEnvironmentDefault) String

func (o *DeleteEnvironmentDefault) String() string

type DeleteEnvironmentOK

type DeleteEnvironmentOK struct {
	Payload *models.DeleteEnvironmentReply
}

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

A successful response.

func NewDeleteEnvironmentOK

func NewDeleteEnvironmentOK() *DeleteEnvironmentOK

NewDeleteEnvironmentOK creates a DeleteEnvironmentOK with default headers values

func (*DeleteEnvironmentOK) Code

func (o *DeleteEnvironmentOK) Code() int

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

func (*DeleteEnvironmentOK) Error

func (o *DeleteEnvironmentOK) Error() string

func (*DeleteEnvironmentOK) GetPayload

func (*DeleteEnvironmentOK) IsClientError

func (o *DeleteEnvironmentOK) IsClientError() bool

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

func (*DeleteEnvironmentOK) IsCode

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

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

func (*DeleteEnvironmentOK) IsRedirect

func (o *DeleteEnvironmentOK) IsRedirect() bool

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

func (*DeleteEnvironmentOK) IsServerError

func (o *DeleteEnvironmentOK) IsServerError() bool

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

func (*DeleteEnvironmentOK) IsSuccess

func (o *DeleteEnvironmentOK) IsSuccess() bool

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

func (*DeleteEnvironmentOK) String

func (o *DeleteEnvironmentOK) String() string

type DeleteEnvironmentParams

type DeleteEnvironmentParams struct {

	// Body.
	Body *models.DeleteEnvironmentRequest

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

DeleteEnvironmentParams contains all the parameters to send to the API endpoint

for the delete environment operation.

Typically these are written to a http.Request.

func NewDeleteEnvironmentParams

func NewDeleteEnvironmentParams() *DeleteEnvironmentParams

NewDeleteEnvironmentParams creates a new DeleteEnvironmentParams object, with the default timeout for this client.

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

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

func NewDeleteEnvironmentParamsWithContext

func NewDeleteEnvironmentParamsWithContext(ctx context.Context) *DeleteEnvironmentParams

NewDeleteEnvironmentParamsWithContext creates a new DeleteEnvironmentParams object with the ability to set a context for a request.

func NewDeleteEnvironmentParamsWithHTTPClient

func NewDeleteEnvironmentParamsWithHTTPClient(client *http.Client) *DeleteEnvironmentParams

NewDeleteEnvironmentParamsWithHTTPClient creates a new DeleteEnvironmentParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteEnvironmentParamsWithTimeout

func NewDeleteEnvironmentParamsWithTimeout(timeout time.Duration) *DeleteEnvironmentParams

NewDeleteEnvironmentParamsWithTimeout creates a new DeleteEnvironmentParams object with the ability to set a timeout on a request.

func (*DeleteEnvironmentParams) SetBody

SetBody adds the body to the delete environment params

func (*DeleteEnvironmentParams) SetContext

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

SetContext adds the context to the delete environment params

func (*DeleteEnvironmentParams) SetDefaults

func (o *DeleteEnvironmentParams) SetDefaults()

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

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

func (*DeleteEnvironmentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete environment params

func (*DeleteEnvironmentParams) SetTimeout

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

SetTimeout adds the timeout to the delete environment params

func (*DeleteEnvironmentParams) WithBody

WithBody adds the body to the delete environment params

func (*DeleteEnvironmentParams) WithContext

WithContext adds the context to the delete environment params

func (*DeleteEnvironmentParams) WithDefaults

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

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

func (*DeleteEnvironmentParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete environment params

func (*DeleteEnvironmentParams) WithTimeout

WithTimeout adds the timeout to the delete environment params

func (*DeleteEnvironmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteEnvironmentReader

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

DeleteEnvironmentReader is a Reader for the DeleteEnvironment structure.

func (*DeleteEnvironmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeletePackageDefault

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

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

An unexpected error response.

func NewDeletePackageDefault

func NewDeletePackageDefault(code int) *DeletePackageDefault

NewDeletePackageDefault creates a DeletePackageDefault with default headers values

func (*DeletePackageDefault) Code

func (o *DeletePackageDefault) Code() int

Code gets the status code for the delete package default response

func (*DeletePackageDefault) Error

func (o *DeletePackageDefault) Error() string

func (*DeletePackageDefault) GetPayload

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

func (*DeletePackageDefault) IsClientError

func (o *DeletePackageDefault) IsClientError() bool

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

func (*DeletePackageDefault) IsCode

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

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

func (*DeletePackageDefault) IsRedirect

func (o *DeletePackageDefault) IsRedirect() bool

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

func (*DeletePackageDefault) IsServerError

func (o *DeletePackageDefault) IsServerError() bool

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

func (*DeletePackageDefault) IsSuccess

func (o *DeletePackageDefault) IsSuccess() bool

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

func (*DeletePackageDefault) String

func (o *DeletePackageDefault) String() string

type DeletePackageOK

type DeletePackageOK struct {
	Payload *models.DeletePackageReply
}

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

A successful response.

func NewDeletePackageOK

func NewDeletePackageOK() *DeletePackageOK

NewDeletePackageOK creates a DeletePackageOK with default headers values

func (*DeletePackageOK) Code

func (o *DeletePackageOK) Code() int

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

func (*DeletePackageOK) Error

func (o *DeletePackageOK) Error() string

func (*DeletePackageOK) GetPayload

func (o *DeletePackageOK) GetPayload() *models.DeletePackageReply

func (*DeletePackageOK) IsClientError

func (o *DeletePackageOK) IsClientError() bool

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

func (*DeletePackageOK) IsCode

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

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

func (*DeletePackageOK) IsRedirect

func (o *DeletePackageOK) IsRedirect() bool

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

func (*DeletePackageOK) IsServerError

func (o *DeletePackageOK) IsServerError() bool

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

func (*DeletePackageOK) IsSuccess

func (o *DeletePackageOK) IsSuccess() bool

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

func (*DeletePackageOK) String

func (o *DeletePackageOK) String() string

type DeletePackageParams

type DeletePackageParams struct {

	// Body.
	Body *models.DeletePackageRequest

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

DeletePackageParams contains all the parameters to send to the API endpoint

for the delete package operation.

Typically these are written to a http.Request.

func NewDeletePackageParams

func NewDeletePackageParams() *DeletePackageParams

NewDeletePackageParams creates a new DeletePackageParams object, with the default timeout for this client.

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

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

func NewDeletePackageParamsWithContext

func NewDeletePackageParamsWithContext(ctx context.Context) *DeletePackageParams

NewDeletePackageParamsWithContext creates a new DeletePackageParams object with the ability to set a context for a request.

func NewDeletePackageParamsWithHTTPClient

func NewDeletePackageParamsWithHTTPClient(client *http.Client) *DeletePackageParams

NewDeletePackageParamsWithHTTPClient creates a new DeletePackageParams object with the ability to set a custom HTTPClient for a request.

func NewDeletePackageParamsWithTimeout

func NewDeletePackageParamsWithTimeout(timeout time.Duration) *DeletePackageParams

NewDeletePackageParamsWithTimeout creates a new DeletePackageParams object with the ability to set a timeout on a request.

func (*DeletePackageParams) SetBody

SetBody adds the body to the delete package params

func (*DeletePackageParams) SetContext

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

SetContext adds the context to the delete package params

func (*DeletePackageParams) SetDefaults

func (o *DeletePackageParams) SetDefaults()

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

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

func (*DeletePackageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete package params

func (*DeletePackageParams) SetTimeout

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

SetTimeout adds the timeout to the delete package params

func (*DeletePackageParams) WithBody

WithBody adds the body to the delete package params

func (*DeletePackageParams) WithContext

WithContext adds the context to the delete package params

func (*DeletePackageParams) WithDefaults

func (o *DeletePackageParams) WithDefaults() *DeletePackageParams

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

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

func (*DeletePackageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete package params

func (*DeletePackageParams) WithTimeout

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

WithTimeout adds the timeout to the delete package params

func (*DeletePackageParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeletePackageReader

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

DeletePackageReader is a Reader for the DeletePackage structure.

func (*DeletePackageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteProjectDefault

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

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

An unexpected error response.

func NewDeleteProjectDefault

func NewDeleteProjectDefault(code int) *DeleteProjectDefault

NewDeleteProjectDefault creates a DeleteProjectDefault with default headers values

func (*DeleteProjectDefault) Code

func (o *DeleteProjectDefault) Code() int

Code gets the status code for the delete project default response

func (*DeleteProjectDefault) Error

func (o *DeleteProjectDefault) Error() string

func (*DeleteProjectDefault) GetPayload

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

func (*DeleteProjectDefault) IsClientError

func (o *DeleteProjectDefault) IsClientError() bool

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

func (*DeleteProjectDefault) IsCode

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

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

func (*DeleteProjectDefault) IsRedirect

func (o *DeleteProjectDefault) IsRedirect() bool

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

func (*DeleteProjectDefault) IsServerError

func (o *DeleteProjectDefault) IsServerError() bool

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

func (*DeleteProjectDefault) IsSuccess

func (o *DeleteProjectDefault) IsSuccess() bool

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

func (*DeleteProjectDefault) String

func (o *DeleteProjectDefault) String() string

type DeleteProjectOK

type DeleteProjectOK struct {
	Payload *models.DeleteProjectReply
}

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

A successful response.

func NewDeleteProjectOK

func NewDeleteProjectOK() *DeleteProjectOK

NewDeleteProjectOK creates a DeleteProjectOK with default headers values

func (*DeleteProjectOK) Code

func (o *DeleteProjectOK) Code() int

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

func (*DeleteProjectOK) Error

func (o *DeleteProjectOK) Error() string

func (*DeleteProjectOK) GetPayload

func (o *DeleteProjectOK) GetPayload() *models.DeleteProjectReply

func (*DeleteProjectOK) IsClientError

func (o *DeleteProjectOK) IsClientError() bool

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

func (*DeleteProjectOK) IsCode

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

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

func (*DeleteProjectOK) IsRedirect

func (o *DeleteProjectOK) IsRedirect() bool

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

func (*DeleteProjectOK) IsServerError

func (o *DeleteProjectOK) IsServerError() bool

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

func (*DeleteProjectOK) IsSuccess

func (o *DeleteProjectOK) IsSuccess() bool

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

func (*DeleteProjectOK) String

func (o *DeleteProjectOK) String() string

type DeleteProjectParams

type DeleteProjectParams struct {

	// Body.
	Body *models.DeleteProjectRequest

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

DeleteProjectParams contains all the parameters to send to the API endpoint

for the delete project operation.

Typically these are written to a http.Request.

func NewDeleteProjectParams

func NewDeleteProjectParams() *DeleteProjectParams

NewDeleteProjectParams creates a new DeleteProjectParams object, with the default timeout for this client.

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

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

func NewDeleteProjectParamsWithContext

func NewDeleteProjectParamsWithContext(ctx context.Context) *DeleteProjectParams

NewDeleteProjectParamsWithContext creates a new DeleteProjectParams object with the ability to set a context for a request.

func NewDeleteProjectParamsWithHTTPClient

func NewDeleteProjectParamsWithHTTPClient(client *http.Client) *DeleteProjectParams

NewDeleteProjectParamsWithHTTPClient creates a new DeleteProjectParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteProjectParamsWithTimeout

func NewDeleteProjectParamsWithTimeout(timeout time.Duration) *DeleteProjectParams

NewDeleteProjectParamsWithTimeout creates a new DeleteProjectParams object with the ability to set a timeout on a request.

func (*DeleteProjectParams) SetBody

SetBody adds the body to the delete project params

func (*DeleteProjectParams) SetContext

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

SetContext adds the context to the delete project params

func (*DeleteProjectParams) SetDefaults

func (o *DeleteProjectParams) SetDefaults()

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

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

func (*DeleteProjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete project params

func (*DeleteProjectParams) SetTimeout

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

SetTimeout adds the timeout to the delete project params

func (*DeleteProjectParams) WithBody

WithBody adds the body to the delete project params

func (*DeleteProjectParams) WithContext

WithContext adds the context to the delete project params

func (*DeleteProjectParams) WithDefaults

func (o *DeleteProjectParams) WithDefaults() *DeleteProjectParams

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

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

func (*DeleteProjectParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete project params

func (*DeleteProjectParams) WithTimeout

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

WithTimeout adds the timeout to the delete project params

func (*DeleteProjectParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteProjectReader

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

DeleteProjectReader is a Reader for the DeleteProject structure.

func (*DeleteProjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeAPIKeyDefault

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

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

An unexpected error response.

func NewDescribeAPIKeyDefault

func NewDescribeAPIKeyDefault(code int) *DescribeAPIKeyDefault

NewDescribeAPIKeyDefault creates a DescribeAPIKeyDefault with default headers values

func (*DescribeAPIKeyDefault) Code

func (o *DescribeAPIKeyDefault) Code() int

Code gets the status code for the describe Api key default response

func (*DescribeAPIKeyDefault) Error

func (o *DescribeAPIKeyDefault) Error() string

func (*DescribeAPIKeyDefault) GetPayload

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

func (*DescribeAPIKeyDefault) IsClientError

func (o *DescribeAPIKeyDefault) IsClientError() bool

IsClientError returns true when this describe Api key default response has a 4xx status code

func (*DescribeAPIKeyDefault) IsCode

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

IsCode returns true when this describe Api key default response a status code equal to that given

func (*DescribeAPIKeyDefault) IsRedirect

func (o *DescribeAPIKeyDefault) IsRedirect() bool

IsRedirect returns true when this describe Api key default response has a 3xx status code

func (*DescribeAPIKeyDefault) IsServerError

func (o *DescribeAPIKeyDefault) IsServerError() bool

IsServerError returns true when this describe Api key default response has a 5xx status code

func (*DescribeAPIKeyDefault) IsSuccess

func (o *DescribeAPIKeyDefault) IsSuccess() bool

IsSuccess returns true when this describe Api key default response has a 2xx status code

func (*DescribeAPIKeyDefault) String

func (o *DescribeAPIKeyDefault) String() string

type DescribeAPIKeyOK

type DescribeAPIKeyOK struct {
	Payload *models.DescribeAPIKeyReply
}

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

A successful response.

func NewDescribeAPIKeyOK

func NewDescribeAPIKeyOK() *DescribeAPIKeyOK

NewDescribeAPIKeyOK creates a DescribeAPIKeyOK with default headers values

func (*DescribeAPIKeyOK) Code

func (o *DescribeAPIKeyOK) Code() int

Code gets the status code for the describe Api key o k response

func (*DescribeAPIKeyOK) Error

func (o *DescribeAPIKeyOK) Error() string

func (*DescribeAPIKeyOK) GetPayload

func (o *DescribeAPIKeyOK) GetPayload() *models.DescribeAPIKeyReply

func (*DescribeAPIKeyOK) IsClientError

func (o *DescribeAPIKeyOK) IsClientError() bool

IsClientError returns true when this describe Api key o k response has a 4xx status code

func (*DescribeAPIKeyOK) IsCode

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

IsCode returns true when this describe Api key o k response a status code equal to that given

func (*DescribeAPIKeyOK) IsRedirect

func (o *DescribeAPIKeyOK) IsRedirect() bool

IsRedirect returns true when this describe Api key o k response has a 3xx status code

func (*DescribeAPIKeyOK) IsServerError

func (o *DescribeAPIKeyOK) IsServerError() bool

IsServerError returns true when this describe Api key o k response has a 5xx status code

func (*DescribeAPIKeyOK) IsSuccess

func (o *DescribeAPIKeyOK) IsSuccess() bool

IsSuccess returns true when this describe Api key o k response has a 2xx status code

func (*DescribeAPIKeyOK) String

func (o *DescribeAPIKeyOK) String() string

type DescribeAPIKeyParams

type DescribeAPIKeyParams struct {

	// Body.
	Body *models.DescribeAPIKeyRequest

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

DescribeAPIKeyParams contains all the parameters to send to the API endpoint

for the describe Api key operation.

Typically these are written to a http.Request.

func NewDescribeAPIKeyParams

func NewDescribeAPIKeyParams() *DescribeAPIKeyParams

NewDescribeAPIKeyParams creates a new DescribeAPIKeyParams object, with the default timeout for this client.

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

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

func NewDescribeAPIKeyParamsWithContext

func NewDescribeAPIKeyParamsWithContext(ctx context.Context) *DescribeAPIKeyParams

NewDescribeAPIKeyParamsWithContext creates a new DescribeAPIKeyParams object with the ability to set a context for a request.

func NewDescribeAPIKeyParamsWithHTTPClient

func NewDescribeAPIKeyParamsWithHTTPClient(client *http.Client) *DescribeAPIKeyParams

NewDescribeAPIKeyParamsWithHTTPClient creates a new DescribeAPIKeyParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeAPIKeyParamsWithTimeout

func NewDescribeAPIKeyParamsWithTimeout(timeout time.Duration) *DescribeAPIKeyParams

NewDescribeAPIKeyParamsWithTimeout creates a new DescribeAPIKeyParams object with the ability to set a timeout on a request.

func (*DescribeAPIKeyParams) SetBody

SetBody adds the body to the describe Api key params

func (*DescribeAPIKeyParams) SetContext

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

SetContext adds the context to the describe Api key params

func (*DescribeAPIKeyParams) SetDefaults

func (o *DescribeAPIKeyParams) SetDefaults()

SetDefaults hydrates default values in the describe Api key params (not the query body).

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

func (*DescribeAPIKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe Api key params

func (*DescribeAPIKeyParams) SetTimeout

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

SetTimeout adds the timeout to the describe Api key params

func (*DescribeAPIKeyParams) WithBody

WithBody adds the body to the describe Api key params

func (*DescribeAPIKeyParams) WithContext

WithContext adds the context to the describe Api key params

func (*DescribeAPIKeyParams) WithDefaults

func (o *DescribeAPIKeyParams) WithDefaults() *DescribeAPIKeyParams

WithDefaults hydrates default values in the describe Api key params (not the query body).

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

func (*DescribeAPIKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the describe Api key params

func (*DescribeAPIKeyParams) WithTimeout

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

WithTimeout adds the timeout to the describe Api key params

func (*DescribeAPIKeyParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DescribeAPIKeyReader

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

DescribeAPIKeyReader is a Reader for the DescribeAPIKey structure.

func (*DescribeAPIKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeDatabaseDefault

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

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

An unexpected error response.

func NewDescribeDatabaseDefault

func NewDescribeDatabaseDefault(code int) *DescribeDatabaseDefault

NewDescribeDatabaseDefault creates a DescribeDatabaseDefault with default headers values

func (*DescribeDatabaseDefault) Code

func (o *DescribeDatabaseDefault) Code() int

Code gets the status code for the describe database default response

func (*DescribeDatabaseDefault) Error

func (o *DescribeDatabaseDefault) Error() string

func (*DescribeDatabaseDefault) GetPayload

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

func (*DescribeDatabaseDefault) IsClientError

func (o *DescribeDatabaseDefault) IsClientError() bool

IsClientError returns true when this describe database default response has a 4xx status code

func (*DescribeDatabaseDefault) IsCode

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

IsCode returns true when this describe database default response a status code equal to that given

func (*DescribeDatabaseDefault) IsRedirect

func (o *DescribeDatabaseDefault) IsRedirect() bool

IsRedirect returns true when this describe database default response has a 3xx status code

func (*DescribeDatabaseDefault) IsServerError

func (o *DescribeDatabaseDefault) IsServerError() bool

IsServerError returns true when this describe database default response has a 5xx status code

func (*DescribeDatabaseDefault) IsSuccess

func (o *DescribeDatabaseDefault) IsSuccess() bool

IsSuccess returns true when this describe database default response has a 2xx status code

func (*DescribeDatabaseDefault) String

func (o *DescribeDatabaseDefault) String() string

type DescribeDatabaseOK

type DescribeDatabaseOK struct {
	Payload *models.DescribeDatabaseReply
}

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

A successful response.

func NewDescribeDatabaseOK

func NewDescribeDatabaseOK() *DescribeDatabaseOK

NewDescribeDatabaseOK creates a DescribeDatabaseOK with default headers values

func (*DescribeDatabaseOK) Code

func (o *DescribeDatabaseOK) Code() int

Code gets the status code for the describe database o k response

func (*DescribeDatabaseOK) Error

func (o *DescribeDatabaseOK) Error() string

func (*DescribeDatabaseOK) GetPayload

func (*DescribeDatabaseOK) IsClientError

func (o *DescribeDatabaseOK) IsClientError() bool

IsClientError returns true when this describe database o k response has a 4xx status code

func (*DescribeDatabaseOK) IsCode

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

IsCode returns true when this describe database o k response a status code equal to that given

func (*DescribeDatabaseOK) IsRedirect

func (o *DescribeDatabaseOK) IsRedirect() bool

IsRedirect returns true when this describe database o k response has a 3xx status code

func (*DescribeDatabaseOK) IsServerError

func (o *DescribeDatabaseOK) IsServerError() bool

IsServerError returns true when this describe database o k response has a 5xx status code

func (*DescribeDatabaseOK) IsSuccess

func (o *DescribeDatabaseOK) IsSuccess() bool

IsSuccess returns true when this describe database o k response has a 2xx status code

func (*DescribeDatabaseOK) String

func (o *DescribeDatabaseOK) String() string

type DescribeDatabaseParams

type DescribeDatabaseParams struct {

	// Body.
	Body *models.DescribeDatabaseRequest

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

DescribeDatabaseParams contains all the parameters to send to the API endpoint

for the describe database operation.

Typically these are written to a http.Request.

func NewDescribeDatabaseParams

func NewDescribeDatabaseParams() *DescribeDatabaseParams

NewDescribeDatabaseParams creates a new DescribeDatabaseParams object, with the default timeout for this client.

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

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

func NewDescribeDatabaseParamsWithContext

func NewDescribeDatabaseParamsWithContext(ctx context.Context) *DescribeDatabaseParams

NewDescribeDatabaseParamsWithContext creates a new DescribeDatabaseParams object with the ability to set a context for a request.

func NewDescribeDatabaseParamsWithHTTPClient

func NewDescribeDatabaseParamsWithHTTPClient(client *http.Client) *DescribeDatabaseParams

NewDescribeDatabaseParamsWithHTTPClient creates a new DescribeDatabaseParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeDatabaseParamsWithTimeout

func NewDescribeDatabaseParamsWithTimeout(timeout time.Duration) *DescribeDatabaseParams

NewDescribeDatabaseParamsWithTimeout creates a new DescribeDatabaseParams object with the ability to set a timeout on a request.

func (*DescribeDatabaseParams) SetBody

SetBody adds the body to the describe database params

func (*DescribeDatabaseParams) SetContext

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

SetContext adds the context to the describe database params

func (*DescribeDatabaseParams) SetDefaults

func (o *DescribeDatabaseParams) SetDefaults()

SetDefaults hydrates default values in the describe database params (not the query body).

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

func (*DescribeDatabaseParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe database params

func (*DescribeDatabaseParams) SetTimeout

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

SetTimeout adds the timeout to the describe database params

func (*DescribeDatabaseParams) WithBody

WithBody adds the body to the describe database params

func (*DescribeDatabaseParams) WithContext

WithContext adds the context to the describe database params

func (*DescribeDatabaseParams) WithDefaults

WithDefaults hydrates default values in the describe database params (not the query body).

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

func (*DescribeDatabaseParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the describe database params

func (*DescribeDatabaseParams) WithTimeout

WithTimeout adds the timeout to the describe database params

func (*DescribeDatabaseParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeDatabaseReader

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

DescribeDatabaseReader is a Reader for the DescribeDatabase structure.

func (*DescribeDatabaseReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeDatastoreDefault

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

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

An unexpected error response.

func NewDescribeDatastoreDefault

func NewDescribeDatastoreDefault(code int) *DescribeDatastoreDefault

NewDescribeDatastoreDefault creates a DescribeDatastoreDefault with default headers values

func (*DescribeDatastoreDefault) Code

func (o *DescribeDatastoreDefault) Code() int

Code gets the status code for the describe datastore default response

func (*DescribeDatastoreDefault) Error

func (o *DescribeDatastoreDefault) Error() string

func (*DescribeDatastoreDefault) GetPayload

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

func (*DescribeDatastoreDefault) IsClientError

func (o *DescribeDatastoreDefault) IsClientError() bool

IsClientError returns true when this describe datastore default response has a 4xx status code

func (*DescribeDatastoreDefault) IsCode

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

IsCode returns true when this describe datastore default response a status code equal to that given

func (*DescribeDatastoreDefault) IsRedirect

func (o *DescribeDatastoreDefault) IsRedirect() bool

IsRedirect returns true when this describe datastore default response has a 3xx status code

func (*DescribeDatastoreDefault) IsServerError

func (o *DescribeDatastoreDefault) IsServerError() bool

IsServerError returns true when this describe datastore default response has a 5xx status code

func (*DescribeDatastoreDefault) IsSuccess

func (o *DescribeDatastoreDefault) IsSuccess() bool

IsSuccess returns true when this describe datastore default response has a 2xx status code

func (*DescribeDatastoreDefault) String

func (o *DescribeDatastoreDefault) String() string

type DescribeDatastoreOK

type DescribeDatastoreOK struct {
	Payload *models.DescribeDatastoreReply
}

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

A successful response.

func NewDescribeDatastoreOK

func NewDescribeDatastoreOK() *DescribeDatastoreOK

NewDescribeDatastoreOK creates a DescribeDatastoreOK with default headers values

func (*DescribeDatastoreOK) Code

func (o *DescribeDatastoreOK) Code() int

Code gets the status code for the describe datastore o k response

func (*DescribeDatastoreOK) Error

func (o *DescribeDatastoreOK) Error() string

func (*DescribeDatastoreOK) GetPayload

func (*DescribeDatastoreOK) IsClientError

func (o *DescribeDatastoreOK) IsClientError() bool

IsClientError returns true when this describe datastore o k response has a 4xx status code

func (*DescribeDatastoreOK) IsCode

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

IsCode returns true when this describe datastore o k response a status code equal to that given

func (*DescribeDatastoreOK) IsRedirect

func (o *DescribeDatastoreOK) IsRedirect() bool

IsRedirect returns true when this describe datastore o k response has a 3xx status code

func (*DescribeDatastoreOK) IsServerError

func (o *DescribeDatastoreOK) IsServerError() bool

IsServerError returns true when this describe datastore o k response has a 5xx status code

func (*DescribeDatastoreOK) IsSuccess

func (o *DescribeDatastoreOK) IsSuccess() bool

IsSuccess returns true when this describe datastore o k response has a 2xx status code

func (*DescribeDatastoreOK) String

func (o *DescribeDatastoreOK) String() string

type DescribeDatastoreParams

type DescribeDatastoreParams struct {

	// Body.
	Body *models.DescribeDatastoreRequest

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

DescribeDatastoreParams contains all the parameters to send to the API endpoint

for the describe datastore operation.

Typically these are written to a http.Request.

func NewDescribeDatastoreParams

func NewDescribeDatastoreParams() *DescribeDatastoreParams

NewDescribeDatastoreParams creates a new DescribeDatastoreParams object, with the default timeout for this client.

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

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

func NewDescribeDatastoreParamsWithContext

func NewDescribeDatastoreParamsWithContext(ctx context.Context) *DescribeDatastoreParams

NewDescribeDatastoreParamsWithContext creates a new DescribeDatastoreParams object with the ability to set a context for a request.

func NewDescribeDatastoreParamsWithHTTPClient

func NewDescribeDatastoreParamsWithHTTPClient(client *http.Client) *DescribeDatastoreParams

NewDescribeDatastoreParamsWithHTTPClient creates a new DescribeDatastoreParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeDatastoreParamsWithTimeout

func NewDescribeDatastoreParamsWithTimeout(timeout time.Duration) *DescribeDatastoreParams

NewDescribeDatastoreParamsWithTimeout creates a new DescribeDatastoreParams object with the ability to set a timeout on a request.

func (*DescribeDatastoreParams) SetBody

SetBody adds the body to the describe datastore params

func (*DescribeDatastoreParams) SetContext

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

SetContext adds the context to the describe datastore params

func (*DescribeDatastoreParams) SetDefaults

func (o *DescribeDatastoreParams) SetDefaults()

SetDefaults hydrates default values in the describe datastore params (not the query body).

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

func (*DescribeDatastoreParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe datastore params

func (*DescribeDatastoreParams) SetTimeout

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

SetTimeout adds the timeout to the describe datastore params

func (*DescribeDatastoreParams) WithBody

WithBody adds the body to the describe datastore params

func (*DescribeDatastoreParams) WithContext

WithContext adds the context to the describe datastore params

func (*DescribeDatastoreParams) WithDefaults

WithDefaults hydrates default values in the describe datastore params (not the query body).

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

func (*DescribeDatastoreParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the describe datastore params

func (*DescribeDatastoreParams) WithTimeout

WithTimeout adds the timeout to the describe datastore params

func (*DescribeDatastoreParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeDatastoreReader

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

DescribeDatastoreReader is a Reader for the DescribeDatastore structure.

func (*DescribeDatastoreReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeDeploymentDefault

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

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

An unexpected error response.

func NewDescribeDeploymentDefault

func NewDescribeDeploymentDefault(code int) *DescribeDeploymentDefault

NewDescribeDeploymentDefault creates a DescribeDeploymentDefault with default headers values

func (*DescribeDeploymentDefault) Code

func (o *DescribeDeploymentDefault) Code() int

Code gets the status code for the describe deployment default response

func (*DescribeDeploymentDefault) Error

func (o *DescribeDeploymentDefault) Error() string

func (*DescribeDeploymentDefault) GetPayload

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

func (*DescribeDeploymentDefault) IsClientError

func (o *DescribeDeploymentDefault) IsClientError() bool

IsClientError returns true when this describe deployment default response has a 4xx status code

func (*DescribeDeploymentDefault) IsCode

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

IsCode returns true when this describe deployment default response a status code equal to that given

func (*DescribeDeploymentDefault) IsRedirect

func (o *DescribeDeploymentDefault) IsRedirect() bool

IsRedirect returns true when this describe deployment default response has a 3xx status code

func (*DescribeDeploymentDefault) IsServerError

func (o *DescribeDeploymentDefault) IsServerError() bool

IsServerError returns true when this describe deployment default response has a 5xx status code

func (*DescribeDeploymentDefault) IsSuccess

func (o *DescribeDeploymentDefault) IsSuccess() bool

IsSuccess returns true when this describe deployment default response has a 2xx status code

func (*DescribeDeploymentDefault) String

func (o *DescribeDeploymentDefault) String() string

type DescribeDeploymentOK

type DescribeDeploymentOK struct {
	Payload *models.DescribeDeploymentReply
}

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

A successful response.

func NewDescribeDeploymentOK

func NewDescribeDeploymentOK() *DescribeDeploymentOK

NewDescribeDeploymentOK creates a DescribeDeploymentOK with default headers values

func (*DescribeDeploymentOK) Code

func (o *DescribeDeploymentOK) Code() int

Code gets the status code for the describe deployment o k response

func (*DescribeDeploymentOK) Error

func (o *DescribeDeploymentOK) Error() string

func (*DescribeDeploymentOK) GetPayload

func (*DescribeDeploymentOK) IsClientError

func (o *DescribeDeploymentOK) IsClientError() bool

IsClientError returns true when this describe deployment o k response has a 4xx status code

func (*DescribeDeploymentOK) IsCode

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

IsCode returns true when this describe deployment o k response a status code equal to that given

func (*DescribeDeploymentOK) IsRedirect

func (o *DescribeDeploymentOK) IsRedirect() bool

IsRedirect returns true when this describe deployment o k response has a 3xx status code

func (*DescribeDeploymentOK) IsServerError

func (o *DescribeDeploymentOK) IsServerError() bool

IsServerError returns true when this describe deployment o k response has a 5xx status code

func (*DescribeDeploymentOK) IsSuccess

func (o *DescribeDeploymentOK) IsSuccess() bool

IsSuccess returns true when this describe deployment o k response has a 2xx status code

func (*DescribeDeploymentOK) String

func (o *DescribeDeploymentOK) String() string

type DescribeDeploymentParams

type DescribeDeploymentParams struct {

	// Body.
	Body *models.DescribeDeploymentRequest

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

DescribeDeploymentParams contains all the parameters to send to the API endpoint

for the describe deployment operation.

Typically these are written to a http.Request.

func NewDescribeDeploymentParams

func NewDescribeDeploymentParams() *DescribeDeploymentParams

NewDescribeDeploymentParams creates a new DescribeDeploymentParams object, with the default timeout for this client.

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

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

func NewDescribeDeploymentParamsWithContext

func NewDescribeDeploymentParamsWithContext(ctx context.Context) *DescribeDeploymentParams

NewDescribeDeploymentParamsWithContext creates a new DescribeDeploymentParams object with the ability to set a context for a request.

func NewDescribeDeploymentParamsWithHTTPClient

func NewDescribeDeploymentParamsWithHTTPClient(client *http.Client) *DescribeDeploymentParams

NewDescribeDeploymentParamsWithHTTPClient creates a new DescribeDeploymentParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeDeploymentParamsWithTimeout

func NewDescribeDeploymentParamsWithTimeout(timeout time.Duration) *DescribeDeploymentParams

NewDescribeDeploymentParamsWithTimeout creates a new DescribeDeploymentParams object with the ability to set a timeout on a request.

func (*DescribeDeploymentParams) SetBody

SetBody adds the body to the describe deployment params

func (*DescribeDeploymentParams) SetContext

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

SetContext adds the context to the describe deployment params

func (*DescribeDeploymentParams) SetDefaults

func (o *DescribeDeploymentParams) SetDefaults()

SetDefaults hydrates default values in the describe deployment params (not the query body).

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

func (*DescribeDeploymentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe deployment params

func (*DescribeDeploymentParams) SetTimeout

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

SetTimeout adds the timeout to the describe deployment params

func (*DescribeDeploymentParams) WithBody

WithBody adds the body to the describe deployment params

func (*DescribeDeploymentParams) WithContext

WithContext adds the context to the describe deployment params

func (*DescribeDeploymentParams) WithDefaults

WithDefaults hydrates default values in the describe deployment params (not the query body).

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

func (*DescribeDeploymentParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the describe deployment params

func (*DescribeDeploymentParams) WithTimeout

WithTimeout adds the timeout to the describe deployment params

func (*DescribeDeploymentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeDeploymentReader

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

DescribeDeploymentReader is a Reader for the DescribeDeployment structure.

func (*DescribeDeploymentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeEnvironmentDefault

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

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

An unexpected error response.

func NewDescribeEnvironmentDefault

func NewDescribeEnvironmentDefault(code int) *DescribeEnvironmentDefault

NewDescribeEnvironmentDefault creates a DescribeEnvironmentDefault with default headers values

func (*DescribeEnvironmentDefault) Code

func (o *DescribeEnvironmentDefault) Code() int

Code gets the status code for the describe environment default response

func (*DescribeEnvironmentDefault) Error

func (*DescribeEnvironmentDefault) GetPayload

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

func (*DescribeEnvironmentDefault) IsClientError

func (o *DescribeEnvironmentDefault) IsClientError() bool

IsClientError returns true when this describe environment default response has a 4xx status code

func (*DescribeEnvironmentDefault) IsCode

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

IsCode returns true when this describe environment default response a status code equal to that given

func (*DescribeEnvironmentDefault) IsRedirect

func (o *DescribeEnvironmentDefault) IsRedirect() bool

IsRedirect returns true when this describe environment default response has a 3xx status code

func (*DescribeEnvironmentDefault) IsServerError

func (o *DescribeEnvironmentDefault) IsServerError() bool

IsServerError returns true when this describe environment default response has a 5xx status code

func (*DescribeEnvironmentDefault) IsSuccess

func (o *DescribeEnvironmentDefault) IsSuccess() bool

IsSuccess returns true when this describe environment default response has a 2xx status code

func (*DescribeEnvironmentDefault) String

func (o *DescribeEnvironmentDefault) String() string

type DescribeEnvironmentOK

type DescribeEnvironmentOK struct {
	Payload *models.DescribeEnvironmentReply
}

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

A successful response.

func NewDescribeEnvironmentOK

func NewDescribeEnvironmentOK() *DescribeEnvironmentOK

NewDescribeEnvironmentOK creates a DescribeEnvironmentOK with default headers values

func (*DescribeEnvironmentOK) Code

func (o *DescribeEnvironmentOK) Code() int

Code gets the status code for the describe environment o k response

func (*DescribeEnvironmentOK) Error

func (o *DescribeEnvironmentOK) Error() string

func (*DescribeEnvironmentOK) GetPayload

func (*DescribeEnvironmentOK) IsClientError

func (o *DescribeEnvironmentOK) IsClientError() bool

IsClientError returns true when this describe environment o k response has a 4xx status code

func (*DescribeEnvironmentOK) IsCode

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

IsCode returns true when this describe environment o k response a status code equal to that given

func (*DescribeEnvironmentOK) IsRedirect

func (o *DescribeEnvironmentOK) IsRedirect() bool

IsRedirect returns true when this describe environment o k response has a 3xx status code

func (*DescribeEnvironmentOK) IsServerError

func (o *DescribeEnvironmentOK) IsServerError() bool

IsServerError returns true when this describe environment o k response has a 5xx status code

func (*DescribeEnvironmentOK) IsSuccess

func (o *DescribeEnvironmentOK) IsSuccess() bool

IsSuccess returns true when this describe environment o k response has a 2xx status code

func (*DescribeEnvironmentOK) String

func (o *DescribeEnvironmentOK) String() string

type DescribeEnvironmentParams

type DescribeEnvironmentParams struct {

	// Body.
	Body *models.DescribeEnvironmentRequest

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

DescribeEnvironmentParams contains all the parameters to send to the API endpoint

for the describe environment operation.

Typically these are written to a http.Request.

func NewDescribeEnvironmentParams

func NewDescribeEnvironmentParams() *DescribeEnvironmentParams

NewDescribeEnvironmentParams creates a new DescribeEnvironmentParams object, with the default timeout for this client.

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

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

func NewDescribeEnvironmentParamsWithContext

func NewDescribeEnvironmentParamsWithContext(ctx context.Context) *DescribeEnvironmentParams

NewDescribeEnvironmentParamsWithContext creates a new DescribeEnvironmentParams object with the ability to set a context for a request.

func NewDescribeEnvironmentParamsWithHTTPClient

func NewDescribeEnvironmentParamsWithHTTPClient(client *http.Client) *DescribeEnvironmentParams

NewDescribeEnvironmentParamsWithHTTPClient creates a new DescribeEnvironmentParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeEnvironmentParamsWithTimeout

func NewDescribeEnvironmentParamsWithTimeout(timeout time.Duration) *DescribeEnvironmentParams

NewDescribeEnvironmentParamsWithTimeout creates a new DescribeEnvironmentParams object with the ability to set a timeout on a request.

func (*DescribeEnvironmentParams) SetBody

SetBody adds the body to the describe environment params

func (*DescribeEnvironmentParams) SetContext

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

SetContext adds the context to the describe environment params

func (*DescribeEnvironmentParams) SetDefaults

func (o *DescribeEnvironmentParams) SetDefaults()

SetDefaults hydrates default values in the describe environment params (not the query body).

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

func (*DescribeEnvironmentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe environment params

func (*DescribeEnvironmentParams) SetTimeout

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

SetTimeout adds the timeout to the describe environment params

func (*DescribeEnvironmentParams) WithBody

WithBody adds the body to the describe environment params

func (*DescribeEnvironmentParams) WithContext

WithContext adds the context to the describe environment params

func (*DescribeEnvironmentParams) WithDefaults

WithDefaults hydrates default values in the describe environment params (not the query body).

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

func (*DescribeEnvironmentParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the describe environment params

func (*DescribeEnvironmentParams) WithTimeout

WithTimeout adds the timeout to the describe environment params

func (*DescribeEnvironmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeEnvironmentReader

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

DescribeEnvironmentReader is a Reader for the DescribeEnvironment structure.

func (*DescribeEnvironmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribePackageDefault

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

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

An unexpected error response.

func NewDescribePackageDefault

func NewDescribePackageDefault(code int) *DescribePackageDefault

NewDescribePackageDefault creates a DescribePackageDefault with default headers values

func (*DescribePackageDefault) Code

func (o *DescribePackageDefault) Code() int

Code gets the status code for the describe package default response

func (*DescribePackageDefault) Error

func (o *DescribePackageDefault) Error() string

func (*DescribePackageDefault) GetPayload

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

func (*DescribePackageDefault) IsClientError

func (o *DescribePackageDefault) IsClientError() bool

IsClientError returns true when this describe package default response has a 4xx status code

func (*DescribePackageDefault) IsCode

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

IsCode returns true when this describe package default response a status code equal to that given

func (*DescribePackageDefault) IsRedirect

func (o *DescribePackageDefault) IsRedirect() bool

IsRedirect returns true when this describe package default response has a 3xx status code

func (*DescribePackageDefault) IsServerError

func (o *DescribePackageDefault) IsServerError() bool

IsServerError returns true when this describe package default response has a 5xx status code

func (*DescribePackageDefault) IsSuccess

func (o *DescribePackageDefault) IsSuccess() bool

IsSuccess returns true when this describe package default response has a 2xx status code

func (*DescribePackageDefault) String

func (o *DescribePackageDefault) String() string

type DescribePackageOK

type DescribePackageOK struct {
	Payload *models.DescribePackageReply
}

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

A successful response.

func NewDescribePackageOK

func NewDescribePackageOK() *DescribePackageOK

NewDescribePackageOK creates a DescribePackageOK with default headers values

func (*DescribePackageOK) Code

func (o *DescribePackageOK) Code() int

Code gets the status code for the describe package o k response

func (*DescribePackageOK) Error

func (o *DescribePackageOK) Error() string

func (*DescribePackageOK) GetPayload

func (*DescribePackageOK) IsClientError

func (o *DescribePackageOK) IsClientError() bool

IsClientError returns true when this describe package o k response has a 4xx status code

func (*DescribePackageOK) IsCode

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

IsCode returns true when this describe package o k response a status code equal to that given

func (*DescribePackageOK) IsRedirect

func (o *DescribePackageOK) IsRedirect() bool

IsRedirect returns true when this describe package o k response has a 3xx status code

func (*DescribePackageOK) IsServerError

func (o *DescribePackageOK) IsServerError() bool

IsServerError returns true when this describe package o k response has a 5xx status code

func (*DescribePackageOK) IsSuccess

func (o *DescribePackageOK) IsSuccess() bool

IsSuccess returns true when this describe package o k response has a 2xx status code

func (*DescribePackageOK) String

func (o *DescribePackageOK) String() string

type DescribePackageParams

type DescribePackageParams struct {

	// Body.
	Body *models.DescribePackageRequest

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

DescribePackageParams contains all the parameters to send to the API endpoint

for the describe package operation.

Typically these are written to a http.Request.

func NewDescribePackageParams

func NewDescribePackageParams() *DescribePackageParams

NewDescribePackageParams creates a new DescribePackageParams object, with the default timeout for this client.

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

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

func NewDescribePackageParamsWithContext

func NewDescribePackageParamsWithContext(ctx context.Context) *DescribePackageParams

NewDescribePackageParamsWithContext creates a new DescribePackageParams object with the ability to set a context for a request.

func NewDescribePackageParamsWithHTTPClient

func NewDescribePackageParamsWithHTTPClient(client *http.Client) *DescribePackageParams

NewDescribePackageParamsWithHTTPClient creates a new DescribePackageParams object with the ability to set a custom HTTPClient for a request.

func NewDescribePackageParamsWithTimeout

func NewDescribePackageParamsWithTimeout(timeout time.Duration) *DescribePackageParams

NewDescribePackageParamsWithTimeout creates a new DescribePackageParams object with the ability to set a timeout on a request.

func (*DescribePackageParams) SetBody

SetBody adds the body to the describe package params

func (*DescribePackageParams) SetContext

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

SetContext adds the context to the describe package params

func (*DescribePackageParams) SetDefaults

func (o *DescribePackageParams) SetDefaults()

SetDefaults hydrates default values in the describe package params (not the query body).

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

func (*DescribePackageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe package params

func (*DescribePackageParams) SetTimeout

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

SetTimeout adds the timeout to the describe package params

func (*DescribePackageParams) WithBody

WithBody adds the body to the describe package params

func (*DescribePackageParams) WithContext

WithContext adds the context to the describe package params

func (*DescribePackageParams) WithDefaults

func (o *DescribePackageParams) WithDefaults() *DescribePackageParams

WithDefaults hydrates default values in the describe package params (not the query body).

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

func (*DescribePackageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the describe package params

func (*DescribePackageParams) WithTimeout

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

WithTimeout adds the timeout to the describe package params

func (*DescribePackageParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DescribePackageReader

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

DescribePackageReader is a Reader for the DescribePackage structure.

func (*DescribePackageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeProjectDefault

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

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

An unexpected error response.

func NewDescribeProjectDefault

func NewDescribeProjectDefault(code int) *DescribeProjectDefault

NewDescribeProjectDefault creates a DescribeProjectDefault with default headers values

func (*DescribeProjectDefault) Code

func (o *DescribeProjectDefault) Code() int

Code gets the status code for the describe project default response

func (*DescribeProjectDefault) Error

func (o *DescribeProjectDefault) Error() string

func (*DescribeProjectDefault) GetPayload

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

func (*DescribeProjectDefault) IsClientError

func (o *DescribeProjectDefault) IsClientError() bool

IsClientError returns true when this describe project default response has a 4xx status code

func (*DescribeProjectDefault) IsCode

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

IsCode returns true when this describe project default response a status code equal to that given

func (*DescribeProjectDefault) IsRedirect

func (o *DescribeProjectDefault) IsRedirect() bool

IsRedirect returns true when this describe project default response has a 3xx status code

func (*DescribeProjectDefault) IsServerError

func (o *DescribeProjectDefault) IsServerError() bool

IsServerError returns true when this describe project default response has a 5xx status code

func (*DescribeProjectDefault) IsSuccess

func (o *DescribeProjectDefault) IsSuccess() bool

IsSuccess returns true when this describe project default response has a 2xx status code

func (*DescribeProjectDefault) String

func (o *DescribeProjectDefault) String() string

type DescribeProjectOK

type DescribeProjectOK struct {
	Payload *models.DescribeProjectReply
}

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

A successful response.

func NewDescribeProjectOK

func NewDescribeProjectOK() *DescribeProjectOK

NewDescribeProjectOK creates a DescribeProjectOK with default headers values

func (*DescribeProjectOK) Code

func (o *DescribeProjectOK) Code() int

Code gets the status code for the describe project o k response

func (*DescribeProjectOK) Error

func (o *DescribeProjectOK) Error() string

func (*DescribeProjectOK) GetPayload

func (*DescribeProjectOK) IsClientError

func (o *DescribeProjectOK) IsClientError() bool

IsClientError returns true when this describe project o k response has a 4xx status code

func (*DescribeProjectOK) IsCode

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

IsCode returns true when this describe project o k response a status code equal to that given

func (*DescribeProjectOK) IsRedirect

func (o *DescribeProjectOK) IsRedirect() bool

IsRedirect returns true when this describe project o k response has a 3xx status code

func (*DescribeProjectOK) IsServerError

func (o *DescribeProjectOK) IsServerError() bool

IsServerError returns true when this describe project o k response has a 5xx status code

func (*DescribeProjectOK) IsSuccess

func (o *DescribeProjectOK) IsSuccess() bool

IsSuccess returns true when this describe project o k response has a 2xx status code

func (*DescribeProjectOK) String

func (o *DescribeProjectOK) String() string

type DescribeProjectParams

type DescribeProjectParams struct {

	// Body.
	Body *models.DescribeProjectRequest

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

DescribeProjectParams contains all the parameters to send to the API endpoint

for the describe project operation.

Typically these are written to a http.Request.

func NewDescribeProjectParams

func NewDescribeProjectParams() *DescribeProjectParams

NewDescribeProjectParams creates a new DescribeProjectParams object, with the default timeout for this client.

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

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

func NewDescribeProjectParamsWithContext

func NewDescribeProjectParamsWithContext(ctx context.Context) *DescribeProjectParams

NewDescribeProjectParamsWithContext creates a new DescribeProjectParams object with the ability to set a context for a request.

func NewDescribeProjectParamsWithHTTPClient

func NewDescribeProjectParamsWithHTTPClient(client *http.Client) *DescribeProjectParams

NewDescribeProjectParamsWithHTTPClient creates a new DescribeProjectParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeProjectParamsWithTimeout

func NewDescribeProjectParamsWithTimeout(timeout time.Duration) *DescribeProjectParams

NewDescribeProjectParamsWithTimeout creates a new DescribeProjectParams object with the ability to set a timeout on a request.

func (*DescribeProjectParams) SetBody

SetBody adds the body to the describe project params

func (*DescribeProjectParams) SetContext

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

SetContext adds the context to the describe project params

func (*DescribeProjectParams) SetDefaults

func (o *DescribeProjectParams) SetDefaults()

SetDefaults hydrates default values in the describe project params (not the query body).

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

func (*DescribeProjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe project params

func (*DescribeProjectParams) SetTimeout

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

SetTimeout adds the timeout to the describe project params

func (*DescribeProjectParams) WithBody

WithBody adds the body to the describe project params

func (*DescribeProjectParams) WithContext

WithContext adds the context to the describe project params

func (*DescribeProjectParams) WithDefaults

func (o *DescribeProjectParams) WithDefaults() *DescribeProjectParams

WithDefaults hydrates default values in the describe project params (not the query body).

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

func (*DescribeProjectParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the describe project params

func (*DescribeProjectParams) WithTimeout

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

WithTimeout adds the timeout to the describe project params

func (*DescribeProjectParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DescribeProjectReader

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

DescribeProjectReader is a Reader for the DescribeProject structure.

func (*DescribeProjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeServiceDefault

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

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

An unexpected error response.

func NewDescribeServiceDefault

func NewDescribeServiceDefault(code int) *DescribeServiceDefault

NewDescribeServiceDefault creates a DescribeServiceDefault with default headers values

func (*DescribeServiceDefault) Code

func (o *DescribeServiceDefault) Code() int

Code gets the status code for the describe service default response

func (*DescribeServiceDefault) Error

func (o *DescribeServiceDefault) Error() string

func (*DescribeServiceDefault) GetPayload

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

func (*DescribeServiceDefault) IsClientError

func (o *DescribeServiceDefault) IsClientError() bool

IsClientError returns true when this describe service default response has a 4xx status code

func (*DescribeServiceDefault) IsCode

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

IsCode returns true when this describe service default response a status code equal to that given

func (*DescribeServiceDefault) IsRedirect

func (o *DescribeServiceDefault) IsRedirect() bool

IsRedirect returns true when this describe service default response has a 3xx status code

func (*DescribeServiceDefault) IsServerError

func (o *DescribeServiceDefault) IsServerError() bool

IsServerError returns true when this describe service default response has a 5xx status code

func (*DescribeServiceDefault) IsSuccess

func (o *DescribeServiceDefault) IsSuccess() bool

IsSuccess returns true when this describe service default response has a 2xx status code

func (*DescribeServiceDefault) String

func (o *DescribeServiceDefault) String() string

type DescribeServiceOK

type DescribeServiceOK struct {
	Payload *models.DescribeServiceReply
}

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

A successful response.

func NewDescribeServiceOK

func NewDescribeServiceOK() *DescribeServiceOK

NewDescribeServiceOK creates a DescribeServiceOK with default headers values

func (*DescribeServiceOK) Code

func (o *DescribeServiceOK) Code() int

Code gets the status code for the describe service o k response

func (*DescribeServiceOK) Error

func (o *DescribeServiceOK) Error() string

func (*DescribeServiceOK) GetPayload

func (*DescribeServiceOK) IsClientError

func (o *DescribeServiceOK) IsClientError() bool

IsClientError returns true when this describe service o k response has a 4xx status code

func (*DescribeServiceOK) IsCode

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

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

func (*DescribeServiceOK) IsRedirect

func (o *DescribeServiceOK) IsRedirect() bool

IsRedirect returns true when this describe service o k response has a 3xx status code

func (*DescribeServiceOK) IsServerError

func (o *DescribeServiceOK) IsServerError() bool

IsServerError returns true when this describe service o k response has a 5xx status code

func (*DescribeServiceOK) IsSuccess

func (o *DescribeServiceOK) IsSuccess() bool

IsSuccess returns true when this describe service o k response has a 2xx status code

func (*DescribeServiceOK) String

func (o *DescribeServiceOK) String() string

type DescribeServiceParams

type DescribeServiceParams struct {

	// Body.
	Body *models.DescribeServiceRequest

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

DescribeServiceParams contains all the parameters to send to the API endpoint

for the describe service operation.

Typically these are written to a http.Request.

func NewDescribeServiceParams

func NewDescribeServiceParams() *DescribeServiceParams

NewDescribeServiceParams creates a new DescribeServiceParams object, with the default timeout for this client.

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

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

func NewDescribeServiceParamsWithContext

func NewDescribeServiceParamsWithContext(ctx context.Context) *DescribeServiceParams

NewDescribeServiceParamsWithContext creates a new DescribeServiceParams object with the ability to set a context for a request.

func NewDescribeServiceParamsWithHTTPClient

func NewDescribeServiceParamsWithHTTPClient(client *http.Client) *DescribeServiceParams

NewDescribeServiceParamsWithHTTPClient creates a new DescribeServiceParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeServiceParamsWithTimeout

func NewDescribeServiceParamsWithTimeout(timeout time.Duration) *DescribeServiceParams

NewDescribeServiceParamsWithTimeout creates a new DescribeServiceParams object with the ability to set a timeout on a request.

func (*DescribeServiceParams) SetBody

SetBody adds the body to the describe service params

func (*DescribeServiceParams) SetContext

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

SetContext adds the context to the describe service params

func (*DescribeServiceParams) SetDefaults

func (o *DescribeServiceParams) SetDefaults()

SetDefaults hydrates default values in the describe service params (not the query body).

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

func (*DescribeServiceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe service params

func (*DescribeServiceParams) SetTimeout

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

SetTimeout adds the timeout to the describe service params

func (*DescribeServiceParams) WithBody

WithBody adds the body to the describe service params

func (*DescribeServiceParams) WithContext

WithContext adds the context to the describe service params

func (*DescribeServiceParams) WithDefaults

func (o *DescribeServiceParams) WithDefaults() *DescribeServiceParams

WithDefaults hydrates default values in the describe service params (not the query body).

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

func (*DescribeServiceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the describe service params

func (*DescribeServiceParams) WithTimeout

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

WithTimeout adds the timeout to the describe service params

func (*DescribeServiceParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DescribeServiceReader

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

DescribeServiceReader is a Reader for the DescribeService structure.

func (*DescribeServiceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeSiteDefault

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

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

An unexpected error response.

func NewDescribeSiteDefault

func NewDescribeSiteDefault(code int) *DescribeSiteDefault

NewDescribeSiteDefault creates a DescribeSiteDefault with default headers values

func (*DescribeSiteDefault) Code

func (o *DescribeSiteDefault) Code() int

Code gets the status code for the describe site default response

func (*DescribeSiteDefault) Error

func (o *DescribeSiteDefault) Error() string

func (*DescribeSiteDefault) GetPayload

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

func (*DescribeSiteDefault) IsClientError

func (o *DescribeSiteDefault) IsClientError() bool

IsClientError returns true when this describe site default response has a 4xx status code

func (*DescribeSiteDefault) IsCode

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

IsCode returns true when this describe site default response a status code equal to that given

func (*DescribeSiteDefault) IsRedirect

func (o *DescribeSiteDefault) IsRedirect() bool

IsRedirect returns true when this describe site default response has a 3xx status code

func (*DescribeSiteDefault) IsServerError

func (o *DescribeSiteDefault) IsServerError() bool

IsServerError returns true when this describe site default response has a 5xx status code

func (*DescribeSiteDefault) IsSuccess

func (o *DescribeSiteDefault) IsSuccess() bool

IsSuccess returns true when this describe site default response has a 2xx status code

func (*DescribeSiteDefault) String

func (o *DescribeSiteDefault) String() string

type DescribeSiteOK

type DescribeSiteOK struct {
	Payload *models.DescribeSiteReply
}

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

A successful response.

func NewDescribeSiteOK

func NewDescribeSiteOK() *DescribeSiteOK

NewDescribeSiteOK creates a DescribeSiteOK with default headers values

func (*DescribeSiteOK) Code

func (o *DescribeSiteOK) Code() int

Code gets the status code for the describe site o k response

func (*DescribeSiteOK) Error

func (o *DescribeSiteOK) Error() string

func (*DescribeSiteOK) GetPayload

func (o *DescribeSiteOK) GetPayload() *models.DescribeSiteReply

func (*DescribeSiteOK) IsClientError

func (o *DescribeSiteOK) IsClientError() bool

IsClientError returns true when this describe site o k response has a 4xx status code

func (*DescribeSiteOK) IsCode

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

IsCode returns true when this describe site o k response a status code equal to that given

func (*DescribeSiteOK) IsRedirect

func (o *DescribeSiteOK) IsRedirect() bool

IsRedirect returns true when this describe site o k response has a 3xx status code

func (*DescribeSiteOK) IsServerError

func (o *DescribeSiteOK) IsServerError() bool

IsServerError returns true when this describe site o k response has a 5xx status code

func (*DescribeSiteOK) IsSuccess

func (o *DescribeSiteOK) IsSuccess() bool

IsSuccess returns true when this describe site o k response has a 2xx status code

func (*DescribeSiteOK) String

func (o *DescribeSiteOK) String() string

type DescribeSiteParams

type DescribeSiteParams struct {

	// Body.
	Body *models.DescribeSiteRequest

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

DescribeSiteParams contains all the parameters to send to the API endpoint

for the describe site operation.

Typically these are written to a http.Request.

func NewDescribeSiteParams

func NewDescribeSiteParams() *DescribeSiteParams

NewDescribeSiteParams creates a new DescribeSiteParams object, with the default timeout for this client.

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

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

func NewDescribeSiteParamsWithContext

func NewDescribeSiteParamsWithContext(ctx context.Context) *DescribeSiteParams

NewDescribeSiteParamsWithContext creates a new DescribeSiteParams object with the ability to set a context for a request.

func NewDescribeSiteParamsWithHTTPClient

func NewDescribeSiteParamsWithHTTPClient(client *http.Client) *DescribeSiteParams

NewDescribeSiteParamsWithHTTPClient creates a new DescribeSiteParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeSiteParamsWithTimeout

func NewDescribeSiteParamsWithTimeout(timeout time.Duration) *DescribeSiteParams

NewDescribeSiteParamsWithTimeout creates a new DescribeSiteParams object with the ability to set a timeout on a request.

func (*DescribeSiteParams) SetBody

func (o *DescribeSiteParams) SetBody(body *models.DescribeSiteRequest)

SetBody adds the body to the describe site params

func (*DescribeSiteParams) SetContext

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

SetContext adds the context to the describe site params

func (*DescribeSiteParams) SetDefaults

func (o *DescribeSiteParams) SetDefaults()

SetDefaults hydrates default values in the describe site params (not the query body).

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

func (*DescribeSiteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe site params

func (*DescribeSiteParams) SetTimeout

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

SetTimeout adds the timeout to the describe site params

func (*DescribeSiteParams) WithBody

WithBody adds the body to the describe site params

func (*DescribeSiteParams) WithContext

WithContext adds the context to the describe site params

func (*DescribeSiteParams) WithDefaults

func (o *DescribeSiteParams) WithDefaults() *DescribeSiteParams

WithDefaults hydrates default values in the describe site params (not the query body).

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

func (*DescribeSiteParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the describe site params

func (*DescribeSiteParams) WithTimeout

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

WithTimeout adds the timeout to the describe site params

func (*DescribeSiteParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DescribeSiteReader

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

DescribeSiteReader is a Reader for the DescribeSite structure.

func (*DescribeSiteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLogsDefault

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

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

An unexpected error response.

func NewGetLogsDefault

func NewGetLogsDefault(code int) *GetLogsDefault

NewGetLogsDefault creates a GetLogsDefault with default headers values

func (*GetLogsDefault) Code

func (o *GetLogsDefault) Code() int

Code gets the status code for the get logs default response

func (*GetLogsDefault) Error

func (o *GetLogsDefault) Error() string

func (*GetLogsDefault) GetPayload

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

func (*GetLogsDefault) IsClientError

func (o *GetLogsDefault) IsClientError() bool

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

func (*GetLogsDefault) IsCode

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

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

func (*GetLogsDefault) IsRedirect

func (o *GetLogsDefault) IsRedirect() bool

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

func (*GetLogsDefault) IsServerError

func (o *GetLogsDefault) IsServerError() bool

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

func (*GetLogsDefault) IsSuccess

func (o *GetLogsDefault) IsSuccess() bool

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

func (*GetLogsDefault) String

func (o *GetLogsDefault) String() string

type GetLogsOK

type GetLogsOK struct {
	Payload *models.GetLogsReply
}

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

A successful response.

func NewGetLogsOK

func NewGetLogsOK() *GetLogsOK

NewGetLogsOK creates a GetLogsOK with default headers values

func (*GetLogsOK) Code

func (o *GetLogsOK) Code() int

Code gets the status code for the get logs o k response

func (*GetLogsOK) Error

func (o *GetLogsOK) Error() string

func (*GetLogsOK) GetPayload

func (o *GetLogsOK) GetPayload() *models.GetLogsReply

func (*GetLogsOK) IsClientError

func (o *GetLogsOK) IsClientError() bool

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

func (*GetLogsOK) IsCode

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

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

func (*GetLogsOK) IsRedirect

func (o *GetLogsOK) IsRedirect() bool

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

func (*GetLogsOK) IsServerError

func (o *GetLogsOK) IsServerError() bool

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

func (*GetLogsOK) IsSuccess

func (o *GetLogsOK) IsSuccess() bool

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

func (*GetLogsOK) String

func (o *GetLogsOK) String() string

type GetLogsParams

type GetLogsParams struct {

	// Body.
	Body *models.GetLogsRequest

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

GetLogsParams contains all the parameters to send to the API endpoint

for the get logs operation.

Typically these are written to a http.Request.

func NewGetLogsParams

func NewGetLogsParams() *GetLogsParams

NewGetLogsParams creates a new GetLogsParams object, with the default timeout for this client.

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

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

func NewGetLogsParamsWithContext

func NewGetLogsParamsWithContext(ctx context.Context) *GetLogsParams

NewGetLogsParamsWithContext creates a new GetLogsParams object with the ability to set a context for a request.

func NewGetLogsParamsWithHTTPClient

func NewGetLogsParamsWithHTTPClient(client *http.Client) *GetLogsParams

NewGetLogsParamsWithHTTPClient creates a new GetLogsParams object with the ability to set a custom HTTPClient for a request.

func NewGetLogsParamsWithTimeout

func NewGetLogsParamsWithTimeout(timeout time.Duration) *GetLogsParams

NewGetLogsParamsWithTimeout creates a new GetLogsParams object with the ability to set a timeout on a request.

func (*GetLogsParams) SetBody

func (o *GetLogsParams) SetBody(body *models.GetLogsRequest)

SetBody adds the body to the get logs params

func (*GetLogsParams) SetContext

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

SetContext adds the context to the get logs params

func (*GetLogsParams) SetDefaults

func (o *GetLogsParams) SetDefaults()

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

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

func (*GetLogsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get logs params

func (*GetLogsParams) SetTimeout

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

SetTimeout adds the timeout to the get logs params

func (*GetLogsParams) WithBody

func (o *GetLogsParams) WithBody(body *models.GetLogsRequest) *GetLogsParams

WithBody adds the body to the get logs params

func (*GetLogsParams) WithContext

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

WithContext adds the context to the get logs params

func (*GetLogsParams) WithDefaults

func (o *GetLogsParams) WithDefaults() *GetLogsParams

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

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

func (*GetLogsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get logs params

func (*GetLogsParams) WithTimeout

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

WithTimeout adds the timeout to the get logs params

func (*GetLogsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetLogsReader

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

GetLogsReader is a Reader for the GetLogs structure.

func (*GetLogsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetMetricSamplesDefault

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

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

An unexpected error response.

func NewGetMetricSamplesDefault

func NewGetMetricSamplesDefault(code int) *GetMetricSamplesDefault

NewGetMetricSamplesDefault creates a GetMetricSamplesDefault with default headers values

func (*GetMetricSamplesDefault) Code

func (o *GetMetricSamplesDefault) Code() int

Code gets the status code for the get metric samples default response

func (*GetMetricSamplesDefault) Error

func (o *GetMetricSamplesDefault) Error() string

func (*GetMetricSamplesDefault) GetPayload

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

func (*GetMetricSamplesDefault) IsClientError

func (o *GetMetricSamplesDefault) IsClientError() bool

IsClientError returns true when this get metric samples default response has a 4xx status code

func (*GetMetricSamplesDefault) IsCode

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

IsCode returns true when this get metric samples default response a status code equal to that given

func (*GetMetricSamplesDefault) IsRedirect

func (o *GetMetricSamplesDefault) IsRedirect() bool

IsRedirect returns true when this get metric samples default response has a 3xx status code

func (*GetMetricSamplesDefault) IsServerError

func (o *GetMetricSamplesDefault) IsServerError() bool

IsServerError returns true when this get metric samples default response has a 5xx status code

func (*GetMetricSamplesDefault) IsSuccess

func (o *GetMetricSamplesDefault) IsSuccess() bool

IsSuccess returns true when this get metric samples default response has a 2xx status code

func (*GetMetricSamplesDefault) String

func (o *GetMetricSamplesDefault) String() string

type GetMetricSamplesOK

type GetMetricSamplesOK struct {
	Payload *models.GetMetricSamplesReply
}

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

A successful response.

func NewGetMetricSamplesOK

func NewGetMetricSamplesOK() *GetMetricSamplesOK

NewGetMetricSamplesOK creates a GetMetricSamplesOK with default headers values

func (*GetMetricSamplesOK) Code

func (o *GetMetricSamplesOK) Code() int

Code gets the status code for the get metric samples o k response

func (*GetMetricSamplesOK) Error

func (o *GetMetricSamplesOK) Error() string

func (*GetMetricSamplesOK) GetPayload

func (*GetMetricSamplesOK) IsClientError

func (o *GetMetricSamplesOK) IsClientError() bool

IsClientError returns true when this get metric samples o k response has a 4xx status code

func (*GetMetricSamplesOK) IsCode

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

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

func (*GetMetricSamplesOK) IsRedirect

func (o *GetMetricSamplesOK) IsRedirect() bool

IsRedirect returns true when this get metric samples o k response has a 3xx status code

func (*GetMetricSamplesOK) IsServerError

func (o *GetMetricSamplesOK) IsServerError() bool

IsServerError returns true when this get metric samples o k response has a 5xx status code

func (*GetMetricSamplesOK) IsSuccess

func (o *GetMetricSamplesOK) IsSuccess() bool

IsSuccess returns true when this get metric samples o k response has a 2xx status code

func (*GetMetricSamplesOK) String

func (o *GetMetricSamplesOK) String() string

type GetMetricSamplesParams

type GetMetricSamplesParams struct {

	// Body.
	Body *models.GetMetricSamplesRequest

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

GetMetricSamplesParams contains all the parameters to send to the API endpoint

for the get metric samples operation.

Typically these are written to a http.Request.

func NewGetMetricSamplesParams

func NewGetMetricSamplesParams() *GetMetricSamplesParams

NewGetMetricSamplesParams creates a new GetMetricSamplesParams object, with the default timeout for this client.

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

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

func NewGetMetricSamplesParamsWithContext

func NewGetMetricSamplesParamsWithContext(ctx context.Context) *GetMetricSamplesParams

NewGetMetricSamplesParamsWithContext creates a new GetMetricSamplesParams object with the ability to set a context for a request.

func NewGetMetricSamplesParamsWithHTTPClient

func NewGetMetricSamplesParamsWithHTTPClient(client *http.Client) *GetMetricSamplesParams

NewGetMetricSamplesParamsWithHTTPClient creates a new GetMetricSamplesParams object with the ability to set a custom HTTPClient for a request.

func NewGetMetricSamplesParamsWithTimeout

func NewGetMetricSamplesParamsWithTimeout(timeout time.Duration) *GetMetricSamplesParams

NewGetMetricSamplesParamsWithTimeout creates a new GetMetricSamplesParams object with the ability to set a timeout on a request.

func (*GetMetricSamplesParams) SetBody

SetBody adds the body to the get metric samples params

func (*GetMetricSamplesParams) SetContext

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

SetContext adds the context to the get metric samples params

func (*GetMetricSamplesParams) SetDefaults

func (o *GetMetricSamplesParams) SetDefaults()

SetDefaults hydrates default values in the get metric samples params (not the query body).

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

func (*GetMetricSamplesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get metric samples params

func (*GetMetricSamplesParams) SetTimeout

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

SetTimeout adds the timeout to the get metric samples params

func (*GetMetricSamplesParams) WithBody

WithBody adds the body to the get metric samples params

func (*GetMetricSamplesParams) WithContext

WithContext adds the context to the get metric samples params

func (*GetMetricSamplesParams) WithDefaults

WithDefaults hydrates default values in the get metric samples params (not the query body).

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

func (*GetMetricSamplesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get metric samples params

func (*GetMetricSamplesParams) WithTimeout

WithTimeout adds the timeout to the get metric samples params

func (*GetMetricSamplesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetMetricSamplesReader

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

GetMetricSamplesReader is a Reader for the GetMetricSamples structure.

func (*GetMetricSamplesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUploadURLDefault

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

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

An unexpected error response.

func NewGetUploadURLDefault

func NewGetUploadURLDefault(code int) *GetUploadURLDefault

NewGetUploadURLDefault creates a GetUploadURLDefault with default headers values

func (*GetUploadURLDefault) Code

func (o *GetUploadURLDefault) Code() int

Code gets the status code for the get upload URL default response

func (*GetUploadURLDefault) Error

func (o *GetUploadURLDefault) Error() string

func (*GetUploadURLDefault) GetPayload

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

func (*GetUploadURLDefault) IsClientError

func (o *GetUploadURLDefault) IsClientError() bool

IsClientError returns true when this get upload URL default response has a 4xx status code

func (*GetUploadURLDefault) IsCode

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

IsCode returns true when this get upload URL default response a status code equal to that given

func (*GetUploadURLDefault) IsRedirect

func (o *GetUploadURLDefault) IsRedirect() bool

IsRedirect returns true when this get upload URL default response has a 3xx status code

func (*GetUploadURLDefault) IsServerError

func (o *GetUploadURLDefault) IsServerError() bool

IsServerError returns true when this get upload URL default response has a 5xx status code

func (*GetUploadURLDefault) IsSuccess

func (o *GetUploadURLDefault) IsSuccess() bool

IsSuccess returns true when this get upload URL default response has a 2xx status code

func (*GetUploadURLDefault) String

func (o *GetUploadURLDefault) String() string

type GetUploadURLOK

type GetUploadURLOK struct {
	Payload *models.GetUploadURLReply
}

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

A successful response.

func NewGetUploadURLOK

func NewGetUploadURLOK() *GetUploadURLOK

NewGetUploadURLOK creates a GetUploadURLOK with default headers values

func (*GetUploadURLOK) Code

func (o *GetUploadURLOK) Code() int

Code gets the status code for the get upload Url o k response

func (*GetUploadURLOK) Error

func (o *GetUploadURLOK) Error() string

func (*GetUploadURLOK) GetPayload

func (o *GetUploadURLOK) GetPayload() *models.GetUploadURLReply

func (*GetUploadURLOK) IsClientError

func (o *GetUploadURLOK) IsClientError() bool

IsClientError returns true when this get upload Url o k response has a 4xx status code

func (*GetUploadURLOK) IsCode

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

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

func (*GetUploadURLOK) IsRedirect

func (o *GetUploadURLOK) IsRedirect() bool

IsRedirect returns true when this get upload Url o k response has a 3xx status code

func (*GetUploadURLOK) IsServerError

func (o *GetUploadURLOK) IsServerError() bool

IsServerError returns true when this get upload Url o k response has a 5xx status code

func (*GetUploadURLOK) IsSuccess

func (o *GetUploadURLOK) IsSuccess() bool

IsSuccess returns true when this get upload Url o k response has a 2xx status code

func (*GetUploadURLOK) String

func (o *GetUploadURLOK) String() string

type GetUploadURLParams

type GetUploadURLParams struct {

	// Body.
	Body *models.GetUploadURLRequest

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

GetUploadURLParams contains all the parameters to send to the API endpoint

for the get upload URL operation.

Typically these are written to a http.Request.

func NewGetUploadURLParams

func NewGetUploadURLParams() *GetUploadURLParams

NewGetUploadURLParams creates a new GetUploadURLParams object, with the default timeout for this client.

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

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

func NewGetUploadURLParamsWithContext

func NewGetUploadURLParamsWithContext(ctx context.Context) *GetUploadURLParams

NewGetUploadURLParamsWithContext creates a new GetUploadURLParams object with the ability to set a context for a request.

func NewGetUploadURLParamsWithHTTPClient

func NewGetUploadURLParamsWithHTTPClient(client *http.Client) *GetUploadURLParams

NewGetUploadURLParamsWithHTTPClient creates a new GetUploadURLParams object with the ability to set a custom HTTPClient for a request.

func NewGetUploadURLParamsWithTimeout

func NewGetUploadURLParamsWithTimeout(timeout time.Duration) *GetUploadURLParams

NewGetUploadURLParamsWithTimeout creates a new GetUploadURLParams object with the ability to set a timeout on a request.

func (*GetUploadURLParams) SetBody

func (o *GetUploadURLParams) SetBody(body *models.GetUploadURLRequest)

SetBody adds the body to the get upload URL params

func (*GetUploadURLParams) SetContext

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

SetContext adds the context to the get upload URL params

func (*GetUploadURLParams) SetDefaults

func (o *GetUploadURLParams) SetDefaults()

SetDefaults hydrates default values in the get upload URL params (not the query body).

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

func (*GetUploadURLParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get upload URL params

func (*GetUploadURLParams) SetTimeout

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

SetTimeout adds the timeout to the get upload URL params

func (*GetUploadURLParams) WithBody

WithBody adds the body to the get upload URL params

func (*GetUploadURLParams) WithContext

WithContext adds the context to the get upload URL params

func (*GetUploadURLParams) WithDefaults

func (o *GetUploadURLParams) WithDefaults() *GetUploadURLParams

WithDefaults hydrates default values in the get upload URL params (not the query body).

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

func (*GetUploadURLParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get upload URL params

func (*GetUploadURLParams) WithTimeout

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

WithTimeout adds the timeout to the get upload URL params

func (*GetUploadURLParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetUploadURLReader

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

GetUploadURLReader is a Reader for the GetUploadURL structure.

func (*GetUploadURLReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListAPIKeysDefault

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

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

An unexpected error response.

func NewListAPIKeysDefault

func NewListAPIKeysDefault(code int) *ListAPIKeysDefault

NewListAPIKeysDefault creates a ListAPIKeysDefault with default headers values

func (*ListAPIKeysDefault) Code

func (o *ListAPIKeysDefault) Code() int

Code gets the status code for the list Api keys default response

func (*ListAPIKeysDefault) Error

func (o *ListAPIKeysDefault) Error() string

func (*ListAPIKeysDefault) GetPayload

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

func (*ListAPIKeysDefault) IsClientError

func (o *ListAPIKeysDefault) IsClientError() bool

IsClientError returns true when this list Api keys default response has a 4xx status code

func (*ListAPIKeysDefault) IsCode

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

IsCode returns true when this list Api keys default response a status code equal to that given

func (*ListAPIKeysDefault) IsRedirect

func (o *ListAPIKeysDefault) IsRedirect() bool

IsRedirect returns true when this list Api keys default response has a 3xx status code

func (*ListAPIKeysDefault) IsServerError

func (o *ListAPIKeysDefault) IsServerError() bool

IsServerError returns true when this list Api keys default response has a 5xx status code

func (*ListAPIKeysDefault) IsSuccess

func (o *ListAPIKeysDefault) IsSuccess() bool

IsSuccess returns true when this list Api keys default response has a 2xx status code

func (*ListAPIKeysDefault) String

func (o *ListAPIKeysDefault) String() string

type ListAPIKeysOK

type ListAPIKeysOK struct {
	Payload *models.ListAPIKeysReply
}

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

A successful response.

func NewListAPIKeysOK

func NewListAPIKeysOK() *ListAPIKeysOK

NewListAPIKeysOK creates a ListAPIKeysOK with default headers values

func (*ListAPIKeysOK) Code

func (o *ListAPIKeysOK) Code() int

Code gets the status code for the list Api keys o k response

func (*ListAPIKeysOK) Error

func (o *ListAPIKeysOK) Error() string

func (*ListAPIKeysOK) GetPayload

func (o *ListAPIKeysOK) GetPayload() *models.ListAPIKeysReply

func (*ListAPIKeysOK) IsClientError

func (o *ListAPIKeysOK) IsClientError() bool

IsClientError returns true when this list Api keys o k response has a 4xx status code

func (*ListAPIKeysOK) IsCode

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

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

func (*ListAPIKeysOK) IsRedirect

func (o *ListAPIKeysOK) IsRedirect() bool

IsRedirect returns true when this list Api keys o k response has a 3xx status code

func (*ListAPIKeysOK) IsServerError

func (o *ListAPIKeysOK) IsServerError() bool

IsServerError returns true when this list Api keys o k response has a 5xx status code

func (*ListAPIKeysOK) IsSuccess

func (o *ListAPIKeysOK) IsSuccess() bool

IsSuccess returns true when this list Api keys o k response has a 2xx status code

func (*ListAPIKeysOK) String

func (o *ListAPIKeysOK) String() string

type ListAPIKeysParams

type ListAPIKeysParams struct {

	// Body.
	Body models.ListAPIKeysRequest

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

ListAPIKeysParams contains all the parameters to send to the API endpoint

for the list Api keys operation.

Typically these are written to a http.Request.

func NewListAPIKeysParams

func NewListAPIKeysParams() *ListAPIKeysParams

NewListAPIKeysParams creates a new ListAPIKeysParams object, with the default timeout for this client.

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

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

func NewListAPIKeysParamsWithContext

func NewListAPIKeysParamsWithContext(ctx context.Context) *ListAPIKeysParams

NewListAPIKeysParamsWithContext creates a new ListAPIKeysParams object with the ability to set a context for a request.

func NewListAPIKeysParamsWithHTTPClient

func NewListAPIKeysParamsWithHTTPClient(client *http.Client) *ListAPIKeysParams

NewListAPIKeysParamsWithHTTPClient creates a new ListAPIKeysParams object with the ability to set a custom HTTPClient for a request.

func NewListAPIKeysParamsWithTimeout

func NewListAPIKeysParamsWithTimeout(timeout time.Duration) *ListAPIKeysParams

NewListAPIKeysParamsWithTimeout creates a new ListAPIKeysParams object with the ability to set a timeout on a request.

func (*ListAPIKeysParams) SetBody

func (o *ListAPIKeysParams) SetBody(body models.ListAPIKeysRequest)

SetBody adds the body to the list Api keys params

func (*ListAPIKeysParams) SetContext

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

SetContext adds the context to the list Api keys params

func (*ListAPIKeysParams) SetDefaults

func (o *ListAPIKeysParams) SetDefaults()

SetDefaults hydrates default values in the list Api keys params (not the query body).

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

func (*ListAPIKeysParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list Api keys params

func (*ListAPIKeysParams) SetTimeout

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

SetTimeout adds the timeout to the list Api keys params

func (*ListAPIKeysParams) WithBody

WithBody adds the body to the list Api keys params

func (*ListAPIKeysParams) WithContext

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

WithContext adds the context to the list Api keys params

func (*ListAPIKeysParams) WithDefaults

func (o *ListAPIKeysParams) WithDefaults() *ListAPIKeysParams

WithDefaults hydrates default values in the list Api keys params (not the query body).

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

func (*ListAPIKeysParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list Api keys params

func (*ListAPIKeysParams) WithTimeout

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

WithTimeout adds the timeout to the list Api keys params

func (*ListAPIKeysParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListAPIKeysReader

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

ListAPIKeysReader is a Reader for the ListAPIKeys structure.

func (*ListAPIKeysReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListDatabasesDefault

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

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

An unexpected error response.

func NewListDatabasesDefault

func NewListDatabasesDefault(code int) *ListDatabasesDefault

NewListDatabasesDefault creates a ListDatabasesDefault with default headers values

func (*ListDatabasesDefault) Code

func (o *ListDatabasesDefault) Code() int

Code gets the status code for the list databases default response

func (*ListDatabasesDefault) Error

func (o *ListDatabasesDefault) Error() string

func (*ListDatabasesDefault) GetPayload

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

func (*ListDatabasesDefault) IsClientError

func (o *ListDatabasesDefault) IsClientError() bool

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

func (*ListDatabasesDefault) IsCode

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

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

func (*ListDatabasesDefault) IsRedirect

func (o *ListDatabasesDefault) IsRedirect() bool

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

func (*ListDatabasesDefault) IsServerError

func (o *ListDatabasesDefault) IsServerError() bool

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

func (*ListDatabasesDefault) IsSuccess

func (o *ListDatabasesDefault) IsSuccess() bool

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

func (*ListDatabasesDefault) String

func (o *ListDatabasesDefault) String() string

type ListDatabasesOK

type ListDatabasesOK struct {
	Payload *models.ListDatabasesReply
}

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

A successful response.

func NewListDatabasesOK

func NewListDatabasesOK() *ListDatabasesOK

NewListDatabasesOK creates a ListDatabasesOK with default headers values

func (*ListDatabasesOK) Code

func (o *ListDatabasesOK) Code() int

Code gets the status code for the list databases o k response

func (*ListDatabasesOK) Error

func (o *ListDatabasesOK) Error() string

func (*ListDatabasesOK) GetPayload

func (o *ListDatabasesOK) GetPayload() *models.ListDatabasesReply

func (*ListDatabasesOK) IsClientError

func (o *ListDatabasesOK) IsClientError() bool

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

func (*ListDatabasesOK) IsCode

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

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

func (*ListDatabasesOK) IsRedirect

func (o *ListDatabasesOK) IsRedirect() bool

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

func (*ListDatabasesOK) IsServerError

func (o *ListDatabasesOK) IsServerError() bool

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

func (*ListDatabasesOK) IsSuccess

func (o *ListDatabasesOK) IsSuccess() bool

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

func (*ListDatabasesOK) String

func (o *ListDatabasesOK) String() string

type ListDatabasesParams

type ListDatabasesParams struct {

	// Body.
	Body *models.ListDatabasesRequest

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

ListDatabasesParams contains all the parameters to send to the API endpoint

for the list databases operation.

Typically these are written to a http.Request.

func NewListDatabasesParams

func NewListDatabasesParams() *ListDatabasesParams

NewListDatabasesParams creates a new ListDatabasesParams object, with the default timeout for this client.

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

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

func NewListDatabasesParamsWithContext

func NewListDatabasesParamsWithContext(ctx context.Context) *ListDatabasesParams

NewListDatabasesParamsWithContext creates a new ListDatabasesParams object with the ability to set a context for a request.

func NewListDatabasesParamsWithHTTPClient

func NewListDatabasesParamsWithHTTPClient(client *http.Client) *ListDatabasesParams

NewListDatabasesParamsWithHTTPClient creates a new ListDatabasesParams object with the ability to set a custom HTTPClient for a request.

func NewListDatabasesParamsWithTimeout

func NewListDatabasesParamsWithTimeout(timeout time.Duration) *ListDatabasesParams

NewListDatabasesParamsWithTimeout creates a new ListDatabasesParams object with the ability to set a timeout on a request.

func (*ListDatabasesParams) SetBody

SetBody adds the body to the list databases params

func (*ListDatabasesParams) SetContext

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

SetContext adds the context to the list databases params

func (*ListDatabasesParams) SetDefaults

func (o *ListDatabasesParams) SetDefaults()

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

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

func (*ListDatabasesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list databases params

func (*ListDatabasesParams) SetTimeout

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

SetTimeout adds the timeout to the list databases params

func (*ListDatabasesParams) WithBody

WithBody adds the body to the list databases params

func (*ListDatabasesParams) WithContext

WithContext adds the context to the list databases params

func (*ListDatabasesParams) WithDefaults

func (o *ListDatabasesParams) WithDefaults() *ListDatabasesParams

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

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

func (*ListDatabasesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list databases params

func (*ListDatabasesParams) WithTimeout

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

WithTimeout adds the timeout to the list databases params

func (*ListDatabasesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListDatabasesReader

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

ListDatabasesReader is a Reader for the ListDatabases structure.

func (*ListDatabasesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListDatastoresDefault

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

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

An unexpected error response.

func NewListDatastoresDefault

func NewListDatastoresDefault(code int) *ListDatastoresDefault

NewListDatastoresDefault creates a ListDatastoresDefault with default headers values

func (*ListDatastoresDefault) Code

func (o *ListDatastoresDefault) Code() int

Code gets the status code for the list datastores default response

func (*ListDatastoresDefault) Error

func (o *ListDatastoresDefault) Error() string

func (*ListDatastoresDefault) GetPayload

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

func (*ListDatastoresDefault) IsClientError

func (o *ListDatastoresDefault) IsClientError() bool

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

func (*ListDatastoresDefault) IsCode

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

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

func (*ListDatastoresDefault) IsRedirect

func (o *ListDatastoresDefault) IsRedirect() bool

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

func (*ListDatastoresDefault) IsServerError

func (o *ListDatastoresDefault) IsServerError() bool

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

func (*ListDatastoresDefault) IsSuccess

func (o *ListDatastoresDefault) IsSuccess() bool

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

func (*ListDatastoresDefault) String

func (o *ListDatastoresDefault) String() string

type ListDatastoresOK

type ListDatastoresOK struct {
	Payload *models.ListDatastoresReply
}

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

A successful response.

func NewListDatastoresOK

func NewListDatastoresOK() *ListDatastoresOK

NewListDatastoresOK creates a ListDatastoresOK with default headers values

func (*ListDatastoresOK) Code

func (o *ListDatastoresOK) Code() int

Code gets the status code for the list datastores o k response

func (*ListDatastoresOK) Error

func (o *ListDatastoresOK) Error() string

func (*ListDatastoresOK) GetPayload

func (o *ListDatastoresOK) GetPayload() *models.ListDatastoresReply

func (*ListDatastoresOK) IsClientError

func (o *ListDatastoresOK) IsClientError() bool

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

func (*ListDatastoresOK) IsCode

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

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

func (*ListDatastoresOK) IsRedirect

func (o *ListDatastoresOK) IsRedirect() bool

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

func (*ListDatastoresOK) IsServerError

func (o *ListDatastoresOK) IsServerError() bool

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

func (*ListDatastoresOK) IsSuccess

func (o *ListDatastoresOK) IsSuccess() bool

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

func (*ListDatastoresOK) String

func (o *ListDatastoresOK) String() string

type ListDatastoresParams

type ListDatastoresParams struct {

	// Body.
	Body *models.ListDatastoresRequest

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

ListDatastoresParams contains all the parameters to send to the API endpoint

for the list datastores operation.

Typically these are written to a http.Request.

func NewListDatastoresParams

func NewListDatastoresParams() *ListDatastoresParams

NewListDatastoresParams creates a new ListDatastoresParams object, with the default timeout for this client.

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

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

func NewListDatastoresParamsWithContext

func NewListDatastoresParamsWithContext(ctx context.Context) *ListDatastoresParams

NewListDatastoresParamsWithContext creates a new ListDatastoresParams object with the ability to set a context for a request.

func NewListDatastoresParamsWithHTTPClient

func NewListDatastoresParamsWithHTTPClient(client *http.Client) *ListDatastoresParams

NewListDatastoresParamsWithHTTPClient creates a new ListDatastoresParams object with the ability to set a custom HTTPClient for a request.

func NewListDatastoresParamsWithTimeout

func NewListDatastoresParamsWithTimeout(timeout time.Duration) *ListDatastoresParams

NewListDatastoresParamsWithTimeout creates a new ListDatastoresParams object with the ability to set a timeout on a request.

func (*ListDatastoresParams) SetBody

SetBody adds the body to the list datastores params

func (*ListDatastoresParams) SetContext

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

SetContext adds the context to the list datastores params

func (*ListDatastoresParams) SetDefaults

func (o *ListDatastoresParams) SetDefaults()

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

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

func (*ListDatastoresParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list datastores params

func (*ListDatastoresParams) SetTimeout

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

SetTimeout adds the timeout to the list datastores params

func (*ListDatastoresParams) WithBody

WithBody adds the body to the list datastores params

func (*ListDatastoresParams) WithContext

WithContext adds the context to the list datastores params

func (*ListDatastoresParams) WithDefaults

func (o *ListDatastoresParams) WithDefaults() *ListDatastoresParams

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

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

func (*ListDatastoresParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list datastores params

func (*ListDatastoresParams) WithTimeout

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

WithTimeout adds the timeout to the list datastores params

func (*ListDatastoresParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListDatastoresReader

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

ListDatastoresReader is a Reader for the ListDatastores structure.

func (*ListDatastoresReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListDeploymentsDefault

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

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

An unexpected error response.

func NewListDeploymentsDefault

func NewListDeploymentsDefault(code int) *ListDeploymentsDefault

NewListDeploymentsDefault creates a ListDeploymentsDefault with default headers values

func (*ListDeploymentsDefault) Code

func (o *ListDeploymentsDefault) Code() int

Code gets the status code for the list deployments default response

func (*ListDeploymentsDefault) Error

func (o *ListDeploymentsDefault) Error() string

func (*ListDeploymentsDefault) GetPayload

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

func (*ListDeploymentsDefault) IsClientError

func (o *ListDeploymentsDefault) IsClientError() bool

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

func (*ListDeploymentsDefault) IsCode

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

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

func (*ListDeploymentsDefault) IsRedirect

func (o *ListDeploymentsDefault) IsRedirect() bool

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

func (*ListDeploymentsDefault) IsServerError

func (o *ListDeploymentsDefault) IsServerError() bool

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

func (*ListDeploymentsDefault) IsSuccess

func (o *ListDeploymentsDefault) IsSuccess() bool

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

func (*ListDeploymentsDefault) String

func (o *ListDeploymentsDefault) String() string

type ListDeploymentsOK

type ListDeploymentsOK struct {
	Payload *models.ListDeploymentsReply
}

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

A successful response.

func NewListDeploymentsOK

func NewListDeploymentsOK() *ListDeploymentsOK

NewListDeploymentsOK creates a ListDeploymentsOK with default headers values

func (*ListDeploymentsOK) Code

func (o *ListDeploymentsOK) Code() int

Code gets the status code for the list deployments o k response

func (*ListDeploymentsOK) Error

func (o *ListDeploymentsOK) Error() string

func (*ListDeploymentsOK) GetPayload

func (*ListDeploymentsOK) IsClientError

func (o *ListDeploymentsOK) IsClientError() bool

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

func (*ListDeploymentsOK) IsCode

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

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

func (*ListDeploymentsOK) IsRedirect

func (o *ListDeploymentsOK) IsRedirect() bool

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

func (*ListDeploymentsOK) IsServerError

func (o *ListDeploymentsOK) IsServerError() bool

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

func (*ListDeploymentsOK) IsSuccess

func (o *ListDeploymentsOK) IsSuccess() bool

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

func (*ListDeploymentsOK) String

func (o *ListDeploymentsOK) String() string

type ListDeploymentsParams

type ListDeploymentsParams struct {

	// Body.
	Body *models.ListDeploymentsRequest

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

ListDeploymentsParams contains all the parameters to send to the API endpoint

for the list deployments operation.

Typically these are written to a http.Request.

func NewListDeploymentsParams

func NewListDeploymentsParams() *ListDeploymentsParams

NewListDeploymentsParams creates a new ListDeploymentsParams object, with the default timeout for this client.

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

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

func NewListDeploymentsParamsWithContext

func NewListDeploymentsParamsWithContext(ctx context.Context) *ListDeploymentsParams

NewListDeploymentsParamsWithContext creates a new ListDeploymentsParams object with the ability to set a context for a request.

func NewListDeploymentsParamsWithHTTPClient

func NewListDeploymentsParamsWithHTTPClient(client *http.Client) *ListDeploymentsParams

NewListDeploymentsParamsWithHTTPClient creates a new ListDeploymentsParams object with the ability to set a custom HTTPClient for a request.

func NewListDeploymentsParamsWithTimeout

func NewListDeploymentsParamsWithTimeout(timeout time.Duration) *ListDeploymentsParams

NewListDeploymentsParamsWithTimeout creates a new ListDeploymentsParams object with the ability to set a timeout on a request.

func (*ListDeploymentsParams) SetBody

SetBody adds the body to the list deployments params

func (*ListDeploymentsParams) SetContext

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

SetContext adds the context to the list deployments params

func (*ListDeploymentsParams) SetDefaults

func (o *ListDeploymentsParams) SetDefaults()

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

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

func (*ListDeploymentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list deployments params

func (*ListDeploymentsParams) SetTimeout

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

SetTimeout adds the timeout to the list deployments params

func (*ListDeploymentsParams) WithBody

WithBody adds the body to the list deployments params

func (*ListDeploymentsParams) WithContext

WithContext adds the context to the list deployments params

func (*ListDeploymentsParams) WithDefaults

func (o *ListDeploymentsParams) WithDefaults() *ListDeploymentsParams

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

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

func (*ListDeploymentsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list deployments params

func (*ListDeploymentsParams) WithTimeout

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

WithTimeout adds the timeout to the list deployments params

func (*ListDeploymentsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListDeploymentsReader

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

ListDeploymentsReader is a Reader for the ListDeployments structure.

func (*ListDeploymentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListEnvironmentsDefault

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

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

An unexpected error response.

func NewListEnvironmentsDefault

func NewListEnvironmentsDefault(code int) *ListEnvironmentsDefault

NewListEnvironmentsDefault creates a ListEnvironmentsDefault with default headers values

func (*ListEnvironmentsDefault) Code

func (o *ListEnvironmentsDefault) Code() int

Code gets the status code for the list environments default response

func (*ListEnvironmentsDefault) Error

func (o *ListEnvironmentsDefault) Error() string

func (*ListEnvironmentsDefault) GetPayload

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

func (*ListEnvironmentsDefault) IsClientError

func (o *ListEnvironmentsDefault) IsClientError() bool

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

func (*ListEnvironmentsDefault) IsCode

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

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

func (*ListEnvironmentsDefault) IsRedirect

func (o *ListEnvironmentsDefault) IsRedirect() bool

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

func (*ListEnvironmentsDefault) IsServerError

func (o *ListEnvironmentsDefault) IsServerError() bool

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

func (*ListEnvironmentsDefault) IsSuccess

func (o *ListEnvironmentsDefault) IsSuccess() bool

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

func (*ListEnvironmentsDefault) String

func (o *ListEnvironmentsDefault) String() string

type ListEnvironmentsOK

type ListEnvironmentsOK struct {
	Payload *models.ListEnvironmentsReply
}

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

A successful response.

func NewListEnvironmentsOK

func NewListEnvironmentsOK() *ListEnvironmentsOK

NewListEnvironmentsOK creates a ListEnvironmentsOK with default headers values

func (*ListEnvironmentsOK) Code

func (o *ListEnvironmentsOK) Code() int

Code gets the status code for the list environments o k response

func (*ListEnvironmentsOK) Error

func (o *ListEnvironmentsOK) Error() string

func (*ListEnvironmentsOK) GetPayload

func (*ListEnvironmentsOK) IsClientError

func (o *ListEnvironmentsOK) IsClientError() bool

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

func (*ListEnvironmentsOK) IsCode

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

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

func (*ListEnvironmentsOK) IsRedirect

func (o *ListEnvironmentsOK) IsRedirect() bool

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

func (*ListEnvironmentsOK) IsServerError

func (o *ListEnvironmentsOK) IsServerError() bool

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

func (*ListEnvironmentsOK) IsSuccess

func (o *ListEnvironmentsOK) IsSuccess() bool

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

func (*ListEnvironmentsOK) String

func (o *ListEnvironmentsOK) String() string

type ListEnvironmentsParams

type ListEnvironmentsParams struct {

	// Body.
	Body models.ListEnvironmentsRequest

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

ListEnvironmentsParams contains all the parameters to send to the API endpoint

for the list environments operation.

Typically these are written to a http.Request.

func NewListEnvironmentsParams

func NewListEnvironmentsParams() *ListEnvironmentsParams

NewListEnvironmentsParams creates a new ListEnvironmentsParams object, with the default timeout for this client.

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

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

func NewListEnvironmentsParamsWithContext

func NewListEnvironmentsParamsWithContext(ctx context.Context) *ListEnvironmentsParams

NewListEnvironmentsParamsWithContext creates a new ListEnvironmentsParams object with the ability to set a context for a request.

func NewListEnvironmentsParamsWithHTTPClient

func NewListEnvironmentsParamsWithHTTPClient(client *http.Client) *ListEnvironmentsParams

NewListEnvironmentsParamsWithHTTPClient creates a new ListEnvironmentsParams object with the ability to set a custom HTTPClient for a request.

func NewListEnvironmentsParamsWithTimeout

func NewListEnvironmentsParamsWithTimeout(timeout time.Duration) *ListEnvironmentsParams

NewListEnvironmentsParamsWithTimeout creates a new ListEnvironmentsParams object with the ability to set a timeout on a request.

func (*ListEnvironmentsParams) SetBody

SetBody adds the body to the list environments params

func (*ListEnvironmentsParams) SetContext

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

SetContext adds the context to the list environments params

func (*ListEnvironmentsParams) SetDefaults

func (o *ListEnvironmentsParams) SetDefaults()

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

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

func (*ListEnvironmentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list environments params

func (*ListEnvironmentsParams) SetTimeout

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

SetTimeout adds the timeout to the list environments params

func (*ListEnvironmentsParams) WithBody

WithBody adds the body to the list environments params

func (*ListEnvironmentsParams) WithContext

WithContext adds the context to the list environments params

func (*ListEnvironmentsParams) WithDefaults

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

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

func (*ListEnvironmentsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list environments params

func (*ListEnvironmentsParams) WithTimeout

WithTimeout adds the timeout to the list environments params

func (*ListEnvironmentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListEnvironmentsReader

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

ListEnvironmentsReader is a Reader for the ListEnvironments structure.

func (*ListEnvironmentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListMetricsDefault

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

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

An unexpected error response.

func NewListMetricsDefault

func NewListMetricsDefault(code int) *ListMetricsDefault

NewListMetricsDefault creates a ListMetricsDefault with default headers values

func (*ListMetricsDefault) Code

func (o *ListMetricsDefault) Code() int

Code gets the status code for the list metrics default response

func (*ListMetricsDefault) Error

func (o *ListMetricsDefault) Error() string

func (*ListMetricsDefault) GetPayload

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

func (*ListMetricsDefault) IsClientError

func (o *ListMetricsDefault) IsClientError() bool

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

func (*ListMetricsDefault) IsCode

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

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

func (*ListMetricsDefault) IsRedirect

func (o *ListMetricsDefault) IsRedirect() bool

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

func (*ListMetricsDefault) IsServerError

func (o *ListMetricsDefault) IsServerError() bool

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

func (*ListMetricsDefault) IsSuccess

func (o *ListMetricsDefault) IsSuccess() bool

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

func (*ListMetricsDefault) String

func (o *ListMetricsDefault) String() string

type ListMetricsOK

type ListMetricsOK struct {
	Payload *models.ListMetricsReply
}

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

A successful response.

func NewListMetricsOK

func NewListMetricsOK() *ListMetricsOK

NewListMetricsOK creates a ListMetricsOK with default headers values

func (*ListMetricsOK) Code

func (o *ListMetricsOK) Code() int

Code gets the status code for the list metrics o k response

func (*ListMetricsOK) Error

func (o *ListMetricsOK) Error() string

func (*ListMetricsOK) GetPayload

func (o *ListMetricsOK) GetPayload() *models.ListMetricsReply

func (*ListMetricsOK) IsClientError

func (o *ListMetricsOK) IsClientError() bool

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

func (*ListMetricsOK) IsCode

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

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

func (*ListMetricsOK) IsRedirect

func (o *ListMetricsOK) IsRedirect() bool

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

func (*ListMetricsOK) IsServerError

func (o *ListMetricsOK) IsServerError() bool

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

func (*ListMetricsOK) IsSuccess

func (o *ListMetricsOK) IsSuccess() bool

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

func (*ListMetricsOK) String

func (o *ListMetricsOK) String() string

type ListMetricsParams

type ListMetricsParams struct {

	// Body.
	Body *models.ListMetricsRequest

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

ListMetricsParams contains all the parameters to send to the API endpoint

for the list metrics operation.

Typically these are written to a http.Request.

func NewListMetricsParams

func NewListMetricsParams() *ListMetricsParams

NewListMetricsParams creates a new ListMetricsParams object, with the default timeout for this client.

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

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

func NewListMetricsParamsWithContext

func NewListMetricsParamsWithContext(ctx context.Context) *ListMetricsParams

NewListMetricsParamsWithContext creates a new ListMetricsParams object with the ability to set a context for a request.

func NewListMetricsParamsWithHTTPClient

func NewListMetricsParamsWithHTTPClient(client *http.Client) *ListMetricsParams

NewListMetricsParamsWithHTTPClient creates a new ListMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewListMetricsParamsWithTimeout

func NewListMetricsParamsWithTimeout(timeout time.Duration) *ListMetricsParams

NewListMetricsParamsWithTimeout creates a new ListMetricsParams object with the ability to set a timeout on a request.

func (*ListMetricsParams) SetBody

func (o *ListMetricsParams) SetBody(body *models.ListMetricsRequest)

SetBody adds the body to the list metrics params

func (*ListMetricsParams) SetContext

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

SetContext adds the context to the list metrics params

func (*ListMetricsParams) SetDefaults

func (o *ListMetricsParams) SetDefaults()

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

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

func (*ListMetricsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list metrics params

func (*ListMetricsParams) SetTimeout

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

SetTimeout adds the timeout to the list metrics params

func (*ListMetricsParams) WithBody

WithBody adds the body to the list metrics params

func (*ListMetricsParams) WithContext

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

WithContext adds the context to the list metrics params

func (*ListMetricsParams) WithDefaults

func (o *ListMetricsParams) WithDefaults() *ListMetricsParams

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

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

func (*ListMetricsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list metrics params

func (*ListMetricsParams) WithTimeout

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

WithTimeout adds the timeout to the list metrics params

func (*ListMetricsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListMetricsReader

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

ListMetricsReader is a Reader for the ListMetrics structure.

func (*ListMetricsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListPackagesDefault

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

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

An unexpected error response.

func NewListPackagesDefault

func NewListPackagesDefault(code int) *ListPackagesDefault

NewListPackagesDefault creates a ListPackagesDefault with default headers values

func (*ListPackagesDefault) Code

func (o *ListPackagesDefault) Code() int

Code gets the status code for the list packages default response

func (*ListPackagesDefault) Error

func (o *ListPackagesDefault) Error() string

func (*ListPackagesDefault) GetPayload

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

func (*ListPackagesDefault) IsClientError

func (o *ListPackagesDefault) IsClientError() bool

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

func (*ListPackagesDefault) IsCode

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

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

func (*ListPackagesDefault) IsRedirect

func (o *ListPackagesDefault) IsRedirect() bool

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

func (*ListPackagesDefault) IsServerError

func (o *ListPackagesDefault) IsServerError() bool

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

func (*ListPackagesDefault) IsSuccess

func (o *ListPackagesDefault) IsSuccess() bool

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

func (*ListPackagesDefault) String

func (o *ListPackagesDefault) String() string

type ListPackagesOK

type ListPackagesOK struct {
	Payload *models.ListPackagesReply
}

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

A successful response.

func NewListPackagesOK

func NewListPackagesOK() *ListPackagesOK

NewListPackagesOK creates a ListPackagesOK with default headers values

func (*ListPackagesOK) Code

func (o *ListPackagesOK) Code() int

Code gets the status code for the list packages o k response

func (*ListPackagesOK) Error

func (o *ListPackagesOK) Error() string

func (*ListPackagesOK) GetPayload

func (o *ListPackagesOK) GetPayload() *models.ListPackagesReply

func (*ListPackagesOK) IsClientError

func (o *ListPackagesOK) IsClientError() bool

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

func (*ListPackagesOK) IsCode

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

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

func (*ListPackagesOK) IsRedirect

func (o *ListPackagesOK) IsRedirect() bool

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

func (*ListPackagesOK) IsServerError

func (o *ListPackagesOK) IsServerError() bool

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

func (*ListPackagesOK) IsSuccess

func (o *ListPackagesOK) IsSuccess() bool

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

func (*ListPackagesOK) String

func (o *ListPackagesOK) String() string

type ListPackagesParams

type ListPackagesParams struct {

	// Body.
	Body *models.ListPackagesRequest

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

ListPackagesParams contains all the parameters to send to the API endpoint

for the list packages operation.

Typically these are written to a http.Request.

func NewListPackagesParams

func NewListPackagesParams() *ListPackagesParams

NewListPackagesParams creates a new ListPackagesParams object, with the default timeout for this client.

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

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

func NewListPackagesParamsWithContext

func NewListPackagesParamsWithContext(ctx context.Context) *ListPackagesParams

NewListPackagesParamsWithContext creates a new ListPackagesParams object with the ability to set a context for a request.

func NewListPackagesParamsWithHTTPClient

func NewListPackagesParamsWithHTTPClient(client *http.Client) *ListPackagesParams

NewListPackagesParamsWithHTTPClient creates a new ListPackagesParams object with the ability to set a custom HTTPClient for a request.

func NewListPackagesParamsWithTimeout

func NewListPackagesParamsWithTimeout(timeout time.Duration) *ListPackagesParams

NewListPackagesParamsWithTimeout creates a new ListPackagesParams object with the ability to set a timeout on a request.

func (*ListPackagesParams) SetBody

func (o *ListPackagesParams) SetBody(body *models.ListPackagesRequest)

SetBody adds the body to the list packages params

func (*ListPackagesParams) SetContext

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

SetContext adds the context to the list packages params

func (*ListPackagesParams) SetDefaults

func (o *ListPackagesParams) SetDefaults()

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

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

func (*ListPackagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list packages params

func (*ListPackagesParams) SetTimeout

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

SetTimeout adds the timeout to the list packages params

func (*ListPackagesParams) WithBody

WithBody adds the body to the list packages params

func (*ListPackagesParams) WithContext

WithContext adds the context to the list packages params

func (*ListPackagesParams) WithDefaults

func (o *ListPackagesParams) WithDefaults() *ListPackagesParams

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

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

func (*ListPackagesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list packages params

func (*ListPackagesParams) WithTimeout

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

WithTimeout adds the timeout to the list packages params

func (*ListPackagesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListPackagesReader

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

ListPackagesReader is a Reader for the ListPackages structure.

func (*ListPackagesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListProjectsDefault

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

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

An unexpected error response.

func NewListProjectsDefault

func NewListProjectsDefault(code int) *ListProjectsDefault

NewListProjectsDefault creates a ListProjectsDefault with default headers values

func (*ListProjectsDefault) Code

func (o *ListProjectsDefault) Code() int

Code gets the status code for the list projects default response

func (*ListProjectsDefault) Error

func (o *ListProjectsDefault) Error() string

func (*ListProjectsDefault) GetPayload

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

func (*ListProjectsDefault) IsClientError

func (o *ListProjectsDefault) IsClientError() bool

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

func (*ListProjectsDefault) IsCode

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

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

func (*ListProjectsDefault) IsRedirect

func (o *ListProjectsDefault) IsRedirect() bool

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

func (*ListProjectsDefault) IsServerError

func (o *ListProjectsDefault) IsServerError() bool

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

func (*ListProjectsDefault) IsSuccess

func (o *ListProjectsDefault) IsSuccess() bool

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

func (*ListProjectsDefault) String

func (o *ListProjectsDefault) String() string

type ListProjectsOK

type ListProjectsOK struct {
	Payload *models.ListProjectsReply
}

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

A successful response.

func NewListProjectsOK

func NewListProjectsOK() *ListProjectsOK

NewListProjectsOK creates a ListProjectsOK with default headers values

func (*ListProjectsOK) Code

func (o *ListProjectsOK) Code() int

Code gets the status code for the list projects o k response

func (*ListProjectsOK) Error

func (o *ListProjectsOK) Error() string

func (*ListProjectsOK) GetPayload

func (o *ListProjectsOK) GetPayload() *models.ListProjectsReply

func (*ListProjectsOK) IsClientError

func (o *ListProjectsOK) IsClientError() bool

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

func (*ListProjectsOK) IsCode

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

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

func (*ListProjectsOK) IsRedirect

func (o *ListProjectsOK) IsRedirect() bool

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

func (*ListProjectsOK) IsServerError

func (o *ListProjectsOK) IsServerError() bool

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

func (*ListProjectsOK) IsSuccess

func (o *ListProjectsOK) IsSuccess() bool

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

func (*ListProjectsOK) String

func (o *ListProjectsOK) String() string

type ListProjectsParams

type ListProjectsParams struct {

	// Body.
	Body models.ListProjectsRequest

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

ListProjectsParams contains all the parameters to send to the API endpoint

for the list projects operation.

Typically these are written to a http.Request.

func NewListProjectsParams

func NewListProjectsParams() *ListProjectsParams

NewListProjectsParams creates a new ListProjectsParams object, with the default timeout for this client.

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

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

func NewListProjectsParamsWithContext

func NewListProjectsParamsWithContext(ctx context.Context) *ListProjectsParams

NewListProjectsParamsWithContext creates a new ListProjectsParams object with the ability to set a context for a request.

func NewListProjectsParamsWithHTTPClient

func NewListProjectsParamsWithHTTPClient(client *http.Client) *ListProjectsParams

NewListProjectsParamsWithHTTPClient creates a new ListProjectsParams object with the ability to set a custom HTTPClient for a request.

func NewListProjectsParamsWithTimeout

func NewListProjectsParamsWithTimeout(timeout time.Duration) *ListProjectsParams

NewListProjectsParamsWithTimeout creates a new ListProjectsParams object with the ability to set a timeout on a request.

func (*ListProjectsParams) SetBody

SetBody adds the body to the list projects params

func (*ListProjectsParams) SetContext

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

SetContext adds the context to the list projects params

func (*ListProjectsParams) SetDefaults

func (o *ListProjectsParams) SetDefaults()

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

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

func (*ListProjectsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list projects params

func (*ListProjectsParams) SetTimeout

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

SetTimeout adds the timeout to the list projects params

func (*ListProjectsParams) WithBody

WithBody adds the body to the list projects params

func (*ListProjectsParams) WithContext

WithContext adds the context to the list projects params

func (*ListProjectsParams) WithDefaults

func (o *ListProjectsParams) WithDefaults() *ListProjectsParams

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

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

func (*ListProjectsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list projects params

func (*ListProjectsParams) WithTimeout

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

WithTimeout adds the timeout to the list projects params

func (*ListProjectsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListProjectsReader

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

ListProjectsReader is a Reader for the ListProjects structure.

func (*ListProjectsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListServicesDefault

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

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

An unexpected error response.

func NewListServicesDefault

func NewListServicesDefault(code int) *ListServicesDefault

NewListServicesDefault creates a ListServicesDefault with default headers values

func (*ListServicesDefault) Code

func (o *ListServicesDefault) Code() int

Code gets the status code for the list services default response

func (*ListServicesDefault) Error

func (o *ListServicesDefault) Error() string

func (*ListServicesDefault) GetPayload

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

func (*ListServicesDefault) IsClientError

func (o *ListServicesDefault) IsClientError() bool

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

func (*ListServicesDefault) IsCode

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

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

func (*ListServicesDefault) IsRedirect

func (o *ListServicesDefault) IsRedirect() bool

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

func (*ListServicesDefault) IsServerError

func (o *ListServicesDefault) IsServerError() bool

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

func (*ListServicesDefault) IsSuccess

func (o *ListServicesDefault) IsSuccess() bool

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

func (*ListServicesDefault) String

func (o *ListServicesDefault) String() string

type ListServicesOK

type ListServicesOK struct {
	Payload *models.ListServicesReply
}

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

A successful response.

func NewListServicesOK

func NewListServicesOK() *ListServicesOK

NewListServicesOK creates a ListServicesOK with default headers values

func (*ListServicesOK) Code

func (o *ListServicesOK) Code() int

Code gets the status code for the list services o k response

func (*ListServicesOK) Error

func (o *ListServicesOK) Error() string

func (*ListServicesOK) GetPayload

func (o *ListServicesOK) GetPayload() *models.ListServicesReply

func (*ListServicesOK) IsClientError

func (o *ListServicesOK) IsClientError() bool

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

func (*ListServicesOK) IsCode

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

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

func (*ListServicesOK) IsRedirect

func (o *ListServicesOK) IsRedirect() bool

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

func (*ListServicesOK) IsServerError

func (o *ListServicesOK) IsServerError() bool

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

func (*ListServicesOK) IsSuccess

func (o *ListServicesOK) IsSuccess() bool

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

func (*ListServicesOK) String

func (o *ListServicesOK) String() string

type ListServicesParams

type ListServicesParams struct {

	// Body.
	Body *models.ListServicesRequest

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

ListServicesParams contains all the parameters to send to the API endpoint

for the list services operation.

Typically these are written to a http.Request.

func NewListServicesParams

func NewListServicesParams() *ListServicesParams

NewListServicesParams creates a new ListServicesParams object, with the default timeout for this client.

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

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

func NewListServicesParamsWithContext

func NewListServicesParamsWithContext(ctx context.Context) *ListServicesParams

NewListServicesParamsWithContext creates a new ListServicesParams object with the ability to set a context for a request.

func NewListServicesParamsWithHTTPClient

func NewListServicesParamsWithHTTPClient(client *http.Client) *ListServicesParams

NewListServicesParamsWithHTTPClient creates a new ListServicesParams object with the ability to set a custom HTTPClient for a request.

func NewListServicesParamsWithTimeout

func NewListServicesParamsWithTimeout(timeout time.Duration) *ListServicesParams

NewListServicesParamsWithTimeout creates a new ListServicesParams object with the ability to set a timeout on a request.

func (*ListServicesParams) SetBody

func (o *ListServicesParams) SetBody(body *models.ListServicesRequest)

SetBody adds the body to the list services params

func (*ListServicesParams) SetContext

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

SetContext adds the context to the list services params

func (*ListServicesParams) SetDefaults

func (o *ListServicesParams) SetDefaults()

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

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

func (*ListServicesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list services params

func (*ListServicesParams) SetTimeout

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

SetTimeout adds the timeout to the list services params

func (*ListServicesParams) WithBody

WithBody adds the body to the list services params

func (*ListServicesParams) WithContext

WithContext adds the context to the list services params

func (*ListServicesParams) WithDefaults

func (o *ListServicesParams) WithDefaults() *ListServicesParams

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

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

func (*ListServicesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list services params

func (*ListServicesParams) WithTimeout

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

WithTimeout adds the timeout to the list services params

func (*ListServicesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListServicesReader

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

ListServicesReader is a Reader for the ListServices structure.

func (*ListServicesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UploadPackageDefault

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

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

An unexpected error response.

func NewUploadPackageDefault

func NewUploadPackageDefault(code int) *UploadPackageDefault

NewUploadPackageDefault creates a UploadPackageDefault with default headers values

func (*UploadPackageDefault) Code

func (o *UploadPackageDefault) Code() int

Code gets the status code for the upload package default response

func (*UploadPackageDefault) Error

func (o *UploadPackageDefault) Error() string

func (*UploadPackageDefault) GetPayload

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

func (*UploadPackageDefault) IsClientError

func (o *UploadPackageDefault) IsClientError() bool

IsClientError returns true when this upload package default response has a 4xx status code

func (*UploadPackageDefault) IsCode

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

IsCode returns true when this upload package default response a status code equal to that given

func (*UploadPackageDefault) IsRedirect

func (o *UploadPackageDefault) IsRedirect() bool

IsRedirect returns true when this upload package default response has a 3xx status code

func (*UploadPackageDefault) IsServerError

func (o *UploadPackageDefault) IsServerError() bool

IsServerError returns true when this upload package default response has a 5xx status code

func (*UploadPackageDefault) IsSuccess

func (o *UploadPackageDefault) IsSuccess() bool

IsSuccess returns true when this upload package default response has a 2xx status code

func (*UploadPackageDefault) String

func (o *UploadPackageDefault) String() string

type UploadPackageOK

type UploadPackageOK struct {
	Payload *models.UploadPackageReply
}

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

A successful response.

func NewUploadPackageOK

func NewUploadPackageOK() *UploadPackageOK

NewUploadPackageOK creates a UploadPackageOK with default headers values

func (*UploadPackageOK) Code

func (o *UploadPackageOK) Code() int

Code gets the status code for the upload package o k response

func (*UploadPackageOK) Error

func (o *UploadPackageOK) Error() string

func (*UploadPackageOK) GetPayload

func (o *UploadPackageOK) GetPayload() *models.UploadPackageReply

func (*UploadPackageOK) IsClientError

func (o *UploadPackageOK) IsClientError() bool

IsClientError returns true when this upload package o k response has a 4xx status code

func (*UploadPackageOK) IsCode

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

IsCode returns true when this upload package o k response a status code equal to that given

func (*UploadPackageOK) IsRedirect

func (o *UploadPackageOK) IsRedirect() bool

IsRedirect returns true when this upload package o k response has a 3xx status code

func (*UploadPackageOK) IsServerError

func (o *UploadPackageOK) IsServerError() bool

IsServerError returns true when this upload package o k response has a 5xx status code

func (*UploadPackageOK) IsSuccess

func (o *UploadPackageOK) IsSuccess() bool

IsSuccess returns true when this upload package o k response has a 2xx status code

func (*UploadPackageOK) String

func (o *UploadPackageOK) String() string

type UploadPackageParams

type UploadPackageParams struct {

	// Body.
	Body *models.UploadPackageRequest

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

UploadPackageParams contains all the parameters to send to the API endpoint

for the upload package operation.

Typically these are written to a http.Request.

func NewUploadPackageParams

func NewUploadPackageParams() *UploadPackageParams

NewUploadPackageParams creates a new UploadPackageParams object, with the default timeout for this client.

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

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

func NewUploadPackageParamsWithContext

func NewUploadPackageParamsWithContext(ctx context.Context) *UploadPackageParams

NewUploadPackageParamsWithContext creates a new UploadPackageParams object with the ability to set a context for a request.

func NewUploadPackageParamsWithHTTPClient

func NewUploadPackageParamsWithHTTPClient(client *http.Client) *UploadPackageParams

NewUploadPackageParamsWithHTTPClient creates a new UploadPackageParams object with the ability to set a custom HTTPClient for a request.

func NewUploadPackageParamsWithTimeout

func NewUploadPackageParamsWithTimeout(timeout time.Duration) *UploadPackageParams

NewUploadPackageParamsWithTimeout creates a new UploadPackageParams object with the ability to set a timeout on a request.

func (*UploadPackageParams) SetBody

SetBody adds the body to the upload package params

func (*UploadPackageParams) SetContext

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

SetContext adds the context to the upload package params

func (*UploadPackageParams) SetDefaults

func (o *UploadPackageParams) SetDefaults()

SetDefaults hydrates default values in the upload package params (not the query body).

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

func (*UploadPackageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the upload package params

func (*UploadPackageParams) SetTimeout

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

SetTimeout adds the timeout to the upload package params

func (*UploadPackageParams) WithBody

WithBody adds the body to the upload package params

func (*UploadPackageParams) WithContext

WithContext adds the context to the upload package params

func (*UploadPackageParams) WithDefaults

func (o *UploadPackageParams) WithDefaults() *UploadPackageParams

WithDefaults hydrates default values in the upload package params (not the query body).

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

func (*UploadPackageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the upload package params

func (*UploadPackageParams) WithTimeout

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

WithTimeout adds the timeout to the upload package params

func (*UploadPackageParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UploadPackageReader

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

UploadPackageReader is a Reader for the UploadPackage structure.

func (*UploadPackageReader) ReadResponse

func (o *UploadPackageReader) 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