Documentation
¶
Index ¶
- type Client
- func (a *Client) CreateAPIKey(params *CreateAPIKeyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateAPIKeyOK, error)
- func (a *Client) CreateDeployment(params *CreateDeploymentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateDeploymentOK, error)
- func (a *Client) CreateEnvironment(params *CreateEnvironmentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateEnvironmentOK, error)
- func (a *Client) CreateProject(params *CreateProjectParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateProjectOK, error)
- func (a *Client) DeactivateProject(params *DeactivateProjectParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeactivateProjectOK, error)
- func (a *Client) DeleteAPIKey(params *DeleteAPIKeyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAPIKeyOK, error)
- func (a *Client) DeleteEnvironment(params *DeleteEnvironmentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteEnvironmentOK, error)
- func (a *Client) DeletePackage(params *DeletePackageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeletePackageOK, error)
- func (a *Client) DeleteProject(params *DeleteProjectParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteProjectOK, error)
- func (a *Client) DescribeAPIKey(params *DescribeAPIKeyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DescribeAPIKeyOK, error)
- func (a *Client) DescribeDatabase(params *DescribeDatabaseParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DescribeDatabaseOK, error)
- func (a *Client) DescribeDatastore(params *DescribeDatastoreParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DescribeDatastoreOK, error)
- func (a *Client) DescribeDeployment(params *DescribeDeploymentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DescribeDeploymentOK, error)
- func (a *Client) DescribeEnvironment(params *DescribeEnvironmentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DescribeEnvironmentOK, error)
- func (a *Client) DescribePackage(params *DescribePackageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DescribePackageOK, error)
- func (a *Client) DescribeProject(params *DescribeProjectParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DescribeProjectOK, error)
- func (a *Client) DescribeService(params *DescribeServiceParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DescribeServiceOK, error)
- func (a *Client) DescribeSite(params *DescribeSiteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DescribeSiteOK, error)
- func (a *Client) GetLogs(params *GetLogsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetLogsOK, error)
- func (a *Client) GetMetricSamples(params *GetMetricSamplesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetMetricSamplesOK, error)
- func (a *Client) GetUploadURL(params *GetUploadURLParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetUploadURLOK, error)
- func (a *Client) ListAPIKeys(params *ListAPIKeysParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListAPIKeysOK, error)
- func (a *Client) ListDatabases(params *ListDatabasesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListDatabasesOK, error)
- func (a *Client) ListDatastores(params *ListDatastoresParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListDatastoresOK, error)
- func (a *Client) ListDeployments(params *ListDeploymentsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListDeploymentsOK, error)
- func (a *Client) ListEnvironments(params *ListEnvironmentsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListEnvironmentsOK, error)
- func (a *Client) ListMetrics(params *ListMetricsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListMetricsOK, error)
- func (a *Client) ListPackages(params *ListPackagesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListPackagesOK, error)
- func (a *Client) ListProjects(params *ListProjectsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListProjectsOK, error)
- func (a *Client) ListServices(params *ListServicesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListServicesOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UploadPackage(params *UploadPackageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UploadPackageOK, error)
- type ClientOption
- type ClientService
- type CreateAPIKeyDefault
- func (o *CreateAPIKeyDefault) Code() int
- func (o *CreateAPIKeyDefault) Error() string
- func (o *CreateAPIKeyDefault) GetPayload() *models.RPCStatus
- func (o *CreateAPIKeyDefault) IsClientError() bool
- func (o *CreateAPIKeyDefault) IsCode(code int) bool
- func (o *CreateAPIKeyDefault) IsRedirect() bool
- func (o *CreateAPIKeyDefault) IsServerError() bool
- func (o *CreateAPIKeyDefault) IsSuccess() bool
- func (o *CreateAPIKeyDefault) String() string
- type CreateAPIKeyOK
- func (o *CreateAPIKeyOK) Code() int
- func (o *CreateAPIKeyOK) Error() string
- func (o *CreateAPIKeyOK) GetPayload() *models.CreateAPIKeyReply
- func (o *CreateAPIKeyOK) IsClientError() bool
- func (o *CreateAPIKeyOK) IsCode(code int) bool
- func (o *CreateAPIKeyOK) IsRedirect() bool
- func (o *CreateAPIKeyOK) IsServerError() bool
- func (o *CreateAPIKeyOK) IsSuccess() bool
- func (o *CreateAPIKeyOK) String() string
- type CreateAPIKeyParams
- func (o *CreateAPIKeyParams) SetBody(body *models.CreateAPIKeyRequest)
- func (o *CreateAPIKeyParams) SetContext(ctx context.Context)
- func (o *CreateAPIKeyParams) SetDefaults()
- func (o *CreateAPIKeyParams) SetHTTPClient(client *http.Client)
- func (o *CreateAPIKeyParams) SetTimeout(timeout time.Duration)
- func (o *CreateAPIKeyParams) WithBody(body *models.CreateAPIKeyRequest) *CreateAPIKeyParams
- func (o *CreateAPIKeyParams) WithContext(ctx context.Context) *CreateAPIKeyParams
- func (o *CreateAPIKeyParams) WithDefaults() *CreateAPIKeyParams
- func (o *CreateAPIKeyParams) WithHTTPClient(client *http.Client) *CreateAPIKeyParams
- func (o *CreateAPIKeyParams) WithTimeout(timeout time.Duration) *CreateAPIKeyParams
- func (o *CreateAPIKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAPIKeyReader
- type CreateDeploymentDefault
- func (o *CreateDeploymentDefault) Code() int
- func (o *CreateDeploymentDefault) Error() string
- func (o *CreateDeploymentDefault) GetPayload() *models.RPCStatus
- func (o *CreateDeploymentDefault) IsClientError() bool
- func (o *CreateDeploymentDefault) IsCode(code int) bool
- func (o *CreateDeploymentDefault) IsRedirect() bool
- func (o *CreateDeploymentDefault) IsServerError() bool
- func (o *CreateDeploymentDefault) IsSuccess() bool
- func (o *CreateDeploymentDefault) String() string
- type CreateDeploymentOK
- func (o *CreateDeploymentOK) Code() int
- func (o *CreateDeploymentOK) Error() string
- func (o *CreateDeploymentOK) GetPayload() *models.CreateDeploymentReply
- func (o *CreateDeploymentOK) IsClientError() bool
- func (o *CreateDeploymentOK) IsCode(code int) bool
- func (o *CreateDeploymentOK) IsRedirect() bool
- func (o *CreateDeploymentOK) IsServerError() bool
- func (o *CreateDeploymentOK) IsSuccess() bool
- func (o *CreateDeploymentOK) String() string
- type CreateDeploymentParams
- func NewCreateDeploymentParams() *CreateDeploymentParams
- func NewCreateDeploymentParamsWithContext(ctx context.Context) *CreateDeploymentParams
- func NewCreateDeploymentParamsWithHTTPClient(client *http.Client) *CreateDeploymentParams
- func NewCreateDeploymentParamsWithTimeout(timeout time.Duration) *CreateDeploymentParams
- func (o *CreateDeploymentParams) SetBody(body *models.CreateDeploymentRequest)
- func (o *CreateDeploymentParams) SetContext(ctx context.Context)
- func (o *CreateDeploymentParams) SetDefaults()
- func (o *CreateDeploymentParams) SetHTTPClient(client *http.Client)
- func (o *CreateDeploymentParams) SetTimeout(timeout time.Duration)
- func (o *CreateDeploymentParams) WithBody(body *models.CreateDeploymentRequest) *CreateDeploymentParams
- func (o *CreateDeploymentParams) WithContext(ctx context.Context) *CreateDeploymentParams
- func (o *CreateDeploymentParams) WithDefaults() *CreateDeploymentParams
- func (o *CreateDeploymentParams) WithHTTPClient(client *http.Client) *CreateDeploymentParams
- func (o *CreateDeploymentParams) WithTimeout(timeout time.Duration) *CreateDeploymentParams
- func (o *CreateDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateDeploymentReader
- type CreateEnvironmentDefault
- func (o *CreateEnvironmentDefault) Code() int
- func (o *CreateEnvironmentDefault) Error() string
- func (o *CreateEnvironmentDefault) GetPayload() *models.RPCStatus
- func (o *CreateEnvironmentDefault) IsClientError() bool
- func (o *CreateEnvironmentDefault) IsCode(code int) bool
- func (o *CreateEnvironmentDefault) IsRedirect() bool
- func (o *CreateEnvironmentDefault) IsServerError() bool
- func (o *CreateEnvironmentDefault) IsSuccess() bool
- func (o *CreateEnvironmentDefault) String() string
- type CreateEnvironmentOK
- func (o *CreateEnvironmentOK) Code() int
- func (o *CreateEnvironmentOK) Error() string
- func (o *CreateEnvironmentOK) GetPayload() *models.CreateEnvironmentReply
- func (o *CreateEnvironmentOK) IsClientError() bool
- func (o *CreateEnvironmentOK) IsCode(code int) bool
- func (o *CreateEnvironmentOK) IsRedirect() bool
- func (o *CreateEnvironmentOK) IsServerError() bool
- func (o *CreateEnvironmentOK) IsSuccess() bool
- func (o *CreateEnvironmentOK) String() string
- type CreateEnvironmentParams
- func NewCreateEnvironmentParams() *CreateEnvironmentParams
- func NewCreateEnvironmentParamsWithContext(ctx context.Context) *CreateEnvironmentParams
- func NewCreateEnvironmentParamsWithHTTPClient(client *http.Client) *CreateEnvironmentParams
- func NewCreateEnvironmentParamsWithTimeout(timeout time.Duration) *CreateEnvironmentParams
- func (o *CreateEnvironmentParams) SetBody(body *models.CreateEnvironmentRequest)
- func (o *CreateEnvironmentParams) SetContext(ctx context.Context)
- func (o *CreateEnvironmentParams) SetDefaults()
- func (o *CreateEnvironmentParams) SetHTTPClient(client *http.Client)
- func (o *CreateEnvironmentParams) SetTimeout(timeout time.Duration)
- func (o *CreateEnvironmentParams) WithBody(body *models.CreateEnvironmentRequest) *CreateEnvironmentParams
- func (o *CreateEnvironmentParams) WithContext(ctx context.Context) *CreateEnvironmentParams
- func (o *CreateEnvironmentParams) WithDefaults() *CreateEnvironmentParams
- func (o *CreateEnvironmentParams) WithHTTPClient(client *http.Client) *CreateEnvironmentParams
- func (o *CreateEnvironmentParams) WithTimeout(timeout time.Duration) *CreateEnvironmentParams
- func (o *CreateEnvironmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateEnvironmentReader
- type CreateProjectDefault
- func (o *CreateProjectDefault) Code() int
- func (o *CreateProjectDefault) Error() string
- func (o *CreateProjectDefault) GetPayload() *models.RPCStatus
- func (o *CreateProjectDefault) IsClientError() bool
- func (o *CreateProjectDefault) IsCode(code int) bool
- func (o *CreateProjectDefault) IsRedirect() bool
- func (o *CreateProjectDefault) IsServerError() bool
- func (o *CreateProjectDefault) IsSuccess() bool
- func (o *CreateProjectDefault) String() string
- type CreateProjectOK
- func (o *CreateProjectOK) Code() int
- func (o *CreateProjectOK) Error() string
- func (o *CreateProjectOK) GetPayload() *models.CreateProjectReply
- func (o *CreateProjectOK) IsClientError() bool
- func (o *CreateProjectOK) IsCode(code int) bool
- func (o *CreateProjectOK) IsRedirect() bool
- func (o *CreateProjectOK) IsServerError() bool
- func (o *CreateProjectOK) IsSuccess() bool
- func (o *CreateProjectOK) String() string
- type CreateProjectParams
- func (o *CreateProjectParams) SetBody(body *models.CreateProjectRequest)
- func (o *CreateProjectParams) SetContext(ctx context.Context)
- func (o *CreateProjectParams) SetDefaults()
- func (o *CreateProjectParams) SetHTTPClient(client *http.Client)
- func (o *CreateProjectParams) SetTimeout(timeout time.Duration)
- func (o *CreateProjectParams) WithBody(body *models.CreateProjectRequest) *CreateProjectParams
- func (o *CreateProjectParams) WithContext(ctx context.Context) *CreateProjectParams
- func (o *CreateProjectParams) WithDefaults() *CreateProjectParams
- func (o *CreateProjectParams) WithHTTPClient(client *http.Client) *CreateProjectParams
- func (o *CreateProjectParams) WithTimeout(timeout time.Duration) *CreateProjectParams
- func (o *CreateProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateProjectReader
- type DeactivateProjectDefault
- func (o *DeactivateProjectDefault) Code() int
- func (o *DeactivateProjectDefault) Error() string
- func (o *DeactivateProjectDefault) GetPayload() *models.RPCStatus
- func (o *DeactivateProjectDefault) IsClientError() bool
- func (o *DeactivateProjectDefault) IsCode(code int) bool
- func (o *DeactivateProjectDefault) IsRedirect() bool
- func (o *DeactivateProjectDefault) IsServerError() bool
- func (o *DeactivateProjectDefault) IsSuccess() bool
- func (o *DeactivateProjectDefault) String() string
- type DeactivateProjectOK
- func (o *DeactivateProjectOK) Code() int
- func (o *DeactivateProjectOK) Error() string
- func (o *DeactivateProjectOK) GetPayload() *models.DeactivateProjectReply
- func (o *DeactivateProjectOK) IsClientError() bool
- func (o *DeactivateProjectOK) IsCode(code int) bool
- func (o *DeactivateProjectOK) IsRedirect() bool
- func (o *DeactivateProjectOK) IsServerError() bool
- func (o *DeactivateProjectOK) IsSuccess() bool
- func (o *DeactivateProjectOK) String() string
- type DeactivateProjectParams
- func NewDeactivateProjectParams() *DeactivateProjectParams
- func NewDeactivateProjectParamsWithContext(ctx context.Context) *DeactivateProjectParams
- func NewDeactivateProjectParamsWithHTTPClient(client *http.Client) *DeactivateProjectParams
- func NewDeactivateProjectParamsWithTimeout(timeout time.Duration) *DeactivateProjectParams
- func (o *DeactivateProjectParams) SetBody(body *models.DeactivateProjectRequest)
- func (o *DeactivateProjectParams) SetContext(ctx context.Context)
- func (o *DeactivateProjectParams) SetDefaults()
- func (o *DeactivateProjectParams) SetHTTPClient(client *http.Client)
- func (o *DeactivateProjectParams) SetTimeout(timeout time.Duration)
- func (o *DeactivateProjectParams) WithBody(body *models.DeactivateProjectRequest) *DeactivateProjectParams
- func (o *DeactivateProjectParams) WithContext(ctx context.Context) *DeactivateProjectParams
- func (o *DeactivateProjectParams) WithDefaults() *DeactivateProjectParams
- func (o *DeactivateProjectParams) WithHTTPClient(client *http.Client) *DeactivateProjectParams
- func (o *DeactivateProjectParams) WithTimeout(timeout time.Duration) *DeactivateProjectParams
- func (o *DeactivateProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeactivateProjectReader
- type DeleteAPIKeyDefault
- func (o *DeleteAPIKeyDefault) Code() int
- func (o *DeleteAPIKeyDefault) Error() string
- func (o *DeleteAPIKeyDefault) GetPayload() *models.RPCStatus
- func (o *DeleteAPIKeyDefault) IsClientError() bool
- func (o *DeleteAPIKeyDefault) IsCode(code int) bool
- func (o *DeleteAPIKeyDefault) IsRedirect() bool
- func (o *DeleteAPIKeyDefault) IsServerError() bool
- func (o *DeleteAPIKeyDefault) IsSuccess() bool
- func (o *DeleteAPIKeyDefault) String() string
- type DeleteAPIKeyOK
- func (o *DeleteAPIKeyOK) Code() int
- func (o *DeleteAPIKeyOK) Error() string
- func (o *DeleteAPIKeyOK) GetPayload() *models.DeleteAPIKeyReply
- func (o *DeleteAPIKeyOK) IsClientError() bool
- func (o *DeleteAPIKeyOK) IsCode(code int) bool
- func (o *DeleteAPIKeyOK) IsRedirect() bool
- func (o *DeleteAPIKeyOK) IsServerError() bool
- func (o *DeleteAPIKeyOK) IsSuccess() bool
- func (o *DeleteAPIKeyOK) String() string
- type DeleteAPIKeyParams
- func (o *DeleteAPIKeyParams) SetBody(body *models.DeleteAPIKeyRequest)
- func (o *DeleteAPIKeyParams) SetContext(ctx context.Context)
- func (o *DeleteAPIKeyParams) SetDefaults()
- func (o *DeleteAPIKeyParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAPIKeyParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAPIKeyParams) WithBody(body *models.DeleteAPIKeyRequest) *DeleteAPIKeyParams
- func (o *DeleteAPIKeyParams) WithContext(ctx context.Context) *DeleteAPIKeyParams
- func (o *DeleteAPIKeyParams) WithDefaults() *DeleteAPIKeyParams
- func (o *DeleteAPIKeyParams) WithHTTPClient(client *http.Client) *DeleteAPIKeyParams
- func (o *DeleteAPIKeyParams) WithTimeout(timeout time.Duration) *DeleteAPIKeyParams
- func (o *DeleteAPIKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAPIKeyReader
- type DeleteEnvironmentDefault
- func (o *DeleteEnvironmentDefault) Code() int
- func (o *DeleteEnvironmentDefault) Error() string
- func (o *DeleteEnvironmentDefault) GetPayload() *models.RPCStatus
- func (o *DeleteEnvironmentDefault) IsClientError() bool
- func (o *DeleteEnvironmentDefault) IsCode(code int) bool
- func (o *DeleteEnvironmentDefault) IsRedirect() bool
- func (o *DeleteEnvironmentDefault) IsServerError() bool
- func (o *DeleteEnvironmentDefault) IsSuccess() bool
- func (o *DeleteEnvironmentDefault) String() string
- type DeleteEnvironmentOK
- func (o *DeleteEnvironmentOK) Code() int
- func (o *DeleteEnvironmentOK) Error() string
- func (o *DeleteEnvironmentOK) GetPayload() *models.DeleteEnvironmentReply
- func (o *DeleteEnvironmentOK) IsClientError() bool
- func (o *DeleteEnvironmentOK) IsCode(code int) bool
- func (o *DeleteEnvironmentOK) IsRedirect() bool
- func (o *DeleteEnvironmentOK) IsServerError() bool
- func (o *DeleteEnvironmentOK) IsSuccess() bool
- func (o *DeleteEnvironmentOK) String() string
- type DeleteEnvironmentParams
- func NewDeleteEnvironmentParams() *DeleteEnvironmentParams
- func NewDeleteEnvironmentParamsWithContext(ctx context.Context) *DeleteEnvironmentParams
- func NewDeleteEnvironmentParamsWithHTTPClient(client *http.Client) *DeleteEnvironmentParams
- func NewDeleteEnvironmentParamsWithTimeout(timeout time.Duration) *DeleteEnvironmentParams
- func (o *DeleteEnvironmentParams) SetBody(body *models.DeleteEnvironmentRequest)
- func (o *DeleteEnvironmentParams) SetContext(ctx context.Context)
- func (o *DeleteEnvironmentParams) SetDefaults()
- func (o *DeleteEnvironmentParams) SetHTTPClient(client *http.Client)
- func (o *DeleteEnvironmentParams) SetTimeout(timeout time.Duration)
- func (o *DeleteEnvironmentParams) WithBody(body *models.DeleteEnvironmentRequest) *DeleteEnvironmentParams
- func (o *DeleteEnvironmentParams) WithContext(ctx context.Context) *DeleteEnvironmentParams
- func (o *DeleteEnvironmentParams) WithDefaults() *DeleteEnvironmentParams
- func (o *DeleteEnvironmentParams) WithHTTPClient(client *http.Client) *DeleteEnvironmentParams
- func (o *DeleteEnvironmentParams) WithTimeout(timeout time.Duration) *DeleteEnvironmentParams
- func (o *DeleteEnvironmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteEnvironmentReader
- type DeletePackageDefault
- func (o *DeletePackageDefault) Code() int
- func (o *DeletePackageDefault) Error() string
- func (o *DeletePackageDefault) GetPayload() *models.RPCStatus
- func (o *DeletePackageDefault) IsClientError() bool
- func (o *DeletePackageDefault) IsCode(code int) bool
- func (o *DeletePackageDefault) IsRedirect() bool
- func (o *DeletePackageDefault) IsServerError() bool
- func (o *DeletePackageDefault) IsSuccess() bool
- func (o *DeletePackageDefault) String() string
- type DeletePackageOK
- func (o *DeletePackageOK) Code() int
- func (o *DeletePackageOK) Error() string
- func (o *DeletePackageOK) GetPayload() *models.DeletePackageReply
- func (o *DeletePackageOK) IsClientError() bool
- func (o *DeletePackageOK) IsCode(code int) bool
- func (o *DeletePackageOK) IsRedirect() bool
- func (o *DeletePackageOK) IsServerError() bool
- func (o *DeletePackageOK) IsSuccess() bool
- func (o *DeletePackageOK) String() string
- type DeletePackageParams
- func (o *DeletePackageParams) SetBody(body *models.DeletePackageRequest)
- func (o *DeletePackageParams) SetContext(ctx context.Context)
- func (o *DeletePackageParams) SetDefaults()
- func (o *DeletePackageParams) SetHTTPClient(client *http.Client)
- func (o *DeletePackageParams) SetTimeout(timeout time.Duration)
- func (o *DeletePackageParams) WithBody(body *models.DeletePackageRequest) *DeletePackageParams
- func (o *DeletePackageParams) WithContext(ctx context.Context) *DeletePackageParams
- func (o *DeletePackageParams) WithDefaults() *DeletePackageParams
- func (o *DeletePackageParams) WithHTTPClient(client *http.Client) *DeletePackageParams
- func (o *DeletePackageParams) WithTimeout(timeout time.Duration) *DeletePackageParams
- func (o *DeletePackageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeletePackageReader
- type DeleteProjectDefault
- func (o *DeleteProjectDefault) Code() int
- func (o *DeleteProjectDefault) Error() string
- func (o *DeleteProjectDefault) GetPayload() *models.RPCStatus
- func (o *DeleteProjectDefault) IsClientError() bool
- func (o *DeleteProjectDefault) IsCode(code int) bool
- func (o *DeleteProjectDefault) IsRedirect() bool
- func (o *DeleteProjectDefault) IsServerError() bool
- func (o *DeleteProjectDefault) IsSuccess() bool
- func (o *DeleteProjectDefault) String() string
- type DeleteProjectOK
- func (o *DeleteProjectOK) Code() int
- func (o *DeleteProjectOK) Error() string
- func (o *DeleteProjectOK) GetPayload() *models.DeleteProjectReply
- func (o *DeleteProjectOK) IsClientError() bool
- func (o *DeleteProjectOK) IsCode(code int) bool
- func (o *DeleteProjectOK) IsRedirect() bool
- func (o *DeleteProjectOK) IsServerError() bool
- func (o *DeleteProjectOK) IsSuccess() bool
- func (o *DeleteProjectOK) String() string
- type DeleteProjectParams
- func (o *DeleteProjectParams) SetBody(body *models.DeleteProjectRequest)
- func (o *DeleteProjectParams) SetContext(ctx context.Context)
- func (o *DeleteProjectParams) SetDefaults()
- func (o *DeleteProjectParams) SetHTTPClient(client *http.Client)
- func (o *DeleteProjectParams) SetTimeout(timeout time.Duration)
- func (o *DeleteProjectParams) WithBody(body *models.DeleteProjectRequest) *DeleteProjectParams
- func (o *DeleteProjectParams) WithContext(ctx context.Context) *DeleteProjectParams
- func (o *DeleteProjectParams) WithDefaults() *DeleteProjectParams
- func (o *DeleteProjectParams) WithHTTPClient(client *http.Client) *DeleteProjectParams
- func (o *DeleteProjectParams) WithTimeout(timeout time.Duration) *DeleteProjectParams
- func (o *DeleteProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteProjectReader
- type DescribeAPIKeyDefault
- func (o *DescribeAPIKeyDefault) Code() int
- func (o *DescribeAPIKeyDefault) Error() string
- func (o *DescribeAPIKeyDefault) GetPayload() *models.RPCStatus
- func (o *DescribeAPIKeyDefault) IsClientError() bool
- func (o *DescribeAPIKeyDefault) IsCode(code int) bool
- func (o *DescribeAPIKeyDefault) IsRedirect() bool
- func (o *DescribeAPIKeyDefault) IsServerError() bool
- func (o *DescribeAPIKeyDefault) IsSuccess() bool
- func (o *DescribeAPIKeyDefault) String() string
- type DescribeAPIKeyOK
- func (o *DescribeAPIKeyOK) Code() int
- func (o *DescribeAPIKeyOK) Error() string
- func (o *DescribeAPIKeyOK) GetPayload() *models.DescribeAPIKeyReply
- func (o *DescribeAPIKeyOK) IsClientError() bool
- func (o *DescribeAPIKeyOK) IsCode(code int) bool
- func (o *DescribeAPIKeyOK) IsRedirect() bool
- func (o *DescribeAPIKeyOK) IsServerError() bool
- func (o *DescribeAPIKeyOK) IsSuccess() bool
- func (o *DescribeAPIKeyOK) String() string
- type DescribeAPIKeyParams
- func NewDescribeAPIKeyParams() *DescribeAPIKeyParams
- func NewDescribeAPIKeyParamsWithContext(ctx context.Context) *DescribeAPIKeyParams
- func NewDescribeAPIKeyParamsWithHTTPClient(client *http.Client) *DescribeAPIKeyParams
- func NewDescribeAPIKeyParamsWithTimeout(timeout time.Duration) *DescribeAPIKeyParams
- func (o *DescribeAPIKeyParams) SetBody(body *models.DescribeAPIKeyRequest)
- func (o *DescribeAPIKeyParams) SetContext(ctx context.Context)
- func (o *DescribeAPIKeyParams) SetDefaults()
- func (o *DescribeAPIKeyParams) SetHTTPClient(client *http.Client)
- func (o *DescribeAPIKeyParams) SetTimeout(timeout time.Duration)
- func (o *DescribeAPIKeyParams) WithBody(body *models.DescribeAPIKeyRequest) *DescribeAPIKeyParams
- func (o *DescribeAPIKeyParams) WithContext(ctx context.Context) *DescribeAPIKeyParams
- func (o *DescribeAPIKeyParams) WithDefaults() *DescribeAPIKeyParams
- func (o *DescribeAPIKeyParams) WithHTTPClient(client *http.Client) *DescribeAPIKeyParams
- func (o *DescribeAPIKeyParams) WithTimeout(timeout time.Duration) *DescribeAPIKeyParams
- func (o *DescribeAPIKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeAPIKeyReader
- type DescribeDatabaseDefault
- func (o *DescribeDatabaseDefault) Code() int
- func (o *DescribeDatabaseDefault) Error() string
- func (o *DescribeDatabaseDefault) GetPayload() *models.RPCStatus
- func (o *DescribeDatabaseDefault) IsClientError() bool
- func (o *DescribeDatabaseDefault) IsCode(code int) bool
- func (o *DescribeDatabaseDefault) IsRedirect() bool
- func (o *DescribeDatabaseDefault) IsServerError() bool
- func (o *DescribeDatabaseDefault) IsSuccess() bool
- func (o *DescribeDatabaseDefault) String() string
- type DescribeDatabaseOK
- func (o *DescribeDatabaseOK) Code() int
- func (o *DescribeDatabaseOK) Error() string
- func (o *DescribeDatabaseOK) GetPayload() *models.DescribeDatabaseReply
- func (o *DescribeDatabaseOK) IsClientError() bool
- func (o *DescribeDatabaseOK) IsCode(code int) bool
- func (o *DescribeDatabaseOK) IsRedirect() bool
- func (o *DescribeDatabaseOK) IsServerError() bool
- func (o *DescribeDatabaseOK) IsSuccess() bool
- func (o *DescribeDatabaseOK) String() string
- type DescribeDatabaseParams
- func NewDescribeDatabaseParams() *DescribeDatabaseParams
- func NewDescribeDatabaseParamsWithContext(ctx context.Context) *DescribeDatabaseParams
- func NewDescribeDatabaseParamsWithHTTPClient(client *http.Client) *DescribeDatabaseParams
- func NewDescribeDatabaseParamsWithTimeout(timeout time.Duration) *DescribeDatabaseParams
- func (o *DescribeDatabaseParams) SetBody(body *models.DescribeDatabaseRequest)
- func (o *DescribeDatabaseParams) SetContext(ctx context.Context)
- func (o *DescribeDatabaseParams) SetDefaults()
- func (o *DescribeDatabaseParams) SetHTTPClient(client *http.Client)
- func (o *DescribeDatabaseParams) SetTimeout(timeout time.Duration)
- func (o *DescribeDatabaseParams) WithBody(body *models.DescribeDatabaseRequest) *DescribeDatabaseParams
- func (o *DescribeDatabaseParams) WithContext(ctx context.Context) *DescribeDatabaseParams
- func (o *DescribeDatabaseParams) WithDefaults() *DescribeDatabaseParams
- func (o *DescribeDatabaseParams) WithHTTPClient(client *http.Client) *DescribeDatabaseParams
- func (o *DescribeDatabaseParams) WithTimeout(timeout time.Duration) *DescribeDatabaseParams
- func (o *DescribeDatabaseParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeDatabaseReader
- type DescribeDatastoreDefault
- func (o *DescribeDatastoreDefault) Code() int
- func (o *DescribeDatastoreDefault) Error() string
- func (o *DescribeDatastoreDefault) GetPayload() *models.RPCStatus
- func (o *DescribeDatastoreDefault) IsClientError() bool
- func (o *DescribeDatastoreDefault) IsCode(code int) bool
- func (o *DescribeDatastoreDefault) IsRedirect() bool
- func (o *DescribeDatastoreDefault) IsServerError() bool
- func (o *DescribeDatastoreDefault) IsSuccess() bool
- func (o *DescribeDatastoreDefault) String() string
- type DescribeDatastoreOK
- func (o *DescribeDatastoreOK) Code() int
- func (o *DescribeDatastoreOK) Error() string
- func (o *DescribeDatastoreOK) GetPayload() *models.DescribeDatastoreReply
- func (o *DescribeDatastoreOK) IsClientError() bool
- func (o *DescribeDatastoreOK) IsCode(code int) bool
- func (o *DescribeDatastoreOK) IsRedirect() bool
- func (o *DescribeDatastoreOK) IsServerError() bool
- func (o *DescribeDatastoreOK) IsSuccess() bool
- func (o *DescribeDatastoreOK) String() string
- type DescribeDatastoreParams
- func NewDescribeDatastoreParams() *DescribeDatastoreParams
- func NewDescribeDatastoreParamsWithContext(ctx context.Context) *DescribeDatastoreParams
- func NewDescribeDatastoreParamsWithHTTPClient(client *http.Client) *DescribeDatastoreParams
- func NewDescribeDatastoreParamsWithTimeout(timeout time.Duration) *DescribeDatastoreParams
- func (o *DescribeDatastoreParams) SetBody(body *models.DescribeDatastoreRequest)
- func (o *DescribeDatastoreParams) SetContext(ctx context.Context)
- func (o *DescribeDatastoreParams) SetDefaults()
- func (o *DescribeDatastoreParams) SetHTTPClient(client *http.Client)
- func (o *DescribeDatastoreParams) SetTimeout(timeout time.Duration)
- func (o *DescribeDatastoreParams) WithBody(body *models.DescribeDatastoreRequest) *DescribeDatastoreParams
- func (o *DescribeDatastoreParams) WithContext(ctx context.Context) *DescribeDatastoreParams
- func (o *DescribeDatastoreParams) WithDefaults() *DescribeDatastoreParams
- func (o *DescribeDatastoreParams) WithHTTPClient(client *http.Client) *DescribeDatastoreParams
- func (o *DescribeDatastoreParams) WithTimeout(timeout time.Duration) *DescribeDatastoreParams
- func (o *DescribeDatastoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeDatastoreReader
- type DescribeDeploymentDefault
- func (o *DescribeDeploymentDefault) Code() int
- func (o *DescribeDeploymentDefault) Error() string
- func (o *DescribeDeploymentDefault) GetPayload() *models.RPCStatus
- func (o *DescribeDeploymentDefault) IsClientError() bool
- func (o *DescribeDeploymentDefault) IsCode(code int) bool
- func (o *DescribeDeploymentDefault) IsRedirect() bool
- func (o *DescribeDeploymentDefault) IsServerError() bool
- func (o *DescribeDeploymentDefault) IsSuccess() bool
- func (o *DescribeDeploymentDefault) String() string
- type DescribeDeploymentOK
- func (o *DescribeDeploymentOK) Code() int
- func (o *DescribeDeploymentOK) Error() string
- func (o *DescribeDeploymentOK) GetPayload() *models.DescribeDeploymentReply
- func (o *DescribeDeploymentOK) IsClientError() bool
- func (o *DescribeDeploymentOK) IsCode(code int) bool
- func (o *DescribeDeploymentOK) IsRedirect() bool
- func (o *DescribeDeploymentOK) IsServerError() bool
- func (o *DescribeDeploymentOK) IsSuccess() bool
- func (o *DescribeDeploymentOK) String() string
- type DescribeDeploymentParams
- func NewDescribeDeploymentParams() *DescribeDeploymentParams
- func NewDescribeDeploymentParamsWithContext(ctx context.Context) *DescribeDeploymentParams
- func NewDescribeDeploymentParamsWithHTTPClient(client *http.Client) *DescribeDeploymentParams
- func NewDescribeDeploymentParamsWithTimeout(timeout time.Duration) *DescribeDeploymentParams
- func (o *DescribeDeploymentParams) SetBody(body *models.DescribeDeploymentRequest)
- func (o *DescribeDeploymentParams) SetContext(ctx context.Context)
- func (o *DescribeDeploymentParams) SetDefaults()
- func (o *DescribeDeploymentParams) SetHTTPClient(client *http.Client)
- func (o *DescribeDeploymentParams) SetTimeout(timeout time.Duration)
- func (o *DescribeDeploymentParams) WithBody(body *models.DescribeDeploymentRequest) *DescribeDeploymentParams
- func (o *DescribeDeploymentParams) WithContext(ctx context.Context) *DescribeDeploymentParams
- func (o *DescribeDeploymentParams) WithDefaults() *DescribeDeploymentParams
- func (o *DescribeDeploymentParams) WithHTTPClient(client *http.Client) *DescribeDeploymentParams
- func (o *DescribeDeploymentParams) WithTimeout(timeout time.Duration) *DescribeDeploymentParams
- func (o *DescribeDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeDeploymentReader
- type DescribeEnvironmentDefault
- func (o *DescribeEnvironmentDefault) Code() int
- func (o *DescribeEnvironmentDefault) Error() string
- func (o *DescribeEnvironmentDefault) GetPayload() *models.RPCStatus
- func (o *DescribeEnvironmentDefault) IsClientError() bool
- func (o *DescribeEnvironmentDefault) IsCode(code int) bool
- func (o *DescribeEnvironmentDefault) IsRedirect() bool
- func (o *DescribeEnvironmentDefault) IsServerError() bool
- func (o *DescribeEnvironmentDefault) IsSuccess() bool
- func (o *DescribeEnvironmentDefault) String() string
- type DescribeEnvironmentOK
- func (o *DescribeEnvironmentOK) Code() int
- func (o *DescribeEnvironmentOK) Error() string
- func (o *DescribeEnvironmentOK) GetPayload() *models.DescribeEnvironmentReply
- func (o *DescribeEnvironmentOK) IsClientError() bool
- func (o *DescribeEnvironmentOK) IsCode(code int) bool
- func (o *DescribeEnvironmentOK) IsRedirect() bool
- func (o *DescribeEnvironmentOK) IsServerError() bool
- func (o *DescribeEnvironmentOK) IsSuccess() bool
- func (o *DescribeEnvironmentOK) String() string
- type DescribeEnvironmentParams
- func NewDescribeEnvironmentParams() *DescribeEnvironmentParams
- func NewDescribeEnvironmentParamsWithContext(ctx context.Context) *DescribeEnvironmentParams
- func NewDescribeEnvironmentParamsWithHTTPClient(client *http.Client) *DescribeEnvironmentParams
- func NewDescribeEnvironmentParamsWithTimeout(timeout time.Duration) *DescribeEnvironmentParams
- func (o *DescribeEnvironmentParams) SetBody(body *models.DescribeEnvironmentRequest)
- func (o *DescribeEnvironmentParams) SetContext(ctx context.Context)
- func (o *DescribeEnvironmentParams) SetDefaults()
- func (o *DescribeEnvironmentParams) SetHTTPClient(client *http.Client)
- func (o *DescribeEnvironmentParams) SetTimeout(timeout time.Duration)
- func (o *DescribeEnvironmentParams) WithBody(body *models.DescribeEnvironmentRequest) *DescribeEnvironmentParams
- func (o *DescribeEnvironmentParams) WithContext(ctx context.Context) *DescribeEnvironmentParams
- func (o *DescribeEnvironmentParams) WithDefaults() *DescribeEnvironmentParams
- func (o *DescribeEnvironmentParams) WithHTTPClient(client *http.Client) *DescribeEnvironmentParams
- func (o *DescribeEnvironmentParams) WithTimeout(timeout time.Duration) *DescribeEnvironmentParams
- func (o *DescribeEnvironmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeEnvironmentReader
- type DescribePackageDefault
- func (o *DescribePackageDefault) Code() int
- func (o *DescribePackageDefault) Error() string
- func (o *DescribePackageDefault) GetPayload() *models.RPCStatus
- func (o *DescribePackageDefault) IsClientError() bool
- func (o *DescribePackageDefault) IsCode(code int) bool
- func (o *DescribePackageDefault) IsRedirect() bool
- func (o *DescribePackageDefault) IsServerError() bool
- func (o *DescribePackageDefault) IsSuccess() bool
- func (o *DescribePackageDefault) String() string
- type DescribePackageOK
- func (o *DescribePackageOK) Code() int
- func (o *DescribePackageOK) Error() string
- func (o *DescribePackageOK) GetPayload() *models.DescribePackageReply
- func (o *DescribePackageOK) IsClientError() bool
- func (o *DescribePackageOK) IsCode(code int) bool
- func (o *DescribePackageOK) IsRedirect() bool
- func (o *DescribePackageOK) IsServerError() bool
- func (o *DescribePackageOK) IsSuccess() bool
- func (o *DescribePackageOK) String() string
- type DescribePackageParams
- func NewDescribePackageParams() *DescribePackageParams
- func NewDescribePackageParamsWithContext(ctx context.Context) *DescribePackageParams
- func NewDescribePackageParamsWithHTTPClient(client *http.Client) *DescribePackageParams
- func NewDescribePackageParamsWithTimeout(timeout time.Duration) *DescribePackageParams
- func (o *DescribePackageParams) SetBody(body *models.DescribePackageRequest)
- func (o *DescribePackageParams) SetContext(ctx context.Context)
- func (o *DescribePackageParams) SetDefaults()
- func (o *DescribePackageParams) SetHTTPClient(client *http.Client)
- func (o *DescribePackageParams) SetTimeout(timeout time.Duration)
- func (o *DescribePackageParams) WithBody(body *models.DescribePackageRequest) *DescribePackageParams
- func (o *DescribePackageParams) WithContext(ctx context.Context) *DescribePackageParams
- func (o *DescribePackageParams) WithDefaults() *DescribePackageParams
- func (o *DescribePackageParams) WithHTTPClient(client *http.Client) *DescribePackageParams
- func (o *DescribePackageParams) WithTimeout(timeout time.Duration) *DescribePackageParams
- func (o *DescribePackageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribePackageReader
- type DescribeProjectDefault
- func (o *DescribeProjectDefault) Code() int
- func (o *DescribeProjectDefault) Error() string
- func (o *DescribeProjectDefault) GetPayload() *models.RPCStatus
- func (o *DescribeProjectDefault) IsClientError() bool
- func (o *DescribeProjectDefault) IsCode(code int) bool
- func (o *DescribeProjectDefault) IsRedirect() bool
- func (o *DescribeProjectDefault) IsServerError() bool
- func (o *DescribeProjectDefault) IsSuccess() bool
- func (o *DescribeProjectDefault) String() string
- type DescribeProjectOK
- func (o *DescribeProjectOK) Code() int
- func (o *DescribeProjectOK) Error() string
- func (o *DescribeProjectOK) GetPayload() *models.DescribeProjectReply
- func (o *DescribeProjectOK) IsClientError() bool
- func (o *DescribeProjectOK) IsCode(code int) bool
- func (o *DescribeProjectOK) IsRedirect() bool
- func (o *DescribeProjectOK) IsServerError() bool
- func (o *DescribeProjectOK) IsSuccess() bool
- func (o *DescribeProjectOK) String() string
- type DescribeProjectParams
- func NewDescribeProjectParams() *DescribeProjectParams
- func NewDescribeProjectParamsWithContext(ctx context.Context) *DescribeProjectParams
- func NewDescribeProjectParamsWithHTTPClient(client *http.Client) *DescribeProjectParams
- func NewDescribeProjectParamsWithTimeout(timeout time.Duration) *DescribeProjectParams
- func (o *DescribeProjectParams) SetBody(body *models.DescribeProjectRequest)
- func (o *DescribeProjectParams) SetContext(ctx context.Context)
- func (o *DescribeProjectParams) SetDefaults()
- func (o *DescribeProjectParams) SetHTTPClient(client *http.Client)
- func (o *DescribeProjectParams) SetTimeout(timeout time.Duration)
- func (o *DescribeProjectParams) WithBody(body *models.DescribeProjectRequest) *DescribeProjectParams
- func (o *DescribeProjectParams) WithContext(ctx context.Context) *DescribeProjectParams
- func (o *DescribeProjectParams) WithDefaults() *DescribeProjectParams
- func (o *DescribeProjectParams) WithHTTPClient(client *http.Client) *DescribeProjectParams
- func (o *DescribeProjectParams) WithTimeout(timeout time.Duration) *DescribeProjectParams
- func (o *DescribeProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeProjectReader
- type DescribeServiceDefault
- func (o *DescribeServiceDefault) Code() int
- func (o *DescribeServiceDefault) Error() string
- func (o *DescribeServiceDefault) GetPayload() *models.RPCStatus
- func (o *DescribeServiceDefault) IsClientError() bool
- func (o *DescribeServiceDefault) IsCode(code int) bool
- func (o *DescribeServiceDefault) IsRedirect() bool
- func (o *DescribeServiceDefault) IsServerError() bool
- func (o *DescribeServiceDefault) IsSuccess() bool
- func (o *DescribeServiceDefault) String() string
- type DescribeServiceOK
- func (o *DescribeServiceOK) Code() int
- func (o *DescribeServiceOK) Error() string
- func (o *DescribeServiceOK) GetPayload() *models.DescribeServiceReply
- func (o *DescribeServiceOK) IsClientError() bool
- func (o *DescribeServiceOK) IsCode(code int) bool
- func (o *DescribeServiceOK) IsRedirect() bool
- func (o *DescribeServiceOK) IsServerError() bool
- func (o *DescribeServiceOK) IsSuccess() bool
- func (o *DescribeServiceOK) String() string
- type DescribeServiceParams
- func NewDescribeServiceParams() *DescribeServiceParams
- func NewDescribeServiceParamsWithContext(ctx context.Context) *DescribeServiceParams
- func NewDescribeServiceParamsWithHTTPClient(client *http.Client) *DescribeServiceParams
- func NewDescribeServiceParamsWithTimeout(timeout time.Duration) *DescribeServiceParams
- func (o *DescribeServiceParams) SetBody(body *models.DescribeServiceRequest)
- func (o *DescribeServiceParams) SetContext(ctx context.Context)
- func (o *DescribeServiceParams) SetDefaults()
- func (o *DescribeServiceParams) SetHTTPClient(client *http.Client)
- func (o *DescribeServiceParams) SetTimeout(timeout time.Duration)
- func (o *DescribeServiceParams) WithBody(body *models.DescribeServiceRequest) *DescribeServiceParams
- func (o *DescribeServiceParams) WithContext(ctx context.Context) *DescribeServiceParams
- func (o *DescribeServiceParams) WithDefaults() *DescribeServiceParams
- func (o *DescribeServiceParams) WithHTTPClient(client *http.Client) *DescribeServiceParams
- func (o *DescribeServiceParams) WithTimeout(timeout time.Duration) *DescribeServiceParams
- func (o *DescribeServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeServiceReader
- type DescribeSiteDefault
- func (o *DescribeSiteDefault) Code() int
- func (o *DescribeSiteDefault) Error() string
- func (o *DescribeSiteDefault) GetPayload() *models.RPCStatus
- func (o *DescribeSiteDefault) IsClientError() bool
- func (o *DescribeSiteDefault) IsCode(code int) bool
- func (o *DescribeSiteDefault) IsRedirect() bool
- func (o *DescribeSiteDefault) IsServerError() bool
- func (o *DescribeSiteDefault) IsSuccess() bool
- func (o *DescribeSiteDefault) String() string
- type DescribeSiteOK
- func (o *DescribeSiteOK) Code() int
- func (o *DescribeSiteOK) Error() string
- func (o *DescribeSiteOK) GetPayload() *models.DescribeSiteReply
- func (o *DescribeSiteOK) IsClientError() bool
- func (o *DescribeSiteOK) IsCode(code int) bool
- func (o *DescribeSiteOK) IsRedirect() bool
- func (o *DescribeSiteOK) IsServerError() bool
- func (o *DescribeSiteOK) IsSuccess() bool
- func (o *DescribeSiteOK) String() string
- type DescribeSiteParams
- func (o *DescribeSiteParams) SetBody(body *models.DescribeSiteRequest)
- func (o *DescribeSiteParams) SetContext(ctx context.Context)
- func (o *DescribeSiteParams) SetDefaults()
- func (o *DescribeSiteParams) SetHTTPClient(client *http.Client)
- func (o *DescribeSiteParams) SetTimeout(timeout time.Duration)
- func (o *DescribeSiteParams) WithBody(body *models.DescribeSiteRequest) *DescribeSiteParams
- func (o *DescribeSiteParams) WithContext(ctx context.Context) *DescribeSiteParams
- func (o *DescribeSiteParams) WithDefaults() *DescribeSiteParams
- func (o *DescribeSiteParams) WithHTTPClient(client *http.Client) *DescribeSiteParams
- func (o *DescribeSiteParams) WithTimeout(timeout time.Duration) *DescribeSiteParams
- func (o *DescribeSiteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeSiteReader
- type GetLogsDefault
- func (o *GetLogsDefault) Code() int
- func (o *GetLogsDefault) Error() string
- func (o *GetLogsDefault) GetPayload() *models.RPCStatus
- func (o *GetLogsDefault) IsClientError() bool
- func (o *GetLogsDefault) IsCode(code int) bool
- func (o *GetLogsDefault) IsRedirect() bool
- func (o *GetLogsDefault) IsServerError() bool
- func (o *GetLogsDefault) IsSuccess() bool
- func (o *GetLogsDefault) String() string
- type GetLogsOK
- func (o *GetLogsOK) Code() int
- func (o *GetLogsOK) Error() string
- func (o *GetLogsOK) GetPayload() *models.GetLogsReply
- func (o *GetLogsOK) IsClientError() bool
- func (o *GetLogsOK) IsCode(code int) bool
- func (o *GetLogsOK) IsRedirect() bool
- func (o *GetLogsOK) IsServerError() bool
- func (o *GetLogsOK) IsSuccess() bool
- func (o *GetLogsOK) String() string
- type GetLogsParams
- func (o *GetLogsParams) SetBody(body *models.GetLogsRequest)
- func (o *GetLogsParams) SetContext(ctx context.Context)
- func (o *GetLogsParams) SetDefaults()
- func (o *GetLogsParams) SetHTTPClient(client *http.Client)
- func (o *GetLogsParams) SetTimeout(timeout time.Duration)
- func (o *GetLogsParams) WithBody(body *models.GetLogsRequest) *GetLogsParams
- func (o *GetLogsParams) WithContext(ctx context.Context) *GetLogsParams
- func (o *GetLogsParams) WithDefaults() *GetLogsParams
- func (o *GetLogsParams) WithHTTPClient(client *http.Client) *GetLogsParams
- func (o *GetLogsParams) WithTimeout(timeout time.Duration) *GetLogsParams
- func (o *GetLogsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLogsReader
- type GetMetricSamplesDefault
- func (o *GetMetricSamplesDefault) Code() int
- func (o *GetMetricSamplesDefault) Error() string
- func (o *GetMetricSamplesDefault) GetPayload() *models.RPCStatus
- func (o *GetMetricSamplesDefault) IsClientError() bool
- func (o *GetMetricSamplesDefault) IsCode(code int) bool
- func (o *GetMetricSamplesDefault) IsRedirect() bool
- func (o *GetMetricSamplesDefault) IsServerError() bool
- func (o *GetMetricSamplesDefault) IsSuccess() bool
- func (o *GetMetricSamplesDefault) String() string
- type GetMetricSamplesOK
- func (o *GetMetricSamplesOK) Code() int
- func (o *GetMetricSamplesOK) Error() string
- func (o *GetMetricSamplesOK) GetPayload() *models.GetMetricSamplesReply
- func (o *GetMetricSamplesOK) IsClientError() bool
- func (o *GetMetricSamplesOK) IsCode(code int) bool
- func (o *GetMetricSamplesOK) IsRedirect() bool
- func (o *GetMetricSamplesOK) IsServerError() bool
- func (o *GetMetricSamplesOK) IsSuccess() bool
- func (o *GetMetricSamplesOK) String() string
- type GetMetricSamplesParams
- func NewGetMetricSamplesParams() *GetMetricSamplesParams
- func NewGetMetricSamplesParamsWithContext(ctx context.Context) *GetMetricSamplesParams
- func NewGetMetricSamplesParamsWithHTTPClient(client *http.Client) *GetMetricSamplesParams
- func NewGetMetricSamplesParamsWithTimeout(timeout time.Duration) *GetMetricSamplesParams
- func (o *GetMetricSamplesParams) SetBody(body *models.GetMetricSamplesRequest)
- func (o *GetMetricSamplesParams) SetContext(ctx context.Context)
- func (o *GetMetricSamplesParams) SetDefaults()
- func (o *GetMetricSamplesParams) SetHTTPClient(client *http.Client)
- func (o *GetMetricSamplesParams) SetTimeout(timeout time.Duration)
- func (o *GetMetricSamplesParams) WithBody(body *models.GetMetricSamplesRequest) *GetMetricSamplesParams
- func (o *GetMetricSamplesParams) WithContext(ctx context.Context) *GetMetricSamplesParams
- func (o *GetMetricSamplesParams) WithDefaults() *GetMetricSamplesParams
- func (o *GetMetricSamplesParams) WithHTTPClient(client *http.Client) *GetMetricSamplesParams
- func (o *GetMetricSamplesParams) WithTimeout(timeout time.Duration) *GetMetricSamplesParams
- func (o *GetMetricSamplesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetMetricSamplesReader
- type GetUploadURLDefault
- func (o *GetUploadURLDefault) Code() int
- func (o *GetUploadURLDefault) Error() string
- func (o *GetUploadURLDefault) GetPayload() *models.RPCStatus
- func (o *GetUploadURLDefault) IsClientError() bool
- func (o *GetUploadURLDefault) IsCode(code int) bool
- func (o *GetUploadURLDefault) IsRedirect() bool
- func (o *GetUploadURLDefault) IsServerError() bool
- func (o *GetUploadURLDefault) IsSuccess() bool
- func (o *GetUploadURLDefault) String() string
- type GetUploadURLOK
- func (o *GetUploadURLOK) Code() int
- func (o *GetUploadURLOK) Error() string
- func (o *GetUploadURLOK) GetPayload() *models.GetUploadURLReply
- func (o *GetUploadURLOK) IsClientError() bool
- func (o *GetUploadURLOK) IsCode(code int) bool
- func (o *GetUploadURLOK) IsRedirect() bool
- func (o *GetUploadURLOK) IsServerError() bool
- func (o *GetUploadURLOK) IsSuccess() bool
- func (o *GetUploadURLOK) String() string
- type GetUploadURLParams
- func (o *GetUploadURLParams) SetBody(body *models.GetUploadURLRequest)
- func (o *GetUploadURLParams) SetContext(ctx context.Context)
- func (o *GetUploadURLParams) SetDefaults()
- func (o *GetUploadURLParams) SetHTTPClient(client *http.Client)
- func (o *GetUploadURLParams) SetTimeout(timeout time.Duration)
- func (o *GetUploadURLParams) WithBody(body *models.GetUploadURLRequest) *GetUploadURLParams
- func (o *GetUploadURLParams) WithContext(ctx context.Context) *GetUploadURLParams
- func (o *GetUploadURLParams) WithDefaults() *GetUploadURLParams
- func (o *GetUploadURLParams) WithHTTPClient(client *http.Client) *GetUploadURLParams
- func (o *GetUploadURLParams) WithTimeout(timeout time.Duration) *GetUploadURLParams
- func (o *GetUploadURLParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUploadURLReader
- type ListAPIKeysDefault
- func (o *ListAPIKeysDefault) Code() int
- func (o *ListAPIKeysDefault) Error() string
- func (o *ListAPIKeysDefault) GetPayload() *models.RPCStatus
- func (o *ListAPIKeysDefault) IsClientError() bool
- func (o *ListAPIKeysDefault) IsCode(code int) bool
- func (o *ListAPIKeysDefault) IsRedirect() bool
- func (o *ListAPIKeysDefault) IsServerError() bool
- func (o *ListAPIKeysDefault) IsSuccess() bool
- func (o *ListAPIKeysDefault) String() string
- type ListAPIKeysOK
- func (o *ListAPIKeysOK) Code() int
- func (o *ListAPIKeysOK) Error() string
- func (o *ListAPIKeysOK) GetPayload() *models.ListAPIKeysReply
- func (o *ListAPIKeysOK) IsClientError() bool
- func (o *ListAPIKeysOK) IsCode(code int) bool
- func (o *ListAPIKeysOK) IsRedirect() bool
- func (o *ListAPIKeysOK) IsServerError() bool
- func (o *ListAPIKeysOK) IsSuccess() bool
- func (o *ListAPIKeysOK) String() string
- type ListAPIKeysParams
- func (o *ListAPIKeysParams) SetBody(body models.ListAPIKeysRequest)
- func (o *ListAPIKeysParams) SetContext(ctx context.Context)
- func (o *ListAPIKeysParams) SetDefaults()
- func (o *ListAPIKeysParams) SetHTTPClient(client *http.Client)
- func (o *ListAPIKeysParams) SetTimeout(timeout time.Duration)
- func (o *ListAPIKeysParams) WithBody(body models.ListAPIKeysRequest) *ListAPIKeysParams
- func (o *ListAPIKeysParams) WithContext(ctx context.Context) *ListAPIKeysParams
- func (o *ListAPIKeysParams) WithDefaults() *ListAPIKeysParams
- func (o *ListAPIKeysParams) WithHTTPClient(client *http.Client) *ListAPIKeysParams
- func (o *ListAPIKeysParams) WithTimeout(timeout time.Duration) *ListAPIKeysParams
- func (o *ListAPIKeysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAPIKeysReader
- type ListDatabasesDefault
- func (o *ListDatabasesDefault) Code() int
- func (o *ListDatabasesDefault) Error() string
- func (o *ListDatabasesDefault) GetPayload() *models.RPCStatus
- func (o *ListDatabasesDefault) IsClientError() bool
- func (o *ListDatabasesDefault) IsCode(code int) bool
- func (o *ListDatabasesDefault) IsRedirect() bool
- func (o *ListDatabasesDefault) IsServerError() bool
- func (o *ListDatabasesDefault) IsSuccess() bool
- func (o *ListDatabasesDefault) String() string
- type ListDatabasesOK
- func (o *ListDatabasesOK) Code() int
- func (o *ListDatabasesOK) Error() string
- func (o *ListDatabasesOK) GetPayload() *models.ListDatabasesReply
- func (o *ListDatabasesOK) IsClientError() bool
- func (o *ListDatabasesOK) IsCode(code int) bool
- func (o *ListDatabasesOK) IsRedirect() bool
- func (o *ListDatabasesOK) IsServerError() bool
- func (o *ListDatabasesOK) IsSuccess() bool
- func (o *ListDatabasesOK) String() string
- type ListDatabasesParams
- func (o *ListDatabasesParams) SetBody(body *models.ListDatabasesRequest)
- func (o *ListDatabasesParams) SetContext(ctx context.Context)
- func (o *ListDatabasesParams) SetDefaults()
- func (o *ListDatabasesParams) SetHTTPClient(client *http.Client)
- func (o *ListDatabasesParams) SetTimeout(timeout time.Duration)
- func (o *ListDatabasesParams) WithBody(body *models.ListDatabasesRequest) *ListDatabasesParams
- func (o *ListDatabasesParams) WithContext(ctx context.Context) *ListDatabasesParams
- func (o *ListDatabasesParams) WithDefaults() *ListDatabasesParams
- func (o *ListDatabasesParams) WithHTTPClient(client *http.Client) *ListDatabasesParams
- func (o *ListDatabasesParams) WithTimeout(timeout time.Duration) *ListDatabasesParams
- func (o *ListDatabasesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListDatabasesReader
- type ListDatastoresDefault
- func (o *ListDatastoresDefault) Code() int
- func (o *ListDatastoresDefault) Error() string
- func (o *ListDatastoresDefault) GetPayload() *models.RPCStatus
- func (o *ListDatastoresDefault) IsClientError() bool
- func (o *ListDatastoresDefault) IsCode(code int) bool
- func (o *ListDatastoresDefault) IsRedirect() bool
- func (o *ListDatastoresDefault) IsServerError() bool
- func (o *ListDatastoresDefault) IsSuccess() bool
- func (o *ListDatastoresDefault) String() string
- type ListDatastoresOK
- func (o *ListDatastoresOK) Code() int
- func (o *ListDatastoresOK) Error() string
- func (o *ListDatastoresOK) GetPayload() *models.ListDatastoresReply
- func (o *ListDatastoresOK) IsClientError() bool
- func (o *ListDatastoresOK) IsCode(code int) bool
- func (o *ListDatastoresOK) IsRedirect() bool
- func (o *ListDatastoresOK) IsServerError() bool
- func (o *ListDatastoresOK) IsSuccess() bool
- func (o *ListDatastoresOK) String() string
- type ListDatastoresParams
- func NewListDatastoresParams() *ListDatastoresParams
- func NewListDatastoresParamsWithContext(ctx context.Context) *ListDatastoresParams
- func NewListDatastoresParamsWithHTTPClient(client *http.Client) *ListDatastoresParams
- func NewListDatastoresParamsWithTimeout(timeout time.Duration) *ListDatastoresParams
- func (o *ListDatastoresParams) SetBody(body *models.ListDatastoresRequest)
- func (o *ListDatastoresParams) SetContext(ctx context.Context)
- func (o *ListDatastoresParams) SetDefaults()
- func (o *ListDatastoresParams) SetHTTPClient(client *http.Client)
- func (o *ListDatastoresParams) SetTimeout(timeout time.Duration)
- func (o *ListDatastoresParams) WithBody(body *models.ListDatastoresRequest) *ListDatastoresParams
- func (o *ListDatastoresParams) WithContext(ctx context.Context) *ListDatastoresParams
- func (o *ListDatastoresParams) WithDefaults() *ListDatastoresParams
- func (o *ListDatastoresParams) WithHTTPClient(client *http.Client) *ListDatastoresParams
- func (o *ListDatastoresParams) WithTimeout(timeout time.Duration) *ListDatastoresParams
- func (o *ListDatastoresParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListDatastoresReader
- type ListDeploymentsDefault
- func (o *ListDeploymentsDefault) Code() int
- func (o *ListDeploymentsDefault) Error() string
- func (o *ListDeploymentsDefault) GetPayload() *models.RPCStatus
- func (o *ListDeploymentsDefault) IsClientError() bool
- func (o *ListDeploymentsDefault) IsCode(code int) bool
- func (o *ListDeploymentsDefault) IsRedirect() bool
- func (o *ListDeploymentsDefault) IsServerError() bool
- func (o *ListDeploymentsDefault) IsSuccess() bool
- func (o *ListDeploymentsDefault) String() string
- type ListDeploymentsOK
- func (o *ListDeploymentsOK) Code() int
- func (o *ListDeploymentsOK) Error() string
- func (o *ListDeploymentsOK) GetPayload() *models.ListDeploymentsReply
- func (o *ListDeploymentsOK) IsClientError() bool
- func (o *ListDeploymentsOK) IsCode(code int) bool
- func (o *ListDeploymentsOK) IsRedirect() bool
- func (o *ListDeploymentsOK) IsServerError() bool
- func (o *ListDeploymentsOK) IsSuccess() bool
- func (o *ListDeploymentsOK) String() string
- type ListDeploymentsParams
- func NewListDeploymentsParams() *ListDeploymentsParams
- func NewListDeploymentsParamsWithContext(ctx context.Context) *ListDeploymentsParams
- func NewListDeploymentsParamsWithHTTPClient(client *http.Client) *ListDeploymentsParams
- func NewListDeploymentsParamsWithTimeout(timeout time.Duration) *ListDeploymentsParams
- func (o *ListDeploymentsParams) SetBody(body *models.ListDeploymentsRequest)
- func (o *ListDeploymentsParams) SetContext(ctx context.Context)
- func (o *ListDeploymentsParams) SetDefaults()
- func (o *ListDeploymentsParams) SetHTTPClient(client *http.Client)
- func (o *ListDeploymentsParams) SetTimeout(timeout time.Duration)
- func (o *ListDeploymentsParams) WithBody(body *models.ListDeploymentsRequest) *ListDeploymentsParams
- func (o *ListDeploymentsParams) WithContext(ctx context.Context) *ListDeploymentsParams
- func (o *ListDeploymentsParams) WithDefaults() *ListDeploymentsParams
- func (o *ListDeploymentsParams) WithHTTPClient(client *http.Client) *ListDeploymentsParams
- func (o *ListDeploymentsParams) WithTimeout(timeout time.Duration) *ListDeploymentsParams
- func (o *ListDeploymentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListDeploymentsReader
- type ListEnvironmentsDefault
- func (o *ListEnvironmentsDefault) Code() int
- func (o *ListEnvironmentsDefault) Error() string
- func (o *ListEnvironmentsDefault) GetPayload() *models.RPCStatus
- func (o *ListEnvironmentsDefault) IsClientError() bool
- func (o *ListEnvironmentsDefault) IsCode(code int) bool
- func (o *ListEnvironmentsDefault) IsRedirect() bool
- func (o *ListEnvironmentsDefault) IsServerError() bool
- func (o *ListEnvironmentsDefault) IsSuccess() bool
- func (o *ListEnvironmentsDefault) String() string
- type ListEnvironmentsOK
- func (o *ListEnvironmentsOK) Code() int
- func (o *ListEnvironmentsOK) Error() string
- func (o *ListEnvironmentsOK) GetPayload() *models.ListEnvironmentsReply
- func (o *ListEnvironmentsOK) IsClientError() bool
- func (o *ListEnvironmentsOK) IsCode(code int) bool
- func (o *ListEnvironmentsOK) IsRedirect() bool
- func (o *ListEnvironmentsOK) IsServerError() bool
- func (o *ListEnvironmentsOK) IsSuccess() bool
- func (o *ListEnvironmentsOK) String() string
- type ListEnvironmentsParams
- func NewListEnvironmentsParams() *ListEnvironmentsParams
- func NewListEnvironmentsParamsWithContext(ctx context.Context) *ListEnvironmentsParams
- func NewListEnvironmentsParamsWithHTTPClient(client *http.Client) *ListEnvironmentsParams
- func NewListEnvironmentsParamsWithTimeout(timeout time.Duration) *ListEnvironmentsParams
- func (o *ListEnvironmentsParams) SetBody(body models.ListEnvironmentsRequest)
- func (o *ListEnvironmentsParams) SetContext(ctx context.Context)
- func (o *ListEnvironmentsParams) SetDefaults()
- func (o *ListEnvironmentsParams) SetHTTPClient(client *http.Client)
- func (o *ListEnvironmentsParams) SetTimeout(timeout time.Duration)
- func (o *ListEnvironmentsParams) WithBody(body models.ListEnvironmentsRequest) *ListEnvironmentsParams
- func (o *ListEnvironmentsParams) WithContext(ctx context.Context) *ListEnvironmentsParams
- func (o *ListEnvironmentsParams) WithDefaults() *ListEnvironmentsParams
- func (o *ListEnvironmentsParams) WithHTTPClient(client *http.Client) *ListEnvironmentsParams
- func (o *ListEnvironmentsParams) WithTimeout(timeout time.Duration) *ListEnvironmentsParams
- func (o *ListEnvironmentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListEnvironmentsReader
- type ListMetricsDefault
- func (o *ListMetricsDefault) Code() int
- func (o *ListMetricsDefault) Error() string
- func (o *ListMetricsDefault) GetPayload() *models.RPCStatus
- func (o *ListMetricsDefault) IsClientError() bool
- func (o *ListMetricsDefault) IsCode(code int) bool
- func (o *ListMetricsDefault) IsRedirect() bool
- func (o *ListMetricsDefault) IsServerError() bool
- func (o *ListMetricsDefault) IsSuccess() bool
- func (o *ListMetricsDefault) String() string
- type ListMetricsOK
- func (o *ListMetricsOK) Code() int
- func (o *ListMetricsOK) Error() string
- func (o *ListMetricsOK) GetPayload() *models.ListMetricsReply
- func (o *ListMetricsOK) IsClientError() bool
- func (o *ListMetricsOK) IsCode(code int) bool
- func (o *ListMetricsOK) IsRedirect() bool
- func (o *ListMetricsOK) IsServerError() bool
- func (o *ListMetricsOK) IsSuccess() bool
- func (o *ListMetricsOK) String() string
- type ListMetricsParams
- func (o *ListMetricsParams) SetBody(body *models.ListMetricsRequest)
- func (o *ListMetricsParams) SetContext(ctx context.Context)
- func (o *ListMetricsParams) SetDefaults()
- func (o *ListMetricsParams) SetHTTPClient(client *http.Client)
- func (o *ListMetricsParams) SetTimeout(timeout time.Duration)
- func (o *ListMetricsParams) WithBody(body *models.ListMetricsRequest) *ListMetricsParams
- func (o *ListMetricsParams) WithContext(ctx context.Context) *ListMetricsParams
- func (o *ListMetricsParams) WithDefaults() *ListMetricsParams
- func (o *ListMetricsParams) WithHTTPClient(client *http.Client) *ListMetricsParams
- func (o *ListMetricsParams) WithTimeout(timeout time.Duration) *ListMetricsParams
- func (o *ListMetricsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListMetricsReader
- type ListPackagesDefault
- func (o *ListPackagesDefault) Code() int
- func (o *ListPackagesDefault) Error() string
- func (o *ListPackagesDefault) GetPayload() *models.RPCStatus
- func (o *ListPackagesDefault) IsClientError() bool
- func (o *ListPackagesDefault) IsCode(code int) bool
- func (o *ListPackagesDefault) IsRedirect() bool
- func (o *ListPackagesDefault) IsServerError() bool
- func (o *ListPackagesDefault) IsSuccess() bool
- func (o *ListPackagesDefault) String() string
- type ListPackagesOK
- func (o *ListPackagesOK) Code() int
- func (o *ListPackagesOK) Error() string
- func (o *ListPackagesOK) GetPayload() *models.ListPackagesReply
- func (o *ListPackagesOK) IsClientError() bool
- func (o *ListPackagesOK) IsCode(code int) bool
- func (o *ListPackagesOK) IsRedirect() bool
- func (o *ListPackagesOK) IsServerError() bool
- func (o *ListPackagesOK) IsSuccess() bool
- func (o *ListPackagesOK) String() string
- type ListPackagesParams
- func (o *ListPackagesParams) SetBody(body *models.ListPackagesRequest)
- func (o *ListPackagesParams) SetContext(ctx context.Context)
- func (o *ListPackagesParams) SetDefaults()
- func (o *ListPackagesParams) SetHTTPClient(client *http.Client)
- func (o *ListPackagesParams) SetTimeout(timeout time.Duration)
- func (o *ListPackagesParams) WithBody(body *models.ListPackagesRequest) *ListPackagesParams
- func (o *ListPackagesParams) WithContext(ctx context.Context) *ListPackagesParams
- func (o *ListPackagesParams) WithDefaults() *ListPackagesParams
- func (o *ListPackagesParams) WithHTTPClient(client *http.Client) *ListPackagesParams
- func (o *ListPackagesParams) WithTimeout(timeout time.Duration) *ListPackagesParams
- func (o *ListPackagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListPackagesReader
- type ListProjectsDefault
- func (o *ListProjectsDefault) Code() int
- func (o *ListProjectsDefault) Error() string
- func (o *ListProjectsDefault) GetPayload() *models.RPCStatus
- func (o *ListProjectsDefault) IsClientError() bool
- func (o *ListProjectsDefault) IsCode(code int) bool
- func (o *ListProjectsDefault) IsRedirect() bool
- func (o *ListProjectsDefault) IsServerError() bool
- func (o *ListProjectsDefault) IsSuccess() bool
- func (o *ListProjectsDefault) String() string
- type ListProjectsOK
- func (o *ListProjectsOK) Code() int
- func (o *ListProjectsOK) Error() string
- func (o *ListProjectsOK) GetPayload() *models.ListProjectsReply
- func (o *ListProjectsOK) IsClientError() bool
- func (o *ListProjectsOK) IsCode(code int) bool
- func (o *ListProjectsOK) IsRedirect() bool
- func (o *ListProjectsOK) IsServerError() bool
- func (o *ListProjectsOK) IsSuccess() bool
- func (o *ListProjectsOK) String() string
- type ListProjectsParams
- func (o *ListProjectsParams) SetBody(body models.ListProjectsRequest)
- func (o *ListProjectsParams) SetContext(ctx context.Context)
- func (o *ListProjectsParams) SetDefaults()
- func (o *ListProjectsParams) SetHTTPClient(client *http.Client)
- func (o *ListProjectsParams) SetTimeout(timeout time.Duration)
- func (o *ListProjectsParams) WithBody(body models.ListProjectsRequest) *ListProjectsParams
- func (o *ListProjectsParams) WithContext(ctx context.Context) *ListProjectsParams
- func (o *ListProjectsParams) WithDefaults() *ListProjectsParams
- func (o *ListProjectsParams) WithHTTPClient(client *http.Client) *ListProjectsParams
- func (o *ListProjectsParams) WithTimeout(timeout time.Duration) *ListProjectsParams
- func (o *ListProjectsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListProjectsReader
- type ListServicesDefault
- func (o *ListServicesDefault) Code() int
- func (o *ListServicesDefault) Error() string
- func (o *ListServicesDefault) GetPayload() *models.RPCStatus
- func (o *ListServicesDefault) IsClientError() bool
- func (o *ListServicesDefault) IsCode(code int) bool
- func (o *ListServicesDefault) IsRedirect() bool
- func (o *ListServicesDefault) IsServerError() bool
- func (o *ListServicesDefault) IsSuccess() bool
- func (o *ListServicesDefault) String() string
- type ListServicesOK
- func (o *ListServicesOK) Code() int
- func (o *ListServicesOK) Error() string
- func (o *ListServicesOK) GetPayload() *models.ListServicesReply
- func (o *ListServicesOK) IsClientError() bool
- func (o *ListServicesOK) IsCode(code int) bool
- func (o *ListServicesOK) IsRedirect() bool
- func (o *ListServicesOK) IsServerError() bool
- func (o *ListServicesOK) IsSuccess() bool
- func (o *ListServicesOK) String() string
- type ListServicesParams
- func (o *ListServicesParams) SetBody(body *models.ListServicesRequest)
- func (o *ListServicesParams) SetContext(ctx context.Context)
- func (o *ListServicesParams) SetDefaults()
- func (o *ListServicesParams) SetHTTPClient(client *http.Client)
- func (o *ListServicesParams) SetTimeout(timeout time.Duration)
- func (o *ListServicesParams) WithBody(body *models.ListServicesRequest) *ListServicesParams
- func (o *ListServicesParams) WithContext(ctx context.Context) *ListServicesParams
- func (o *ListServicesParams) WithDefaults() *ListServicesParams
- func (o *ListServicesParams) WithHTTPClient(client *http.Client) *ListServicesParams
- func (o *ListServicesParams) WithTimeout(timeout time.Duration) *ListServicesParams
- func (o *ListServicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListServicesReader
- type UploadPackageDefault
- func (o *UploadPackageDefault) Code() int
- func (o *UploadPackageDefault) Error() string
- func (o *UploadPackageDefault) GetPayload() *models.RPCStatus
- func (o *UploadPackageDefault) IsClientError() bool
- func (o *UploadPackageDefault) IsCode(code int) bool
- func (o *UploadPackageDefault) IsRedirect() bool
- func (o *UploadPackageDefault) IsServerError() bool
- func (o *UploadPackageDefault) IsSuccess() bool
- func (o *UploadPackageDefault) String() string
- type UploadPackageOK
- func (o *UploadPackageOK) Code() int
- func (o *UploadPackageOK) Error() string
- func (o *UploadPackageOK) GetPayload() *models.UploadPackageReply
- func (o *UploadPackageOK) IsClientError() bool
- func (o *UploadPackageOK) IsCode(code int) bool
- func (o *UploadPackageOK) IsRedirect() bool
- func (o *UploadPackageOK) IsServerError() bool
- func (o *UploadPackageOK) IsSuccess() bool
- func (o *UploadPackageOK) String() string
- type UploadPackageParams
- func (o *UploadPackageParams) SetBody(body *models.UploadPackageRequest)
- func (o *UploadPackageParams) SetContext(ctx context.Context)
- func (o *UploadPackageParams) SetDefaults()
- func (o *UploadPackageParams) SetHTTPClient(client *http.Client)
- func (o *UploadPackageParams) SetTimeout(timeout time.Duration)
- func (o *UploadPackageParams) WithBody(body *models.UploadPackageRequest) *UploadPackageParams
- func (o *UploadPackageParams) WithContext(ctx context.Context) *UploadPackageParams
- func (o *UploadPackageParams) WithDefaults() *UploadPackageParams
- func (o *UploadPackageParams) WithHTTPClient(client *http.Client) *UploadPackageParams
- func (o *UploadPackageParams) WithTimeout(timeout time.Duration) *UploadPackageParams
- func (o *UploadPackageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UploadPackageReader
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 ¶
func (o *CreateAPIKeyParams) WithBody(body *models.CreateAPIKeyRequest) *CreateAPIKeyParams
WithBody adds the body to the create Api key params
func (*CreateAPIKeyParams) WithContext ¶
func (o *CreateAPIKeyParams) WithContext(ctx context.Context) *CreateAPIKeyParams
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 (o *CreateDeploymentOK) GetPayload() *models.CreateDeploymentReply
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 ¶
func (o *CreateDeploymentParams) SetBody(body *models.CreateDeploymentRequest)
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 ¶
func (o *CreateDeploymentParams) WithBody(body *models.CreateDeploymentRequest) *CreateDeploymentParams
WithBody adds the body to the create deployment params
func (*CreateDeploymentParams) WithContext ¶
func (o *CreateDeploymentParams) WithContext(ctx context.Context) *CreateDeploymentParams
WithContext adds the context to the create deployment params
func (*CreateDeploymentParams) WithDefaults ¶
func (o *CreateDeploymentParams) WithDefaults() *CreateDeploymentParams
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 ¶
func (o *CreateDeploymentParams) WithTimeout(timeout time.Duration) *CreateDeploymentParams
WithTimeout adds the timeout to the create deployment params
func (*CreateDeploymentParams) WriteToRequest ¶
func (o *CreateDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *CreateEnvironmentOK) GetPayload() *models.CreateEnvironmentReply
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 ¶
func (o *CreateEnvironmentParams) SetBody(body *models.CreateEnvironmentRequest)
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 ¶
func (o *CreateEnvironmentParams) WithBody(body *models.CreateEnvironmentRequest) *CreateEnvironmentParams
WithBody adds the body to the create environment params
func (*CreateEnvironmentParams) WithContext ¶
func (o *CreateEnvironmentParams) WithContext(ctx context.Context) *CreateEnvironmentParams
WithContext adds the context to the create environment params
func (*CreateEnvironmentParams) WithDefaults ¶
func (o *CreateEnvironmentParams) WithDefaults() *CreateEnvironmentParams
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 ¶
func (o *CreateEnvironmentParams) WithTimeout(timeout time.Duration) *CreateEnvironmentParams
WithTimeout adds the timeout to the create environment params
func (*CreateEnvironmentParams) WriteToRequest ¶
func (o *CreateEnvironmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *CreateProjectParams) SetBody(body *models.CreateProjectRequest)
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 ¶
func (o *CreateProjectParams) WithBody(body *models.CreateProjectRequest) *CreateProjectParams
WithBody adds the body to the create project params
func (*CreateProjectParams) WithContext ¶
func (o *CreateProjectParams) WithContext(ctx context.Context) *CreateProjectParams
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 (o *DeactivateProjectOK) GetPayload() *models.DeactivateProjectReply
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 ¶
func (o *DeactivateProjectParams) SetBody(body *models.DeactivateProjectRequest)
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 ¶
func (o *DeactivateProjectParams) WithBody(body *models.DeactivateProjectRequest) *DeactivateProjectParams
WithBody adds the body to the deactivate project params
func (*DeactivateProjectParams) WithContext ¶
func (o *DeactivateProjectParams) WithContext(ctx context.Context) *DeactivateProjectParams
WithContext adds the context to the deactivate project params
func (*DeactivateProjectParams) WithDefaults ¶
func (o *DeactivateProjectParams) WithDefaults() *DeactivateProjectParams
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 ¶
func (o *DeactivateProjectParams) WithTimeout(timeout time.Duration) *DeactivateProjectParams
WithTimeout adds the timeout to the deactivate project params
func (*DeactivateProjectParams) WriteToRequest ¶
func (o *DeactivateProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DeleteAPIKeyParams) WithBody(body *models.DeleteAPIKeyRequest) *DeleteAPIKeyParams
WithBody adds the body to the delete Api key params
func (*DeleteAPIKeyParams) WithContext ¶
func (o *DeleteAPIKeyParams) WithContext(ctx context.Context) *DeleteAPIKeyParams
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 (o *DeleteEnvironmentOK) GetPayload() *models.DeleteEnvironmentReply
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 ¶
func (o *DeleteEnvironmentParams) SetBody(body *models.DeleteEnvironmentRequest)
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 ¶
func (o *DeleteEnvironmentParams) WithBody(body *models.DeleteEnvironmentRequest) *DeleteEnvironmentParams
WithBody adds the body to the delete environment params
func (*DeleteEnvironmentParams) WithContext ¶
func (o *DeleteEnvironmentParams) WithContext(ctx context.Context) *DeleteEnvironmentParams
WithContext adds the context to the delete environment params
func (*DeleteEnvironmentParams) WithDefaults ¶
func (o *DeleteEnvironmentParams) WithDefaults() *DeleteEnvironmentParams
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 ¶
func (o *DeleteEnvironmentParams) WithTimeout(timeout time.Duration) *DeleteEnvironmentParams
WithTimeout adds the timeout to the delete environment params
func (*DeleteEnvironmentParams) WriteToRequest ¶
func (o *DeleteEnvironmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DeletePackageParams) SetBody(body *models.DeletePackageRequest)
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 ¶
func (o *DeletePackageParams) WithBody(body *models.DeletePackageRequest) *DeletePackageParams
WithBody adds the body to the delete package params
func (*DeletePackageParams) WithContext ¶
func (o *DeletePackageParams) WithContext(ctx context.Context) *DeletePackageParams
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 ¶
func (o *DeleteProjectParams) SetBody(body *models.DeleteProjectRequest)
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 ¶
func (o *DeleteProjectParams) WithBody(body *models.DeleteProjectRequest) *DeleteProjectParams
WithBody adds the body to the delete project params
func (*DeleteProjectParams) WithContext ¶
func (o *DeleteProjectParams) WithContext(ctx context.Context) *DeleteProjectParams
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 ¶
func (o *DescribeAPIKeyParams) SetBody(body *models.DescribeAPIKeyRequest)
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 ¶
func (o *DescribeAPIKeyParams) WithBody(body *models.DescribeAPIKeyRequest) *DescribeAPIKeyParams
WithBody adds the body to the describe Api key params
func (*DescribeAPIKeyParams) WithContext ¶
func (o *DescribeAPIKeyParams) WithContext(ctx context.Context) *DescribeAPIKeyParams
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 (o *DescribeDatabaseOK) GetPayload() *models.DescribeDatabaseReply
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 ¶
func (o *DescribeDatabaseParams) SetBody(body *models.DescribeDatabaseRequest)
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 ¶
func (o *DescribeDatabaseParams) WithBody(body *models.DescribeDatabaseRequest) *DescribeDatabaseParams
WithBody adds the body to the describe database params
func (*DescribeDatabaseParams) WithContext ¶
func (o *DescribeDatabaseParams) WithContext(ctx context.Context) *DescribeDatabaseParams
WithContext adds the context to the describe database params
func (*DescribeDatabaseParams) WithDefaults ¶
func (o *DescribeDatabaseParams) WithDefaults() *DescribeDatabaseParams
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 ¶
func (o *DescribeDatabaseParams) WithTimeout(timeout time.Duration) *DescribeDatabaseParams
WithTimeout adds the timeout to the describe database params
func (*DescribeDatabaseParams) WriteToRequest ¶
func (o *DescribeDatabaseParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *DescribeDatastoreOK) GetPayload() *models.DescribeDatastoreReply
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 ¶
func (o *DescribeDatastoreParams) SetBody(body *models.DescribeDatastoreRequest)
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 ¶
func (o *DescribeDatastoreParams) WithBody(body *models.DescribeDatastoreRequest) *DescribeDatastoreParams
WithBody adds the body to the describe datastore params
func (*DescribeDatastoreParams) WithContext ¶
func (o *DescribeDatastoreParams) WithContext(ctx context.Context) *DescribeDatastoreParams
WithContext adds the context to the describe datastore params
func (*DescribeDatastoreParams) WithDefaults ¶
func (o *DescribeDatastoreParams) WithDefaults() *DescribeDatastoreParams
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 ¶
func (o *DescribeDatastoreParams) WithTimeout(timeout time.Duration) *DescribeDatastoreParams
WithTimeout adds the timeout to the describe datastore params
func (*DescribeDatastoreParams) WriteToRequest ¶
func (o *DescribeDatastoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *DescribeDeploymentOK) GetPayload() *models.DescribeDeploymentReply
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 ¶
func (o *DescribeDeploymentParams) SetBody(body *models.DescribeDeploymentRequest)
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 ¶
func (o *DescribeDeploymentParams) WithBody(body *models.DescribeDeploymentRequest) *DescribeDeploymentParams
WithBody adds the body to the describe deployment params
func (*DescribeDeploymentParams) WithContext ¶
func (o *DescribeDeploymentParams) WithContext(ctx context.Context) *DescribeDeploymentParams
WithContext adds the context to the describe deployment params
func (*DescribeDeploymentParams) WithDefaults ¶
func (o *DescribeDeploymentParams) WithDefaults() *DescribeDeploymentParams
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 ¶
func (o *DescribeDeploymentParams) WithTimeout(timeout time.Duration) *DescribeDeploymentParams
WithTimeout adds the timeout to the describe deployment params
func (*DescribeDeploymentParams) WriteToRequest ¶
func (o *DescribeDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *DescribeEnvironmentDefault) Error() string
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 (o *DescribeEnvironmentOK) GetPayload() *models.DescribeEnvironmentReply
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 ¶
func (o *DescribeEnvironmentParams) SetBody(body *models.DescribeEnvironmentRequest)
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 ¶
func (o *DescribeEnvironmentParams) WithBody(body *models.DescribeEnvironmentRequest) *DescribeEnvironmentParams
WithBody adds the body to the describe environment params
func (*DescribeEnvironmentParams) WithContext ¶
func (o *DescribeEnvironmentParams) WithContext(ctx context.Context) *DescribeEnvironmentParams
WithContext adds the context to the describe environment params
func (*DescribeEnvironmentParams) WithDefaults ¶
func (o *DescribeEnvironmentParams) WithDefaults() *DescribeEnvironmentParams
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 ¶
func (o *DescribeEnvironmentParams) WithTimeout(timeout time.Duration) *DescribeEnvironmentParams
WithTimeout adds the timeout to the describe environment params
func (*DescribeEnvironmentParams) WriteToRequest ¶
func (o *DescribeEnvironmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *DescribePackageOK) GetPayload() *models.DescribePackageReply
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 ¶
func (o *DescribePackageParams) SetBody(body *models.DescribePackageRequest)
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 ¶
func (o *DescribePackageParams) WithBody(body *models.DescribePackageRequest) *DescribePackageParams
WithBody adds the body to the describe package params
func (*DescribePackageParams) WithContext ¶
func (o *DescribePackageParams) WithContext(ctx context.Context) *DescribePackageParams
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 (o *DescribeProjectOK) GetPayload() *models.DescribeProjectReply
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 ¶
func (o *DescribeProjectParams) SetBody(body *models.DescribeProjectRequest)
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 ¶
func (o *DescribeProjectParams) WithBody(body *models.DescribeProjectRequest) *DescribeProjectParams
WithBody adds the body to the describe project params
func (*DescribeProjectParams) WithContext ¶
func (o *DescribeProjectParams) WithContext(ctx context.Context) *DescribeProjectParams
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 (o *DescribeServiceOK) GetPayload() *models.DescribeServiceReply
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 ¶
func (o *DescribeServiceParams) SetBody(body *models.DescribeServiceRequest)
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 ¶
func (o *DescribeServiceParams) WithBody(body *models.DescribeServiceRequest) *DescribeServiceParams
WithBody adds the body to the describe service params
func (*DescribeServiceParams) WithContext ¶
func (o *DescribeServiceParams) WithContext(ctx context.Context) *DescribeServiceParams
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 ¶
func (o *DescribeSiteParams) WithBody(body *models.DescribeSiteRequest) *DescribeSiteParams
WithBody adds the body to the describe site params
func (*DescribeSiteParams) WithContext ¶
func (o *DescribeSiteParams) WithContext(ctx context.Context) *DescribeSiteParams
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 ¶
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) GetPayload ¶
func (o *GetLogsOK) GetPayload() *models.GetLogsReply
func (*GetLogsOK) IsClientError ¶
IsClientError returns true when this get logs o k response has a 4xx status code
func (*GetLogsOK) IsCode ¶
IsCode returns true when this get logs o k response a status code equal to that given
func (*GetLogsOK) IsRedirect ¶
IsRedirect returns true when this get logs o k response has a 3xx status code
func (*GetLogsOK) IsServerError ¶
IsServerError returns true when this get logs o k response has a 5xx status code
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 (o *GetMetricSamplesOK) GetPayload() *models.GetMetricSamplesReply
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 ¶
func (o *GetMetricSamplesParams) SetBody(body *models.GetMetricSamplesRequest)
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 ¶
func (o *GetMetricSamplesParams) WithBody(body *models.GetMetricSamplesRequest) *GetMetricSamplesParams
WithBody adds the body to the get metric samples params
func (*GetMetricSamplesParams) WithContext ¶
func (o *GetMetricSamplesParams) WithContext(ctx context.Context) *GetMetricSamplesParams
WithContext adds the context to the get metric samples params
func (*GetMetricSamplesParams) WithDefaults ¶
func (o *GetMetricSamplesParams) WithDefaults() *GetMetricSamplesParams
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 ¶
func (o *GetMetricSamplesParams) WithTimeout(timeout time.Duration) *GetMetricSamplesParams
WithTimeout adds the timeout to the get metric samples params
func (*GetMetricSamplesParams) WriteToRequest ¶
func (o *GetMetricSamplesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetUploadURLParams) WithBody(body *models.GetUploadURLRequest) *GetUploadURLParams
WithBody adds the body to the get upload URL params
func (*GetUploadURLParams) WithContext ¶
func (o *GetUploadURLParams) WithContext(ctx context.Context) *GetUploadURLParams
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 ¶
func (o *ListAPIKeysParams) WithBody(body models.ListAPIKeysRequest) *ListAPIKeysParams
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 ¶
func (o *ListDatabasesParams) SetBody(body *models.ListDatabasesRequest)
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 ¶
func (o *ListDatabasesParams) WithBody(body *models.ListDatabasesRequest) *ListDatabasesParams
WithBody adds the body to the list databases params
func (*ListDatabasesParams) WithContext ¶
func (o *ListDatabasesParams) WithContext(ctx context.Context) *ListDatabasesParams
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 ¶
func (o *ListDatastoresParams) SetBody(body *models.ListDatastoresRequest)
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 ¶
func (o *ListDatastoresParams) WithBody(body *models.ListDatastoresRequest) *ListDatastoresParams
WithBody adds the body to the list datastores params
func (*ListDatastoresParams) WithContext ¶
func (o *ListDatastoresParams) WithContext(ctx context.Context) *ListDatastoresParams
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 (o *ListDeploymentsOK) GetPayload() *models.ListDeploymentsReply
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 ¶
func (o *ListDeploymentsParams) SetBody(body *models.ListDeploymentsRequest)
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 ¶
func (o *ListDeploymentsParams) WithBody(body *models.ListDeploymentsRequest) *ListDeploymentsParams
WithBody adds the body to the list deployments params
func (*ListDeploymentsParams) WithContext ¶
func (o *ListDeploymentsParams) WithContext(ctx context.Context) *ListDeploymentsParams
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 (o *ListEnvironmentsOK) GetPayload() *models.ListEnvironmentsReply
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 ¶
func (o *ListEnvironmentsParams) SetBody(body models.ListEnvironmentsRequest)
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 ¶
func (o *ListEnvironmentsParams) WithBody(body models.ListEnvironmentsRequest) *ListEnvironmentsParams
WithBody adds the body to the list environments params
func (*ListEnvironmentsParams) WithContext ¶
func (o *ListEnvironmentsParams) WithContext(ctx context.Context) *ListEnvironmentsParams
WithContext adds the context to the list environments params
func (*ListEnvironmentsParams) WithDefaults ¶
func (o *ListEnvironmentsParams) WithDefaults() *ListEnvironmentsParams
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 ¶
func (o *ListEnvironmentsParams) WithTimeout(timeout time.Duration) *ListEnvironmentsParams
WithTimeout adds the timeout to the list environments params
func (*ListEnvironmentsParams) WriteToRequest ¶
func (o *ListEnvironmentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *ListMetricsParams) WithBody(body *models.ListMetricsRequest) *ListMetricsParams
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 ¶
func (o *ListPackagesParams) WithBody(body *models.ListPackagesRequest) *ListPackagesParams
WithBody adds the body to the list packages params
func (*ListPackagesParams) WithContext ¶
func (o *ListPackagesParams) WithContext(ctx context.Context) *ListPackagesParams
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 ¶
func (o *ListProjectsParams) SetBody(body models.ListProjectsRequest)
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 ¶
func (o *ListProjectsParams) WithBody(body models.ListProjectsRequest) *ListProjectsParams
WithBody adds the body to the list projects params
func (*ListProjectsParams) WithContext ¶
func (o *ListProjectsParams) WithContext(ctx context.Context) *ListProjectsParams
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 ¶
func (o *ListServicesParams) WithBody(body *models.ListServicesRequest) *ListServicesParams
WithBody adds the body to the list services params
func (*ListServicesParams) WithContext ¶
func (o *ListServicesParams) WithContext(ctx context.Context) *ListServicesParams
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 ¶
func (o *UploadPackageParams) SetBody(body *models.UploadPackageRequest)
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 ¶
func (o *UploadPackageParams) WithBody(body *models.UploadPackageRequest) *UploadPackageParams
WithBody adds the body to the upload package params
func (*UploadPackageParams) WithContext ¶
func (o *UploadPackageParams) WithContext(ctx context.Context) *UploadPackageParams
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
¶
- create_api_key_parameters.go
- create_api_key_responses.go
- create_deployment_parameters.go
- create_deployment_responses.go
- create_environment_parameters.go
- create_environment_responses.go
- create_project_parameters.go
- create_project_responses.go
- deactivate_project_parameters.go
- deactivate_project_responses.go
- delete_api_key_parameters.go
- delete_api_key_responses.go
- delete_environment_parameters.go
- delete_environment_responses.go
- delete_package_parameters.go
- delete_package_responses.go
- delete_project_parameters.go
- delete_project_responses.go
- describe_api_key_parameters.go
- describe_api_key_responses.go
- describe_database_parameters.go
- describe_database_responses.go
- describe_datastore_parameters.go
- describe_datastore_responses.go
- describe_deployment_parameters.go
- describe_deployment_responses.go
- describe_environment_parameters.go
- describe_environment_responses.go
- describe_package_parameters.go
- describe_package_responses.go
- describe_project_parameters.go
- describe_project_responses.go
- describe_service_parameters.go
- describe_service_responses.go
- describe_site_parameters.go
- describe_site_responses.go
- get_logs_parameters.go
- get_logs_responses.go
- get_metric_samples_parameters.go
- get_metric_samples_responses.go
- get_upload_url_parameters.go
- get_upload_url_responses.go
- list_api_keys_parameters.go
- list_api_keys_responses.go
- list_databases_parameters.go
- list_databases_responses.go
- list_datastores_parameters.go
- list_datastores_responses.go
- list_deployments_parameters.go
- list_deployments_responses.go
- list_environments_parameters.go
- list_environments_responses.go
- list_metrics_parameters.go
- list_metrics_responses.go
- list_packages_parameters.go
- list_packages_responses.go
- list_projects_parameters.go
- list_projects_responses.go
- list_services_parameters.go
- list_services_responses.go
- service_runner_client.go
- upload_package_parameters.go
- upload_package_responses.go