log_collection

package
v1.10.0 Latest Latest
Warning

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

Go to latest
Published: May 13, 2022 License: ISC Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for log collection API

func (*Client) CreateLogCollection added in v1.10.0

func (a *Client) CreateLogCollection(params *CreateLogCollectionParams, opts ...ClientOption) (*CreateLogCollectionOK, error)

CreateLogCollection create log collection API

func (*Client) DeleteLogCollection added in v1.10.0

func (a *Client) DeleteLogCollection(params *DeleteLogCollectionParams, opts ...ClientOption) (*DeleteLogCollectionOK, error)

DeleteLogCollection delete log collection API

func (*Client) ForceStopLogCollection added in v1.10.0

func (a *Client) ForceStopLogCollection(params *ForceStopLogCollectionParams, opts ...ClientOption) (*ForceStopLogCollectionOK, error)

ForceStopLogCollection force stop log collection API

func (*Client) GetLogCollections

func (a *Client) GetLogCollections(params *GetLogCollectionsParams, opts ...ClientOption) (*GetLogCollectionsOK, error)

GetLogCollections get log collections API

func (*Client) GetLogCollectionsConnection

func (a *Client) GetLogCollectionsConnection(params *GetLogCollectionsConnectionParams, opts ...ClientOption) (*GetLogCollectionsConnectionOK, error)

GetLogCollectionsConnection get log collections connection API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateLogCollection(params *CreateLogCollectionParams, opts ...ClientOption) (*CreateLogCollectionOK, error)

	DeleteLogCollection(params *DeleteLogCollectionParams, opts ...ClientOption) (*DeleteLogCollectionOK, error)

	ForceStopLogCollection(params *ForceStopLogCollectionParams, opts ...ClientOption) (*ForceStopLogCollectionOK, error)

	GetLogCollections(params *GetLogCollectionsParams, opts ...ClientOption) (*GetLogCollectionsOK, error)

	GetLogCollectionsConnection(params *GetLogCollectionsConnectionParams, opts ...ClientOption) (*GetLogCollectionsConnectionOK, 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 log collection API client.

type CreateLogCollectionBadRequest added in v1.10.0

type CreateLogCollectionBadRequest struct {
	Payload *models.ErrorBody
}
CreateLogCollectionBadRequest describes a response with status code 400, with default header values.

Bad request

func NewCreateLogCollectionBadRequest added in v1.10.0

func NewCreateLogCollectionBadRequest() *CreateLogCollectionBadRequest

NewCreateLogCollectionBadRequest creates a CreateLogCollectionBadRequest with default headers values

func (*CreateLogCollectionBadRequest) Error added in v1.10.0

func (*CreateLogCollectionBadRequest) GetPayload added in v1.10.0

type CreateLogCollectionInternalServerError added in v1.10.0

type CreateLogCollectionInternalServerError struct {
	Payload *models.ErrorBody
}
CreateLogCollectionInternalServerError describes a response with status code 500, with default header values.

Server error

func NewCreateLogCollectionInternalServerError added in v1.10.0

func NewCreateLogCollectionInternalServerError() *CreateLogCollectionInternalServerError

NewCreateLogCollectionInternalServerError creates a CreateLogCollectionInternalServerError with default headers values

func (*CreateLogCollectionInternalServerError) Error added in v1.10.0

func (*CreateLogCollectionInternalServerError) GetPayload added in v1.10.0

type CreateLogCollectionNotFound added in v1.10.0

type CreateLogCollectionNotFound struct {
	Payload *models.ErrorBody
}
CreateLogCollectionNotFound describes a response with status code 404, with default header values.

Not found

func NewCreateLogCollectionNotFound added in v1.10.0

func NewCreateLogCollectionNotFound() *CreateLogCollectionNotFound

NewCreateLogCollectionNotFound creates a CreateLogCollectionNotFound with default headers values

func (*CreateLogCollectionNotFound) Error added in v1.10.0

func (*CreateLogCollectionNotFound) GetPayload added in v1.10.0

func (o *CreateLogCollectionNotFound) GetPayload() *models.ErrorBody

type CreateLogCollectionOK added in v1.10.0

type CreateLogCollectionOK struct {
	Payload []*models.WithTaskLogCollection
}
CreateLogCollectionOK describes a response with status code 200, with default header values.

Ok

func NewCreateLogCollectionOK added in v1.10.0

func NewCreateLogCollectionOK() *CreateLogCollectionOK

NewCreateLogCollectionOK creates a CreateLogCollectionOK with default headers values

func (*CreateLogCollectionOK) Error added in v1.10.0

func (o *CreateLogCollectionOK) Error() string

func (*CreateLogCollectionOK) GetPayload added in v1.10.0

type CreateLogCollectionParams added in v1.10.0

type CreateLogCollectionParams struct {

	// RequestBody.
	RequestBody []*models.LogCollectionCreationParams

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

CreateLogCollectionParams contains all the parameters to send to the API endpoint

for the create log collection operation.

Typically these are written to a http.Request.

func NewCreateLogCollectionParams added in v1.10.0

func NewCreateLogCollectionParams() *CreateLogCollectionParams

NewCreateLogCollectionParams creates a new CreateLogCollectionParams object, with the default timeout for this client.

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

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

func NewCreateLogCollectionParamsWithContext added in v1.10.0

func NewCreateLogCollectionParamsWithContext(ctx context.Context) *CreateLogCollectionParams

NewCreateLogCollectionParamsWithContext creates a new CreateLogCollectionParams object with the ability to set a context for a request.

func NewCreateLogCollectionParamsWithHTTPClient added in v1.10.0

func NewCreateLogCollectionParamsWithHTTPClient(client *http.Client) *CreateLogCollectionParams

NewCreateLogCollectionParamsWithHTTPClient creates a new CreateLogCollectionParams object with the ability to set a custom HTTPClient for a request.

func NewCreateLogCollectionParamsWithTimeout added in v1.10.0

func NewCreateLogCollectionParamsWithTimeout(timeout time.Duration) *CreateLogCollectionParams

NewCreateLogCollectionParamsWithTimeout creates a new CreateLogCollectionParams object with the ability to set a timeout on a request.

func (*CreateLogCollectionParams) SetContext added in v1.10.0

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

SetContext adds the context to the create log collection params

func (*CreateLogCollectionParams) SetDefaults added in v1.10.0

func (o *CreateLogCollectionParams) SetDefaults()

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

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

func (*CreateLogCollectionParams) SetHTTPClient added in v1.10.0

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

SetHTTPClient adds the HTTPClient to the create log collection params

func (*CreateLogCollectionParams) SetRequestBody added in v1.10.0

func (o *CreateLogCollectionParams) SetRequestBody(requestBody []*models.LogCollectionCreationParams)

SetRequestBody adds the requestBody to the create log collection params

func (*CreateLogCollectionParams) SetTimeout added in v1.10.0

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

SetTimeout adds the timeout to the create log collection params

func (*CreateLogCollectionParams) WithContext added in v1.10.0

WithContext adds the context to the create log collection params

func (*CreateLogCollectionParams) WithDefaults added in v1.10.0

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

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

func (*CreateLogCollectionParams) WithHTTPClient added in v1.10.0

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

WithHTTPClient adds the HTTPClient to the create log collection params

func (*CreateLogCollectionParams) WithRequestBody added in v1.10.0

WithRequestBody adds the requestBody to the create log collection params

func (*CreateLogCollectionParams) WithTimeout added in v1.10.0

WithTimeout adds the timeout to the create log collection params

func (*CreateLogCollectionParams) WriteToRequest added in v1.10.0

WriteToRequest writes these params to a swagger request

type CreateLogCollectionReader added in v1.10.0

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

CreateLogCollectionReader is a Reader for the CreateLogCollection structure.

func (*CreateLogCollectionReader) ReadResponse added in v1.10.0

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

ReadResponse reads a server response into the received o.

type DeleteLogCollectionBadRequest added in v1.10.0

type DeleteLogCollectionBadRequest struct {
	Payload *models.ErrorBody
}
DeleteLogCollectionBadRequest describes a response with status code 400, with default header values.

Bad request

func NewDeleteLogCollectionBadRequest added in v1.10.0

func NewDeleteLogCollectionBadRequest() *DeleteLogCollectionBadRequest

NewDeleteLogCollectionBadRequest creates a DeleteLogCollectionBadRequest with default headers values

func (*DeleteLogCollectionBadRequest) Error added in v1.10.0

func (*DeleteLogCollectionBadRequest) GetPayload added in v1.10.0

type DeleteLogCollectionInternalServerError added in v1.10.0

type DeleteLogCollectionInternalServerError struct {
	Payload *models.ErrorBody
}
DeleteLogCollectionInternalServerError describes a response with status code 500, with default header values.

Server error

func NewDeleteLogCollectionInternalServerError added in v1.10.0

func NewDeleteLogCollectionInternalServerError() *DeleteLogCollectionInternalServerError

NewDeleteLogCollectionInternalServerError creates a DeleteLogCollectionInternalServerError with default headers values

func (*DeleteLogCollectionInternalServerError) Error added in v1.10.0

func (*DeleteLogCollectionInternalServerError) GetPayload added in v1.10.0

type DeleteLogCollectionNotFound added in v1.10.0

type DeleteLogCollectionNotFound struct {
	Payload *models.ErrorBody
}
DeleteLogCollectionNotFound describes a response with status code 404, with default header values.

Not found

func NewDeleteLogCollectionNotFound added in v1.10.0

func NewDeleteLogCollectionNotFound() *DeleteLogCollectionNotFound

NewDeleteLogCollectionNotFound creates a DeleteLogCollectionNotFound with default headers values

func (*DeleteLogCollectionNotFound) Error added in v1.10.0

func (*DeleteLogCollectionNotFound) GetPayload added in v1.10.0

func (o *DeleteLogCollectionNotFound) GetPayload() *models.ErrorBody

type DeleteLogCollectionOK added in v1.10.0

type DeleteLogCollectionOK struct {
	Payload []*models.WithTaskDeleteLogCollection
}
DeleteLogCollectionOK describes a response with status code 200, with default header values.

Ok

func NewDeleteLogCollectionOK added in v1.10.0

func NewDeleteLogCollectionOK() *DeleteLogCollectionOK

NewDeleteLogCollectionOK creates a DeleteLogCollectionOK with default headers values

func (*DeleteLogCollectionOK) Error added in v1.10.0

func (o *DeleteLogCollectionOK) Error() string

func (*DeleteLogCollectionOK) GetPayload added in v1.10.0

type DeleteLogCollectionParams added in v1.10.0

type DeleteLogCollectionParams struct {

	// RequestBody.
	RequestBody *models.LogCollectionDeletionParams

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

DeleteLogCollectionParams contains all the parameters to send to the API endpoint

for the delete log collection operation.

Typically these are written to a http.Request.

func NewDeleteLogCollectionParams added in v1.10.0

func NewDeleteLogCollectionParams() *DeleteLogCollectionParams

NewDeleteLogCollectionParams creates a new DeleteLogCollectionParams object, with the default timeout for this client.

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

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

func NewDeleteLogCollectionParamsWithContext added in v1.10.0

func NewDeleteLogCollectionParamsWithContext(ctx context.Context) *DeleteLogCollectionParams

NewDeleteLogCollectionParamsWithContext creates a new DeleteLogCollectionParams object with the ability to set a context for a request.

func NewDeleteLogCollectionParamsWithHTTPClient added in v1.10.0

func NewDeleteLogCollectionParamsWithHTTPClient(client *http.Client) *DeleteLogCollectionParams

NewDeleteLogCollectionParamsWithHTTPClient creates a new DeleteLogCollectionParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteLogCollectionParamsWithTimeout added in v1.10.0

func NewDeleteLogCollectionParamsWithTimeout(timeout time.Duration) *DeleteLogCollectionParams

NewDeleteLogCollectionParamsWithTimeout creates a new DeleteLogCollectionParams object with the ability to set a timeout on a request.

func (*DeleteLogCollectionParams) SetContext added in v1.10.0

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

SetContext adds the context to the delete log collection params

func (*DeleteLogCollectionParams) SetDefaults added in v1.10.0

func (o *DeleteLogCollectionParams) SetDefaults()

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

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

func (*DeleteLogCollectionParams) SetHTTPClient added in v1.10.0

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

SetHTTPClient adds the HTTPClient to the delete log collection params

func (*DeleteLogCollectionParams) SetRequestBody added in v1.10.0

func (o *DeleteLogCollectionParams) SetRequestBody(requestBody *models.LogCollectionDeletionParams)

SetRequestBody adds the requestBody to the delete log collection params

func (*DeleteLogCollectionParams) SetTimeout added in v1.10.0

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

SetTimeout adds the timeout to the delete log collection params

func (*DeleteLogCollectionParams) WithContext added in v1.10.0

WithContext adds the context to the delete log collection params

func (*DeleteLogCollectionParams) WithDefaults added in v1.10.0

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

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

func (*DeleteLogCollectionParams) WithHTTPClient added in v1.10.0

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

WithHTTPClient adds the HTTPClient to the delete log collection params

func (*DeleteLogCollectionParams) WithRequestBody added in v1.10.0

WithRequestBody adds the requestBody to the delete log collection params

func (*DeleteLogCollectionParams) WithTimeout added in v1.10.0

WithTimeout adds the timeout to the delete log collection params

func (*DeleteLogCollectionParams) WriteToRequest added in v1.10.0

WriteToRequest writes these params to a swagger request

type DeleteLogCollectionReader added in v1.10.0

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

DeleteLogCollectionReader is a Reader for the DeleteLogCollection structure.

func (*DeleteLogCollectionReader) ReadResponse added in v1.10.0

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

ReadResponse reads a server response into the received o.

type ForceStopLogCollectionBadRequest added in v1.10.0

type ForceStopLogCollectionBadRequest struct {
	Payload *models.ErrorBody
}
ForceStopLogCollectionBadRequest describes a response with status code 400, with default header values.

Bad request

func NewForceStopLogCollectionBadRequest added in v1.10.0

func NewForceStopLogCollectionBadRequest() *ForceStopLogCollectionBadRequest

NewForceStopLogCollectionBadRequest creates a ForceStopLogCollectionBadRequest with default headers values

func (*ForceStopLogCollectionBadRequest) Error added in v1.10.0

func (*ForceStopLogCollectionBadRequest) GetPayload added in v1.10.0

type ForceStopLogCollectionInternalServerError added in v1.10.0

type ForceStopLogCollectionInternalServerError struct {
	Payload *models.ErrorBody
}
ForceStopLogCollectionInternalServerError describes a response with status code 500, with default header values.

Server error

func NewForceStopLogCollectionInternalServerError added in v1.10.0

func NewForceStopLogCollectionInternalServerError() *ForceStopLogCollectionInternalServerError

NewForceStopLogCollectionInternalServerError creates a ForceStopLogCollectionInternalServerError with default headers values

func (*ForceStopLogCollectionInternalServerError) Error added in v1.10.0

func (*ForceStopLogCollectionInternalServerError) GetPayload added in v1.10.0

type ForceStopLogCollectionNotFound added in v1.10.0

type ForceStopLogCollectionNotFound struct {
	Payload *models.ErrorBody
}
ForceStopLogCollectionNotFound describes a response with status code 404, with default header values.

Not found

func NewForceStopLogCollectionNotFound added in v1.10.0

func NewForceStopLogCollectionNotFound() *ForceStopLogCollectionNotFound

NewForceStopLogCollectionNotFound creates a ForceStopLogCollectionNotFound with default headers values

func (*ForceStopLogCollectionNotFound) Error added in v1.10.0

func (*ForceStopLogCollectionNotFound) GetPayload added in v1.10.0

type ForceStopLogCollectionOK added in v1.10.0

type ForceStopLogCollectionOK struct {
	Payload []*models.WithTaskLogCollection
}
ForceStopLogCollectionOK describes a response with status code 200, with default header values.

Ok

func NewForceStopLogCollectionOK added in v1.10.0

func NewForceStopLogCollectionOK() *ForceStopLogCollectionOK

NewForceStopLogCollectionOK creates a ForceStopLogCollectionOK with default headers values

func (*ForceStopLogCollectionOK) Error added in v1.10.0

func (o *ForceStopLogCollectionOK) Error() string

func (*ForceStopLogCollectionOK) GetPayload added in v1.10.0

type ForceStopLogCollectionParams added in v1.10.0

type ForceStopLogCollectionParams struct {

	// RequestBody.
	RequestBody *models.ForceStopLogCollectionParams

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

ForceStopLogCollectionParams contains all the parameters to send to the API endpoint

for the force stop log collection operation.

Typically these are written to a http.Request.

func NewForceStopLogCollectionParams added in v1.10.0

func NewForceStopLogCollectionParams() *ForceStopLogCollectionParams

NewForceStopLogCollectionParams creates a new ForceStopLogCollectionParams object, with the default timeout for this client.

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

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

func NewForceStopLogCollectionParamsWithContext added in v1.10.0

func NewForceStopLogCollectionParamsWithContext(ctx context.Context) *ForceStopLogCollectionParams

NewForceStopLogCollectionParamsWithContext creates a new ForceStopLogCollectionParams object with the ability to set a context for a request.

func NewForceStopLogCollectionParamsWithHTTPClient added in v1.10.0

func NewForceStopLogCollectionParamsWithHTTPClient(client *http.Client) *ForceStopLogCollectionParams

NewForceStopLogCollectionParamsWithHTTPClient creates a new ForceStopLogCollectionParams object with the ability to set a custom HTTPClient for a request.

func NewForceStopLogCollectionParamsWithTimeout added in v1.10.0

func NewForceStopLogCollectionParamsWithTimeout(timeout time.Duration) *ForceStopLogCollectionParams

NewForceStopLogCollectionParamsWithTimeout creates a new ForceStopLogCollectionParams object with the ability to set a timeout on a request.

func (*ForceStopLogCollectionParams) SetContext added in v1.10.0

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

SetContext adds the context to the force stop log collection params

func (*ForceStopLogCollectionParams) SetDefaults added in v1.10.0

func (o *ForceStopLogCollectionParams) SetDefaults()

SetDefaults hydrates default values in the force stop log collection params (not the query body).

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

func (*ForceStopLogCollectionParams) SetHTTPClient added in v1.10.0

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

SetHTTPClient adds the HTTPClient to the force stop log collection params

func (*ForceStopLogCollectionParams) SetRequestBody added in v1.10.0

func (o *ForceStopLogCollectionParams) SetRequestBody(requestBody *models.ForceStopLogCollectionParams)

SetRequestBody adds the requestBody to the force stop log collection params

func (*ForceStopLogCollectionParams) SetTimeout added in v1.10.0

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

SetTimeout adds the timeout to the force stop log collection params

func (*ForceStopLogCollectionParams) WithContext added in v1.10.0

WithContext adds the context to the force stop log collection params

func (*ForceStopLogCollectionParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the force stop log collection params (not the query body).

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

func (*ForceStopLogCollectionParams) WithHTTPClient added in v1.10.0

WithHTTPClient adds the HTTPClient to the force stop log collection params

func (*ForceStopLogCollectionParams) WithRequestBody added in v1.10.0

WithRequestBody adds the requestBody to the force stop log collection params

func (*ForceStopLogCollectionParams) WithTimeout added in v1.10.0

WithTimeout adds the timeout to the force stop log collection params

func (*ForceStopLogCollectionParams) WriteToRequest added in v1.10.0

WriteToRequest writes these params to a swagger request

type ForceStopLogCollectionReader added in v1.10.0

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

ForceStopLogCollectionReader is a Reader for the ForceStopLogCollection structure.

func (*ForceStopLogCollectionReader) ReadResponse added in v1.10.0

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

ReadResponse reads a server response into the received o.

type GetLogCollectionsBadRequest

type GetLogCollectionsBadRequest struct {
	Payload *models.ErrorBody
}
GetLogCollectionsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetLogCollectionsBadRequest

func NewGetLogCollectionsBadRequest() *GetLogCollectionsBadRequest

NewGetLogCollectionsBadRequest creates a GetLogCollectionsBadRequest with default headers values

func (*GetLogCollectionsBadRequest) Error

func (*GetLogCollectionsBadRequest) GetPayload

func (o *GetLogCollectionsBadRequest) GetPayload() *models.ErrorBody

type GetLogCollectionsConnectionBadRequest

type GetLogCollectionsConnectionBadRequest struct {
	Payload *models.ErrorBody
}
GetLogCollectionsConnectionBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetLogCollectionsConnectionBadRequest

func NewGetLogCollectionsConnectionBadRequest() *GetLogCollectionsConnectionBadRequest

NewGetLogCollectionsConnectionBadRequest creates a GetLogCollectionsConnectionBadRequest with default headers values

func (*GetLogCollectionsConnectionBadRequest) Error

func (*GetLogCollectionsConnectionBadRequest) GetPayload

type GetLogCollectionsConnectionInternalServerError added in v1.10.0

type GetLogCollectionsConnectionInternalServerError struct {
	Payload *models.ErrorBody
}
GetLogCollectionsConnectionInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetLogCollectionsConnectionInternalServerError added in v1.10.0

func NewGetLogCollectionsConnectionInternalServerError() *GetLogCollectionsConnectionInternalServerError

NewGetLogCollectionsConnectionInternalServerError creates a GetLogCollectionsConnectionInternalServerError with default headers values

func (*GetLogCollectionsConnectionInternalServerError) Error added in v1.10.0

func (*GetLogCollectionsConnectionInternalServerError) GetPayload added in v1.10.0

type GetLogCollectionsConnectionNotFound added in v1.10.0

type GetLogCollectionsConnectionNotFound struct {
	Payload *models.ErrorBody
}
GetLogCollectionsConnectionNotFound describes a response with status code 404, with default header values.

Not found

func NewGetLogCollectionsConnectionNotFound added in v1.10.0

func NewGetLogCollectionsConnectionNotFound() *GetLogCollectionsConnectionNotFound

NewGetLogCollectionsConnectionNotFound creates a GetLogCollectionsConnectionNotFound with default headers values

func (*GetLogCollectionsConnectionNotFound) Error added in v1.10.0

func (*GetLogCollectionsConnectionNotFound) GetPayload added in v1.10.0

type GetLogCollectionsConnectionOK

type GetLogCollectionsConnectionOK struct {
	Payload *models.LogCollectionConnection
}
GetLogCollectionsConnectionOK describes a response with status code 200, with default header values.

Ok

func NewGetLogCollectionsConnectionOK

func NewGetLogCollectionsConnectionOK() *GetLogCollectionsConnectionOK

NewGetLogCollectionsConnectionOK creates a GetLogCollectionsConnectionOK with default headers values

func (*GetLogCollectionsConnectionOK) Error

func (*GetLogCollectionsConnectionOK) GetPayload

type GetLogCollectionsConnectionParams

type GetLogCollectionsConnectionParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.GetLogCollectionsConnectionRequestBody

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

GetLogCollectionsConnectionParams contains all the parameters to send to the API endpoint

for the get log collections connection operation.

Typically these are written to a http.Request.

func NewGetLogCollectionsConnectionParams

func NewGetLogCollectionsConnectionParams() *GetLogCollectionsConnectionParams

NewGetLogCollectionsConnectionParams creates a new GetLogCollectionsConnectionParams object, with the default timeout for this client.

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

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

func NewGetLogCollectionsConnectionParamsWithContext

func NewGetLogCollectionsConnectionParamsWithContext(ctx context.Context) *GetLogCollectionsConnectionParams

NewGetLogCollectionsConnectionParamsWithContext creates a new GetLogCollectionsConnectionParams object with the ability to set a context for a request.

func NewGetLogCollectionsConnectionParamsWithHTTPClient

func NewGetLogCollectionsConnectionParamsWithHTTPClient(client *http.Client) *GetLogCollectionsConnectionParams

NewGetLogCollectionsConnectionParamsWithHTTPClient creates a new GetLogCollectionsConnectionParams object with the ability to set a custom HTTPClient for a request.

func NewGetLogCollectionsConnectionParamsWithTimeout

func NewGetLogCollectionsConnectionParamsWithTimeout(timeout time.Duration) *GetLogCollectionsConnectionParams

NewGetLogCollectionsConnectionParamsWithTimeout creates a new GetLogCollectionsConnectionParams object with the ability to set a timeout on a request.

func (*GetLogCollectionsConnectionParams) SetContentLanguage

func (o *GetLogCollectionsConnectionParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the get log collections connection params

func (*GetLogCollectionsConnectionParams) SetContext

SetContext adds the context to the get log collections connection params

func (*GetLogCollectionsConnectionParams) SetDefaults

func (o *GetLogCollectionsConnectionParams) SetDefaults()

SetDefaults hydrates default values in the get log collections connection params (not the query body).

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

func (*GetLogCollectionsConnectionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get log collections connection params

func (*GetLogCollectionsConnectionParams) SetRequestBody

SetRequestBody adds the requestBody to the get log collections connection params

func (*GetLogCollectionsConnectionParams) SetTimeout

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

SetTimeout adds the timeout to the get log collections connection params

func (*GetLogCollectionsConnectionParams) WithContentLanguage

func (o *GetLogCollectionsConnectionParams) WithContentLanguage(contentLanguage *string) *GetLogCollectionsConnectionParams

WithContentLanguage adds the contentLanguage to the get log collections connection params

func (*GetLogCollectionsConnectionParams) WithContext

WithContext adds the context to the get log collections connection params

func (*GetLogCollectionsConnectionParams) WithDefaults

WithDefaults hydrates default values in the get log collections connection params (not the query body).

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

func (*GetLogCollectionsConnectionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get log collections connection params

func (*GetLogCollectionsConnectionParams) WithRequestBody

WithRequestBody adds the requestBody to the get log collections connection params

func (*GetLogCollectionsConnectionParams) WithTimeout

WithTimeout adds the timeout to the get log collections connection params

func (*GetLogCollectionsConnectionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLogCollectionsConnectionReader

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

GetLogCollectionsConnectionReader is a Reader for the GetLogCollectionsConnection structure.

func (*GetLogCollectionsConnectionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLogCollectionsInternalServerError added in v1.10.0

type GetLogCollectionsInternalServerError struct {
	Payload *models.ErrorBody
}
GetLogCollectionsInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetLogCollectionsInternalServerError added in v1.10.0

func NewGetLogCollectionsInternalServerError() *GetLogCollectionsInternalServerError

NewGetLogCollectionsInternalServerError creates a GetLogCollectionsInternalServerError with default headers values

func (*GetLogCollectionsInternalServerError) Error added in v1.10.0

func (*GetLogCollectionsInternalServerError) GetPayload added in v1.10.0

type GetLogCollectionsNotFound added in v1.10.0

type GetLogCollectionsNotFound struct {
	Payload *models.ErrorBody
}
GetLogCollectionsNotFound describes a response with status code 404, with default header values.

Not found

func NewGetLogCollectionsNotFound added in v1.10.0

func NewGetLogCollectionsNotFound() *GetLogCollectionsNotFound

NewGetLogCollectionsNotFound creates a GetLogCollectionsNotFound with default headers values

func (*GetLogCollectionsNotFound) Error added in v1.10.0

func (o *GetLogCollectionsNotFound) Error() string

func (*GetLogCollectionsNotFound) GetPayload added in v1.10.0

func (o *GetLogCollectionsNotFound) GetPayload() *models.ErrorBody

type GetLogCollectionsOK

type GetLogCollectionsOK struct {
	Payload []*models.LogCollection
}
GetLogCollectionsOK describes a response with status code 200, with default header values.

Ok

func NewGetLogCollectionsOK

func NewGetLogCollectionsOK() *GetLogCollectionsOK

NewGetLogCollectionsOK creates a GetLogCollectionsOK with default headers values

func (*GetLogCollectionsOK) Error

func (o *GetLogCollectionsOK) Error() string

func (*GetLogCollectionsOK) GetPayload

func (o *GetLogCollectionsOK) GetPayload() []*models.LogCollection

type GetLogCollectionsParams

type GetLogCollectionsParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.GetLogCollectionsRequestBody

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

GetLogCollectionsParams contains all the parameters to send to the API endpoint

for the get log collections operation.

Typically these are written to a http.Request.

func NewGetLogCollectionsParams

func NewGetLogCollectionsParams() *GetLogCollectionsParams

NewGetLogCollectionsParams creates a new GetLogCollectionsParams object, with the default timeout for this client.

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

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

func NewGetLogCollectionsParamsWithContext

func NewGetLogCollectionsParamsWithContext(ctx context.Context) *GetLogCollectionsParams

NewGetLogCollectionsParamsWithContext creates a new GetLogCollectionsParams object with the ability to set a context for a request.

func NewGetLogCollectionsParamsWithHTTPClient

func NewGetLogCollectionsParamsWithHTTPClient(client *http.Client) *GetLogCollectionsParams

NewGetLogCollectionsParamsWithHTTPClient creates a new GetLogCollectionsParams object with the ability to set a custom HTTPClient for a request.

func NewGetLogCollectionsParamsWithTimeout

func NewGetLogCollectionsParamsWithTimeout(timeout time.Duration) *GetLogCollectionsParams

NewGetLogCollectionsParamsWithTimeout creates a new GetLogCollectionsParams object with the ability to set a timeout on a request.

func (*GetLogCollectionsParams) SetContentLanguage

func (o *GetLogCollectionsParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the get log collections params

func (*GetLogCollectionsParams) SetContext

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

SetContext adds the context to the get log collections params

func (*GetLogCollectionsParams) SetDefaults

func (o *GetLogCollectionsParams) SetDefaults()

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

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

func (*GetLogCollectionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get log collections params

func (*GetLogCollectionsParams) SetRequestBody

func (o *GetLogCollectionsParams) SetRequestBody(requestBody *models.GetLogCollectionsRequestBody)

SetRequestBody adds the requestBody to the get log collections params

func (*GetLogCollectionsParams) SetTimeout

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

SetTimeout adds the timeout to the get log collections params

func (*GetLogCollectionsParams) WithContentLanguage

func (o *GetLogCollectionsParams) WithContentLanguage(contentLanguage *string) *GetLogCollectionsParams

WithContentLanguage adds the contentLanguage to the get log collections params

func (*GetLogCollectionsParams) WithContext

WithContext adds the context to the get log collections params

func (*GetLogCollectionsParams) WithDefaults

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

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

func (*GetLogCollectionsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get log collections params

func (*GetLogCollectionsParams) WithRequestBody

WithRequestBody adds the requestBody to the get log collections params

func (*GetLogCollectionsParams) WithTimeout

WithTimeout adds the timeout to the get log collections params

func (*GetLogCollectionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLogCollectionsReader

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

GetLogCollectionsReader is a Reader for the GetLogCollections structure.

func (*GetLogCollectionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL