Documentation ¶
Index ¶
- type Client
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) StreamingServiceCreateDestination(params *StreamingServiceCreateDestinationParams, ...) (*StreamingServiceCreateDestinationOK, error)
- func (a *Client) StreamingServiceCreateOrganizationFilter(params *StreamingServiceCreateOrganizationFilterParams, ...) (*StreamingServiceCreateOrganizationFilterOK, error)
- func (a *Client) StreamingServiceDeleteDestination(params *StreamingServiceDeleteDestinationParams, ...) (*StreamingServiceDeleteDestinationOK, error)
- func (a *Client) StreamingServiceGetDestination(params *StreamingServiceGetDestinationParams, ...) (*StreamingServiceGetDestinationOK, error)
- func (a *Client) StreamingServiceListDestinations(params *StreamingServiceListDestinationsParams, ...) (*StreamingServiceListDestinationsOK, error)
- func (a *Client) StreamingServiceTestDestination(params *StreamingServiceTestDestinationParams, ...) (*StreamingServiceTestDestinationOK, error)
- func (a *Client) StreamingServiceUpdateDestination(params *StreamingServiceUpdateDestinationParams, ...) (*StreamingServiceUpdateDestinationOK, error)
- type ClientOption
- type ClientService
- type StreamingServiceCreateDestinationDefault
- func (o *StreamingServiceCreateDestinationDefault) Code() int
- func (o *StreamingServiceCreateDestinationDefault) Error() string
- func (o *StreamingServiceCreateDestinationDefault) GetPayload() *models.RuntimeError
- func (o *StreamingServiceCreateDestinationDefault) IsClientError() bool
- func (o *StreamingServiceCreateDestinationDefault) IsCode(code int) bool
- func (o *StreamingServiceCreateDestinationDefault) IsRedirect() bool
- func (o *StreamingServiceCreateDestinationDefault) IsServerError() bool
- func (o *StreamingServiceCreateDestinationDefault) IsSuccess() bool
- func (o *StreamingServiceCreateDestinationDefault) String() string
- type StreamingServiceCreateDestinationOK
- func (o *StreamingServiceCreateDestinationOK) Code() int
- func (o *StreamingServiceCreateDestinationOK) Error() string
- func (o *StreamingServiceCreateDestinationOK) GetPayload() *models.LogService20210330CreateDestinationResponse
- func (o *StreamingServiceCreateDestinationOK) IsClientError() bool
- func (o *StreamingServiceCreateDestinationOK) IsCode(code int) bool
- func (o *StreamingServiceCreateDestinationOK) IsRedirect() bool
- func (o *StreamingServiceCreateDestinationOK) IsServerError() bool
- func (o *StreamingServiceCreateDestinationOK) IsSuccess() bool
- func (o *StreamingServiceCreateDestinationOK) String() string
- type StreamingServiceCreateDestinationParams
- func NewStreamingServiceCreateDestinationParams() *StreamingServiceCreateDestinationParams
- func NewStreamingServiceCreateDestinationParamsWithContext(ctx context.Context) *StreamingServiceCreateDestinationParams
- func NewStreamingServiceCreateDestinationParamsWithHTTPClient(client *http.Client) *StreamingServiceCreateDestinationParams
- func NewStreamingServiceCreateDestinationParamsWithTimeout(timeout time.Duration) *StreamingServiceCreateDestinationParams
- func (o *StreamingServiceCreateDestinationParams) SetBody(body *models.LogService20210330CreateDestinationRequest)
- func (o *StreamingServiceCreateDestinationParams) SetContext(ctx context.Context)
- func (o *StreamingServiceCreateDestinationParams) SetDefaults()
- func (o *StreamingServiceCreateDestinationParams) SetHTTPClient(client *http.Client)
- func (o *StreamingServiceCreateDestinationParams) SetOrganizationID(organizationID string)
- func (o *StreamingServiceCreateDestinationParams) SetTimeout(timeout time.Duration)
- func (o *StreamingServiceCreateDestinationParams) WithBody(body *models.LogService20210330CreateDestinationRequest) *StreamingServiceCreateDestinationParams
- func (o *StreamingServiceCreateDestinationParams) WithContext(ctx context.Context) *StreamingServiceCreateDestinationParams
- func (o *StreamingServiceCreateDestinationParams) WithDefaults() *StreamingServiceCreateDestinationParams
- func (o *StreamingServiceCreateDestinationParams) WithHTTPClient(client *http.Client) *StreamingServiceCreateDestinationParams
- func (o *StreamingServiceCreateDestinationParams) WithOrganizationID(organizationID string) *StreamingServiceCreateDestinationParams
- func (o *StreamingServiceCreateDestinationParams) WithTimeout(timeout time.Duration) *StreamingServiceCreateDestinationParams
- func (o *StreamingServiceCreateDestinationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StreamingServiceCreateDestinationReader
- type StreamingServiceCreateOrganizationFilterDefault
- func (o *StreamingServiceCreateOrganizationFilterDefault) Code() int
- func (o *StreamingServiceCreateOrganizationFilterDefault) Error() string
- func (o *StreamingServiceCreateOrganizationFilterDefault) GetPayload() *models.RuntimeError
- func (o *StreamingServiceCreateOrganizationFilterDefault) IsClientError() bool
- func (o *StreamingServiceCreateOrganizationFilterDefault) IsCode(code int) bool
- func (o *StreamingServiceCreateOrganizationFilterDefault) IsRedirect() bool
- func (o *StreamingServiceCreateOrganizationFilterDefault) IsServerError() bool
- func (o *StreamingServiceCreateOrganizationFilterDefault) IsSuccess() bool
- func (o *StreamingServiceCreateOrganizationFilterDefault) String() string
- type StreamingServiceCreateOrganizationFilterOK
- func (o *StreamingServiceCreateOrganizationFilterOK) Code() int
- func (o *StreamingServiceCreateOrganizationFilterOK) Error() string
- func (o *StreamingServiceCreateOrganizationFilterOK) GetPayload() interface{}
- func (o *StreamingServiceCreateOrganizationFilterOK) IsClientError() bool
- func (o *StreamingServiceCreateOrganizationFilterOK) IsCode(code int) bool
- func (o *StreamingServiceCreateOrganizationFilterOK) IsRedirect() bool
- func (o *StreamingServiceCreateOrganizationFilterOK) IsServerError() bool
- func (o *StreamingServiceCreateOrganizationFilterOK) IsSuccess() bool
- func (o *StreamingServiceCreateOrganizationFilterOK) String() string
- type StreamingServiceCreateOrganizationFilterParams
- func NewStreamingServiceCreateOrganizationFilterParams() *StreamingServiceCreateOrganizationFilterParams
- func NewStreamingServiceCreateOrganizationFilterParamsWithContext(ctx context.Context) *StreamingServiceCreateOrganizationFilterParams
- func NewStreamingServiceCreateOrganizationFilterParamsWithHTTPClient(client *http.Client) *StreamingServiceCreateOrganizationFilterParams
- func NewStreamingServiceCreateOrganizationFilterParamsWithTimeout(timeout time.Duration) *StreamingServiceCreateOrganizationFilterParams
- func (o *StreamingServiceCreateOrganizationFilterParams) SetBody(body *models.LogService20210330CreateOrganizationFilterRequest)
- func (o *StreamingServiceCreateOrganizationFilterParams) SetContext(ctx context.Context)
- func (o *StreamingServiceCreateOrganizationFilterParams) SetDefaults()
- func (o *StreamingServiceCreateOrganizationFilterParams) SetDestinationID(destinationID string)
- func (o *StreamingServiceCreateOrganizationFilterParams) SetHTTPClient(client *http.Client)
- func (o *StreamingServiceCreateOrganizationFilterParams) SetOrganizationID(organizationID string)
- func (o *StreamingServiceCreateOrganizationFilterParams) SetTimeout(timeout time.Duration)
- func (o *StreamingServiceCreateOrganizationFilterParams) WithBody(body *models.LogService20210330CreateOrganizationFilterRequest) *StreamingServiceCreateOrganizationFilterParams
- func (o *StreamingServiceCreateOrganizationFilterParams) WithContext(ctx context.Context) *StreamingServiceCreateOrganizationFilterParams
- func (o *StreamingServiceCreateOrganizationFilterParams) WithDefaults() *StreamingServiceCreateOrganizationFilterParams
- func (o *StreamingServiceCreateOrganizationFilterParams) WithDestinationID(destinationID string) *StreamingServiceCreateOrganizationFilterParams
- func (o *StreamingServiceCreateOrganizationFilterParams) WithHTTPClient(client *http.Client) *StreamingServiceCreateOrganizationFilterParams
- func (o *StreamingServiceCreateOrganizationFilterParams) WithOrganizationID(organizationID string) *StreamingServiceCreateOrganizationFilterParams
- func (o *StreamingServiceCreateOrganizationFilterParams) WithTimeout(timeout time.Duration) *StreamingServiceCreateOrganizationFilterParams
- func (o *StreamingServiceCreateOrganizationFilterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StreamingServiceCreateOrganizationFilterReader
- type StreamingServiceDeleteDestinationDefault
- func (o *StreamingServiceDeleteDestinationDefault) Code() int
- func (o *StreamingServiceDeleteDestinationDefault) Error() string
- func (o *StreamingServiceDeleteDestinationDefault) GetPayload() *models.RuntimeError
- func (o *StreamingServiceDeleteDestinationDefault) IsClientError() bool
- func (o *StreamingServiceDeleteDestinationDefault) IsCode(code int) bool
- func (o *StreamingServiceDeleteDestinationDefault) IsRedirect() bool
- func (o *StreamingServiceDeleteDestinationDefault) IsServerError() bool
- func (o *StreamingServiceDeleteDestinationDefault) IsSuccess() bool
- func (o *StreamingServiceDeleteDestinationDefault) String() string
- type StreamingServiceDeleteDestinationOK
- func (o *StreamingServiceDeleteDestinationOK) Code() int
- func (o *StreamingServiceDeleteDestinationOK) Error() string
- func (o *StreamingServiceDeleteDestinationOK) GetPayload() models.LogService20210330DeleteDestinationResponse
- func (o *StreamingServiceDeleteDestinationOK) IsClientError() bool
- func (o *StreamingServiceDeleteDestinationOK) IsCode(code int) bool
- func (o *StreamingServiceDeleteDestinationOK) IsRedirect() bool
- func (o *StreamingServiceDeleteDestinationOK) IsServerError() bool
- func (o *StreamingServiceDeleteDestinationOK) IsSuccess() bool
- func (o *StreamingServiceDeleteDestinationOK) String() string
- type StreamingServiceDeleteDestinationParams
- func NewStreamingServiceDeleteDestinationParams() *StreamingServiceDeleteDestinationParams
- func NewStreamingServiceDeleteDestinationParamsWithContext(ctx context.Context) *StreamingServiceDeleteDestinationParams
- func NewStreamingServiceDeleteDestinationParamsWithHTTPClient(client *http.Client) *StreamingServiceDeleteDestinationParams
- func NewStreamingServiceDeleteDestinationParamsWithTimeout(timeout time.Duration) *StreamingServiceDeleteDestinationParams
- func (o *StreamingServiceDeleteDestinationParams) SetContext(ctx context.Context)
- func (o *StreamingServiceDeleteDestinationParams) SetDefaults()
- func (o *StreamingServiceDeleteDestinationParams) SetDestinationID(destinationID string)
- func (o *StreamingServiceDeleteDestinationParams) SetHTTPClient(client *http.Client)
- func (o *StreamingServiceDeleteDestinationParams) SetOrganizationID(organizationID string)
- func (o *StreamingServiceDeleteDestinationParams) SetSourceChannel(sourceChannel *string)
- func (o *StreamingServiceDeleteDestinationParams) SetTimeout(timeout time.Duration)
- func (o *StreamingServiceDeleteDestinationParams) WithContext(ctx context.Context) *StreamingServiceDeleteDestinationParams
- func (o *StreamingServiceDeleteDestinationParams) WithDefaults() *StreamingServiceDeleteDestinationParams
- func (o *StreamingServiceDeleteDestinationParams) WithDestinationID(destinationID string) *StreamingServiceDeleteDestinationParams
- func (o *StreamingServiceDeleteDestinationParams) WithHTTPClient(client *http.Client) *StreamingServiceDeleteDestinationParams
- func (o *StreamingServiceDeleteDestinationParams) WithOrganizationID(organizationID string) *StreamingServiceDeleteDestinationParams
- func (o *StreamingServiceDeleteDestinationParams) WithSourceChannel(sourceChannel *string) *StreamingServiceDeleteDestinationParams
- func (o *StreamingServiceDeleteDestinationParams) WithTimeout(timeout time.Duration) *StreamingServiceDeleteDestinationParams
- func (o *StreamingServiceDeleteDestinationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StreamingServiceDeleteDestinationReader
- type StreamingServiceGetDestinationDefault
- func (o *StreamingServiceGetDestinationDefault) Code() int
- func (o *StreamingServiceGetDestinationDefault) Error() string
- func (o *StreamingServiceGetDestinationDefault) GetPayload() *models.RuntimeError
- func (o *StreamingServiceGetDestinationDefault) IsClientError() bool
- func (o *StreamingServiceGetDestinationDefault) IsCode(code int) bool
- func (o *StreamingServiceGetDestinationDefault) IsRedirect() bool
- func (o *StreamingServiceGetDestinationDefault) IsServerError() bool
- func (o *StreamingServiceGetDestinationDefault) IsSuccess() bool
- func (o *StreamingServiceGetDestinationDefault) String() string
- type StreamingServiceGetDestinationOK
- func (o *StreamingServiceGetDestinationOK) Code() int
- func (o *StreamingServiceGetDestinationOK) Error() string
- func (o *StreamingServiceGetDestinationOK) GetPayload() *models.LogService20210330GetDestinationResponse
- func (o *StreamingServiceGetDestinationOK) IsClientError() bool
- func (o *StreamingServiceGetDestinationOK) IsCode(code int) bool
- func (o *StreamingServiceGetDestinationOK) IsRedirect() bool
- func (o *StreamingServiceGetDestinationOK) IsServerError() bool
- func (o *StreamingServiceGetDestinationOK) IsSuccess() bool
- func (o *StreamingServiceGetDestinationOK) String() string
- type StreamingServiceGetDestinationParams
- func NewStreamingServiceGetDestinationParams() *StreamingServiceGetDestinationParams
- func NewStreamingServiceGetDestinationParamsWithContext(ctx context.Context) *StreamingServiceGetDestinationParams
- func NewStreamingServiceGetDestinationParamsWithHTTPClient(client *http.Client) *StreamingServiceGetDestinationParams
- func NewStreamingServiceGetDestinationParamsWithTimeout(timeout time.Duration) *StreamingServiceGetDestinationParams
- func (o *StreamingServiceGetDestinationParams) SetContext(ctx context.Context)
- func (o *StreamingServiceGetDestinationParams) SetDefaults()
- func (o *StreamingServiceGetDestinationParams) SetDestinationID(destinationID string)
- func (o *StreamingServiceGetDestinationParams) SetHTTPClient(client *http.Client)
- func (o *StreamingServiceGetDestinationParams) SetOrganizationID(organizationID string)
- func (o *StreamingServiceGetDestinationParams) SetTimeout(timeout time.Duration)
- func (o *StreamingServiceGetDestinationParams) WithContext(ctx context.Context) *StreamingServiceGetDestinationParams
- func (o *StreamingServiceGetDestinationParams) WithDefaults() *StreamingServiceGetDestinationParams
- func (o *StreamingServiceGetDestinationParams) WithDestinationID(destinationID string) *StreamingServiceGetDestinationParams
- func (o *StreamingServiceGetDestinationParams) WithHTTPClient(client *http.Client) *StreamingServiceGetDestinationParams
- func (o *StreamingServiceGetDestinationParams) WithOrganizationID(organizationID string) *StreamingServiceGetDestinationParams
- func (o *StreamingServiceGetDestinationParams) WithTimeout(timeout time.Duration) *StreamingServiceGetDestinationParams
- func (o *StreamingServiceGetDestinationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StreamingServiceGetDestinationReader
- type StreamingServiceListDestinationsDefault
- func (o *StreamingServiceListDestinationsDefault) Code() int
- func (o *StreamingServiceListDestinationsDefault) Error() string
- func (o *StreamingServiceListDestinationsDefault) GetPayload() *models.RuntimeError
- func (o *StreamingServiceListDestinationsDefault) IsClientError() bool
- func (o *StreamingServiceListDestinationsDefault) IsCode(code int) bool
- func (o *StreamingServiceListDestinationsDefault) IsRedirect() bool
- func (o *StreamingServiceListDestinationsDefault) IsServerError() bool
- func (o *StreamingServiceListDestinationsDefault) IsSuccess() bool
- func (o *StreamingServiceListDestinationsDefault) String() string
- type StreamingServiceListDestinationsOK
- func (o *StreamingServiceListDestinationsOK) Code() int
- func (o *StreamingServiceListDestinationsOK) Error() string
- func (o *StreamingServiceListDestinationsOK) GetPayload() *models.LogService20210330ListDestinationsResponse
- func (o *StreamingServiceListDestinationsOK) IsClientError() bool
- func (o *StreamingServiceListDestinationsOK) IsCode(code int) bool
- func (o *StreamingServiceListDestinationsOK) IsRedirect() bool
- func (o *StreamingServiceListDestinationsOK) IsServerError() bool
- func (o *StreamingServiceListDestinationsOK) IsSuccess() bool
- func (o *StreamingServiceListDestinationsOK) String() string
- type StreamingServiceListDestinationsParams
- func NewStreamingServiceListDestinationsParams() *StreamingServiceListDestinationsParams
- func NewStreamingServiceListDestinationsParamsWithContext(ctx context.Context) *StreamingServiceListDestinationsParams
- func NewStreamingServiceListDestinationsParamsWithHTTPClient(client *http.Client) *StreamingServiceListDestinationsParams
- func NewStreamingServiceListDestinationsParamsWithTimeout(timeout time.Duration) *StreamingServiceListDestinationsParams
- func (o *StreamingServiceListDestinationsParams) SetContext(ctx context.Context)
- func (o *StreamingServiceListDestinationsParams) SetDefaults()
- func (o *StreamingServiceListDestinationsParams) SetHTTPClient(client *http.Client)
- func (o *StreamingServiceListDestinationsParams) SetOrganizationID(organizationID string)
- func (o *StreamingServiceListDestinationsParams) SetTimeout(timeout time.Duration)
- func (o *StreamingServiceListDestinationsParams) WithContext(ctx context.Context) *StreamingServiceListDestinationsParams
- func (o *StreamingServiceListDestinationsParams) WithDefaults() *StreamingServiceListDestinationsParams
- func (o *StreamingServiceListDestinationsParams) WithHTTPClient(client *http.Client) *StreamingServiceListDestinationsParams
- func (o *StreamingServiceListDestinationsParams) WithOrganizationID(organizationID string) *StreamingServiceListDestinationsParams
- func (o *StreamingServiceListDestinationsParams) WithTimeout(timeout time.Duration) *StreamingServiceListDestinationsParams
- func (o *StreamingServiceListDestinationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StreamingServiceListDestinationsReader
- type StreamingServiceTestDestinationDefault
- func (o *StreamingServiceTestDestinationDefault) Code() int
- func (o *StreamingServiceTestDestinationDefault) Error() string
- func (o *StreamingServiceTestDestinationDefault) GetPayload() *models.RuntimeError
- func (o *StreamingServiceTestDestinationDefault) IsClientError() bool
- func (o *StreamingServiceTestDestinationDefault) IsCode(code int) bool
- func (o *StreamingServiceTestDestinationDefault) IsRedirect() bool
- func (o *StreamingServiceTestDestinationDefault) IsServerError() bool
- func (o *StreamingServiceTestDestinationDefault) IsSuccess() bool
- func (o *StreamingServiceTestDestinationDefault) String() string
- type StreamingServiceTestDestinationOK
- func (o *StreamingServiceTestDestinationOK) Code() int
- func (o *StreamingServiceTestDestinationOK) Error() string
- func (o *StreamingServiceTestDestinationOK) GetPayload() *models.LogService20210330TestDestinationResponse
- func (o *StreamingServiceTestDestinationOK) IsClientError() bool
- func (o *StreamingServiceTestDestinationOK) IsCode(code int) bool
- func (o *StreamingServiceTestDestinationOK) IsRedirect() bool
- func (o *StreamingServiceTestDestinationOK) IsServerError() bool
- func (o *StreamingServiceTestDestinationOK) IsSuccess() bool
- func (o *StreamingServiceTestDestinationOK) String() string
- type StreamingServiceTestDestinationParams
- func NewStreamingServiceTestDestinationParams() *StreamingServiceTestDestinationParams
- func NewStreamingServiceTestDestinationParamsWithContext(ctx context.Context) *StreamingServiceTestDestinationParams
- func NewStreamingServiceTestDestinationParamsWithHTTPClient(client *http.Client) *StreamingServiceTestDestinationParams
- func NewStreamingServiceTestDestinationParamsWithTimeout(timeout time.Duration) *StreamingServiceTestDestinationParams
- func (o *StreamingServiceTestDestinationParams) SetBody(body *models.LogService20210330TestDestinationRequest)
- func (o *StreamingServiceTestDestinationParams) SetContext(ctx context.Context)
- func (o *StreamingServiceTestDestinationParams) SetDefaults()
- func (o *StreamingServiceTestDestinationParams) SetHTTPClient(client *http.Client)
- func (o *StreamingServiceTestDestinationParams) SetOrganizationID(organizationID string)
- func (o *StreamingServiceTestDestinationParams) SetTimeout(timeout time.Duration)
- func (o *StreamingServiceTestDestinationParams) WithBody(body *models.LogService20210330TestDestinationRequest) *StreamingServiceTestDestinationParams
- func (o *StreamingServiceTestDestinationParams) WithContext(ctx context.Context) *StreamingServiceTestDestinationParams
- func (o *StreamingServiceTestDestinationParams) WithDefaults() *StreamingServiceTestDestinationParams
- func (o *StreamingServiceTestDestinationParams) WithHTTPClient(client *http.Client) *StreamingServiceTestDestinationParams
- func (o *StreamingServiceTestDestinationParams) WithOrganizationID(organizationID string) *StreamingServiceTestDestinationParams
- func (o *StreamingServiceTestDestinationParams) WithTimeout(timeout time.Duration) *StreamingServiceTestDestinationParams
- func (o *StreamingServiceTestDestinationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StreamingServiceTestDestinationReader
- type StreamingServiceUpdateDestinationDefault
- func (o *StreamingServiceUpdateDestinationDefault) Code() int
- func (o *StreamingServiceUpdateDestinationDefault) Error() string
- func (o *StreamingServiceUpdateDestinationDefault) GetPayload() *models.RuntimeError
- func (o *StreamingServiceUpdateDestinationDefault) IsClientError() bool
- func (o *StreamingServiceUpdateDestinationDefault) IsCode(code int) bool
- func (o *StreamingServiceUpdateDestinationDefault) IsRedirect() bool
- func (o *StreamingServiceUpdateDestinationDefault) IsServerError() bool
- func (o *StreamingServiceUpdateDestinationDefault) IsSuccess() bool
- func (o *StreamingServiceUpdateDestinationDefault) String() string
- type StreamingServiceUpdateDestinationOK
- func (o *StreamingServiceUpdateDestinationOK) Code() int
- func (o *StreamingServiceUpdateDestinationOK) Error() string
- func (o *StreamingServiceUpdateDestinationOK) GetPayload() interface{}
- func (o *StreamingServiceUpdateDestinationOK) IsClientError() bool
- func (o *StreamingServiceUpdateDestinationOK) IsCode(code int) bool
- func (o *StreamingServiceUpdateDestinationOK) IsRedirect() bool
- func (o *StreamingServiceUpdateDestinationOK) IsServerError() bool
- func (o *StreamingServiceUpdateDestinationOK) IsSuccess() bool
- func (o *StreamingServiceUpdateDestinationOK) String() string
- type StreamingServiceUpdateDestinationParams
- func NewStreamingServiceUpdateDestinationParams() *StreamingServiceUpdateDestinationParams
- func NewStreamingServiceUpdateDestinationParamsWithContext(ctx context.Context) *StreamingServiceUpdateDestinationParams
- func NewStreamingServiceUpdateDestinationParamsWithHTTPClient(client *http.Client) *StreamingServiceUpdateDestinationParams
- func NewStreamingServiceUpdateDestinationParamsWithTimeout(timeout time.Duration) *StreamingServiceUpdateDestinationParams
- func (o *StreamingServiceUpdateDestinationParams) SetBody(body *models.LogService20210330UpdateDestinationRequest)
- func (o *StreamingServiceUpdateDestinationParams) SetContext(ctx context.Context)
- func (o *StreamingServiceUpdateDestinationParams) SetDefaults()
- func (o *StreamingServiceUpdateDestinationParams) SetHTTPClient(client *http.Client)
- func (o *StreamingServiceUpdateDestinationParams) SetID(id string)
- func (o *StreamingServiceUpdateDestinationParams) SetOrganizationID(organizationID string)
- func (o *StreamingServiceUpdateDestinationParams) SetTimeout(timeout time.Duration)
- func (o *StreamingServiceUpdateDestinationParams) WithBody(body *models.LogService20210330UpdateDestinationRequest) *StreamingServiceUpdateDestinationParams
- func (o *StreamingServiceUpdateDestinationParams) WithContext(ctx context.Context) *StreamingServiceUpdateDestinationParams
- func (o *StreamingServiceUpdateDestinationParams) WithDefaults() *StreamingServiceUpdateDestinationParams
- func (o *StreamingServiceUpdateDestinationParams) WithHTTPClient(client *http.Client) *StreamingServiceUpdateDestinationParams
- func (o *StreamingServiceUpdateDestinationParams) WithID(id string) *StreamingServiceUpdateDestinationParams
- func (o *StreamingServiceUpdateDestinationParams) WithOrganizationID(organizationID string) *StreamingServiceUpdateDestinationParams
- func (o *StreamingServiceUpdateDestinationParams) WithTimeout(timeout time.Duration) *StreamingServiceUpdateDestinationParams
- func (o *StreamingServiceUpdateDestinationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StreamingServiceUpdateDestinationReader
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 streaming service API
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) StreamingServiceCreateDestination ¶
func (a *Client) StreamingServiceCreateDestination(params *StreamingServiceCreateDestinationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StreamingServiceCreateDestinationOK, error)
StreamingServiceCreateDestination creates a streaming destination
func (*Client) StreamingServiceCreateOrganizationFilter ¶
func (a *Client) StreamingServiceCreateOrganizationFilter(params *StreamingServiceCreateOrganizationFilterParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StreamingServiceCreateOrganizationFilterOK, error)
StreamingServiceCreateOrganizationFilter attaches a filter to a streaming destination
func (*Client) StreamingServiceDeleteDestination ¶
func (a *Client) StreamingServiceDeleteDestination(params *StreamingServiceDeleteDestinationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StreamingServiceDeleteDestinationOK, error)
StreamingServiceDeleteDestination deletes a streaming destination
func (*Client) StreamingServiceGetDestination ¶
func (a *Client) StreamingServiceGetDestination(params *StreamingServiceGetDestinationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StreamingServiceGetDestinationOK, error)
StreamingServiceGetDestination gets a streaming destination
func (*Client) StreamingServiceListDestinations ¶
func (a *Client) StreamingServiceListDestinations(params *StreamingServiceListDestinationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StreamingServiceListDestinationsOK, error)
StreamingServiceListDestinations lists the streaming destinations in an organization
func (*Client) StreamingServiceTestDestination ¶
func (a *Client) StreamingServiceTestDestination(params *StreamingServiceTestDestinationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StreamingServiceTestDestinationOK, error)
StreamingServiceTestDestination tests a streaming destination
func (*Client) StreamingServiceUpdateDestination ¶
func (a *Client) StreamingServiceUpdateDestination(params *StreamingServiceUpdateDestinationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StreamingServiceUpdateDestinationOK, error)
StreamingServiceUpdateDestination updates a streaming destination
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { StreamingServiceCreateDestination(params *StreamingServiceCreateDestinationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StreamingServiceCreateDestinationOK, error) StreamingServiceCreateOrganizationFilter(params *StreamingServiceCreateOrganizationFilterParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StreamingServiceCreateOrganizationFilterOK, error) StreamingServiceDeleteDestination(params *StreamingServiceDeleteDestinationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StreamingServiceDeleteDestinationOK, error) StreamingServiceGetDestination(params *StreamingServiceGetDestinationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StreamingServiceGetDestinationOK, error) StreamingServiceListDestinations(params *StreamingServiceListDestinationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StreamingServiceListDestinationsOK, error) StreamingServiceTestDestination(params *StreamingServiceTestDestinationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StreamingServiceTestDestinationOK, error) StreamingServiceUpdateDestination(params *StreamingServiceUpdateDestinationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StreamingServiceUpdateDestinationOK, 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 streaming service API client.
type StreamingServiceCreateDestinationDefault ¶
type StreamingServiceCreateDestinationDefault struct { Payload *models.RuntimeError // contains filtered or unexported fields }
StreamingServiceCreateDestinationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewStreamingServiceCreateDestinationDefault ¶
func NewStreamingServiceCreateDestinationDefault(code int) *StreamingServiceCreateDestinationDefault
NewStreamingServiceCreateDestinationDefault creates a StreamingServiceCreateDestinationDefault with default headers values
func (*StreamingServiceCreateDestinationDefault) Code ¶
func (o *StreamingServiceCreateDestinationDefault) Code() int
Code gets the status code for the streaming service create destination default response
func (*StreamingServiceCreateDestinationDefault) Error ¶
func (o *StreamingServiceCreateDestinationDefault) Error() string
func (*StreamingServiceCreateDestinationDefault) GetPayload ¶
func (o *StreamingServiceCreateDestinationDefault) GetPayload() *models.RuntimeError
func (*StreamingServiceCreateDestinationDefault) IsClientError ¶
func (o *StreamingServiceCreateDestinationDefault) IsClientError() bool
IsClientError returns true when this streaming service create destination default response has a 4xx status code
func (*StreamingServiceCreateDestinationDefault) IsCode ¶
func (o *StreamingServiceCreateDestinationDefault) IsCode(code int) bool
IsCode returns true when this streaming service create destination default response a status code equal to that given
func (*StreamingServiceCreateDestinationDefault) IsRedirect ¶
func (o *StreamingServiceCreateDestinationDefault) IsRedirect() bool
IsRedirect returns true when this streaming service create destination default response has a 3xx status code
func (*StreamingServiceCreateDestinationDefault) IsServerError ¶
func (o *StreamingServiceCreateDestinationDefault) IsServerError() bool
IsServerError returns true when this streaming service create destination default response has a 5xx status code
func (*StreamingServiceCreateDestinationDefault) IsSuccess ¶
func (o *StreamingServiceCreateDestinationDefault) IsSuccess() bool
IsSuccess returns true when this streaming service create destination default response has a 2xx status code
func (*StreamingServiceCreateDestinationDefault) String ¶
func (o *StreamingServiceCreateDestinationDefault) String() string
type StreamingServiceCreateDestinationOK ¶
type StreamingServiceCreateDestinationOK struct {
Payload *models.LogService20210330CreateDestinationResponse
}
StreamingServiceCreateDestinationOK describes a response with status code 200, with default header values.
A successful response.
func NewStreamingServiceCreateDestinationOK ¶
func NewStreamingServiceCreateDestinationOK() *StreamingServiceCreateDestinationOK
NewStreamingServiceCreateDestinationOK creates a StreamingServiceCreateDestinationOK with default headers values
func (*StreamingServiceCreateDestinationOK) Code ¶
func (o *StreamingServiceCreateDestinationOK) Code() int
Code gets the status code for the streaming service create destination o k response
func (*StreamingServiceCreateDestinationOK) Error ¶
func (o *StreamingServiceCreateDestinationOK) Error() string
func (*StreamingServiceCreateDestinationOK) GetPayload ¶
func (o *StreamingServiceCreateDestinationOK) GetPayload() *models.LogService20210330CreateDestinationResponse
func (*StreamingServiceCreateDestinationOK) IsClientError ¶
func (o *StreamingServiceCreateDestinationOK) IsClientError() bool
IsClientError returns true when this streaming service create destination o k response has a 4xx status code
func (*StreamingServiceCreateDestinationOK) IsCode ¶
func (o *StreamingServiceCreateDestinationOK) IsCode(code int) bool
IsCode returns true when this streaming service create destination o k response a status code equal to that given
func (*StreamingServiceCreateDestinationOK) IsRedirect ¶
func (o *StreamingServiceCreateDestinationOK) IsRedirect() bool
IsRedirect returns true when this streaming service create destination o k response has a 3xx status code
func (*StreamingServiceCreateDestinationOK) IsServerError ¶
func (o *StreamingServiceCreateDestinationOK) IsServerError() bool
IsServerError returns true when this streaming service create destination o k response has a 5xx status code
func (*StreamingServiceCreateDestinationOK) IsSuccess ¶
func (o *StreamingServiceCreateDestinationOK) IsSuccess() bool
IsSuccess returns true when this streaming service create destination o k response has a 2xx status code
func (*StreamingServiceCreateDestinationOK) String ¶
func (o *StreamingServiceCreateDestinationOK) String() string
type StreamingServiceCreateDestinationParams ¶
type StreamingServiceCreateDestinationParams struct { // Body. Body *models.LogService20210330CreateDestinationRequest // OrganizationID. OrganizationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StreamingServiceCreateDestinationParams contains all the parameters to send to the API endpoint
for the streaming service create destination operation. Typically these are written to a http.Request.
func NewStreamingServiceCreateDestinationParams ¶
func NewStreamingServiceCreateDestinationParams() *StreamingServiceCreateDestinationParams
NewStreamingServiceCreateDestinationParams creates a new StreamingServiceCreateDestinationParams 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 NewStreamingServiceCreateDestinationParamsWithContext ¶
func NewStreamingServiceCreateDestinationParamsWithContext(ctx context.Context) *StreamingServiceCreateDestinationParams
NewStreamingServiceCreateDestinationParamsWithContext creates a new StreamingServiceCreateDestinationParams object with the ability to set a context for a request.
func NewStreamingServiceCreateDestinationParamsWithHTTPClient ¶
func NewStreamingServiceCreateDestinationParamsWithHTTPClient(client *http.Client) *StreamingServiceCreateDestinationParams
NewStreamingServiceCreateDestinationParamsWithHTTPClient creates a new StreamingServiceCreateDestinationParams object with the ability to set a custom HTTPClient for a request.
func NewStreamingServiceCreateDestinationParamsWithTimeout ¶
func NewStreamingServiceCreateDestinationParamsWithTimeout(timeout time.Duration) *StreamingServiceCreateDestinationParams
NewStreamingServiceCreateDestinationParamsWithTimeout creates a new StreamingServiceCreateDestinationParams object with the ability to set a timeout on a request.
func (*StreamingServiceCreateDestinationParams) SetBody ¶
func (o *StreamingServiceCreateDestinationParams) SetBody(body *models.LogService20210330CreateDestinationRequest)
SetBody adds the body to the streaming service create destination params
func (*StreamingServiceCreateDestinationParams) SetContext ¶
func (o *StreamingServiceCreateDestinationParams) SetContext(ctx context.Context)
SetContext adds the context to the streaming service create destination params
func (*StreamingServiceCreateDestinationParams) SetDefaults ¶
func (o *StreamingServiceCreateDestinationParams) SetDefaults()
SetDefaults hydrates default values in the streaming service create destination params (not the query body).
All values with no default are reset to their zero value.
func (*StreamingServiceCreateDestinationParams) SetHTTPClient ¶
func (o *StreamingServiceCreateDestinationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the streaming service create destination params
func (*StreamingServiceCreateDestinationParams) SetOrganizationID ¶
func (o *StreamingServiceCreateDestinationParams) SetOrganizationID(organizationID string)
SetOrganizationID adds the organizationId to the streaming service create destination params
func (*StreamingServiceCreateDestinationParams) SetTimeout ¶
func (o *StreamingServiceCreateDestinationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the streaming service create destination params
func (*StreamingServiceCreateDestinationParams) WithBody ¶
func (o *StreamingServiceCreateDestinationParams) WithBody(body *models.LogService20210330CreateDestinationRequest) *StreamingServiceCreateDestinationParams
WithBody adds the body to the streaming service create destination params
func (*StreamingServiceCreateDestinationParams) WithContext ¶
func (o *StreamingServiceCreateDestinationParams) WithContext(ctx context.Context) *StreamingServiceCreateDestinationParams
WithContext adds the context to the streaming service create destination params
func (*StreamingServiceCreateDestinationParams) WithDefaults ¶
func (o *StreamingServiceCreateDestinationParams) WithDefaults() *StreamingServiceCreateDestinationParams
WithDefaults hydrates default values in the streaming service create destination params (not the query body).
All values with no default are reset to their zero value.
func (*StreamingServiceCreateDestinationParams) WithHTTPClient ¶
func (o *StreamingServiceCreateDestinationParams) WithHTTPClient(client *http.Client) *StreamingServiceCreateDestinationParams
WithHTTPClient adds the HTTPClient to the streaming service create destination params
func (*StreamingServiceCreateDestinationParams) WithOrganizationID ¶
func (o *StreamingServiceCreateDestinationParams) WithOrganizationID(organizationID string) *StreamingServiceCreateDestinationParams
WithOrganizationID adds the organizationID to the streaming service create destination params
func (*StreamingServiceCreateDestinationParams) WithTimeout ¶
func (o *StreamingServiceCreateDestinationParams) WithTimeout(timeout time.Duration) *StreamingServiceCreateDestinationParams
WithTimeout adds the timeout to the streaming service create destination params
func (*StreamingServiceCreateDestinationParams) WriteToRequest ¶
func (o *StreamingServiceCreateDestinationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StreamingServiceCreateDestinationReader ¶
type StreamingServiceCreateDestinationReader struct {
// contains filtered or unexported fields
}
StreamingServiceCreateDestinationReader is a Reader for the StreamingServiceCreateDestination structure.
func (*StreamingServiceCreateDestinationReader) ReadResponse ¶
func (o *StreamingServiceCreateDestinationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StreamingServiceCreateOrganizationFilterDefault ¶
type StreamingServiceCreateOrganizationFilterDefault struct { Payload *models.RuntimeError // contains filtered or unexported fields }
StreamingServiceCreateOrganizationFilterDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewStreamingServiceCreateOrganizationFilterDefault ¶
func NewStreamingServiceCreateOrganizationFilterDefault(code int) *StreamingServiceCreateOrganizationFilterDefault
NewStreamingServiceCreateOrganizationFilterDefault creates a StreamingServiceCreateOrganizationFilterDefault with default headers values
func (*StreamingServiceCreateOrganizationFilterDefault) Code ¶
func (o *StreamingServiceCreateOrganizationFilterDefault) Code() int
Code gets the status code for the streaming service create organization filter default response
func (*StreamingServiceCreateOrganizationFilterDefault) Error ¶
func (o *StreamingServiceCreateOrganizationFilterDefault) Error() string
func (*StreamingServiceCreateOrganizationFilterDefault) GetPayload ¶
func (o *StreamingServiceCreateOrganizationFilterDefault) GetPayload() *models.RuntimeError
func (*StreamingServiceCreateOrganizationFilterDefault) IsClientError ¶
func (o *StreamingServiceCreateOrganizationFilterDefault) IsClientError() bool
IsClientError returns true when this streaming service create organization filter default response has a 4xx status code
func (*StreamingServiceCreateOrganizationFilterDefault) IsCode ¶
func (o *StreamingServiceCreateOrganizationFilterDefault) IsCode(code int) bool
IsCode returns true when this streaming service create organization filter default response a status code equal to that given
func (*StreamingServiceCreateOrganizationFilterDefault) IsRedirect ¶
func (o *StreamingServiceCreateOrganizationFilterDefault) IsRedirect() bool
IsRedirect returns true when this streaming service create organization filter default response has a 3xx status code
func (*StreamingServiceCreateOrganizationFilterDefault) IsServerError ¶
func (o *StreamingServiceCreateOrganizationFilterDefault) IsServerError() bool
IsServerError returns true when this streaming service create organization filter default response has a 5xx status code
func (*StreamingServiceCreateOrganizationFilterDefault) IsSuccess ¶
func (o *StreamingServiceCreateOrganizationFilterDefault) IsSuccess() bool
IsSuccess returns true when this streaming service create organization filter default response has a 2xx status code
func (*StreamingServiceCreateOrganizationFilterDefault) String ¶
func (o *StreamingServiceCreateOrganizationFilterDefault) String() string
type StreamingServiceCreateOrganizationFilterOK ¶
type StreamingServiceCreateOrganizationFilterOK struct {
Payload interface{}
}
StreamingServiceCreateOrganizationFilterOK describes a response with status code 200, with default header values.
A successful response.
func NewStreamingServiceCreateOrganizationFilterOK ¶
func NewStreamingServiceCreateOrganizationFilterOK() *StreamingServiceCreateOrganizationFilterOK
NewStreamingServiceCreateOrganizationFilterOK creates a StreamingServiceCreateOrganizationFilterOK with default headers values
func (*StreamingServiceCreateOrganizationFilterOK) Code ¶
func (o *StreamingServiceCreateOrganizationFilterOK) Code() int
Code gets the status code for the streaming service create organization filter o k response
func (*StreamingServiceCreateOrganizationFilterOK) Error ¶
func (o *StreamingServiceCreateOrganizationFilterOK) Error() string
func (*StreamingServiceCreateOrganizationFilterOK) GetPayload ¶
func (o *StreamingServiceCreateOrganizationFilterOK) GetPayload() interface{}
func (*StreamingServiceCreateOrganizationFilterOK) IsClientError ¶
func (o *StreamingServiceCreateOrganizationFilterOK) IsClientError() bool
IsClientError returns true when this streaming service create organization filter o k response has a 4xx status code
func (*StreamingServiceCreateOrganizationFilterOK) IsCode ¶
func (o *StreamingServiceCreateOrganizationFilterOK) IsCode(code int) bool
IsCode returns true when this streaming service create organization filter o k response a status code equal to that given
func (*StreamingServiceCreateOrganizationFilterOK) IsRedirect ¶
func (o *StreamingServiceCreateOrganizationFilterOK) IsRedirect() bool
IsRedirect returns true when this streaming service create organization filter o k response has a 3xx status code
func (*StreamingServiceCreateOrganizationFilterOK) IsServerError ¶
func (o *StreamingServiceCreateOrganizationFilterOK) IsServerError() bool
IsServerError returns true when this streaming service create organization filter o k response has a 5xx status code
func (*StreamingServiceCreateOrganizationFilterOK) IsSuccess ¶
func (o *StreamingServiceCreateOrganizationFilterOK) IsSuccess() bool
IsSuccess returns true when this streaming service create organization filter o k response has a 2xx status code
func (*StreamingServiceCreateOrganizationFilterOK) String ¶
func (o *StreamingServiceCreateOrganizationFilterOK) String() string
type StreamingServiceCreateOrganizationFilterParams ¶
type StreamingServiceCreateOrganizationFilterParams struct { // Body. Body *models.LogService20210330CreateOrganizationFilterRequest /* DestinationID. destination_id is the destination associated with the filter */ DestinationID string /* OrganizationID. organization_id is the organization holding the destination and filter */ OrganizationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StreamingServiceCreateOrganizationFilterParams contains all the parameters to send to the API endpoint
for the streaming service create organization filter operation. Typically these are written to a http.Request.
func NewStreamingServiceCreateOrganizationFilterParams ¶
func NewStreamingServiceCreateOrganizationFilterParams() *StreamingServiceCreateOrganizationFilterParams
NewStreamingServiceCreateOrganizationFilterParams creates a new StreamingServiceCreateOrganizationFilterParams 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 NewStreamingServiceCreateOrganizationFilterParamsWithContext ¶
func NewStreamingServiceCreateOrganizationFilterParamsWithContext(ctx context.Context) *StreamingServiceCreateOrganizationFilterParams
NewStreamingServiceCreateOrganizationFilterParamsWithContext creates a new StreamingServiceCreateOrganizationFilterParams object with the ability to set a context for a request.
func NewStreamingServiceCreateOrganizationFilterParamsWithHTTPClient ¶
func NewStreamingServiceCreateOrganizationFilterParamsWithHTTPClient(client *http.Client) *StreamingServiceCreateOrganizationFilterParams
NewStreamingServiceCreateOrganizationFilterParamsWithHTTPClient creates a new StreamingServiceCreateOrganizationFilterParams object with the ability to set a custom HTTPClient for a request.
func NewStreamingServiceCreateOrganizationFilterParamsWithTimeout ¶
func NewStreamingServiceCreateOrganizationFilterParamsWithTimeout(timeout time.Duration) *StreamingServiceCreateOrganizationFilterParams
NewStreamingServiceCreateOrganizationFilterParamsWithTimeout creates a new StreamingServiceCreateOrganizationFilterParams object with the ability to set a timeout on a request.
func (*StreamingServiceCreateOrganizationFilterParams) SetBody ¶
func (o *StreamingServiceCreateOrganizationFilterParams) SetBody(body *models.LogService20210330CreateOrganizationFilterRequest)
SetBody adds the body to the streaming service create organization filter params
func (*StreamingServiceCreateOrganizationFilterParams) SetContext ¶
func (o *StreamingServiceCreateOrganizationFilterParams) SetContext(ctx context.Context)
SetContext adds the context to the streaming service create organization filter params
func (*StreamingServiceCreateOrganizationFilterParams) SetDefaults ¶
func (o *StreamingServiceCreateOrganizationFilterParams) SetDefaults()
SetDefaults hydrates default values in the streaming service create organization filter params (not the query body).
All values with no default are reset to their zero value.
func (*StreamingServiceCreateOrganizationFilterParams) SetDestinationID ¶
func (o *StreamingServiceCreateOrganizationFilterParams) SetDestinationID(destinationID string)
SetDestinationID adds the destinationId to the streaming service create organization filter params
func (*StreamingServiceCreateOrganizationFilterParams) SetHTTPClient ¶
func (o *StreamingServiceCreateOrganizationFilterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the streaming service create organization filter params
func (*StreamingServiceCreateOrganizationFilterParams) SetOrganizationID ¶
func (o *StreamingServiceCreateOrganizationFilterParams) SetOrganizationID(organizationID string)
SetOrganizationID adds the organizationId to the streaming service create organization filter params
func (*StreamingServiceCreateOrganizationFilterParams) SetTimeout ¶
func (o *StreamingServiceCreateOrganizationFilterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the streaming service create organization filter params
func (*StreamingServiceCreateOrganizationFilterParams) WithBody ¶
func (o *StreamingServiceCreateOrganizationFilterParams) WithBody(body *models.LogService20210330CreateOrganizationFilterRequest) *StreamingServiceCreateOrganizationFilterParams
WithBody adds the body to the streaming service create organization filter params
func (*StreamingServiceCreateOrganizationFilterParams) WithContext ¶
func (o *StreamingServiceCreateOrganizationFilterParams) WithContext(ctx context.Context) *StreamingServiceCreateOrganizationFilterParams
WithContext adds the context to the streaming service create organization filter params
func (*StreamingServiceCreateOrganizationFilterParams) WithDefaults ¶
func (o *StreamingServiceCreateOrganizationFilterParams) WithDefaults() *StreamingServiceCreateOrganizationFilterParams
WithDefaults hydrates default values in the streaming service create organization filter params (not the query body).
All values with no default are reset to their zero value.
func (*StreamingServiceCreateOrganizationFilterParams) WithDestinationID ¶
func (o *StreamingServiceCreateOrganizationFilterParams) WithDestinationID(destinationID string) *StreamingServiceCreateOrganizationFilterParams
WithDestinationID adds the destinationID to the streaming service create organization filter params
func (*StreamingServiceCreateOrganizationFilterParams) WithHTTPClient ¶
func (o *StreamingServiceCreateOrganizationFilterParams) WithHTTPClient(client *http.Client) *StreamingServiceCreateOrganizationFilterParams
WithHTTPClient adds the HTTPClient to the streaming service create organization filter params
func (*StreamingServiceCreateOrganizationFilterParams) WithOrganizationID ¶
func (o *StreamingServiceCreateOrganizationFilterParams) WithOrganizationID(organizationID string) *StreamingServiceCreateOrganizationFilterParams
WithOrganizationID adds the organizationID to the streaming service create organization filter params
func (*StreamingServiceCreateOrganizationFilterParams) WithTimeout ¶
func (o *StreamingServiceCreateOrganizationFilterParams) WithTimeout(timeout time.Duration) *StreamingServiceCreateOrganizationFilterParams
WithTimeout adds the timeout to the streaming service create organization filter params
func (*StreamingServiceCreateOrganizationFilterParams) WriteToRequest ¶
func (o *StreamingServiceCreateOrganizationFilterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StreamingServiceCreateOrganizationFilterReader ¶
type StreamingServiceCreateOrganizationFilterReader struct {
// contains filtered or unexported fields
}
StreamingServiceCreateOrganizationFilterReader is a Reader for the StreamingServiceCreateOrganizationFilter structure.
func (*StreamingServiceCreateOrganizationFilterReader) ReadResponse ¶
func (o *StreamingServiceCreateOrganizationFilterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StreamingServiceDeleteDestinationDefault ¶
type StreamingServiceDeleteDestinationDefault struct { Payload *models.RuntimeError // contains filtered or unexported fields }
StreamingServiceDeleteDestinationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewStreamingServiceDeleteDestinationDefault ¶
func NewStreamingServiceDeleteDestinationDefault(code int) *StreamingServiceDeleteDestinationDefault
NewStreamingServiceDeleteDestinationDefault creates a StreamingServiceDeleteDestinationDefault with default headers values
func (*StreamingServiceDeleteDestinationDefault) Code ¶
func (o *StreamingServiceDeleteDestinationDefault) Code() int
Code gets the status code for the streaming service delete destination default response
func (*StreamingServiceDeleteDestinationDefault) Error ¶
func (o *StreamingServiceDeleteDestinationDefault) Error() string
func (*StreamingServiceDeleteDestinationDefault) GetPayload ¶
func (o *StreamingServiceDeleteDestinationDefault) GetPayload() *models.RuntimeError
func (*StreamingServiceDeleteDestinationDefault) IsClientError ¶
func (o *StreamingServiceDeleteDestinationDefault) IsClientError() bool
IsClientError returns true when this streaming service delete destination default response has a 4xx status code
func (*StreamingServiceDeleteDestinationDefault) IsCode ¶
func (o *StreamingServiceDeleteDestinationDefault) IsCode(code int) bool
IsCode returns true when this streaming service delete destination default response a status code equal to that given
func (*StreamingServiceDeleteDestinationDefault) IsRedirect ¶
func (o *StreamingServiceDeleteDestinationDefault) IsRedirect() bool
IsRedirect returns true when this streaming service delete destination default response has a 3xx status code
func (*StreamingServiceDeleteDestinationDefault) IsServerError ¶
func (o *StreamingServiceDeleteDestinationDefault) IsServerError() bool
IsServerError returns true when this streaming service delete destination default response has a 5xx status code
func (*StreamingServiceDeleteDestinationDefault) IsSuccess ¶
func (o *StreamingServiceDeleteDestinationDefault) IsSuccess() bool
IsSuccess returns true when this streaming service delete destination default response has a 2xx status code
func (*StreamingServiceDeleteDestinationDefault) String ¶
func (o *StreamingServiceDeleteDestinationDefault) String() string
type StreamingServiceDeleteDestinationOK ¶
type StreamingServiceDeleteDestinationOK struct {
Payload models.LogService20210330DeleteDestinationResponse
}
StreamingServiceDeleteDestinationOK describes a response with status code 200, with default header values.
A successful response.
func NewStreamingServiceDeleteDestinationOK ¶
func NewStreamingServiceDeleteDestinationOK() *StreamingServiceDeleteDestinationOK
NewStreamingServiceDeleteDestinationOK creates a StreamingServiceDeleteDestinationOK with default headers values
func (*StreamingServiceDeleteDestinationOK) Code ¶
func (o *StreamingServiceDeleteDestinationOK) Code() int
Code gets the status code for the streaming service delete destination o k response
func (*StreamingServiceDeleteDestinationOK) Error ¶
func (o *StreamingServiceDeleteDestinationOK) Error() string
func (*StreamingServiceDeleteDestinationOK) GetPayload ¶
func (o *StreamingServiceDeleteDestinationOK) GetPayload() models.LogService20210330DeleteDestinationResponse
func (*StreamingServiceDeleteDestinationOK) IsClientError ¶
func (o *StreamingServiceDeleteDestinationOK) IsClientError() bool
IsClientError returns true when this streaming service delete destination o k response has a 4xx status code
func (*StreamingServiceDeleteDestinationOK) IsCode ¶
func (o *StreamingServiceDeleteDestinationOK) IsCode(code int) bool
IsCode returns true when this streaming service delete destination o k response a status code equal to that given
func (*StreamingServiceDeleteDestinationOK) IsRedirect ¶
func (o *StreamingServiceDeleteDestinationOK) IsRedirect() bool
IsRedirect returns true when this streaming service delete destination o k response has a 3xx status code
func (*StreamingServiceDeleteDestinationOK) IsServerError ¶
func (o *StreamingServiceDeleteDestinationOK) IsServerError() bool
IsServerError returns true when this streaming service delete destination o k response has a 5xx status code
func (*StreamingServiceDeleteDestinationOK) IsSuccess ¶
func (o *StreamingServiceDeleteDestinationOK) IsSuccess() bool
IsSuccess returns true when this streaming service delete destination o k response has a 2xx status code
func (*StreamingServiceDeleteDestinationOK) String ¶
func (o *StreamingServiceDeleteDestinationOK) String() string
type StreamingServiceDeleteDestinationParams ¶
type StreamingServiceDeleteDestinationParams struct { /* DestinationID. destination_id represents the destination id to delete. */ DestinationID string // OrganizationID. OrganizationID string /* SourceChannel. source_channel is the source channel from which the delete request came from. For example terraform vs HCP Portal. */ SourceChannel *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StreamingServiceDeleteDestinationParams contains all the parameters to send to the API endpoint
for the streaming service delete destination operation. Typically these are written to a http.Request.
func NewStreamingServiceDeleteDestinationParams ¶
func NewStreamingServiceDeleteDestinationParams() *StreamingServiceDeleteDestinationParams
NewStreamingServiceDeleteDestinationParams creates a new StreamingServiceDeleteDestinationParams 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 NewStreamingServiceDeleteDestinationParamsWithContext ¶
func NewStreamingServiceDeleteDestinationParamsWithContext(ctx context.Context) *StreamingServiceDeleteDestinationParams
NewStreamingServiceDeleteDestinationParamsWithContext creates a new StreamingServiceDeleteDestinationParams object with the ability to set a context for a request.
func NewStreamingServiceDeleteDestinationParamsWithHTTPClient ¶
func NewStreamingServiceDeleteDestinationParamsWithHTTPClient(client *http.Client) *StreamingServiceDeleteDestinationParams
NewStreamingServiceDeleteDestinationParamsWithHTTPClient creates a new StreamingServiceDeleteDestinationParams object with the ability to set a custom HTTPClient for a request.
func NewStreamingServiceDeleteDestinationParamsWithTimeout ¶
func NewStreamingServiceDeleteDestinationParamsWithTimeout(timeout time.Duration) *StreamingServiceDeleteDestinationParams
NewStreamingServiceDeleteDestinationParamsWithTimeout creates a new StreamingServiceDeleteDestinationParams object with the ability to set a timeout on a request.
func (*StreamingServiceDeleteDestinationParams) SetContext ¶
func (o *StreamingServiceDeleteDestinationParams) SetContext(ctx context.Context)
SetContext adds the context to the streaming service delete destination params
func (*StreamingServiceDeleteDestinationParams) SetDefaults ¶
func (o *StreamingServiceDeleteDestinationParams) SetDefaults()
SetDefaults hydrates default values in the streaming service delete destination params (not the query body).
All values with no default are reset to their zero value.
func (*StreamingServiceDeleteDestinationParams) SetDestinationID ¶
func (o *StreamingServiceDeleteDestinationParams) SetDestinationID(destinationID string)
SetDestinationID adds the destinationId to the streaming service delete destination params
func (*StreamingServiceDeleteDestinationParams) SetHTTPClient ¶
func (o *StreamingServiceDeleteDestinationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the streaming service delete destination params
func (*StreamingServiceDeleteDestinationParams) SetOrganizationID ¶
func (o *StreamingServiceDeleteDestinationParams) SetOrganizationID(organizationID string)
SetOrganizationID adds the organizationId to the streaming service delete destination params
func (*StreamingServiceDeleteDestinationParams) SetSourceChannel ¶
func (o *StreamingServiceDeleteDestinationParams) SetSourceChannel(sourceChannel *string)
SetSourceChannel adds the sourceChannel to the streaming service delete destination params
func (*StreamingServiceDeleteDestinationParams) SetTimeout ¶
func (o *StreamingServiceDeleteDestinationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the streaming service delete destination params
func (*StreamingServiceDeleteDestinationParams) WithContext ¶
func (o *StreamingServiceDeleteDestinationParams) WithContext(ctx context.Context) *StreamingServiceDeleteDestinationParams
WithContext adds the context to the streaming service delete destination params
func (*StreamingServiceDeleteDestinationParams) WithDefaults ¶
func (o *StreamingServiceDeleteDestinationParams) WithDefaults() *StreamingServiceDeleteDestinationParams
WithDefaults hydrates default values in the streaming service delete destination params (not the query body).
All values with no default are reset to their zero value.
func (*StreamingServiceDeleteDestinationParams) WithDestinationID ¶
func (o *StreamingServiceDeleteDestinationParams) WithDestinationID(destinationID string) *StreamingServiceDeleteDestinationParams
WithDestinationID adds the destinationID to the streaming service delete destination params
func (*StreamingServiceDeleteDestinationParams) WithHTTPClient ¶
func (o *StreamingServiceDeleteDestinationParams) WithHTTPClient(client *http.Client) *StreamingServiceDeleteDestinationParams
WithHTTPClient adds the HTTPClient to the streaming service delete destination params
func (*StreamingServiceDeleteDestinationParams) WithOrganizationID ¶
func (o *StreamingServiceDeleteDestinationParams) WithOrganizationID(organizationID string) *StreamingServiceDeleteDestinationParams
WithOrganizationID adds the organizationID to the streaming service delete destination params
func (*StreamingServiceDeleteDestinationParams) WithSourceChannel ¶
func (o *StreamingServiceDeleteDestinationParams) WithSourceChannel(sourceChannel *string) *StreamingServiceDeleteDestinationParams
WithSourceChannel adds the sourceChannel to the streaming service delete destination params
func (*StreamingServiceDeleteDestinationParams) WithTimeout ¶
func (o *StreamingServiceDeleteDestinationParams) WithTimeout(timeout time.Duration) *StreamingServiceDeleteDestinationParams
WithTimeout adds the timeout to the streaming service delete destination params
func (*StreamingServiceDeleteDestinationParams) WriteToRequest ¶
func (o *StreamingServiceDeleteDestinationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StreamingServiceDeleteDestinationReader ¶
type StreamingServiceDeleteDestinationReader struct {
// contains filtered or unexported fields
}
StreamingServiceDeleteDestinationReader is a Reader for the StreamingServiceDeleteDestination structure.
func (*StreamingServiceDeleteDestinationReader) ReadResponse ¶
func (o *StreamingServiceDeleteDestinationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StreamingServiceGetDestinationDefault ¶
type StreamingServiceGetDestinationDefault struct { Payload *models.RuntimeError // contains filtered or unexported fields }
StreamingServiceGetDestinationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewStreamingServiceGetDestinationDefault ¶
func NewStreamingServiceGetDestinationDefault(code int) *StreamingServiceGetDestinationDefault
NewStreamingServiceGetDestinationDefault creates a StreamingServiceGetDestinationDefault with default headers values
func (*StreamingServiceGetDestinationDefault) Code ¶
func (o *StreamingServiceGetDestinationDefault) Code() int
Code gets the status code for the streaming service get destination default response
func (*StreamingServiceGetDestinationDefault) Error ¶
func (o *StreamingServiceGetDestinationDefault) Error() string
func (*StreamingServiceGetDestinationDefault) GetPayload ¶
func (o *StreamingServiceGetDestinationDefault) GetPayload() *models.RuntimeError
func (*StreamingServiceGetDestinationDefault) IsClientError ¶
func (o *StreamingServiceGetDestinationDefault) IsClientError() bool
IsClientError returns true when this streaming service get destination default response has a 4xx status code
func (*StreamingServiceGetDestinationDefault) IsCode ¶
func (o *StreamingServiceGetDestinationDefault) IsCode(code int) bool
IsCode returns true when this streaming service get destination default response a status code equal to that given
func (*StreamingServiceGetDestinationDefault) IsRedirect ¶
func (o *StreamingServiceGetDestinationDefault) IsRedirect() bool
IsRedirect returns true when this streaming service get destination default response has a 3xx status code
func (*StreamingServiceGetDestinationDefault) IsServerError ¶
func (o *StreamingServiceGetDestinationDefault) IsServerError() bool
IsServerError returns true when this streaming service get destination default response has a 5xx status code
func (*StreamingServiceGetDestinationDefault) IsSuccess ¶
func (o *StreamingServiceGetDestinationDefault) IsSuccess() bool
IsSuccess returns true when this streaming service get destination default response has a 2xx status code
func (*StreamingServiceGetDestinationDefault) String ¶
func (o *StreamingServiceGetDestinationDefault) String() string
type StreamingServiceGetDestinationOK ¶
type StreamingServiceGetDestinationOK struct {
Payload *models.LogService20210330GetDestinationResponse
}
StreamingServiceGetDestinationOK describes a response with status code 200, with default header values.
A successful response.
func NewStreamingServiceGetDestinationOK ¶
func NewStreamingServiceGetDestinationOK() *StreamingServiceGetDestinationOK
NewStreamingServiceGetDestinationOK creates a StreamingServiceGetDestinationOK with default headers values
func (*StreamingServiceGetDestinationOK) Code ¶
func (o *StreamingServiceGetDestinationOK) Code() int
Code gets the status code for the streaming service get destination o k response
func (*StreamingServiceGetDestinationOK) Error ¶
func (o *StreamingServiceGetDestinationOK) Error() string
func (*StreamingServiceGetDestinationOK) GetPayload ¶
func (o *StreamingServiceGetDestinationOK) GetPayload() *models.LogService20210330GetDestinationResponse
func (*StreamingServiceGetDestinationOK) IsClientError ¶
func (o *StreamingServiceGetDestinationOK) IsClientError() bool
IsClientError returns true when this streaming service get destination o k response has a 4xx status code
func (*StreamingServiceGetDestinationOK) IsCode ¶
func (o *StreamingServiceGetDestinationOK) IsCode(code int) bool
IsCode returns true when this streaming service get destination o k response a status code equal to that given
func (*StreamingServiceGetDestinationOK) IsRedirect ¶
func (o *StreamingServiceGetDestinationOK) IsRedirect() bool
IsRedirect returns true when this streaming service get destination o k response has a 3xx status code
func (*StreamingServiceGetDestinationOK) IsServerError ¶
func (o *StreamingServiceGetDestinationOK) IsServerError() bool
IsServerError returns true when this streaming service get destination o k response has a 5xx status code
func (*StreamingServiceGetDestinationOK) IsSuccess ¶
func (o *StreamingServiceGetDestinationOK) IsSuccess() bool
IsSuccess returns true when this streaming service get destination o k response has a 2xx status code
func (*StreamingServiceGetDestinationOK) String ¶
func (o *StreamingServiceGetDestinationOK) String() string
type StreamingServiceGetDestinationParams ¶
type StreamingServiceGetDestinationParams struct { /* DestinationID. destination_id uniquely identifies the destination. */ DestinationID string // OrganizationID. OrganizationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StreamingServiceGetDestinationParams contains all the parameters to send to the API endpoint
for the streaming service get destination operation. Typically these are written to a http.Request.
func NewStreamingServiceGetDestinationParams ¶
func NewStreamingServiceGetDestinationParams() *StreamingServiceGetDestinationParams
NewStreamingServiceGetDestinationParams creates a new StreamingServiceGetDestinationParams 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 NewStreamingServiceGetDestinationParamsWithContext ¶
func NewStreamingServiceGetDestinationParamsWithContext(ctx context.Context) *StreamingServiceGetDestinationParams
NewStreamingServiceGetDestinationParamsWithContext creates a new StreamingServiceGetDestinationParams object with the ability to set a context for a request.
func NewStreamingServiceGetDestinationParamsWithHTTPClient ¶
func NewStreamingServiceGetDestinationParamsWithHTTPClient(client *http.Client) *StreamingServiceGetDestinationParams
NewStreamingServiceGetDestinationParamsWithHTTPClient creates a new StreamingServiceGetDestinationParams object with the ability to set a custom HTTPClient for a request.
func NewStreamingServiceGetDestinationParamsWithTimeout ¶
func NewStreamingServiceGetDestinationParamsWithTimeout(timeout time.Duration) *StreamingServiceGetDestinationParams
NewStreamingServiceGetDestinationParamsWithTimeout creates a new StreamingServiceGetDestinationParams object with the ability to set a timeout on a request.
func (*StreamingServiceGetDestinationParams) SetContext ¶
func (o *StreamingServiceGetDestinationParams) SetContext(ctx context.Context)
SetContext adds the context to the streaming service get destination params
func (*StreamingServiceGetDestinationParams) SetDefaults ¶
func (o *StreamingServiceGetDestinationParams) SetDefaults()
SetDefaults hydrates default values in the streaming service get destination params (not the query body).
All values with no default are reset to their zero value.
func (*StreamingServiceGetDestinationParams) SetDestinationID ¶
func (o *StreamingServiceGetDestinationParams) SetDestinationID(destinationID string)
SetDestinationID adds the destinationId to the streaming service get destination params
func (*StreamingServiceGetDestinationParams) SetHTTPClient ¶
func (o *StreamingServiceGetDestinationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the streaming service get destination params
func (*StreamingServiceGetDestinationParams) SetOrganizationID ¶
func (o *StreamingServiceGetDestinationParams) SetOrganizationID(organizationID string)
SetOrganizationID adds the organizationId to the streaming service get destination params
func (*StreamingServiceGetDestinationParams) SetTimeout ¶
func (o *StreamingServiceGetDestinationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the streaming service get destination params
func (*StreamingServiceGetDestinationParams) WithContext ¶
func (o *StreamingServiceGetDestinationParams) WithContext(ctx context.Context) *StreamingServiceGetDestinationParams
WithContext adds the context to the streaming service get destination params
func (*StreamingServiceGetDestinationParams) WithDefaults ¶
func (o *StreamingServiceGetDestinationParams) WithDefaults() *StreamingServiceGetDestinationParams
WithDefaults hydrates default values in the streaming service get destination params (not the query body).
All values with no default are reset to their zero value.
func (*StreamingServiceGetDestinationParams) WithDestinationID ¶
func (o *StreamingServiceGetDestinationParams) WithDestinationID(destinationID string) *StreamingServiceGetDestinationParams
WithDestinationID adds the destinationID to the streaming service get destination params
func (*StreamingServiceGetDestinationParams) WithHTTPClient ¶
func (o *StreamingServiceGetDestinationParams) WithHTTPClient(client *http.Client) *StreamingServiceGetDestinationParams
WithHTTPClient adds the HTTPClient to the streaming service get destination params
func (*StreamingServiceGetDestinationParams) WithOrganizationID ¶
func (o *StreamingServiceGetDestinationParams) WithOrganizationID(organizationID string) *StreamingServiceGetDestinationParams
WithOrganizationID adds the organizationID to the streaming service get destination params
func (*StreamingServiceGetDestinationParams) WithTimeout ¶
func (o *StreamingServiceGetDestinationParams) WithTimeout(timeout time.Duration) *StreamingServiceGetDestinationParams
WithTimeout adds the timeout to the streaming service get destination params
func (*StreamingServiceGetDestinationParams) WriteToRequest ¶
func (o *StreamingServiceGetDestinationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StreamingServiceGetDestinationReader ¶
type StreamingServiceGetDestinationReader struct {
// contains filtered or unexported fields
}
StreamingServiceGetDestinationReader is a Reader for the StreamingServiceGetDestination structure.
func (*StreamingServiceGetDestinationReader) ReadResponse ¶
func (o *StreamingServiceGetDestinationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StreamingServiceListDestinationsDefault ¶
type StreamingServiceListDestinationsDefault struct { Payload *models.RuntimeError // contains filtered or unexported fields }
StreamingServiceListDestinationsDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewStreamingServiceListDestinationsDefault ¶
func NewStreamingServiceListDestinationsDefault(code int) *StreamingServiceListDestinationsDefault
NewStreamingServiceListDestinationsDefault creates a StreamingServiceListDestinationsDefault with default headers values
func (*StreamingServiceListDestinationsDefault) Code ¶
func (o *StreamingServiceListDestinationsDefault) Code() int
Code gets the status code for the streaming service list destinations default response
func (*StreamingServiceListDestinationsDefault) Error ¶
func (o *StreamingServiceListDestinationsDefault) Error() string
func (*StreamingServiceListDestinationsDefault) GetPayload ¶
func (o *StreamingServiceListDestinationsDefault) GetPayload() *models.RuntimeError
func (*StreamingServiceListDestinationsDefault) IsClientError ¶
func (o *StreamingServiceListDestinationsDefault) IsClientError() bool
IsClientError returns true when this streaming service list destinations default response has a 4xx status code
func (*StreamingServiceListDestinationsDefault) IsCode ¶
func (o *StreamingServiceListDestinationsDefault) IsCode(code int) bool
IsCode returns true when this streaming service list destinations default response a status code equal to that given
func (*StreamingServiceListDestinationsDefault) IsRedirect ¶
func (o *StreamingServiceListDestinationsDefault) IsRedirect() bool
IsRedirect returns true when this streaming service list destinations default response has a 3xx status code
func (*StreamingServiceListDestinationsDefault) IsServerError ¶
func (o *StreamingServiceListDestinationsDefault) IsServerError() bool
IsServerError returns true when this streaming service list destinations default response has a 5xx status code
func (*StreamingServiceListDestinationsDefault) IsSuccess ¶
func (o *StreamingServiceListDestinationsDefault) IsSuccess() bool
IsSuccess returns true when this streaming service list destinations default response has a 2xx status code
func (*StreamingServiceListDestinationsDefault) String ¶
func (o *StreamingServiceListDestinationsDefault) String() string
type StreamingServiceListDestinationsOK ¶
type StreamingServiceListDestinationsOK struct {
Payload *models.LogService20210330ListDestinationsResponse
}
StreamingServiceListDestinationsOK describes a response with status code 200, with default header values.
A successful response.
func NewStreamingServiceListDestinationsOK ¶
func NewStreamingServiceListDestinationsOK() *StreamingServiceListDestinationsOK
NewStreamingServiceListDestinationsOK creates a StreamingServiceListDestinationsOK with default headers values
func (*StreamingServiceListDestinationsOK) Code ¶
func (o *StreamingServiceListDestinationsOK) Code() int
Code gets the status code for the streaming service list destinations o k response
func (*StreamingServiceListDestinationsOK) Error ¶
func (o *StreamingServiceListDestinationsOK) Error() string
func (*StreamingServiceListDestinationsOK) GetPayload ¶
func (o *StreamingServiceListDestinationsOK) GetPayload() *models.LogService20210330ListDestinationsResponse
func (*StreamingServiceListDestinationsOK) IsClientError ¶
func (o *StreamingServiceListDestinationsOK) IsClientError() bool
IsClientError returns true when this streaming service list destinations o k response has a 4xx status code
func (*StreamingServiceListDestinationsOK) IsCode ¶
func (o *StreamingServiceListDestinationsOK) IsCode(code int) bool
IsCode returns true when this streaming service list destinations o k response a status code equal to that given
func (*StreamingServiceListDestinationsOK) IsRedirect ¶
func (o *StreamingServiceListDestinationsOK) IsRedirect() bool
IsRedirect returns true when this streaming service list destinations o k response has a 3xx status code
func (*StreamingServiceListDestinationsOK) IsServerError ¶
func (o *StreamingServiceListDestinationsOK) IsServerError() bool
IsServerError returns true when this streaming service list destinations o k response has a 5xx status code
func (*StreamingServiceListDestinationsOK) IsSuccess ¶
func (o *StreamingServiceListDestinationsOK) IsSuccess() bool
IsSuccess returns true when this streaming service list destinations o k response has a 2xx status code
func (*StreamingServiceListDestinationsOK) String ¶
func (o *StreamingServiceListDestinationsOK) String() string
type StreamingServiceListDestinationsParams ¶
type StreamingServiceListDestinationsParams struct { // OrganizationID. OrganizationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StreamingServiceListDestinationsParams contains all the parameters to send to the API endpoint
for the streaming service list destinations operation. Typically these are written to a http.Request.
func NewStreamingServiceListDestinationsParams ¶
func NewStreamingServiceListDestinationsParams() *StreamingServiceListDestinationsParams
NewStreamingServiceListDestinationsParams creates a new StreamingServiceListDestinationsParams 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 NewStreamingServiceListDestinationsParamsWithContext ¶
func NewStreamingServiceListDestinationsParamsWithContext(ctx context.Context) *StreamingServiceListDestinationsParams
NewStreamingServiceListDestinationsParamsWithContext creates a new StreamingServiceListDestinationsParams object with the ability to set a context for a request.
func NewStreamingServiceListDestinationsParamsWithHTTPClient ¶
func NewStreamingServiceListDestinationsParamsWithHTTPClient(client *http.Client) *StreamingServiceListDestinationsParams
NewStreamingServiceListDestinationsParamsWithHTTPClient creates a new StreamingServiceListDestinationsParams object with the ability to set a custom HTTPClient for a request.
func NewStreamingServiceListDestinationsParamsWithTimeout ¶
func NewStreamingServiceListDestinationsParamsWithTimeout(timeout time.Duration) *StreamingServiceListDestinationsParams
NewStreamingServiceListDestinationsParamsWithTimeout creates a new StreamingServiceListDestinationsParams object with the ability to set a timeout on a request.
func (*StreamingServiceListDestinationsParams) SetContext ¶
func (o *StreamingServiceListDestinationsParams) SetContext(ctx context.Context)
SetContext adds the context to the streaming service list destinations params
func (*StreamingServiceListDestinationsParams) SetDefaults ¶
func (o *StreamingServiceListDestinationsParams) SetDefaults()
SetDefaults hydrates default values in the streaming service list destinations params (not the query body).
All values with no default are reset to their zero value.
func (*StreamingServiceListDestinationsParams) SetHTTPClient ¶
func (o *StreamingServiceListDestinationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the streaming service list destinations params
func (*StreamingServiceListDestinationsParams) SetOrganizationID ¶
func (o *StreamingServiceListDestinationsParams) SetOrganizationID(organizationID string)
SetOrganizationID adds the organizationId to the streaming service list destinations params
func (*StreamingServiceListDestinationsParams) SetTimeout ¶
func (o *StreamingServiceListDestinationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the streaming service list destinations params
func (*StreamingServiceListDestinationsParams) WithContext ¶
func (o *StreamingServiceListDestinationsParams) WithContext(ctx context.Context) *StreamingServiceListDestinationsParams
WithContext adds the context to the streaming service list destinations params
func (*StreamingServiceListDestinationsParams) WithDefaults ¶
func (o *StreamingServiceListDestinationsParams) WithDefaults() *StreamingServiceListDestinationsParams
WithDefaults hydrates default values in the streaming service list destinations params (not the query body).
All values with no default are reset to their zero value.
func (*StreamingServiceListDestinationsParams) WithHTTPClient ¶
func (o *StreamingServiceListDestinationsParams) WithHTTPClient(client *http.Client) *StreamingServiceListDestinationsParams
WithHTTPClient adds the HTTPClient to the streaming service list destinations params
func (*StreamingServiceListDestinationsParams) WithOrganizationID ¶
func (o *StreamingServiceListDestinationsParams) WithOrganizationID(organizationID string) *StreamingServiceListDestinationsParams
WithOrganizationID adds the organizationID to the streaming service list destinations params
func (*StreamingServiceListDestinationsParams) WithTimeout ¶
func (o *StreamingServiceListDestinationsParams) WithTimeout(timeout time.Duration) *StreamingServiceListDestinationsParams
WithTimeout adds the timeout to the streaming service list destinations params
func (*StreamingServiceListDestinationsParams) WriteToRequest ¶
func (o *StreamingServiceListDestinationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StreamingServiceListDestinationsReader ¶
type StreamingServiceListDestinationsReader struct {
// contains filtered or unexported fields
}
StreamingServiceListDestinationsReader is a Reader for the StreamingServiceListDestinations structure.
func (*StreamingServiceListDestinationsReader) ReadResponse ¶
func (o *StreamingServiceListDestinationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StreamingServiceTestDestinationDefault ¶
type StreamingServiceTestDestinationDefault struct { Payload *models.RuntimeError // contains filtered or unexported fields }
StreamingServiceTestDestinationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewStreamingServiceTestDestinationDefault ¶
func NewStreamingServiceTestDestinationDefault(code int) *StreamingServiceTestDestinationDefault
NewStreamingServiceTestDestinationDefault creates a StreamingServiceTestDestinationDefault with default headers values
func (*StreamingServiceTestDestinationDefault) Code ¶
func (o *StreamingServiceTestDestinationDefault) Code() int
Code gets the status code for the streaming service test destination default response
func (*StreamingServiceTestDestinationDefault) Error ¶
func (o *StreamingServiceTestDestinationDefault) Error() string
func (*StreamingServiceTestDestinationDefault) GetPayload ¶
func (o *StreamingServiceTestDestinationDefault) GetPayload() *models.RuntimeError
func (*StreamingServiceTestDestinationDefault) IsClientError ¶
func (o *StreamingServiceTestDestinationDefault) IsClientError() bool
IsClientError returns true when this streaming service test destination default response has a 4xx status code
func (*StreamingServiceTestDestinationDefault) IsCode ¶
func (o *StreamingServiceTestDestinationDefault) IsCode(code int) bool
IsCode returns true when this streaming service test destination default response a status code equal to that given
func (*StreamingServiceTestDestinationDefault) IsRedirect ¶
func (o *StreamingServiceTestDestinationDefault) IsRedirect() bool
IsRedirect returns true when this streaming service test destination default response has a 3xx status code
func (*StreamingServiceTestDestinationDefault) IsServerError ¶
func (o *StreamingServiceTestDestinationDefault) IsServerError() bool
IsServerError returns true when this streaming service test destination default response has a 5xx status code
func (*StreamingServiceTestDestinationDefault) IsSuccess ¶
func (o *StreamingServiceTestDestinationDefault) IsSuccess() bool
IsSuccess returns true when this streaming service test destination default response has a 2xx status code
func (*StreamingServiceTestDestinationDefault) String ¶
func (o *StreamingServiceTestDestinationDefault) String() string
type StreamingServiceTestDestinationOK ¶
type StreamingServiceTestDestinationOK struct {
Payload *models.LogService20210330TestDestinationResponse
}
StreamingServiceTestDestinationOK describes a response with status code 200, with default header values.
A successful response.
func NewStreamingServiceTestDestinationOK ¶
func NewStreamingServiceTestDestinationOK() *StreamingServiceTestDestinationOK
NewStreamingServiceTestDestinationOK creates a StreamingServiceTestDestinationOK with default headers values
func (*StreamingServiceTestDestinationOK) Code ¶
func (o *StreamingServiceTestDestinationOK) Code() int
Code gets the status code for the streaming service test destination o k response
func (*StreamingServiceTestDestinationOK) Error ¶
func (o *StreamingServiceTestDestinationOK) Error() string
func (*StreamingServiceTestDestinationOK) GetPayload ¶
func (o *StreamingServiceTestDestinationOK) GetPayload() *models.LogService20210330TestDestinationResponse
func (*StreamingServiceTestDestinationOK) IsClientError ¶
func (o *StreamingServiceTestDestinationOK) IsClientError() bool
IsClientError returns true when this streaming service test destination o k response has a 4xx status code
func (*StreamingServiceTestDestinationOK) IsCode ¶
func (o *StreamingServiceTestDestinationOK) IsCode(code int) bool
IsCode returns true when this streaming service test destination o k response a status code equal to that given
func (*StreamingServiceTestDestinationOK) IsRedirect ¶
func (o *StreamingServiceTestDestinationOK) IsRedirect() bool
IsRedirect returns true when this streaming service test destination o k response has a 3xx status code
func (*StreamingServiceTestDestinationOK) IsServerError ¶
func (o *StreamingServiceTestDestinationOK) IsServerError() bool
IsServerError returns true when this streaming service test destination o k response has a 5xx status code
func (*StreamingServiceTestDestinationOK) IsSuccess ¶
func (o *StreamingServiceTestDestinationOK) IsSuccess() bool
IsSuccess returns true when this streaming service test destination o k response has a 2xx status code
func (*StreamingServiceTestDestinationOK) String ¶
func (o *StreamingServiceTestDestinationOK) String() string
type StreamingServiceTestDestinationParams ¶
type StreamingServiceTestDestinationParams struct { // Body. Body *models.LogService20210330TestDestinationRequest // OrganizationID. OrganizationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StreamingServiceTestDestinationParams contains all the parameters to send to the API endpoint
for the streaming service test destination operation. Typically these are written to a http.Request.
func NewStreamingServiceTestDestinationParams ¶
func NewStreamingServiceTestDestinationParams() *StreamingServiceTestDestinationParams
NewStreamingServiceTestDestinationParams creates a new StreamingServiceTestDestinationParams 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 NewStreamingServiceTestDestinationParamsWithContext ¶
func NewStreamingServiceTestDestinationParamsWithContext(ctx context.Context) *StreamingServiceTestDestinationParams
NewStreamingServiceTestDestinationParamsWithContext creates a new StreamingServiceTestDestinationParams object with the ability to set a context for a request.
func NewStreamingServiceTestDestinationParamsWithHTTPClient ¶
func NewStreamingServiceTestDestinationParamsWithHTTPClient(client *http.Client) *StreamingServiceTestDestinationParams
NewStreamingServiceTestDestinationParamsWithHTTPClient creates a new StreamingServiceTestDestinationParams object with the ability to set a custom HTTPClient for a request.
func NewStreamingServiceTestDestinationParamsWithTimeout ¶
func NewStreamingServiceTestDestinationParamsWithTimeout(timeout time.Duration) *StreamingServiceTestDestinationParams
NewStreamingServiceTestDestinationParamsWithTimeout creates a new StreamingServiceTestDestinationParams object with the ability to set a timeout on a request.
func (*StreamingServiceTestDestinationParams) SetBody ¶
func (o *StreamingServiceTestDestinationParams) SetBody(body *models.LogService20210330TestDestinationRequest)
SetBody adds the body to the streaming service test destination params
func (*StreamingServiceTestDestinationParams) SetContext ¶
func (o *StreamingServiceTestDestinationParams) SetContext(ctx context.Context)
SetContext adds the context to the streaming service test destination params
func (*StreamingServiceTestDestinationParams) SetDefaults ¶
func (o *StreamingServiceTestDestinationParams) SetDefaults()
SetDefaults hydrates default values in the streaming service test destination params (not the query body).
All values with no default are reset to their zero value.
func (*StreamingServiceTestDestinationParams) SetHTTPClient ¶
func (o *StreamingServiceTestDestinationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the streaming service test destination params
func (*StreamingServiceTestDestinationParams) SetOrganizationID ¶
func (o *StreamingServiceTestDestinationParams) SetOrganizationID(organizationID string)
SetOrganizationID adds the organizationId to the streaming service test destination params
func (*StreamingServiceTestDestinationParams) SetTimeout ¶
func (o *StreamingServiceTestDestinationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the streaming service test destination params
func (*StreamingServiceTestDestinationParams) WithBody ¶
func (o *StreamingServiceTestDestinationParams) WithBody(body *models.LogService20210330TestDestinationRequest) *StreamingServiceTestDestinationParams
WithBody adds the body to the streaming service test destination params
func (*StreamingServiceTestDestinationParams) WithContext ¶
func (o *StreamingServiceTestDestinationParams) WithContext(ctx context.Context) *StreamingServiceTestDestinationParams
WithContext adds the context to the streaming service test destination params
func (*StreamingServiceTestDestinationParams) WithDefaults ¶
func (o *StreamingServiceTestDestinationParams) WithDefaults() *StreamingServiceTestDestinationParams
WithDefaults hydrates default values in the streaming service test destination params (not the query body).
All values with no default are reset to their zero value.
func (*StreamingServiceTestDestinationParams) WithHTTPClient ¶
func (o *StreamingServiceTestDestinationParams) WithHTTPClient(client *http.Client) *StreamingServiceTestDestinationParams
WithHTTPClient adds the HTTPClient to the streaming service test destination params
func (*StreamingServiceTestDestinationParams) WithOrganizationID ¶
func (o *StreamingServiceTestDestinationParams) WithOrganizationID(organizationID string) *StreamingServiceTestDestinationParams
WithOrganizationID adds the organizationID to the streaming service test destination params
func (*StreamingServiceTestDestinationParams) WithTimeout ¶
func (o *StreamingServiceTestDestinationParams) WithTimeout(timeout time.Duration) *StreamingServiceTestDestinationParams
WithTimeout adds the timeout to the streaming service test destination params
func (*StreamingServiceTestDestinationParams) WriteToRequest ¶
func (o *StreamingServiceTestDestinationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StreamingServiceTestDestinationReader ¶
type StreamingServiceTestDestinationReader struct {
// contains filtered or unexported fields
}
StreamingServiceTestDestinationReader is a Reader for the StreamingServiceTestDestination structure.
func (*StreamingServiceTestDestinationReader) ReadResponse ¶
func (o *StreamingServiceTestDestinationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StreamingServiceUpdateDestinationDefault ¶
type StreamingServiceUpdateDestinationDefault struct { Payload *models.RuntimeError // contains filtered or unexported fields }
StreamingServiceUpdateDestinationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewStreamingServiceUpdateDestinationDefault ¶
func NewStreamingServiceUpdateDestinationDefault(code int) *StreamingServiceUpdateDestinationDefault
NewStreamingServiceUpdateDestinationDefault creates a StreamingServiceUpdateDestinationDefault with default headers values
func (*StreamingServiceUpdateDestinationDefault) Code ¶
func (o *StreamingServiceUpdateDestinationDefault) Code() int
Code gets the status code for the streaming service update destination default response
func (*StreamingServiceUpdateDestinationDefault) Error ¶
func (o *StreamingServiceUpdateDestinationDefault) Error() string
func (*StreamingServiceUpdateDestinationDefault) GetPayload ¶
func (o *StreamingServiceUpdateDestinationDefault) GetPayload() *models.RuntimeError
func (*StreamingServiceUpdateDestinationDefault) IsClientError ¶
func (o *StreamingServiceUpdateDestinationDefault) IsClientError() bool
IsClientError returns true when this streaming service update destination default response has a 4xx status code
func (*StreamingServiceUpdateDestinationDefault) IsCode ¶
func (o *StreamingServiceUpdateDestinationDefault) IsCode(code int) bool
IsCode returns true when this streaming service update destination default response a status code equal to that given
func (*StreamingServiceUpdateDestinationDefault) IsRedirect ¶
func (o *StreamingServiceUpdateDestinationDefault) IsRedirect() bool
IsRedirect returns true when this streaming service update destination default response has a 3xx status code
func (*StreamingServiceUpdateDestinationDefault) IsServerError ¶
func (o *StreamingServiceUpdateDestinationDefault) IsServerError() bool
IsServerError returns true when this streaming service update destination default response has a 5xx status code
func (*StreamingServiceUpdateDestinationDefault) IsSuccess ¶
func (o *StreamingServiceUpdateDestinationDefault) IsSuccess() bool
IsSuccess returns true when this streaming service update destination default response has a 2xx status code
func (*StreamingServiceUpdateDestinationDefault) String ¶
func (o *StreamingServiceUpdateDestinationDefault) String() string
type StreamingServiceUpdateDestinationOK ¶
type StreamingServiceUpdateDestinationOK struct {
Payload interface{}
}
StreamingServiceUpdateDestinationOK describes a response with status code 200, with default header values.
A successful response.
func NewStreamingServiceUpdateDestinationOK ¶
func NewStreamingServiceUpdateDestinationOK() *StreamingServiceUpdateDestinationOK
NewStreamingServiceUpdateDestinationOK creates a StreamingServiceUpdateDestinationOK with default headers values
func (*StreamingServiceUpdateDestinationOK) Code ¶
func (o *StreamingServiceUpdateDestinationOK) Code() int
Code gets the status code for the streaming service update destination o k response
func (*StreamingServiceUpdateDestinationOK) Error ¶
func (o *StreamingServiceUpdateDestinationOK) Error() string
func (*StreamingServiceUpdateDestinationOK) GetPayload ¶
func (o *StreamingServiceUpdateDestinationOK) GetPayload() interface{}
func (*StreamingServiceUpdateDestinationOK) IsClientError ¶
func (o *StreamingServiceUpdateDestinationOK) IsClientError() bool
IsClientError returns true when this streaming service update destination o k response has a 4xx status code
func (*StreamingServiceUpdateDestinationOK) IsCode ¶
func (o *StreamingServiceUpdateDestinationOK) IsCode(code int) bool
IsCode returns true when this streaming service update destination o k response a status code equal to that given
func (*StreamingServiceUpdateDestinationOK) IsRedirect ¶
func (o *StreamingServiceUpdateDestinationOK) IsRedirect() bool
IsRedirect returns true when this streaming service update destination o k response has a 3xx status code
func (*StreamingServiceUpdateDestinationOK) IsServerError ¶
func (o *StreamingServiceUpdateDestinationOK) IsServerError() bool
IsServerError returns true when this streaming service update destination o k response has a 5xx status code
func (*StreamingServiceUpdateDestinationOK) IsSuccess ¶
func (o *StreamingServiceUpdateDestinationOK) IsSuccess() bool
IsSuccess returns true when this streaming service update destination o k response has a 2xx status code
func (*StreamingServiceUpdateDestinationOK) String ¶
func (o *StreamingServiceUpdateDestinationOK) String() string
type StreamingServiceUpdateDestinationParams ¶
type StreamingServiceUpdateDestinationParams struct { // Body. Body *models.LogService20210330UpdateDestinationRequest /* ID. id - the destination's id, required. */ ID string /* OrganizationID. organization_id - the organization holding the destination, required. */ OrganizationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StreamingServiceUpdateDestinationParams contains all the parameters to send to the API endpoint
for the streaming service update destination operation. Typically these are written to a http.Request.
func NewStreamingServiceUpdateDestinationParams ¶
func NewStreamingServiceUpdateDestinationParams() *StreamingServiceUpdateDestinationParams
NewStreamingServiceUpdateDestinationParams creates a new StreamingServiceUpdateDestinationParams 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 NewStreamingServiceUpdateDestinationParamsWithContext ¶
func NewStreamingServiceUpdateDestinationParamsWithContext(ctx context.Context) *StreamingServiceUpdateDestinationParams
NewStreamingServiceUpdateDestinationParamsWithContext creates a new StreamingServiceUpdateDestinationParams object with the ability to set a context for a request.
func NewStreamingServiceUpdateDestinationParamsWithHTTPClient ¶
func NewStreamingServiceUpdateDestinationParamsWithHTTPClient(client *http.Client) *StreamingServiceUpdateDestinationParams
NewStreamingServiceUpdateDestinationParamsWithHTTPClient creates a new StreamingServiceUpdateDestinationParams object with the ability to set a custom HTTPClient for a request.
func NewStreamingServiceUpdateDestinationParamsWithTimeout ¶
func NewStreamingServiceUpdateDestinationParamsWithTimeout(timeout time.Duration) *StreamingServiceUpdateDestinationParams
NewStreamingServiceUpdateDestinationParamsWithTimeout creates a new StreamingServiceUpdateDestinationParams object with the ability to set a timeout on a request.
func (*StreamingServiceUpdateDestinationParams) SetBody ¶
func (o *StreamingServiceUpdateDestinationParams) SetBody(body *models.LogService20210330UpdateDestinationRequest)
SetBody adds the body to the streaming service update destination params
func (*StreamingServiceUpdateDestinationParams) SetContext ¶
func (o *StreamingServiceUpdateDestinationParams) SetContext(ctx context.Context)
SetContext adds the context to the streaming service update destination params
func (*StreamingServiceUpdateDestinationParams) SetDefaults ¶
func (o *StreamingServiceUpdateDestinationParams) SetDefaults()
SetDefaults hydrates default values in the streaming service update destination params (not the query body).
All values with no default are reset to their zero value.
func (*StreamingServiceUpdateDestinationParams) SetHTTPClient ¶
func (o *StreamingServiceUpdateDestinationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the streaming service update destination params
func (*StreamingServiceUpdateDestinationParams) SetID ¶
func (o *StreamingServiceUpdateDestinationParams) SetID(id string)
SetID adds the id to the streaming service update destination params
func (*StreamingServiceUpdateDestinationParams) SetOrganizationID ¶
func (o *StreamingServiceUpdateDestinationParams) SetOrganizationID(organizationID string)
SetOrganizationID adds the organizationId to the streaming service update destination params
func (*StreamingServiceUpdateDestinationParams) SetTimeout ¶
func (o *StreamingServiceUpdateDestinationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the streaming service update destination params
func (*StreamingServiceUpdateDestinationParams) WithBody ¶
func (o *StreamingServiceUpdateDestinationParams) WithBody(body *models.LogService20210330UpdateDestinationRequest) *StreamingServiceUpdateDestinationParams
WithBody adds the body to the streaming service update destination params
func (*StreamingServiceUpdateDestinationParams) WithContext ¶
func (o *StreamingServiceUpdateDestinationParams) WithContext(ctx context.Context) *StreamingServiceUpdateDestinationParams
WithContext adds the context to the streaming service update destination params
func (*StreamingServiceUpdateDestinationParams) WithDefaults ¶
func (o *StreamingServiceUpdateDestinationParams) WithDefaults() *StreamingServiceUpdateDestinationParams
WithDefaults hydrates default values in the streaming service update destination params (not the query body).
All values with no default are reset to their zero value.
func (*StreamingServiceUpdateDestinationParams) WithHTTPClient ¶
func (o *StreamingServiceUpdateDestinationParams) WithHTTPClient(client *http.Client) *StreamingServiceUpdateDestinationParams
WithHTTPClient adds the HTTPClient to the streaming service update destination params
func (*StreamingServiceUpdateDestinationParams) WithID ¶
func (o *StreamingServiceUpdateDestinationParams) WithID(id string) *StreamingServiceUpdateDestinationParams
WithID adds the id to the streaming service update destination params
func (*StreamingServiceUpdateDestinationParams) WithOrganizationID ¶
func (o *StreamingServiceUpdateDestinationParams) WithOrganizationID(organizationID string) *StreamingServiceUpdateDestinationParams
WithOrganizationID adds the organizationID to the streaming service update destination params
func (*StreamingServiceUpdateDestinationParams) WithTimeout ¶
func (o *StreamingServiceUpdateDestinationParams) WithTimeout(timeout time.Duration) *StreamingServiceUpdateDestinationParams
WithTimeout adds the timeout to the streaming service update destination params
func (*StreamingServiceUpdateDestinationParams) WriteToRequest ¶
func (o *StreamingServiceUpdateDestinationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StreamingServiceUpdateDestinationReader ¶
type StreamingServiceUpdateDestinationReader struct {
// contains filtered or unexported fields
}
StreamingServiceUpdateDestinationReader is a Reader for the StreamingServiceUpdateDestination structure.
func (*StreamingServiceUpdateDestinationReader) ReadResponse ¶
func (o *StreamingServiceUpdateDestinationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- streaming_service_client.go
- streaming_service_create_destination_parameters.go
- streaming_service_create_destination_responses.go
- streaming_service_create_organization_filter_parameters.go
- streaming_service_create_organization_filter_responses.go
- streaming_service_delete_destination_parameters.go
- streaming_service_delete_destination_responses.go
- streaming_service_get_destination_parameters.go
- streaming_service_get_destination_responses.go
- streaming_service_list_destinations_parameters.go
- streaming_service_list_destinations_responses.go
- streaming_service_test_destination_parameters.go
- streaming_service_test_destination_responses.go
- streaming_service_update_destination_parameters.go
- streaming_service_update_destination_responses.go