event_driven_harvesting

package
v0.0.0-...-dff6c84 Latest Latest
Warning

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

Go to latest
Published: May 15, 2019 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for event driven harvesting API

func New

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

New creates a new event driven harvesting API client.

func (*Client) PublicCloudConsumersGet

func (a *Client) PublicCloudConsumersGet(params *PublicCloudConsumersGetParams) (*PublicCloudConsumersGetOK, error)

PublicCloudConsumersGet lists consumers

TODO: Add Description

func (*Client) PublicCloudEventdrivenharvest

func (a *Client) PublicCloudEventdrivenharvest(params *PublicCloudEventdrivenharvestParams) (*PublicCloudEventdrivenharvestOK, error)

PublicCloudEventdrivenharvest gets event driven harvesting

Gets the status of Event Driven Harvesting for the current org

func (*Client) PublicCloudEventdrivenharvestByOrganizationidPost

func (a *Client) PublicCloudEventdrivenharvestByOrganizationidPost(params *PublicCloudEventdrivenharvestByOrganizationidPostParams) (*PublicCloudEventdrivenharvestByOrganizationidPostOK, error)

PublicCloudEventdrivenharvestByOrganizationidPost adds consumer

TODO: Add Description

func (*Client) PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPost

PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPost adds producer

TODO: Add Description

func (*Client) PublicCloudEventdrivenharvestDisable

func (a *Client) PublicCloudEventdrivenharvestDisable(params *PublicCloudEventdrivenharvestDisableParams) (*PublicCloudEventdrivenharvestDisableOK, error)

PublicCloudEventdrivenharvestDisable disables event driven harvesting

Disables Event Driven Harvesting for the current org

func (*Client) PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDelete

PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDelete removes consumer

TODO: Add Description

func (*Client) PublicCloudEventdrivenharvestEnable

func (a *Client) PublicCloudEventdrivenharvestEnable(params *PublicCloudEventdrivenharvestEnableParams) (*PublicCloudEventdrivenharvestEnableOK, error)

PublicCloudEventdrivenharvestEnable enables event driven harvesting

Enables Event Driven Harvesting for the current org

func (*Client) PublicCloudEventdrivenharvestProducersDisablePost

func (a *Client) PublicCloudEventdrivenharvestProducersDisablePost(params *PublicCloudEventdrivenharvestProducersDisablePostParams) (*PublicCloudEventdrivenharvestProducersDisablePostOK, error)

PublicCloudEventdrivenharvestProducersDisablePost removes producer

TODO: Add Description

func (*Client) PublicCloudProducersListPost

func (a *Client) PublicCloudProducersListPost(params *PublicCloudProducersListPostParams) (*PublicCloudProducersListPostOK, error)

PublicCloudProducersListPost lists producers

TODO: Add Description

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type PublicCloudConsumersGetOK

type PublicCloudConsumersGetOK struct {
	Payload *models.ListConsumers
}

PublicCloudConsumersGetOK handles this case with default header values.

PublicCloudConsumersGetOK public cloud consumers get o k

func NewPublicCloudConsumersGetOK

func NewPublicCloudConsumersGetOK() *PublicCloudConsumersGetOK

NewPublicCloudConsumersGetOK creates a PublicCloudConsumersGetOK with default headers values

func (*PublicCloudConsumersGetOK) Error

func (o *PublicCloudConsumersGetOK) Error() string

type PublicCloudConsumersGetParams

type PublicCloudConsumersGetParams struct {

	/*ContentType*/
	ContentType string
	/*XAuthToken*/
	XAuthToken string

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

PublicCloudConsumersGetParams contains all the parameters to send to the API endpoint for the public cloud consumers get operation typically these are written to a http.Request

func NewPublicCloudConsumersGetParams

func NewPublicCloudConsumersGetParams() *PublicCloudConsumersGetParams

NewPublicCloudConsumersGetParams creates a new PublicCloudConsumersGetParams object with the default values initialized.

func NewPublicCloudConsumersGetParamsWithContext

func NewPublicCloudConsumersGetParamsWithContext(ctx context.Context) *PublicCloudConsumersGetParams

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

func NewPublicCloudConsumersGetParamsWithHTTPClient

func NewPublicCloudConsumersGetParamsWithHTTPClient(client *http.Client) *PublicCloudConsumersGetParams

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

func NewPublicCloudConsumersGetParamsWithTimeout

func NewPublicCloudConsumersGetParamsWithTimeout(timeout time.Duration) *PublicCloudConsumersGetParams

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

func (*PublicCloudConsumersGetParams) SetContentType

func (o *PublicCloudConsumersGetParams) SetContentType(contentType string)

SetContentType adds the contentType to the public cloud consumers get params

func (*PublicCloudConsumersGetParams) SetContext

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

SetContext adds the context to the public cloud consumers get params

func (*PublicCloudConsumersGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public cloud consumers get params

func (*PublicCloudConsumersGetParams) SetTimeout

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

SetTimeout adds the timeout to the public cloud consumers get params

func (*PublicCloudConsumersGetParams) SetXAuthToken

func (o *PublicCloudConsumersGetParams) SetXAuthToken(xAuthToken string)

SetXAuthToken adds the xAuthToken to the public cloud consumers get params

func (*PublicCloudConsumersGetParams) WithContentType

func (o *PublicCloudConsumersGetParams) WithContentType(contentType string) *PublicCloudConsumersGetParams

WithContentType adds the contentType to the public cloud consumers get params

func (*PublicCloudConsumersGetParams) WithContext

WithContext adds the context to the public cloud consumers get params

func (*PublicCloudConsumersGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public cloud consumers get params

func (*PublicCloudConsumersGetParams) WithTimeout

WithTimeout adds the timeout to the public cloud consumers get params

func (*PublicCloudConsumersGetParams) WithXAuthToken

WithXAuthToken adds the xAuthToken to the public cloud consumers get params

func (*PublicCloudConsumersGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicCloudConsumersGetReader

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

PublicCloudConsumersGetReader is a Reader for the PublicCloudConsumersGet structure.

func (*PublicCloudConsumersGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicCloudEventdrivenharvestByOrganizationidPostOK

type PublicCloudEventdrivenharvestByOrganizationidPostOK struct {
}

PublicCloudEventdrivenharvestByOrganizationidPostOK handles this case with default header values.

PublicCloudEventdrivenharvestByOrganizationidPostOK public cloud eventdrivenharvest by organizationid post o k

func NewPublicCloudEventdrivenharvestByOrganizationidPostOK

func NewPublicCloudEventdrivenharvestByOrganizationidPostOK() *PublicCloudEventdrivenharvestByOrganizationidPostOK

NewPublicCloudEventdrivenharvestByOrganizationidPostOK creates a PublicCloudEventdrivenharvestByOrganizationidPostOK with default headers values

func (*PublicCloudEventdrivenharvestByOrganizationidPostOK) Error

type PublicCloudEventdrivenharvestByOrganizationidPostParams

type PublicCloudEventdrivenharvestByOrganizationidPostParams struct {

	/*ContentType*/
	ContentType string
	/*XAuthToken*/
	XAuthToken string
	/*Organizationid*/
	Organizationid string

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

PublicCloudEventdrivenharvestByOrganizationidPostParams contains all the parameters to send to the API endpoint for the public cloud eventdrivenharvest by organizationid post operation typically these are written to a http.Request

func NewPublicCloudEventdrivenharvestByOrganizationidPostParams

func NewPublicCloudEventdrivenharvestByOrganizationidPostParams() *PublicCloudEventdrivenharvestByOrganizationidPostParams

NewPublicCloudEventdrivenharvestByOrganizationidPostParams creates a new PublicCloudEventdrivenharvestByOrganizationidPostParams object with the default values initialized.

func NewPublicCloudEventdrivenharvestByOrganizationidPostParamsWithContext

func NewPublicCloudEventdrivenharvestByOrganizationidPostParamsWithContext(ctx context.Context) *PublicCloudEventdrivenharvestByOrganizationidPostParams

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

func NewPublicCloudEventdrivenharvestByOrganizationidPostParamsWithHTTPClient

func NewPublicCloudEventdrivenharvestByOrganizationidPostParamsWithHTTPClient(client *http.Client) *PublicCloudEventdrivenharvestByOrganizationidPostParams

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

func NewPublicCloudEventdrivenharvestByOrganizationidPostParamsWithTimeout

func NewPublicCloudEventdrivenharvestByOrganizationidPostParamsWithTimeout(timeout time.Duration) *PublicCloudEventdrivenharvestByOrganizationidPostParams

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

func (*PublicCloudEventdrivenharvestByOrganizationidPostParams) SetContentType

func (o *PublicCloudEventdrivenharvestByOrganizationidPostParams) SetContentType(contentType string)

SetContentType adds the contentType to the public cloud eventdrivenharvest by organizationid post params

func (*PublicCloudEventdrivenharvestByOrganizationidPostParams) SetContext

SetContext adds the context to the public cloud eventdrivenharvest by organizationid post params

func (*PublicCloudEventdrivenharvestByOrganizationidPostParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the public cloud eventdrivenharvest by organizationid post params

func (*PublicCloudEventdrivenharvestByOrganizationidPostParams) SetOrganizationid

func (o *PublicCloudEventdrivenharvestByOrganizationidPostParams) SetOrganizationid(organizationid string)

SetOrganizationid adds the organizationid to the public cloud eventdrivenharvest by organizationid post params

func (*PublicCloudEventdrivenharvestByOrganizationidPostParams) SetTimeout

SetTimeout adds the timeout to the public cloud eventdrivenharvest by organizationid post params

func (*PublicCloudEventdrivenharvestByOrganizationidPostParams) SetXAuthToken

SetXAuthToken adds the xAuthToken to the public cloud eventdrivenharvest by organizationid post params

func (*PublicCloudEventdrivenharvestByOrganizationidPostParams) WithContentType

WithContentType adds the contentType to the public cloud eventdrivenharvest by organizationid post params

func (*PublicCloudEventdrivenharvestByOrganizationidPostParams) WithContext

WithContext adds the context to the public cloud eventdrivenharvest by organizationid post params

func (*PublicCloudEventdrivenharvestByOrganizationidPostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public cloud eventdrivenharvest by organizationid post params

func (*PublicCloudEventdrivenharvestByOrganizationidPostParams) WithOrganizationid

WithOrganizationid adds the organizationid to the public cloud eventdrivenharvest by organizationid post params

func (*PublicCloudEventdrivenharvestByOrganizationidPostParams) WithTimeout

WithTimeout adds the timeout to the public cloud eventdrivenharvest by organizationid post params

func (*PublicCloudEventdrivenharvestByOrganizationidPostParams) WithXAuthToken

WithXAuthToken adds the xAuthToken to the public cloud eventdrivenharvest by organizationid post params

func (*PublicCloudEventdrivenharvestByOrganizationidPostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicCloudEventdrivenharvestByOrganizationidPostReader

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

PublicCloudEventdrivenharvestByOrganizationidPostReader is a Reader for the PublicCloudEventdrivenharvestByOrganizationidPost structure.

func (*PublicCloudEventdrivenharvestByOrganizationidPostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostOK

type PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostOK struct {
}

PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostOK handles this case with default header values.

PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostOK public cloud eventdrivenharvest consumer producers add by organizationid post o k

func NewPublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostOK

func NewPublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostOK() *PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostOK

NewPublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostOK creates a PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostOK with default headers values

func (*PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostOK) Error

type PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams

type PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams struct {

	/*Body*/
	Body *models.AddProducerRequest
	/*ContentType*/
	ContentType string
	/*XAuthToken*/
	XAuthToken string
	/*Organizationid*/
	Organizationid string

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

PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams contains all the parameters to send to the API endpoint for the public cloud eventdrivenharvest consumer producers add by organizationid post operation typically these are written to a http.Request

func NewPublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams

func NewPublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams() *PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams

NewPublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams creates a new PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams object with the default values initialized.

func NewPublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParamsWithContext

func NewPublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParamsWithContext(ctx context.Context) *PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams

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

func NewPublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParamsWithHTTPClient

func NewPublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParamsWithHTTPClient(client *http.Client) *PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams

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

func NewPublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParamsWithTimeout

func NewPublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParamsWithTimeout(timeout time.Duration) *PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams

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

func (*PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams) SetBody

SetBody adds the body to the public cloud eventdrivenharvest consumer producers add by organizationid post params

func (*PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams) SetContentType

SetContentType adds the contentType to the public cloud eventdrivenharvest consumer producers add by organizationid post params

func (*PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams) SetContext

SetContext adds the context to the public cloud eventdrivenharvest consumer producers add by organizationid post params

func (*PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the public cloud eventdrivenharvest consumer producers add by organizationid post params

func (*PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams) SetOrganizationid

SetOrganizationid adds the organizationid to the public cloud eventdrivenharvest consumer producers add by organizationid post params

func (*PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams) SetTimeout

SetTimeout adds the timeout to the public cloud eventdrivenharvest consumer producers add by organizationid post params

func (*PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams) SetXAuthToken

SetXAuthToken adds the xAuthToken to the public cloud eventdrivenharvest consumer producers add by organizationid post params

func (*PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams) WithBody

WithBody adds the body to the public cloud eventdrivenharvest consumer producers add by organizationid post params

func (*PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams) WithContentType

WithContentType adds the contentType to the public cloud eventdrivenharvest consumer producers add by organizationid post params

func (*PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams) WithContext

WithContext adds the context to the public cloud eventdrivenharvest consumer producers add by organizationid post params

func (*PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public cloud eventdrivenharvest consumer producers add by organizationid post params

func (*PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams) WithOrganizationid

WithOrganizationid adds the organizationid to the public cloud eventdrivenharvest consumer producers add by organizationid post params

func (*PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams) WithTimeout

WithTimeout adds the timeout to the public cloud eventdrivenharvest consumer producers add by organizationid post params

func (*PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams) WithXAuthToken

WithXAuthToken adds the xAuthToken to the public cloud eventdrivenharvest consumer producers add by organizationid post params

func (*PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostReader

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

PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostReader is a Reader for the PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPost structure.

func (*PublicCloudEventdrivenharvestConsumerProducersAddByOrganizationidPostReader) ReadResponse

ReadResponse reads a server response into the received o.

type PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteOK

type PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteOK struct {
}

PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteOK handles this case with default header values.

PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteOK public cloud eventdrivenharvest disable consumer by organizationid delete o k

func NewPublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteOK

func NewPublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteOK() *PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteOK

NewPublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteOK creates a PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteOK with default headers values

func (*PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteOK) Error

type PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams

type PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams struct {

	/*ContentType*/
	ContentType string
	/*XAuthToken*/
	XAuthToken string
	/*Organizationid*/
	Organizationid string

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

PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams contains all the parameters to send to the API endpoint for the public cloud eventdrivenharvest disable consumer by organizationid delete operation typically these are written to a http.Request

func NewPublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams

func NewPublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams() *PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams

NewPublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams creates a new PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams object with the default values initialized.

func NewPublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParamsWithContext

func NewPublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParamsWithContext(ctx context.Context) *PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams

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

func NewPublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParamsWithHTTPClient

func NewPublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParamsWithHTTPClient(client *http.Client) *PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams

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

func NewPublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParamsWithTimeout

func NewPublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParamsWithTimeout(timeout time.Duration) *PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams

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

func (*PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams) SetContentType

SetContentType adds the contentType to the public cloud eventdrivenharvest disable consumer by organizationid delete params

func (*PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams) SetContext

SetContext adds the context to the public cloud eventdrivenharvest disable consumer by organizationid delete params

func (*PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the public cloud eventdrivenharvest disable consumer by organizationid delete params

func (*PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams) SetOrganizationid

SetOrganizationid adds the organizationid to the public cloud eventdrivenharvest disable consumer by organizationid delete params

func (*PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams) SetTimeout

SetTimeout adds the timeout to the public cloud eventdrivenharvest disable consumer by organizationid delete params

func (*PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams) SetXAuthToken

SetXAuthToken adds the xAuthToken to the public cloud eventdrivenharvest disable consumer by organizationid delete params

func (*PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams) WithContentType

WithContentType adds the contentType to the public cloud eventdrivenharvest disable consumer by organizationid delete params

func (*PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams) WithContext

WithContext adds the context to the public cloud eventdrivenharvest disable consumer by organizationid delete params

func (*PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public cloud eventdrivenharvest disable consumer by organizationid delete params

func (*PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams) WithOrganizationid

WithOrganizationid adds the organizationid to the public cloud eventdrivenharvest disable consumer by organizationid delete params

func (*PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams) WithTimeout

WithTimeout adds the timeout to the public cloud eventdrivenharvest disable consumer by organizationid delete params

func (*PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams) WithXAuthToken

WithXAuthToken adds the xAuthToken to the public cloud eventdrivenharvest disable consumer by organizationid delete params

func (*PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteReader

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

PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteReader is a Reader for the PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDelete structure.

func (*PublicCloudEventdrivenharvestDisableConsumerByOrganizationidDeleteReader) ReadResponse

ReadResponse reads a server response into the received o.

type PublicCloudEventdrivenharvestDisableOK

type PublicCloudEventdrivenharvestDisableOK struct {
}

PublicCloudEventdrivenharvestDisableOK handles this case with default header values.

PublicCloudEventdrivenharvestDisableOK public cloud eventdrivenharvest disable o k

func NewPublicCloudEventdrivenharvestDisableOK

func NewPublicCloudEventdrivenharvestDisableOK() *PublicCloudEventdrivenharvestDisableOK

NewPublicCloudEventdrivenharvestDisableOK creates a PublicCloudEventdrivenharvestDisableOK with default headers values

func (*PublicCloudEventdrivenharvestDisableOK) Error

type PublicCloudEventdrivenharvestDisableParams

type PublicCloudEventdrivenharvestDisableParams struct {

	/*ContentType*/
	ContentType string
	/*XAuthToken*/
	XAuthToken string

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

PublicCloudEventdrivenharvestDisableParams contains all the parameters to send to the API endpoint for the public cloud eventdrivenharvest disable operation typically these are written to a http.Request

func NewPublicCloudEventdrivenharvestDisableParams

func NewPublicCloudEventdrivenharvestDisableParams() *PublicCloudEventdrivenharvestDisableParams

NewPublicCloudEventdrivenharvestDisableParams creates a new PublicCloudEventdrivenharvestDisableParams object with the default values initialized.

func NewPublicCloudEventdrivenharvestDisableParamsWithContext

func NewPublicCloudEventdrivenharvestDisableParamsWithContext(ctx context.Context) *PublicCloudEventdrivenharvestDisableParams

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

func NewPublicCloudEventdrivenharvestDisableParamsWithHTTPClient

func NewPublicCloudEventdrivenharvestDisableParamsWithHTTPClient(client *http.Client) *PublicCloudEventdrivenharvestDisableParams

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

func NewPublicCloudEventdrivenharvestDisableParamsWithTimeout

func NewPublicCloudEventdrivenharvestDisableParamsWithTimeout(timeout time.Duration) *PublicCloudEventdrivenharvestDisableParams

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

func (*PublicCloudEventdrivenharvestDisableParams) SetContentType

func (o *PublicCloudEventdrivenharvestDisableParams) SetContentType(contentType string)

SetContentType adds the contentType to the public cloud eventdrivenharvest disable params

func (*PublicCloudEventdrivenharvestDisableParams) SetContext

SetContext adds the context to the public cloud eventdrivenharvest disable params

func (*PublicCloudEventdrivenharvestDisableParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public cloud eventdrivenharvest disable params

func (*PublicCloudEventdrivenharvestDisableParams) SetTimeout

SetTimeout adds the timeout to the public cloud eventdrivenharvest disable params

func (*PublicCloudEventdrivenharvestDisableParams) SetXAuthToken

func (o *PublicCloudEventdrivenharvestDisableParams) SetXAuthToken(xAuthToken string)

SetXAuthToken adds the xAuthToken to the public cloud eventdrivenharvest disable params

func (*PublicCloudEventdrivenharvestDisableParams) WithContentType

WithContentType adds the contentType to the public cloud eventdrivenharvest disable params

func (*PublicCloudEventdrivenharvestDisableParams) WithContext

WithContext adds the context to the public cloud eventdrivenharvest disable params

func (*PublicCloudEventdrivenharvestDisableParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public cloud eventdrivenharvest disable params

func (*PublicCloudEventdrivenharvestDisableParams) WithTimeout

WithTimeout adds the timeout to the public cloud eventdrivenharvest disable params

func (*PublicCloudEventdrivenharvestDisableParams) WithXAuthToken

WithXAuthToken adds the xAuthToken to the public cloud eventdrivenharvest disable params

func (*PublicCloudEventdrivenharvestDisableParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicCloudEventdrivenharvestDisableReader

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

PublicCloudEventdrivenharvestDisableReader is a Reader for the PublicCloudEventdrivenharvestDisable structure.

func (*PublicCloudEventdrivenharvestDisableReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicCloudEventdrivenharvestEnableOK

type PublicCloudEventdrivenharvestEnableOK struct {
}

PublicCloudEventdrivenharvestEnableOK handles this case with default header values.

PublicCloudEventdrivenharvestEnableOK public cloud eventdrivenharvest enable o k

func NewPublicCloudEventdrivenharvestEnableOK

func NewPublicCloudEventdrivenharvestEnableOK() *PublicCloudEventdrivenharvestEnableOK

NewPublicCloudEventdrivenharvestEnableOK creates a PublicCloudEventdrivenharvestEnableOK with default headers values

func (*PublicCloudEventdrivenharvestEnableOK) Error

type PublicCloudEventdrivenharvestEnableParams

type PublicCloudEventdrivenharvestEnableParams struct {

	/*ContentType*/
	ContentType string
	/*XAuthToken*/
	XAuthToken string

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

PublicCloudEventdrivenharvestEnableParams contains all the parameters to send to the API endpoint for the public cloud eventdrivenharvest enable operation typically these are written to a http.Request

func NewPublicCloudEventdrivenharvestEnableParams

func NewPublicCloudEventdrivenharvestEnableParams() *PublicCloudEventdrivenharvestEnableParams

NewPublicCloudEventdrivenharvestEnableParams creates a new PublicCloudEventdrivenharvestEnableParams object with the default values initialized.

func NewPublicCloudEventdrivenharvestEnableParamsWithContext

func NewPublicCloudEventdrivenharvestEnableParamsWithContext(ctx context.Context) *PublicCloudEventdrivenharvestEnableParams

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

func NewPublicCloudEventdrivenharvestEnableParamsWithHTTPClient

func NewPublicCloudEventdrivenharvestEnableParamsWithHTTPClient(client *http.Client) *PublicCloudEventdrivenharvestEnableParams

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

func NewPublicCloudEventdrivenharvestEnableParamsWithTimeout

func NewPublicCloudEventdrivenharvestEnableParamsWithTimeout(timeout time.Duration) *PublicCloudEventdrivenharvestEnableParams

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

func (*PublicCloudEventdrivenharvestEnableParams) SetContentType

func (o *PublicCloudEventdrivenharvestEnableParams) SetContentType(contentType string)

SetContentType adds the contentType to the public cloud eventdrivenharvest enable params

func (*PublicCloudEventdrivenharvestEnableParams) SetContext

SetContext adds the context to the public cloud eventdrivenharvest enable params

func (*PublicCloudEventdrivenharvestEnableParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public cloud eventdrivenharvest enable params

func (*PublicCloudEventdrivenharvestEnableParams) SetTimeout

SetTimeout adds the timeout to the public cloud eventdrivenharvest enable params

func (*PublicCloudEventdrivenharvestEnableParams) SetXAuthToken

func (o *PublicCloudEventdrivenharvestEnableParams) SetXAuthToken(xAuthToken string)

SetXAuthToken adds the xAuthToken to the public cloud eventdrivenharvest enable params

func (*PublicCloudEventdrivenharvestEnableParams) WithContentType

WithContentType adds the contentType to the public cloud eventdrivenharvest enable params

func (*PublicCloudEventdrivenharvestEnableParams) WithContext

WithContext adds the context to the public cloud eventdrivenharvest enable params

func (*PublicCloudEventdrivenharvestEnableParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public cloud eventdrivenharvest enable params

func (*PublicCloudEventdrivenharvestEnableParams) WithTimeout

WithTimeout adds the timeout to the public cloud eventdrivenharvest enable params

func (*PublicCloudEventdrivenharvestEnableParams) WithXAuthToken

WithXAuthToken adds the xAuthToken to the public cloud eventdrivenharvest enable params

func (*PublicCloudEventdrivenharvestEnableParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicCloudEventdrivenharvestEnableReader

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

PublicCloudEventdrivenharvestEnableReader is a Reader for the PublicCloudEventdrivenharvestEnable structure.

func (*PublicCloudEventdrivenharvestEnableReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicCloudEventdrivenharvestOK

type PublicCloudEventdrivenharvestOK struct {
	Payload *models.EventDrivenHarvestingStatus
}

PublicCloudEventdrivenharvestOK handles this case with default header values.

PublicCloudEventdrivenharvestOK public cloud eventdrivenharvest o k

func NewPublicCloudEventdrivenharvestOK

func NewPublicCloudEventdrivenharvestOK() *PublicCloudEventdrivenharvestOK

NewPublicCloudEventdrivenharvestOK creates a PublicCloudEventdrivenharvestOK with default headers values

func (*PublicCloudEventdrivenharvestOK) Error

type PublicCloudEventdrivenharvestParams

type PublicCloudEventdrivenharvestParams struct {

	/*ContentType*/
	ContentType string
	/*XAuthToken*/
	XAuthToken string

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

PublicCloudEventdrivenharvestParams contains all the parameters to send to the API endpoint for the public cloud eventdrivenharvest operation typically these are written to a http.Request

func NewPublicCloudEventdrivenharvestParams

func NewPublicCloudEventdrivenharvestParams() *PublicCloudEventdrivenharvestParams

NewPublicCloudEventdrivenharvestParams creates a new PublicCloudEventdrivenharvestParams object with the default values initialized.

func NewPublicCloudEventdrivenharvestParamsWithContext

func NewPublicCloudEventdrivenharvestParamsWithContext(ctx context.Context) *PublicCloudEventdrivenharvestParams

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

func NewPublicCloudEventdrivenharvestParamsWithHTTPClient

func NewPublicCloudEventdrivenharvestParamsWithHTTPClient(client *http.Client) *PublicCloudEventdrivenharvestParams

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

func NewPublicCloudEventdrivenharvestParamsWithTimeout

func NewPublicCloudEventdrivenharvestParamsWithTimeout(timeout time.Duration) *PublicCloudEventdrivenharvestParams

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

func (*PublicCloudEventdrivenharvestParams) SetContentType

func (o *PublicCloudEventdrivenharvestParams) SetContentType(contentType string)

SetContentType adds the contentType to the public cloud eventdrivenharvest params

func (*PublicCloudEventdrivenharvestParams) SetContext

SetContext adds the context to the public cloud eventdrivenharvest params

func (*PublicCloudEventdrivenharvestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public cloud eventdrivenharvest params

func (*PublicCloudEventdrivenharvestParams) SetTimeout

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

SetTimeout adds the timeout to the public cloud eventdrivenharvest params

func (*PublicCloudEventdrivenharvestParams) SetXAuthToken

func (o *PublicCloudEventdrivenharvestParams) SetXAuthToken(xAuthToken string)

SetXAuthToken adds the xAuthToken to the public cloud eventdrivenharvest params

func (*PublicCloudEventdrivenharvestParams) WithContentType

WithContentType adds the contentType to the public cloud eventdrivenharvest params

func (*PublicCloudEventdrivenharvestParams) WithContext

WithContext adds the context to the public cloud eventdrivenharvest params

func (*PublicCloudEventdrivenharvestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public cloud eventdrivenharvest params

func (*PublicCloudEventdrivenharvestParams) WithTimeout

WithTimeout adds the timeout to the public cloud eventdrivenharvest params

func (*PublicCloudEventdrivenharvestParams) WithXAuthToken

WithXAuthToken adds the xAuthToken to the public cloud eventdrivenharvest params

func (*PublicCloudEventdrivenharvestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicCloudEventdrivenharvestProducersDisablePostOK

type PublicCloudEventdrivenharvestProducersDisablePostOK struct {
}

PublicCloudEventdrivenharvestProducersDisablePostOK handles this case with default header values.

PublicCloudEventdrivenharvestProducersDisablePostOK public cloud eventdrivenharvest producers disable post o k

func NewPublicCloudEventdrivenharvestProducersDisablePostOK

func NewPublicCloudEventdrivenharvestProducersDisablePostOK() *PublicCloudEventdrivenharvestProducersDisablePostOK

NewPublicCloudEventdrivenharvestProducersDisablePostOK creates a PublicCloudEventdrivenharvestProducersDisablePostOK with default headers values

func (*PublicCloudEventdrivenharvestProducersDisablePostOK) Error

type PublicCloudEventdrivenharvestProducersDisablePostParams

type PublicCloudEventdrivenharvestProducersDisablePostParams struct {

	/*Body*/
	Body *models.RemoveProducerRequest
	/*ContentType*/
	ContentType string
	/*XAuthToken*/
	XAuthToken string

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

PublicCloudEventdrivenharvestProducersDisablePostParams contains all the parameters to send to the API endpoint for the public cloud eventdrivenharvest producers disable post operation typically these are written to a http.Request

func NewPublicCloudEventdrivenharvestProducersDisablePostParams

func NewPublicCloudEventdrivenharvestProducersDisablePostParams() *PublicCloudEventdrivenharvestProducersDisablePostParams

NewPublicCloudEventdrivenharvestProducersDisablePostParams creates a new PublicCloudEventdrivenharvestProducersDisablePostParams object with the default values initialized.

func NewPublicCloudEventdrivenharvestProducersDisablePostParamsWithContext

func NewPublicCloudEventdrivenharvestProducersDisablePostParamsWithContext(ctx context.Context) *PublicCloudEventdrivenharvestProducersDisablePostParams

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

func NewPublicCloudEventdrivenharvestProducersDisablePostParamsWithHTTPClient

func NewPublicCloudEventdrivenharvestProducersDisablePostParamsWithHTTPClient(client *http.Client) *PublicCloudEventdrivenharvestProducersDisablePostParams

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

func NewPublicCloudEventdrivenharvestProducersDisablePostParamsWithTimeout

func NewPublicCloudEventdrivenharvestProducersDisablePostParamsWithTimeout(timeout time.Duration) *PublicCloudEventdrivenharvestProducersDisablePostParams

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

func (*PublicCloudEventdrivenharvestProducersDisablePostParams) SetBody

SetBody adds the body to the public cloud eventdrivenharvest producers disable post params

func (*PublicCloudEventdrivenharvestProducersDisablePostParams) SetContentType

func (o *PublicCloudEventdrivenharvestProducersDisablePostParams) SetContentType(contentType string)

SetContentType adds the contentType to the public cloud eventdrivenharvest producers disable post params

func (*PublicCloudEventdrivenharvestProducersDisablePostParams) SetContext

SetContext adds the context to the public cloud eventdrivenharvest producers disable post params

func (*PublicCloudEventdrivenharvestProducersDisablePostParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the public cloud eventdrivenharvest producers disable post params

func (*PublicCloudEventdrivenharvestProducersDisablePostParams) SetTimeout

SetTimeout adds the timeout to the public cloud eventdrivenharvest producers disable post params

func (*PublicCloudEventdrivenharvestProducersDisablePostParams) SetXAuthToken

SetXAuthToken adds the xAuthToken to the public cloud eventdrivenharvest producers disable post params

func (*PublicCloudEventdrivenharvestProducersDisablePostParams) WithBody

WithBody adds the body to the public cloud eventdrivenharvest producers disable post params

func (*PublicCloudEventdrivenharvestProducersDisablePostParams) WithContentType

WithContentType adds the contentType to the public cloud eventdrivenharvest producers disable post params

func (*PublicCloudEventdrivenharvestProducersDisablePostParams) WithContext

WithContext adds the context to the public cloud eventdrivenharvest producers disable post params

func (*PublicCloudEventdrivenharvestProducersDisablePostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public cloud eventdrivenharvest producers disable post params

func (*PublicCloudEventdrivenharvestProducersDisablePostParams) WithTimeout

WithTimeout adds the timeout to the public cloud eventdrivenharvest producers disable post params

func (*PublicCloudEventdrivenharvestProducersDisablePostParams) WithXAuthToken

WithXAuthToken adds the xAuthToken to the public cloud eventdrivenharvest producers disable post params

func (*PublicCloudEventdrivenharvestProducersDisablePostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicCloudEventdrivenharvestProducersDisablePostReader

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

PublicCloudEventdrivenharvestProducersDisablePostReader is a Reader for the PublicCloudEventdrivenharvestProducersDisablePost structure.

func (*PublicCloudEventdrivenharvestProducersDisablePostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicCloudEventdrivenharvestReader

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

PublicCloudEventdrivenharvestReader is a Reader for the PublicCloudEventdrivenharvest structure.

func (*PublicCloudEventdrivenharvestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicCloudProducersListPostOK

type PublicCloudProducersListPostOK struct {
}

PublicCloudProducersListPostOK handles this case with default header values.

PublicCloudProducersListPostOK public cloud producers list post o k

func NewPublicCloudProducersListPostOK

func NewPublicCloudProducersListPostOK() *PublicCloudProducersListPostOK

NewPublicCloudProducersListPostOK creates a PublicCloudProducersListPostOK with default headers values

func (*PublicCloudProducersListPostOK) Error

type PublicCloudProducersListPostParams

type PublicCloudProducersListPostParams struct {

	/*ContentType*/
	ContentType string
	/*XAuthToken*/
	XAuthToken string

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

PublicCloudProducersListPostParams contains all the parameters to send to the API endpoint for the public cloud producers list post operation typically these are written to a http.Request

func NewPublicCloudProducersListPostParams

func NewPublicCloudProducersListPostParams() *PublicCloudProducersListPostParams

NewPublicCloudProducersListPostParams creates a new PublicCloudProducersListPostParams object with the default values initialized.

func NewPublicCloudProducersListPostParamsWithContext

func NewPublicCloudProducersListPostParamsWithContext(ctx context.Context) *PublicCloudProducersListPostParams

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

func NewPublicCloudProducersListPostParamsWithHTTPClient

func NewPublicCloudProducersListPostParamsWithHTTPClient(client *http.Client) *PublicCloudProducersListPostParams

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

func NewPublicCloudProducersListPostParamsWithTimeout

func NewPublicCloudProducersListPostParamsWithTimeout(timeout time.Duration) *PublicCloudProducersListPostParams

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

func (*PublicCloudProducersListPostParams) SetContentType

func (o *PublicCloudProducersListPostParams) SetContentType(contentType string)

SetContentType adds the contentType to the public cloud producers list post params

func (*PublicCloudProducersListPostParams) SetContext

SetContext adds the context to the public cloud producers list post params

func (*PublicCloudProducersListPostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public cloud producers list post params

func (*PublicCloudProducersListPostParams) SetTimeout

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

SetTimeout adds the timeout to the public cloud producers list post params

func (*PublicCloudProducersListPostParams) SetXAuthToken

func (o *PublicCloudProducersListPostParams) SetXAuthToken(xAuthToken string)

SetXAuthToken adds the xAuthToken to the public cloud producers list post params

func (*PublicCloudProducersListPostParams) WithContentType

WithContentType adds the contentType to the public cloud producers list post params

func (*PublicCloudProducersListPostParams) WithContext

WithContext adds the context to the public cloud producers list post params

func (*PublicCloudProducersListPostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public cloud producers list post params

func (*PublicCloudProducersListPostParams) WithTimeout

WithTimeout adds the timeout to the public cloud producers list post params

func (*PublicCloudProducersListPostParams) WithXAuthToken

WithXAuthToken adds the xAuthToken to the public cloud producers list post params

func (*PublicCloudProducersListPostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicCloudProducersListPostReader

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

PublicCloudProducersListPostReader is a Reader for the PublicCloudProducersListPost structure.

func (*PublicCloudProducersListPostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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