log_monitoring_metrics

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2020 License: MIT 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 monitoring metrics API

func (*Client) DeleteCalculatedMetricsLog

DeleteCalculatedMetricsLog deletes the specified custom log metric definition pipe maturity e a r l y a d o p t e r

func (*Client) GetCalculatedMetricsLog

func (a *Client) GetCalculatedMetricsLog(params *GetCalculatedMetricsLogParams, authInfo runtime.ClientAuthInfoWriter) (*GetCalculatedMetricsLogOK, error)

GetCalculatedMetricsLog gets the definition of the specified custom log metric pipe maturity e a r l y a d o p t e r

func (*Client) GetCalculatedMetricsLogs

func (a *Client) GetCalculatedMetricsLogs(params *GetCalculatedMetricsLogsParams, authInfo runtime.ClientAuthInfoWriter) (*GetCalculatedMetricsLogsOK, error)

GetCalculatedMetricsLogs lists all custom log metrics configured in your environment pipe maturity e a r l y a d o p t e r

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateCalculatedMetricsLog

UpdateCalculatedMetricsLog creates a new custom log metric pipe maturity e a r l y a d o p t e r

If the metric definition with the specified key already exists, it is updated.

func (*Client) ValidateCalculatedMetricsLog

ValidateCalculatedMetricsLog validates the payload for the p u t calculated metrics log metric key request pipe maturity e a r l y a d o p t e r

type ClientService

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new log monitoring metrics API client.

type DeleteCalculatedMetricsLogNoContent

type DeleteCalculatedMetricsLogNoContent struct {
}

DeleteCalculatedMetricsLogNoContent handles this case with default header values.

Deleted. Response doesn't have a body.

func NewDeleteCalculatedMetricsLogNoContent

func NewDeleteCalculatedMetricsLogNoContent() *DeleteCalculatedMetricsLogNoContent

NewDeleteCalculatedMetricsLogNoContent creates a DeleteCalculatedMetricsLogNoContent with default headers values

func (*DeleteCalculatedMetricsLogNoContent) Error

type DeleteCalculatedMetricsLogParams

type DeleteCalculatedMetricsLogParams struct {

	/*MetricKey
	  The key of the custom log metric to be deleted.

	*/
	MetricKey string

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

DeleteCalculatedMetricsLogParams contains all the parameters to send to the API endpoint for the delete calculated metrics log operation typically these are written to a http.Request

func NewDeleteCalculatedMetricsLogParams

func NewDeleteCalculatedMetricsLogParams() *DeleteCalculatedMetricsLogParams

NewDeleteCalculatedMetricsLogParams creates a new DeleteCalculatedMetricsLogParams object with the default values initialized.

func NewDeleteCalculatedMetricsLogParamsWithContext

func NewDeleteCalculatedMetricsLogParamsWithContext(ctx context.Context) *DeleteCalculatedMetricsLogParams

NewDeleteCalculatedMetricsLogParamsWithContext creates a new DeleteCalculatedMetricsLogParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteCalculatedMetricsLogParamsWithHTTPClient

func NewDeleteCalculatedMetricsLogParamsWithHTTPClient(client *http.Client) *DeleteCalculatedMetricsLogParams

NewDeleteCalculatedMetricsLogParamsWithHTTPClient creates a new DeleteCalculatedMetricsLogParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteCalculatedMetricsLogParamsWithTimeout

func NewDeleteCalculatedMetricsLogParamsWithTimeout(timeout time.Duration) *DeleteCalculatedMetricsLogParams

NewDeleteCalculatedMetricsLogParamsWithTimeout creates a new DeleteCalculatedMetricsLogParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteCalculatedMetricsLogParams) SetContext

SetContext adds the context to the delete calculated metrics log params

func (*DeleteCalculatedMetricsLogParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete calculated metrics log params

func (*DeleteCalculatedMetricsLogParams) SetMetricKey

func (o *DeleteCalculatedMetricsLogParams) SetMetricKey(metricKey string)

SetMetricKey adds the metricKey to the delete calculated metrics log params

func (*DeleteCalculatedMetricsLogParams) SetTimeout

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

SetTimeout adds the timeout to the delete calculated metrics log params

func (*DeleteCalculatedMetricsLogParams) WithContext

WithContext adds the context to the delete calculated metrics log params

func (*DeleteCalculatedMetricsLogParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete calculated metrics log params

func (*DeleteCalculatedMetricsLogParams) WithMetricKey

WithMetricKey adds the metricKey to the delete calculated metrics log params

func (*DeleteCalculatedMetricsLogParams) WithTimeout

WithTimeout adds the timeout to the delete calculated metrics log params

func (*DeleteCalculatedMetricsLogParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteCalculatedMetricsLogReader

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

DeleteCalculatedMetricsLogReader is a Reader for the DeleteCalculatedMetricsLog structure.

func (*DeleteCalculatedMetricsLogReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCalculatedMetricsLogOK

type GetCalculatedMetricsLogOK struct {
	Payload *dynatrace.LogMetricConfig
}

GetCalculatedMetricsLogOK handles this case with default header values.

successful operation

func NewGetCalculatedMetricsLogOK

func NewGetCalculatedMetricsLogOK() *GetCalculatedMetricsLogOK

NewGetCalculatedMetricsLogOK creates a GetCalculatedMetricsLogOK with default headers values

func (*GetCalculatedMetricsLogOK) Error

func (o *GetCalculatedMetricsLogOK) Error() string

func (*GetCalculatedMetricsLogOK) GetPayload

type GetCalculatedMetricsLogParams

type GetCalculatedMetricsLogParams struct {

	/*MetricKey
	  The key of the required custom log metric.

	*/
	MetricKey string

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

GetCalculatedMetricsLogParams contains all the parameters to send to the API endpoint for the get calculated metrics log operation typically these are written to a http.Request

func NewGetCalculatedMetricsLogParams

func NewGetCalculatedMetricsLogParams() *GetCalculatedMetricsLogParams

NewGetCalculatedMetricsLogParams creates a new GetCalculatedMetricsLogParams object with the default values initialized.

func NewGetCalculatedMetricsLogParamsWithContext

func NewGetCalculatedMetricsLogParamsWithContext(ctx context.Context) *GetCalculatedMetricsLogParams

NewGetCalculatedMetricsLogParamsWithContext creates a new GetCalculatedMetricsLogParams object with the default values initialized, and the ability to set a context for a request

func NewGetCalculatedMetricsLogParamsWithHTTPClient

func NewGetCalculatedMetricsLogParamsWithHTTPClient(client *http.Client) *GetCalculatedMetricsLogParams

NewGetCalculatedMetricsLogParamsWithHTTPClient creates a new GetCalculatedMetricsLogParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetCalculatedMetricsLogParamsWithTimeout

func NewGetCalculatedMetricsLogParamsWithTimeout(timeout time.Duration) *GetCalculatedMetricsLogParams

NewGetCalculatedMetricsLogParamsWithTimeout creates a new GetCalculatedMetricsLogParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetCalculatedMetricsLogParams) SetContext

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

SetContext adds the context to the get calculated metrics log params

func (*GetCalculatedMetricsLogParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get calculated metrics log params

func (*GetCalculatedMetricsLogParams) SetMetricKey

func (o *GetCalculatedMetricsLogParams) SetMetricKey(metricKey string)

SetMetricKey adds the metricKey to the get calculated metrics log params

func (*GetCalculatedMetricsLogParams) SetTimeout

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

SetTimeout adds the timeout to the get calculated metrics log params

func (*GetCalculatedMetricsLogParams) WithContext

WithContext adds the context to the get calculated metrics log params

func (*GetCalculatedMetricsLogParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get calculated metrics log params

func (*GetCalculatedMetricsLogParams) WithMetricKey

WithMetricKey adds the metricKey to the get calculated metrics log params

func (*GetCalculatedMetricsLogParams) WithTimeout

WithTimeout adds the timeout to the get calculated metrics log params

func (*GetCalculatedMetricsLogParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCalculatedMetricsLogReader

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

GetCalculatedMetricsLogReader is a Reader for the GetCalculatedMetricsLog structure.

func (*GetCalculatedMetricsLogReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCalculatedMetricsLogsOK

type GetCalculatedMetricsLogsOK struct {
	Payload *dynatrace.StubList
}

GetCalculatedMetricsLogsOK handles this case with default header values.

successful operation

func NewGetCalculatedMetricsLogsOK

func NewGetCalculatedMetricsLogsOK() *GetCalculatedMetricsLogsOK

NewGetCalculatedMetricsLogsOK creates a GetCalculatedMetricsLogsOK with default headers values

func (*GetCalculatedMetricsLogsOK) Error

func (*GetCalculatedMetricsLogsOK) GetPayload

type GetCalculatedMetricsLogsParams

type GetCalculatedMetricsLogsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCalculatedMetricsLogsParams contains all the parameters to send to the API endpoint for the get calculated metrics logs operation typically these are written to a http.Request

func NewGetCalculatedMetricsLogsParams

func NewGetCalculatedMetricsLogsParams() *GetCalculatedMetricsLogsParams

NewGetCalculatedMetricsLogsParams creates a new GetCalculatedMetricsLogsParams object with the default values initialized.

func NewGetCalculatedMetricsLogsParamsWithContext

func NewGetCalculatedMetricsLogsParamsWithContext(ctx context.Context) *GetCalculatedMetricsLogsParams

NewGetCalculatedMetricsLogsParamsWithContext creates a new GetCalculatedMetricsLogsParams object with the default values initialized, and the ability to set a context for a request

func NewGetCalculatedMetricsLogsParamsWithHTTPClient

func NewGetCalculatedMetricsLogsParamsWithHTTPClient(client *http.Client) *GetCalculatedMetricsLogsParams

NewGetCalculatedMetricsLogsParamsWithHTTPClient creates a new GetCalculatedMetricsLogsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetCalculatedMetricsLogsParamsWithTimeout

func NewGetCalculatedMetricsLogsParamsWithTimeout(timeout time.Duration) *GetCalculatedMetricsLogsParams

NewGetCalculatedMetricsLogsParamsWithTimeout creates a new GetCalculatedMetricsLogsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetCalculatedMetricsLogsParams) SetContext

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

SetContext adds the context to the get calculated metrics logs params

func (*GetCalculatedMetricsLogsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get calculated metrics logs params

func (*GetCalculatedMetricsLogsParams) SetTimeout

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

SetTimeout adds the timeout to the get calculated metrics logs params

func (*GetCalculatedMetricsLogsParams) WithContext

WithContext adds the context to the get calculated metrics logs params

func (*GetCalculatedMetricsLogsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get calculated metrics logs params

func (*GetCalculatedMetricsLogsParams) WithTimeout

WithTimeout adds the timeout to the get calculated metrics logs params

func (*GetCalculatedMetricsLogsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCalculatedMetricsLogsReader

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

GetCalculatedMetricsLogsReader is a Reader for the GetCalculatedMetricsLogs structure.

func (*GetCalculatedMetricsLogsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateCalculatedMetricsLogBadRequest

type UpdateCalculatedMetricsLogBadRequest struct {
	Payload *dynatrace.ErrorEnvelope
}

UpdateCalculatedMetricsLogBadRequest handles this case with default header values.

Failed. The input is invalid.

func NewUpdateCalculatedMetricsLogBadRequest

func NewUpdateCalculatedMetricsLogBadRequest() *UpdateCalculatedMetricsLogBadRequest

NewUpdateCalculatedMetricsLogBadRequest creates a UpdateCalculatedMetricsLogBadRequest with default headers values

func (*UpdateCalculatedMetricsLogBadRequest) Error

func (*UpdateCalculatedMetricsLogBadRequest) GetPayload

type UpdateCalculatedMetricsLogCreated

type UpdateCalculatedMetricsLogCreated struct {
	Payload *dynatrace.EntityShortRepresentation
}

UpdateCalculatedMetricsLogCreated handles this case with default header values.

Success. The new metric definition has been created. The response body contains the key and the name of the new metric.

func NewUpdateCalculatedMetricsLogCreated

func NewUpdateCalculatedMetricsLogCreated() *UpdateCalculatedMetricsLogCreated

NewUpdateCalculatedMetricsLogCreated creates a UpdateCalculatedMetricsLogCreated with default headers values

func (*UpdateCalculatedMetricsLogCreated) Error

func (*UpdateCalculatedMetricsLogCreated) GetPayload

type UpdateCalculatedMetricsLogNoContent

type UpdateCalculatedMetricsLogNoContent struct {
}

UpdateCalculatedMetricsLogNoContent handles this case with default header values.

Success. The metric definition has been updated. Response doesn't have a body.

func NewUpdateCalculatedMetricsLogNoContent

func NewUpdateCalculatedMetricsLogNoContent() *UpdateCalculatedMetricsLogNoContent

NewUpdateCalculatedMetricsLogNoContent creates a UpdateCalculatedMetricsLogNoContent with default headers values

func (*UpdateCalculatedMetricsLogNoContent) Error

type UpdateCalculatedMetricsLogParams

type UpdateCalculatedMetricsLogParams struct {

	/*Body
	  The JSON body of the request. Contains the definition of the custom log metric.

	*/
	Body *dynatrace.LogMetricConfig
	/*MetricKey
	 The required key of the custom log metric. The key must have the `calc:log.` prefix.

	The key in the body of the request must match this key.

	*/
	MetricKey string

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

UpdateCalculatedMetricsLogParams contains all the parameters to send to the API endpoint for the update calculated metrics log operation typically these are written to a http.Request

func NewUpdateCalculatedMetricsLogParams

func NewUpdateCalculatedMetricsLogParams() *UpdateCalculatedMetricsLogParams

NewUpdateCalculatedMetricsLogParams creates a new UpdateCalculatedMetricsLogParams object with the default values initialized.

func NewUpdateCalculatedMetricsLogParamsWithContext

func NewUpdateCalculatedMetricsLogParamsWithContext(ctx context.Context) *UpdateCalculatedMetricsLogParams

NewUpdateCalculatedMetricsLogParamsWithContext creates a new UpdateCalculatedMetricsLogParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateCalculatedMetricsLogParamsWithHTTPClient

func NewUpdateCalculatedMetricsLogParamsWithHTTPClient(client *http.Client) *UpdateCalculatedMetricsLogParams

NewUpdateCalculatedMetricsLogParamsWithHTTPClient creates a new UpdateCalculatedMetricsLogParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateCalculatedMetricsLogParamsWithTimeout

func NewUpdateCalculatedMetricsLogParamsWithTimeout(timeout time.Duration) *UpdateCalculatedMetricsLogParams

NewUpdateCalculatedMetricsLogParamsWithTimeout creates a new UpdateCalculatedMetricsLogParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateCalculatedMetricsLogParams) SetBody

SetBody adds the body to the update calculated metrics log params

func (*UpdateCalculatedMetricsLogParams) SetContext

SetContext adds the context to the update calculated metrics log params

func (*UpdateCalculatedMetricsLogParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update calculated metrics log params

func (*UpdateCalculatedMetricsLogParams) SetMetricKey

func (o *UpdateCalculatedMetricsLogParams) SetMetricKey(metricKey string)

SetMetricKey adds the metricKey to the update calculated metrics log params

func (*UpdateCalculatedMetricsLogParams) SetTimeout

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

SetTimeout adds the timeout to the update calculated metrics log params

func (*UpdateCalculatedMetricsLogParams) WithBody

WithBody adds the body to the update calculated metrics log params

func (*UpdateCalculatedMetricsLogParams) WithContext

WithContext adds the context to the update calculated metrics log params

func (*UpdateCalculatedMetricsLogParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update calculated metrics log params

func (*UpdateCalculatedMetricsLogParams) WithMetricKey

WithMetricKey adds the metricKey to the update calculated metrics log params

func (*UpdateCalculatedMetricsLogParams) WithTimeout

WithTimeout adds the timeout to the update calculated metrics log params

func (*UpdateCalculatedMetricsLogParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateCalculatedMetricsLogReader

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

UpdateCalculatedMetricsLogReader is a Reader for the UpdateCalculatedMetricsLog structure.

func (*UpdateCalculatedMetricsLogReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ValidateCalculatedMetricsLogBadRequest

type ValidateCalculatedMetricsLogBadRequest struct {
	Payload *dynatrace.ErrorEnvelope
}

ValidateCalculatedMetricsLogBadRequest handles this case with default header values.

Failed. The input is invalid.

func NewValidateCalculatedMetricsLogBadRequest

func NewValidateCalculatedMetricsLogBadRequest() *ValidateCalculatedMetricsLogBadRequest

NewValidateCalculatedMetricsLogBadRequest creates a ValidateCalculatedMetricsLogBadRequest with default headers values

func (*ValidateCalculatedMetricsLogBadRequest) Error

func (*ValidateCalculatedMetricsLogBadRequest) GetPayload

type ValidateCalculatedMetricsLogNoContent

type ValidateCalculatedMetricsLogNoContent struct {
}

ValidateCalculatedMetricsLogNoContent handles this case with default header values.

Validated. The submitted configuration is valid. Response doesn't have a body.

func NewValidateCalculatedMetricsLogNoContent

func NewValidateCalculatedMetricsLogNoContent() *ValidateCalculatedMetricsLogNoContent

NewValidateCalculatedMetricsLogNoContent creates a ValidateCalculatedMetricsLogNoContent with default headers values

func (*ValidateCalculatedMetricsLogNoContent) Error

type ValidateCalculatedMetricsLogParams

type ValidateCalculatedMetricsLogParams struct {

	/*Body
	  The JSON body of the request. Contains definition of the custom log metric to be validated.

	*/
	Body *dynatrace.LogMetricConfig
	/*MetricKey
	  The key of the custom log metric to be validated.

	*/
	MetricKey string

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

ValidateCalculatedMetricsLogParams contains all the parameters to send to the API endpoint for the validate calculated metrics log operation typically these are written to a http.Request

func NewValidateCalculatedMetricsLogParams

func NewValidateCalculatedMetricsLogParams() *ValidateCalculatedMetricsLogParams

NewValidateCalculatedMetricsLogParams creates a new ValidateCalculatedMetricsLogParams object with the default values initialized.

func NewValidateCalculatedMetricsLogParamsWithContext

func NewValidateCalculatedMetricsLogParamsWithContext(ctx context.Context) *ValidateCalculatedMetricsLogParams

NewValidateCalculatedMetricsLogParamsWithContext creates a new ValidateCalculatedMetricsLogParams object with the default values initialized, and the ability to set a context for a request

func NewValidateCalculatedMetricsLogParamsWithHTTPClient

func NewValidateCalculatedMetricsLogParamsWithHTTPClient(client *http.Client) *ValidateCalculatedMetricsLogParams

NewValidateCalculatedMetricsLogParamsWithHTTPClient creates a new ValidateCalculatedMetricsLogParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewValidateCalculatedMetricsLogParamsWithTimeout

func NewValidateCalculatedMetricsLogParamsWithTimeout(timeout time.Duration) *ValidateCalculatedMetricsLogParams

NewValidateCalculatedMetricsLogParamsWithTimeout creates a new ValidateCalculatedMetricsLogParams object with the default values initialized, and the ability to set a timeout on a request

func (*ValidateCalculatedMetricsLogParams) SetBody

SetBody adds the body to the validate calculated metrics log params

func (*ValidateCalculatedMetricsLogParams) SetContext

SetContext adds the context to the validate calculated metrics log params

func (*ValidateCalculatedMetricsLogParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the validate calculated metrics log params

func (*ValidateCalculatedMetricsLogParams) SetMetricKey

func (o *ValidateCalculatedMetricsLogParams) SetMetricKey(metricKey string)

SetMetricKey adds the metricKey to the validate calculated metrics log params

func (*ValidateCalculatedMetricsLogParams) SetTimeout

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

SetTimeout adds the timeout to the validate calculated metrics log params

func (*ValidateCalculatedMetricsLogParams) WithBody

WithBody adds the body to the validate calculated metrics log params

func (*ValidateCalculatedMetricsLogParams) WithContext

WithContext adds the context to the validate calculated metrics log params

func (*ValidateCalculatedMetricsLogParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the validate calculated metrics log params

func (*ValidateCalculatedMetricsLogParams) WithMetricKey

WithMetricKey adds the metricKey to the validate calculated metrics log params

func (*ValidateCalculatedMetricsLogParams) WithTimeout

WithTimeout adds the timeout to the validate calculated metrics log params

func (*ValidateCalculatedMetricsLogParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ValidateCalculatedMetricsLogReader

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

ValidateCalculatedMetricsLogReader is a Reader for the ValidateCalculatedMetricsLog structure.

func (*ValidateCalculatedMetricsLogReader) ReadResponse

func (o *ValidateCalculatedMetricsLogReader) 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