triggers

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2022 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 triggers API

func (*Client) CloneGerritListenerByNameUsingPOST added in v0.4.0

func (a *Client) CloneGerritListenerByNameUsingPOST(params *CloneGerritListenerByNameUsingPOSTParams, opts ...ClientOption) (*CloneGerritListenerByNameUsingPOSTOK, error)

CloneGerritListenerByNameUsingPOST clones a gerrit listener by project and name

Clone a Gerrit Listener with the given project and name

func (*Client) CloneGerritListenerUsingPOST added in v0.4.0

func (a *Client) CloneGerritListenerUsingPOST(params *CloneGerritListenerUsingPOSTParams, opts ...ClientOption) (*CloneGerritListenerUsingPOSTOK, error)

CloneGerritListenerUsingPOST clones a gerrit listener

Clone a Gerrit Listener

func (*Client) CloneGerritTriggerByNameUsingPOST added in v0.4.0

func (a *Client) CloneGerritTriggerByNameUsingPOST(params *CloneGerritTriggerByNameUsingPOSTParams, opts ...ClientOption) (*CloneGerritTriggerByNameUsingPOSTOK, error)

CloneGerritTriggerByNameUsingPOST clones a gerrit trigger by project and name

Clone a Gerrit Trigger with the given project and name

func (*Client) CloneGerritTriggerUsingPOST added in v0.4.0

func (a *Client) CloneGerritTriggerUsingPOST(params *CloneGerritTriggerUsingPOSTParams, opts ...ClientOption) (*CloneGerritTriggerUsingPOSTOK, error)

CloneGerritTriggerUsingPOST clones a gerrit trigger

Clone a Gerrit Trigger

func (*Client) CreateDockerRegistryWebhookUsingPOST added in v0.4.0

func (a *Client) CreateDockerRegistryWebhookUsingPOST(params *CreateDockerRegistryWebhookUsingPOSTParams, opts ...ClientOption) (*CreateDockerRegistryWebhookUsingPOSTOK, error)

CreateDockerRegistryWebhookUsingPOST creates a docker registry webhook

Create a Docker Registry Webhook

func (*Client) CreateGerritListenerUsingPOST added in v0.4.0

func (a *Client) CreateGerritListenerUsingPOST(params *CreateGerritListenerUsingPOSTParams, opts ...ClientOption) (*CreateGerritListenerUsingPOSTOK, error)

CreateGerritListenerUsingPOST creates a gerrit listener

Create a Gerrit Listener

func (*Client) CreateGerritTriggerUsingPOST added in v0.4.0

func (a *Client) CreateGerritTriggerUsingPOST(params *CreateGerritTriggerUsingPOSTParams, opts ...ClientOption) (*CreateGerritTriggerUsingPOSTOK, error)

CreateGerritTriggerUsingPOST creates a gerrit trigger

Create a Gerrit Trigger

func (*Client) CreateGitWebhookUsingPOST added in v0.4.0

func (a *Client) CreateGitWebhookUsingPOST(params *CreateGitWebhookUsingPOSTParams, opts ...ClientOption) (*CreateGitWebhookUsingPOSTOK, error)

CreateGitWebhookUsingPOST creates a git webhook

Create a Git Webhook

func (*Client) DeleteDockerRegistryEventByIDUsingDELETE added in v0.4.0

func (a *Client) DeleteDockerRegistryEventByIDUsingDELETE(params *DeleteDockerRegistryEventByIDUsingDELETEParams, opts ...ClientOption) (*DeleteDockerRegistryEventByIDUsingDELETEOK, error)

DeleteDockerRegistryEventByIDUsingDELETE deletes a docker registry event

Delete a Docker Registry Event

func (*Client) DeleteDockerRegistryWebhookByIDUsingDELETE added in v0.4.0

func (a *Client) DeleteDockerRegistryWebhookByIDUsingDELETE(params *DeleteDockerRegistryWebhookByIDUsingDELETEParams, opts ...ClientOption) (*DeleteDockerRegistryWebhookByIDUsingDELETEOK, error)

DeleteDockerRegistryWebhookByIDUsingDELETE deletes a docker registry webhook

Delete a Docker Registry Webhook

func (*Client) DeleteDockerRegistryWebhookByNameUsingDELETE added in v0.4.0

func (a *Client) DeleteDockerRegistryWebhookByNameUsingDELETE(params *DeleteDockerRegistryWebhookByNameUsingDELETEParams, opts ...ClientOption) (*DeleteDockerRegistryWebhookByNameUsingDELETEOK, error)

DeleteDockerRegistryWebhookByNameUsingDELETE deletes a docker registry webhook using name

Delete a Docker Registry Webhook using name

func (*Client) DeleteGerritEventByIDUsingDELETE added in v0.4.0

func (a *Client) DeleteGerritEventByIDUsingDELETE(params *DeleteGerritEventByIDUsingDELETEParams, opts ...ClientOption) (*DeleteGerritEventByIDUsingDELETEOK, error)

DeleteGerritEventByIDUsingDELETE deletes a gerrit event

Delete a Gerrit Event

func (*Client) DeleteGerritListenerByIDUsingDELETE added in v0.4.0

func (a *Client) DeleteGerritListenerByIDUsingDELETE(params *DeleteGerritListenerByIDUsingDELETEParams, opts ...ClientOption) (*DeleteGerritListenerByIDUsingDELETEOK, error)

DeleteGerritListenerByIDUsingDELETE deletes a gerrit listener with id

Delete a Gerrit Listener with id

func (*Client) DeleteGerritListenerByNameUsingDELETE added in v0.4.0

func (a *Client) DeleteGerritListenerByNameUsingDELETE(params *DeleteGerritListenerByNameUsingDELETEParams, opts ...ClientOption) (*DeleteGerritListenerByNameUsingDELETEOK, error)

DeleteGerritListenerByNameUsingDELETE deletes a gerrit listener with project and name

Delete a Gerrit Listener with project and name

func (*Client) DeleteGerritTriggerByIDUsingDELETE added in v0.4.0

func (a *Client) DeleteGerritTriggerByIDUsingDELETE(params *DeleteGerritTriggerByIDUsingDELETEParams, opts ...ClientOption) (*DeleteGerritTriggerByIDUsingDELETEOK, error)

DeleteGerritTriggerByIDUsingDELETE deletes a gerrit trigger with id

Delete a Gerrit Trigger with id

func (*Client) DeleteGerritTriggerByNameUsingDELETE added in v0.4.0

func (a *Client) DeleteGerritTriggerByNameUsingDELETE(params *DeleteGerritTriggerByNameUsingDELETEParams, opts ...ClientOption) (*DeleteGerritTriggerByNameUsingDELETEOK, error)

DeleteGerritTriggerByNameUsingDELETE deletes a gerrit trigger with project and name

Delete a Gerrit Trigger with project and name

func (*Client) DeleteGitEventsByIDUsingDELETE added in v0.4.0

func (a *Client) DeleteGitEventsByIDUsingDELETE(params *DeleteGitEventsByIDUsingDELETEParams, opts ...ClientOption) (*DeleteGitEventsByIDUsingDELETEOK, error)

DeleteGitEventsByIDUsingDELETE deletes a git event

Delete a Git Event

func (*Client) DeleteGitWebhookByIDUsingDELETE added in v0.4.0

func (a *Client) DeleteGitWebhookByIDUsingDELETE(params *DeleteGitWebhookByIDUsingDELETEParams, opts ...ClientOption) (*DeleteGitWebhookByIDUsingDELETEOK, error)

DeleteGitWebhookByIDUsingDELETE deletes a git webhook

Delete a Git Webhook

func (*Client) DeleteGitWebhookByNameUsingDELETE added in v0.4.0

func (a *Client) DeleteGitWebhookByNameUsingDELETE(params *DeleteGitWebhookByNameUsingDELETEParams, opts ...ClientOption) (*DeleteGitWebhookByNameUsingDELETEOK, error)

DeleteGitWebhookByNameUsingDELETE deletes a git webhook by name

Delete a Git Webhook by name

func (*Client) GetAllDockerRegistryEventsUsingGET added in v0.4.0

func (a *Client) GetAllDockerRegistryEventsUsingGET(params *GetAllDockerRegistryEventsUsingGETParams, opts ...ClientOption) (*GetAllDockerRegistryEventsUsingGETOK, error)

GetAllDockerRegistryEventsUsingGET gets all docker registry events

Get all Docker Registry Events

func (*Client) GetAllDockerRegistryWebhooksUsingGET added in v0.4.0

func (a *Client) GetAllDockerRegistryWebhooksUsingGET(params *GetAllDockerRegistryWebhooksUsingGETParams, opts ...ClientOption) (*GetAllDockerRegistryWebhooksUsingGETOK, error)

GetAllDockerRegistryWebhooksUsingGET gets all docker registry webhooks

Get all Docker Registry Webhooks

func (*Client) GetAllGerritEventsUsingGET added in v0.4.0

func (a *Client) GetAllGerritEventsUsingGET(params *GetAllGerritEventsUsingGETParams, opts ...ClientOption) (*GetAllGerritEventsUsingGETOK, error)

GetAllGerritEventsUsingGET gets all gerrit events

Get all Gerrit Events

func (*Client) GetAllGerritListenersUsingGET added in v0.4.0

func (a *Client) GetAllGerritListenersUsingGET(params *GetAllGerritListenersUsingGETParams, opts ...ClientOption) (*GetAllGerritListenersUsingGETOK, error)

GetAllGerritListenersUsingGET gets all gerrit listeners

Get all gerrit listeners

func (*Client) GetAllGerritTriggersUsingGET added in v0.4.0

func (a *Client) GetAllGerritTriggersUsingGET(params *GetAllGerritTriggersUsingGETParams, opts ...ClientOption) (*GetAllGerritTriggersUsingGETOK, error)

GetAllGerritTriggersUsingGET gets all gerrit triggers

Get all gerrit triggers

func (*Client) GetAllGitEventsUsingGET added in v0.4.0

func (a *Client) GetAllGitEventsUsingGET(params *GetAllGitEventsUsingGETParams, opts ...ClientOption) (*GetAllGitEventsUsingGETOK, error)

GetAllGitEventsUsingGET gets all git events

Get all Git Events

func (*Client) GetAllGitWebhooksUsingGET added in v0.4.0

func (a *Client) GetAllGitWebhooksUsingGET(params *GetAllGitWebhooksUsingGETParams, opts ...ClientOption) (*GetAllGitWebhooksUsingGETOK, error)

GetAllGitWebhooksUsingGET gets all git webhooks

Get all Git Webhooks

func (*Client) GetDockerRegistryWebhookNameUsingGET added in v0.4.0

func (a *Client) GetDockerRegistryWebhookNameUsingGET(params *GetDockerRegistryWebhookNameUsingGETParams, opts ...ClientOption) (*GetDockerRegistryWebhookNameUsingGETOK, error)

GetDockerRegistryWebhookNameUsingGET gets a docker registry webhook by name

Get a Docker Registry Webhook by Name

func (*Client) GetGerritEventByIDUsingGET added in v0.4.0

func (a *Client) GetGerritEventByIDUsingGET(params *GetGerritEventByIDUsingGETParams, opts ...ClientOption) (*GetGerritEventByIDUsingGETOK, error)

GetGerritEventByIDUsingGET gets a gerrit event

Get a gerrit Event based on id

func (*Client) GetGerritListenerByIDUsingGET added in v0.4.0

func (a *Client) GetGerritListenerByIDUsingGET(params *GetGerritListenerByIDUsingGETParams, opts ...ClientOption) (*GetGerritListenerByIDUsingGETOK, error)

GetGerritListenerByIDUsingGET gets a gerrit listener

Get a gerrit listeners based on id

func (*Client) GetGerritListenerByNameUsingGET added in v0.4.0

func (a *Client) GetGerritListenerByNameUsingGET(params *GetGerritListenerByNameUsingGETParams, opts ...ClientOption) (*GetGerritListenerByNameUsingGETOK, error)

GetGerritListenerByNameUsingGET gets a gerrit listener by project and name

Get a gerrit listener based on project and name

func (*Client) GetGerritProjectsByIDUsingGET added in v0.4.0

func (a *Client) GetGerritProjectsByIDUsingGET(params *GetGerritProjectsByIDUsingGETParams, opts ...ClientOption) (*GetGerritProjectsByIDUsingGETOK, error)

GetGerritProjectsByIDUsingGET gets gerrit projects from the gerrit listener using id

Get Gerrit Projects from the Gerrit Listener using id

func (*Client) GetGerritProjectsByNameUsingGET added in v0.4.0

func (a *Client) GetGerritProjectsByNameUsingGET(params *GetGerritProjectsByNameUsingGETParams, opts ...ClientOption) (*GetGerritProjectsByNameUsingGETOK, error)

GetGerritProjectsByNameUsingGET gets gerrit projects from the gerrit listener using project and name

Get Gerrit Projects from the Gerrit Listener using project and name

func (*Client) GetGerritTriggerByIDUsingGET added in v0.4.0

func (a *Client) GetGerritTriggerByIDUsingGET(params *GetGerritTriggerByIDUsingGETParams, opts ...ClientOption) (*GetGerritTriggerByIDUsingGETOK, error)

GetGerritTriggerByIDUsingGET gets a gerrit trigger

Get a gerrit trigger based on id

func (*Client) GetGerritTriggerByNameUsingGET added in v0.4.0

func (a *Client) GetGerritTriggerByNameUsingGET(params *GetGerritTriggerByNameUsingGETParams, opts ...ClientOption) (*GetGerritTriggerByNameUsingGETOK, error)

GetGerritTriggerByNameUsingGET gets a gerrit trigger by project and name

Get a gerrit trigger based on project and name

func (*Client) GetGitEventByIDUsingGET added in v0.4.0

func (a *Client) GetGitEventByIDUsingGET(params *GetGitEventByIDUsingGETParams, opts ...ClientOption) (*GetGitEventByIDUsingGETOK, error)

GetGitEventByIDUsingGET gets a git event

Get a Git Event based on id

func (*Client) GetGitWebhookByIDUsingGET added in v0.4.0

func (a *Client) GetGitWebhookByIDUsingGET(params *GetGitWebhookByIDUsingGETParams, opts ...ClientOption) (*GetGitWebhookByIDUsingGETOK, error)

GetGitWebhookByIDUsingGET gets a git webhook

Get a Git Webhook based on id

func (*Client) GetGitWebhookByNameUsingGET added in v0.4.0

func (a *Client) GetGitWebhookByNameUsingGET(params *GetGitWebhookByNameUsingGETParams, opts ...ClientOption) (*GetGitWebhookByNameUsingGETOK, error)

GetGitWebhookByNameUsingGET gets a git webhook by name

Get a Git Webhook by Name

func (*Client) GetRegistryEventByID

func (a *Client) GetRegistryEventByID(params *GetRegistryEventByIDParams, opts ...ClientOption) (*GetRegistryEventByIDOK, error)

GetRegistryEventByID gets a docker registry event

Get a Docker Registry Event based on id

func (*Client) GetRegistryWebhookByID

func (a *Client) GetRegistryWebhookByID(params *GetRegistryWebhookByIDParams, opts ...ClientOption) (*GetRegistryWebhookByIDOK, error)

GetRegistryWebhookByID gets a docker registry webhook

Get a Docker Registry Webhook based on id

func (*Client) ManualGerritEventTriggerUsingPOST added in v0.4.0

func (a *Client) ManualGerritEventTriggerUsingPOST(params *ManualGerritEventTriggerUsingPOSTParams, opts ...ClientOption) (*ManualGerritEventTriggerUsingPOSTOK, error)

ManualGerritEventTriggerUsingPOST manuals trigger gerrit event

Manual trigger Gerrit event

func (*Client) PatchDockerRegistryWebhookByIDUsingPATCH added in v0.4.0

func (a *Client) PatchDockerRegistryWebhookByIDUsingPATCH(params *PatchDockerRegistryWebhookByIDUsingPATCHParams, opts ...ClientOption) (*PatchDockerRegistryWebhookByIDUsingPATCHOK, error)

PatchDockerRegistryWebhookByIDUsingPATCH patches a docker registry webhook with id

Patch a Docker Registry Webhook with id

func (*Client) PatchDockerRegistryWebhookByNameUsingPATCH added in v0.4.0

func (a *Client) PatchDockerRegistryWebhookByNameUsingPATCH(params *PatchDockerRegistryWebhookByNameUsingPATCHParams, opts ...ClientOption) (*PatchDockerRegistryWebhookByNameUsingPATCHOK, error)

PatchDockerRegistryWebhookByNameUsingPATCH patches a docker registry webhook with project and name

Patch a Docker Registry Webhook with project and name

func (*Client) PatchGerritListenerByIDUsingPATCH added in v0.4.0

func (a *Client) PatchGerritListenerByIDUsingPATCH(params *PatchGerritListenerByIDUsingPATCHParams, opts ...ClientOption) (*PatchGerritListenerByIDUsingPATCHOK, error)

PatchGerritListenerByIDUsingPATCH patches a gerrit listener with id

Patch a Gerrit Listener with id

func (*Client) PatchGerritListenerByNameUsingPATCH added in v0.4.0

func (a *Client) PatchGerritListenerByNameUsingPATCH(params *PatchGerritListenerByNameUsingPATCHParams, opts ...ClientOption) (*PatchGerritListenerByNameUsingPATCHOK, error)

PatchGerritListenerByNameUsingPATCH patches a gerrit listener with project and name

Patch a Gerrit Listener with project and name

func (*Client) PatchGerritTriggerByIDUsingPATCH added in v0.4.0

func (a *Client) PatchGerritTriggerByIDUsingPATCH(params *PatchGerritTriggerByIDUsingPATCHParams, opts ...ClientOption) (*PatchGerritTriggerByIDUsingPATCHOK, error)

PatchGerritTriggerByIDUsingPATCH patches a gerrit trigger with id

Patch a Gerrit Trigger with id

func (*Client) PatchGerritTriggerByNameUsingPATCH added in v0.4.0

func (a *Client) PatchGerritTriggerByNameUsingPATCH(params *PatchGerritTriggerByNameUsingPATCHParams, opts ...ClientOption) (*PatchGerritTriggerByNameUsingPATCHOK, error)

PatchGerritTriggerByNameUsingPATCH patches a gerrit trigger with project and name

Patch a Gerrit Trigger with project and name

func (*Client) ResumeOrRerunDockerRegistryEventUsingPOST added in v0.4.0

func (a *Client) ResumeOrRerunDockerRegistryEventUsingPOST(params *ResumeOrRerunDockerRegistryEventUsingPOSTParams, opts ...ClientOption) (*ResumeOrRerunDockerRegistryEventUsingPOSTOK, error)

ResumeOrRerunDockerRegistryEventUsingPOST res run resume docker registry event

Re-run/Resume Docker Registry Event

func (*Client) ResumeOrRerunGerritEventUsingPOST added in v0.4.0

func (a *Client) ResumeOrRerunGerritEventUsingPOST(params *ResumeOrRerunGerritEventUsingPOSTParams, opts ...ClientOption) (*ResumeOrRerunGerritEventUsingPOSTOK, error)

ResumeOrRerunGerritEventUsingPOST res run resume gerrit event

Re-run/Resume Gerrit event

func (*Client) ResumeOrRerunGitEventUsingPOST added in v0.4.0

func (a *Client) ResumeOrRerunGitEventUsingPOST(params *ResumeOrRerunGitEventUsingPOSTParams, opts ...ClientOption) (*ResumeOrRerunGitEventUsingPOSTOK, error)

ResumeOrRerunGitEventUsingPOST res run resume git event

Re-run/Resume Git Event

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateDockerRegistryWebhookByIDUsingPUT added in v0.4.0

func (a *Client) UpdateDockerRegistryWebhookByIDUsingPUT(params *UpdateDockerRegistryWebhookByIDUsingPUTParams, opts ...ClientOption) (*UpdateDockerRegistryWebhookByIDUsingPUTOK, error)

UpdateDockerRegistryWebhookByIDUsingPUT updates a docker registry webhook

Update a Docker Registry Webhook

func (*Client) UpdateDockerRegistryWebhookByNameUsingPUT added in v0.4.0

func (a *Client) UpdateDockerRegistryWebhookByNameUsingPUT(params *UpdateDockerRegistryWebhookByNameUsingPUTParams, opts ...ClientOption) (*UpdateDockerRegistryWebhookByNameUsingPUTOK, error)

UpdateDockerRegistryWebhookByNameUsingPUT updates a docker registry webhook using name

Update a Docker Registry Webhook using name

func (*Client) UpdateGerritListenerByIDUsingPUT added in v0.4.0

func (a *Client) UpdateGerritListenerByIDUsingPUT(params *UpdateGerritListenerByIDUsingPUTParams, opts ...ClientOption) (*UpdateGerritListenerByIDUsingPUTOK, error)

UpdateGerritListenerByIDUsingPUT updates a gerrit listener with id

Update a Gerrit Listener with id

func (*Client) UpdateGerritListenerByNameUsingPUT added in v0.4.0

func (a *Client) UpdateGerritListenerByNameUsingPUT(params *UpdateGerritListenerByNameUsingPUTParams, opts ...ClientOption) (*UpdateGerritListenerByNameUsingPUTOK, error)

UpdateGerritListenerByNameUsingPUT updates a gerrit listener with project and name

Update a Gerrit Listener with project and name

func (*Client) UpdateGerritTriggerByIDUsingPUT added in v0.4.0

func (a *Client) UpdateGerritTriggerByIDUsingPUT(params *UpdateGerritTriggerByIDUsingPUTParams, opts ...ClientOption) (*UpdateGerritTriggerByIDUsingPUTOK, error)

UpdateGerritTriggerByIDUsingPUT updates a gerrit trigger with id

Update a Gerrit Trigger with id

func (*Client) UpdateGerritTriggerByNameUsingPUT added in v0.4.0

func (a *Client) UpdateGerritTriggerByNameUsingPUT(params *UpdateGerritTriggerByNameUsingPUTParams, opts ...ClientOption) (*UpdateGerritTriggerByNameUsingPUTOK, error)

UpdateGerritTriggerByNameUsingPUT updates a gerrit trigger with project and name

Update a Gerrit Trigger with project and name

func (*Client) UpdateGitWebhookByIDUsingPUT added in v0.4.0

func (a *Client) UpdateGitWebhookByIDUsingPUT(params *UpdateGitWebhookByIDUsingPUTParams, opts ...ClientOption) (*UpdateGitWebhookByIDUsingPUTOK, error)

UpdateGitWebhookByIDUsingPUT updates a git webhook

Update a Git Webhook

func (*Client) UpdateGitWebhookByNameUsingPUT added in v0.4.0

func (a *Client) UpdateGitWebhookByNameUsingPUT(params *UpdateGitWebhookByNameUsingPUTParams, opts ...ClientOption) (*UpdateGitWebhookByNameUsingPUTOK, error)

UpdateGitWebhookByNameUsingPUT updates a git webhook using name

Update a Git Webhook using name

func (*Client) ValidateGerritListenerUsingPOST added in v0.4.0

func (a *Client) ValidateGerritListenerUsingPOST(params *ValidateGerritListenerUsingPOSTParams, opts ...ClientOption) (*ValidateGerritListenerUsingPOSTOK, error)

ValidateGerritListenerUsingPOST validates a gerrit listener

Validate a Gerrit Listener

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CloneGerritListenerByNameUsingPOST(params *CloneGerritListenerByNameUsingPOSTParams, opts ...ClientOption) (*CloneGerritListenerByNameUsingPOSTOK, error)

	CloneGerritListenerUsingPOST(params *CloneGerritListenerUsingPOSTParams, opts ...ClientOption) (*CloneGerritListenerUsingPOSTOK, error)

	CloneGerritTriggerByNameUsingPOST(params *CloneGerritTriggerByNameUsingPOSTParams, opts ...ClientOption) (*CloneGerritTriggerByNameUsingPOSTOK, error)

	CloneGerritTriggerUsingPOST(params *CloneGerritTriggerUsingPOSTParams, opts ...ClientOption) (*CloneGerritTriggerUsingPOSTOK, error)

	CreateDockerRegistryWebhookUsingPOST(params *CreateDockerRegistryWebhookUsingPOSTParams, opts ...ClientOption) (*CreateDockerRegistryWebhookUsingPOSTOK, error)

	CreateGerritListenerUsingPOST(params *CreateGerritListenerUsingPOSTParams, opts ...ClientOption) (*CreateGerritListenerUsingPOSTOK, error)

	CreateGerritTriggerUsingPOST(params *CreateGerritTriggerUsingPOSTParams, opts ...ClientOption) (*CreateGerritTriggerUsingPOSTOK, error)

	CreateGitWebhookUsingPOST(params *CreateGitWebhookUsingPOSTParams, opts ...ClientOption) (*CreateGitWebhookUsingPOSTOK, error)

	DeleteDockerRegistryEventByIDUsingDELETE(params *DeleteDockerRegistryEventByIDUsingDELETEParams, opts ...ClientOption) (*DeleteDockerRegistryEventByIDUsingDELETEOK, error)

	DeleteDockerRegistryWebhookByIDUsingDELETE(params *DeleteDockerRegistryWebhookByIDUsingDELETEParams, opts ...ClientOption) (*DeleteDockerRegistryWebhookByIDUsingDELETEOK, error)

	DeleteDockerRegistryWebhookByNameUsingDELETE(params *DeleteDockerRegistryWebhookByNameUsingDELETEParams, opts ...ClientOption) (*DeleteDockerRegistryWebhookByNameUsingDELETEOK, error)

	DeleteGerritEventByIDUsingDELETE(params *DeleteGerritEventByIDUsingDELETEParams, opts ...ClientOption) (*DeleteGerritEventByIDUsingDELETEOK, error)

	DeleteGerritListenerByIDUsingDELETE(params *DeleteGerritListenerByIDUsingDELETEParams, opts ...ClientOption) (*DeleteGerritListenerByIDUsingDELETEOK, error)

	DeleteGerritListenerByNameUsingDELETE(params *DeleteGerritListenerByNameUsingDELETEParams, opts ...ClientOption) (*DeleteGerritListenerByNameUsingDELETEOK, error)

	DeleteGerritTriggerByIDUsingDELETE(params *DeleteGerritTriggerByIDUsingDELETEParams, opts ...ClientOption) (*DeleteGerritTriggerByIDUsingDELETEOK, error)

	DeleteGerritTriggerByNameUsingDELETE(params *DeleteGerritTriggerByNameUsingDELETEParams, opts ...ClientOption) (*DeleteGerritTriggerByNameUsingDELETEOK, error)

	DeleteGitEventsByIDUsingDELETE(params *DeleteGitEventsByIDUsingDELETEParams, opts ...ClientOption) (*DeleteGitEventsByIDUsingDELETEOK, error)

	DeleteGitWebhookByIDUsingDELETE(params *DeleteGitWebhookByIDUsingDELETEParams, opts ...ClientOption) (*DeleteGitWebhookByIDUsingDELETEOK, error)

	DeleteGitWebhookByNameUsingDELETE(params *DeleteGitWebhookByNameUsingDELETEParams, opts ...ClientOption) (*DeleteGitWebhookByNameUsingDELETEOK, error)

	GetAllDockerRegistryEventsUsingGET(params *GetAllDockerRegistryEventsUsingGETParams, opts ...ClientOption) (*GetAllDockerRegistryEventsUsingGETOK, error)

	GetAllDockerRegistryWebhooksUsingGET(params *GetAllDockerRegistryWebhooksUsingGETParams, opts ...ClientOption) (*GetAllDockerRegistryWebhooksUsingGETOK, error)

	GetAllGerritEventsUsingGET(params *GetAllGerritEventsUsingGETParams, opts ...ClientOption) (*GetAllGerritEventsUsingGETOK, error)

	GetAllGerritListenersUsingGET(params *GetAllGerritListenersUsingGETParams, opts ...ClientOption) (*GetAllGerritListenersUsingGETOK, error)

	GetAllGerritTriggersUsingGET(params *GetAllGerritTriggersUsingGETParams, opts ...ClientOption) (*GetAllGerritTriggersUsingGETOK, error)

	GetAllGitEventsUsingGET(params *GetAllGitEventsUsingGETParams, opts ...ClientOption) (*GetAllGitEventsUsingGETOK, error)

	GetAllGitWebhooksUsingGET(params *GetAllGitWebhooksUsingGETParams, opts ...ClientOption) (*GetAllGitWebhooksUsingGETOK, error)

	GetDockerRegistryWebhookNameUsingGET(params *GetDockerRegistryWebhookNameUsingGETParams, opts ...ClientOption) (*GetDockerRegistryWebhookNameUsingGETOK, error)

	GetGerritEventByIDUsingGET(params *GetGerritEventByIDUsingGETParams, opts ...ClientOption) (*GetGerritEventByIDUsingGETOK, error)

	GetGerritListenerByIDUsingGET(params *GetGerritListenerByIDUsingGETParams, opts ...ClientOption) (*GetGerritListenerByIDUsingGETOK, error)

	GetGerritListenerByNameUsingGET(params *GetGerritListenerByNameUsingGETParams, opts ...ClientOption) (*GetGerritListenerByNameUsingGETOK, error)

	GetGerritProjectsByIDUsingGET(params *GetGerritProjectsByIDUsingGETParams, opts ...ClientOption) (*GetGerritProjectsByIDUsingGETOK, error)

	GetGerritProjectsByNameUsingGET(params *GetGerritProjectsByNameUsingGETParams, opts ...ClientOption) (*GetGerritProjectsByNameUsingGETOK, error)

	GetGerritTriggerByIDUsingGET(params *GetGerritTriggerByIDUsingGETParams, opts ...ClientOption) (*GetGerritTriggerByIDUsingGETOK, error)

	GetGerritTriggerByNameUsingGET(params *GetGerritTriggerByNameUsingGETParams, opts ...ClientOption) (*GetGerritTriggerByNameUsingGETOK, error)

	GetGitEventByIDUsingGET(params *GetGitEventByIDUsingGETParams, opts ...ClientOption) (*GetGitEventByIDUsingGETOK, error)

	GetGitWebhookByIDUsingGET(params *GetGitWebhookByIDUsingGETParams, opts ...ClientOption) (*GetGitWebhookByIDUsingGETOK, error)

	GetGitWebhookByNameUsingGET(params *GetGitWebhookByNameUsingGETParams, opts ...ClientOption) (*GetGitWebhookByNameUsingGETOK, error)

	GetRegistryEventByID(params *GetRegistryEventByIDParams, opts ...ClientOption) (*GetRegistryEventByIDOK, error)

	GetRegistryWebhookByID(params *GetRegistryWebhookByIDParams, opts ...ClientOption) (*GetRegistryWebhookByIDOK, error)

	ManualGerritEventTriggerUsingPOST(params *ManualGerritEventTriggerUsingPOSTParams, opts ...ClientOption) (*ManualGerritEventTriggerUsingPOSTOK, error)

	PatchDockerRegistryWebhookByIDUsingPATCH(params *PatchDockerRegistryWebhookByIDUsingPATCHParams, opts ...ClientOption) (*PatchDockerRegistryWebhookByIDUsingPATCHOK, error)

	PatchDockerRegistryWebhookByNameUsingPATCH(params *PatchDockerRegistryWebhookByNameUsingPATCHParams, opts ...ClientOption) (*PatchDockerRegistryWebhookByNameUsingPATCHOK, error)

	PatchGerritListenerByIDUsingPATCH(params *PatchGerritListenerByIDUsingPATCHParams, opts ...ClientOption) (*PatchGerritListenerByIDUsingPATCHOK, error)

	PatchGerritListenerByNameUsingPATCH(params *PatchGerritListenerByNameUsingPATCHParams, opts ...ClientOption) (*PatchGerritListenerByNameUsingPATCHOK, error)

	PatchGerritTriggerByIDUsingPATCH(params *PatchGerritTriggerByIDUsingPATCHParams, opts ...ClientOption) (*PatchGerritTriggerByIDUsingPATCHOK, error)

	PatchGerritTriggerByNameUsingPATCH(params *PatchGerritTriggerByNameUsingPATCHParams, opts ...ClientOption) (*PatchGerritTriggerByNameUsingPATCHOK, error)

	ResumeOrRerunDockerRegistryEventUsingPOST(params *ResumeOrRerunDockerRegistryEventUsingPOSTParams, opts ...ClientOption) (*ResumeOrRerunDockerRegistryEventUsingPOSTOK, error)

	ResumeOrRerunGerritEventUsingPOST(params *ResumeOrRerunGerritEventUsingPOSTParams, opts ...ClientOption) (*ResumeOrRerunGerritEventUsingPOSTOK, error)

	ResumeOrRerunGitEventUsingPOST(params *ResumeOrRerunGitEventUsingPOSTParams, opts ...ClientOption) (*ResumeOrRerunGitEventUsingPOSTOK, error)

	UpdateDockerRegistryWebhookByIDUsingPUT(params *UpdateDockerRegistryWebhookByIDUsingPUTParams, opts ...ClientOption) (*UpdateDockerRegistryWebhookByIDUsingPUTOK, error)

	UpdateDockerRegistryWebhookByNameUsingPUT(params *UpdateDockerRegistryWebhookByNameUsingPUTParams, opts ...ClientOption) (*UpdateDockerRegistryWebhookByNameUsingPUTOK, error)

	UpdateGerritListenerByIDUsingPUT(params *UpdateGerritListenerByIDUsingPUTParams, opts ...ClientOption) (*UpdateGerritListenerByIDUsingPUTOK, error)

	UpdateGerritListenerByNameUsingPUT(params *UpdateGerritListenerByNameUsingPUTParams, opts ...ClientOption) (*UpdateGerritListenerByNameUsingPUTOK, error)

	UpdateGerritTriggerByIDUsingPUT(params *UpdateGerritTriggerByIDUsingPUTParams, opts ...ClientOption) (*UpdateGerritTriggerByIDUsingPUTOK, error)

	UpdateGerritTriggerByNameUsingPUT(params *UpdateGerritTriggerByNameUsingPUTParams, opts ...ClientOption) (*UpdateGerritTriggerByNameUsingPUTOK, error)

	UpdateGitWebhookByIDUsingPUT(params *UpdateGitWebhookByIDUsingPUTParams, opts ...ClientOption) (*UpdateGitWebhookByIDUsingPUTOK, error)

	UpdateGitWebhookByNameUsingPUT(params *UpdateGitWebhookByNameUsingPUTParams, opts ...ClientOption) (*UpdateGitWebhookByNameUsingPUTOK, error)

	ValidateGerritListenerUsingPOST(params *ValidateGerritListenerUsingPOSTParams, opts ...ClientOption) (*ValidateGerritListenerUsingPOSTOK, 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 triggers API client.

type CloneGerritListenerByNameUsingPOSTForbidden added in v0.4.0

type CloneGerritListenerByNameUsingPOSTForbidden struct {
}

CloneGerritListenerByNameUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCloneGerritListenerByNameUsingPOSTForbidden added in v0.4.0

func NewCloneGerritListenerByNameUsingPOSTForbidden() *CloneGerritListenerByNameUsingPOSTForbidden

NewCloneGerritListenerByNameUsingPOSTForbidden creates a CloneGerritListenerByNameUsingPOSTForbidden with default headers values

func (*CloneGerritListenerByNameUsingPOSTForbidden) Error added in v0.4.0

func (*CloneGerritListenerByNameUsingPOSTForbidden) IsClientError added in v0.5.0

IsClientError returns true when this clone gerrit listener by name using p o s t forbidden response has a 4xx status code

func (*CloneGerritListenerByNameUsingPOSTForbidden) IsCode added in v0.5.0

IsCode returns true when this clone gerrit listener by name using p o s t forbidden response a status code equal to that given

func (*CloneGerritListenerByNameUsingPOSTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this clone gerrit listener by name using p o s t forbidden response has a 3xx status code

func (*CloneGerritListenerByNameUsingPOSTForbidden) IsServerError added in v0.5.0

IsServerError returns true when this clone gerrit listener by name using p o s t forbidden response has a 5xx status code

func (*CloneGerritListenerByNameUsingPOSTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this clone gerrit listener by name using p o s t forbidden response has a 2xx status code

func (*CloneGerritListenerByNameUsingPOSTForbidden) String added in v0.5.0

type CloneGerritListenerByNameUsingPOSTInternalServerError added in v0.4.0

type CloneGerritListenerByNameUsingPOSTInternalServerError struct {
}

CloneGerritListenerByNameUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewCloneGerritListenerByNameUsingPOSTInternalServerError added in v0.4.0

func NewCloneGerritListenerByNameUsingPOSTInternalServerError() *CloneGerritListenerByNameUsingPOSTInternalServerError

NewCloneGerritListenerByNameUsingPOSTInternalServerError creates a CloneGerritListenerByNameUsingPOSTInternalServerError with default headers values

func (*CloneGerritListenerByNameUsingPOSTInternalServerError) Error added in v0.4.0

func (*CloneGerritListenerByNameUsingPOSTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this clone gerrit listener by name using p o s t internal server error response has a 4xx status code

func (*CloneGerritListenerByNameUsingPOSTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this clone gerrit listener by name using p o s t internal server error response a status code equal to that given

func (*CloneGerritListenerByNameUsingPOSTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this clone gerrit listener by name using p o s t internal server error response has a 3xx status code

func (*CloneGerritListenerByNameUsingPOSTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this clone gerrit listener by name using p o s t internal server error response has a 5xx status code

func (*CloneGerritListenerByNameUsingPOSTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this clone gerrit listener by name using p o s t internal server error response has a 2xx status code

func (*CloneGerritListenerByNameUsingPOSTInternalServerError) String added in v0.5.0

type CloneGerritListenerByNameUsingPOSTNotFound added in v0.4.0

type CloneGerritListenerByNameUsingPOSTNotFound struct {
	Payload *models.Error
}

CloneGerritListenerByNameUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewCloneGerritListenerByNameUsingPOSTNotFound added in v0.4.0

func NewCloneGerritListenerByNameUsingPOSTNotFound() *CloneGerritListenerByNameUsingPOSTNotFound

NewCloneGerritListenerByNameUsingPOSTNotFound creates a CloneGerritListenerByNameUsingPOSTNotFound with default headers values

func (*CloneGerritListenerByNameUsingPOSTNotFound) Error added in v0.4.0

func (*CloneGerritListenerByNameUsingPOSTNotFound) GetPayload added in v0.4.0

func (*CloneGerritListenerByNameUsingPOSTNotFound) IsClientError added in v0.5.0

IsClientError returns true when this clone gerrit listener by name using p o s t not found response has a 4xx status code

func (*CloneGerritListenerByNameUsingPOSTNotFound) IsCode added in v0.5.0

IsCode returns true when this clone gerrit listener by name using p o s t not found response a status code equal to that given

func (*CloneGerritListenerByNameUsingPOSTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this clone gerrit listener by name using p o s t not found response has a 3xx status code

func (*CloneGerritListenerByNameUsingPOSTNotFound) IsServerError added in v0.5.0

IsServerError returns true when this clone gerrit listener by name using p o s t not found response has a 5xx status code

func (*CloneGerritListenerByNameUsingPOSTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this clone gerrit listener by name using p o s t not found response has a 2xx status code

func (*CloneGerritListenerByNameUsingPOSTNotFound) String added in v0.5.0

type CloneGerritListenerByNameUsingPOSTOK added in v0.4.0

type CloneGerritListenerByNameUsingPOSTOK struct {
	Payload models.GerritListener
}

CloneGerritListenerByNameUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with the cloned Pipeline

func NewCloneGerritListenerByNameUsingPOSTOK added in v0.4.0

func NewCloneGerritListenerByNameUsingPOSTOK() *CloneGerritListenerByNameUsingPOSTOK

NewCloneGerritListenerByNameUsingPOSTOK creates a CloneGerritListenerByNameUsingPOSTOK with default headers values

func (*CloneGerritListenerByNameUsingPOSTOK) Error added in v0.4.0

func (*CloneGerritListenerByNameUsingPOSTOK) GetPayload added in v0.4.0

func (*CloneGerritListenerByNameUsingPOSTOK) IsClientError added in v0.5.0

func (o *CloneGerritListenerByNameUsingPOSTOK) IsClientError() bool

IsClientError returns true when this clone gerrit listener by name using p o s t o k response has a 4xx status code

func (*CloneGerritListenerByNameUsingPOSTOK) IsCode added in v0.5.0

IsCode returns true when this clone gerrit listener by name using p o s t o k response a status code equal to that given

func (*CloneGerritListenerByNameUsingPOSTOK) IsRedirect added in v0.5.0

IsRedirect returns true when this clone gerrit listener by name using p o s t o k response has a 3xx status code

func (*CloneGerritListenerByNameUsingPOSTOK) IsServerError added in v0.5.0

func (o *CloneGerritListenerByNameUsingPOSTOK) IsServerError() bool

IsServerError returns true when this clone gerrit listener by name using p o s t o k response has a 5xx status code

func (*CloneGerritListenerByNameUsingPOSTOK) IsSuccess added in v0.5.0

IsSuccess returns true when this clone gerrit listener by name using p o s t o k response has a 2xx status code

func (*CloneGerritListenerByNameUsingPOSTOK) String added in v0.5.0

type CloneGerritListenerByNameUsingPOSTParams added in v0.4.0

type CloneGerritListenerByNameUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Request object for actions such as cloning
	*/
	Body models.ServiceRequest

	/* Name.

	   The name of the Gerrit Listener
	*/
	Name string

	/* Project.

	   The project the Gerrit Listener belongs to
	*/
	Project string

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

CloneGerritListenerByNameUsingPOSTParams contains all the parameters to send to the API endpoint

for the clone gerrit listener by name using p o s t operation.

Typically these are written to a http.Request.

func NewCloneGerritListenerByNameUsingPOSTParams added in v0.4.0

func NewCloneGerritListenerByNameUsingPOSTParams() *CloneGerritListenerByNameUsingPOSTParams

NewCloneGerritListenerByNameUsingPOSTParams creates a new CloneGerritListenerByNameUsingPOSTParams 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 NewCloneGerritListenerByNameUsingPOSTParamsWithContext added in v0.4.0

func NewCloneGerritListenerByNameUsingPOSTParamsWithContext(ctx context.Context) *CloneGerritListenerByNameUsingPOSTParams

NewCloneGerritListenerByNameUsingPOSTParamsWithContext creates a new CloneGerritListenerByNameUsingPOSTParams object with the ability to set a context for a request.

func NewCloneGerritListenerByNameUsingPOSTParamsWithHTTPClient added in v0.4.0

func NewCloneGerritListenerByNameUsingPOSTParamsWithHTTPClient(client *http.Client) *CloneGerritListenerByNameUsingPOSTParams

NewCloneGerritListenerByNameUsingPOSTParamsWithHTTPClient creates a new CloneGerritListenerByNameUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewCloneGerritListenerByNameUsingPOSTParamsWithTimeout added in v0.4.0

func NewCloneGerritListenerByNameUsingPOSTParamsWithTimeout(timeout time.Duration) *CloneGerritListenerByNameUsingPOSTParams

NewCloneGerritListenerByNameUsingPOSTParamsWithTimeout creates a new CloneGerritListenerByNameUsingPOSTParams object with the ability to set a timeout on a request.

func (*CloneGerritListenerByNameUsingPOSTParams) SetAPIVersion added in v0.4.0

func (o *CloneGerritListenerByNameUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the clone gerrit listener by name using p o s t params

func (*CloneGerritListenerByNameUsingPOSTParams) SetAuthorization added in v0.4.0

func (o *CloneGerritListenerByNameUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the clone gerrit listener by name using p o s t params

func (*CloneGerritListenerByNameUsingPOSTParams) SetBody added in v0.4.0

SetBody adds the body to the clone gerrit listener by name using p o s t params

func (*CloneGerritListenerByNameUsingPOSTParams) SetContext added in v0.4.0

SetContext adds the context to the clone gerrit listener by name using p o s t params

func (*CloneGerritListenerByNameUsingPOSTParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the clone gerrit listener by name using p o s t params (not the query body).

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

func (*CloneGerritListenerByNameUsingPOSTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the clone gerrit listener by name using p o s t params

func (*CloneGerritListenerByNameUsingPOSTParams) SetName added in v0.4.0

SetName adds the name to the clone gerrit listener by name using p o s t params

func (*CloneGerritListenerByNameUsingPOSTParams) SetProject added in v0.4.0

func (o *CloneGerritListenerByNameUsingPOSTParams) SetProject(project string)

SetProject adds the project to the clone gerrit listener by name using p o s t params

func (*CloneGerritListenerByNameUsingPOSTParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the clone gerrit listener by name using p o s t params

func (*CloneGerritListenerByNameUsingPOSTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the clone gerrit listener by name using p o s t params

func (*CloneGerritListenerByNameUsingPOSTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the clone gerrit listener by name using p o s t params

func (*CloneGerritListenerByNameUsingPOSTParams) WithBody added in v0.4.0

WithBody adds the body to the clone gerrit listener by name using p o s t params

func (*CloneGerritListenerByNameUsingPOSTParams) WithContext added in v0.4.0

WithContext adds the context to the clone gerrit listener by name using p o s t params

func (*CloneGerritListenerByNameUsingPOSTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the clone gerrit listener by name using p o s t params (not the query body).

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

func (*CloneGerritListenerByNameUsingPOSTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the clone gerrit listener by name using p o s t params

func (*CloneGerritListenerByNameUsingPOSTParams) WithName added in v0.4.0

WithName adds the name to the clone gerrit listener by name using p o s t params

func (*CloneGerritListenerByNameUsingPOSTParams) WithProject added in v0.4.0

WithProject adds the project to the clone gerrit listener by name using p o s t params

func (*CloneGerritListenerByNameUsingPOSTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the clone gerrit listener by name using p o s t params

func (*CloneGerritListenerByNameUsingPOSTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CloneGerritListenerByNameUsingPOSTReader added in v0.4.0

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

CloneGerritListenerByNameUsingPOSTReader is a Reader for the CloneGerritListenerByNameUsingPOST structure.

func (*CloneGerritListenerByNameUsingPOSTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type CloneGerritListenerByNameUsingPOSTUnauthorized added in v0.4.0

type CloneGerritListenerByNameUsingPOSTUnauthorized struct {
}

CloneGerritListenerByNameUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewCloneGerritListenerByNameUsingPOSTUnauthorized added in v0.4.0

func NewCloneGerritListenerByNameUsingPOSTUnauthorized() *CloneGerritListenerByNameUsingPOSTUnauthorized

NewCloneGerritListenerByNameUsingPOSTUnauthorized creates a CloneGerritListenerByNameUsingPOSTUnauthorized with default headers values

func (*CloneGerritListenerByNameUsingPOSTUnauthorized) Error added in v0.4.0

func (*CloneGerritListenerByNameUsingPOSTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this clone gerrit listener by name using p o s t unauthorized response has a 4xx status code

func (*CloneGerritListenerByNameUsingPOSTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this clone gerrit listener by name using p o s t unauthorized response a status code equal to that given

func (*CloneGerritListenerByNameUsingPOSTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this clone gerrit listener by name using p o s t unauthorized response has a 3xx status code

func (*CloneGerritListenerByNameUsingPOSTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this clone gerrit listener by name using p o s t unauthorized response has a 5xx status code

func (*CloneGerritListenerByNameUsingPOSTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this clone gerrit listener by name using p o s t unauthorized response has a 2xx status code

func (*CloneGerritListenerByNameUsingPOSTUnauthorized) String added in v0.5.0

type CloneGerritListenerUsingPOSTForbidden added in v0.4.0

type CloneGerritListenerUsingPOSTForbidden struct {
}

CloneGerritListenerUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCloneGerritListenerUsingPOSTForbidden added in v0.4.0

func NewCloneGerritListenerUsingPOSTForbidden() *CloneGerritListenerUsingPOSTForbidden

NewCloneGerritListenerUsingPOSTForbidden creates a CloneGerritListenerUsingPOSTForbidden with default headers values

func (*CloneGerritListenerUsingPOSTForbidden) Error added in v0.4.0

func (*CloneGerritListenerUsingPOSTForbidden) IsClientError added in v0.5.0

func (o *CloneGerritListenerUsingPOSTForbidden) IsClientError() bool

IsClientError returns true when this clone gerrit listener using p o s t forbidden response has a 4xx status code

func (*CloneGerritListenerUsingPOSTForbidden) IsCode added in v0.5.0

IsCode returns true when this clone gerrit listener using p o s t forbidden response a status code equal to that given

func (*CloneGerritListenerUsingPOSTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this clone gerrit listener using p o s t forbidden response has a 3xx status code

func (*CloneGerritListenerUsingPOSTForbidden) IsServerError added in v0.5.0

func (o *CloneGerritListenerUsingPOSTForbidden) IsServerError() bool

IsServerError returns true when this clone gerrit listener using p o s t forbidden response has a 5xx status code

func (*CloneGerritListenerUsingPOSTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this clone gerrit listener using p o s t forbidden response has a 2xx status code

func (*CloneGerritListenerUsingPOSTForbidden) String added in v0.5.0

type CloneGerritListenerUsingPOSTInternalServerError added in v0.4.0

type CloneGerritListenerUsingPOSTInternalServerError struct {
}

CloneGerritListenerUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewCloneGerritListenerUsingPOSTInternalServerError added in v0.4.0

func NewCloneGerritListenerUsingPOSTInternalServerError() *CloneGerritListenerUsingPOSTInternalServerError

NewCloneGerritListenerUsingPOSTInternalServerError creates a CloneGerritListenerUsingPOSTInternalServerError with default headers values

func (*CloneGerritListenerUsingPOSTInternalServerError) Error added in v0.4.0

func (*CloneGerritListenerUsingPOSTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this clone gerrit listener using p o s t internal server error response has a 4xx status code

func (*CloneGerritListenerUsingPOSTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this clone gerrit listener using p o s t internal server error response a status code equal to that given

func (*CloneGerritListenerUsingPOSTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this clone gerrit listener using p o s t internal server error response has a 3xx status code

func (*CloneGerritListenerUsingPOSTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this clone gerrit listener using p o s t internal server error response has a 5xx status code

func (*CloneGerritListenerUsingPOSTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this clone gerrit listener using p o s t internal server error response has a 2xx status code

func (*CloneGerritListenerUsingPOSTInternalServerError) String added in v0.5.0

type CloneGerritListenerUsingPOSTNotFound added in v0.4.0

type CloneGerritListenerUsingPOSTNotFound struct {
	Payload *models.Error
}

CloneGerritListenerUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewCloneGerritListenerUsingPOSTNotFound added in v0.4.0

func NewCloneGerritListenerUsingPOSTNotFound() *CloneGerritListenerUsingPOSTNotFound

NewCloneGerritListenerUsingPOSTNotFound creates a CloneGerritListenerUsingPOSTNotFound with default headers values

func (*CloneGerritListenerUsingPOSTNotFound) Error added in v0.4.0

func (*CloneGerritListenerUsingPOSTNotFound) GetPayload added in v0.4.0

func (*CloneGerritListenerUsingPOSTNotFound) IsClientError added in v0.5.0

func (o *CloneGerritListenerUsingPOSTNotFound) IsClientError() bool

IsClientError returns true when this clone gerrit listener using p o s t not found response has a 4xx status code

func (*CloneGerritListenerUsingPOSTNotFound) IsCode added in v0.5.0

IsCode returns true when this clone gerrit listener using p o s t not found response a status code equal to that given

func (*CloneGerritListenerUsingPOSTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this clone gerrit listener using p o s t not found response has a 3xx status code

func (*CloneGerritListenerUsingPOSTNotFound) IsServerError added in v0.5.0

func (o *CloneGerritListenerUsingPOSTNotFound) IsServerError() bool

IsServerError returns true when this clone gerrit listener using p o s t not found response has a 5xx status code

func (*CloneGerritListenerUsingPOSTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this clone gerrit listener using p o s t not found response has a 2xx status code

func (*CloneGerritListenerUsingPOSTNotFound) String added in v0.5.0

type CloneGerritListenerUsingPOSTOK added in v0.4.0

type CloneGerritListenerUsingPOSTOK struct {
	Payload models.GerritListener
}

CloneGerritListenerUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with Gerrit Listener Clone

func NewCloneGerritListenerUsingPOSTOK added in v0.4.0

func NewCloneGerritListenerUsingPOSTOK() *CloneGerritListenerUsingPOSTOK

NewCloneGerritListenerUsingPOSTOK creates a CloneGerritListenerUsingPOSTOK with default headers values

func (*CloneGerritListenerUsingPOSTOK) Error added in v0.4.0

func (*CloneGerritListenerUsingPOSTOK) GetPayload added in v0.4.0

func (*CloneGerritListenerUsingPOSTOK) IsClientError added in v0.5.0

func (o *CloneGerritListenerUsingPOSTOK) IsClientError() bool

IsClientError returns true when this clone gerrit listener using p o s t o k response has a 4xx status code

func (*CloneGerritListenerUsingPOSTOK) IsCode added in v0.5.0

func (o *CloneGerritListenerUsingPOSTOK) IsCode(code int) bool

IsCode returns true when this clone gerrit listener using p o s t o k response a status code equal to that given

func (*CloneGerritListenerUsingPOSTOK) IsRedirect added in v0.5.0

func (o *CloneGerritListenerUsingPOSTOK) IsRedirect() bool

IsRedirect returns true when this clone gerrit listener using p o s t o k response has a 3xx status code

func (*CloneGerritListenerUsingPOSTOK) IsServerError added in v0.5.0

func (o *CloneGerritListenerUsingPOSTOK) IsServerError() bool

IsServerError returns true when this clone gerrit listener using p o s t o k response has a 5xx status code

func (*CloneGerritListenerUsingPOSTOK) IsSuccess added in v0.5.0

func (o *CloneGerritListenerUsingPOSTOK) IsSuccess() bool

IsSuccess returns true when this clone gerrit listener using p o s t o k response has a 2xx status code

func (*CloneGerritListenerUsingPOSTOK) String added in v0.5.0

type CloneGerritListenerUsingPOSTParams added in v0.4.0

type CloneGerritListenerUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   id
	*/
	ID string

	/* ServiceRequest.

	   serviceRequest
	*/
	ServiceRequest models.ServiceRequest

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

CloneGerritListenerUsingPOSTParams contains all the parameters to send to the API endpoint

for the clone gerrit listener using p o s t operation.

Typically these are written to a http.Request.

func NewCloneGerritListenerUsingPOSTParams added in v0.4.0

func NewCloneGerritListenerUsingPOSTParams() *CloneGerritListenerUsingPOSTParams

NewCloneGerritListenerUsingPOSTParams creates a new CloneGerritListenerUsingPOSTParams 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 NewCloneGerritListenerUsingPOSTParamsWithContext added in v0.4.0

func NewCloneGerritListenerUsingPOSTParamsWithContext(ctx context.Context) *CloneGerritListenerUsingPOSTParams

NewCloneGerritListenerUsingPOSTParamsWithContext creates a new CloneGerritListenerUsingPOSTParams object with the ability to set a context for a request.

func NewCloneGerritListenerUsingPOSTParamsWithHTTPClient added in v0.4.0

func NewCloneGerritListenerUsingPOSTParamsWithHTTPClient(client *http.Client) *CloneGerritListenerUsingPOSTParams

NewCloneGerritListenerUsingPOSTParamsWithHTTPClient creates a new CloneGerritListenerUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewCloneGerritListenerUsingPOSTParamsWithTimeout added in v0.4.0

func NewCloneGerritListenerUsingPOSTParamsWithTimeout(timeout time.Duration) *CloneGerritListenerUsingPOSTParams

NewCloneGerritListenerUsingPOSTParamsWithTimeout creates a new CloneGerritListenerUsingPOSTParams object with the ability to set a timeout on a request.

func (*CloneGerritListenerUsingPOSTParams) SetAPIVersion added in v0.4.0

func (o *CloneGerritListenerUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the clone gerrit listener using p o s t params

func (*CloneGerritListenerUsingPOSTParams) SetAuthorization added in v0.4.0

func (o *CloneGerritListenerUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the clone gerrit listener using p o s t params

func (*CloneGerritListenerUsingPOSTParams) SetContext added in v0.4.0

SetContext adds the context to the clone gerrit listener using p o s t params

func (*CloneGerritListenerUsingPOSTParams) SetDefaults added in v0.4.0

func (o *CloneGerritListenerUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the clone gerrit listener using p o s t params (not the query body).

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

func (*CloneGerritListenerUsingPOSTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the clone gerrit listener using p o s t params

func (*CloneGerritListenerUsingPOSTParams) SetID added in v0.4.0

SetID adds the id to the clone gerrit listener using p o s t params

func (*CloneGerritListenerUsingPOSTParams) SetServiceRequest added in v0.4.0

func (o *CloneGerritListenerUsingPOSTParams) SetServiceRequest(serviceRequest models.ServiceRequest)

SetServiceRequest adds the serviceRequest to the clone gerrit listener using p o s t params

func (*CloneGerritListenerUsingPOSTParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the clone gerrit listener using p o s t params

func (*CloneGerritListenerUsingPOSTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the clone gerrit listener using p o s t params

func (*CloneGerritListenerUsingPOSTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the clone gerrit listener using p o s t params

func (*CloneGerritListenerUsingPOSTParams) WithContext added in v0.4.0

WithContext adds the context to the clone gerrit listener using p o s t params

func (*CloneGerritListenerUsingPOSTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the clone gerrit listener using p o s t params (not the query body).

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

func (*CloneGerritListenerUsingPOSTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the clone gerrit listener using p o s t params

func (*CloneGerritListenerUsingPOSTParams) WithID added in v0.4.0

WithID adds the id to the clone gerrit listener using p o s t params

func (*CloneGerritListenerUsingPOSTParams) WithServiceRequest added in v0.4.0

WithServiceRequest adds the serviceRequest to the clone gerrit listener using p o s t params

func (*CloneGerritListenerUsingPOSTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the clone gerrit listener using p o s t params

func (*CloneGerritListenerUsingPOSTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CloneGerritListenerUsingPOSTReader added in v0.4.0

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

CloneGerritListenerUsingPOSTReader is a Reader for the CloneGerritListenerUsingPOST structure.

func (*CloneGerritListenerUsingPOSTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type CloneGerritListenerUsingPOSTUnauthorized added in v0.4.0

type CloneGerritListenerUsingPOSTUnauthorized struct {
}

CloneGerritListenerUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewCloneGerritListenerUsingPOSTUnauthorized added in v0.4.0

func NewCloneGerritListenerUsingPOSTUnauthorized() *CloneGerritListenerUsingPOSTUnauthorized

NewCloneGerritListenerUsingPOSTUnauthorized creates a CloneGerritListenerUsingPOSTUnauthorized with default headers values

func (*CloneGerritListenerUsingPOSTUnauthorized) Error added in v0.4.0

func (*CloneGerritListenerUsingPOSTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this clone gerrit listener using p o s t unauthorized response has a 4xx status code

func (*CloneGerritListenerUsingPOSTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this clone gerrit listener using p o s t unauthorized response a status code equal to that given

func (*CloneGerritListenerUsingPOSTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this clone gerrit listener using p o s t unauthorized response has a 3xx status code

func (*CloneGerritListenerUsingPOSTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this clone gerrit listener using p o s t unauthorized response has a 5xx status code

func (*CloneGerritListenerUsingPOSTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this clone gerrit listener using p o s t unauthorized response has a 2xx status code

func (*CloneGerritListenerUsingPOSTUnauthorized) String added in v0.5.0

type CloneGerritTriggerByNameUsingPOSTForbidden added in v0.4.0

type CloneGerritTriggerByNameUsingPOSTForbidden struct {
}

CloneGerritTriggerByNameUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCloneGerritTriggerByNameUsingPOSTForbidden added in v0.4.0

func NewCloneGerritTriggerByNameUsingPOSTForbidden() *CloneGerritTriggerByNameUsingPOSTForbidden

NewCloneGerritTriggerByNameUsingPOSTForbidden creates a CloneGerritTriggerByNameUsingPOSTForbidden with default headers values

func (*CloneGerritTriggerByNameUsingPOSTForbidden) Error added in v0.4.0

func (*CloneGerritTriggerByNameUsingPOSTForbidden) IsClientError added in v0.5.0

IsClientError returns true when this clone gerrit trigger by name using p o s t forbidden response has a 4xx status code

func (*CloneGerritTriggerByNameUsingPOSTForbidden) IsCode added in v0.5.0

IsCode returns true when this clone gerrit trigger by name using p o s t forbidden response a status code equal to that given

func (*CloneGerritTriggerByNameUsingPOSTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this clone gerrit trigger by name using p o s t forbidden response has a 3xx status code

func (*CloneGerritTriggerByNameUsingPOSTForbidden) IsServerError added in v0.5.0

IsServerError returns true when this clone gerrit trigger by name using p o s t forbidden response has a 5xx status code

func (*CloneGerritTriggerByNameUsingPOSTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this clone gerrit trigger by name using p o s t forbidden response has a 2xx status code

func (*CloneGerritTriggerByNameUsingPOSTForbidden) String added in v0.5.0

type CloneGerritTriggerByNameUsingPOSTInternalServerError added in v0.4.0

type CloneGerritTriggerByNameUsingPOSTInternalServerError struct {
}

CloneGerritTriggerByNameUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewCloneGerritTriggerByNameUsingPOSTInternalServerError added in v0.4.0

func NewCloneGerritTriggerByNameUsingPOSTInternalServerError() *CloneGerritTriggerByNameUsingPOSTInternalServerError

NewCloneGerritTriggerByNameUsingPOSTInternalServerError creates a CloneGerritTriggerByNameUsingPOSTInternalServerError with default headers values

func (*CloneGerritTriggerByNameUsingPOSTInternalServerError) Error added in v0.4.0

func (*CloneGerritTriggerByNameUsingPOSTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this clone gerrit trigger by name using p o s t internal server error response has a 4xx status code

func (*CloneGerritTriggerByNameUsingPOSTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this clone gerrit trigger by name using p o s t internal server error response a status code equal to that given

func (*CloneGerritTriggerByNameUsingPOSTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this clone gerrit trigger by name using p o s t internal server error response has a 3xx status code

func (*CloneGerritTriggerByNameUsingPOSTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this clone gerrit trigger by name using p o s t internal server error response has a 5xx status code

func (*CloneGerritTriggerByNameUsingPOSTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this clone gerrit trigger by name using p o s t internal server error response has a 2xx status code

func (*CloneGerritTriggerByNameUsingPOSTInternalServerError) String added in v0.5.0

type CloneGerritTriggerByNameUsingPOSTNotFound added in v0.4.0

type CloneGerritTriggerByNameUsingPOSTNotFound struct {
	Payload *models.Error
}

CloneGerritTriggerByNameUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewCloneGerritTriggerByNameUsingPOSTNotFound added in v0.4.0

func NewCloneGerritTriggerByNameUsingPOSTNotFound() *CloneGerritTriggerByNameUsingPOSTNotFound

NewCloneGerritTriggerByNameUsingPOSTNotFound creates a CloneGerritTriggerByNameUsingPOSTNotFound with default headers values

func (*CloneGerritTriggerByNameUsingPOSTNotFound) Error added in v0.4.0

func (*CloneGerritTriggerByNameUsingPOSTNotFound) GetPayload added in v0.4.0

func (*CloneGerritTriggerByNameUsingPOSTNotFound) IsClientError added in v0.5.0

IsClientError returns true when this clone gerrit trigger by name using p o s t not found response has a 4xx status code

func (*CloneGerritTriggerByNameUsingPOSTNotFound) IsCode added in v0.5.0

IsCode returns true when this clone gerrit trigger by name using p o s t not found response a status code equal to that given

func (*CloneGerritTriggerByNameUsingPOSTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this clone gerrit trigger by name using p o s t not found response has a 3xx status code

func (*CloneGerritTriggerByNameUsingPOSTNotFound) IsServerError added in v0.5.0

IsServerError returns true when this clone gerrit trigger by name using p o s t not found response has a 5xx status code

func (*CloneGerritTriggerByNameUsingPOSTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this clone gerrit trigger by name using p o s t not found response has a 2xx status code

func (*CloneGerritTriggerByNameUsingPOSTNotFound) String added in v0.5.0

type CloneGerritTriggerByNameUsingPOSTOK added in v0.4.0

type CloneGerritTriggerByNameUsingPOSTOK struct {
	Payload models.GerritTrigger
}

CloneGerritTriggerByNameUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with the cloned Gerrit Trigger

func NewCloneGerritTriggerByNameUsingPOSTOK added in v0.4.0

func NewCloneGerritTriggerByNameUsingPOSTOK() *CloneGerritTriggerByNameUsingPOSTOK

NewCloneGerritTriggerByNameUsingPOSTOK creates a CloneGerritTriggerByNameUsingPOSTOK with default headers values

func (*CloneGerritTriggerByNameUsingPOSTOK) Error added in v0.4.0

func (*CloneGerritTriggerByNameUsingPOSTOK) GetPayload added in v0.4.0

func (*CloneGerritTriggerByNameUsingPOSTOK) IsClientError added in v0.5.0

func (o *CloneGerritTriggerByNameUsingPOSTOK) IsClientError() bool

IsClientError returns true when this clone gerrit trigger by name using p o s t o k response has a 4xx status code

func (*CloneGerritTriggerByNameUsingPOSTOK) IsCode added in v0.5.0

IsCode returns true when this clone gerrit trigger by name using p o s t o k response a status code equal to that given

func (*CloneGerritTriggerByNameUsingPOSTOK) IsRedirect added in v0.5.0

func (o *CloneGerritTriggerByNameUsingPOSTOK) IsRedirect() bool

IsRedirect returns true when this clone gerrit trigger by name using p o s t o k response has a 3xx status code

func (*CloneGerritTriggerByNameUsingPOSTOK) IsServerError added in v0.5.0

func (o *CloneGerritTriggerByNameUsingPOSTOK) IsServerError() bool

IsServerError returns true when this clone gerrit trigger by name using p o s t o k response has a 5xx status code

func (*CloneGerritTriggerByNameUsingPOSTOK) IsSuccess added in v0.5.0

IsSuccess returns true when this clone gerrit trigger by name using p o s t o k response has a 2xx status code

func (*CloneGerritTriggerByNameUsingPOSTOK) String added in v0.5.0

type CloneGerritTriggerByNameUsingPOSTParams added in v0.4.0

type CloneGerritTriggerByNameUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Request object for actions such as cloning
	*/
	Body models.ServiceRequest

	/* Name.

	   The name of the Gerrit Trigger
	*/
	Name string

	/* Project.

	   The project the Gerrit Trigger belongs to
	*/
	Project string

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

CloneGerritTriggerByNameUsingPOSTParams contains all the parameters to send to the API endpoint

for the clone gerrit trigger by name using p o s t operation.

Typically these are written to a http.Request.

func NewCloneGerritTriggerByNameUsingPOSTParams added in v0.4.0

func NewCloneGerritTriggerByNameUsingPOSTParams() *CloneGerritTriggerByNameUsingPOSTParams

NewCloneGerritTriggerByNameUsingPOSTParams creates a new CloneGerritTriggerByNameUsingPOSTParams 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 NewCloneGerritTriggerByNameUsingPOSTParamsWithContext added in v0.4.0

func NewCloneGerritTriggerByNameUsingPOSTParamsWithContext(ctx context.Context) *CloneGerritTriggerByNameUsingPOSTParams

NewCloneGerritTriggerByNameUsingPOSTParamsWithContext creates a new CloneGerritTriggerByNameUsingPOSTParams object with the ability to set a context for a request.

func NewCloneGerritTriggerByNameUsingPOSTParamsWithHTTPClient added in v0.4.0

func NewCloneGerritTriggerByNameUsingPOSTParamsWithHTTPClient(client *http.Client) *CloneGerritTriggerByNameUsingPOSTParams

NewCloneGerritTriggerByNameUsingPOSTParamsWithHTTPClient creates a new CloneGerritTriggerByNameUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewCloneGerritTriggerByNameUsingPOSTParamsWithTimeout added in v0.4.0

func NewCloneGerritTriggerByNameUsingPOSTParamsWithTimeout(timeout time.Duration) *CloneGerritTriggerByNameUsingPOSTParams

NewCloneGerritTriggerByNameUsingPOSTParamsWithTimeout creates a new CloneGerritTriggerByNameUsingPOSTParams object with the ability to set a timeout on a request.

func (*CloneGerritTriggerByNameUsingPOSTParams) SetAPIVersion added in v0.4.0

func (o *CloneGerritTriggerByNameUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the clone gerrit trigger by name using p o s t params

func (*CloneGerritTriggerByNameUsingPOSTParams) SetAuthorization added in v0.4.0

func (o *CloneGerritTriggerByNameUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the clone gerrit trigger by name using p o s t params

func (*CloneGerritTriggerByNameUsingPOSTParams) SetBody added in v0.4.0

SetBody adds the body to the clone gerrit trigger by name using p o s t params

func (*CloneGerritTriggerByNameUsingPOSTParams) SetContext added in v0.4.0

SetContext adds the context to the clone gerrit trigger by name using p o s t params

func (*CloneGerritTriggerByNameUsingPOSTParams) SetDefaults added in v0.4.0

func (o *CloneGerritTriggerByNameUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the clone gerrit trigger by name using p o s t params (not the query body).

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

func (*CloneGerritTriggerByNameUsingPOSTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the clone gerrit trigger by name using p o s t params

func (*CloneGerritTriggerByNameUsingPOSTParams) SetName added in v0.4.0

SetName adds the name to the clone gerrit trigger by name using p o s t params

func (*CloneGerritTriggerByNameUsingPOSTParams) SetProject added in v0.4.0

func (o *CloneGerritTriggerByNameUsingPOSTParams) SetProject(project string)

SetProject adds the project to the clone gerrit trigger by name using p o s t params

func (*CloneGerritTriggerByNameUsingPOSTParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the clone gerrit trigger by name using p o s t params

func (*CloneGerritTriggerByNameUsingPOSTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the clone gerrit trigger by name using p o s t params

func (*CloneGerritTriggerByNameUsingPOSTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the clone gerrit trigger by name using p o s t params

func (*CloneGerritTriggerByNameUsingPOSTParams) WithBody added in v0.4.0

WithBody adds the body to the clone gerrit trigger by name using p o s t params

func (*CloneGerritTriggerByNameUsingPOSTParams) WithContext added in v0.4.0

WithContext adds the context to the clone gerrit trigger by name using p o s t params

func (*CloneGerritTriggerByNameUsingPOSTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the clone gerrit trigger by name using p o s t params (not the query body).

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

func (*CloneGerritTriggerByNameUsingPOSTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the clone gerrit trigger by name using p o s t params

func (*CloneGerritTriggerByNameUsingPOSTParams) WithName added in v0.4.0

WithName adds the name to the clone gerrit trigger by name using p o s t params

func (*CloneGerritTriggerByNameUsingPOSTParams) WithProject added in v0.4.0

WithProject adds the project to the clone gerrit trigger by name using p o s t params

func (*CloneGerritTriggerByNameUsingPOSTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the clone gerrit trigger by name using p o s t params

func (*CloneGerritTriggerByNameUsingPOSTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CloneGerritTriggerByNameUsingPOSTReader added in v0.4.0

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

CloneGerritTriggerByNameUsingPOSTReader is a Reader for the CloneGerritTriggerByNameUsingPOST structure.

func (*CloneGerritTriggerByNameUsingPOSTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type CloneGerritTriggerByNameUsingPOSTUnauthorized added in v0.4.0

type CloneGerritTriggerByNameUsingPOSTUnauthorized struct {
}

CloneGerritTriggerByNameUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewCloneGerritTriggerByNameUsingPOSTUnauthorized added in v0.4.0

func NewCloneGerritTriggerByNameUsingPOSTUnauthorized() *CloneGerritTriggerByNameUsingPOSTUnauthorized

NewCloneGerritTriggerByNameUsingPOSTUnauthorized creates a CloneGerritTriggerByNameUsingPOSTUnauthorized with default headers values

func (*CloneGerritTriggerByNameUsingPOSTUnauthorized) Error added in v0.4.0

func (*CloneGerritTriggerByNameUsingPOSTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this clone gerrit trigger by name using p o s t unauthorized response has a 4xx status code

func (*CloneGerritTriggerByNameUsingPOSTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this clone gerrit trigger by name using p o s t unauthorized response a status code equal to that given

func (*CloneGerritTriggerByNameUsingPOSTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this clone gerrit trigger by name using p o s t unauthorized response has a 3xx status code

func (*CloneGerritTriggerByNameUsingPOSTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this clone gerrit trigger by name using p o s t unauthorized response has a 5xx status code

func (*CloneGerritTriggerByNameUsingPOSTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this clone gerrit trigger by name using p o s t unauthorized response has a 2xx status code

func (*CloneGerritTriggerByNameUsingPOSTUnauthorized) String added in v0.5.0

type CloneGerritTriggerUsingPOSTForbidden added in v0.4.0

type CloneGerritTriggerUsingPOSTForbidden struct {
}

CloneGerritTriggerUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCloneGerritTriggerUsingPOSTForbidden added in v0.4.0

func NewCloneGerritTriggerUsingPOSTForbidden() *CloneGerritTriggerUsingPOSTForbidden

NewCloneGerritTriggerUsingPOSTForbidden creates a CloneGerritTriggerUsingPOSTForbidden with default headers values

func (*CloneGerritTriggerUsingPOSTForbidden) Error added in v0.4.0

func (*CloneGerritTriggerUsingPOSTForbidden) IsClientError added in v0.5.0

func (o *CloneGerritTriggerUsingPOSTForbidden) IsClientError() bool

IsClientError returns true when this clone gerrit trigger using p o s t forbidden response has a 4xx status code

func (*CloneGerritTriggerUsingPOSTForbidden) IsCode added in v0.5.0

IsCode returns true when this clone gerrit trigger using p o s t forbidden response a status code equal to that given

func (*CloneGerritTriggerUsingPOSTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this clone gerrit trigger using p o s t forbidden response has a 3xx status code

func (*CloneGerritTriggerUsingPOSTForbidden) IsServerError added in v0.5.0

func (o *CloneGerritTriggerUsingPOSTForbidden) IsServerError() bool

IsServerError returns true when this clone gerrit trigger using p o s t forbidden response has a 5xx status code

func (*CloneGerritTriggerUsingPOSTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this clone gerrit trigger using p o s t forbidden response has a 2xx status code

func (*CloneGerritTriggerUsingPOSTForbidden) String added in v0.5.0

type CloneGerritTriggerUsingPOSTInternalServerError added in v0.4.0

type CloneGerritTriggerUsingPOSTInternalServerError struct {
}

CloneGerritTriggerUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewCloneGerritTriggerUsingPOSTInternalServerError added in v0.4.0

func NewCloneGerritTriggerUsingPOSTInternalServerError() *CloneGerritTriggerUsingPOSTInternalServerError

NewCloneGerritTriggerUsingPOSTInternalServerError creates a CloneGerritTriggerUsingPOSTInternalServerError with default headers values

func (*CloneGerritTriggerUsingPOSTInternalServerError) Error added in v0.4.0

func (*CloneGerritTriggerUsingPOSTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this clone gerrit trigger using p o s t internal server error response has a 4xx status code

func (*CloneGerritTriggerUsingPOSTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this clone gerrit trigger using p o s t internal server error response a status code equal to that given

func (*CloneGerritTriggerUsingPOSTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this clone gerrit trigger using p o s t internal server error response has a 3xx status code

func (*CloneGerritTriggerUsingPOSTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this clone gerrit trigger using p o s t internal server error response has a 5xx status code

func (*CloneGerritTriggerUsingPOSTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this clone gerrit trigger using p o s t internal server error response has a 2xx status code

func (*CloneGerritTriggerUsingPOSTInternalServerError) String added in v0.5.0

type CloneGerritTriggerUsingPOSTNotFound added in v0.4.0

type CloneGerritTriggerUsingPOSTNotFound struct {
	Payload *models.Error
}

CloneGerritTriggerUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewCloneGerritTriggerUsingPOSTNotFound added in v0.4.0

func NewCloneGerritTriggerUsingPOSTNotFound() *CloneGerritTriggerUsingPOSTNotFound

NewCloneGerritTriggerUsingPOSTNotFound creates a CloneGerritTriggerUsingPOSTNotFound with default headers values

func (*CloneGerritTriggerUsingPOSTNotFound) Error added in v0.4.0

func (*CloneGerritTriggerUsingPOSTNotFound) GetPayload added in v0.4.0

func (*CloneGerritTriggerUsingPOSTNotFound) IsClientError added in v0.5.0

func (o *CloneGerritTriggerUsingPOSTNotFound) IsClientError() bool

IsClientError returns true when this clone gerrit trigger using p o s t not found response has a 4xx status code

func (*CloneGerritTriggerUsingPOSTNotFound) IsCode added in v0.5.0

IsCode returns true when this clone gerrit trigger using p o s t not found response a status code equal to that given

func (*CloneGerritTriggerUsingPOSTNotFound) IsRedirect added in v0.5.0

func (o *CloneGerritTriggerUsingPOSTNotFound) IsRedirect() bool

IsRedirect returns true when this clone gerrit trigger using p o s t not found response has a 3xx status code

func (*CloneGerritTriggerUsingPOSTNotFound) IsServerError added in v0.5.0

func (o *CloneGerritTriggerUsingPOSTNotFound) IsServerError() bool

IsServerError returns true when this clone gerrit trigger using p o s t not found response has a 5xx status code

func (*CloneGerritTriggerUsingPOSTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this clone gerrit trigger using p o s t not found response has a 2xx status code

func (*CloneGerritTriggerUsingPOSTNotFound) String added in v0.5.0

type CloneGerritTriggerUsingPOSTOK added in v0.4.0

type CloneGerritTriggerUsingPOSTOK struct {
	Payload models.GerritTrigger
}

CloneGerritTriggerUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with Gerrit Trigger Clone

func NewCloneGerritTriggerUsingPOSTOK added in v0.4.0

func NewCloneGerritTriggerUsingPOSTOK() *CloneGerritTriggerUsingPOSTOK

NewCloneGerritTriggerUsingPOSTOK creates a CloneGerritTriggerUsingPOSTOK with default headers values

func (*CloneGerritTriggerUsingPOSTOK) Error added in v0.4.0

func (*CloneGerritTriggerUsingPOSTOK) GetPayload added in v0.4.0

func (*CloneGerritTriggerUsingPOSTOK) IsClientError added in v0.5.0

func (o *CloneGerritTriggerUsingPOSTOK) IsClientError() bool

IsClientError returns true when this clone gerrit trigger using p o s t o k response has a 4xx status code

func (*CloneGerritTriggerUsingPOSTOK) IsCode added in v0.5.0

func (o *CloneGerritTriggerUsingPOSTOK) IsCode(code int) bool

IsCode returns true when this clone gerrit trigger using p o s t o k response a status code equal to that given

func (*CloneGerritTriggerUsingPOSTOK) IsRedirect added in v0.5.0

func (o *CloneGerritTriggerUsingPOSTOK) IsRedirect() bool

IsRedirect returns true when this clone gerrit trigger using p o s t o k response has a 3xx status code

func (*CloneGerritTriggerUsingPOSTOK) IsServerError added in v0.5.0

func (o *CloneGerritTriggerUsingPOSTOK) IsServerError() bool

IsServerError returns true when this clone gerrit trigger using p o s t o k response has a 5xx status code

func (*CloneGerritTriggerUsingPOSTOK) IsSuccess added in v0.5.0

func (o *CloneGerritTriggerUsingPOSTOK) IsSuccess() bool

IsSuccess returns true when this clone gerrit trigger using p o s t o k response has a 2xx status code

func (*CloneGerritTriggerUsingPOSTOK) String added in v0.5.0

type CloneGerritTriggerUsingPOSTParams added in v0.4.0

type CloneGerritTriggerUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   id
	*/
	ID string

	/* ServiceRequest.

	   serviceRequest
	*/
	ServiceRequest models.ServiceRequest

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

CloneGerritTriggerUsingPOSTParams contains all the parameters to send to the API endpoint

for the clone gerrit trigger using p o s t operation.

Typically these are written to a http.Request.

func NewCloneGerritTriggerUsingPOSTParams added in v0.4.0

func NewCloneGerritTriggerUsingPOSTParams() *CloneGerritTriggerUsingPOSTParams

NewCloneGerritTriggerUsingPOSTParams creates a new CloneGerritTriggerUsingPOSTParams 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 NewCloneGerritTriggerUsingPOSTParamsWithContext added in v0.4.0

func NewCloneGerritTriggerUsingPOSTParamsWithContext(ctx context.Context) *CloneGerritTriggerUsingPOSTParams

NewCloneGerritTriggerUsingPOSTParamsWithContext creates a new CloneGerritTriggerUsingPOSTParams object with the ability to set a context for a request.

func NewCloneGerritTriggerUsingPOSTParamsWithHTTPClient added in v0.4.0

func NewCloneGerritTriggerUsingPOSTParamsWithHTTPClient(client *http.Client) *CloneGerritTriggerUsingPOSTParams

NewCloneGerritTriggerUsingPOSTParamsWithHTTPClient creates a new CloneGerritTriggerUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewCloneGerritTriggerUsingPOSTParamsWithTimeout added in v0.4.0

func NewCloneGerritTriggerUsingPOSTParamsWithTimeout(timeout time.Duration) *CloneGerritTriggerUsingPOSTParams

NewCloneGerritTriggerUsingPOSTParamsWithTimeout creates a new CloneGerritTriggerUsingPOSTParams object with the ability to set a timeout on a request.

func (*CloneGerritTriggerUsingPOSTParams) SetAPIVersion added in v0.4.0

func (o *CloneGerritTriggerUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the clone gerrit trigger using p o s t params

func (*CloneGerritTriggerUsingPOSTParams) SetAuthorization added in v0.4.0

func (o *CloneGerritTriggerUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the clone gerrit trigger using p o s t params

func (*CloneGerritTriggerUsingPOSTParams) SetContext added in v0.4.0

SetContext adds the context to the clone gerrit trigger using p o s t params

func (*CloneGerritTriggerUsingPOSTParams) SetDefaults added in v0.4.0

func (o *CloneGerritTriggerUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the clone gerrit trigger using p o s t params (not the query body).

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

func (*CloneGerritTriggerUsingPOSTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the clone gerrit trigger using p o s t params

func (*CloneGerritTriggerUsingPOSTParams) SetID added in v0.4.0

SetID adds the id to the clone gerrit trigger using p o s t params

func (*CloneGerritTriggerUsingPOSTParams) SetServiceRequest added in v0.4.0

func (o *CloneGerritTriggerUsingPOSTParams) SetServiceRequest(serviceRequest models.ServiceRequest)

SetServiceRequest adds the serviceRequest to the clone gerrit trigger using p o s t params

func (*CloneGerritTriggerUsingPOSTParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the clone gerrit trigger using p o s t params

func (*CloneGerritTriggerUsingPOSTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the clone gerrit trigger using p o s t params

func (*CloneGerritTriggerUsingPOSTParams) WithAuthorization added in v0.4.0

func (o *CloneGerritTriggerUsingPOSTParams) WithAuthorization(authorization string) *CloneGerritTriggerUsingPOSTParams

WithAuthorization adds the authorization to the clone gerrit trigger using p o s t params

func (*CloneGerritTriggerUsingPOSTParams) WithContext added in v0.4.0

WithContext adds the context to the clone gerrit trigger using p o s t params

func (*CloneGerritTriggerUsingPOSTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the clone gerrit trigger using p o s t params (not the query body).

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

func (*CloneGerritTriggerUsingPOSTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the clone gerrit trigger using p o s t params

func (*CloneGerritTriggerUsingPOSTParams) WithID added in v0.4.0

WithID adds the id to the clone gerrit trigger using p o s t params

func (*CloneGerritTriggerUsingPOSTParams) WithServiceRequest added in v0.4.0

WithServiceRequest adds the serviceRequest to the clone gerrit trigger using p o s t params

func (*CloneGerritTriggerUsingPOSTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the clone gerrit trigger using p o s t params

func (*CloneGerritTriggerUsingPOSTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CloneGerritTriggerUsingPOSTReader added in v0.4.0

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

CloneGerritTriggerUsingPOSTReader is a Reader for the CloneGerritTriggerUsingPOST structure.

func (*CloneGerritTriggerUsingPOSTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type CloneGerritTriggerUsingPOSTUnauthorized added in v0.4.0

type CloneGerritTriggerUsingPOSTUnauthorized struct {
}

CloneGerritTriggerUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewCloneGerritTriggerUsingPOSTUnauthorized added in v0.4.0

func NewCloneGerritTriggerUsingPOSTUnauthorized() *CloneGerritTriggerUsingPOSTUnauthorized

NewCloneGerritTriggerUsingPOSTUnauthorized creates a CloneGerritTriggerUsingPOSTUnauthorized with default headers values

func (*CloneGerritTriggerUsingPOSTUnauthorized) Error added in v0.4.0

func (*CloneGerritTriggerUsingPOSTUnauthorized) IsClientError added in v0.5.0

func (o *CloneGerritTriggerUsingPOSTUnauthorized) IsClientError() bool

IsClientError returns true when this clone gerrit trigger using p o s t unauthorized response has a 4xx status code

func (*CloneGerritTriggerUsingPOSTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this clone gerrit trigger using p o s t unauthorized response a status code equal to that given

func (*CloneGerritTriggerUsingPOSTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this clone gerrit trigger using p o s t unauthorized response has a 3xx status code

func (*CloneGerritTriggerUsingPOSTUnauthorized) IsServerError added in v0.5.0

func (o *CloneGerritTriggerUsingPOSTUnauthorized) IsServerError() bool

IsServerError returns true when this clone gerrit trigger using p o s t unauthorized response has a 5xx status code

func (*CloneGerritTriggerUsingPOSTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this clone gerrit trigger using p o s t unauthorized response has a 2xx status code

func (*CloneGerritTriggerUsingPOSTUnauthorized) String added in v0.5.0

type CreateDockerRegistryWebhookUsingPOSTForbidden added in v0.4.0

type CreateDockerRegistryWebhookUsingPOSTForbidden struct {
}

CreateDockerRegistryWebhookUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateDockerRegistryWebhookUsingPOSTForbidden added in v0.4.0

func NewCreateDockerRegistryWebhookUsingPOSTForbidden() *CreateDockerRegistryWebhookUsingPOSTForbidden

NewCreateDockerRegistryWebhookUsingPOSTForbidden creates a CreateDockerRegistryWebhookUsingPOSTForbidden with default headers values

func (*CreateDockerRegistryWebhookUsingPOSTForbidden) Error added in v0.4.0

func (*CreateDockerRegistryWebhookUsingPOSTForbidden) IsClientError added in v0.5.0

IsClientError returns true when this create docker registry webhook using p o s t forbidden response has a 4xx status code

func (*CreateDockerRegistryWebhookUsingPOSTForbidden) IsCode added in v0.5.0

IsCode returns true when this create docker registry webhook using p o s t forbidden response a status code equal to that given

func (*CreateDockerRegistryWebhookUsingPOSTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this create docker registry webhook using p o s t forbidden response has a 3xx status code

func (*CreateDockerRegistryWebhookUsingPOSTForbidden) IsServerError added in v0.5.0

IsServerError returns true when this create docker registry webhook using p o s t forbidden response has a 5xx status code

func (*CreateDockerRegistryWebhookUsingPOSTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this create docker registry webhook using p o s t forbidden response has a 2xx status code

func (*CreateDockerRegistryWebhookUsingPOSTForbidden) String added in v0.5.0

type CreateDockerRegistryWebhookUsingPOSTInternalServerError added in v0.4.0

type CreateDockerRegistryWebhookUsingPOSTInternalServerError struct {
}

CreateDockerRegistryWebhookUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewCreateDockerRegistryWebhookUsingPOSTInternalServerError added in v0.4.0

func NewCreateDockerRegistryWebhookUsingPOSTInternalServerError() *CreateDockerRegistryWebhookUsingPOSTInternalServerError

NewCreateDockerRegistryWebhookUsingPOSTInternalServerError creates a CreateDockerRegistryWebhookUsingPOSTInternalServerError with default headers values

func (*CreateDockerRegistryWebhookUsingPOSTInternalServerError) Error added in v0.4.0

func (*CreateDockerRegistryWebhookUsingPOSTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this create docker registry webhook using p o s t internal server error response has a 4xx status code

func (*CreateDockerRegistryWebhookUsingPOSTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this create docker registry webhook using p o s t internal server error response a status code equal to that given

func (*CreateDockerRegistryWebhookUsingPOSTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this create docker registry webhook using p o s t internal server error response has a 3xx status code

func (*CreateDockerRegistryWebhookUsingPOSTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this create docker registry webhook using p o s t internal server error response has a 5xx status code

func (*CreateDockerRegistryWebhookUsingPOSTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this create docker registry webhook using p o s t internal server error response has a 2xx status code

func (*CreateDockerRegistryWebhookUsingPOSTInternalServerError) String added in v0.5.0

type CreateDockerRegistryWebhookUsingPOSTNotFound added in v0.4.0

type CreateDockerRegistryWebhookUsingPOSTNotFound struct {
	Payload *models.Error
}

CreateDockerRegistryWebhookUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewCreateDockerRegistryWebhookUsingPOSTNotFound added in v0.4.0

func NewCreateDockerRegistryWebhookUsingPOSTNotFound() *CreateDockerRegistryWebhookUsingPOSTNotFound

NewCreateDockerRegistryWebhookUsingPOSTNotFound creates a CreateDockerRegistryWebhookUsingPOSTNotFound with default headers values

func (*CreateDockerRegistryWebhookUsingPOSTNotFound) Error added in v0.4.0

func (*CreateDockerRegistryWebhookUsingPOSTNotFound) GetPayload added in v0.4.0

func (*CreateDockerRegistryWebhookUsingPOSTNotFound) IsClientError added in v0.5.0

IsClientError returns true when this create docker registry webhook using p o s t not found response has a 4xx status code

func (*CreateDockerRegistryWebhookUsingPOSTNotFound) IsCode added in v0.5.0

IsCode returns true when this create docker registry webhook using p o s t not found response a status code equal to that given

func (*CreateDockerRegistryWebhookUsingPOSTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this create docker registry webhook using p o s t not found response has a 3xx status code

func (*CreateDockerRegistryWebhookUsingPOSTNotFound) IsServerError added in v0.5.0

IsServerError returns true when this create docker registry webhook using p o s t not found response has a 5xx status code

func (*CreateDockerRegistryWebhookUsingPOSTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this create docker registry webhook using p o s t not found response has a 2xx status code

func (*CreateDockerRegistryWebhookUsingPOSTNotFound) String added in v0.5.0

type CreateDockerRegistryWebhookUsingPOSTOK added in v0.4.0

type CreateDockerRegistryWebhookUsingPOSTOK struct {
	Payload models.DockerRegistryWebHook
}

CreateDockerRegistryWebhookUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with Creation of Docker Registry Webhook

func NewCreateDockerRegistryWebhookUsingPOSTOK added in v0.4.0

func NewCreateDockerRegistryWebhookUsingPOSTOK() *CreateDockerRegistryWebhookUsingPOSTOK

NewCreateDockerRegistryWebhookUsingPOSTOK creates a CreateDockerRegistryWebhookUsingPOSTOK with default headers values

func (*CreateDockerRegistryWebhookUsingPOSTOK) Error added in v0.4.0

func (*CreateDockerRegistryWebhookUsingPOSTOK) GetPayload added in v0.4.0

func (*CreateDockerRegistryWebhookUsingPOSTOK) IsClientError added in v0.5.0

func (o *CreateDockerRegistryWebhookUsingPOSTOK) IsClientError() bool

IsClientError returns true when this create docker registry webhook using p o s t o k response has a 4xx status code

func (*CreateDockerRegistryWebhookUsingPOSTOK) IsCode added in v0.5.0

IsCode returns true when this create docker registry webhook using p o s t o k response a status code equal to that given

func (*CreateDockerRegistryWebhookUsingPOSTOK) IsRedirect added in v0.5.0

IsRedirect returns true when this create docker registry webhook using p o s t o k response has a 3xx status code

func (*CreateDockerRegistryWebhookUsingPOSTOK) IsServerError added in v0.5.0

func (o *CreateDockerRegistryWebhookUsingPOSTOK) IsServerError() bool

IsServerError returns true when this create docker registry webhook using p o s t o k response has a 5xx status code

func (*CreateDockerRegistryWebhookUsingPOSTOK) IsSuccess added in v0.5.0

IsSuccess returns true when this create docker registry webhook using p o s t o k response has a 2xx status code

func (*CreateDockerRegistryWebhookUsingPOSTOK) String added in v0.5.0

type CreateDockerRegistryWebhookUsingPOSTParams added in v0.4.0

type CreateDockerRegistryWebhookUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* DockerRegistryWebHookSpec.

	   dockerRegistryWebHookSpec
	*/
	DockerRegistryWebHookSpec models.DockerRegistryWebHookSpec

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

CreateDockerRegistryWebhookUsingPOSTParams contains all the parameters to send to the API endpoint

for the create docker registry webhook using p o s t operation.

Typically these are written to a http.Request.

func NewCreateDockerRegistryWebhookUsingPOSTParams added in v0.4.0

func NewCreateDockerRegistryWebhookUsingPOSTParams() *CreateDockerRegistryWebhookUsingPOSTParams

NewCreateDockerRegistryWebhookUsingPOSTParams creates a new CreateDockerRegistryWebhookUsingPOSTParams 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 NewCreateDockerRegistryWebhookUsingPOSTParamsWithContext added in v0.4.0

func NewCreateDockerRegistryWebhookUsingPOSTParamsWithContext(ctx context.Context) *CreateDockerRegistryWebhookUsingPOSTParams

NewCreateDockerRegistryWebhookUsingPOSTParamsWithContext creates a new CreateDockerRegistryWebhookUsingPOSTParams object with the ability to set a context for a request.

func NewCreateDockerRegistryWebhookUsingPOSTParamsWithHTTPClient added in v0.4.0

func NewCreateDockerRegistryWebhookUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateDockerRegistryWebhookUsingPOSTParams

NewCreateDockerRegistryWebhookUsingPOSTParamsWithHTTPClient creates a new CreateDockerRegistryWebhookUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDockerRegistryWebhookUsingPOSTParamsWithTimeout added in v0.4.0

func NewCreateDockerRegistryWebhookUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateDockerRegistryWebhookUsingPOSTParams

NewCreateDockerRegistryWebhookUsingPOSTParamsWithTimeout creates a new CreateDockerRegistryWebhookUsingPOSTParams object with the ability to set a timeout on a request.

func (*CreateDockerRegistryWebhookUsingPOSTParams) SetAPIVersion added in v0.4.0

func (o *CreateDockerRegistryWebhookUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the create docker registry webhook using p o s t params

func (*CreateDockerRegistryWebhookUsingPOSTParams) SetAuthorization added in v0.4.0

func (o *CreateDockerRegistryWebhookUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the create docker registry webhook using p o s t params

func (*CreateDockerRegistryWebhookUsingPOSTParams) SetContext added in v0.4.0

SetContext adds the context to the create docker registry webhook using p o s t params

func (*CreateDockerRegistryWebhookUsingPOSTParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the create docker registry webhook using p o s t params (not the query body).

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

func (*CreateDockerRegistryWebhookUsingPOSTParams) SetDockerRegistryWebHookSpec added in v0.4.0

func (o *CreateDockerRegistryWebhookUsingPOSTParams) SetDockerRegistryWebHookSpec(dockerRegistryWebHookSpec models.DockerRegistryWebHookSpec)

SetDockerRegistryWebHookSpec adds the dockerRegistryWebHookSpec to the create docker registry webhook using p o s t params

func (*CreateDockerRegistryWebhookUsingPOSTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the create docker registry webhook using p o s t params

func (*CreateDockerRegistryWebhookUsingPOSTParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the create docker registry webhook using p o s t params

func (*CreateDockerRegistryWebhookUsingPOSTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the create docker registry webhook using p o s t params

func (*CreateDockerRegistryWebhookUsingPOSTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the create docker registry webhook using p o s t params

func (*CreateDockerRegistryWebhookUsingPOSTParams) WithContext added in v0.4.0

WithContext adds the context to the create docker registry webhook using p o s t params

func (*CreateDockerRegistryWebhookUsingPOSTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the create docker registry webhook using p o s t params (not the query body).

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

func (*CreateDockerRegistryWebhookUsingPOSTParams) WithDockerRegistryWebHookSpec added in v0.4.0

WithDockerRegistryWebHookSpec adds the dockerRegistryWebHookSpec to the create docker registry webhook using p o s t params

func (*CreateDockerRegistryWebhookUsingPOSTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the create docker registry webhook using p o s t params

func (*CreateDockerRegistryWebhookUsingPOSTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the create docker registry webhook using p o s t params

func (*CreateDockerRegistryWebhookUsingPOSTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CreateDockerRegistryWebhookUsingPOSTReader added in v0.4.0

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

CreateDockerRegistryWebhookUsingPOSTReader is a Reader for the CreateDockerRegistryWebhookUsingPOST structure.

func (*CreateDockerRegistryWebhookUsingPOSTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type CreateDockerRegistryWebhookUsingPOSTUnauthorized added in v0.4.0

type CreateDockerRegistryWebhookUsingPOSTUnauthorized struct {
}

CreateDockerRegistryWebhookUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewCreateDockerRegistryWebhookUsingPOSTUnauthorized added in v0.4.0

func NewCreateDockerRegistryWebhookUsingPOSTUnauthorized() *CreateDockerRegistryWebhookUsingPOSTUnauthorized

NewCreateDockerRegistryWebhookUsingPOSTUnauthorized creates a CreateDockerRegistryWebhookUsingPOSTUnauthorized with default headers values

func (*CreateDockerRegistryWebhookUsingPOSTUnauthorized) Error added in v0.4.0

func (*CreateDockerRegistryWebhookUsingPOSTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this create docker registry webhook using p o s t unauthorized response has a 4xx status code

func (*CreateDockerRegistryWebhookUsingPOSTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this create docker registry webhook using p o s t unauthorized response a status code equal to that given

func (*CreateDockerRegistryWebhookUsingPOSTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this create docker registry webhook using p o s t unauthorized response has a 3xx status code

func (*CreateDockerRegistryWebhookUsingPOSTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this create docker registry webhook using p o s t unauthorized response has a 5xx status code

func (*CreateDockerRegistryWebhookUsingPOSTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this create docker registry webhook using p o s t unauthorized response has a 2xx status code

func (*CreateDockerRegistryWebhookUsingPOSTUnauthorized) String added in v0.5.0

type CreateGerritListenerUsingPOSTForbidden added in v0.4.0

type CreateGerritListenerUsingPOSTForbidden struct {
}

CreateGerritListenerUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateGerritListenerUsingPOSTForbidden added in v0.4.0

func NewCreateGerritListenerUsingPOSTForbidden() *CreateGerritListenerUsingPOSTForbidden

NewCreateGerritListenerUsingPOSTForbidden creates a CreateGerritListenerUsingPOSTForbidden with default headers values

func (*CreateGerritListenerUsingPOSTForbidden) Error added in v0.4.0

func (*CreateGerritListenerUsingPOSTForbidden) IsClientError added in v0.5.0

func (o *CreateGerritListenerUsingPOSTForbidden) IsClientError() bool

IsClientError returns true when this create gerrit listener using p o s t forbidden response has a 4xx status code

func (*CreateGerritListenerUsingPOSTForbidden) IsCode added in v0.5.0

IsCode returns true when this create gerrit listener using p o s t forbidden response a status code equal to that given

func (*CreateGerritListenerUsingPOSTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this create gerrit listener using p o s t forbidden response has a 3xx status code

func (*CreateGerritListenerUsingPOSTForbidden) IsServerError added in v0.5.0

func (o *CreateGerritListenerUsingPOSTForbidden) IsServerError() bool

IsServerError returns true when this create gerrit listener using p o s t forbidden response has a 5xx status code

func (*CreateGerritListenerUsingPOSTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this create gerrit listener using p o s t forbidden response has a 2xx status code

func (*CreateGerritListenerUsingPOSTForbidden) String added in v0.5.0

type CreateGerritListenerUsingPOSTInternalServerError added in v0.4.0

type CreateGerritListenerUsingPOSTInternalServerError struct {
}

CreateGerritListenerUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewCreateGerritListenerUsingPOSTInternalServerError added in v0.4.0

func NewCreateGerritListenerUsingPOSTInternalServerError() *CreateGerritListenerUsingPOSTInternalServerError

NewCreateGerritListenerUsingPOSTInternalServerError creates a CreateGerritListenerUsingPOSTInternalServerError with default headers values

func (*CreateGerritListenerUsingPOSTInternalServerError) Error added in v0.4.0

func (*CreateGerritListenerUsingPOSTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this create gerrit listener using p o s t internal server error response has a 4xx status code

func (*CreateGerritListenerUsingPOSTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this create gerrit listener using p o s t internal server error response a status code equal to that given

func (*CreateGerritListenerUsingPOSTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this create gerrit listener using p o s t internal server error response has a 3xx status code

func (*CreateGerritListenerUsingPOSTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this create gerrit listener using p o s t internal server error response has a 5xx status code

func (*CreateGerritListenerUsingPOSTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this create gerrit listener using p o s t internal server error response has a 2xx status code

func (*CreateGerritListenerUsingPOSTInternalServerError) String added in v0.5.0

type CreateGerritListenerUsingPOSTNotFound added in v0.4.0

type CreateGerritListenerUsingPOSTNotFound struct {
	Payload *models.Error
}

CreateGerritListenerUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewCreateGerritListenerUsingPOSTNotFound added in v0.4.0

func NewCreateGerritListenerUsingPOSTNotFound() *CreateGerritListenerUsingPOSTNotFound

NewCreateGerritListenerUsingPOSTNotFound creates a CreateGerritListenerUsingPOSTNotFound with default headers values

func (*CreateGerritListenerUsingPOSTNotFound) Error added in v0.4.0

func (*CreateGerritListenerUsingPOSTNotFound) GetPayload added in v0.4.0

func (*CreateGerritListenerUsingPOSTNotFound) IsClientError added in v0.5.0

func (o *CreateGerritListenerUsingPOSTNotFound) IsClientError() bool

IsClientError returns true when this create gerrit listener using p o s t not found response has a 4xx status code

func (*CreateGerritListenerUsingPOSTNotFound) IsCode added in v0.5.0

IsCode returns true when this create gerrit listener using p o s t not found response a status code equal to that given

func (*CreateGerritListenerUsingPOSTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this create gerrit listener using p o s t not found response has a 3xx status code

func (*CreateGerritListenerUsingPOSTNotFound) IsServerError added in v0.5.0

func (o *CreateGerritListenerUsingPOSTNotFound) IsServerError() bool

IsServerError returns true when this create gerrit listener using p o s t not found response has a 5xx status code

func (*CreateGerritListenerUsingPOSTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this create gerrit listener using p o s t not found response has a 2xx status code

func (*CreateGerritListenerUsingPOSTNotFound) String added in v0.5.0

type CreateGerritListenerUsingPOSTOK added in v0.4.0

type CreateGerritListenerUsingPOSTOK struct {
	Payload models.GerritListener
}

CreateGerritListenerUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with Gerrit Listener Creation

func NewCreateGerritListenerUsingPOSTOK added in v0.4.0

func NewCreateGerritListenerUsingPOSTOK() *CreateGerritListenerUsingPOSTOK

NewCreateGerritListenerUsingPOSTOK creates a CreateGerritListenerUsingPOSTOK with default headers values

func (*CreateGerritListenerUsingPOSTOK) Error added in v0.4.0

func (*CreateGerritListenerUsingPOSTOK) GetPayload added in v0.4.0

func (*CreateGerritListenerUsingPOSTOK) IsClientError added in v0.5.0

func (o *CreateGerritListenerUsingPOSTOK) IsClientError() bool

IsClientError returns true when this create gerrit listener using p o s t o k response has a 4xx status code

func (*CreateGerritListenerUsingPOSTOK) IsCode added in v0.5.0

func (o *CreateGerritListenerUsingPOSTOK) IsCode(code int) bool

IsCode returns true when this create gerrit listener using p o s t o k response a status code equal to that given

func (*CreateGerritListenerUsingPOSTOK) IsRedirect added in v0.5.0

func (o *CreateGerritListenerUsingPOSTOK) IsRedirect() bool

IsRedirect returns true when this create gerrit listener using p o s t o k response has a 3xx status code

func (*CreateGerritListenerUsingPOSTOK) IsServerError added in v0.5.0

func (o *CreateGerritListenerUsingPOSTOK) IsServerError() bool

IsServerError returns true when this create gerrit listener using p o s t o k response has a 5xx status code

func (*CreateGerritListenerUsingPOSTOK) IsSuccess added in v0.5.0

func (o *CreateGerritListenerUsingPOSTOK) IsSuccess() bool

IsSuccess returns true when this create gerrit listener using p o s t o k response has a 2xx status code

func (*CreateGerritListenerUsingPOSTOK) String added in v0.5.0

type CreateGerritListenerUsingPOSTParams added in v0.4.0

type CreateGerritListenerUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* GerritListenerspec.

	   gerritListenerspec
	*/
	GerritListenerspec models.GerritListenerSpec

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

CreateGerritListenerUsingPOSTParams contains all the parameters to send to the API endpoint

for the create gerrit listener using p o s t operation.

Typically these are written to a http.Request.

func NewCreateGerritListenerUsingPOSTParams added in v0.4.0

func NewCreateGerritListenerUsingPOSTParams() *CreateGerritListenerUsingPOSTParams

NewCreateGerritListenerUsingPOSTParams creates a new CreateGerritListenerUsingPOSTParams 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 NewCreateGerritListenerUsingPOSTParamsWithContext added in v0.4.0

func NewCreateGerritListenerUsingPOSTParamsWithContext(ctx context.Context) *CreateGerritListenerUsingPOSTParams

NewCreateGerritListenerUsingPOSTParamsWithContext creates a new CreateGerritListenerUsingPOSTParams object with the ability to set a context for a request.

func NewCreateGerritListenerUsingPOSTParamsWithHTTPClient added in v0.4.0

func NewCreateGerritListenerUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateGerritListenerUsingPOSTParams

NewCreateGerritListenerUsingPOSTParamsWithHTTPClient creates a new CreateGerritListenerUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewCreateGerritListenerUsingPOSTParamsWithTimeout added in v0.4.0

func NewCreateGerritListenerUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateGerritListenerUsingPOSTParams

NewCreateGerritListenerUsingPOSTParamsWithTimeout creates a new CreateGerritListenerUsingPOSTParams object with the ability to set a timeout on a request.

func (*CreateGerritListenerUsingPOSTParams) SetAPIVersion added in v0.4.0

func (o *CreateGerritListenerUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the create gerrit listener using p o s t params

func (*CreateGerritListenerUsingPOSTParams) SetAuthorization added in v0.4.0

func (o *CreateGerritListenerUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the create gerrit listener using p o s t params

func (*CreateGerritListenerUsingPOSTParams) SetContext added in v0.4.0

SetContext adds the context to the create gerrit listener using p o s t params

func (*CreateGerritListenerUsingPOSTParams) SetDefaults added in v0.4.0

func (o *CreateGerritListenerUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the create gerrit listener using p o s t params (not the query body).

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

func (*CreateGerritListenerUsingPOSTParams) SetGerritListenerspec added in v0.4.0

func (o *CreateGerritListenerUsingPOSTParams) SetGerritListenerspec(gerritListenerspec models.GerritListenerSpec)

SetGerritListenerspec adds the gerritListenerspec to the create gerrit listener using p o s t params

func (*CreateGerritListenerUsingPOSTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the create gerrit listener using p o s t params

func (*CreateGerritListenerUsingPOSTParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the create gerrit listener using p o s t params

func (*CreateGerritListenerUsingPOSTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the create gerrit listener using p o s t params

func (*CreateGerritListenerUsingPOSTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the create gerrit listener using p o s t params

func (*CreateGerritListenerUsingPOSTParams) WithContext added in v0.4.0

WithContext adds the context to the create gerrit listener using p o s t params

func (*CreateGerritListenerUsingPOSTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the create gerrit listener using p o s t params (not the query body).

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

func (*CreateGerritListenerUsingPOSTParams) WithGerritListenerspec added in v0.4.0

WithGerritListenerspec adds the gerritListenerspec to the create gerrit listener using p o s t params

func (*CreateGerritListenerUsingPOSTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the create gerrit listener using p o s t params

func (*CreateGerritListenerUsingPOSTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the create gerrit listener using p o s t params

func (*CreateGerritListenerUsingPOSTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CreateGerritListenerUsingPOSTReader added in v0.4.0

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

CreateGerritListenerUsingPOSTReader is a Reader for the CreateGerritListenerUsingPOST structure.

func (*CreateGerritListenerUsingPOSTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type CreateGerritListenerUsingPOSTUnauthorized added in v0.4.0

type CreateGerritListenerUsingPOSTUnauthorized struct {
}

CreateGerritListenerUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewCreateGerritListenerUsingPOSTUnauthorized added in v0.4.0

func NewCreateGerritListenerUsingPOSTUnauthorized() *CreateGerritListenerUsingPOSTUnauthorized

NewCreateGerritListenerUsingPOSTUnauthorized creates a CreateGerritListenerUsingPOSTUnauthorized with default headers values

func (*CreateGerritListenerUsingPOSTUnauthorized) Error added in v0.4.0

func (*CreateGerritListenerUsingPOSTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this create gerrit listener using p o s t unauthorized response has a 4xx status code

func (*CreateGerritListenerUsingPOSTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this create gerrit listener using p o s t unauthorized response a status code equal to that given

func (*CreateGerritListenerUsingPOSTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this create gerrit listener using p o s t unauthorized response has a 3xx status code

func (*CreateGerritListenerUsingPOSTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this create gerrit listener using p o s t unauthorized response has a 5xx status code

func (*CreateGerritListenerUsingPOSTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this create gerrit listener using p o s t unauthorized response has a 2xx status code

func (*CreateGerritListenerUsingPOSTUnauthorized) String added in v0.5.0

type CreateGerritTriggerUsingPOSTForbidden added in v0.4.0

type CreateGerritTriggerUsingPOSTForbidden struct {
}

CreateGerritTriggerUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateGerritTriggerUsingPOSTForbidden added in v0.4.0

func NewCreateGerritTriggerUsingPOSTForbidden() *CreateGerritTriggerUsingPOSTForbidden

NewCreateGerritTriggerUsingPOSTForbidden creates a CreateGerritTriggerUsingPOSTForbidden with default headers values

func (*CreateGerritTriggerUsingPOSTForbidden) Error added in v0.4.0

func (*CreateGerritTriggerUsingPOSTForbidden) IsClientError added in v0.5.0

func (o *CreateGerritTriggerUsingPOSTForbidden) IsClientError() bool

IsClientError returns true when this create gerrit trigger using p o s t forbidden response has a 4xx status code

func (*CreateGerritTriggerUsingPOSTForbidden) IsCode added in v0.5.0

IsCode returns true when this create gerrit trigger using p o s t forbidden response a status code equal to that given

func (*CreateGerritTriggerUsingPOSTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this create gerrit trigger using p o s t forbidden response has a 3xx status code

func (*CreateGerritTriggerUsingPOSTForbidden) IsServerError added in v0.5.0

func (o *CreateGerritTriggerUsingPOSTForbidden) IsServerError() bool

IsServerError returns true when this create gerrit trigger using p o s t forbidden response has a 5xx status code

func (*CreateGerritTriggerUsingPOSTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this create gerrit trigger using p o s t forbidden response has a 2xx status code

func (*CreateGerritTriggerUsingPOSTForbidden) String added in v0.5.0

type CreateGerritTriggerUsingPOSTInternalServerError added in v0.4.0

type CreateGerritTriggerUsingPOSTInternalServerError struct {
}

CreateGerritTriggerUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewCreateGerritTriggerUsingPOSTInternalServerError added in v0.4.0

func NewCreateGerritTriggerUsingPOSTInternalServerError() *CreateGerritTriggerUsingPOSTInternalServerError

NewCreateGerritTriggerUsingPOSTInternalServerError creates a CreateGerritTriggerUsingPOSTInternalServerError with default headers values

func (*CreateGerritTriggerUsingPOSTInternalServerError) Error added in v0.4.0

func (*CreateGerritTriggerUsingPOSTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this create gerrit trigger using p o s t internal server error response has a 4xx status code

func (*CreateGerritTriggerUsingPOSTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this create gerrit trigger using p o s t internal server error response a status code equal to that given

func (*CreateGerritTriggerUsingPOSTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this create gerrit trigger using p o s t internal server error response has a 3xx status code

func (*CreateGerritTriggerUsingPOSTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this create gerrit trigger using p o s t internal server error response has a 5xx status code

func (*CreateGerritTriggerUsingPOSTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this create gerrit trigger using p o s t internal server error response has a 2xx status code

func (*CreateGerritTriggerUsingPOSTInternalServerError) String added in v0.5.0

type CreateGerritTriggerUsingPOSTNotFound added in v0.4.0

type CreateGerritTriggerUsingPOSTNotFound struct {
	Payload *models.Error
}

CreateGerritTriggerUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewCreateGerritTriggerUsingPOSTNotFound added in v0.4.0

func NewCreateGerritTriggerUsingPOSTNotFound() *CreateGerritTriggerUsingPOSTNotFound

NewCreateGerritTriggerUsingPOSTNotFound creates a CreateGerritTriggerUsingPOSTNotFound with default headers values

func (*CreateGerritTriggerUsingPOSTNotFound) Error added in v0.4.0

func (*CreateGerritTriggerUsingPOSTNotFound) GetPayload added in v0.4.0

func (*CreateGerritTriggerUsingPOSTNotFound) IsClientError added in v0.5.0

func (o *CreateGerritTriggerUsingPOSTNotFound) IsClientError() bool

IsClientError returns true when this create gerrit trigger using p o s t not found response has a 4xx status code

func (*CreateGerritTriggerUsingPOSTNotFound) IsCode added in v0.5.0

IsCode returns true when this create gerrit trigger using p o s t not found response a status code equal to that given

func (*CreateGerritTriggerUsingPOSTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this create gerrit trigger using p o s t not found response has a 3xx status code

func (*CreateGerritTriggerUsingPOSTNotFound) IsServerError added in v0.5.0

func (o *CreateGerritTriggerUsingPOSTNotFound) IsServerError() bool

IsServerError returns true when this create gerrit trigger using p o s t not found response has a 5xx status code

func (*CreateGerritTriggerUsingPOSTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this create gerrit trigger using p o s t not found response has a 2xx status code

func (*CreateGerritTriggerUsingPOSTNotFound) String added in v0.5.0

type CreateGerritTriggerUsingPOSTOK added in v0.4.0

type CreateGerritTriggerUsingPOSTOK struct {
	Payload models.GerritTrigger
}

CreateGerritTriggerUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with Gerrit Trigger Creation

func NewCreateGerritTriggerUsingPOSTOK added in v0.4.0

func NewCreateGerritTriggerUsingPOSTOK() *CreateGerritTriggerUsingPOSTOK

NewCreateGerritTriggerUsingPOSTOK creates a CreateGerritTriggerUsingPOSTOK with default headers values

func (*CreateGerritTriggerUsingPOSTOK) Error added in v0.4.0

func (*CreateGerritTriggerUsingPOSTOK) GetPayload added in v0.4.0

func (*CreateGerritTriggerUsingPOSTOK) IsClientError added in v0.5.0

func (o *CreateGerritTriggerUsingPOSTOK) IsClientError() bool

IsClientError returns true when this create gerrit trigger using p o s t o k response has a 4xx status code

func (*CreateGerritTriggerUsingPOSTOK) IsCode added in v0.5.0

func (o *CreateGerritTriggerUsingPOSTOK) IsCode(code int) bool

IsCode returns true when this create gerrit trigger using p o s t o k response a status code equal to that given

func (*CreateGerritTriggerUsingPOSTOK) IsRedirect added in v0.5.0

func (o *CreateGerritTriggerUsingPOSTOK) IsRedirect() bool

IsRedirect returns true when this create gerrit trigger using p o s t o k response has a 3xx status code

func (*CreateGerritTriggerUsingPOSTOK) IsServerError added in v0.5.0

func (o *CreateGerritTriggerUsingPOSTOK) IsServerError() bool

IsServerError returns true when this create gerrit trigger using p o s t o k response has a 5xx status code

func (*CreateGerritTriggerUsingPOSTOK) IsSuccess added in v0.5.0

func (o *CreateGerritTriggerUsingPOSTOK) IsSuccess() bool

IsSuccess returns true when this create gerrit trigger using p o s t o k response has a 2xx status code

func (*CreateGerritTriggerUsingPOSTOK) String added in v0.5.0

type CreateGerritTriggerUsingPOSTParams added in v0.4.0

type CreateGerritTriggerUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* GerritTriggerSpec.

	   gerritTriggerSpec
	*/
	GerritTriggerSpec models.GerritTriggerSpec

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

CreateGerritTriggerUsingPOSTParams contains all the parameters to send to the API endpoint

for the create gerrit trigger using p o s t operation.

Typically these are written to a http.Request.

func NewCreateGerritTriggerUsingPOSTParams added in v0.4.0

func NewCreateGerritTriggerUsingPOSTParams() *CreateGerritTriggerUsingPOSTParams

NewCreateGerritTriggerUsingPOSTParams creates a new CreateGerritTriggerUsingPOSTParams 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 NewCreateGerritTriggerUsingPOSTParamsWithContext added in v0.4.0

func NewCreateGerritTriggerUsingPOSTParamsWithContext(ctx context.Context) *CreateGerritTriggerUsingPOSTParams

NewCreateGerritTriggerUsingPOSTParamsWithContext creates a new CreateGerritTriggerUsingPOSTParams object with the ability to set a context for a request.

func NewCreateGerritTriggerUsingPOSTParamsWithHTTPClient added in v0.4.0

func NewCreateGerritTriggerUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateGerritTriggerUsingPOSTParams

NewCreateGerritTriggerUsingPOSTParamsWithHTTPClient creates a new CreateGerritTriggerUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewCreateGerritTriggerUsingPOSTParamsWithTimeout added in v0.4.0

func NewCreateGerritTriggerUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateGerritTriggerUsingPOSTParams

NewCreateGerritTriggerUsingPOSTParamsWithTimeout creates a new CreateGerritTriggerUsingPOSTParams object with the ability to set a timeout on a request.

func (*CreateGerritTriggerUsingPOSTParams) SetAPIVersion added in v0.4.0

func (o *CreateGerritTriggerUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the create gerrit trigger using p o s t params

func (*CreateGerritTriggerUsingPOSTParams) SetAuthorization added in v0.4.0

func (o *CreateGerritTriggerUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the create gerrit trigger using p o s t params

func (*CreateGerritTriggerUsingPOSTParams) SetContext added in v0.4.0

SetContext adds the context to the create gerrit trigger using p o s t params

func (*CreateGerritTriggerUsingPOSTParams) SetDefaults added in v0.4.0

func (o *CreateGerritTriggerUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the create gerrit trigger using p o s t params (not the query body).

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

func (*CreateGerritTriggerUsingPOSTParams) SetGerritTriggerSpec added in v0.4.0

func (o *CreateGerritTriggerUsingPOSTParams) SetGerritTriggerSpec(gerritTriggerSpec models.GerritTriggerSpec)

SetGerritTriggerSpec adds the gerritTriggerSpec to the create gerrit trigger using p o s t params

func (*CreateGerritTriggerUsingPOSTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the create gerrit trigger using p o s t params

func (*CreateGerritTriggerUsingPOSTParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the create gerrit trigger using p o s t params

func (*CreateGerritTriggerUsingPOSTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the create gerrit trigger using p o s t params

func (*CreateGerritTriggerUsingPOSTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the create gerrit trigger using p o s t params

func (*CreateGerritTriggerUsingPOSTParams) WithContext added in v0.4.0

WithContext adds the context to the create gerrit trigger using p o s t params

func (*CreateGerritTriggerUsingPOSTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the create gerrit trigger using p o s t params (not the query body).

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

func (*CreateGerritTriggerUsingPOSTParams) WithGerritTriggerSpec added in v0.4.0

WithGerritTriggerSpec adds the gerritTriggerSpec to the create gerrit trigger using p o s t params

func (*CreateGerritTriggerUsingPOSTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the create gerrit trigger using p o s t params

func (*CreateGerritTriggerUsingPOSTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the create gerrit trigger using p o s t params

func (*CreateGerritTriggerUsingPOSTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CreateGerritTriggerUsingPOSTReader added in v0.4.0

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

CreateGerritTriggerUsingPOSTReader is a Reader for the CreateGerritTriggerUsingPOST structure.

func (*CreateGerritTriggerUsingPOSTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type CreateGerritTriggerUsingPOSTUnauthorized added in v0.4.0

type CreateGerritTriggerUsingPOSTUnauthorized struct {
}

CreateGerritTriggerUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewCreateGerritTriggerUsingPOSTUnauthorized added in v0.4.0

func NewCreateGerritTriggerUsingPOSTUnauthorized() *CreateGerritTriggerUsingPOSTUnauthorized

NewCreateGerritTriggerUsingPOSTUnauthorized creates a CreateGerritTriggerUsingPOSTUnauthorized with default headers values

func (*CreateGerritTriggerUsingPOSTUnauthorized) Error added in v0.4.0

func (*CreateGerritTriggerUsingPOSTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this create gerrit trigger using p o s t unauthorized response has a 4xx status code

func (*CreateGerritTriggerUsingPOSTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this create gerrit trigger using p o s t unauthorized response a status code equal to that given

func (*CreateGerritTriggerUsingPOSTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this create gerrit trigger using p o s t unauthorized response has a 3xx status code

func (*CreateGerritTriggerUsingPOSTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this create gerrit trigger using p o s t unauthorized response has a 5xx status code

func (*CreateGerritTriggerUsingPOSTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this create gerrit trigger using p o s t unauthorized response has a 2xx status code

func (*CreateGerritTriggerUsingPOSTUnauthorized) String added in v0.5.0

type CreateGitWebhookUsingPOSTForbidden added in v0.4.0

type CreateGitWebhookUsingPOSTForbidden struct {
}

CreateGitWebhookUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateGitWebhookUsingPOSTForbidden added in v0.4.0

func NewCreateGitWebhookUsingPOSTForbidden() *CreateGitWebhookUsingPOSTForbidden

NewCreateGitWebhookUsingPOSTForbidden creates a CreateGitWebhookUsingPOSTForbidden with default headers values

func (*CreateGitWebhookUsingPOSTForbidden) Error added in v0.4.0

func (*CreateGitWebhookUsingPOSTForbidden) IsClientError added in v0.5.0

func (o *CreateGitWebhookUsingPOSTForbidden) IsClientError() bool

IsClientError returns true when this create git webhook using p o s t forbidden response has a 4xx status code

func (*CreateGitWebhookUsingPOSTForbidden) IsCode added in v0.5.0

IsCode returns true when this create git webhook using p o s t forbidden response a status code equal to that given

func (*CreateGitWebhookUsingPOSTForbidden) IsRedirect added in v0.5.0

func (o *CreateGitWebhookUsingPOSTForbidden) IsRedirect() bool

IsRedirect returns true when this create git webhook using p o s t forbidden response has a 3xx status code

func (*CreateGitWebhookUsingPOSTForbidden) IsServerError added in v0.5.0

func (o *CreateGitWebhookUsingPOSTForbidden) IsServerError() bool

IsServerError returns true when this create git webhook using p o s t forbidden response has a 5xx status code

func (*CreateGitWebhookUsingPOSTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this create git webhook using p o s t forbidden response has a 2xx status code

func (*CreateGitWebhookUsingPOSTForbidden) String added in v0.5.0

type CreateGitWebhookUsingPOSTInternalServerError added in v0.4.0

type CreateGitWebhookUsingPOSTInternalServerError struct {
}

CreateGitWebhookUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewCreateGitWebhookUsingPOSTInternalServerError added in v0.4.0

func NewCreateGitWebhookUsingPOSTInternalServerError() *CreateGitWebhookUsingPOSTInternalServerError

NewCreateGitWebhookUsingPOSTInternalServerError creates a CreateGitWebhookUsingPOSTInternalServerError with default headers values

func (*CreateGitWebhookUsingPOSTInternalServerError) Error added in v0.4.0

func (*CreateGitWebhookUsingPOSTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this create git webhook using p o s t internal server error response has a 4xx status code

func (*CreateGitWebhookUsingPOSTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this create git webhook using p o s t internal server error response a status code equal to that given

func (*CreateGitWebhookUsingPOSTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this create git webhook using p o s t internal server error response has a 3xx status code

func (*CreateGitWebhookUsingPOSTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this create git webhook using p o s t internal server error response has a 5xx status code

func (*CreateGitWebhookUsingPOSTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this create git webhook using p o s t internal server error response has a 2xx status code

func (*CreateGitWebhookUsingPOSTInternalServerError) String added in v0.5.0

type CreateGitWebhookUsingPOSTNotFound added in v0.4.0

type CreateGitWebhookUsingPOSTNotFound struct {
	Payload *models.Error
}

CreateGitWebhookUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewCreateGitWebhookUsingPOSTNotFound added in v0.4.0

func NewCreateGitWebhookUsingPOSTNotFound() *CreateGitWebhookUsingPOSTNotFound

NewCreateGitWebhookUsingPOSTNotFound creates a CreateGitWebhookUsingPOSTNotFound with default headers values

func (*CreateGitWebhookUsingPOSTNotFound) Error added in v0.4.0

func (*CreateGitWebhookUsingPOSTNotFound) GetPayload added in v0.4.0

func (*CreateGitWebhookUsingPOSTNotFound) IsClientError added in v0.5.0

func (o *CreateGitWebhookUsingPOSTNotFound) IsClientError() bool

IsClientError returns true when this create git webhook using p o s t not found response has a 4xx status code

func (*CreateGitWebhookUsingPOSTNotFound) IsCode added in v0.5.0

func (o *CreateGitWebhookUsingPOSTNotFound) IsCode(code int) bool

IsCode returns true when this create git webhook using p o s t not found response a status code equal to that given

func (*CreateGitWebhookUsingPOSTNotFound) IsRedirect added in v0.5.0

func (o *CreateGitWebhookUsingPOSTNotFound) IsRedirect() bool

IsRedirect returns true when this create git webhook using p o s t not found response has a 3xx status code

func (*CreateGitWebhookUsingPOSTNotFound) IsServerError added in v0.5.0

func (o *CreateGitWebhookUsingPOSTNotFound) IsServerError() bool

IsServerError returns true when this create git webhook using p o s t not found response has a 5xx status code

func (*CreateGitWebhookUsingPOSTNotFound) IsSuccess added in v0.5.0

func (o *CreateGitWebhookUsingPOSTNotFound) IsSuccess() bool

IsSuccess returns true when this create git webhook using p o s t not found response has a 2xx status code

func (*CreateGitWebhookUsingPOSTNotFound) String added in v0.5.0

type CreateGitWebhookUsingPOSTOK added in v0.4.0

type CreateGitWebhookUsingPOSTOK struct {
	Payload models.GitWebhook
}

CreateGitWebhookUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with Git Webhook Creation

func NewCreateGitWebhookUsingPOSTOK added in v0.4.0

func NewCreateGitWebhookUsingPOSTOK() *CreateGitWebhookUsingPOSTOK

NewCreateGitWebhookUsingPOSTOK creates a CreateGitWebhookUsingPOSTOK with default headers values

func (*CreateGitWebhookUsingPOSTOK) Error added in v0.4.0

func (*CreateGitWebhookUsingPOSTOK) GetPayload added in v0.4.0

func (*CreateGitWebhookUsingPOSTOK) IsClientError added in v0.5.0

func (o *CreateGitWebhookUsingPOSTOK) IsClientError() bool

IsClientError returns true when this create git webhook using p o s t o k response has a 4xx status code

func (*CreateGitWebhookUsingPOSTOK) IsCode added in v0.5.0

func (o *CreateGitWebhookUsingPOSTOK) IsCode(code int) bool

IsCode returns true when this create git webhook using p o s t o k response a status code equal to that given

func (*CreateGitWebhookUsingPOSTOK) IsRedirect added in v0.5.0

func (o *CreateGitWebhookUsingPOSTOK) IsRedirect() bool

IsRedirect returns true when this create git webhook using p o s t o k response has a 3xx status code

func (*CreateGitWebhookUsingPOSTOK) IsServerError added in v0.5.0

func (o *CreateGitWebhookUsingPOSTOK) IsServerError() bool

IsServerError returns true when this create git webhook using p o s t o k response has a 5xx status code

func (*CreateGitWebhookUsingPOSTOK) IsSuccess added in v0.5.0

func (o *CreateGitWebhookUsingPOSTOK) IsSuccess() bool

IsSuccess returns true when this create git webhook using p o s t o k response has a 2xx status code

func (*CreateGitWebhookUsingPOSTOK) String added in v0.5.0

func (o *CreateGitWebhookUsingPOSTOK) String() string

type CreateGitWebhookUsingPOSTParams added in v0.4.0

type CreateGitWebhookUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* GitWebhookSpec.

	   gitWebhookSpec
	*/
	GitWebhookSpec models.GitWebhookSpec

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

CreateGitWebhookUsingPOSTParams contains all the parameters to send to the API endpoint

for the create git webhook using p o s t operation.

Typically these are written to a http.Request.

func NewCreateGitWebhookUsingPOSTParams added in v0.4.0

func NewCreateGitWebhookUsingPOSTParams() *CreateGitWebhookUsingPOSTParams

NewCreateGitWebhookUsingPOSTParams creates a new CreateGitWebhookUsingPOSTParams 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 NewCreateGitWebhookUsingPOSTParamsWithContext added in v0.4.0

func NewCreateGitWebhookUsingPOSTParamsWithContext(ctx context.Context) *CreateGitWebhookUsingPOSTParams

NewCreateGitWebhookUsingPOSTParamsWithContext creates a new CreateGitWebhookUsingPOSTParams object with the ability to set a context for a request.

func NewCreateGitWebhookUsingPOSTParamsWithHTTPClient added in v0.4.0

func NewCreateGitWebhookUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateGitWebhookUsingPOSTParams

NewCreateGitWebhookUsingPOSTParamsWithHTTPClient creates a new CreateGitWebhookUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewCreateGitWebhookUsingPOSTParamsWithTimeout added in v0.4.0

func NewCreateGitWebhookUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateGitWebhookUsingPOSTParams

NewCreateGitWebhookUsingPOSTParamsWithTimeout creates a new CreateGitWebhookUsingPOSTParams object with the ability to set a timeout on a request.

func (*CreateGitWebhookUsingPOSTParams) SetAPIVersion added in v0.4.0

func (o *CreateGitWebhookUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the create git webhook using p o s t params

func (*CreateGitWebhookUsingPOSTParams) SetAuthorization added in v0.4.0

func (o *CreateGitWebhookUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the create git webhook using p o s t params

func (*CreateGitWebhookUsingPOSTParams) SetContext added in v0.4.0

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

SetContext adds the context to the create git webhook using p o s t params

func (*CreateGitWebhookUsingPOSTParams) SetDefaults added in v0.4.0

func (o *CreateGitWebhookUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the create git webhook using p o s t params (not the query body).

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

func (*CreateGitWebhookUsingPOSTParams) SetGitWebhookSpec added in v0.4.0

func (o *CreateGitWebhookUsingPOSTParams) SetGitWebhookSpec(gitWebhookSpec models.GitWebhookSpec)

SetGitWebhookSpec adds the gitWebhookSpec to the create git webhook using p o s t params

func (*CreateGitWebhookUsingPOSTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the create git webhook using p o s t params

func (*CreateGitWebhookUsingPOSTParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the create git webhook using p o s t params

func (*CreateGitWebhookUsingPOSTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the create git webhook using p o s t params

func (*CreateGitWebhookUsingPOSTParams) WithAuthorization added in v0.4.0

func (o *CreateGitWebhookUsingPOSTParams) WithAuthorization(authorization string) *CreateGitWebhookUsingPOSTParams

WithAuthorization adds the authorization to the create git webhook using p o s t params

func (*CreateGitWebhookUsingPOSTParams) WithContext added in v0.4.0

WithContext adds the context to the create git webhook using p o s t params

func (*CreateGitWebhookUsingPOSTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the create git webhook using p o s t params (not the query body).

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

func (*CreateGitWebhookUsingPOSTParams) WithGitWebhookSpec added in v0.4.0

WithGitWebhookSpec adds the gitWebhookSpec to the create git webhook using p o s t params

func (*CreateGitWebhookUsingPOSTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the create git webhook using p o s t params

func (*CreateGitWebhookUsingPOSTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the create git webhook using p o s t params

func (*CreateGitWebhookUsingPOSTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CreateGitWebhookUsingPOSTReader added in v0.4.0

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

CreateGitWebhookUsingPOSTReader is a Reader for the CreateGitWebhookUsingPOST structure.

func (*CreateGitWebhookUsingPOSTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type CreateGitWebhookUsingPOSTUnauthorized added in v0.4.0

type CreateGitWebhookUsingPOSTUnauthorized struct {
}

CreateGitWebhookUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewCreateGitWebhookUsingPOSTUnauthorized added in v0.4.0

func NewCreateGitWebhookUsingPOSTUnauthorized() *CreateGitWebhookUsingPOSTUnauthorized

NewCreateGitWebhookUsingPOSTUnauthorized creates a CreateGitWebhookUsingPOSTUnauthorized with default headers values

func (*CreateGitWebhookUsingPOSTUnauthorized) Error added in v0.4.0

func (*CreateGitWebhookUsingPOSTUnauthorized) IsClientError added in v0.5.0

func (o *CreateGitWebhookUsingPOSTUnauthorized) IsClientError() bool

IsClientError returns true when this create git webhook using p o s t unauthorized response has a 4xx status code

func (*CreateGitWebhookUsingPOSTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this create git webhook using p o s t unauthorized response a status code equal to that given

func (*CreateGitWebhookUsingPOSTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this create git webhook using p o s t unauthorized response has a 3xx status code

func (*CreateGitWebhookUsingPOSTUnauthorized) IsServerError added in v0.5.0

func (o *CreateGitWebhookUsingPOSTUnauthorized) IsServerError() bool

IsServerError returns true when this create git webhook using p o s t unauthorized response has a 5xx status code

func (*CreateGitWebhookUsingPOSTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this create git webhook using p o s t unauthorized response has a 2xx status code

func (*CreateGitWebhookUsingPOSTUnauthorized) String added in v0.5.0

type DeleteDockerRegistryEventByIDUsingDELETEForbidden added in v0.4.0

type DeleteDockerRegistryEventByIDUsingDELETEForbidden struct {
}

DeleteDockerRegistryEventByIDUsingDELETEForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteDockerRegistryEventByIDUsingDELETEForbidden added in v0.4.0

func NewDeleteDockerRegistryEventByIDUsingDELETEForbidden() *DeleteDockerRegistryEventByIDUsingDELETEForbidden

NewDeleteDockerRegistryEventByIDUsingDELETEForbidden creates a DeleteDockerRegistryEventByIDUsingDELETEForbidden with default headers values

func (*DeleteDockerRegistryEventByIDUsingDELETEForbidden) Error added in v0.4.0

func (*DeleteDockerRegistryEventByIDUsingDELETEForbidden) IsClientError added in v0.5.0

IsClientError returns true when this delete docker registry event by Id using d e l e t e forbidden response has a 4xx status code

func (*DeleteDockerRegistryEventByIDUsingDELETEForbidden) IsCode added in v0.5.0

IsCode returns true when this delete docker registry event by Id using d e l e t e forbidden response a status code equal to that given

func (*DeleteDockerRegistryEventByIDUsingDELETEForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this delete docker registry event by Id using d e l e t e forbidden response has a 3xx status code

func (*DeleteDockerRegistryEventByIDUsingDELETEForbidden) IsServerError added in v0.5.0

IsServerError returns true when this delete docker registry event by Id using d e l e t e forbidden response has a 5xx status code

func (*DeleteDockerRegistryEventByIDUsingDELETEForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this delete docker registry event by Id using d e l e t e forbidden response has a 2xx status code

func (*DeleteDockerRegistryEventByIDUsingDELETEForbidden) String added in v0.5.0

type DeleteDockerRegistryEventByIDUsingDELETEInternalServerError added in v0.4.0

type DeleteDockerRegistryEventByIDUsingDELETEInternalServerError struct {
}

DeleteDockerRegistryEventByIDUsingDELETEInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewDeleteDockerRegistryEventByIDUsingDELETEInternalServerError added in v0.4.0

func NewDeleteDockerRegistryEventByIDUsingDELETEInternalServerError() *DeleteDockerRegistryEventByIDUsingDELETEInternalServerError

NewDeleteDockerRegistryEventByIDUsingDELETEInternalServerError creates a DeleteDockerRegistryEventByIDUsingDELETEInternalServerError with default headers values

func (*DeleteDockerRegistryEventByIDUsingDELETEInternalServerError) Error added in v0.4.0

func (*DeleteDockerRegistryEventByIDUsingDELETEInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this delete docker registry event by Id using d e l e t e internal server error response has a 4xx status code

func (*DeleteDockerRegistryEventByIDUsingDELETEInternalServerError) IsCode added in v0.5.0

IsCode returns true when this delete docker registry event by Id using d e l e t e internal server error response a status code equal to that given

func (*DeleteDockerRegistryEventByIDUsingDELETEInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this delete docker registry event by Id using d e l e t e internal server error response has a 3xx status code

func (*DeleteDockerRegistryEventByIDUsingDELETEInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this delete docker registry event by Id using d e l e t e internal server error response has a 5xx status code

func (*DeleteDockerRegistryEventByIDUsingDELETEInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this delete docker registry event by Id using d e l e t e internal server error response has a 2xx status code

func (*DeleteDockerRegistryEventByIDUsingDELETEInternalServerError) String added in v0.5.0

type DeleteDockerRegistryEventByIDUsingDELETENotFound added in v0.4.0

type DeleteDockerRegistryEventByIDUsingDELETENotFound struct {
	Payload *models.Error
}

DeleteDockerRegistryEventByIDUsingDELETENotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteDockerRegistryEventByIDUsingDELETENotFound added in v0.4.0

func NewDeleteDockerRegistryEventByIDUsingDELETENotFound() *DeleteDockerRegistryEventByIDUsingDELETENotFound

NewDeleteDockerRegistryEventByIDUsingDELETENotFound creates a DeleteDockerRegistryEventByIDUsingDELETENotFound with default headers values

func (*DeleteDockerRegistryEventByIDUsingDELETENotFound) Error added in v0.4.0

func (*DeleteDockerRegistryEventByIDUsingDELETENotFound) GetPayload added in v0.4.0

func (*DeleteDockerRegistryEventByIDUsingDELETENotFound) IsClientError added in v0.5.0

IsClientError returns true when this delete docker registry event by Id using d e l e t e not found response has a 4xx status code

func (*DeleteDockerRegistryEventByIDUsingDELETENotFound) IsCode added in v0.5.0

IsCode returns true when this delete docker registry event by Id using d e l e t e not found response a status code equal to that given

func (*DeleteDockerRegistryEventByIDUsingDELETENotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this delete docker registry event by Id using d e l e t e not found response has a 3xx status code

func (*DeleteDockerRegistryEventByIDUsingDELETENotFound) IsServerError added in v0.5.0

IsServerError returns true when this delete docker registry event by Id using d e l e t e not found response has a 5xx status code

func (*DeleteDockerRegistryEventByIDUsingDELETENotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this delete docker registry event by Id using d e l e t e not found response has a 2xx status code

func (*DeleteDockerRegistryEventByIDUsingDELETENotFound) String added in v0.5.0

type DeleteDockerRegistryEventByIDUsingDELETEOK added in v0.4.0

type DeleteDockerRegistryEventByIDUsingDELETEOK struct {
	Payload models.DockerRegistryEvent
}

DeleteDockerRegistryEventByIDUsingDELETEOK describes a response with status code 200, with default header values.

'Success' with Delete a Docker Registry Event

func NewDeleteDockerRegistryEventByIDUsingDELETEOK added in v0.4.0

func NewDeleteDockerRegistryEventByIDUsingDELETEOK() *DeleteDockerRegistryEventByIDUsingDELETEOK

NewDeleteDockerRegistryEventByIDUsingDELETEOK creates a DeleteDockerRegistryEventByIDUsingDELETEOK with default headers values

func (*DeleteDockerRegistryEventByIDUsingDELETEOK) Error added in v0.4.0

func (*DeleteDockerRegistryEventByIDUsingDELETEOK) GetPayload added in v0.4.0

func (*DeleteDockerRegistryEventByIDUsingDELETEOK) IsClientError added in v0.5.0

IsClientError returns true when this delete docker registry event by Id using d e l e t e o k response has a 4xx status code

func (*DeleteDockerRegistryEventByIDUsingDELETEOK) IsCode added in v0.5.0

IsCode returns true when this delete docker registry event by Id using d e l e t e o k response a status code equal to that given

func (*DeleteDockerRegistryEventByIDUsingDELETEOK) IsRedirect added in v0.5.0

IsRedirect returns true when this delete docker registry event by Id using d e l e t e o k response has a 3xx status code

func (*DeleteDockerRegistryEventByIDUsingDELETEOK) IsServerError added in v0.5.0

IsServerError returns true when this delete docker registry event by Id using d e l e t e o k response has a 5xx status code

func (*DeleteDockerRegistryEventByIDUsingDELETEOK) IsSuccess added in v0.5.0

IsSuccess returns true when this delete docker registry event by Id using d e l e t e o k response has a 2xx status code

func (*DeleteDockerRegistryEventByIDUsingDELETEOK) String added in v0.5.0

type DeleteDockerRegistryEventByIDUsingDELETEParams added in v0.4.0

type DeleteDockerRegistryEventByIDUsingDELETEParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   id
	*/
	ID string

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

DeleteDockerRegistryEventByIDUsingDELETEParams contains all the parameters to send to the API endpoint

for the delete docker registry event by Id using d e l e t e operation.

Typically these are written to a http.Request.

func NewDeleteDockerRegistryEventByIDUsingDELETEParams added in v0.4.0

func NewDeleteDockerRegistryEventByIDUsingDELETEParams() *DeleteDockerRegistryEventByIDUsingDELETEParams

NewDeleteDockerRegistryEventByIDUsingDELETEParams creates a new DeleteDockerRegistryEventByIDUsingDELETEParams 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 NewDeleteDockerRegistryEventByIDUsingDELETEParamsWithContext added in v0.4.0

func NewDeleteDockerRegistryEventByIDUsingDELETEParamsWithContext(ctx context.Context) *DeleteDockerRegistryEventByIDUsingDELETEParams

NewDeleteDockerRegistryEventByIDUsingDELETEParamsWithContext creates a new DeleteDockerRegistryEventByIDUsingDELETEParams object with the ability to set a context for a request.

func NewDeleteDockerRegistryEventByIDUsingDELETEParamsWithHTTPClient added in v0.4.0

func NewDeleteDockerRegistryEventByIDUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteDockerRegistryEventByIDUsingDELETEParams

NewDeleteDockerRegistryEventByIDUsingDELETEParamsWithHTTPClient creates a new DeleteDockerRegistryEventByIDUsingDELETEParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteDockerRegistryEventByIDUsingDELETEParamsWithTimeout added in v0.4.0

func NewDeleteDockerRegistryEventByIDUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteDockerRegistryEventByIDUsingDELETEParams

NewDeleteDockerRegistryEventByIDUsingDELETEParamsWithTimeout creates a new DeleteDockerRegistryEventByIDUsingDELETEParams object with the ability to set a timeout on a request.

func (*DeleteDockerRegistryEventByIDUsingDELETEParams) SetAPIVersion added in v0.4.0

func (o *DeleteDockerRegistryEventByIDUsingDELETEParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the delete docker registry event by Id using d e l e t e params

func (*DeleteDockerRegistryEventByIDUsingDELETEParams) SetAuthorization added in v0.4.0

func (o *DeleteDockerRegistryEventByIDUsingDELETEParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete docker registry event by Id using d e l e t e params

func (*DeleteDockerRegistryEventByIDUsingDELETEParams) SetContext added in v0.4.0

SetContext adds the context to the delete docker registry event by Id using d e l e t e params

func (*DeleteDockerRegistryEventByIDUsingDELETEParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the delete docker registry event by Id using d e l e t e params (not the query body).

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

func (*DeleteDockerRegistryEventByIDUsingDELETEParams) SetHTTPClient added in v0.4.0

SetHTTPClient adds the HTTPClient to the delete docker registry event by Id using d e l e t e params

func (*DeleteDockerRegistryEventByIDUsingDELETEParams) SetID added in v0.4.0

SetID adds the id to the delete docker registry event by Id using d e l e t e params

func (*DeleteDockerRegistryEventByIDUsingDELETEParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the delete docker registry event by Id using d e l e t e params

func (*DeleteDockerRegistryEventByIDUsingDELETEParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the delete docker registry event by Id using d e l e t e params

func (*DeleteDockerRegistryEventByIDUsingDELETEParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the delete docker registry event by Id using d e l e t e params

func (*DeleteDockerRegistryEventByIDUsingDELETEParams) WithContext added in v0.4.0

WithContext adds the context to the delete docker registry event by Id using d e l e t e params

func (*DeleteDockerRegistryEventByIDUsingDELETEParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the delete docker registry event by Id using d e l e t e params (not the query body).

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

func (*DeleteDockerRegistryEventByIDUsingDELETEParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the delete docker registry event by Id using d e l e t e params

func (*DeleteDockerRegistryEventByIDUsingDELETEParams) WithID added in v0.4.0

WithID adds the id to the delete docker registry event by Id using d e l e t e params

func (*DeleteDockerRegistryEventByIDUsingDELETEParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the delete docker registry event by Id using d e l e t e params

func (*DeleteDockerRegistryEventByIDUsingDELETEParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DeleteDockerRegistryEventByIDUsingDELETEReader added in v0.4.0

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

DeleteDockerRegistryEventByIDUsingDELETEReader is a Reader for the DeleteDockerRegistryEventByIDUsingDELETE structure.

func (*DeleteDockerRegistryEventByIDUsingDELETEReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type DeleteDockerRegistryEventByIDUsingDELETEUnauthorized added in v0.4.0

type DeleteDockerRegistryEventByIDUsingDELETEUnauthorized struct {
}

DeleteDockerRegistryEventByIDUsingDELETEUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewDeleteDockerRegistryEventByIDUsingDELETEUnauthorized added in v0.4.0

func NewDeleteDockerRegistryEventByIDUsingDELETEUnauthorized() *DeleteDockerRegistryEventByIDUsingDELETEUnauthorized

NewDeleteDockerRegistryEventByIDUsingDELETEUnauthorized creates a DeleteDockerRegistryEventByIDUsingDELETEUnauthorized with default headers values

func (*DeleteDockerRegistryEventByIDUsingDELETEUnauthorized) Error added in v0.4.0

func (*DeleteDockerRegistryEventByIDUsingDELETEUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this delete docker registry event by Id using d e l e t e unauthorized response has a 4xx status code

func (*DeleteDockerRegistryEventByIDUsingDELETEUnauthorized) IsCode added in v0.5.0

IsCode returns true when this delete docker registry event by Id using d e l e t e unauthorized response a status code equal to that given

func (*DeleteDockerRegistryEventByIDUsingDELETEUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this delete docker registry event by Id using d e l e t e unauthorized response has a 3xx status code

func (*DeleteDockerRegistryEventByIDUsingDELETEUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this delete docker registry event by Id using d e l e t e unauthorized response has a 5xx status code

func (*DeleteDockerRegistryEventByIDUsingDELETEUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this delete docker registry event by Id using d e l e t e unauthorized response has a 2xx status code

func (*DeleteDockerRegistryEventByIDUsingDELETEUnauthorized) String added in v0.5.0

type DeleteDockerRegistryWebhookByIDUsingDELETEForbidden added in v0.4.0

type DeleteDockerRegistryWebhookByIDUsingDELETEForbidden struct {
}

DeleteDockerRegistryWebhookByIDUsingDELETEForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteDockerRegistryWebhookByIDUsingDELETEForbidden added in v0.4.0

func NewDeleteDockerRegistryWebhookByIDUsingDELETEForbidden() *DeleteDockerRegistryWebhookByIDUsingDELETEForbidden

NewDeleteDockerRegistryWebhookByIDUsingDELETEForbidden creates a DeleteDockerRegistryWebhookByIDUsingDELETEForbidden with default headers values

func (*DeleteDockerRegistryWebhookByIDUsingDELETEForbidden) Error added in v0.4.0

func (*DeleteDockerRegistryWebhookByIDUsingDELETEForbidden) IsClientError added in v0.5.0

IsClientError returns true when this delete docker registry webhook by Id using d e l e t e forbidden response has a 4xx status code

func (*DeleteDockerRegistryWebhookByIDUsingDELETEForbidden) IsCode added in v0.5.0

IsCode returns true when this delete docker registry webhook by Id using d e l e t e forbidden response a status code equal to that given

func (*DeleteDockerRegistryWebhookByIDUsingDELETEForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this delete docker registry webhook by Id using d e l e t e forbidden response has a 3xx status code

func (*DeleteDockerRegistryWebhookByIDUsingDELETEForbidden) IsServerError added in v0.5.0

IsServerError returns true when this delete docker registry webhook by Id using d e l e t e forbidden response has a 5xx status code

func (*DeleteDockerRegistryWebhookByIDUsingDELETEForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this delete docker registry webhook by Id using d e l e t e forbidden response has a 2xx status code

func (*DeleteDockerRegistryWebhookByIDUsingDELETEForbidden) String added in v0.5.0

type DeleteDockerRegistryWebhookByIDUsingDELETEInternalServerError added in v0.4.0

type DeleteDockerRegistryWebhookByIDUsingDELETEInternalServerError struct {
}

DeleteDockerRegistryWebhookByIDUsingDELETEInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewDeleteDockerRegistryWebhookByIDUsingDELETEInternalServerError added in v0.4.0

func NewDeleteDockerRegistryWebhookByIDUsingDELETEInternalServerError() *DeleteDockerRegistryWebhookByIDUsingDELETEInternalServerError

NewDeleteDockerRegistryWebhookByIDUsingDELETEInternalServerError creates a DeleteDockerRegistryWebhookByIDUsingDELETEInternalServerError with default headers values

func (*DeleteDockerRegistryWebhookByIDUsingDELETEInternalServerError) Error added in v0.4.0

func (*DeleteDockerRegistryWebhookByIDUsingDELETEInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this delete docker registry webhook by Id using d e l e t e internal server error response has a 4xx status code

func (*DeleteDockerRegistryWebhookByIDUsingDELETEInternalServerError) IsCode added in v0.5.0

IsCode returns true when this delete docker registry webhook by Id using d e l e t e internal server error response a status code equal to that given

func (*DeleteDockerRegistryWebhookByIDUsingDELETEInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this delete docker registry webhook by Id using d e l e t e internal server error response has a 3xx status code

func (*DeleteDockerRegistryWebhookByIDUsingDELETEInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this delete docker registry webhook by Id using d e l e t e internal server error response has a 5xx status code

func (*DeleteDockerRegistryWebhookByIDUsingDELETEInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this delete docker registry webhook by Id using d e l e t e internal server error response has a 2xx status code

func (*DeleteDockerRegistryWebhookByIDUsingDELETEInternalServerError) String added in v0.5.0

type DeleteDockerRegistryWebhookByIDUsingDELETENotFound added in v0.4.0

type DeleteDockerRegistryWebhookByIDUsingDELETENotFound struct {
	Payload *models.Error
}

DeleteDockerRegistryWebhookByIDUsingDELETENotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteDockerRegistryWebhookByIDUsingDELETENotFound added in v0.4.0

func NewDeleteDockerRegistryWebhookByIDUsingDELETENotFound() *DeleteDockerRegistryWebhookByIDUsingDELETENotFound

NewDeleteDockerRegistryWebhookByIDUsingDELETENotFound creates a DeleteDockerRegistryWebhookByIDUsingDELETENotFound with default headers values

func (*DeleteDockerRegistryWebhookByIDUsingDELETENotFound) Error added in v0.4.0

func (*DeleteDockerRegistryWebhookByIDUsingDELETENotFound) GetPayload added in v0.4.0

func (*DeleteDockerRegistryWebhookByIDUsingDELETENotFound) IsClientError added in v0.5.0

IsClientError returns true when this delete docker registry webhook by Id using d e l e t e not found response has a 4xx status code

func (*DeleteDockerRegistryWebhookByIDUsingDELETENotFound) IsCode added in v0.5.0

IsCode returns true when this delete docker registry webhook by Id using d e l e t e not found response a status code equal to that given

func (*DeleteDockerRegistryWebhookByIDUsingDELETENotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this delete docker registry webhook by Id using d e l e t e not found response has a 3xx status code

func (*DeleteDockerRegistryWebhookByIDUsingDELETENotFound) IsServerError added in v0.5.0

IsServerError returns true when this delete docker registry webhook by Id using d e l e t e not found response has a 5xx status code

func (*DeleteDockerRegistryWebhookByIDUsingDELETENotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this delete docker registry webhook by Id using d e l e t e not found response has a 2xx status code

func (*DeleteDockerRegistryWebhookByIDUsingDELETENotFound) String added in v0.5.0

type DeleteDockerRegistryWebhookByIDUsingDELETEOK added in v0.4.0

type DeleteDockerRegistryWebhookByIDUsingDELETEOK struct {
	Payload models.DockerRegistryWebHook
}

DeleteDockerRegistryWebhookByIDUsingDELETEOK describes a response with status code 200, with default header values.

'Success' with Docker Registry Webhook Delete

func NewDeleteDockerRegistryWebhookByIDUsingDELETEOK added in v0.4.0

func NewDeleteDockerRegistryWebhookByIDUsingDELETEOK() *DeleteDockerRegistryWebhookByIDUsingDELETEOK

NewDeleteDockerRegistryWebhookByIDUsingDELETEOK creates a DeleteDockerRegistryWebhookByIDUsingDELETEOK with default headers values

func (*DeleteDockerRegistryWebhookByIDUsingDELETEOK) Error added in v0.4.0

func (*DeleteDockerRegistryWebhookByIDUsingDELETEOK) GetPayload added in v0.4.0

func (*DeleteDockerRegistryWebhookByIDUsingDELETEOK) IsClientError added in v0.5.0

IsClientError returns true when this delete docker registry webhook by Id using d e l e t e o k response has a 4xx status code

func (*DeleteDockerRegistryWebhookByIDUsingDELETEOK) IsCode added in v0.5.0

IsCode returns true when this delete docker registry webhook by Id using d e l e t e o k response a status code equal to that given

func (*DeleteDockerRegistryWebhookByIDUsingDELETEOK) IsRedirect added in v0.5.0

IsRedirect returns true when this delete docker registry webhook by Id using d e l e t e o k response has a 3xx status code

func (*DeleteDockerRegistryWebhookByIDUsingDELETEOK) IsServerError added in v0.5.0

IsServerError returns true when this delete docker registry webhook by Id using d e l e t e o k response has a 5xx status code

func (*DeleteDockerRegistryWebhookByIDUsingDELETEOK) IsSuccess added in v0.5.0

IsSuccess returns true when this delete docker registry webhook by Id using d e l e t e o k response has a 2xx status code

func (*DeleteDockerRegistryWebhookByIDUsingDELETEOK) String added in v0.5.0

type DeleteDockerRegistryWebhookByIDUsingDELETEParams added in v0.4.0

type DeleteDockerRegistryWebhookByIDUsingDELETEParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   id
	*/
	ID string

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

DeleteDockerRegistryWebhookByIDUsingDELETEParams contains all the parameters to send to the API endpoint

for the delete docker registry webhook by Id using d e l e t e operation.

Typically these are written to a http.Request.

func NewDeleteDockerRegistryWebhookByIDUsingDELETEParams added in v0.4.0

func NewDeleteDockerRegistryWebhookByIDUsingDELETEParams() *DeleteDockerRegistryWebhookByIDUsingDELETEParams

NewDeleteDockerRegistryWebhookByIDUsingDELETEParams creates a new DeleteDockerRegistryWebhookByIDUsingDELETEParams 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 NewDeleteDockerRegistryWebhookByIDUsingDELETEParamsWithContext added in v0.4.0

func NewDeleteDockerRegistryWebhookByIDUsingDELETEParamsWithContext(ctx context.Context) *DeleteDockerRegistryWebhookByIDUsingDELETEParams

NewDeleteDockerRegistryWebhookByIDUsingDELETEParamsWithContext creates a new DeleteDockerRegistryWebhookByIDUsingDELETEParams object with the ability to set a context for a request.

func NewDeleteDockerRegistryWebhookByIDUsingDELETEParamsWithHTTPClient added in v0.4.0

func NewDeleteDockerRegistryWebhookByIDUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteDockerRegistryWebhookByIDUsingDELETEParams

NewDeleteDockerRegistryWebhookByIDUsingDELETEParamsWithHTTPClient creates a new DeleteDockerRegistryWebhookByIDUsingDELETEParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteDockerRegistryWebhookByIDUsingDELETEParamsWithTimeout added in v0.4.0

func NewDeleteDockerRegistryWebhookByIDUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteDockerRegistryWebhookByIDUsingDELETEParams

NewDeleteDockerRegistryWebhookByIDUsingDELETEParamsWithTimeout creates a new DeleteDockerRegistryWebhookByIDUsingDELETEParams object with the ability to set a timeout on a request.

func (*DeleteDockerRegistryWebhookByIDUsingDELETEParams) SetAPIVersion added in v0.4.0

func (o *DeleteDockerRegistryWebhookByIDUsingDELETEParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the delete docker registry webhook by Id using d e l e t e params

func (*DeleteDockerRegistryWebhookByIDUsingDELETEParams) SetAuthorization added in v0.4.0

func (o *DeleteDockerRegistryWebhookByIDUsingDELETEParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete docker registry webhook by Id using d e l e t e params

func (*DeleteDockerRegistryWebhookByIDUsingDELETEParams) SetContext added in v0.4.0

SetContext adds the context to the delete docker registry webhook by Id using d e l e t e params

func (*DeleteDockerRegistryWebhookByIDUsingDELETEParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the delete docker registry webhook by Id using d e l e t e params (not the query body).

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

func (*DeleteDockerRegistryWebhookByIDUsingDELETEParams) SetHTTPClient added in v0.4.0

SetHTTPClient adds the HTTPClient to the delete docker registry webhook by Id using d e l e t e params

func (*DeleteDockerRegistryWebhookByIDUsingDELETEParams) SetID added in v0.4.0

SetID adds the id to the delete docker registry webhook by Id using d e l e t e params

func (*DeleteDockerRegistryWebhookByIDUsingDELETEParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the delete docker registry webhook by Id using d e l e t e params

func (*DeleteDockerRegistryWebhookByIDUsingDELETEParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the delete docker registry webhook by Id using d e l e t e params

func (*DeleteDockerRegistryWebhookByIDUsingDELETEParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the delete docker registry webhook by Id using d e l e t e params

func (*DeleteDockerRegistryWebhookByIDUsingDELETEParams) WithContext added in v0.4.0

WithContext adds the context to the delete docker registry webhook by Id using d e l e t e params

func (*DeleteDockerRegistryWebhookByIDUsingDELETEParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the delete docker registry webhook by Id using d e l e t e params (not the query body).

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

func (*DeleteDockerRegistryWebhookByIDUsingDELETEParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the delete docker registry webhook by Id using d e l e t e params

func (*DeleteDockerRegistryWebhookByIDUsingDELETEParams) WithID added in v0.4.0

WithID adds the id to the delete docker registry webhook by Id using d e l e t e params

func (*DeleteDockerRegistryWebhookByIDUsingDELETEParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the delete docker registry webhook by Id using d e l e t e params

func (*DeleteDockerRegistryWebhookByIDUsingDELETEParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DeleteDockerRegistryWebhookByIDUsingDELETEReader added in v0.4.0

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

DeleteDockerRegistryWebhookByIDUsingDELETEReader is a Reader for the DeleteDockerRegistryWebhookByIDUsingDELETE structure.

func (*DeleteDockerRegistryWebhookByIDUsingDELETEReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type DeleteDockerRegistryWebhookByIDUsingDELETEUnauthorized added in v0.4.0

type DeleteDockerRegistryWebhookByIDUsingDELETEUnauthorized struct {
}

DeleteDockerRegistryWebhookByIDUsingDELETEUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewDeleteDockerRegistryWebhookByIDUsingDELETEUnauthorized added in v0.4.0

func NewDeleteDockerRegistryWebhookByIDUsingDELETEUnauthorized() *DeleteDockerRegistryWebhookByIDUsingDELETEUnauthorized

NewDeleteDockerRegistryWebhookByIDUsingDELETEUnauthorized creates a DeleteDockerRegistryWebhookByIDUsingDELETEUnauthorized with default headers values

func (*DeleteDockerRegistryWebhookByIDUsingDELETEUnauthorized) Error added in v0.4.0

func (*DeleteDockerRegistryWebhookByIDUsingDELETEUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this delete docker registry webhook by Id using d e l e t e unauthorized response has a 4xx status code

func (*DeleteDockerRegistryWebhookByIDUsingDELETEUnauthorized) IsCode added in v0.5.0

IsCode returns true when this delete docker registry webhook by Id using d e l e t e unauthorized response a status code equal to that given

func (*DeleteDockerRegistryWebhookByIDUsingDELETEUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this delete docker registry webhook by Id using d e l e t e unauthorized response has a 3xx status code

func (*DeleteDockerRegistryWebhookByIDUsingDELETEUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this delete docker registry webhook by Id using d e l e t e unauthorized response has a 5xx status code

func (*DeleteDockerRegistryWebhookByIDUsingDELETEUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this delete docker registry webhook by Id using d e l e t e unauthorized response has a 2xx status code

func (*DeleteDockerRegistryWebhookByIDUsingDELETEUnauthorized) String added in v0.5.0

type DeleteDockerRegistryWebhookByNameUsingDELETEForbidden added in v0.4.0

type DeleteDockerRegistryWebhookByNameUsingDELETEForbidden struct {
}

DeleteDockerRegistryWebhookByNameUsingDELETEForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteDockerRegistryWebhookByNameUsingDELETEForbidden added in v0.4.0

func NewDeleteDockerRegistryWebhookByNameUsingDELETEForbidden() *DeleteDockerRegistryWebhookByNameUsingDELETEForbidden

NewDeleteDockerRegistryWebhookByNameUsingDELETEForbidden creates a DeleteDockerRegistryWebhookByNameUsingDELETEForbidden with default headers values

func (*DeleteDockerRegistryWebhookByNameUsingDELETEForbidden) Error added in v0.4.0

func (*DeleteDockerRegistryWebhookByNameUsingDELETEForbidden) IsClientError added in v0.5.0

IsClientError returns true when this delete docker registry webhook by name using d e l e t e forbidden response has a 4xx status code

func (*DeleteDockerRegistryWebhookByNameUsingDELETEForbidden) IsCode added in v0.5.0

IsCode returns true when this delete docker registry webhook by name using d e l e t e forbidden response a status code equal to that given

func (*DeleteDockerRegistryWebhookByNameUsingDELETEForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this delete docker registry webhook by name using d e l e t e forbidden response has a 3xx status code

func (*DeleteDockerRegistryWebhookByNameUsingDELETEForbidden) IsServerError added in v0.5.0

IsServerError returns true when this delete docker registry webhook by name using d e l e t e forbidden response has a 5xx status code

func (*DeleteDockerRegistryWebhookByNameUsingDELETEForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this delete docker registry webhook by name using d e l e t e forbidden response has a 2xx status code

func (*DeleteDockerRegistryWebhookByNameUsingDELETEForbidden) String added in v0.5.0

type DeleteDockerRegistryWebhookByNameUsingDELETEInternalServerError added in v0.4.0

type DeleteDockerRegistryWebhookByNameUsingDELETEInternalServerError struct {
}

DeleteDockerRegistryWebhookByNameUsingDELETEInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewDeleteDockerRegistryWebhookByNameUsingDELETEInternalServerError added in v0.4.0

func NewDeleteDockerRegistryWebhookByNameUsingDELETEInternalServerError() *DeleteDockerRegistryWebhookByNameUsingDELETEInternalServerError

NewDeleteDockerRegistryWebhookByNameUsingDELETEInternalServerError creates a DeleteDockerRegistryWebhookByNameUsingDELETEInternalServerError with default headers values

func (*DeleteDockerRegistryWebhookByNameUsingDELETEInternalServerError) Error added in v0.4.0

func (*DeleteDockerRegistryWebhookByNameUsingDELETEInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this delete docker registry webhook by name using d e l e t e internal server error response has a 4xx status code

func (*DeleteDockerRegistryWebhookByNameUsingDELETEInternalServerError) IsCode added in v0.5.0

IsCode returns true when this delete docker registry webhook by name using d e l e t e internal server error response a status code equal to that given

func (*DeleteDockerRegistryWebhookByNameUsingDELETEInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this delete docker registry webhook by name using d e l e t e internal server error response has a 3xx status code

func (*DeleteDockerRegistryWebhookByNameUsingDELETEInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this delete docker registry webhook by name using d e l e t e internal server error response has a 5xx status code

func (*DeleteDockerRegistryWebhookByNameUsingDELETEInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this delete docker registry webhook by name using d e l e t e internal server error response has a 2xx status code

func (*DeleteDockerRegistryWebhookByNameUsingDELETEInternalServerError) String added in v0.5.0

type DeleteDockerRegistryWebhookByNameUsingDELETENotFound added in v0.4.0

type DeleteDockerRegistryWebhookByNameUsingDELETENotFound struct {
	Payload *models.Error
}

DeleteDockerRegistryWebhookByNameUsingDELETENotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteDockerRegistryWebhookByNameUsingDELETENotFound added in v0.4.0

func NewDeleteDockerRegistryWebhookByNameUsingDELETENotFound() *DeleteDockerRegistryWebhookByNameUsingDELETENotFound

NewDeleteDockerRegistryWebhookByNameUsingDELETENotFound creates a DeleteDockerRegistryWebhookByNameUsingDELETENotFound with default headers values

func (*DeleteDockerRegistryWebhookByNameUsingDELETENotFound) Error added in v0.4.0

func (*DeleteDockerRegistryWebhookByNameUsingDELETENotFound) GetPayload added in v0.4.0

func (*DeleteDockerRegistryWebhookByNameUsingDELETENotFound) IsClientError added in v0.5.0

IsClientError returns true when this delete docker registry webhook by name using d e l e t e not found response has a 4xx status code

func (*DeleteDockerRegistryWebhookByNameUsingDELETENotFound) IsCode added in v0.5.0

IsCode returns true when this delete docker registry webhook by name using d e l e t e not found response a status code equal to that given

func (*DeleteDockerRegistryWebhookByNameUsingDELETENotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this delete docker registry webhook by name using d e l e t e not found response has a 3xx status code

func (*DeleteDockerRegistryWebhookByNameUsingDELETENotFound) IsServerError added in v0.5.0

IsServerError returns true when this delete docker registry webhook by name using d e l e t e not found response has a 5xx status code

func (*DeleteDockerRegistryWebhookByNameUsingDELETENotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this delete docker registry webhook by name using d e l e t e not found response has a 2xx status code

func (*DeleteDockerRegistryWebhookByNameUsingDELETENotFound) String added in v0.5.0

type DeleteDockerRegistryWebhookByNameUsingDELETEOK added in v0.4.0

type DeleteDockerRegistryWebhookByNameUsingDELETEOK struct {
	Payload models.DockerRegistryWebHook
}

DeleteDockerRegistryWebhookByNameUsingDELETEOK describes a response with status code 200, with default header values.

'Success' with Docker Registry Webhook Delete

func NewDeleteDockerRegistryWebhookByNameUsingDELETEOK added in v0.4.0

func NewDeleteDockerRegistryWebhookByNameUsingDELETEOK() *DeleteDockerRegistryWebhookByNameUsingDELETEOK

NewDeleteDockerRegistryWebhookByNameUsingDELETEOK creates a DeleteDockerRegistryWebhookByNameUsingDELETEOK with default headers values

func (*DeleteDockerRegistryWebhookByNameUsingDELETEOK) Error added in v0.4.0

func (*DeleteDockerRegistryWebhookByNameUsingDELETEOK) GetPayload added in v0.4.0

func (*DeleteDockerRegistryWebhookByNameUsingDELETEOK) IsClientError added in v0.5.0

IsClientError returns true when this delete docker registry webhook by name using d e l e t e o k response has a 4xx status code

func (*DeleteDockerRegistryWebhookByNameUsingDELETEOK) IsCode added in v0.5.0

IsCode returns true when this delete docker registry webhook by name using d e l e t e o k response a status code equal to that given

func (*DeleteDockerRegistryWebhookByNameUsingDELETEOK) IsRedirect added in v0.5.0

IsRedirect returns true when this delete docker registry webhook by name using d e l e t e o k response has a 3xx status code

func (*DeleteDockerRegistryWebhookByNameUsingDELETEOK) IsServerError added in v0.5.0

IsServerError returns true when this delete docker registry webhook by name using d e l e t e o k response has a 5xx status code

func (*DeleteDockerRegistryWebhookByNameUsingDELETEOK) IsSuccess added in v0.5.0

IsSuccess returns true when this delete docker registry webhook by name using d e l e t e o k response has a 2xx status code

func (*DeleteDockerRegistryWebhookByNameUsingDELETEOK) String added in v0.5.0

type DeleteDockerRegistryWebhookByNameUsingDELETEParams added in v0.4.0

type DeleteDockerRegistryWebhookByNameUsingDELETEParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Name.

	   name
	*/
	Name string

	/* Project.

	   project
	*/
	Project string

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

DeleteDockerRegistryWebhookByNameUsingDELETEParams contains all the parameters to send to the API endpoint

for the delete docker registry webhook by name using d e l e t e operation.

Typically these are written to a http.Request.

func NewDeleteDockerRegistryWebhookByNameUsingDELETEParams added in v0.4.0

func NewDeleteDockerRegistryWebhookByNameUsingDELETEParams() *DeleteDockerRegistryWebhookByNameUsingDELETEParams

NewDeleteDockerRegistryWebhookByNameUsingDELETEParams creates a new DeleteDockerRegistryWebhookByNameUsingDELETEParams 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 NewDeleteDockerRegistryWebhookByNameUsingDELETEParamsWithContext added in v0.4.0

func NewDeleteDockerRegistryWebhookByNameUsingDELETEParamsWithContext(ctx context.Context) *DeleteDockerRegistryWebhookByNameUsingDELETEParams

NewDeleteDockerRegistryWebhookByNameUsingDELETEParamsWithContext creates a new DeleteDockerRegistryWebhookByNameUsingDELETEParams object with the ability to set a context for a request.

func NewDeleteDockerRegistryWebhookByNameUsingDELETEParamsWithHTTPClient added in v0.4.0

func NewDeleteDockerRegistryWebhookByNameUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteDockerRegistryWebhookByNameUsingDELETEParams

NewDeleteDockerRegistryWebhookByNameUsingDELETEParamsWithHTTPClient creates a new DeleteDockerRegistryWebhookByNameUsingDELETEParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteDockerRegistryWebhookByNameUsingDELETEParamsWithTimeout added in v0.4.0

func NewDeleteDockerRegistryWebhookByNameUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteDockerRegistryWebhookByNameUsingDELETEParams

NewDeleteDockerRegistryWebhookByNameUsingDELETEParamsWithTimeout creates a new DeleteDockerRegistryWebhookByNameUsingDELETEParams object with the ability to set a timeout on a request.

func (*DeleteDockerRegistryWebhookByNameUsingDELETEParams) SetAPIVersion added in v0.4.0

func (o *DeleteDockerRegistryWebhookByNameUsingDELETEParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the delete docker registry webhook by name using d e l e t e params

func (*DeleteDockerRegistryWebhookByNameUsingDELETEParams) SetAuthorization added in v0.4.0

func (o *DeleteDockerRegistryWebhookByNameUsingDELETEParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete docker registry webhook by name using d e l e t e params

func (*DeleteDockerRegistryWebhookByNameUsingDELETEParams) SetContext added in v0.4.0

SetContext adds the context to the delete docker registry webhook by name using d e l e t e params

func (*DeleteDockerRegistryWebhookByNameUsingDELETEParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the delete docker registry webhook by name using d e l e t e params (not the query body).

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

func (*DeleteDockerRegistryWebhookByNameUsingDELETEParams) SetHTTPClient added in v0.4.0

SetHTTPClient adds the HTTPClient to the delete docker registry webhook by name using d e l e t e params

func (*DeleteDockerRegistryWebhookByNameUsingDELETEParams) SetName added in v0.4.0

SetName adds the name to the delete docker registry webhook by name using d e l e t e params

func (*DeleteDockerRegistryWebhookByNameUsingDELETEParams) SetProject added in v0.4.0

SetProject adds the project to the delete docker registry webhook by name using d e l e t e params

func (*DeleteDockerRegistryWebhookByNameUsingDELETEParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the delete docker registry webhook by name using d e l e t e params

func (*DeleteDockerRegistryWebhookByNameUsingDELETEParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the delete docker registry webhook by name using d e l e t e params

func (*DeleteDockerRegistryWebhookByNameUsingDELETEParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the delete docker registry webhook by name using d e l e t e params

func (*DeleteDockerRegistryWebhookByNameUsingDELETEParams) WithContext added in v0.4.0

WithContext adds the context to the delete docker registry webhook by name using d e l e t e params

func (*DeleteDockerRegistryWebhookByNameUsingDELETEParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the delete docker registry webhook by name using d e l e t e params (not the query body).

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

func (*DeleteDockerRegistryWebhookByNameUsingDELETEParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the delete docker registry webhook by name using d e l e t e params

func (*DeleteDockerRegistryWebhookByNameUsingDELETEParams) WithName added in v0.4.0

WithName adds the name to the delete docker registry webhook by name using d e l e t e params

func (*DeleteDockerRegistryWebhookByNameUsingDELETEParams) WithProject added in v0.4.0

WithProject adds the project to the delete docker registry webhook by name using d e l e t e params

func (*DeleteDockerRegistryWebhookByNameUsingDELETEParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the delete docker registry webhook by name using d e l e t e params

func (*DeleteDockerRegistryWebhookByNameUsingDELETEParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DeleteDockerRegistryWebhookByNameUsingDELETEReader added in v0.4.0

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

DeleteDockerRegistryWebhookByNameUsingDELETEReader is a Reader for the DeleteDockerRegistryWebhookByNameUsingDELETE structure.

func (*DeleteDockerRegistryWebhookByNameUsingDELETEReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type DeleteDockerRegistryWebhookByNameUsingDELETEUnauthorized added in v0.4.0

type DeleteDockerRegistryWebhookByNameUsingDELETEUnauthorized struct {
}

DeleteDockerRegistryWebhookByNameUsingDELETEUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewDeleteDockerRegistryWebhookByNameUsingDELETEUnauthorized added in v0.4.0

func NewDeleteDockerRegistryWebhookByNameUsingDELETEUnauthorized() *DeleteDockerRegistryWebhookByNameUsingDELETEUnauthorized

NewDeleteDockerRegistryWebhookByNameUsingDELETEUnauthorized creates a DeleteDockerRegistryWebhookByNameUsingDELETEUnauthorized with default headers values

func (*DeleteDockerRegistryWebhookByNameUsingDELETEUnauthorized) Error added in v0.4.0

func (*DeleteDockerRegistryWebhookByNameUsingDELETEUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this delete docker registry webhook by name using d e l e t e unauthorized response has a 4xx status code

func (*DeleteDockerRegistryWebhookByNameUsingDELETEUnauthorized) IsCode added in v0.5.0

IsCode returns true when this delete docker registry webhook by name using d e l e t e unauthorized response a status code equal to that given

func (*DeleteDockerRegistryWebhookByNameUsingDELETEUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this delete docker registry webhook by name using d e l e t e unauthorized response has a 3xx status code

func (*DeleteDockerRegistryWebhookByNameUsingDELETEUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this delete docker registry webhook by name using d e l e t e unauthorized response has a 5xx status code

func (*DeleteDockerRegistryWebhookByNameUsingDELETEUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this delete docker registry webhook by name using d e l e t e unauthorized response has a 2xx status code

func (*DeleteDockerRegistryWebhookByNameUsingDELETEUnauthorized) String added in v0.5.0

type DeleteGerritEventByIDUsingDELETEForbidden added in v0.4.0

type DeleteGerritEventByIDUsingDELETEForbidden struct {
}

DeleteGerritEventByIDUsingDELETEForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteGerritEventByIDUsingDELETEForbidden added in v0.4.0

func NewDeleteGerritEventByIDUsingDELETEForbidden() *DeleteGerritEventByIDUsingDELETEForbidden

NewDeleteGerritEventByIDUsingDELETEForbidden creates a DeleteGerritEventByIDUsingDELETEForbidden with default headers values

func (*DeleteGerritEventByIDUsingDELETEForbidden) Error added in v0.4.0

func (*DeleteGerritEventByIDUsingDELETEForbidden) IsClientError added in v0.5.0

IsClientError returns true when this delete gerrit event by Id using d e l e t e forbidden response has a 4xx status code

func (*DeleteGerritEventByIDUsingDELETEForbidden) IsCode added in v0.5.0

IsCode returns true when this delete gerrit event by Id using d e l e t e forbidden response a status code equal to that given

func (*DeleteGerritEventByIDUsingDELETEForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit event by Id using d e l e t e forbidden response has a 3xx status code

func (*DeleteGerritEventByIDUsingDELETEForbidden) IsServerError added in v0.5.0

IsServerError returns true when this delete gerrit event by Id using d e l e t e forbidden response has a 5xx status code

func (*DeleteGerritEventByIDUsingDELETEForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit event by Id using d e l e t e forbidden response has a 2xx status code

func (*DeleteGerritEventByIDUsingDELETEForbidden) String added in v0.5.0

type DeleteGerritEventByIDUsingDELETEInternalServerError added in v0.4.0

type DeleteGerritEventByIDUsingDELETEInternalServerError struct {
}

DeleteGerritEventByIDUsingDELETEInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewDeleteGerritEventByIDUsingDELETEInternalServerError added in v0.4.0

func NewDeleteGerritEventByIDUsingDELETEInternalServerError() *DeleteGerritEventByIDUsingDELETEInternalServerError

NewDeleteGerritEventByIDUsingDELETEInternalServerError creates a DeleteGerritEventByIDUsingDELETEInternalServerError with default headers values

func (*DeleteGerritEventByIDUsingDELETEInternalServerError) Error added in v0.4.0

func (*DeleteGerritEventByIDUsingDELETEInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this delete gerrit event by Id using d e l e t e internal server error response has a 4xx status code

func (*DeleteGerritEventByIDUsingDELETEInternalServerError) IsCode added in v0.5.0

IsCode returns true when this delete gerrit event by Id using d e l e t e internal server error response a status code equal to that given

func (*DeleteGerritEventByIDUsingDELETEInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit event by Id using d e l e t e internal server error response has a 3xx status code

func (*DeleteGerritEventByIDUsingDELETEInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this delete gerrit event by Id using d e l e t e internal server error response has a 5xx status code

func (*DeleteGerritEventByIDUsingDELETEInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit event by Id using d e l e t e internal server error response has a 2xx status code

func (*DeleteGerritEventByIDUsingDELETEInternalServerError) String added in v0.5.0

type DeleteGerritEventByIDUsingDELETENotFound added in v0.4.0

type DeleteGerritEventByIDUsingDELETENotFound struct {
	Payload *models.Error
}

DeleteGerritEventByIDUsingDELETENotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteGerritEventByIDUsingDELETENotFound added in v0.4.0

func NewDeleteGerritEventByIDUsingDELETENotFound() *DeleteGerritEventByIDUsingDELETENotFound

NewDeleteGerritEventByIDUsingDELETENotFound creates a DeleteGerritEventByIDUsingDELETENotFound with default headers values

func (*DeleteGerritEventByIDUsingDELETENotFound) Error added in v0.4.0

func (*DeleteGerritEventByIDUsingDELETENotFound) GetPayload added in v0.4.0

func (*DeleteGerritEventByIDUsingDELETENotFound) IsClientError added in v0.5.0

IsClientError returns true when this delete gerrit event by Id using d e l e t e not found response has a 4xx status code

func (*DeleteGerritEventByIDUsingDELETENotFound) IsCode added in v0.5.0

IsCode returns true when this delete gerrit event by Id using d e l e t e not found response a status code equal to that given

func (*DeleteGerritEventByIDUsingDELETENotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit event by Id using d e l e t e not found response has a 3xx status code

func (*DeleteGerritEventByIDUsingDELETENotFound) IsServerError added in v0.5.0

IsServerError returns true when this delete gerrit event by Id using d e l e t e not found response has a 5xx status code

func (*DeleteGerritEventByIDUsingDELETENotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit event by Id using d e l e t e not found response has a 2xx status code

func (*DeleteGerritEventByIDUsingDELETENotFound) String added in v0.5.0

type DeleteGerritEventByIDUsingDELETEOK added in v0.4.0

type DeleteGerritEventByIDUsingDELETEOK struct {
	Payload models.GerritEvent
}

DeleteGerritEventByIDUsingDELETEOK describes a response with status code 200, with default header values.

'Success' with Delete a Gerrit Event

func NewDeleteGerritEventByIDUsingDELETEOK added in v0.4.0

func NewDeleteGerritEventByIDUsingDELETEOK() *DeleteGerritEventByIDUsingDELETEOK

NewDeleteGerritEventByIDUsingDELETEOK creates a DeleteGerritEventByIDUsingDELETEOK with default headers values

func (*DeleteGerritEventByIDUsingDELETEOK) Error added in v0.4.0

func (*DeleteGerritEventByIDUsingDELETEOK) GetPayload added in v0.4.0

func (*DeleteGerritEventByIDUsingDELETEOK) IsClientError added in v0.5.0

func (o *DeleteGerritEventByIDUsingDELETEOK) IsClientError() bool

IsClientError returns true when this delete gerrit event by Id using d e l e t e o k response has a 4xx status code

func (*DeleteGerritEventByIDUsingDELETEOK) IsCode added in v0.5.0

IsCode returns true when this delete gerrit event by Id using d e l e t e o k response a status code equal to that given

func (*DeleteGerritEventByIDUsingDELETEOK) IsRedirect added in v0.5.0

func (o *DeleteGerritEventByIDUsingDELETEOK) IsRedirect() bool

IsRedirect returns true when this delete gerrit event by Id using d e l e t e o k response has a 3xx status code

func (*DeleteGerritEventByIDUsingDELETEOK) IsServerError added in v0.5.0

func (o *DeleteGerritEventByIDUsingDELETEOK) IsServerError() bool

IsServerError returns true when this delete gerrit event by Id using d e l e t e o k response has a 5xx status code

func (*DeleteGerritEventByIDUsingDELETEOK) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit event by Id using d e l e t e o k response has a 2xx status code

func (*DeleteGerritEventByIDUsingDELETEOK) String added in v0.5.0

type DeleteGerritEventByIDUsingDELETEParams added in v0.4.0

type DeleteGerritEventByIDUsingDELETEParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   id
	*/
	ID string

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

DeleteGerritEventByIDUsingDELETEParams contains all the parameters to send to the API endpoint

for the delete gerrit event by Id using d e l e t e operation.

Typically these are written to a http.Request.

func NewDeleteGerritEventByIDUsingDELETEParams added in v0.4.0

func NewDeleteGerritEventByIDUsingDELETEParams() *DeleteGerritEventByIDUsingDELETEParams

NewDeleteGerritEventByIDUsingDELETEParams creates a new DeleteGerritEventByIDUsingDELETEParams 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 NewDeleteGerritEventByIDUsingDELETEParamsWithContext added in v0.4.0

func NewDeleteGerritEventByIDUsingDELETEParamsWithContext(ctx context.Context) *DeleteGerritEventByIDUsingDELETEParams

NewDeleteGerritEventByIDUsingDELETEParamsWithContext creates a new DeleteGerritEventByIDUsingDELETEParams object with the ability to set a context for a request.

func NewDeleteGerritEventByIDUsingDELETEParamsWithHTTPClient added in v0.4.0

func NewDeleteGerritEventByIDUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteGerritEventByIDUsingDELETEParams

NewDeleteGerritEventByIDUsingDELETEParamsWithHTTPClient creates a new DeleteGerritEventByIDUsingDELETEParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteGerritEventByIDUsingDELETEParamsWithTimeout added in v0.4.0

func NewDeleteGerritEventByIDUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteGerritEventByIDUsingDELETEParams

NewDeleteGerritEventByIDUsingDELETEParamsWithTimeout creates a new DeleteGerritEventByIDUsingDELETEParams object with the ability to set a timeout on a request.

func (*DeleteGerritEventByIDUsingDELETEParams) SetAPIVersion added in v0.4.0

func (o *DeleteGerritEventByIDUsingDELETEParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the delete gerrit event by Id using d e l e t e params

func (*DeleteGerritEventByIDUsingDELETEParams) SetAuthorization added in v0.4.0

func (o *DeleteGerritEventByIDUsingDELETEParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete gerrit event by Id using d e l e t e params

func (*DeleteGerritEventByIDUsingDELETEParams) SetContext added in v0.4.0

SetContext adds the context to the delete gerrit event by Id using d e l e t e params

func (*DeleteGerritEventByIDUsingDELETEParams) SetDefaults added in v0.4.0

func (o *DeleteGerritEventByIDUsingDELETEParams) SetDefaults()

SetDefaults hydrates default values in the delete gerrit event by Id using d e l e t e params (not the query body).

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

func (*DeleteGerritEventByIDUsingDELETEParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the delete gerrit event by Id using d e l e t e params

func (*DeleteGerritEventByIDUsingDELETEParams) SetID added in v0.4.0

SetID adds the id to the delete gerrit event by Id using d e l e t e params

func (*DeleteGerritEventByIDUsingDELETEParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the delete gerrit event by Id using d e l e t e params

func (*DeleteGerritEventByIDUsingDELETEParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the delete gerrit event by Id using d e l e t e params

func (*DeleteGerritEventByIDUsingDELETEParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the delete gerrit event by Id using d e l e t e params

func (*DeleteGerritEventByIDUsingDELETEParams) WithContext added in v0.4.0

WithContext adds the context to the delete gerrit event by Id using d e l e t e params

func (*DeleteGerritEventByIDUsingDELETEParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the delete gerrit event by Id using d e l e t e params (not the query body).

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

func (*DeleteGerritEventByIDUsingDELETEParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the delete gerrit event by Id using d e l e t e params

func (*DeleteGerritEventByIDUsingDELETEParams) WithID added in v0.4.0

WithID adds the id to the delete gerrit event by Id using d e l e t e params

func (*DeleteGerritEventByIDUsingDELETEParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the delete gerrit event by Id using d e l e t e params

func (*DeleteGerritEventByIDUsingDELETEParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DeleteGerritEventByIDUsingDELETEReader added in v0.4.0

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

DeleteGerritEventByIDUsingDELETEReader is a Reader for the DeleteGerritEventByIDUsingDELETE structure.

func (*DeleteGerritEventByIDUsingDELETEReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type DeleteGerritEventByIDUsingDELETEUnauthorized added in v0.4.0

type DeleteGerritEventByIDUsingDELETEUnauthorized struct {
}

DeleteGerritEventByIDUsingDELETEUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewDeleteGerritEventByIDUsingDELETEUnauthorized added in v0.4.0

func NewDeleteGerritEventByIDUsingDELETEUnauthorized() *DeleteGerritEventByIDUsingDELETEUnauthorized

NewDeleteGerritEventByIDUsingDELETEUnauthorized creates a DeleteGerritEventByIDUsingDELETEUnauthorized with default headers values

func (*DeleteGerritEventByIDUsingDELETEUnauthorized) Error added in v0.4.0

func (*DeleteGerritEventByIDUsingDELETEUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this delete gerrit event by Id using d e l e t e unauthorized response has a 4xx status code

func (*DeleteGerritEventByIDUsingDELETEUnauthorized) IsCode added in v0.5.0

IsCode returns true when this delete gerrit event by Id using d e l e t e unauthorized response a status code equal to that given

func (*DeleteGerritEventByIDUsingDELETEUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit event by Id using d e l e t e unauthorized response has a 3xx status code

func (*DeleteGerritEventByIDUsingDELETEUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this delete gerrit event by Id using d e l e t e unauthorized response has a 5xx status code

func (*DeleteGerritEventByIDUsingDELETEUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit event by Id using d e l e t e unauthorized response has a 2xx status code

func (*DeleteGerritEventByIDUsingDELETEUnauthorized) String added in v0.5.0

type DeleteGerritListenerByIDUsingDELETEForbidden added in v0.4.0

type DeleteGerritListenerByIDUsingDELETEForbidden struct {
}

DeleteGerritListenerByIDUsingDELETEForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteGerritListenerByIDUsingDELETEForbidden added in v0.4.0

func NewDeleteGerritListenerByIDUsingDELETEForbidden() *DeleteGerritListenerByIDUsingDELETEForbidden

NewDeleteGerritListenerByIDUsingDELETEForbidden creates a DeleteGerritListenerByIDUsingDELETEForbidden with default headers values

func (*DeleteGerritListenerByIDUsingDELETEForbidden) Error added in v0.4.0

func (*DeleteGerritListenerByIDUsingDELETEForbidden) IsClientError added in v0.5.0

IsClientError returns true when this delete gerrit listener by Id using d e l e t e forbidden response has a 4xx status code

func (*DeleteGerritListenerByIDUsingDELETEForbidden) IsCode added in v0.5.0

IsCode returns true when this delete gerrit listener by Id using d e l e t e forbidden response a status code equal to that given

func (*DeleteGerritListenerByIDUsingDELETEForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit listener by Id using d e l e t e forbidden response has a 3xx status code

func (*DeleteGerritListenerByIDUsingDELETEForbidden) IsServerError added in v0.5.0

IsServerError returns true when this delete gerrit listener by Id using d e l e t e forbidden response has a 5xx status code

func (*DeleteGerritListenerByIDUsingDELETEForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit listener by Id using d e l e t e forbidden response has a 2xx status code

func (*DeleteGerritListenerByIDUsingDELETEForbidden) String added in v0.5.0

type DeleteGerritListenerByIDUsingDELETEInternalServerError added in v0.4.0

type DeleteGerritListenerByIDUsingDELETEInternalServerError struct {
}

DeleteGerritListenerByIDUsingDELETEInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewDeleteGerritListenerByIDUsingDELETEInternalServerError added in v0.4.0

func NewDeleteGerritListenerByIDUsingDELETEInternalServerError() *DeleteGerritListenerByIDUsingDELETEInternalServerError

NewDeleteGerritListenerByIDUsingDELETEInternalServerError creates a DeleteGerritListenerByIDUsingDELETEInternalServerError with default headers values

func (*DeleteGerritListenerByIDUsingDELETEInternalServerError) Error added in v0.4.0

func (*DeleteGerritListenerByIDUsingDELETEInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this delete gerrit listener by Id using d e l e t e internal server error response has a 4xx status code

func (*DeleteGerritListenerByIDUsingDELETEInternalServerError) IsCode added in v0.5.0

IsCode returns true when this delete gerrit listener by Id using d e l e t e internal server error response a status code equal to that given

func (*DeleteGerritListenerByIDUsingDELETEInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit listener by Id using d e l e t e internal server error response has a 3xx status code

func (*DeleteGerritListenerByIDUsingDELETEInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this delete gerrit listener by Id using d e l e t e internal server error response has a 5xx status code

func (*DeleteGerritListenerByIDUsingDELETEInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit listener by Id using d e l e t e internal server error response has a 2xx status code

func (*DeleteGerritListenerByIDUsingDELETEInternalServerError) String added in v0.5.0

type DeleteGerritListenerByIDUsingDELETENotFound added in v0.4.0

type DeleteGerritListenerByIDUsingDELETENotFound struct {
	Payload *models.Error
}

DeleteGerritListenerByIDUsingDELETENotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteGerritListenerByIDUsingDELETENotFound added in v0.4.0

func NewDeleteGerritListenerByIDUsingDELETENotFound() *DeleteGerritListenerByIDUsingDELETENotFound

NewDeleteGerritListenerByIDUsingDELETENotFound creates a DeleteGerritListenerByIDUsingDELETENotFound with default headers values

func (*DeleteGerritListenerByIDUsingDELETENotFound) Error added in v0.4.0

func (*DeleteGerritListenerByIDUsingDELETENotFound) GetPayload added in v0.4.0

func (*DeleteGerritListenerByIDUsingDELETENotFound) IsClientError added in v0.5.0

IsClientError returns true when this delete gerrit listener by Id using d e l e t e not found response has a 4xx status code

func (*DeleteGerritListenerByIDUsingDELETENotFound) IsCode added in v0.5.0

IsCode returns true when this delete gerrit listener by Id using d e l e t e not found response a status code equal to that given

func (*DeleteGerritListenerByIDUsingDELETENotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit listener by Id using d e l e t e not found response has a 3xx status code

func (*DeleteGerritListenerByIDUsingDELETENotFound) IsServerError added in v0.5.0

IsServerError returns true when this delete gerrit listener by Id using d e l e t e not found response has a 5xx status code

func (*DeleteGerritListenerByIDUsingDELETENotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit listener by Id using d e l e t e not found response has a 2xx status code

func (*DeleteGerritListenerByIDUsingDELETENotFound) String added in v0.5.0

type DeleteGerritListenerByIDUsingDELETEOK added in v0.4.0

type DeleteGerritListenerByIDUsingDELETEOK struct {
	Payload models.GerritListener
}

DeleteGerritListenerByIDUsingDELETEOK describes a response with status code 200, with default header values.

'Success' with Gerrit Listener Delete

func NewDeleteGerritListenerByIDUsingDELETEOK added in v0.4.0

func NewDeleteGerritListenerByIDUsingDELETEOK() *DeleteGerritListenerByIDUsingDELETEOK

NewDeleteGerritListenerByIDUsingDELETEOK creates a DeleteGerritListenerByIDUsingDELETEOK with default headers values

func (*DeleteGerritListenerByIDUsingDELETEOK) Error added in v0.4.0

func (*DeleteGerritListenerByIDUsingDELETEOK) GetPayload added in v0.4.0

func (*DeleteGerritListenerByIDUsingDELETEOK) IsClientError added in v0.5.0

func (o *DeleteGerritListenerByIDUsingDELETEOK) IsClientError() bool

IsClientError returns true when this delete gerrit listener by Id using d e l e t e o k response has a 4xx status code

func (*DeleteGerritListenerByIDUsingDELETEOK) IsCode added in v0.5.0

IsCode returns true when this delete gerrit listener by Id using d e l e t e o k response a status code equal to that given

func (*DeleteGerritListenerByIDUsingDELETEOK) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit listener by Id using d e l e t e o k response has a 3xx status code

func (*DeleteGerritListenerByIDUsingDELETEOK) IsServerError added in v0.5.0

func (o *DeleteGerritListenerByIDUsingDELETEOK) IsServerError() bool

IsServerError returns true when this delete gerrit listener by Id using d e l e t e o k response has a 5xx status code

func (*DeleteGerritListenerByIDUsingDELETEOK) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit listener by Id using d e l e t e o k response has a 2xx status code

func (*DeleteGerritListenerByIDUsingDELETEOK) String added in v0.5.0

type DeleteGerritListenerByIDUsingDELETEParams added in v0.4.0

type DeleteGerritListenerByIDUsingDELETEParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   id
	*/
	ID string

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

DeleteGerritListenerByIDUsingDELETEParams contains all the parameters to send to the API endpoint

for the delete gerrit listener by Id using d e l e t e operation.

Typically these are written to a http.Request.

func NewDeleteGerritListenerByIDUsingDELETEParams added in v0.4.0

func NewDeleteGerritListenerByIDUsingDELETEParams() *DeleteGerritListenerByIDUsingDELETEParams

NewDeleteGerritListenerByIDUsingDELETEParams creates a new DeleteGerritListenerByIDUsingDELETEParams 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 NewDeleteGerritListenerByIDUsingDELETEParamsWithContext added in v0.4.0

func NewDeleteGerritListenerByIDUsingDELETEParamsWithContext(ctx context.Context) *DeleteGerritListenerByIDUsingDELETEParams

NewDeleteGerritListenerByIDUsingDELETEParamsWithContext creates a new DeleteGerritListenerByIDUsingDELETEParams object with the ability to set a context for a request.

func NewDeleteGerritListenerByIDUsingDELETEParamsWithHTTPClient added in v0.4.0

func NewDeleteGerritListenerByIDUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteGerritListenerByIDUsingDELETEParams

NewDeleteGerritListenerByIDUsingDELETEParamsWithHTTPClient creates a new DeleteGerritListenerByIDUsingDELETEParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteGerritListenerByIDUsingDELETEParamsWithTimeout added in v0.4.0

func NewDeleteGerritListenerByIDUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteGerritListenerByIDUsingDELETEParams

NewDeleteGerritListenerByIDUsingDELETEParamsWithTimeout creates a new DeleteGerritListenerByIDUsingDELETEParams object with the ability to set a timeout on a request.

func (*DeleteGerritListenerByIDUsingDELETEParams) SetAPIVersion added in v0.4.0

func (o *DeleteGerritListenerByIDUsingDELETEParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the delete gerrit listener by Id using d e l e t e params

func (*DeleteGerritListenerByIDUsingDELETEParams) SetAuthorization added in v0.4.0

func (o *DeleteGerritListenerByIDUsingDELETEParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete gerrit listener by Id using d e l e t e params

func (*DeleteGerritListenerByIDUsingDELETEParams) SetContext added in v0.4.0

SetContext adds the context to the delete gerrit listener by Id using d e l e t e params

func (*DeleteGerritListenerByIDUsingDELETEParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the delete gerrit listener by Id using d e l e t e params (not the query body).

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

func (*DeleteGerritListenerByIDUsingDELETEParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the delete gerrit listener by Id using d e l e t e params

func (*DeleteGerritListenerByIDUsingDELETEParams) SetID added in v0.4.0

SetID adds the id to the delete gerrit listener by Id using d e l e t e params

func (*DeleteGerritListenerByIDUsingDELETEParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the delete gerrit listener by Id using d e l e t e params

func (*DeleteGerritListenerByIDUsingDELETEParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the delete gerrit listener by Id using d e l e t e params

func (*DeleteGerritListenerByIDUsingDELETEParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the delete gerrit listener by Id using d e l e t e params

func (*DeleteGerritListenerByIDUsingDELETEParams) WithContext added in v0.4.0

WithContext adds the context to the delete gerrit listener by Id using d e l e t e params

func (*DeleteGerritListenerByIDUsingDELETEParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the delete gerrit listener by Id using d e l e t e params (not the query body).

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

func (*DeleteGerritListenerByIDUsingDELETEParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the delete gerrit listener by Id using d e l e t e params

func (*DeleteGerritListenerByIDUsingDELETEParams) WithID added in v0.4.0

WithID adds the id to the delete gerrit listener by Id using d e l e t e params

func (*DeleteGerritListenerByIDUsingDELETEParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the delete gerrit listener by Id using d e l e t e params

func (*DeleteGerritListenerByIDUsingDELETEParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DeleteGerritListenerByIDUsingDELETEReader added in v0.4.0

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

DeleteGerritListenerByIDUsingDELETEReader is a Reader for the DeleteGerritListenerByIDUsingDELETE structure.

func (*DeleteGerritListenerByIDUsingDELETEReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type DeleteGerritListenerByIDUsingDELETEUnauthorized added in v0.4.0

type DeleteGerritListenerByIDUsingDELETEUnauthorized struct {
}

DeleteGerritListenerByIDUsingDELETEUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewDeleteGerritListenerByIDUsingDELETEUnauthorized added in v0.4.0

func NewDeleteGerritListenerByIDUsingDELETEUnauthorized() *DeleteGerritListenerByIDUsingDELETEUnauthorized

NewDeleteGerritListenerByIDUsingDELETEUnauthorized creates a DeleteGerritListenerByIDUsingDELETEUnauthorized with default headers values

func (*DeleteGerritListenerByIDUsingDELETEUnauthorized) Error added in v0.4.0

func (*DeleteGerritListenerByIDUsingDELETEUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this delete gerrit listener by Id using d e l e t e unauthorized response has a 4xx status code

func (*DeleteGerritListenerByIDUsingDELETEUnauthorized) IsCode added in v0.5.0

IsCode returns true when this delete gerrit listener by Id using d e l e t e unauthorized response a status code equal to that given

func (*DeleteGerritListenerByIDUsingDELETEUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit listener by Id using d e l e t e unauthorized response has a 3xx status code

func (*DeleteGerritListenerByIDUsingDELETEUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this delete gerrit listener by Id using d e l e t e unauthorized response has a 5xx status code

func (*DeleteGerritListenerByIDUsingDELETEUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit listener by Id using d e l e t e unauthorized response has a 2xx status code

func (*DeleteGerritListenerByIDUsingDELETEUnauthorized) String added in v0.5.0

type DeleteGerritListenerByNameUsingDELETEForbidden added in v0.4.0

type DeleteGerritListenerByNameUsingDELETEForbidden struct {
}

DeleteGerritListenerByNameUsingDELETEForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteGerritListenerByNameUsingDELETEForbidden added in v0.4.0

func NewDeleteGerritListenerByNameUsingDELETEForbidden() *DeleteGerritListenerByNameUsingDELETEForbidden

NewDeleteGerritListenerByNameUsingDELETEForbidden creates a DeleteGerritListenerByNameUsingDELETEForbidden with default headers values

func (*DeleteGerritListenerByNameUsingDELETEForbidden) Error added in v0.4.0

func (*DeleteGerritListenerByNameUsingDELETEForbidden) IsClientError added in v0.5.0

IsClientError returns true when this delete gerrit listener by name using d e l e t e forbidden response has a 4xx status code

func (*DeleteGerritListenerByNameUsingDELETEForbidden) IsCode added in v0.5.0

IsCode returns true when this delete gerrit listener by name using d e l e t e forbidden response a status code equal to that given

func (*DeleteGerritListenerByNameUsingDELETEForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit listener by name using d e l e t e forbidden response has a 3xx status code

func (*DeleteGerritListenerByNameUsingDELETEForbidden) IsServerError added in v0.5.0

IsServerError returns true when this delete gerrit listener by name using d e l e t e forbidden response has a 5xx status code

func (*DeleteGerritListenerByNameUsingDELETEForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit listener by name using d e l e t e forbidden response has a 2xx status code

func (*DeleteGerritListenerByNameUsingDELETEForbidden) String added in v0.5.0

type DeleteGerritListenerByNameUsingDELETEInternalServerError added in v0.4.0

type DeleteGerritListenerByNameUsingDELETEInternalServerError struct {
}

DeleteGerritListenerByNameUsingDELETEInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewDeleteGerritListenerByNameUsingDELETEInternalServerError added in v0.4.0

func NewDeleteGerritListenerByNameUsingDELETEInternalServerError() *DeleteGerritListenerByNameUsingDELETEInternalServerError

NewDeleteGerritListenerByNameUsingDELETEInternalServerError creates a DeleteGerritListenerByNameUsingDELETEInternalServerError with default headers values

func (*DeleteGerritListenerByNameUsingDELETEInternalServerError) Error added in v0.4.0

func (*DeleteGerritListenerByNameUsingDELETEInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this delete gerrit listener by name using d e l e t e internal server error response has a 4xx status code

func (*DeleteGerritListenerByNameUsingDELETEInternalServerError) IsCode added in v0.5.0

IsCode returns true when this delete gerrit listener by name using d e l e t e internal server error response a status code equal to that given

func (*DeleteGerritListenerByNameUsingDELETEInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit listener by name using d e l e t e internal server error response has a 3xx status code

func (*DeleteGerritListenerByNameUsingDELETEInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this delete gerrit listener by name using d e l e t e internal server error response has a 5xx status code

func (*DeleteGerritListenerByNameUsingDELETEInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit listener by name using d e l e t e internal server error response has a 2xx status code

func (*DeleteGerritListenerByNameUsingDELETEInternalServerError) String added in v0.5.0

type DeleteGerritListenerByNameUsingDELETENotFound added in v0.4.0

type DeleteGerritListenerByNameUsingDELETENotFound struct {
	Payload *models.Error
}

DeleteGerritListenerByNameUsingDELETENotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteGerritListenerByNameUsingDELETENotFound added in v0.4.0

func NewDeleteGerritListenerByNameUsingDELETENotFound() *DeleteGerritListenerByNameUsingDELETENotFound

NewDeleteGerritListenerByNameUsingDELETENotFound creates a DeleteGerritListenerByNameUsingDELETENotFound with default headers values

func (*DeleteGerritListenerByNameUsingDELETENotFound) Error added in v0.4.0

func (*DeleteGerritListenerByNameUsingDELETENotFound) GetPayload added in v0.4.0

func (*DeleteGerritListenerByNameUsingDELETENotFound) IsClientError added in v0.5.0

IsClientError returns true when this delete gerrit listener by name using d e l e t e not found response has a 4xx status code

func (*DeleteGerritListenerByNameUsingDELETENotFound) IsCode added in v0.5.0

IsCode returns true when this delete gerrit listener by name using d e l e t e not found response a status code equal to that given

func (*DeleteGerritListenerByNameUsingDELETENotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit listener by name using d e l e t e not found response has a 3xx status code

func (*DeleteGerritListenerByNameUsingDELETENotFound) IsServerError added in v0.5.0

IsServerError returns true when this delete gerrit listener by name using d e l e t e not found response has a 5xx status code

func (*DeleteGerritListenerByNameUsingDELETENotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit listener by name using d e l e t e not found response has a 2xx status code

func (*DeleteGerritListenerByNameUsingDELETENotFound) String added in v0.5.0

type DeleteGerritListenerByNameUsingDELETEOK added in v0.4.0

type DeleteGerritListenerByNameUsingDELETEOK struct {
	Payload models.GerritListener
}

DeleteGerritListenerByNameUsingDELETEOK describes a response with status code 200, with default header values.

'Success' with Gerrit Listener Delete

func NewDeleteGerritListenerByNameUsingDELETEOK added in v0.4.0

func NewDeleteGerritListenerByNameUsingDELETEOK() *DeleteGerritListenerByNameUsingDELETEOK

NewDeleteGerritListenerByNameUsingDELETEOK creates a DeleteGerritListenerByNameUsingDELETEOK with default headers values

func (*DeleteGerritListenerByNameUsingDELETEOK) Error added in v0.4.0

func (*DeleteGerritListenerByNameUsingDELETEOK) GetPayload added in v0.4.0

func (*DeleteGerritListenerByNameUsingDELETEOK) IsClientError added in v0.5.0

func (o *DeleteGerritListenerByNameUsingDELETEOK) IsClientError() bool

IsClientError returns true when this delete gerrit listener by name using d e l e t e o k response has a 4xx status code

func (*DeleteGerritListenerByNameUsingDELETEOK) IsCode added in v0.5.0

IsCode returns true when this delete gerrit listener by name using d e l e t e o k response a status code equal to that given

func (*DeleteGerritListenerByNameUsingDELETEOK) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit listener by name using d e l e t e o k response has a 3xx status code

func (*DeleteGerritListenerByNameUsingDELETEOK) IsServerError added in v0.5.0

func (o *DeleteGerritListenerByNameUsingDELETEOK) IsServerError() bool

IsServerError returns true when this delete gerrit listener by name using d e l e t e o k response has a 5xx status code

func (*DeleteGerritListenerByNameUsingDELETEOK) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit listener by name using d e l e t e o k response has a 2xx status code

func (*DeleteGerritListenerByNameUsingDELETEOK) String added in v0.5.0

type DeleteGerritListenerByNameUsingDELETEParams added in v0.4.0

type DeleteGerritListenerByNameUsingDELETEParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Name.

	   name
	*/
	Name string

	/* Project.

	   project
	*/
	Project string

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

DeleteGerritListenerByNameUsingDELETEParams contains all the parameters to send to the API endpoint

for the delete gerrit listener by name using d e l e t e operation.

Typically these are written to a http.Request.

func NewDeleteGerritListenerByNameUsingDELETEParams added in v0.4.0

func NewDeleteGerritListenerByNameUsingDELETEParams() *DeleteGerritListenerByNameUsingDELETEParams

NewDeleteGerritListenerByNameUsingDELETEParams creates a new DeleteGerritListenerByNameUsingDELETEParams 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 NewDeleteGerritListenerByNameUsingDELETEParamsWithContext added in v0.4.0

func NewDeleteGerritListenerByNameUsingDELETEParamsWithContext(ctx context.Context) *DeleteGerritListenerByNameUsingDELETEParams

NewDeleteGerritListenerByNameUsingDELETEParamsWithContext creates a new DeleteGerritListenerByNameUsingDELETEParams object with the ability to set a context for a request.

func NewDeleteGerritListenerByNameUsingDELETEParamsWithHTTPClient added in v0.4.0

func NewDeleteGerritListenerByNameUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteGerritListenerByNameUsingDELETEParams

NewDeleteGerritListenerByNameUsingDELETEParamsWithHTTPClient creates a new DeleteGerritListenerByNameUsingDELETEParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteGerritListenerByNameUsingDELETEParamsWithTimeout added in v0.4.0

func NewDeleteGerritListenerByNameUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteGerritListenerByNameUsingDELETEParams

NewDeleteGerritListenerByNameUsingDELETEParamsWithTimeout creates a new DeleteGerritListenerByNameUsingDELETEParams object with the ability to set a timeout on a request.

func (*DeleteGerritListenerByNameUsingDELETEParams) SetAPIVersion added in v0.4.0

func (o *DeleteGerritListenerByNameUsingDELETEParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the delete gerrit listener by name using d e l e t e params

func (*DeleteGerritListenerByNameUsingDELETEParams) SetAuthorization added in v0.4.0

func (o *DeleteGerritListenerByNameUsingDELETEParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete gerrit listener by name using d e l e t e params

func (*DeleteGerritListenerByNameUsingDELETEParams) SetContext added in v0.4.0

SetContext adds the context to the delete gerrit listener by name using d e l e t e params

func (*DeleteGerritListenerByNameUsingDELETEParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the delete gerrit listener by name using d e l e t e params (not the query body).

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

func (*DeleteGerritListenerByNameUsingDELETEParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the delete gerrit listener by name using d e l e t e params

func (*DeleteGerritListenerByNameUsingDELETEParams) SetName added in v0.4.0

SetName adds the name to the delete gerrit listener by name using d e l e t e params

func (*DeleteGerritListenerByNameUsingDELETEParams) SetProject added in v0.4.0

func (o *DeleteGerritListenerByNameUsingDELETEParams) SetProject(project string)

SetProject adds the project to the delete gerrit listener by name using d e l e t e params

func (*DeleteGerritListenerByNameUsingDELETEParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the delete gerrit listener by name using d e l e t e params

func (*DeleteGerritListenerByNameUsingDELETEParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the delete gerrit listener by name using d e l e t e params

func (*DeleteGerritListenerByNameUsingDELETEParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the delete gerrit listener by name using d e l e t e params

func (*DeleteGerritListenerByNameUsingDELETEParams) WithContext added in v0.4.0

WithContext adds the context to the delete gerrit listener by name using d e l e t e params

func (*DeleteGerritListenerByNameUsingDELETEParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the delete gerrit listener by name using d e l e t e params (not the query body).

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

func (*DeleteGerritListenerByNameUsingDELETEParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the delete gerrit listener by name using d e l e t e params

func (*DeleteGerritListenerByNameUsingDELETEParams) WithName added in v0.4.0

WithName adds the name to the delete gerrit listener by name using d e l e t e params

func (*DeleteGerritListenerByNameUsingDELETEParams) WithProject added in v0.4.0

WithProject adds the project to the delete gerrit listener by name using d e l e t e params

func (*DeleteGerritListenerByNameUsingDELETEParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the delete gerrit listener by name using d e l e t e params

func (*DeleteGerritListenerByNameUsingDELETEParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DeleteGerritListenerByNameUsingDELETEReader added in v0.4.0

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

DeleteGerritListenerByNameUsingDELETEReader is a Reader for the DeleteGerritListenerByNameUsingDELETE structure.

func (*DeleteGerritListenerByNameUsingDELETEReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type DeleteGerritListenerByNameUsingDELETEUnauthorized added in v0.4.0

type DeleteGerritListenerByNameUsingDELETEUnauthorized struct {
}

DeleteGerritListenerByNameUsingDELETEUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewDeleteGerritListenerByNameUsingDELETEUnauthorized added in v0.4.0

func NewDeleteGerritListenerByNameUsingDELETEUnauthorized() *DeleteGerritListenerByNameUsingDELETEUnauthorized

NewDeleteGerritListenerByNameUsingDELETEUnauthorized creates a DeleteGerritListenerByNameUsingDELETEUnauthorized with default headers values

func (*DeleteGerritListenerByNameUsingDELETEUnauthorized) Error added in v0.4.0

func (*DeleteGerritListenerByNameUsingDELETEUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this delete gerrit listener by name using d e l e t e unauthorized response has a 4xx status code

func (*DeleteGerritListenerByNameUsingDELETEUnauthorized) IsCode added in v0.5.0

IsCode returns true when this delete gerrit listener by name using d e l e t e unauthorized response a status code equal to that given

func (*DeleteGerritListenerByNameUsingDELETEUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit listener by name using d e l e t e unauthorized response has a 3xx status code

func (*DeleteGerritListenerByNameUsingDELETEUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this delete gerrit listener by name using d e l e t e unauthorized response has a 5xx status code

func (*DeleteGerritListenerByNameUsingDELETEUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit listener by name using d e l e t e unauthorized response has a 2xx status code

func (*DeleteGerritListenerByNameUsingDELETEUnauthorized) String added in v0.5.0

type DeleteGerritTriggerByIDUsingDELETEForbidden added in v0.4.0

type DeleteGerritTriggerByIDUsingDELETEForbidden struct {
}

DeleteGerritTriggerByIDUsingDELETEForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteGerritTriggerByIDUsingDELETEForbidden added in v0.4.0

func NewDeleteGerritTriggerByIDUsingDELETEForbidden() *DeleteGerritTriggerByIDUsingDELETEForbidden

NewDeleteGerritTriggerByIDUsingDELETEForbidden creates a DeleteGerritTriggerByIDUsingDELETEForbidden with default headers values

func (*DeleteGerritTriggerByIDUsingDELETEForbidden) Error added in v0.4.0

func (*DeleteGerritTriggerByIDUsingDELETEForbidden) IsClientError added in v0.5.0

IsClientError returns true when this delete gerrit trigger by Id using d e l e t e forbidden response has a 4xx status code

func (*DeleteGerritTriggerByIDUsingDELETEForbidden) IsCode added in v0.5.0

IsCode returns true when this delete gerrit trigger by Id using d e l e t e forbidden response a status code equal to that given

func (*DeleteGerritTriggerByIDUsingDELETEForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit trigger by Id using d e l e t e forbidden response has a 3xx status code

func (*DeleteGerritTriggerByIDUsingDELETEForbidden) IsServerError added in v0.5.0

IsServerError returns true when this delete gerrit trigger by Id using d e l e t e forbidden response has a 5xx status code

func (*DeleteGerritTriggerByIDUsingDELETEForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit trigger by Id using d e l e t e forbidden response has a 2xx status code

func (*DeleteGerritTriggerByIDUsingDELETEForbidden) String added in v0.5.0

type DeleteGerritTriggerByIDUsingDELETEInternalServerError added in v0.4.0

type DeleteGerritTriggerByIDUsingDELETEInternalServerError struct {
}

DeleteGerritTriggerByIDUsingDELETEInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewDeleteGerritTriggerByIDUsingDELETEInternalServerError added in v0.4.0

func NewDeleteGerritTriggerByIDUsingDELETEInternalServerError() *DeleteGerritTriggerByIDUsingDELETEInternalServerError

NewDeleteGerritTriggerByIDUsingDELETEInternalServerError creates a DeleteGerritTriggerByIDUsingDELETEInternalServerError with default headers values

func (*DeleteGerritTriggerByIDUsingDELETEInternalServerError) Error added in v0.4.0

func (*DeleteGerritTriggerByIDUsingDELETEInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this delete gerrit trigger by Id using d e l e t e internal server error response has a 4xx status code

func (*DeleteGerritTriggerByIDUsingDELETEInternalServerError) IsCode added in v0.5.0

IsCode returns true when this delete gerrit trigger by Id using d e l e t e internal server error response a status code equal to that given

func (*DeleteGerritTriggerByIDUsingDELETEInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit trigger by Id using d e l e t e internal server error response has a 3xx status code

func (*DeleteGerritTriggerByIDUsingDELETEInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this delete gerrit trigger by Id using d e l e t e internal server error response has a 5xx status code

func (*DeleteGerritTriggerByIDUsingDELETEInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit trigger by Id using d e l e t e internal server error response has a 2xx status code

func (*DeleteGerritTriggerByIDUsingDELETEInternalServerError) String added in v0.5.0

type DeleteGerritTriggerByIDUsingDELETENotFound added in v0.4.0

type DeleteGerritTriggerByIDUsingDELETENotFound struct {
	Payload *models.Error
}

DeleteGerritTriggerByIDUsingDELETENotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteGerritTriggerByIDUsingDELETENotFound added in v0.4.0

func NewDeleteGerritTriggerByIDUsingDELETENotFound() *DeleteGerritTriggerByIDUsingDELETENotFound

NewDeleteGerritTriggerByIDUsingDELETENotFound creates a DeleteGerritTriggerByIDUsingDELETENotFound with default headers values

func (*DeleteGerritTriggerByIDUsingDELETENotFound) Error added in v0.4.0

func (*DeleteGerritTriggerByIDUsingDELETENotFound) GetPayload added in v0.4.0

func (*DeleteGerritTriggerByIDUsingDELETENotFound) IsClientError added in v0.5.0

IsClientError returns true when this delete gerrit trigger by Id using d e l e t e not found response has a 4xx status code

func (*DeleteGerritTriggerByIDUsingDELETENotFound) IsCode added in v0.5.0

IsCode returns true when this delete gerrit trigger by Id using d e l e t e not found response a status code equal to that given

func (*DeleteGerritTriggerByIDUsingDELETENotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit trigger by Id using d e l e t e not found response has a 3xx status code

func (*DeleteGerritTriggerByIDUsingDELETENotFound) IsServerError added in v0.5.0

IsServerError returns true when this delete gerrit trigger by Id using d e l e t e not found response has a 5xx status code

func (*DeleteGerritTriggerByIDUsingDELETENotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit trigger by Id using d e l e t e not found response has a 2xx status code

func (*DeleteGerritTriggerByIDUsingDELETENotFound) String added in v0.5.0

type DeleteGerritTriggerByIDUsingDELETEOK added in v0.4.0

type DeleteGerritTriggerByIDUsingDELETEOK struct {
	Payload models.GerritTrigger
}

DeleteGerritTriggerByIDUsingDELETEOK describes a response with status code 200, with default header values.

'Success' with Gerrit Trigger Delete

func NewDeleteGerritTriggerByIDUsingDELETEOK added in v0.4.0

func NewDeleteGerritTriggerByIDUsingDELETEOK() *DeleteGerritTriggerByIDUsingDELETEOK

NewDeleteGerritTriggerByIDUsingDELETEOK creates a DeleteGerritTriggerByIDUsingDELETEOK with default headers values

func (*DeleteGerritTriggerByIDUsingDELETEOK) Error added in v0.4.0

func (*DeleteGerritTriggerByIDUsingDELETEOK) GetPayload added in v0.4.0

func (*DeleteGerritTriggerByIDUsingDELETEOK) IsClientError added in v0.5.0

func (o *DeleteGerritTriggerByIDUsingDELETEOK) IsClientError() bool

IsClientError returns true when this delete gerrit trigger by Id using d e l e t e o k response has a 4xx status code

func (*DeleteGerritTriggerByIDUsingDELETEOK) IsCode added in v0.5.0

IsCode returns true when this delete gerrit trigger by Id using d e l e t e o k response a status code equal to that given

func (*DeleteGerritTriggerByIDUsingDELETEOK) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit trigger by Id using d e l e t e o k response has a 3xx status code

func (*DeleteGerritTriggerByIDUsingDELETEOK) IsServerError added in v0.5.0

func (o *DeleteGerritTriggerByIDUsingDELETEOK) IsServerError() bool

IsServerError returns true when this delete gerrit trigger by Id using d e l e t e o k response has a 5xx status code

func (*DeleteGerritTriggerByIDUsingDELETEOK) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit trigger by Id using d e l e t e o k response has a 2xx status code

func (*DeleteGerritTriggerByIDUsingDELETEOK) String added in v0.5.0

type DeleteGerritTriggerByIDUsingDELETEParams added in v0.4.0

type DeleteGerritTriggerByIDUsingDELETEParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   id
	*/
	ID string

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

DeleteGerritTriggerByIDUsingDELETEParams contains all the parameters to send to the API endpoint

for the delete gerrit trigger by Id using d e l e t e operation.

Typically these are written to a http.Request.

func NewDeleteGerritTriggerByIDUsingDELETEParams added in v0.4.0

func NewDeleteGerritTriggerByIDUsingDELETEParams() *DeleteGerritTriggerByIDUsingDELETEParams

NewDeleteGerritTriggerByIDUsingDELETEParams creates a new DeleteGerritTriggerByIDUsingDELETEParams 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 NewDeleteGerritTriggerByIDUsingDELETEParamsWithContext added in v0.4.0

func NewDeleteGerritTriggerByIDUsingDELETEParamsWithContext(ctx context.Context) *DeleteGerritTriggerByIDUsingDELETEParams

NewDeleteGerritTriggerByIDUsingDELETEParamsWithContext creates a new DeleteGerritTriggerByIDUsingDELETEParams object with the ability to set a context for a request.

func NewDeleteGerritTriggerByIDUsingDELETEParamsWithHTTPClient added in v0.4.0

func NewDeleteGerritTriggerByIDUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteGerritTriggerByIDUsingDELETEParams

NewDeleteGerritTriggerByIDUsingDELETEParamsWithHTTPClient creates a new DeleteGerritTriggerByIDUsingDELETEParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteGerritTriggerByIDUsingDELETEParamsWithTimeout added in v0.4.0

func NewDeleteGerritTriggerByIDUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteGerritTriggerByIDUsingDELETEParams

NewDeleteGerritTriggerByIDUsingDELETEParamsWithTimeout creates a new DeleteGerritTriggerByIDUsingDELETEParams object with the ability to set a timeout on a request.

func (*DeleteGerritTriggerByIDUsingDELETEParams) SetAPIVersion added in v0.4.0

func (o *DeleteGerritTriggerByIDUsingDELETEParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the delete gerrit trigger by Id using d e l e t e params

func (*DeleteGerritTriggerByIDUsingDELETEParams) SetAuthorization added in v0.4.0

func (o *DeleteGerritTriggerByIDUsingDELETEParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete gerrit trigger by Id using d e l e t e params

func (*DeleteGerritTriggerByIDUsingDELETEParams) SetContext added in v0.4.0

SetContext adds the context to the delete gerrit trigger by Id using d e l e t e params

func (*DeleteGerritTriggerByIDUsingDELETEParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the delete gerrit trigger by Id using d e l e t e params (not the query body).

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

func (*DeleteGerritTriggerByIDUsingDELETEParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the delete gerrit trigger by Id using d e l e t e params

func (*DeleteGerritTriggerByIDUsingDELETEParams) SetID added in v0.4.0

SetID adds the id to the delete gerrit trigger by Id using d e l e t e params

func (*DeleteGerritTriggerByIDUsingDELETEParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the delete gerrit trigger by Id using d e l e t e params

func (*DeleteGerritTriggerByIDUsingDELETEParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the delete gerrit trigger by Id using d e l e t e params

func (*DeleteGerritTriggerByIDUsingDELETEParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the delete gerrit trigger by Id using d e l e t e params

func (*DeleteGerritTriggerByIDUsingDELETEParams) WithContext added in v0.4.0

WithContext adds the context to the delete gerrit trigger by Id using d e l e t e params

func (*DeleteGerritTriggerByIDUsingDELETEParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the delete gerrit trigger by Id using d e l e t e params (not the query body).

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

func (*DeleteGerritTriggerByIDUsingDELETEParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the delete gerrit trigger by Id using d e l e t e params

func (*DeleteGerritTriggerByIDUsingDELETEParams) WithID added in v0.4.0

WithID adds the id to the delete gerrit trigger by Id using d e l e t e params

func (*DeleteGerritTriggerByIDUsingDELETEParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the delete gerrit trigger by Id using d e l e t e params

func (*DeleteGerritTriggerByIDUsingDELETEParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DeleteGerritTriggerByIDUsingDELETEReader added in v0.4.0

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

DeleteGerritTriggerByIDUsingDELETEReader is a Reader for the DeleteGerritTriggerByIDUsingDELETE structure.

func (*DeleteGerritTriggerByIDUsingDELETEReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type DeleteGerritTriggerByIDUsingDELETEUnauthorized added in v0.4.0

type DeleteGerritTriggerByIDUsingDELETEUnauthorized struct {
}

DeleteGerritTriggerByIDUsingDELETEUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewDeleteGerritTriggerByIDUsingDELETEUnauthorized added in v0.4.0

func NewDeleteGerritTriggerByIDUsingDELETEUnauthorized() *DeleteGerritTriggerByIDUsingDELETEUnauthorized

NewDeleteGerritTriggerByIDUsingDELETEUnauthorized creates a DeleteGerritTriggerByIDUsingDELETEUnauthorized with default headers values

func (*DeleteGerritTriggerByIDUsingDELETEUnauthorized) Error added in v0.4.0

func (*DeleteGerritTriggerByIDUsingDELETEUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this delete gerrit trigger by Id using d e l e t e unauthorized response has a 4xx status code

func (*DeleteGerritTriggerByIDUsingDELETEUnauthorized) IsCode added in v0.5.0

IsCode returns true when this delete gerrit trigger by Id using d e l e t e unauthorized response a status code equal to that given

func (*DeleteGerritTriggerByIDUsingDELETEUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit trigger by Id using d e l e t e unauthorized response has a 3xx status code

func (*DeleteGerritTriggerByIDUsingDELETEUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this delete gerrit trigger by Id using d e l e t e unauthorized response has a 5xx status code

func (*DeleteGerritTriggerByIDUsingDELETEUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit trigger by Id using d e l e t e unauthorized response has a 2xx status code

func (*DeleteGerritTriggerByIDUsingDELETEUnauthorized) String added in v0.5.0

type DeleteGerritTriggerByNameUsingDELETEForbidden added in v0.4.0

type DeleteGerritTriggerByNameUsingDELETEForbidden struct {
}

DeleteGerritTriggerByNameUsingDELETEForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteGerritTriggerByNameUsingDELETEForbidden added in v0.4.0

func NewDeleteGerritTriggerByNameUsingDELETEForbidden() *DeleteGerritTriggerByNameUsingDELETEForbidden

NewDeleteGerritTriggerByNameUsingDELETEForbidden creates a DeleteGerritTriggerByNameUsingDELETEForbidden with default headers values

func (*DeleteGerritTriggerByNameUsingDELETEForbidden) Error added in v0.4.0

func (*DeleteGerritTriggerByNameUsingDELETEForbidden) IsClientError added in v0.5.0

IsClientError returns true when this delete gerrit trigger by name using d e l e t e forbidden response has a 4xx status code

func (*DeleteGerritTriggerByNameUsingDELETEForbidden) IsCode added in v0.5.0

IsCode returns true when this delete gerrit trigger by name using d e l e t e forbidden response a status code equal to that given

func (*DeleteGerritTriggerByNameUsingDELETEForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit trigger by name using d e l e t e forbidden response has a 3xx status code

func (*DeleteGerritTriggerByNameUsingDELETEForbidden) IsServerError added in v0.5.0

IsServerError returns true when this delete gerrit trigger by name using d e l e t e forbidden response has a 5xx status code

func (*DeleteGerritTriggerByNameUsingDELETEForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit trigger by name using d e l e t e forbidden response has a 2xx status code

func (*DeleteGerritTriggerByNameUsingDELETEForbidden) String added in v0.5.0

type DeleteGerritTriggerByNameUsingDELETEInternalServerError added in v0.4.0

type DeleteGerritTriggerByNameUsingDELETEInternalServerError struct {
}

DeleteGerritTriggerByNameUsingDELETEInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewDeleteGerritTriggerByNameUsingDELETEInternalServerError added in v0.4.0

func NewDeleteGerritTriggerByNameUsingDELETEInternalServerError() *DeleteGerritTriggerByNameUsingDELETEInternalServerError

NewDeleteGerritTriggerByNameUsingDELETEInternalServerError creates a DeleteGerritTriggerByNameUsingDELETEInternalServerError with default headers values

func (*DeleteGerritTriggerByNameUsingDELETEInternalServerError) Error added in v0.4.0

func (*DeleteGerritTriggerByNameUsingDELETEInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this delete gerrit trigger by name using d e l e t e internal server error response has a 4xx status code

func (*DeleteGerritTriggerByNameUsingDELETEInternalServerError) IsCode added in v0.5.0

IsCode returns true when this delete gerrit trigger by name using d e l e t e internal server error response a status code equal to that given

func (*DeleteGerritTriggerByNameUsingDELETEInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit trigger by name using d e l e t e internal server error response has a 3xx status code

func (*DeleteGerritTriggerByNameUsingDELETEInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this delete gerrit trigger by name using d e l e t e internal server error response has a 5xx status code

func (*DeleteGerritTriggerByNameUsingDELETEInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit trigger by name using d e l e t e internal server error response has a 2xx status code

func (*DeleteGerritTriggerByNameUsingDELETEInternalServerError) String added in v0.5.0

type DeleteGerritTriggerByNameUsingDELETENotFound added in v0.4.0

type DeleteGerritTriggerByNameUsingDELETENotFound struct {
	Payload *models.Error
}

DeleteGerritTriggerByNameUsingDELETENotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteGerritTriggerByNameUsingDELETENotFound added in v0.4.0

func NewDeleteGerritTriggerByNameUsingDELETENotFound() *DeleteGerritTriggerByNameUsingDELETENotFound

NewDeleteGerritTriggerByNameUsingDELETENotFound creates a DeleteGerritTriggerByNameUsingDELETENotFound with default headers values

func (*DeleteGerritTriggerByNameUsingDELETENotFound) Error added in v0.4.0

func (*DeleteGerritTriggerByNameUsingDELETENotFound) GetPayload added in v0.4.0

func (*DeleteGerritTriggerByNameUsingDELETENotFound) IsClientError added in v0.5.0

IsClientError returns true when this delete gerrit trigger by name using d e l e t e not found response has a 4xx status code

func (*DeleteGerritTriggerByNameUsingDELETENotFound) IsCode added in v0.5.0

IsCode returns true when this delete gerrit trigger by name using d e l e t e not found response a status code equal to that given

func (*DeleteGerritTriggerByNameUsingDELETENotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit trigger by name using d e l e t e not found response has a 3xx status code

func (*DeleteGerritTriggerByNameUsingDELETENotFound) IsServerError added in v0.5.0

IsServerError returns true when this delete gerrit trigger by name using d e l e t e not found response has a 5xx status code

func (*DeleteGerritTriggerByNameUsingDELETENotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit trigger by name using d e l e t e not found response has a 2xx status code

func (*DeleteGerritTriggerByNameUsingDELETENotFound) String added in v0.5.0

type DeleteGerritTriggerByNameUsingDELETEOK added in v0.4.0

type DeleteGerritTriggerByNameUsingDELETEOK struct {
	Payload models.GerritTrigger
}

DeleteGerritTriggerByNameUsingDELETEOK describes a response with status code 200, with default header values.

'Success' with Gerrit Trigger Delete

func NewDeleteGerritTriggerByNameUsingDELETEOK added in v0.4.0

func NewDeleteGerritTriggerByNameUsingDELETEOK() *DeleteGerritTriggerByNameUsingDELETEOK

NewDeleteGerritTriggerByNameUsingDELETEOK creates a DeleteGerritTriggerByNameUsingDELETEOK with default headers values

func (*DeleteGerritTriggerByNameUsingDELETEOK) Error added in v0.4.0

func (*DeleteGerritTriggerByNameUsingDELETEOK) GetPayload added in v0.4.0

func (*DeleteGerritTriggerByNameUsingDELETEOK) IsClientError added in v0.5.0

func (o *DeleteGerritTriggerByNameUsingDELETEOK) IsClientError() bool

IsClientError returns true when this delete gerrit trigger by name using d e l e t e o k response has a 4xx status code

func (*DeleteGerritTriggerByNameUsingDELETEOK) IsCode added in v0.5.0

IsCode returns true when this delete gerrit trigger by name using d e l e t e o k response a status code equal to that given

func (*DeleteGerritTriggerByNameUsingDELETEOK) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit trigger by name using d e l e t e o k response has a 3xx status code

func (*DeleteGerritTriggerByNameUsingDELETEOK) IsServerError added in v0.5.0

func (o *DeleteGerritTriggerByNameUsingDELETEOK) IsServerError() bool

IsServerError returns true when this delete gerrit trigger by name using d e l e t e o k response has a 5xx status code

func (*DeleteGerritTriggerByNameUsingDELETEOK) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit trigger by name using d e l e t e o k response has a 2xx status code

func (*DeleteGerritTriggerByNameUsingDELETEOK) String added in v0.5.0

type DeleteGerritTriggerByNameUsingDELETEParams added in v0.4.0

type DeleteGerritTriggerByNameUsingDELETEParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Name.

	   name
	*/
	Name string

	/* Project.

	   project
	*/
	Project string

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

DeleteGerritTriggerByNameUsingDELETEParams contains all the parameters to send to the API endpoint

for the delete gerrit trigger by name using d e l e t e operation.

Typically these are written to a http.Request.

func NewDeleteGerritTriggerByNameUsingDELETEParams added in v0.4.0

func NewDeleteGerritTriggerByNameUsingDELETEParams() *DeleteGerritTriggerByNameUsingDELETEParams

NewDeleteGerritTriggerByNameUsingDELETEParams creates a new DeleteGerritTriggerByNameUsingDELETEParams 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 NewDeleteGerritTriggerByNameUsingDELETEParamsWithContext added in v0.4.0

func NewDeleteGerritTriggerByNameUsingDELETEParamsWithContext(ctx context.Context) *DeleteGerritTriggerByNameUsingDELETEParams

NewDeleteGerritTriggerByNameUsingDELETEParamsWithContext creates a new DeleteGerritTriggerByNameUsingDELETEParams object with the ability to set a context for a request.

func NewDeleteGerritTriggerByNameUsingDELETEParamsWithHTTPClient added in v0.4.0

func NewDeleteGerritTriggerByNameUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteGerritTriggerByNameUsingDELETEParams

NewDeleteGerritTriggerByNameUsingDELETEParamsWithHTTPClient creates a new DeleteGerritTriggerByNameUsingDELETEParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteGerritTriggerByNameUsingDELETEParamsWithTimeout added in v0.4.0

func NewDeleteGerritTriggerByNameUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteGerritTriggerByNameUsingDELETEParams

NewDeleteGerritTriggerByNameUsingDELETEParamsWithTimeout creates a new DeleteGerritTriggerByNameUsingDELETEParams object with the ability to set a timeout on a request.

func (*DeleteGerritTriggerByNameUsingDELETEParams) SetAPIVersion added in v0.4.0

func (o *DeleteGerritTriggerByNameUsingDELETEParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the delete gerrit trigger by name using d e l e t e params

func (*DeleteGerritTriggerByNameUsingDELETEParams) SetAuthorization added in v0.4.0

func (o *DeleteGerritTriggerByNameUsingDELETEParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete gerrit trigger by name using d e l e t e params

func (*DeleteGerritTriggerByNameUsingDELETEParams) SetContext added in v0.4.0

SetContext adds the context to the delete gerrit trigger by name using d e l e t e params

func (*DeleteGerritTriggerByNameUsingDELETEParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the delete gerrit trigger by name using d e l e t e params (not the query body).

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

func (*DeleteGerritTriggerByNameUsingDELETEParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the delete gerrit trigger by name using d e l e t e params

func (*DeleteGerritTriggerByNameUsingDELETEParams) SetName added in v0.4.0

SetName adds the name to the delete gerrit trigger by name using d e l e t e params

func (*DeleteGerritTriggerByNameUsingDELETEParams) SetProject added in v0.4.0

func (o *DeleteGerritTriggerByNameUsingDELETEParams) SetProject(project string)

SetProject adds the project to the delete gerrit trigger by name using d e l e t e params

func (*DeleteGerritTriggerByNameUsingDELETEParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the delete gerrit trigger by name using d e l e t e params

func (*DeleteGerritTriggerByNameUsingDELETEParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the delete gerrit trigger by name using d e l e t e params

func (*DeleteGerritTriggerByNameUsingDELETEParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the delete gerrit trigger by name using d e l e t e params

func (*DeleteGerritTriggerByNameUsingDELETEParams) WithContext added in v0.4.0

WithContext adds the context to the delete gerrit trigger by name using d e l e t e params

func (*DeleteGerritTriggerByNameUsingDELETEParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the delete gerrit trigger by name using d e l e t e params (not the query body).

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

func (*DeleteGerritTriggerByNameUsingDELETEParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the delete gerrit trigger by name using d e l e t e params

func (*DeleteGerritTriggerByNameUsingDELETEParams) WithName added in v0.4.0

WithName adds the name to the delete gerrit trigger by name using d e l e t e params

func (*DeleteGerritTriggerByNameUsingDELETEParams) WithProject added in v0.4.0

WithProject adds the project to the delete gerrit trigger by name using d e l e t e params

func (*DeleteGerritTriggerByNameUsingDELETEParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the delete gerrit trigger by name using d e l e t e params

func (*DeleteGerritTriggerByNameUsingDELETEParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DeleteGerritTriggerByNameUsingDELETEReader added in v0.4.0

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

DeleteGerritTriggerByNameUsingDELETEReader is a Reader for the DeleteGerritTriggerByNameUsingDELETE structure.

func (*DeleteGerritTriggerByNameUsingDELETEReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type DeleteGerritTriggerByNameUsingDELETEUnauthorized added in v0.4.0

type DeleteGerritTriggerByNameUsingDELETEUnauthorized struct {
}

DeleteGerritTriggerByNameUsingDELETEUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewDeleteGerritTriggerByNameUsingDELETEUnauthorized added in v0.4.0

func NewDeleteGerritTriggerByNameUsingDELETEUnauthorized() *DeleteGerritTriggerByNameUsingDELETEUnauthorized

NewDeleteGerritTriggerByNameUsingDELETEUnauthorized creates a DeleteGerritTriggerByNameUsingDELETEUnauthorized with default headers values

func (*DeleteGerritTriggerByNameUsingDELETEUnauthorized) Error added in v0.4.0

func (*DeleteGerritTriggerByNameUsingDELETEUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this delete gerrit trigger by name using d e l e t e unauthorized response has a 4xx status code

func (*DeleteGerritTriggerByNameUsingDELETEUnauthorized) IsCode added in v0.5.0

IsCode returns true when this delete gerrit trigger by name using d e l e t e unauthorized response a status code equal to that given

func (*DeleteGerritTriggerByNameUsingDELETEUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this delete gerrit trigger by name using d e l e t e unauthorized response has a 3xx status code

func (*DeleteGerritTriggerByNameUsingDELETEUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this delete gerrit trigger by name using d e l e t e unauthorized response has a 5xx status code

func (*DeleteGerritTriggerByNameUsingDELETEUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this delete gerrit trigger by name using d e l e t e unauthorized response has a 2xx status code

func (*DeleteGerritTriggerByNameUsingDELETEUnauthorized) String added in v0.5.0

type DeleteGitEventsByIDUsingDELETEForbidden added in v0.4.0

type DeleteGitEventsByIDUsingDELETEForbidden struct {
}

DeleteGitEventsByIDUsingDELETEForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteGitEventsByIDUsingDELETEForbidden added in v0.4.0

func NewDeleteGitEventsByIDUsingDELETEForbidden() *DeleteGitEventsByIDUsingDELETEForbidden

NewDeleteGitEventsByIDUsingDELETEForbidden creates a DeleteGitEventsByIDUsingDELETEForbidden with default headers values

func (*DeleteGitEventsByIDUsingDELETEForbidden) Error added in v0.4.0

func (*DeleteGitEventsByIDUsingDELETEForbidden) IsClientError added in v0.5.0

func (o *DeleteGitEventsByIDUsingDELETEForbidden) IsClientError() bool

IsClientError returns true when this delete git events by Id using d e l e t e forbidden response has a 4xx status code

func (*DeleteGitEventsByIDUsingDELETEForbidden) IsCode added in v0.5.0

IsCode returns true when this delete git events by Id using d e l e t e forbidden response a status code equal to that given

func (*DeleteGitEventsByIDUsingDELETEForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this delete git events by Id using d e l e t e forbidden response has a 3xx status code

func (*DeleteGitEventsByIDUsingDELETEForbidden) IsServerError added in v0.5.0

func (o *DeleteGitEventsByIDUsingDELETEForbidden) IsServerError() bool

IsServerError returns true when this delete git events by Id using d e l e t e forbidden response has a 5xx status code

func (*DeleteGitEventsByIDUsingDELETEForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this delete git events by Id using d e l e t e forbidden response has a 2xx status code

func (*DeleteGitEventsByIDUsingDELETEForbidden) String added in v0.5.0

type DeleteGitEventsByIDUsingDELETEInternalServerError added in v0.4.0

type DeleteGitEventsByIDUsingDELETEInternalServerError struct {
}

DeleteGitEventsByIDUsingDELETEInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewDeleteGitEventsByIDUsingDELETEInternalServerError added in v0.4.0

func NewDeleteGitEventsByIDUsingDELETEInternalServerError() *DeleteGitEventsByIDUsingDELETEInternalServerError

NewDeleteGitEventsByIDUsingDELETEInternalServerError creates a DeleteGitEventsByIDUsingDELETEInternalServerError with default headers values

func (*DeleteGitEventsByIDUsingDELETEInternalServerError) Error added in v0.4.0

func (*DeleteGitEventsByIDUsingDELETEInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this delete git events by Id using d e l e t e internal server error response has a 4xx status code

func (*DeleteGitEventsByIDUsingDELETEInternalServerError) IsCode added in v0.5.0

IsCode returns true when this delete git events by Id using d e l e t e internal server error response a status code equal to that given

func (*DeleteGitEventsByIDUsingDELETEInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this delete git events by Id using d e l e t e internal server error response has a 3xx status code

func (*DeleteGitEventsByIDUsingDELETEInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this delete git events by Id using d e l e t e internal server error response has a 5xx status code

func (*DeleteGitEventsByIDUsingDELETEInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this delete git events by Id using d e l e t e internal server error response has a 2xx status code

func (*DeleteGitEventsByIDUsingDELETEInternalServerError) String added in v0.5.0

type DeleteGitEventsByIDUsingDELETENotFound added in v0.4.0

type DeleteGitEventsByIDUsingDELETENotFound struct {
	Payload *models.Error
}

DeleteGitEventsByIDUsingDELETENotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteGitEventsByIDUsingDELETENotFound added in v0.4.0

func NewDeleteGitEventsByIDUsingDELETENotFound() *DeleteGitEventsByIDUsingDELETENotFound

NewDeleteGitEventsByIDUsingDELETENotFound creates a DeleteGitEventsByIDUsingDELETENotFound with default headers values

func (*DeleteGitEventsByIDUsingDELETENotFound) Error added in v0.4.0

func (*DeleteGitEventsByIDUsingDELETENotFound) GetPayload added in v0.4.0

func (*DeleteGitEventsByIDUsingDELETENotFound) IsClientError added in v0.5.0

func (o *DeleteGitEventsByIDUsingDELETENotFound) IsClientError() bool

IsClientError returns true when this delete git events by Id using d e l e t e not found response has a 4xx status code

func (*DeleteGitEventsByIDUsingDELETENotFound) IsCode added in v0.5.0

IsCode returns true when this delete git events by Id using d e l e t e not found response a status code equal to that given

func (*DeleteGitEventsByIDUsingDELETENotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this delete git events by Id using d e l e t e not found response has a 3xx status code

func (*DeleteGitEventsByIDUsingDELETENotFound) IsServerError added in v0.5.0

func (o *DeleteGitEventsByIDUsingDELETENotFound) IsServerError() bool

IsServerError returns true when this delete git events by Id using d e l e t e not found response has a 5xx status code

func (*DeleteGitEventsByIDUsingDELETENotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this delete git events by Id using d e l e t e not found response has a 2xx status code

func (*DeleteGitEventsByIDUsingDELETENotFound) String added in v0.5.0

type DeleteGitEventsByIDUsingDELETEOK added in v0.4.0

type DeleteGitEventsByIDUsingDELETEOK struct {
	Payload models.GitEvent
}

DeleteGitEventsByIDUsingDELETEOK describes a response with status code 200, with default header values.

'Success' with Delete a Git Event

func NewDeleteGitEventsByIDUsingDELETEOK added in v0.4.0

func NewDeleteGitEventsByIDUsingDELETEOK() *DeleteGitEventsByIDUsingDELETEOK

NewDeleteGitEventsByIDUsingDELETEOK creates a DeleteGitEventsByIDUsingDELETEOK with default headers values

func (*DeleteGitEventsByIDUsingDELETEOK) Error added in v0.4.0

func (*DeleteGitEventsByIDUsingDELETEOK) GetPayload added in v0.4.0

func (*DeleteGitEventsByIDUsingDELETEOK) IsClientError added in v0.5.0

func (o *DeleteGitEventsByIDUsingDELETEOK) IsClientError() bool

IsClientError returns true when this delete git events by Id using d e l e t e o k response has a 4xx status code

func (*DeleteGitEventsByIDUsingDELETEOK) IsCode added in v0.5.0

func (o *DeleteGitEventsByIDUsingDELETEOK) IsCode(code int) bool

IsCode returns true when this delete git events by Id using d e l e t e o k response a status code equal to that given

func (*DeleteGitEventsByIDUsingDELETEOK) IsRedirect added in v0.5.0

func (o *DeleteGitEventsByIDUsingDELETEOK) IsRedirect() bool

IsRedirect returns true when this delete git events by Id using d e l e t e o k response has a 3xx status code

func (*DeleteGitEventsByIDUsingDELETEOK) IsServerError added in v0.5.0

func (o *DeleteGitEventsByIDUsingDELETEOK) IsServerError() bool

IsServerError returns true when this delete git events by Id using d e l e t e o k response has a 5xx status code

func (*DeleteGitEventsByIDUsingDELETEOK) IsSuccess added in v0.5.0

func (o *DeleteGitEventsByIDUsingDELETEOK) IsSuccess() bool

IsSuccess returns true when this delete git events by Id using d e l e t e o k response has a 2xx status code

func (*DeleteGitEventsByIDUsingDELETEOK) String added in v0.5.0

type DeleteGitEventsByIDUsingDELETEParams added in v0.4.0

type DeleteGitEventsByIDUsingDELETEParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   id
	*/
	ID string

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

DeleteGitEventsByIDUsingDELETEParams contains all the parameters to send to the API endpoint

for the delete git events by Id using d e l e t e operation.

Typically these are written to a http.Request.

func NewDeleteGitEventsByIDUsingDELETEParams added in v0.4.0

func NewDeleteGitEventsByIDUsingDELETEParams() *DeleteGitEventsByIDUsingDELETEParams

NewDeleteGitEventsByIDUsingDELETEParams creates a new DeleteGitEventsByIDUsingDELETEParams 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 NewDeleteGitEventsByIDUsingDELETEParamsWithContext added in v0.4.0

func NewDeleteGitEventsByIDUsingDELETEParamsWithContext(ctx context.Context) *DeleteGitEventsByIDUsingDELETEParams

NewDeleteGitEventsByIDUsingDELETEParamsWithContext creates a new DeleteGitEventsByIDUsingDELETEParams object with the ability to set a context for a request.

func NewDeleteGitEventsByIDUsingDELETEParamsWithHTTPClient added in v0.4.0

func NewDeleteGitEventsByIDUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteGitEventsByIDUsingDELETEParams

NewDeleteGitEventsByIDUsingDELETEParamsWithHTTPClient creates a new DeleteGitEventsByIDUsingDELETEParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteGitEventsByIDUsingDELETEParamsWithTimeout added in v0.4.0

func NewDeleteGitEventsByIDUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteGitEventsByIDUsingDELETEParams

NewDeleteGitEventsByIDUsingDELETEParamsWithTimeout creates a new DeleteGitEventsByIDUsingDELETEParams object with the ability to set a timeout on a request.

func (*DeleteGitEventsByIDUsingDELETEParams) SetAPIVersion added in v0.4.0

func (o *DeleteGitEventsByIDUsingDELETEParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the delete git events by Id using d e l e t e params

func (*DeleteGitEventsByIDUsingDELETEParams) SetAuthorization added in v0.4.0

func (o *DeleteGitEventsByIDUsingDELETEParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete git events by Id using d e l e t e params

func (*DeleteGitEventsByIDUsingDELETEParams) SetContext added in v0.4.0

SetContext adds the context to the delete git events by Id using d e l e t e params

func (*DeleteGitEventsByIDUsingDELETEParams) SetDefaults added in v0.4.0

func (o *DeleteGitEventsByIDUsingDELETEParams) SetDefaults()

SetDefaults hydrates default values in the delete git events by Id using d e l e t e params (not the query body).

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

func (*DeleteGitEventsByIDUsingDELETEParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the delete git events by Id using d e l e t e params

func (*DeleteGitEventsByIDUsingDELETEParams) SetID added in v0.4.0

SetID adds the id to the delete git events by Id using d e l e t e params

func (*DeleteGitEventsByIDUsingDELETEParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the delete git events by Id using d e l e t e params

func (*DeleteGitEventsByIDUsingDELETEParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the delete git events by Id using d e l e t e params

func (*DeleteGitEventsByIDUsingDELETEParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the delete git events by Id using d e l e t e params

func (*DeleteGitEventsByIDUsingDELETEParams) WithContext added in v0.4.0

WithContext adds the context to the delete git events by Id using d e l e t e params

func (*DeleteGitEventsByIDUsingDELETEParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the delete git events by Id using d e l e t e params (not the query body).

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

func (*DeleteGitEventsByIDUsingDELETEParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the delete git events by Id using d e l e t e params

func (*DeleteGitEventsByIDUsingDELETEParams) WithID added in v0.4.0

WithID adds the id to the delete git events by Id using d e l e t e params

func (*DeleteGitEventsByIDUsingDELETEParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the delete git events by Id using d e l e t e params

func (*DeleteGitEventsByIDUsingDELETEParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DeleteGitEventsByIDUsingDELETEReader added in v0.4.0

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

DeleteGitEventsByIDUsingDELETEReader is a Reader for the DeleteGitEventsByIDUsingDELETE structure.

func (*DeleteGitEventsByIDUsingDELETEReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type DeleteGitEventsByIDUsingDELETEUnauthorized added in v0.4.0

type DeleteGitEventsByIDUsingDELETEUnauthorized struct {
}

DeleteGitEventsByIDUsingDELETEUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewDeleteGitEventsByIDUsingDELETEUnauthorized added in v0.4.0

func NewDeleteGitEventsByIDUsingDELETEUnauthorized() *DeleteGitEventsByIDUsingDELETEUnauthorized

NewDeleteGitEventsByIDUsingDELETEUnauthorized creates a DeleteGitEventsByIDUsingDELETEUnauthorized with default headers values

func (*DeleteGitEventsByIDUsingDELETEUnauthorized) Error added in v0.4.0

func (*DeleteGitEventsByIDUsingDELETEUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this delete git events by Id using d e l e t e unauthorized response has a 4xx status code

func (*DeleteGitEventsByIDUsingDELETEUnauthorized) IsCode added in v0.5.0

IsCode returns true when this delete git events by Id using d e l e t e unauthorized response a status code equal to that given

func (*DeleteGitEventsByIDUsingDELETEUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this delete git events by Id using d e l e t e unauthorized response has a 3xx status code

func (*DeleteGitEventsByIDUsingDELETEUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this delete git events by Id using d e l e t e unauthorized response has a 5xx status code

func (*DeleteGitEventsByIDUsingDELETEUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this delete git events by Id using d e l e t e unauthorized response has a 2xx status code

func (*DeleteGitEventsByIDUsingDELETEUnauthorized) String added in v0.5.0

type DeleteGitWebhookByIDUsingDELETEForbidden added in v0.4.0

type DeleteGitWebhookByIDUsingDELETEForbidden struct {
}

DeleteGitWebhookByIDUsingDELETEForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteGitWebhookByIDUsingDELETEForbidden added in v0.4.0

func NewDeleteGitWebhookByIDUsingDELETEForbidden() *DeleteGitWebhookByIDUsingDELETEForbidden

NewDeleteGitWebhookByIDUsingDELETEForbidden creates a DeleteGitWebhookByIDUsingDELETEForbidden with default headers values

func (*DeleteGitWebhookByIDUsingDELETEForbidden) Error added in v0.4.0

func (*DeleteGitWebhookByIDUsingDELETEForbidden) IsClientError added in v0.5.0

IsClientError returns true when this delete git webhook by Id using d e l e t e forbidden response has a 4xx status code

func (*DeleteGitWebhookByIDUsingDELETEForbidden) IsCode added in v0.5.0

IsCode returns true when this delete git webhook by Id using d e l e t e forbidden response a status code equal to that given

func (*DeleteGitWebhookByIDUsingDELETEForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this delete git webhook by Id using d e l e t e forbidden response has a 3xx status code

func (*DeleteGitWebhookByIDUsingDELETEForbidden) IsServerError added in v0.5.0

IsServerError returns true when this delete git webhook by Id using d e l e t e forbidden response has a 5xx status code

func (*DeleteGitWebhookByIDUsingDELETEForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this delete git webhook by Id using d e l e t e forbidden response has a 2xx status code

func (*DeleteGitWebhookByIDUsingDELETEForbidden) String added in v0.5.0

type DeleteGitWebhookByIDUsingDELETEInternalServerError added in v0.4.0

type DeleteGitWebhookByIDUsingDELETEInternalServerError struct {
}

DeleteGitWebhookByIDUsingDELETEInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewDeleteGitWebhookByIDUsingDELETEInternalServerError added in v0.4.0

func NewDeleteGitWebhookByIDUsingDELETEInternalServerError() *DeleteGitWebhookByIDUsingDELETEInternalServerError

NewDeleteGitWebhookByIDUsingDELETEInternalServerError creates a DeleteGitWebhookByIDUsingDELETEInternalServerError with default headers values

func (*DeleteGitWebhookByIDUsingDELETEInternalServerError) Error added in v0.4.0

func (*DeleteGitWebhookByIDUsingDELETEInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this delete git webhook by Id using d e l e t e internal server error response has a 4xx status code

func (*DeleteGitWebhookByIDUsingDELETEInternalServerError) IsCode added in v0.5.0

IsCode returns true when this delete git webhook by Id using d e l e t e internal server error response a status code equal to that given

func (*DeleteGitWebhookByIDUsingDELETEInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this delete git webhook by Id using d e l e t e internal server error response has a 3xx status code

func (*DeleteGitWebhookByIDUsingDELETEInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this delete git webhook by Id using d e l e t e internal server error response has a 5xx status code

func (*DeleteGitWebhookByIDUsingDELETEInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this delete git webhook by Id using d e l e t e internal server error response has a 2xx status code

func (*DeleteGitWebhookByIDUsingDELETEInternalServerError) String added in v0.5.0

type DeleteGitWebhookByIDUsingDELETENotFound added in v0.4.0

type DeleteGitWebhookByIDUsingDELETENotFound struct {
	Payload *models.Error
}

DeleteGitWebhookByIDUsingDELETENotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteGitWebhookByIDUsingDELETENotFound added in v0.4.0

func NewDeleteGitWebhookByIDUsingDELETENotFound() *DeleteGitWebhookByIDUsingDELETENotFound

NewDeleteGitWebhookByIDUsingDELETENotFound creates a DeleteGitWebhookByIDUsingDELETENotFound with default headers values

func (*DeleteGitWebhookByIDUsingDELETENotFound) Error added in v0.4.0

func (*DeleteGitWebhookByIDUsingDELETENotFound) GetPayload added in v0.4.0

func (*DeleteGitWebhookByIDUsingDELETENotFound) IsClientError added in v0.5.0

func (o *DeleteGitWebhookByIDUsingDELETENotFound) IsClientError() bool

IsClientError returns true when this delete git webhook by Id using d e l e t e not found response has a 4xx status code

func (*DeleteGitWebhookByIDUsingDELETENotFound) IsCode added in v0.5.0

IsCode returns true when this delete git webhook by Id using d e l e t e not found response a status code equal to that given

func (*DeleteGitWebhookByIDUsingDELETENotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this delete git webhook by Id using d e l e t e not found response has a 3xx status code

func (*DeleteGitWebhookByIDUsingDELETENotFound) IsServerError added in v0.5.0

func (o *DeleteGitWebhookByIDUsingDELETENotFound) IsServerError() bool

IsServerError returns true when this delete git webhook by Id using d e l e t e not found response has a 5xx status code

func (*DeleteGitWebhookByIDUsingDELETENotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this delete git webhook by Id using d e l e t e not found response has a 2xx status code

func (*DeleteGitWebhookByIDUsingDELETENotFound) String added in v0.5.0

type DeleteGitWebhookByIDUsingDELETEOK added in v0.4.0

type DeleteGitWebhookByIDUsingDELETEOK struct {
	Payload models.GitWebhook
}

DeleteGitWebhookByIDUsingDELETEOK describes a response with status code 200, with default header values.

'Success' with Git Webhook Delete

func NewDeleteGitWebhookByIDUsingDELETEOK added in v0.4.0

func NewDeleteGitWebhookByIDUsingDELETEOK() *DeleteGitWebhookByIDUsingDELETEOK

NewDeleteGitWebhookByIDUsingDELETEOK creates a DeleteGitWebhookByIDUsingDELETEOK with default headers values

func (*DeleteGitWebhookByIDUsingDELETEOK) Error added in v0.4.0

func (*DeleteGitWebhookByIDUsingDELETEOK) GetPayload added in v0.4.0

func (*DeleteGitWebhookByIDUsingDELETEOK) IsClientError added in v0.5.0

func (o *DeleteGitWebhookByIDUsingDELETEOK) IsClientError() bool

IsClientError returns true when this delete git webhook by Id using d e l e t e o k response has a 4xx status code

func (*DeleteGitWebhookByIDUsingDELETEOK) IsCode added in v0.5.0

func (o *DeleteGitWebhookByIDUsingDELETEOK) IsCode(code int) bool

IsCode returns true when this delete git webhook by Id using d e l e t e o k response a status code equal to that given

func (*DeleteGitWebhookByIDUsingDELETEOK) IsRedirect added in v0.5.0

func (o *DeleteGitWebhookByIDUsingDELETEOK) IsRedirect() bool

IsRedirect returns true when this delete git webhook by Id using d e l e t e o k response has a 3xx status code

func (*DeleteGitWebhookByIDUsingDELETEOK) IsServerError added in v0.5.0

func (o *DeleteGitWebhookByIDUsingDELETEOK) IsServerError() bool

IsServerError returns true when this delete git webhook by Id using d e l e t e o k response has a 5xx status code

func (*DeleteGitWebhookByIDUsingDELETEOK) IsSuccess added in v0.5.0

func (o *DeleteGitWebhookByIDUsingDELETEOK) IsSuccess() bool

IsSuccess returns true when this delete git webhook by Id using d e l e t e o k response has a 2xx status code

func (*DeleteGitWebhookByIDUsingDELETEOK) String added in v0.5.0

type DeleteGitWebhookByIDUsingDELETEParams added in v0.4.0

type DeleteGitWebhookByIDUsingDELETEParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   id
	*/
	ID string

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

DeleteGitWebhookByIDUsingDELETEParams contains all the parameters to send to the API endpoint

for the delete git webhook by Id using d e l e t e operation.

Typically these are written to a http.Request.

func NewDeleteGitWebhookByIDUsingDELETEParams added in v0.4.0

func NewDeleteGitWebhookByIDUsingDELETEParams() *DeleteGitWebhookByIDUsingDELETEParams

NewDeleteGitWebhookByIDUsingDELETEParams creates a new DeleteGitWebhookByIDUsingDELETEParams 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 NewDeleteGitWebhookByIDUsingDELETEParamsWithContext added in v0.4.0

func NewDeleteGitWebhookByIDUsingDELETEParamsWithContext(ctx context.Context) *DeleteGitWebhookByIDUsingDELETEParams

NewDeleteGitWebhookByIDUsingDELETEParamsWithContext creates a new DeleteGitWebhookByIDUsingDELETEParams object with the ability to set a context for a request.

func NewDeleteGitWebhookByIDUsingDELETEParamsWithHTTPClient added in v0.4.0

func NewDeleteGitWebhookByIDUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteGitWebhookByIDUsingDELETEParams

NewDeleteGitWebhookByIDUsingDELETEParamsWithHTTPClient creates a new DeleteGitWebhookByIDUsingDELETEParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteGitWebhookByIDUsingDELETEParamsWithTimeout added in v0.4.0

func NewDeleteGitWebhookByIDUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteGitWebhookByIDUsingDELETEParams

NewDeleteGitWebhookByIDUsingDELETEParamsWithTimeout creates a new DeleteGitWebhookByIDUsingDELETEParams object with the ability to set a timeout on a request.

func (*DeleteGitWebhookByIDUsingDELETEParams) SetAPIVersion added in v0.4.0

func (o *DeleteGitWebhookByIDUsingDELETEParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the delete git webhook by Id using d e l e t e params

func (*DeleteGitWebhookByIDUsingDELETEParams) SetAuthorization added in v0.4.0

func (o *DeleteGitWebhookByIDUsingDELETEParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete git webhook by Id using d e l e t e params

func (*DeleteGitWebhookByIDUsingDELETEParams) SetContext added in v0.4.0

SetContext adds the context to the delete git webhook by Id using d e l e t e params

func (*DeleteGitWebhookByIDUsingDELETEParams) SetDefaults added in v0.4.0

func (o *DeleteGitWebhookByIDUsingDELETEParams) SetDefaults()

SetDefaults hydrates default values in the delete git webhook by Id using d e l e t e params (not the query body).

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

func (*DeleteGitWebhookByIDUsingDELETEParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the delete git webhook by Id using d e l e t e params

func (*DeleteGitWebhookByIDUsingDELETEParams) SetID added in v0.4.0

SetID adds the id to the delete git webhook by Id using d e l e t e params

func (*DeleteGitWebhookByIDUsingDELETEParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the delete git webhook by Id using d e l e t e params

func (*DeleteGitWebhookByIDUsingDELETEParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the delete git webhook by Id using d e l e t e params

func (*DeleteGitWebhookByIDUsingDELETEParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the delete git webhook by Id using d e l e t e params

func (*DeleteGitWebhookByIDUsingDELETEParams) WithContext added in v0.4.0

WithContext adds the context to the delete git webhook by Id using d e l e t e params

func (*DeleteGitWebhookByIDUsingDELETEParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the delete git webhook by Id using d e l e t e params (not the query body).

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

func (*DeleteGitWebhookByIDUsingDELETEParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the delete git webhook by Id using d e l e t e params

func (*DeleteGitWebhookByIDUsingDELETEParams) WithID added in v0.4.0

WithID adds the id to the delete git webhook by Id using d e l e t e params

func (*DeleteGitWebhookByIDUsingDELETEParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the delete git webhook by Id using d e l e t e params

func (*DeleteGitWebhookByIDUsingDELETEParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DeleteGitWebhookByIDUsingDELETEReader added in v0.4.0

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

DeleteGitWebhookByIDUsingDELETEReader is a Reader for the DeleteGitWebhookByIDUsingDELETE structure.

func (*DeleteGitWebhookByIDUsingDELETEReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type DeleteGitWebhookByIDUsingDELETEUnauthorized added in v0.4.0

type DeleteGitWebhookByIDUsingDELETEUnauthorized struct {
}

DeleteGitWebhookByIDUsingDELETEUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewDeleteGitWebhookByIDUsingDELETEUnauthorized added in v0.4.0

func NewDeleteGitWebhookByIDUsingDELETEUnauthorized() *DeleteGitWebhookByIDUsingDELETEUnauthorized

NewDeleteGitWebhookByIDUsingDELETEUnauthorized creates a DeleteGitWebhookByIDUsingDELETEUnauthorized with default headers values

func (*DeleteGitWebhookByIDUsingDELETEUnauthorized) Error added in v0.4.0

func (*DeleteGitWebhookByIDUsingDELETEUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this delete git webhook by Id using d e l e t e unauthorized response has a 4xx status code

func (*DeleteGitWebhookByIDUsingDELETEUnauthorized) IsCode added in v0.5.0

IsCode returns true when this delete git webhook by Id using d e l e t e unauthorized response a status code equal to that given

func (*DeleteGitWebhookByIDUsingDELETEUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this delete git webhook by Id using d e l e t e unauthorized response has a 3xx status code

func (*DeleteGitWebhookByIDUsingDELETEUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this delete git webhook by Id using d e l e t e unauthorized response has a 5xx status code

func (*DeleteGitWebhookByIDUsingDELETEUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this delete git webhook by Id using d e l e t e unauthorized response has a 2xx status code

func (*DeleteGitWebhookByIDUsingDELETEUnauthorized) String added in v0.5.0

type DeleteGitWebhookByNameUsingDELETEForbidden added in v0.4.0

type DeleteGitWebhookByNameUsingDELETEForbidden struct {
}

DeleteGitWebhookByNameUsingDELETEForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteGitWebhookByNameUsingDELETEForbidden added in v0.4.0

func NewDeleteGitWebhookByNameUsingDELETEForbidden() *DeleteGitWebhookByNameUsingDELETEForbidden

NewDeleteGitWebhookByNameUsingDELETEForbidden creates a DeleteGitWebhookByNameUsingDELETEForbidden with default headers values

func (*DeleteGitWebhookByNameUsingDELETEForbidden) Error added in v0.4.0

func (*DeleteGitWebhookByNameUsingDELETEForbidden) IsClientError added in v0.5.0

IsClientError returns true when this delete git webhook by name using d e l e t e forbidden response has a 4xx status code

func (*DeleteGitWebhookByNameUsingDELETEForbidden) IsCode added in v0.5.0

IsCode returns true when this delete git webhook by name using d e l e t e forbidden response a status code equal to that given

func (*DeleteGitWebhookByNameUsingDELETEForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this delete git webhook by name using d e l e t e forbidden response has a 3xx status code

func (*DeleteGitWebhookByNameUsingDELETEForbidden) IsServerError added in v0.5.0

IsServerError returns true when this delete git webhook by name using d e l e t e forbidden response has a 5xx status code

func (*DeleteGitWebhookByNameUsingDELETEForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this delete git webhook by name using d e l e t e forbidden response has a 2xx status code

func (*DeleteGitWebhookByNameUsingDELETEForbidden) String added in v0.5.0

type DeleteGitWebhookByNameUsingDELETEInternalServerError added in v0.4.0

type DeleteGitWebhookByNameUsingDELETEInternalServerError struct {
}

DeleteGitWebhookByNameUsingDELETEInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewDeleteGitWebhookByNameUsingDELETEInternalServerError added in v0.4.0

func NewDeleteGitWebhookByNameUsingDELETEInternalServerError() *DeleteGitWebhookByNameUsingDELETEInternalServerError

NewDeleteGitWebhookByNameUsingDELETEInternalServerError creates a DeleteGitWebhookByNameUsingDELETEInternalServerError with default headers values

func (*DeleteGitWebhookByNameUsingDELETEInternalServerError) Error added in v0.4.0

func (*DeleteGitWebhookByNameUsingDELETEInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this delete git webhook by name using d e l e t e internal server error response has a 4xx status code

func (*DeleteGitWebhookByNameUsingDELETEInternalServerError) IsCode added in v0.5.0

IsCode returns true when this delete git webhook by name using d e l e t e internal server error response a status code equal to that given

func (*DeleteGitWebhookByNameUsingDELETEInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this delete git webhook by name using d e l e t e internal server error response has a 3xx status code

func (*DeleteGitWebhookByNameUsingDELETEInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this delete git webhook by name using d e l e t e internal server error response has a 5xx status code

func (*DeleteGitWebhookByNameUsingDELETEInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this delete git webhook by name using d e l e t e internal server error response has a 2xx status code

func (*DeleteGitWebhookByNameUsingDELETEInternalServerError) String added in v0.5.0

type DeleteGitWebhookByNameUsingDELETENotFound added in v0.4.0

type DeleteGitWebhookByNameUsingDELETENotFound struct {
	Payload *models.Error
}

DeleteGitWebhookByNameUsingDELETENotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteGitWebhookByNameUsingDELETENotFound added in v0.4.0

func NewDeleteGitWebhookByNameUsingDELETENotFound() *DeleteGitWebhookByNameUsingDELETENotFound

NewDeleteGitWebhookByNameUsingDELETENotFound creates a DeleteGitWebhookByNameUsingDELETENotFound with default headers values

func (*DeleteGitWebhookByNameUsingDELETENotFound) Error added in v0.4.0

func (*DeleteGitWebhookByNameUsingDELETENotFound) GetPayload added in v0.4.0

func (*DeleteGitWebhookByNameUsingDELETENotFound) IsClientError added in v0.5.0

IsClientError returns true when this delete git webhook by name using d e l e t e not found response has a 4xx status code

func (*DeleteGitWebhookByNameUsingDELETENotFound) IsCode added in v0.5.0

IsCode returns true when this delete git webhook by name using d e l e t e not found response a status code equal to that given

func (*DeleteGitWebhookByNameUsingDELETENotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this delete git webhook by name using d e l e t e not found response has a 3xx status code

func (*DeleteGitWebhookByNameUsingDELETENotFound) IsServerError added in v0.5.0

IsServerError returns true when this delete git webhook by name using d e l e t e not found response has a 5xx status code

func (*DeleteGitWebhookByNameUsingDELETENotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this delete git webhook by name using d e l e t e not found response has a 2xx status code

func (*DeleteGitWebhookByNameUsingDELETENotFound) String added in v0.5.0

type DeleteGitWebhookByNameUsingDELETEOK added in v0.4.0

type DeleteGitWebhookByNameUsingDELETEOK struct {
	Payload models.GitWebhook
}

DeleteGitWebhookByNameUsingDELETEOK describes a response with status code 200, with default header values.

'Success' with Git Webhook Delete

func NewDeleteGitWebhookByNameUsingDELETEOK added in v0.4.0

func NewDeleteGitWebhookByNameUsingDELETEOK() *DeleteGitWebhookByNameUsingDELETEOK

NewDeleteGitWebhookByNameUsingDELETEOK creates a DeleteGitWebhookByNameUsingDELETEOK with default headers values

func (*DeleteGitWebhookByNameUsingDELETEOK) Error added in v0.4.0

func (*DeleteGitWebhookByNameUsingDELETEOK) GetPayload added in v0.4.0

func (*DeleteGitWebhookByNameUsingDELETEOK) IsClientError added in v0.5.0

func (o *DeleteGitWebhookByNameUsingDELETEOK) IsClientError() bool

IsClientError returns true when this delete git webhook by name using d e l e t e o k response has a 4xx status code

func (*DeleteGitWebhookByNameUsingDELETEOK) IsCode added in v0.5.0

IsCode returns true when this delete git webhook by name using d e l e t e o k response a status code equal to that given

func (*DeleteGitWebhookByNameUsingDELETEOK) IsRedirect added in v0.5.0

func (o *DeleteGitWebhookByNameUsingDELETEOK) IsRedirect() bool

IsRedirect returns true when this delete git webhook by name using d e l e t e o k response has a 3xx status code

func (*DeleteGitWebhookByNameUsingDELETEOK) IsServerError added in v0.5.0

func (o *DeleteGitWebhookByNameUsingDELETEOK) IsServerError() bool

IsServerError returns true when this delete git webhook by name using d e l e t e o k response has a 5xx status code

func (*DeleteGitWebhookByNameUsingDELETEOK) IsSuccess added in v0.5.0

IsSuccess returns true when this delete git webhook by name using d e l e t e o k response has a 2xx status code

func (*DeleteGitWebhookByNameUsingDELETEOK) String added in v0.5.0

type DeleteGitWebhookByNameUsingDELETEParams added in v0.4.0

type DeleteGitWebhookByNameUsingDELETEParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Name.

	   name
	*/
	Name string

	/* Project.

	   project
	*/
	Project string

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

DeleteGitWebhookByNameUsingDELETEParams contains all the parameters to send to the API endpoint

for the delete git webhook by name using d e l e t e operation.

Typically these are written to a http.Request.

func NewDeleteGitWebhookByNameUsingDELETEParams added in v0.4.0

func NewDeleteGitWebhookByNameUsingDELETEParams() *DeleteGitWebhookByNameUsingDELETEParams

NewDeleteGitWebhookByNameUsingDELETEParams creates a new DeleteGitWebhookByNameUsingDELETEParams 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 NewDeleteGitWebhookByNameUsingDELETEParamsWithContext added in v0.4.0

func NewDeleteGitWebhookByNameUsingDELETEParamsWithContext(ctx context.Context) *DeleteGitWebhookByNameUsingDELETEParams

NewDeleteGitWebhookByNameUsingDELETEParamsWithContext creates a new DeleteGitWebhookByNameUsingDELETEParams object with the ability to set a context for a request.

func NewDeleteGitWebhookByNameUsingDELETEParamsWithHTTPClient added in v0.4.0

func NewDeleteGitWebhookByNameUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteGitWebhookByNameUsingDELETEParams

NewDeleteGitWebhookByNameUsingDELETEParamsWithHTTPClient creates a new DeleteGitWebhookByNameUsingDELETEParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteGitWebhookByNameUsingDELETEParamsWithTimeout added in v0.4.0

func NewDeleteGitWebhookByNameUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteGitWebhookByNameUsingDELETEParams

NewDeleteGitWebhookByNameUsingDELETEParamsWithTimeout creates a new DeleteGitWebhookByNameUsingDELETEParams object with the ability to set a timeout on a request.

func (*DeleteGitWebhookByNameUsingDELETEParams) SetAPIVersion added in v0.4.0

func (o *DeleteGitWebhookByNameUsingDELETEParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the delete git webhook by name using d e l e t e params

func (*DeleteGitWebhookByNameUsingDELETEParams) SetAuthorization added in v0.4.0

func (o *DeleteGitWebhookByNameUsingDELETEParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete git webhook by name using d e l e t e params

func (*DeleteGitWebhookByNameUsingDELETEParams) SetContext added in v0.4.0

SetContext adds the context to the delete git webhook by name using d e l e t e params

func (*DeleteGitWebhookByNameUsingDELETEParams) SetDefaults added in v0.4.0

func (o *DeleteGitWebhookByNameUsingDELETEParams) SetDefaults()

SetDefaults hydrates default values in the delete git webhook by name using d e l e t e params (not the query body).

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

func (*DeleteGitWebhookByNameUsingDELETEParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the delete git webhook by name using d e l e t e params

func (*DeleteGitWebhookByNameUsingDELETEParams) SetName added in v0.4.0

SetName adds the name to the delete git webhook by name using d e l e t e params

func (*DeleteGitWebhookByNameUsingDELETEParams) SetProject added in v0.4.0

func (o *DeleteGitWebhookByNameUsingDELETEParams) SetProject(project string)

SetProject adds the project to the delete git webhook by name using d e l e t e params

func (*DeleteGitWebhookByNameUsingDELETEParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the delete git webhook by name using d e l e t e params

func (*DeleteGitWebhookByNameUsingDELETEParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the delete git webhook by name using d e l e t e params

func (*DeleteGitWebhookByNameUsingDELETEParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the delete git webhook by name using d e l e t e params

func (*DeleteGitWebhookByNameUsingDELETEParams) WithContext added in v0.4.0

WithContext adds the context to the delete git webhook by name using d e l e t e params

func (*DeleteGitWebhookByNameUsingDELETEParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the delete git webhook by name using d e l e t e params (not the query body).

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

func (*DeleteGitWebhookByNameUsingDELETEParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the delete git webhook by name using d e l e t e params

func (*DeleteGitWebhookByNameUsingDELETEParams) WithName added in v0.4.0

WithName adds the name to the delete git webhook by name using d e l e t e params

func (*DeleteGitWebhookByNameUsingDELETEParams) WithProject added in v0.4.0

WithProject adds the project to the delete git webhook by name using d e l e t e params

func (*DeleteGitWebhookByNameUsingDELETEParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the delete git webhook by name using d e l e t e params

func (*DeleteGitWebhookByNameUsingDELETEParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DeleteGitWebhookByNameUsingDELETEReader added in v0.4.0

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

DeleteGitWebhookByNameUsingDELETEReader is a Reader for the DeleteGitWebhookByNameUsingDELETE structure.

func (*DeleteGitWebhookByNameUsingDELETEReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type DeleteGitWebhookByNameUsingDELETEUnauthorized added in v0.4.0

type DeleteGitWebhookByNameUsingDELETEUnauthorized struct {
}

DeleteGitWebhookByNameUsingDELETEUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewDeleteGitWebhookByNameUsingDELETEUnauthorized added in v0.4.0

func NewDeleteGitWebhookByNameUsingDELETEUnauthorized() *DeleteGitWebhookByNameUsingDELETEUnauthorized

NewDeleteGitWebhookByNameUsingDELETEUnauthorized creates a DeleteGitWebhookByNameUsingDELETEUnauthorized with default headers values

func (*DeleteGitWebhookByNameUsingDELETEUnauthorized) Error added in v0.4.0

func (*DeleteGitWebhookByNameUsingDELETEUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this delete git webhook by name using d e l e t e unauthorized response has a 4xx status code

func (*DeleteGitWebhookByNameUsingDELETEUnauthorized) IsCode added in v0.5.0

IsCode returns true when this delete git webhook by name using d e l e t e unauthorized response a status code equal to that given

func (*DeleteGitWebhookByNameUsingDELETEUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this delete git webhook by name using d e l e t e unauthorized response has a 3xx status code

func (*DeleteGitWebhookByNameUsingDELETEUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this delete git webhook by name using d e l e t e unauthorized response has a 5xx status code

func (*DeleteGitWebhookByNameUsingDELETEUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this delete git webhook by name using d e l e t e unauthorized response has a 2xx status code

func (*DeleteGitWebhookByNameUsingDELETEUnauthorized) String added in v0.5.0

type GetAllDockerRegistryEventsUsingGETForbidden added in v0.4.0

type GetAllDockerRegistryEventsUsingGETForbidden struct {
}

GetAllDockerRegistryEventsUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAllDockerRegistryEventsUsingGETForbidden added in v0.4.0

func NewGetAllDockerRegistryEventsUsingGETForbidden() *GetAllDockerRegistryEventsUsingGETForbidden

NewGetAllDockerRegistryEventsUsingGETForbidden creates a GetAllDockerRegistryEventsUsingGETForbidden with default headers values

func (*GetAllDockerRegistryEventsUsingGETForbidden) Error added in v0.4.0

func (*GetAllDockerRegistryEventsUsingGETForbidden) IsClientError added in v0.5.0

IsClientError returns true when this get all docker registry events using g e t forbidden response has a 4xx status code

func (*GetAllDockerRegistryEventsUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get all docker registry events using g e t forbidden response a status code equal to that given

func (*GetAllDockerRegistryEventsUsingGETForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this get all docker registry events using g e t forbidden response has a 3xx status code

func (*GetAllDockerRegistryEventsUsingGETForbidden) IsServerError added in v0.5.0

IsServerError returns true when this get all docker registry events using g e t forbidden response has a 5xx status code

func (*GetAllDockerRegistryEventsUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get all docker registry events using g e t forbidden response has a 2xx status code

func (*GetAllDockerRegistryEventsUsingGETForbidden) String added in v0.5.0

type GetAllDockerRegistryEventsUsingGETInternalServerError added in v0.4.0

type GetAllDockerRegistryEventsUsingGETInternalServerError struct {
}

GetAllDockerRegistryEventsUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetAllDockerRegistryEventsUsingGETInternalServerError added in v0.4.0

func NewGetAllDockerRegistryEventsUsingGETInternalServerError() *GetAllDockerRegistryEventsUsingGETInternalServerError

NewGetAllDockerRegistryEventsUsingGETInternalServerError creates a GetAllDockerRegistryEventsUsingGETInternalServerError with default headers values

func (*GetAllDockerRegistryEventsUsingGETInternalServerError) Error added in v0.4.0

func (*GetAllDockerRegistryEventsUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get all docker registry events using g e t internal server error response has a 4xx status code

func (*GetAllDockerRegistryEventsUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get all docker registry events using g e t internal server error response a status code equal to that given

func (*GetAllDockerRegistryEventsUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get all docker registry events using g e t internal server error response has a 3xx status code

func (*GetAllDockerRegistryEventsUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get all docker registry events using g e t internal server error response has a 5xx status code

func (*GetAllDockerRegistryEventsUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get all docker registry events using g e t internal server error response has a 2xx status code

func (*GetAllDockerRegistryEventsUsingGETInternalServerError) String added in v0.5.0

type GetAllDockerRegistryEventsUsingGETNotFound added in v0.4.0

type GetAllDockerRegistryEventsUsingGETNotFound struct {
	Payload *models.Error
}

GetAllDockerRegistryEventsUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAllDockerRegistryEventsUsingGETNotFound added in v0.4.0

func NewGetAllDockerRegistryEventsUsingGETNotFound() *GetAllDockerRegistryEventsUsingGETNotFound

NewGetAllDockerRegistryEventsUsingGETNotFound creates a GetAllDockerRegistryEventsUsingGETNotFound with default headers values

func (*GetAllDockerRegistryEventsUsingGETNotFound) Error added in v0.4.0

func (*GetAllDockerRegistryEventsUsingGETNotFound) GetPayload added in v0.4.0

func (*GetAllDockerRegistryEventsUsingGETNotFound) IsClientError added in v0.5.0

IsClientError returns true when this get all docker registry events using g e t not found response has a 4xx status code

func (*GetAllDockerRegistryEventsUsingGETNotFound) IsCode added in v0.5.0

IsCode returns true when this get all docker registry events using g e t not found response a status code equal to that given

func (*GetAllDockerRegistryEventsUsingGETNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get all docker registry events using g e t not found response has a 3xx status code

func (*GetAllDockerRegistryEventsUsingGETNotFound) IsServerError added in v0.5.0

IsServerError returns true when this get all docker registry events using g e t not found response has a 5xx status code

func (*GetAllDockerRegistryEventsUsingGETNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get all docker registry events using g e t not found response has a 2xx status code

func (*GetAllDockerRegistryEventsUsingGETNotFound) String added in v0.5.0

type GetAllDockerRegistryEventsUsingGETOK added in v0.4.0

type GetAllDockerRegistryEventsUsingGETOK struct {
	Payload models.DockerRegistryEvents
}

GetAllDockerRegistryEventsUsingGETOK describes a response with status code 200, with default header values.

'Success' with get of Docker Registry Events

func NewGetAllDockerRegistryEventsUsingGETOK added in v0.4.0

func NewGetAllDockerRegistryEventsUsingGETOK() *GetAllDockerRegistryEventsUsingGETOK

NewGetAllDockerRegistryEventsUsingGETOK creates a GetAllDockerRegistryEventsUsingGETOK with default headers values

func (*GetAllDockerRegistryEventsUsingGETOK) Error added in v0.4.0

func (*GetAllDockerRegistryEventsUsingGETOK) GetPayload added in v0.4.0

func (*GetAllDockerRegistryEventsUsingGETOK) IsClientError added in v0.5.0

func (o *GetAllDockerRegistryEventsUsingGETOK) IsClientError() bool

IsClientError returns true when this get all docker registry events using g e t o k response has a 4xx status code

func (*GetAllDockerRegistryEventsUsingGETOK) IsCode added in v0.5.0

IsCode returns true when this get all docker registry events using g e t o k response a status code equal to that given

func (*GetAllDockerRegistryEventsUsingGETOK) IsRedirect added in v0.5.0

IsRedirect returns true when this get all docker registry events using g e t o k response has a 3xx status code

func (*GetAllDockerRegistryEventsUsingGETOK) IsServerError added in v0.5.0

func (o *GetAllDockerRegistryEventsUsingGETOK) IsServerError() bool

IsServerError returns true when this get all docker registry events using g e t o k response has a 5xx status code

func (*GetAllDockerRegistryEventsUsingGETOK) IsSuccess added in v0.5.0

IsSuccess returns true when this get all docker registry events using g e t o k response has a 2xx status code

func (*GetAllDockerRegistryEventsUsingGETOK) String added in v0.5.0

type GetAllDockerRegistryEventsUsingGETParams added in v0.4.0

type GetAllDockerRegistryEventsUsingGETParams struct {

	/* DollarFilter.

	   To list Docker Registry Events with OData like filter
	*/
	DollarFilter *string

	/* DollarOrderby.

	   Order by attribute

	   Default: "name desc"
	*/
	DollarOrderby *string

	/* DollarSkip.

	   To skip 'n' Docker Registry Events for listing

	   Default: "0"
	*/
	DollarSkip *string

	/* DollarTop.

	   To list top 'n' Docker Registry Events for listing

	   Default: "25"
	*/
	DollarTop *string

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Page.

	   To select 'n'th page for listing

	   Default: "0"
	*/
	Page *string

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

GetAllDockerRegistryEventsUsingGETParams contains all the parameters to send to the API endpoint

for the get all docker registry events using g e t operation.

Typically these are written to a http.Request.

func NewGetAllDockerRegistryEventsUsingGETParams added in v0.4.0

func NewGetAllDockerRegistryEventsUsingGETParams() *GetAllDockerRegistryEventsUsingGETParams

NewGetAllDockerRegistryEventsUsingGETParams creates a new GetAllDockerRegistryEventsUsingGETParams 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 NewGetAllDockerRegistryEventsUsingGETParamsWithContext added in v0.4.0

func NewGetAllDockerRegistryEventsUsingGETParamsWithContext(ctx context.Context) *GetAllDockerRegistryEventsUsingGETParams

NewGetAllDockerRegistryEventsUsingGETParamsWithContext creates a new GetAllDockerRegistryEventsUsingGETParams object with the ability to set a context for a request.

func NewGetAllDockerRegistryEventsUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetAllDockerRegistryEventsUsingGETParamsWithHTTPClient(client *http.Client) *GetAllDockerRegistryEventsUsingGETParams

NewGetAllDockerRegistryEventsUsingGETParamsWithHTTPClient creates a new GetAllDockerRegistryEventsUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllDockerRegistryEventsUsingGETParamsWithTimeout added in v0.4.0

func NewGetAllDockerRegistryEventsUsingGETParamsWithTimeout(timeout time.Duration) *GetAllDockerRegistryEventsUsingGETParams

NewGetAllDockerRegistryEventsUsingGETParamsWithTimeout creates a new GetAllDockerRegistryEventsUsingGETParams object with the ability to set a timeout on a request.

func (*GetAllDockerRegistryEventsUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetAllDockerRegistryEventsUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get all docker registry events using get params

func (*GetAllDockerRegistryEventsUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetAllDockerRegistryEventsUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get all docker registry events using get params

func (*GetAllDockerRegistryEventsUsingGETParams) SetContext added in v0.4.0

SetContext adds the context to the get all docker registry events using get params

func (*GetAllDockerRegistryEventsUsingGETParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the get all docker registry events using get params (not the query body).

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

func (*GetAllDockerRegistryEventsUsingGETParams) SetDollarFilter added in v0.4.0

func (o *GetAllDockerRegistryEventsUsingGETParams) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the get all docker registry events using get params

func (*GetAllDockerRegistryEventsUsingGETParams) SetDollarOrderby added in v0.4.0

func (o *GetAllDockerRegistryEventsUsingGETParams) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the get all docker registry events using get params

func (*GetAllDockerRegistryEventsUsingGETParams) SetDollarSkip added in v0.4.0

func (o *GetAllDockerRegistryEventsUsingGETParams) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the get all docker registry events using get params

func (*GetAllDockerRegistryEventsUsingGETParams) SetDollarTop added in v0.4.0

func (o *GetAllDockerRegistryEventsUsingGETParams) SetDollarTop(dollarTop *string)

SetDollarTop adds the dollarTop to the get all docker registry events using get params

func (*GetAllDockerRegistryEventsUsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get all docker registry events using get params

func (*GetAllDockerRegistryEventsUsingGETParams) SetPage added in v0.4.0

SetPage adds the page to the get all docker registry events using get params

func (*GetAllDockerRegistryEventsUsingGETParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the get all docker registry events using get params

func (*GetAllDockerRegistryEventsUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get all docker registry events using get params

func (*GetAllDockerRegistryEventsUsingGETParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the get all docker registry events using get params

func (*GetAllDockerRegistryEventsUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get all docker registry events using get params

func (*GetAllDockerRegistryEventsUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get all docker registry events using get params (not the query body).

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

func (*GetAllDockerRegistryEventsUsingGETParams) WithDollarFilter added in v0.4.0

WithDollarFilter adds the dollarFilter to the get all docker registry events using get params

func (*GetAllDockerRegistryEventsUsingGETParams) WithDollarOrderby added in v0.4.0

WithDollarOrderby adds the dollarOrderby to the get all docker registry events using get params

func (*GetAllDockerRegistryEventsUsingGETParams) WithDollarSkip added in v0.4.0

WithDollarSkip adds the dollarSkip to the get all docker registry events using get params

func (*GetAllDockerRegistryEventsUsingGETParams) WithDollarTop added in v0.4.0

WithDollarTop adds the dollarTop to the get all docker registry events using get params

func (*GetAllDockerRegistryEventsUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get all docker registry events using get params

func (*GetAllDockerRegistryEventsUsingGETParams) WithPage added in v0.4.0

WithPage adds the page to the get all docker registry events using get params

func (*GetAllDockerRegistryEventsUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get all docker registry events using get params

func (*GetAllDockerRegistryEventsUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetAllDockerRegistryEventsUsingGETReader added in v0.4.0

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

GetAllDockerRegistryEventsUsingGETReader is a Reader for the GetAllDockerRegistryEventsUsingGET structure.

func (*GetAllDockerRegistryEventsUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetAllDockerRegistryEventsUsingGETUnauthorized added in v0.4.0

type GetAllDockerRegistryEventsUsingGETUnauthorized struct {
}

GetAllDockerRegistryEventsUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetAllDockerRegistryEventsUsingGETUnauthorized added in v0.4.0

func NewGetAllDockerRegistryEventsUsingGETUnauthorized() *GetAllDockerRegistryEventsUsingGETUnauthorized

NewGetAllDockerRegistryEventsUsingGETUnauthorized creates a GetAllDockerRegistryEventsUsingGETUnauthorized with default headers values

func (*GetAllDockerRegistryEventsUsingGETUnauthorized) Error added in v0.4.0

func (*GetAllDockerRegistryEventsUsingGETUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get all docker registry events using g e t unauthorized response has a 4xx status code

func (*GetAllDockerRegistryEventsUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get all docker registry events using g e t unauthorized response a status code equal to that given

func (*GetAllDockerRegistryEventsUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get all docker registry events using g e t unauthorized response has a 3xx status code

func (*GetAllDockerRegistryEventsUsingGETUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get all docker registry events using g e t unauthorized response has a 5xx status code

func (*GetAllDockerRegistryEventsUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get all docker registry events using g e t unauthorized response has a 2xx status code

func (*GetAllDockerRegistryEventsUsingGETUnauthorized) String added in v0.5.0

type GetAllDockerRegistryWebhooksUsingGETForbidden added in v0.4.0

type GetAllDockerRegistryWebhooksUsingGETForbidden struct {
}

GetAllDockerRegistryWebhooksUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAllDockerRegistryWebhooksUsingGETForbidden added in v0.4.0

func NewGetAllDockerRegistryWebhooksUsingGETForbidden() *GetAllDockerRegistryWebhooksUsingGETForbidden

NewGetAllDockerRegistryWebhooksUsingGETForbidden creates a GetAllDockerRegistryWebhooksUsingGETForbidden with default headers values

func (*GetAllDockerRegistryWebhooksUsingGETForbidden) Error added in v0.4.0

func (*GetAllDockerRegistryWebhooksUsingGETForbidden) IsClientError added in v0.5.0

IsClientError returns true when this get all docker registry webhooks using g e t forbidden response has a 4xx status code

func (*GetAllDockerRegistryWebhooksUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get all docker registry webhooks using g e t forbidden response a status code equal to that given

func (*GetAllDockerRegistryWebhooksUsingGETForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this get all docker registry webhooks using g e t forbidden response has a 3xx status code

func (*GetAllDockerRegistryWebhooksUsingGETForbidden) IsServerError added in v0.5.0

IsServerError returns true when this get all docker registry webhooks using g e t forbidden response has a 5xx status code

func (*GetAllDockerRegistryWebhooksUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get all docker registry webhooks using g e t forbidden response has a 2xx status code

func (*GetAllDockerRegistryWebhooksUsingGETForbidden) String added in v0.5.0

type GetAllDockerRegistryWebhooksUsingGETInternalServerError added in v0.4.0

type GetAllDockerRegistryWebhooksUsingGETInternalServerError struct {
}

GetAllDockerRegistryWebhooksUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetAllDockerRegistryWebhooksUsingGETInternalServerError added in v0.4.0

func NewGetAllDockerRegistryWebhooksUsingGETInternalServerError() *GetAllDockerRegistryWebhooksUsingGETInternalServerError

NewGetAllDockerRegistryWebhooksUsingGETInternalServerError creates a GetAllDockerRegistryWebhooksUsingGETInternalServerError with default headers values

func (*GetAllDockerRegistryWebhooksUsingGETInternalServerError) Error added in v0.4.0

func (*GetAllDockerRegistryWebhooksUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get all docker registry webhooks using g e t internal server error response has a 4xx status code

func (*GetAllDockerRegistryWebhooksUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get all docker registry webhooks using g e t internal server error response a status code equal to that given

func (*GetAllDockerRegistryWebhooksUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get all docker registry webhooks using g e t internal server error response has a 3xx status code

func (*GetAllDockerRegistryWebhooksUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get all docker registry webhooks using g e t internal server error response has a 5xx status code

func (*GetAllDockerRegistryWebhooksUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get all docker registry webhooks using g e t internal server error response has a 2xx status code

func (*GetAllDockerRegistryWebhooksUsingGETInternalServerError) String added in v0.5.0

type GetAllDockerRegistryWebhooksUsingGETNotFound added in v0.4.0

type GetAllDockerRegistryWebhooksUsingGETNotFound struct {
	Payload *models.Error
}

GetAllDockerRegistryWebhooksUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAllDockerRegistryWebhooksUsingGETNotFound added in v0.4.0

func NewGetAllDockerRegistryWebhooksUsingGETNotFound() *GetAllDockerRegistryWebhooksUsingGETNotFound

NewGetAllDockerRegistryWebhooksUsingGETNotFound creates a GetAllDockerRegistryWebhooksUsingGETNotFound with default headers values

func (*GetAllDockerRegistryWebhooksUsingGETNotFound) Error added in v0.4.0

func (*GetAllDockerRegistryWebhooksUsingGETNotFound) GetPayload added in v0.4.0

func (*GetAllDockerRegistryWebhooksUsingGETNotFound) IsClientError added in v0.5.0

IsClientError returns true when this get all docker registry webhooks using g e t not found response has a 4xx status code

func (*GetAllDockerRegistryWebhooksUsingGETNotFound) IsCode added in v0.5.0

IsCode returns true when this get all docker registry webhooks using g e t not found response a status code equal to that given

func (*GetAllDockerRegistryWebhooksUsingGETNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get all docker registry webhooks using g e t not found response has a 3xx status code

func (*GetAllDockerRegistryWebhooksUsingGETNotFound) IsServerError added in v0.5.0

IsServerError returns true when this get all docker registry webhooks using g e t not found response has a 5xx status code

func (*GetAllDockerRegistryWebhooksUsingGETNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get all docker registry webhooks using g e t not found response has a 2xx status code

func (*GetAllDockerRegistryWebhooksUsingGETNotFound) String added in v0.5.0

type GetAllDockerRegistryWebhooksUsingGETOK added in v0.4.0

type GetAllDockerRegistryWebhooksUsingGETOK struct {
	Payload models.DockerRegistryWebhooks
}

GetAllDockerRegistryWebhooksUsingGETOK describes a response with status code 200, with default header values.

'Success' with get of Docker Registry Webhooks

func NewGetAllDockerRegistryWebhooksUsingGETOK added in v0.4.0

func NewGetAllDockerRegistryWebhooksUsingGETOK() *GetAllDockerRegistryWebhooksUsingGETOK

NewGetAllDockerRegistryWebhooksUsingGETOK creates a GetAllDockerRegistryWebhooksUsingGETOK with default headers values

func (*GetAllDockerRegistryWebhooksUsingGETOK) Error added in v0.4.0

func (*GetAllDockerRegistryWebhooksUsingGETOK) GetPayload added in v0.4.0

func (*GetAllDockerRegistryWebhooksUsingGETOK) IsClientError added in v0.5.0

func (o *GetAllDockerRegistryWebhooksUsingGETOK) IsClientError() bool

IsClientError returns true when this get all docker registry webhooks using g e t o k response has a 4xx status code

func (*GetAllDockerRegistryWebhooksUsingGETOK) IsCode added in v0.5.0

IsCode returns true when this get all docker registry webhooks using g e t o k response a status code equal to that given

func (*GetAllDockerRegistryWebhooksUsingGETOK) IsRedirect added in v0.5.0

IsRedirect returns true when this get all docker registry webhooks using g e t o k response has a 3xx status code

func (*GetAllDockerRegistryWebhooksUsingGETOK) IsServerError added in v0.5.0

func (o *GetAllDockerRegistryWebhooksUsingGETOK) IsServerError() bool

IsServerError returns true when this get all docker registry webhooks using g e t o k response has a 5xx status code

func (*GetAllDockerRegistryWebhooksUsingGETOK) IsSuccess added in v0.5.0

IsSuccess returns true when this get all docker registry webhooks using g e t o k response has a 2xx status code

func (*GetAllDockerRegistryWebhooksUsingGETOK) String added in v0.5.0

type GetAllDockerRegistryWebhooksUsingGETParams added in v0.4.0

type GetAllDockerRegistryWebhooksUsingGETParams struct {

	/* DollarFilter.

	   To list Docker Registry Webhooks with OData like filter
	*/
	DollarFilter *string

	/* DollarOrderby.

	   Order by attribute

	   Default: "name desc"
	*/
	DollarOrderby *string

	/* DollarSkip.

	   To skip 'n' Docker Registry Webhooks for listing

	   Default: "0"
	*/
	DollarSkip *string

	/* DollarTop.

	   To list top 'n' Docker Registry Webhooks for listing

	   Default: "25"
	*/
	DollarTop *string

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Page.

	   To select 'n'th page for listing

	   Default: "0"
	*/
	Page *string

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

GetAllDockerRegistryWebhooksUsingGETParams contains all the parameters to send to the API endpoint

for the get all docker registry webhooks using g e t operation.

Typically these are written to a http.Request.

func NewGetAllDockerRegistryWebhooksUsingGETParams added in v0.4.0

func NewGetAllDockerRegistryWebhooksUsingGETParams() *GetAllDockerRegistryWebhooksUsingGETParams

NewGetAllDockerRegistryWebhooksUsingGETParams creates a new GetAllDockerRegistryWebhooksUsingGETParams 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 NewGetAllDockerRegistryWebhooksUsingGETParamsWithContext added in v0.4.0

func NewGetAllDockerRegistryWebhooksUsingGETParamsWithContext(ctx context.Context) *GetAllDockerRegistryWebhooksUsingGETParams

NewGetAllDockerRegistryWebhooksUsingGETParamsWithContext creates a new GetAllDockerRegistryWebhooksUsingGETParams object with the ability to set a context for a request.

func NewGetAllDockerRegistryWebhooksUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetAllDockerRegistryWebhooksUsingGETParamsWithHTTPClient(client *http.Client) *GetAllDockerRegistryWebhooksUsingGETParams

NewGetAllDockerRegistryWebhooksUsingGETParamsWithHTTPClient creates a new GetAllDockerRegistryWebhooksUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllDockerRegistryWebhooksUsingGETParamsWithTimeout added in v0.4.0

func NewGetAllDockerRegistryWebhooksUsingGETParamsWithTimeout(timeout time.Duration) *GetAllDockerRegistryWebhooksUsingGETParams

NewGetAllDockerRegistryWebhooksUsingGETParamsWithTimeout creates a new GetAllDockerRegistryWebhooksUsingGETParams object with the ability to set a timeout on a request.

func (*GetAllDockerRegistryWebhooksUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetAllDockerRegistryWebhooksUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get all docker registry webhooks using get params

func (*GetAllDockerRegistryWebhooksUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetAllDockerRegistryWebhooksUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get all docker registry webhooks using get params

func (*GetAllDockerRegistryWebhooksUsingGETParams) SetContext added in v0.4.0

SetContext adds the context to the get all docker registry webhooks using get params

func (*GetAllDockerRegistryWebhooksUsingGETParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the get all docker registry webhooks using get params (not the query body).

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

func (*GetAllDockerRegistryWebhooksUsingGETParams) SetDollarFilter added in v0.4.0

func (o *GetAllDockerRegistryWebhooksUsingGETParams) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the get all docker registry webhooks using get params

func (*GetAllDockerRegistryWebhooksUsingGETParams) SetDollarOrderby added in v0.4.0

func (o *GetAllDockerRegistryWebhooksUsingGETParams) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the get all docker registry webhooks using get params

func (*GetAllDockerRegistryWebhooksUsingGETParams) SetDollarSkip added in v0.4.0

func (o *GetAllDockerRegistryWebhooksUsingGETParams) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the get all docker registry webhooks using get params

func (*GetAllDockerRegistryWebhooksUsingGETParams) SetDollarTop added in v0.4.0

func (o *GetAllDockerRegistryWebhooksUsingGETParams) SetDollarTop(dollarTop *string)

SetDollarTop adds the dollarTop to the get all docker registry webhooks using get params

func (*GetAllDockerRegistryWebhooksUsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get all docker registry webhooks using get params

func (*GetAllDockerRegistryWebhooksUsingGETParams) SetPage added in v0.4.0

SetPage adds the page to the get all docker registry webhooks using get params

func (*GetAllDockerRegistryWebhooksUsingGETParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the get all docker registry webhooks using get params

func (*GetAllDockerRegistryWebhooksUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get all docker registry webhooks using get params

func (*GetAllDockerRegistryWebhooksUsingGETParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the get all docker registry webhooks using get params

func (*GetAllDockerRegistryWebhooksUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get all docker registry webhooks using get params

func (*GetAllDockerRegistryWebhooksUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get all docker registry webhooks using get params (not the query body).

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

func (*GetAllDockerRegistryWebhooksUsingGETParams) WithDollarFilter added in v0.4.0

WithDollarFilter adds the dollarFilter to the get all docker registry webhooks using get params

func (*GetAllDockerRegistryWebhooksUsingGETParams) WithDollarOrderby added in v0.4.0

WithDollarOrderby adds the dollarOrderby to the get all docker registry webhooks using get params

func (*GetAllDockerRegistryWebhooksUsingGETParams) WithDollarSkip added in v0.4.0

WithDollarSkip adds the dollarSkip to the get all docker registry webhooks using get params

func (*GetAllDockerRegistryWebhooksUsingGETParams) WithDollarTop added in v0.4.0

WithDollarTop adds the dollarTop to the get all docker registry webhooks using get params

func (*GetAllDockerRegistryWebhooksUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get all docker registry webhooks using get params

func (*GetAllDockerRegistryWebhooksUsingGETParams) WithPage added in v0.4.0

WithPage adds the page to the get all docker registry webhooks using get params

func (*GetAllDockerRegistryWebhooksUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get all docker registry webhooks using get params

func (*GetAllDockerRegistryWebhooksUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetAllDockerRegistryWebhooksUsingGETReader added in v0.4.0

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

GetAllDockerRegistryWebhooksUsingGETReader is a Reader for the GetAllDockerRegistryWebhooksUsingGET structure.

func (*GetAllDockerRegistryWebhooksUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetAllDockerRegistryWebhooksUsingGETUnauthorized added in v0.4.0

type GetAllDockerRegistryWebhooksUsingGETUnauthorized struct {
}

GetAllDockerRegistryWebhooksUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetAllDockerRegistryWebhooksUsingGETUnauthorized added in v0.4.0

func NewGetAllDockerRegistryWebhooksUsingGETUnauthorized() *GetAllDockerRegistryWebhooksUsingGETUnauthorized

NewGetAllDockerRegistryWebhooksUsingGETUnauthorized creates a GetAllDockerRegistryWebhooksUsingGETUnauthorized with default headers values

func (*GetAllDockerRegistryWebhooksUsingGETUnauthorized) Error added in v0.4.0

func (*GetAllDockerRegistryWebhooksUsingGETUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get all docker registry webhooks using g e t unauthorized response has a 4xx status code

func (*GetAllDockerRegistryWebhooksUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get all docker registry webhooks using g e t unauthorized response a status code equal to that given

func (*GetAllDockerRegistryWebhooksUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get all docker registry webhooks using g e t unauthorized response has a 3xx status code

func (*GetAllDockerRegistryWebhooksUsingGETUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get all docker registry webhooks using g e t unauthorized response has a 5xx status code

func (*GetAllDockerRegistryWebhooksUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get all docker registry webhooks using g e t unauthorized response has a 2xx status code

func (*GetAllDockerRegistryWebhooksUsingGETUnauthorized) String added in v0.5.0

type GetAllGerritEventsUsingGETForbidden added in v0.4.0

type GetAllGerritEventsUsingGETForbidden struct {
}

GetAllGerritEventsUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAllGerritEventsUsingGETForbidden added in v0.4.0

func NewGetAllGerritEventsUsingGETForbidden() *GetAllGerritEventsUsingGETForbidden

NewGetAllGerritEventsUsingGETForbidden creates a GetAllGerritEventsUsingGETForbidden with default headers values

func (*GetAllGerritEventsUsingGETForbidden) Error added in v0.4.0

func (*GetAllGerritEventsUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetAllGerritEventsUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get all gerrit events using g e t forbidden response has a 4xx status code

func (*GetAllGerritEventsUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get all gerrit events using g e t forbidden response a status code equal to that given

func (*GetAllGerritEventsUsingGETForbidden) IsRedirect added in v0.5.0

func (o *GetAllGerritEventsUsingGETForbidden) IsRedirect() bool

IsRedirect returns true when this get all gerrit events using g e t forbidden response has a 3xx status code

func (*GetAllGerritEventsUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetAllGerritEventsUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get all gerrit events using g e t forbidden response has a 5xx status code

func (*GetAllGerritEventsUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get all gerrit events using g e t forbidden response has a 2xx status code

func (*GetAllGerritEventsUsingGETForbidden) String added in v0.5.0

type GetAllGerritEventsUsingGETInternalServerError added in v0.4.0

type GetAllGerritEventsUsingGETInternalServerError struct {
}

GetAllGerritEventsUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetAllGerritEventsUsingGETInternalServerError added in v0.4.0

func NewGetAllGerritEventsUsingGETInternalServerError() *GetAllGerritEventsUsingGETInternalServerError

NewGetAllGerritEventsUsingGETInternalServerError creates a GetAllGerritEventsUsingGETInternalServerError with default headers values

func (*GetAllGerritEventsUsingGETInternalServerError) Error added in v0.4.0

func (*GetAllGerritEventsUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get all gerrit events using g e t internal server error response has a 4xx status code

func (*GetAllGerritEventsUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get all gerrit events using g e t internal server error response a status code equal to that given

func (*GetAllGerritEventsUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get all gerrit events using g e t internal server error response has a 3xx status code

func (*GetAllGerritEventsUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get all gerrit events using g e t internal server error response has a 5xx status code

func (*GetAllGerritEventsUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get all gerrit events using g e t internal server error response has a 2xx status code

func (*GetAllGerritEventsUsingGETInternalServerError) String added in v0.5.0

type GetAllGerritEventsUsingGETNotFound added in v0.4.0

type GetAllGerritEventsUsingGETNotFound struct {
	Payload *models.Error
}

GetAllGerritEventsUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAllGerritEventsUsingGETNotFound added in v0.4.0

func NewGetAllGerritEventsUsingGETNotFound() *GetAllGerritEventsUsingGETNotFound

NewGetAllGerritEventsUsingGETNotFound creates a GetAllGerritEventsUsingGETNotFound with default headers values

func (*GetAllGerritEventsUsingGETNotFound) Error added in v0.4.0

func (*GetAllGerritEventsUsingGETNotFound) GetPayload added in v0.4.0

func (*GetAllGerritEventsUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetAllGerritEventsUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get all gerrit events using g e t not found response has a 4xx status code

func (*GetAllGerritEventsUsingGETNotFound) IsCode added in v0.5.0

IsCode returns true when this get all gerrit events using g e t not found response a status code equal to that given

func (*GetAllGerritEventsUsingGETNotFound) IsRedirect added in v0.5.0

func (o *GetAllGerritEventsUsingGETNotFound) IsRedirect() bool

IsRedirect returns true when this get all gerrit events using g e t not found response has a 3xx status code

func (*GetAllGerritEventsUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetAllGerritEventsUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get all gerrit events using g e t not found response has a 5xx status code

func (*GetAllGerritEventsUsingGETNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get all gerrit events using g e t not found response has a 2xx status code

func (*GetAllGerritEventsUsingGETNotFound) String added in v0.5.0

type GetAllGerritEventsUsingGETOK added in v0.4.0

type GetAllGerritEventsUsingGETOK struct {
	Payload models.GerritEvents
}

GetAllGerritEventsUsingGETOK describes a response with status code 200, with default header values.

'Success' with get of gerrit events

func NewGetAllGerritEventsUsingGETOK added in v0.4.0

func NewGetAllGerritEventsUsingGETOK() *GetAllGerritEventsUsingGETOK

NewGetAllGerritEventsUsingGETOK creates a GetAllGerritEventsUsingGETOK with default headers values

func (*GetAllGerritEventsUsingGETOK) Error added in v0.4.0

func (*GetAllGerritEventsUsingGETOK) GetPayload added in v0.4.0

func (*GetAllGerritEventsUsingGETOK) IsClientError added in v0.5.0

func (o *GetAllGerritEventsUsingGETOK) IsClientError() bool

IsClientError returns true when this get all gerrit events using g e t o k response has a 4xx status code

func (*GetAllGerritEventsUsingGETOK) IsCode added in v0.5.0

func (o *GetAllGerritEventsUsingGETOK) IsCode(code int) bool

IsCode returns true when this get all gerrit events using g e t o k response a status code equal to that given

func (*GetAllGerritEventsUsingGETOK) IsRedirect added in v0.5.0

func (o *GetAllGerritEventsUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get all gerrit events using g e t o k response has a 3xx status code

func (*GetAllGerritEventsUsingGETOK) IsServerError added in v0.5.0

func (o *GetAllGerritEventsUsingGETOK) IsServerError() bool

IsServerError returns true when this get all gerrit events using g e t o k response has a 5xx status code

func (*GetAllGerritEventsUsingGETOK) IsSuccess added in v0.5.0

func (o *GetAllGerritEventsUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get all gerrit events using g e t o k response has a 2xx status code

func (*GetAllGerritEventsUsingGETOK) String added in v0.5.0

type GetAllGerritEventsUsingGETParams added in v0.4.0

type GetAllGerritEventsUsingGETParams struct {

	/* DollarFilter.

	   To list gerrit events with OData like filter
	*/
	DollarFilter *string

	/* DollarOrderby.

	   Order by attribute

	   Default: "name desc"
	*/
	DollarOrderby *string

	/* DollarSkip.

	   To skip 'n' gerrit events for listing

	   Default: "0"
	*/
	DollarSkip *string

	/* DollarTop.

	   To list top 'n' gerrit events for listing

	   Default: "25"
	*/
	DollarTop *string

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Page.

	   To select 'n'th page for listing

	   Default: "0"
	*/
	Page *string

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

GetAllGerritEventsUsingGETParams contains all the parameters to send to the API endpoint

for the get all gerrit events using g e t operation.

Typically these are written to a http.Request.

func NewGetAllGerritEventsUsingGETParams added in v0.4.0

func NewGetAllGerritEventsUsingGETParams() *GetAllGerritEventsUsingGETParams

NewGetAllGerritEventsUsingGETParams creates a new GetAllGerritEventsUsingGETParams 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 NewGetAllGerritEventsUsingGETParamsWithContext added in v0.4.0

func NewGetAllGerritEventsUsingGETParamsWithContext(ctx context.Context) *GetAllGerritEventsUsingGETParams

NewGetAllGerritEventsUsingGETParamsWithContext creates a new GetAllGerritEventsUsingGETParams object with the ability to set a context for a request.

func NewGetAllGerritEventsUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetAllGerritEventsUsingGETParamsWithHTTPClient(client *http.Client) *GetAllGerritEventsUsingGETParams

NewGetAllGerritEventsUsingGETParamsWithHTTPClient creates a new GetAllGerritEventsUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllGerritEventsUsingGETParamsWithTimeout added in v0.4.0

func NewGetAllGerritEventsUsingGETParamsWithTimeout(timeout time.Duration) *GetAllGerritEventsUsingGETParams

NewGetAllGerritEventsUsingGETParamsWithTimeout creates a new GetAllGerritEventsUsingGETParams object with the ability to set a timeout on a request.

func (*GetAllGerritEventsUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetAllGerritEventsUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get all gerrit events using get params

func (*GetAllGerritEventsUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetAllGerritEventsUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get all gerrit events using get params

func (*GetAllGerritEventsUsingGETParams) SetContext added in v0.4.0

SetContext adds the context to the get all gerrit events using get params

func (*GetAllGerritEventsUsingGETParams) SetDefaults added in v0.4.0

func (o *GetAllGerritEventsUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get all gerrit events using get params (not the query body).

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

func (*GetAllGerritEventsUsingGETParams) SetDollarFilter added in v0.4.0

func (o *GetAllGerritEventsUsingGETParams) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the get all gerrit events using get params

func (*GetAllGerritEventsUsingGETParams) SetDollarOrderby added in v0.4.0

func (o *GetAllGerritEventsUsingGETParams) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the get all gerrit events using get params

func (*GetAllGerritEventsUsingGETParams) SetDollarSkip added in v0.4.0

func (o *GetAllGerritEventsUsingGETParams) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the get all gerrit events using get params

func (*GetAllGerritEventsUsingGETParams) SetDollarTop added in v0.4.0

func (o *GetAllGerritEventsUsingGETParams) SetDollarTop(dollarTop *string)

SetDollarTop adds the dollarTop to the get all gerrit events using get params

func (*GetAllGerritEventsUsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get all gerrit events using get params

func (*GetAllGerritEventsUsingGETParams) SetPage added in v0.4.0

func (o *GetAllGerritEventsUsingGETParams) SetPage(page *string)

SetPage adds the page to the get all gerrit events using get params

func (*GetAllGerritEventsUsingGETParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get all gerrit events using get params

func (*GetAllGerritEventsUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get all gerrit events using get params

func (*GetAllGerritEventsUsingGETParams) WithAuthorization added in v0.4.0

func (o *GetAllGerritEventsUsingGETParams) WithAuthorization(authorization string) *GetAllGerritEventsUsingGETParams

WithAuthorization adds the authorization to the get all gerrit events using get params

func (*GetAllGerritEventsUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get all gerrit events using get params

func (*GetAllGerritEventsUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get all gerrit events using get params (not the query body).

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

func (*GetAllGerritEventsUsingGETParams) WithDollarFilter added in v0.4.0

func (o *GetAllGerritEventsUsingGETParams) WithDollarFilter(dollarFilter *string) *GetAllGerritEventsUsingGETParams

WithDollarFilter adds the dollarFilter to the get all gerrit events using get params

func (*GetAllGerritEventsUsingGETParams) WithDollarOrderby added in v0.4.0

func (o *GetAllGerritEventsUsingGETParams) WithDollarOrderby(dollarOrderby *string) *GetAllGerritEventsUsingGETParams

WithDollarOrderby adds the dollarOrderby to the get all gerrit events using get params

func (*GetAllGerritEventsUsingGETParams) WithDollarSkip added in v0.4.0

WithDollarSkip adds the dollarSkip to the get all gerrit events using get params

func (*GetAllGerritEventsUsingGETParams) WithDollarTop added in v0.4.0

WithDollarTop adds the dollarTop to the get all gerrit events using get params

func (*GetAllGerritEventsUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get all gerrit events using get params

func (*GetAllGerritEventsUsingGETParams) WithPage added in v0.4.0

WithPage adds the page to the get all gerrit events using get params

func (*GetAllGerritEventsUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get all gerrit events using get params

func (*GetAllGerritEventsUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetAllGerritEventsUsingGETReader added in v0.4.0

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

GetAllGerritEventsUsingGETReader is a Reader for the GetAllGerritEventsUsingGET structure.

func (*GetAllGerritEventsUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetAllGerritEventsUsingGETUnauthorized added in v0.4.0

type GetAllGerritEventsUsingGETUnauthorized struct {
}

GetAllGerritEventsUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetAllGerritEventsUsingGETUnauthorized added in v0.4.0

func NewGetAllGerritEventsUsingGETUnauthorized() *GetAllGerritEventsUsingGETUnauthorized

NewGetAllGerritEventsUsingGETUnauthorized creates a GetAllGerritEventsUsingGETUnauthorized with default headers values

func (*GetAllGerritEventsUsingGETUnauthorized) Error added in v0.4.0

func (*GetAllGerritEventsUsingGETUnauthorized) IsClientError added in v0.5.0

func (o *GetAllGerritEventsUsingGETUnauthorized) IsClientError() bool

IsClientError returns true when this get all gerrit events using g e t unauthorized response has a 4xx status code

func (*GetAllGerritEventsUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get all gerrit events using g e t unauthorized response a status code equal to that given

func (*GetAllGerritEventsUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get all gerrit events using g e t unauthorized response has a 3xx status code

func (*GetAllGerritEventsUsingGETUnauthorized) IsServerError added in v0.5.0

func (o *GetAllGerritEventsUsingGETUnauthorized) IsServerError() bool

IsServerError returns true when this get all gerrit events using g e t unauthorized response has a 5xx status code

func (*GetAllGerritEventsUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get all gerrit events using g e t unauthorized response has a 2xx status code

func (*GetAllGerritEventsUsingGETUnauthorized) String added in v0.5.0

type GetAllGerritListenersUsingGETForbidden added in v0.4.0

type GetAllGerritListenersUsingGETForbidden struct {
}

GetAllGerritListenersUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAllGerritListenersUsingGETForbidden added in v0.4.0

func NewGetAllGerritListenersUsingGETForbidden() *GetAllGerritListenersUsingGETForbidden

NewGetAllGerritListenersUsingGETForbidden creates a GetAllGerritListenersUsingGETForbidden with default headers values

func (*GetAllGerritListenersUsingGETForbidden) Error added in v0.4.0

func (*GetAllGerritListenersUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetAllGerritListenersUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get all gerrit listeners using g e t forbidden response has a 4xx status code

func (*GetAllGerritListenersUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get all gerrit listeners using g e t forbidden response a status code equal to that given

func (*GetAllGerritListenersUsingGETForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this get all gerrit listeners using g e t forbidden response has a 3xx status code

func (*GetAllGerritListenersUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetAllGerritListenersUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get all gerrit listeners using g e t forbidden response has a 5xx status code

func (*GetAllGerritListenersUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get all gerrit listeners using g e t forbidden response has a 2xx status code

func (*GetAllGerritListenersUsingGETForbidden) String added in v0.5.0

type GetAllGerritListenersUsingGETInternalServerError added in v0.4.0

type GetAllGerritListenersUsingGETInternalServerError struct {
}

GetAllGerritListenersUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetAllGerritListenersUsingGETInternalServerError added in v0.4.0

func NewGetAllGerritListenersUsingGETInternalServerError() *GetAllGerritListenersUsingGETInternalServerError

NewGetAllGerritListenersUsingGETInternalServerError creates a GetAllGerritListenersUsingGETInternalServerError with default headers values

func (*GetAllGerritListenersUsingGETInternalServerError) Error added in v0.4.0

func (*GetAllGerritListenersUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get all gerrit listeners using g e t internal server error response has a 4xx status code

func (*GetAllGerritListenersUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get all gerrit listeners using g e t internal server error response a status code equal to that given

func (*GetAllGerritListenersUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get all gerrit listeners using g e t internal server error response has a 3xx status code

func (*GetAllGerritListenersUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get all gerrit listeners using g e t internal server error response has a 5xx status code

func (*GetAllGerritListenersUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get all gerrit listeners using g e t internal server error response has a 2xx status code

func (*GetAllGerritListenersUsingGETInternalServerError) String added in v0.5.0

type GetAllGerritListenersUsingGETNotFound added in v0.4.0

type GetAllGerritListenersUsingGETNotFound struct {
	Payload *models.Error
}

GetAllGerritListenersUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAllGerritListenersUsingGETNotFound added in v0.4.0

func NewGetAllGerritListenersUsingGETNotFound() *GetAllGerritListenersUsingGETNotFound

NewGetAllGerritListenersUsingGETNotFound creates a GetAllGerritListenersUsingGETNotFound with default headers values

func (*GetAllGerritListenersUsingGETNotFound) Error added in v0.4.0

func (*GetAllGerritListenersUsingGETNotFound) GetPayload added in v0.4.0

func (*GetAllGerritListenersUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetAllGerritListenersUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get all gerrit listeners using g e t not found response has a 4xx status code

func (*GetAllGerritListenersUsingGETNotFound) IsCode added in v0.5.0

IsCode returns true when this get all gerrit listeners using g e t not found response a status code equal to that given

func (*GetAllGerritListenersUsingGETNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get all gerrit listeners using g e t not found response has a 3xx status code

func (*GetAllGerritListenersUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetAllGerritListenersUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get all gerrit listeners using g e t not found response has a 5xx status code

func (*GetAllGerritListenersUsingGETNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get all gerrit listeners using g e t not found response has a 2xx status code

func (*GetAllGerritListenersUsingGETNotFound) String added in v0.5.0

type GetAllGerritListenersUsingGETOK added in v0.4.0

type GetAllGerritListenersUsingGETOK struct {
	Payload models.GerritListeners
}

GetAllGerritListenersUsingGETOK describes a response with status code 200, with default header values.

'Success' with get of gerrit listeners

func NewGetAllGerritListenersUsingGETOK added in v0.4.0

func NewGetAllGerritListenersUsingGETOK() *GetAllGerritListenersUsingGETOK

NewGetAllGerritListenersUsingGETOK creates a GetAllGerritListenersUsingGETOK with default headers values

func (*GetAllGerritListenersUsingGETOK) Error added in v0.4.0

func (*GetAllGerritListenersUsingGETOK) GetPayload added in v0.4.0

func (*GetAllGerritListenersUsingGETOK) IsClientError added in v0.5.0

func (o *GetAllGerritListenersUsingGETOK) IsClientError() bool

IsClientError returns true when this get all gerrit listeners using g e t o k response has a 4xx status code

func (*GetAllGerritListenersUsingGETOK) IsCode added in v0.5.0

func (o *GetAllGerritListenersUsingGETOK) IsCode(code int) bool

IsCode returns true when this get all gerrit listeners using g e t o k response a status code equal to that given

func (*GetAllGerritListenersUsingGETOK) IsRedirect added in v0.5.0

func (o *GetAllGerritListenersUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get all gerrit listeners using g e t o k response has a 3xx status code

func (*GetAllGerritListenersUsingGETOK) IsServerError added in v0.5.0

func (o *GetAllGerritListenersUsingGETOK) IsServerError() bool

IsServerError returns true when this get all gerrit listeners using g e t o k response has a 5xx status code

func (*GetAllGerritListenersUsingGETOK) IsSuccess added in v0.5.0

func (o *GetAllGerritListenersUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get all gerrit listeners using g e t o k response has a 2xx status code

func (*GetAllGerritListenersUsingGETOK) String added in v0.5.0

type GetAllGerritListenersUsingGETParams added in v0.4.0

type GetAllGerritListenersUsingGETParams struct {

	/* DollarFilter.

	   To list gerrit listeners with OData like filter
	*/
	DollarFilter *string

	/* DollarOrderby.

	   Order by attribute

	   Default: "name desc"
	*/
	DollarOrderby *string

	/* DollarSkip.

	   To skip 'n' gerrit listeners for listing

	   Default: "0"
	*/
	DollarSkip *string

	/* DollarTop.

	   To list top 'n' gerrit listeners for listing

	   Default: "25"
	*/
	DollarTop *string

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Page.

	   To select 'n'th page for listing

	   Default: "0"
	*/
	Page *string

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

GetAllGerritListenersUsingGETParams contains all the parameters to send to the API endpoint

for the get all gerrit listeners using g e t operation.

Typically these are written to a http.Request.

func NewGetAllGerritListenersUsingGETParams added in v0.4.0

func NewGetAllGerritListenersUsingGETParams() *GetAllGerritListenersUsingGETParams

NewGetAllGerritListenersUsingGETParams creates a new GetAllGerritListenersUsingGETParams 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 NewGetAllGerritListenersUsingGETParamsWithContext added in v0.4.0

func NewGetAllGerritListenersUsingGETParamsWithContext(ctx context.Context) *GetAllGerritListenersUsingGETParams

NewGetAllGerritListenersUsingGETParamsWithContext creates a new GetAllGerritListenersUsingGETParams object with the ability to set a context for a request.

func NewGetAllGerritListenersUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetAllGerritListenersUsingGETParamsWithHTTPClient(client *http.Client) *GetAllGerritListenersUsingGETParams

NewGetAllGerritListenersUsingGETParamsWithHTTPClient creates a new GetAllGerritListenersUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllGerritListenersUsingGETParamsWithTimeout added in v0.4.0

func NewGetAllGerritListenersUsingGETParamsWithTimeout(timeout time.Duration) *GetAllGerritListenersUsingGETParams

NewGetAllGerritListenersUsingGETParamsWithTimeout creates a new GetAllGerritListenersUsingGETParams object with the ability to set a timeout on a request.

func (*GetAllGerritListenersUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetAllGerritListenersUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get all gerrit listeners using get params

func (*GetAllGerritListenersUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetAllGerritListenersUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get all gerrit listeners using get params

func (*GetAllGerritListenersUsingGETParams) SetContext added in v0.4.0

SetContext adds the context to the get all gerrit listeners using get params

func (*GetAllGerritListenersUsingGETParams) SetDefaults added in v0.4.0

func (o *GetAllGerritListenersUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get all gerrit listeners using get params (not the query body).

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

func (*GetAllGerritListenersUsingGETParams) SetDollarFilter added in v0.4.0

func (o *GetAllGerritListenersUsingGETParams) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the get all gerrit listeners using get params

func (*GetAllGerritListenersUsingGETParams) SetDollarOrderby added in v0.4.0

func (o *GetAllGerritListenersUsingGETParams) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the get all gerrit listeners using get params

func (*GetAllGerritListenersUsingGETParams) SetDollarSkip added in v0.4.0

func (o *GetAllGerritListenersUsingGETParams) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the get all gerrit listeners using get params

func (*GetAllGerritListenersUsingGETParams) SetDollarTop added in v0.4.0

func (o *GetAllGerritListenersUsingGETParams) SetDollarTop(dollarTop *string)

SetDollarTop adds the dollarTop to the get all gerrit listeners using get params

func (*GetAllGerritListenersUsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get all gerrit listeners using get params

func (*GetAllGerritListenersUsingGETParams) SetPage added in v0.4.0

func (o *GetAllGerritListenersUsingGETParams) SetPage(page *string)

SetPage adds the page to the get all gerrit listeners using get params

func (*GetAllGerritListenersUsingGETParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get all gerrit listeners using get params

func (*GetAllGerritListenersUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get all gerrit listeners using get params

func (*GetAllGerritListenersUsingGETParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the get all gerrit listeners using get params

func (*GetAllGerritListenersUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get all gerrit listeners using get params

func (*GetAllGerritListenersUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get all gerrit listeners using get params (not the query body).

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

func (*GetAllGerritListenersUsingGETParams) WithDollarFilter added in v0.4.0

WithDollarFilter adds the dollarFilter to the get all gerrit listeners using get params

func (*GetAllGerritListenersUsingGETParams) WithDollarOrderby added in v0.4.0

WithDollarOrderby adds the dollarOrderby to the get all gerrit listeners using get params

func (*GetAllGerritListenersUsingGETParams) WithDollarSkip added in v0.4.0

WithDollarSkip adds the dollarSkip to the get all gerrit listeners using get params

func (*GetAllGerritListenersUsingGETParams) WithDollarTop added in v0.4.0

WithDollarTop adds the dollarTop to the get all gerrit listeners using get params

func (*GetAllGerritListenersUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get all gerrit listeners using get params

func (*GetAllGerritListenersUsingGETParams) WithPage added in v0.4.0

WithPage adds the page to the get all gerrit listeners using get params

func (*GetAllGerritListenersUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get all gerrit listeners using get params

func (*GetAllGerritListenersUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetAllGerritListenersUsingGETReader added in v0.4.0

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

GetAllGerritListenersUsingGETReader is a Reader for the GetAllGerritListenersUsingGET structure.

func (*GetAllGerritListenersUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetAllGerritListenersUsingGETUnauthorized added in v0.4.0

type GetAllGerritListenersUsingGETUnauthorized struct {
}

GetAllGerritListenersUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetAllGerritListenersUsingGETUnauthorized added in v0.4.0

func NewGetAllGerritListenersUsingGETUnauthorized() *GetAllGerritListenersUsingGETUnauthorized

NewGetAllGerritListenersUsingGETUnauthorized creates a GetAllGerritListenersUsingGETUnauthorized with default headers values

func (*GetAllGerritListenersUsingGETUnauthorized) Error added in v0.4.0

func (*GetAllGerritListenersUsingGETUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get all gerrit listeners using g e t unauthorized response has a 4xx status code

func (*GetAllGerritListenersUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get all gerrit listeners using g e t unauthorized response a status code equal to that given

func (*GetAllGerritListenersUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get all gerrit listeners using g e t unauthorized response has a 3xx status code

func (*GetAllGerritListenersUsingGETUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get all gerrit listeners using g e t unauthorized response has a 5xx status code

func (*GetAllGerritListenersUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get all gerrit listeners using g e t unauthorized response has a 2xx status code

func (*GetAllGerritListenersUsingGETUnauthorized) String added in v0.5.0

type GetAllGerritTriggersUsingGETForbidden added in v0.4.0

type GetAllGerritTriggersUsingGETForbidden struct {
}

GetAllGerritTriggersUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAllGerritTriggersUsingGETForbidden added in v0.4.0

func NewGetAllGerritTriggersUsingGETForbidden() *GetAllGerritTriggersUsingGETForbidden

NewGetAllGerritTriggersUsingGETForbidden creates a GetAllGerritTriggersUsingGETForbidden with default headers values

func (*GetAllGerritTriggersUsingGETForbidden) Error added in v0.4.0

func (*GetAllGerritTriggersUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetAllGerritTriggersUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get all gerrit triggers using g e t forbidden response has a 4xx status code

func (*GetAllGerritTriggersUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get all gerrit triggers using g e t forbidden response a status code equal to that given

func (*GetAllGerritTriggersUsingGETForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this get all gerrit triggers using g e t forbidden response has a 3xx status code

func (*GetAllGerritTriggersUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetAllGerritTriggersUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get all gerrit triggers using g e t forbidden response has a 5xx status code

func (*GetAllGerritTriggersUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get all gerrit triggers using g e t forbidden response has a 2xx status code

func (*GetAllGerritTriggersUsingGETForbidden) String added in v0.5.0

type GetAllGerritTriggersUsingGETInternalServerError added in v0.4.0

type GetAllGerritTriggersUsingGETInternalServerError struct {
}

GetAllGerritTriggersUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetAllGerritTriggersUsingGETInternalServerError added in v0.4.0

func NewGetAllGerritTriggersUsingGETInternalServerError() *GetAllGerritTriggersUsingGETInternalServerError

NewGetAllGerritTriggersUsingGETInternalServerError creates a GetAllGerritTriggersUsingGETInternalServerError with default headers values

func (*GetAllGerritTriggersUsingGETInternalServerError) Error added in v0.4.0

func (*GetAllGerritTriggersUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get all gerrit triggers using g e t internal server error response has a 4xx status code

func (*GetAllGerritTriggersUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get all gerrit triggers using g e t internal server error response a status code equal to that given

func (*GetAllGerritTriggersUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get all gerrit triggers using g e t internal server error response has a 3xx status code

func (*GetAllGerritTriggersUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get all gerrit triggers using g e t internal server error response has a 5xx status code

func (*GetAllGerritTriggersUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get all gerrit triggers using g e t internal server error response has a 2xx status code

func (*GetAllGerritTriggersUsingGETInternalServerError) String added in v0.5.0

type GetAllGerritTriggersUsingGETNotFound added in v0.4.0

type GetAllGerritTriggersUsingGETNotFound struct {
	Payload *models.Error
}

GetAllGerritTriggersUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAllGerritTriggersUsingGETNotFound added in v0.4.0

func NewGetAllGerritTriggersUsingGETNotFound() *GetAllGerritTriggersUsingGETNotFound

NewGetAllGerritTriggersUsingGETNotFound creates a GetAllGerritTriggersUsingGETNotFound with default headers values

func (*GetAllGerritTriggersUsingGETNotFound) Error added in v0.4.0

func (*GetAllGerritTriggersUsingGETNotFound) GetPayload added in v0.4.0

func (*GetAllGerritTriggersUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetAllGerritTriggersUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get all gerrit triggers using g e t not found response has a 4xx status code

func (*GetAllGerritTriggersUsingGETNotFound) IsCode added in v0.5.0

IsCode returns true when this get all gerrit triggers using g e t not found response a status code equal to that given

func (*GetAllGerritTriggersUsingGETNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get all gerrit triggers using g e t not found response has a 3xx status code

func (*GetAllGerritTriggersUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetAllGerritTriggersUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get all gerrit triggers using g e t not found response has a 5xx status code

func (*GetAllGerritTriggersUsingGETNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get all gerrit triggers using g e t not found response has a 2xx status code

func (*GetAllGerritTriggersUsingGETNotFound) String added in v0.5.0

type GetAllGerritTriggersUsingGETOK added in v0.4.0

type GetAllGerritTriggersUsingGETOK struct {
	Payload models.GerritTriggers
}

GetAllGerritTriggersUsingGETOK describes a response with status code 200, with default header values.

'Success' with get of gerrit triggers

func NewGetAllGerritTriggersUsingGETOK added in v0.4.0

func NewGetAllGerritTriggersUsingGETOK() *GetAllGerritTriggersUsingGETOK

NewGetAllGerritTriggersUsingGETOK creates a GetAllGerritTriggersUsingGETOK with default headers values

func (*GetAllGerritTriggersUsingGETOK) Error added in v0.4.0

func (*GetAllGerritTriggersUsingGETOK) GetPayload added in v0.4.0

func (*GetAllGerritTriggersUsingGETOK) IsClientError added in v0.5.0

func (o *GetAllGerritTriggersUsingGETOK) IsClientError() bool

IsClientError returns true when this get all gerrit triggers using g e t o k response has a 4xx status code

func (*GetAllGerritTriggersUsingGETOK) IsCode added in v0.5.0

func (o *GetAllGerritTriggersUsingGETOK) IsCode(code int) bool

IsCode returns true when this get all gerrit triggers using g e t o k response a status code equal to that given

func (*GetAllGerritTriggersUsingGETOK) IsRedirect added in v0.5.0

func (o *GetAllGerritTriggersUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get all gerrit triggers using g e t o k response has a 3xx status code

func (*GetAllGerritTriggersUsingGETOK) IsServerError added in v0.5.0

func (o *GetAllGerritTriggersUsingGETOK) IsServerError() bool

IsServerError returns true when this get all gerrit triggers using g e t o k response has a 5xx status code

func (*GetAllGerritTriggersUsingGETOK) IsSuccess added in v0.5.0

func (o *GetAllGerritTriggersUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get all gerrit triggers using g e t o k response has a 2xx status code

func (*GetAllGerritTriggersUsingGETOK) String added in v0.5.0

type GetAllGerritTriggersUsingGETParams added in v0.4.0

type GetAllGerritTriggersUsingGETParams struct {

	/* DollarFilter.

	   To list gerrit triggers with OData like filter
	*/
	DollarFilter *string

	/* DollarOrderby.

	   Order by attribute

	   Default: "name desc"
	*/
	DollarOrderby *string

	/* DollarSkip.

	   To skip 'n' gerrit triggers for listing

	   Default: "0"
	*/
	DollarSkip *string

	/* DollarTop.

	   To list top 'n' gerrit triggers for listing

	   Default: "25"
	*/
	DollarTop *string

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Page.

	   To select 'n'th page for listing

	   Default: "0"
	*/
	Page *string

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

GetAllGerritTriggersUsingGETParams contains all the parameters to send to the API endpoint

for the get all gerrit triggers using g e t operation.

Typically these are written to a http.Request.

func NewGetAllGerritTriggersUsingGETParams added in v0.4.0

func NewGetAllGerritTriggersUsingGETParams() *GetAllGerritTriggersUsingGETParams

NewGetAllGerritTriggersUsingGETParams creates a new GetAllGerritTriggersUsingGETParams 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 NewGetAllGerritTriggersUsingGETParamsWithContext added in v0.4.0

func NewGetAllGerritTriggersUsingGETParamsWithContext(ctx context.Context) *GetAllGerritTriggersUsingGETParams

NewGetAllGerritTriggersUsingGETParamsWithContext creates a new GetAllGerritTriggersUsingGETParams object with the ability to set a context for a request.

func NewGetAllGerritTriggersUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetAllGerritTriggersUsingGETParamsWithHTTPClient(client *http.Client) *GetAllGerritTriggersUsingGETParams

NewGetAllGerritTriggersUsingGETParamsWithHTTPClient creates a new GetAllGerritTriggersUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllGerritTriggersUsingGETParamsWithTimeout added in v0.4.0

func NewGetAllGerritTriggersUsingGETParamsWithTimeout(timeout time.Duration) *GetAllGerritTriggersUsingGETParams

NewGetAllGerritTriggersUsingGETParamsWithTimeout creates a new GetAllGerritTriggersUsingGETParams object with the ability to set a timeout on a request.

func (*GetAllGerritTriggersUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetAllGerritTriggersUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get all gerrit triggers using get params

func (*GetAllGerritTriggersUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetAllGerritTriggersUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get all gerrit triggers using get params

func (*GetAllGerritTriggersUsingGETParams) SetContext added in v0.4.0

SetContext adds the context to the get all gerrit triggers using get params

func (*GetAllGerritTriggersUsingGETParams) SetDefaults added in v0.4.0

func (o *GetAllGerritTriggersUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get all gerrit triggers using get params (not the query body).

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

func (*GetAllGerritTriggersUsingGETParams) SetDollarFilter added in v0.4.0

func (o *GetAllGerritTriggersUsingGETParams) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the get all gerrit triggers using get params

func (*GetAllGerritTriggersUsingGETParams) SetDollarOrderby added in v0.4.0

func (o *GetAllGerritTriggersUsingGETParams) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the get all gerrit triggers using get params

func (*GetAllGerritTriggersUsingGETParams) SetDollarSkip added in v0.4.0

func (o *GetAllGerritTriggersUsingGETParams) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the get all gerrit triggers using get params

func (*GetAllGerritTriggersUsingGETParams) SetDollarTop added in v0.4.0

func (o *GetAllGerritTriggersUsingGETParams) SetDollarTop(dollarTop *string)

SetDollarTop adds the dollarTop to the get all gerrit triggers using get params

func (*GetAllGerritTriggersUsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get all gerrit triggers using get params

func (*GetAllGerritTriggersUsingGETParams) SetPage added in v0.4.0

func (o *GetAllGerritTriggersUsingGETParams) SetPage(page *string)

SetPage adds the page to the get all gerrit triggers using get params

func (*GetAllGerritTriggersUsingGETParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get all gerrit triggers using get params

func (*GetAllGerritTriggersUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get all gerrit triggers using get params

func (*GetAllGerritTriggersUsingGETParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the get all gerrit triggers using get params

func (*GetAllGerritTriggersUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get all gerrit triggers using get params

func (*GetAllGerritTriggersUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get all gerrit triggers using get params (not the query body).

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

func (*GetAllGerritTriggersUsingGETParams) WithDollarFilter added in v0.4.0

WithDollarFilter adds the dollarFilter to the get all gerrit triggers using get params

func (*GetAllGerritTriggersUsingGETParams) WithDollarOrderby added in v0.4.0

WithDollarOrderby adds the dollarOrderby to the get all gerrit triggers using get params

func (*GetAllGerritTriggersUsingGETParams) WithDollarSkip added in v0.4.0

WithDollarSkip adds the dollarSkip to the get all gerrit triggers using get params

func (*GetAllGerritTriggersUsingGETParams) WithDollarTop added in v0.4.0

WithDollarTop adds the dollarTop to the get all gerrit triggers using get params

func (*GetAllGerritTriggersUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get all gerrit triggers using get params

func (*GetAllGerritTriggersUsingGETParams) WithPage added in v0.4.0

WithPage adds the page to the get all gerrit triggers using get params

func (*GetAllGerritTriggersUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get all gerrit triggers using get params

func (*GetAllGerritTriggersUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetAllGerritTriggersUsingGETReader added in v0.4.0

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

GetAllGerritTriggersUsingGETReader is a Reader for the GetAllGerritTriggersUsingGET structure.

func (*GetAllGerritTriggersUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetAllGerritTriggersUsingGETUnauthorized added in v0.4.0

type GetAllGerritTriggersUsingGETUnauthorized struct {
}

GetAllGerritTriggersUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetAllGerritTriggersUsingGETUnauthorized added in v0.4.0

func NewGetAllGerritTriggersUsingGETUnauthorized() *GetAllGerritTriggersUsingGETUnauthorized

NewGetAllGerritTriggersUsingGETUnauthorized creates a GetAllGerritTriggersUsingGETUnauthorized with default headers values

func (*GetAllGerritTriggersUsingGETUnauthorized) Error added in v0.4.0

func (*GetAllGerritTriggersUsingGETUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get all gerrit triggers using g e t unauthorized response has a 4xx status code

func (*GetAllGerritTriggersUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get all gerrit triggers using g e t unauthorized response a status code equal to that given

func (*GetAllGerritTriggersUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get all gerrit triggers using g e t unauthorized response has a 3xx status code

func (*GetAllGerritTriggersUsingGETUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get all gerrit triggers using g e t unauthorized response has a 5xx status code

func (*GetAllGerritTriggersUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get all gerrit triggers using g e t unauthorized response has a 2xx status code

func (*GetAllGerritTriggersUsingGETUnauthorized) String added in v0.5.0

type GetAllGitEventsUsingGETForbidden added in v0.4.0

type GetAllGitEventsUsingGETForbidden struct {
}

GetAllGitEventsUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAllGitEventsUsingGETForbidden added in v0.4.0

func NewGetAllGitEventsUsingGETForbidden() *GetAllGitEventsUsingGETForbidden

NewGetAllGitEventsUsingGETForbidden creates a GetAllGitEventsUsingGETForbidden with default headers values

func (*GetAllGitEventsUsingGETForbidden) Error added in v0.4.0

func (*GetAllGitEventsUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetAllGitEventsUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get all git events using g e t forbidden response has a 4xx status code

func (*GetAllGitEventsUsingGETForbidden) IsCode added in v0.5.0

func (o *GetAllGitEventsUsingGETForbidden) IsCode(code int) bool

IsCode returns true when this get all git events using g e t forbidden response a status code equal to that given

func (*GetAllGitEventsUsingGETForbidden) IsRedirect added in v0.5.0

func (o *GetAllGitEventsUsingGETForbidden) IsRedirect() bool

IsRedirect returns true when this get all git events using g e t forbidden response has a 3xx status code

func (*GetAllGitEventsUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetAllGitEventsUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get all git events using g e t forbidden response has a 5xx status code

func (*GetAllGitEventsUsingGETForbidden) IsSuccess added in v0.5.0

func (o *GetAllGitEventsUsingGETForbidden) IsSuccess() bool

IsSuccess returns true when this get all git events using g e t forbidden response has a 2xx status code

func (*GetAllGitEventsUsingGETForbidden) String added in v0.5.0

type GetAllGitEventsUsingGETInternalServerError added in v0.4.0

type GetAllGitEventsUsingGETInternalServerError struct {
}

GetAllGitEventsUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetAllGitEventsUsingGETInternalServerError added in v0.4.0

func NewGetAllGitEventsUsingGETInternalServerError() *GetAllGitEventsUsingGETInternalServerError

NewGetAllGitEventsUsingGETInternalServerError creates a GetAllGitEventsUsingGETInternalServerError with default headers values

func (*GetAllGitEventsUsingGETInternalServerError) Error added in v0.4.0

func (*GetAllGitEventsUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get all git events using g e t internal server error response has a 4xx status code

func (*GetAllGitEventsUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get all git events using g e t internal server error response a status code equal to that given

func (*GetAllGitEventsUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get all git events using g e t internal server error response has a 3xx status code

func (*GetAllGitEventsUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get all git events using g e t internal server error response has a 5xx status code

func (*GetAllGitEventsUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get all git events using g e t internal server error response has a 2xx status code

func (*GetAllGitEventsUsingGETInternalServerError) String added in v0.5.0

type GetAllGitEventsUsingGETNotFound added in v0.4.0

type GetAllGitEventsUsingGETNotFound struct {
	Payload *models.Error
}

GetAllGitEventsUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAllGitEventsUsingGETNotFound added in v0.4.0

func NewGetAllGitEventsUsingGETNotFound() *GetAllGitEventsUsingGETNotFound

NewGetAllGitEventsUsingGETNotFound creates a GetAllGitEventsUsingGETNotFound with default headers values

func (*GetAllGitEventsUsingGETNotFound) Error added in v0.4.0

func (*GetAllGitEventsUsingGETNotFound) GetPayload added in v0.4.0

func (o *GetAllGitEventsUsingGETNotFound) GetPayload() *models.Error

func (*GetAllGitEventsUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetAllGitEventsUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get all git events using g e t not found response has a 4xx status code

func (*GetAllGitEventsUsingGETNotFound) IsCode added in v0.5.0

func (o *GetAllGitEventsUsingGETNotFound) IsCode(code int) bool

IsCode returns true when this get all git events using g e t not found response a status code equal to that given

func (*GetAllGitEventsUsingGETNotFound) IsRedirect added in v0.5.0

func (o *GetAllGitEventsUsingGETNotFound) IsRedirect() bool

IsRedirect returns true when this get all git events using g e t not found response has a 3xx status code

func (*GetAllGitEventsUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetAllGitEventsUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get all git events using g e t not found response has a 5xx status code

func (*GetAllGitEventsUsingGETNotFound) IsSuccess added in v0.5.0

func (o *GetAllGitEventsUsingGETNotFound) IsSuccess() bool

IsSuccess returns true when this get all git events using g e t not found response has a 2xx status code

func (*GetAllGitEventsUsingGETNotFound) String added in v0.5.0

type GetAllGitEventsUsingGETOK added in v0.4.0

type GetAllGitEventsUsingGETOK struct {
	Payload models.GitEvents
}

GetAllGitEventsUsingGETOK describes a response with status code 200, with default header values.

'Success' with get of Git Events

func NewGetAllGitEventsUsingGETOK added in v0.4.0

func NewGetAllGitEventsUsingGETOK() *GetAllGitEventsUsingGETOK

NewGetAllGitEventsUsingGETOK creates a GetAllGitEventsUsingGETOK with default headers values

func (*GetAllGitEventsUsingGETOK) Error added in v0.4.0

func (o *GetAllGitEventsUsingGETOK) Error() string

func (*GetAllGitEventsUsingGETOK) GetPayload added in v0.4.0

func (o *GetAllGitEventsUsingGETOK) GetPayload() models.GitEvents

func (*GetAllGitEventsUsingGETOK) IsClientError added in v0.5.0

func (o *GetAllGitEventsUsingGETOK) IsClientError() bool

IsClientError returns true when this get all git events using g e t o k response has a 4xx status code

func (*GetAllGitEventsUsingGETOK) IsCode added in v0.5.0

func (o *GetAllGitEventsUsingGETOK) IsCode(code int) bool

IsCode returns true when this get all git events using g e t o k response a status code equal to that given

func (*GetAllGitEventsUsingGETOK) IsRedirect added in v0.5.0

func (o *GetAllGitEventsUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get all git events using g e t o k response has a 3xx status code

func (*GetAllGitEventsUsingGETOK) IsServerError added in v0.5.0

func (o *GetAllGitEventsUsingGETOK) IsServerError() bool

IsServerError returns true when this get all git events using g e t o k response has a 5xx status code

func (*GetAllGitEventsUsingGETOK) IsSuccess added in v0.5.0

func (o *GetAllGitEventsUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get all git events using g e t o k response has a 2xx status code

func (*GetAllGitEventsUsingGETOK) String added in v0.5.0

func (o *GetAllGitEventsUsingGETOK) String() string

type GetAllGitEventsUsingGETParams added in v0.4.0

type GetAllGitEventsUsingGETParams struct {

	/* DollarFilter.

	   To list Git Events with OData like filter
	*/
	DollarFilter *string

	/* DollarOrderby.

	   Order by attribute

	   Default: "name desc"
	*/
	DollarOrderby *string

	/* DollarSkip.

	   To skip 'n' Git Events for listing

	   Default: "0"
	*/
	DollarSkip *string

	/* DollarTop.

	   To list top 'n' Git Events for listing

	   Default: "25"
	*/
	DollarTop *string

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Page.

	   To select 'n'th page for listing

	   Default: "0"
	*/
	Page *string

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

GetAllGitEventsUsingGETParams contains all the parameters to send to the API endpoint

for the get all git events using g e t operation.

Typically these are written to a http.Request.

func NewGetAllGitEventsUsingGETParams added in v0.4.0

func NewGetAllGitEventsUsingGETParams() *GetAllGitEventsUsingGETParams

NewGetAllGitEventsUsingGETParams creates a new GetAllGitEventsUsingGETParams 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 NewGetAllGitEventsUsingGETParamsWithContext added in v0.4.0

func NewGetAllGitEventsUsingGETParamsWithContext(ctx context.Context) *GetAllGitEventsUsingGETParams

NewGetAllGitEventsUsingGETParamsWithContext creates a new GetAllGitEventsUsingGETParams object with the ability to set a context for a request.

func NewGetAllGitEventsUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetAllGitEventsUsingGETParamsWithHTTPClient(client *http.Client) *GetAllGitEventsUsingGETParams

NewGetAllGitEventsUsingGETParamsWithHTTPClient creates a new GetAllGitEventsUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllGitEventsUsingGETParamsWithTimeout added in v0.4.0

func NewGetAllGitEventsUsingGETParamsWithTimeout(timeout time.Duration) *GetAllGitEventsUsingGETParams

NewGetAllGitEventsUsingGETParamsWithTimeout creates a new GetAllGitEventsUsingGETParams object with the ability to set a timeout on a request.

func (*GetAllGitEventsUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetAllGitEventsUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get all git events using get params

func (*GetAllGitEventsUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetAllGitEventsUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get all git events using get params

func (*GetAllGitEventsUsingGETParams) SetContext added in v0.4.0

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

SetContext adds the context to the get all git events using get params

func (*GetAllGitEventsUsingGETParams) SetDefaults added in v0.4.0

func (o *GetAllGitEventsUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get all git events using get params (not the query body).

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

func (*GetAllGitEventsUsingGETParams) SetDollarFilter added in v0.4.0

func (o *GetAllGitEventsUsingGETParams) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the get all git events using get params

func (*GetAllGitEventsUsingGETParams) SetDollarOrderby added in v0.4.0

func (o *GetAllGitEventsUsingGETParams) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the get all git events using get params

func (*GetAllGitEventsUsingGETParams) SetDollarSkip added in v0.4.0

func (o *GetAllGitEventsUsingGETParams) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the get all git events using get params

func (*GetAllGitEventsUsingGETParams) SetDollarTop added in v0.4.0

func (o *GetAllGitEventsUsingGETParams) SetDollarTop(dollarTop *string)

SetDollarTop adds the dollarTop to the get all git events using get params

func (*GetAllGitEventsUsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get all git events using get params

func (*GetAllGitEventsUsingGETParams) SetPage added in v0.4.0

func (o *GetAllGitEventsUsingGETParams) SetPage(page *string)

SetPage adds the page to the get all git events using get params

func (*GetAllGitEventsUsingGETParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get all git events using get params

func (*GetAllGitEventsUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get all git events using get params

func (*GetAllGitEventsUsingGETParams) WithAuthorization added in v0.4.0

func (o *GetAllGitEventsUsingGETParams) WithAuthorization(authorization string) *GetAllGitEventsUsingGETParams

WithAuthorization adds the authorization to the get all git events using get params

func (*GetAllGitEventsUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get all git events using get params

func (*GetAllGitEventsUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get all git events using get params (not the query body).

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

func (*GetAllGitEventsUsingGETParams) WithDollarFilter added in v0.4.0

func (o *GetAllGitEventsUsingGETParams) WithDollarFilter(dollarFilter *string) *GetAllGitEventsUsingGETParams

WithDollarFilter adds the dollarFilter to the get all git events using get params

func (*GetAllGitEventsUsingGETParams) WithDollarOrderby added in v0.4.0

func (o *GetAllGitEventsUsingGETParams) WithDollarOrderby(dollarOrderby *string) *GetAllGitEventsUsingGETParams

WithDollarOrderby adds the dollarOrderby to the get all git events using get params

func (*GetAllGitEventsUsingGETParams) WithDollarSkip added in v0.4.0

func (o *GetAllGitEventsUsingGETParams) WithDollarSkip(dollarSkip *string) *GetAllGitEventsUsingGETParams

WithDollarSkip adds the dollarSkip to the get all git events using get params

func (*GetAllGitEventsUsingGETParams) WithDollarTop added in v0.4.0

WithDollarTop adds the dollarTop to the get all git events using get params

func (*GetAllGitEventsUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get all git events using get params

func (*GetAllGitEventsUsingGETParams) WithPage added in v0.4.0

WithPage adds the page to the get all git events using get params

func (*GetAllGitEventsUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get all git events using get params

func (*GetAllGitEventsUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetAllGitEventsUsingGETReader added in v0.4.0

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

GetAllGitEventsUsingGETReader is a Reader for the GetAllGitEventsUsingGET structure.

func (*GetAllGitEventsUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetAllGitEventsUsingGETUnauthorized added in v0.4.0

type GetAllGitEventsUsingGETUnauthorized struct {
}

GetAllGitEventsUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetAllGitEventsUsingGETUnauthorized added in v0.4.0

func NewGetAllGitEventsUsingGETUnauthorized() *GetAllGitEventsUsingGETUnauthorized

NewGetAllGitEventsUsingGETUnauthorized creates a GetAllGitEventsUsingGETUnauthorized with default headers values

func (*GetAllGitEventsUsingGETUnauthorized) Error added in v0.4.0

func (*GetAllGitEventsUsingGETUnauthorized) IsClientError added in v0.5.0

func (o *GetAllGitEventsUsingGETUnauthorized) IsClientError() bool

IsClientError returns true when this get all git events using g e t unauthorized response has a 4xx status code

func (*GetAllGitEventsUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get all git events using g e t unauthorized response a status code equal to that given

func (*GetAllGitEventsUsingGETUnauthorized) IsRedirect added in v0.5.0

func (o *GetAllGitEventsUsingGETUnauthorized) IsRedirect() bool

IsRedirect returns true when this get all git events using g e t unauthorized response has a 3xx status code

func (*GetAllGitEventsUsingGETUnauthorized) IsServerError added in v0.5.0

func (o *GetAllGitEventsUsingGETUnauthorized) IsServerError() bool

IsServerError returns true when this get all git events using g e t unauthorized response has a 5xx status code

func (*GetAllGitEventsUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get all git events using g e t unauthorized response has a 2xx status code

func (*GetAllGitEventsUsingGETUnauthorized) String added in v0.5.0

type GetAllGitWebhooksUsingGETForbidden added in v0.4.0

type GetAllGitWebhooksUsingGETForbidden struct {
}

GetAllGitWebhooksUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAllGitWebhooksUsingGETForbidden added in v0.4.0

func NewGetAllGitWebhooksUsingGETForbidden() *GetAllGitWebhooksUsingGETForbidden

NewGetAllGitWebhooksUsingGETForbidden creates a GetAllGitWebhooksUsingGETForbidden with default headers values

func (*GetAllGitWebhooksUsingGETForbidden) Error added in v0.4.0

func (*GetAllGitWebhooksUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetAllGitWebhooksUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get all git webhooks using g e t forbidden response has a 4xx status code

func (*GetAllGitWebhooksUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get all git webhooks using g e t forbidden response a status code equal to that given

func (*GetAllGitWebhooksUsingGETForbidden) IsRedirect added in v0.5.0

func (o *GetAllGitWebhooksUsingGETForbidden) IsRedirect() bool

IsRedirect returns true when this get all git webhooks using g e t forbidden response has a 3xx status code

func (*GetAllGitWebhooksUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetAllGitWebhooksUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get all git webhooks using g e t forbidden response has a 5xx status code

func (*GetAllGitWebhooksUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get all git webhooks using g e t forbidden response has a 2xx status code

func (*GetAllGitWebhooksUsingGETForbidden) String added in v0.5.0

type GetAllGitWebhooksUsingGETInternalServerError added in v0.4.0

type GetAllGitWebhooksUsingGETInternalServerError struct {
}

GetAllGitWebhooksUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetAllGitWebhooksUsingGETInternalServerError added in v0.4.0

func NewGetAllGitWebhooksUsingGETInternalServerError() *GetAllGitWebhooksUsingGETInternalServerError

NewGetAllGitWebhooksUsingGETInternalServerError creates a GetAllGitWebhooksUsingGETInternalServerError with default headers values

func (*GetAllGitWebhooksUsingGETInternalServerError) Error added in v0.4.0

func (*GetAllGitWebhooksUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get all git webhooks using g e t internal server error response has a 4xx status code

func (*GetAllGitWebhooksUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get all git webhooks using g e t internal server error response a status code equal to that given

func (*GetAllGitWebhooksUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get all git webhooks using g e t internal server error response has a 3xx status code

func (*GetAllGitWebhooksUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get all git webhooks using g e t internal server error response has a 5xx status code

func (*GetAllGitWebhooksUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get all git webhooks using g e t internal server error response has a 2xx status code

func (*GetAllGitWebhooksUsingGETInternalServerError) String added in v0.5.0

type GetAllGitWebhooksUsingGETNotFound added in v0.4.0

type GetAllGitWebhooksUsingGETNotFound struct {
	Payload *models.Error
}

GetAllGitWebhooksUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAllGitWebhooksUsingGETNotFound added in v0.4.0

func NewGetAllGitWebhooksUsingGETNotFound() *GetAllGitWebhooksUsingGETNotFound

NewGetAllGitWebhooksUsingGETNotFound creates a GetAllGitWebhooksUsingGETNotFound with default headers values

func (*GetAllGitWebhooksUsingGETNotFound) Error added in v0.4.0

func (*GetAllGitWebhooksUsingGETNotFound) GetPayload added in v0.4.0

func (*GetAllGitWebhooksUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetAllGitWebhooksUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get all git webhooks using g e t not found response has a 4xx status code

func (*GetAllGitWebhooksUsingGETNotFound) IsCode added in v0.5.0

func (o *GetAllGitWebhooksUsingGETNotFound) IsCode(code int) bool

IsCode returns true when this get all git webhooks using g e t not found response a status code equal to that given

func (*GetAllGitWebhooksUsingGETNotFound) IsRedirect added in v0.5.0

func (o *GetAllGitWebhooksUsingGETNotFound) IsRedirect() bool

IsRedirect returns true when this get all git webhooks using g e t not found response has a 3xx status code

func (*GetAllGitWebhooksUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetAllGitWebhooksUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get all git webhooks using g e t not found response has a 5xx status code

func (*GetAllGitWebhooksUsingGETNotFound) IsSuccess added in v0.5.0

func (o *GetAllGitWebhooksUsingGETNotFound) IsSuccess() bool

IsSuccess returns true when this get all git webhooks using g e t not found response has a 2xx status code

func (*GetAllGitWebhooksUsingGETNotFound) String added in v0.5.0

type GetAllGitWebhooksUsingGETOK added in v0.4.0

type GetAllGitWebhooksUsingGETOK struct {
	Payload models.GitWebhooks
}

GetAllGitWebhooksUsingGETOK describes a response with status code 200, with default header values.

'Success' with get of Git Webhooks

func NewGetAllGitWebhooksUsingGETOK added in v0.4.0

func NewGetAllGitWebhooksUsingGETOK() *GetAllGitWebhooksUsingGETOK

NewGetAllGitWebhooksUsingGETOK creates a GetAllGitWebhooksUsingGETOK with default headers values

func (*GetAllGitWebhooksUsingGETOK) Error added in v0.4.0

func (*GetAllGitWebhooksUsingGETOK) GetPayload added in v0.4.0

func (*GetAllGitWebhooksUsingGETOK) IsClientError added in v0.5.0

func (o *GetAllGitWebhooksUsingGETOK) IsClientError() bool

IsClientError returns true when this get all git webhooks using g e t o k response has a 4xx status code

func (*GetAllGitWebhooksUsingGETOK) IsCode added in v0.5.0

func (o *GetAllGitWebhooksUsingGETOK) IsCode(code int) bool

IsCode returns true when this get all git webhooks using g e t o k response a status code equal to that given

func (*GetAllGitWebhooksUsingGETOK) IsRedirect added in v0.5.0

func (o *GetAllGitWebhooksUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get all git webhooks using g e t o k response has a 3xx status code

func (*GetAllGitWebhooksUsingGETOK) IsServerError added in v0.5.0

func (o *GetAllGitWebhooksUsingGETOK) IsServerError() bool

IsServerError returns true when this get all git webhooks using g e t o k response has a 5xx status code

func (*GetAllGitWebhooksUsingGETOK) IsSuccess added in v0.5.0

func (o *GetAllGitWebhooksUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get all git webhooks using g e t o k response has a 2xx status code

func (*GetAllGitWebhooksUsingGETOK) String added in v0.5.0

func (o *GetAllGitWebhooksUsingGETOK) String() string

type GetAllGitWebhooksUsingGETParams added in v0.4.0

type GetAllGitWebhooksUsingGETParams struct {

	/* DollarFilter.

	   To list Git Webhooks with OData like filter
	*/
	DollarFilter *string

	/* DollarOrderby.

	   Order by attribute

	   Default: "name desc"
	*/
	DollarOrderby *string

	/* DollarSkip.

	   To skip 'n' Git Webhooks for listing

	   Default: "0"
	*/
	DollarSkip *string

	/* DollarTop.

	   To list top 'n' Git Webhooks for listing

	   Default: "25"
	*/
	DollarTop *string

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Page.

	   To select 'n'th page for listing

	   Default: "0"
	*/
	Page *string

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

GetAllGitWebhooksUsingGETParams contains all the parameters to send to the API endpoint

for the get all git webhooks using g e t operation.

Typically these are written to a http.Request.

func NewGetAllGitWebhooksUsingGETParams added in v0.4.0

func NewGetAllGitWebhooksUsingGETParams() *GetAllGitWebhooksUsingGETParams

NewGetAllGitWebhooksUsingGETParams creates a new GetAllGitWebhooksUsingGETParams 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 NewGetAllGitWebhooksUsingGETParamsWithContext added in v0.4.0

func NewGetAllGitWebhooksUsingGETParamsWithContext(ctx context.Context) *GetAllGitWebhooksUsingGETParams

NewGetAllGitWebhooksUsingGETParamsWithContext creates a new GetAllGitWebhooksUsingGETParams object with the ability to set a context for a request.

func NewGetAllGitWebhooksUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetAllGitWebhooksUsingGETParamsWithHTTPClient(client *http.Client) *GetAllGitWebhooksUsingGETParams

NewGetAllGitWebhooksUsingGETParamsWithHTTPClient creates a new GetAllGitWebhooksUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllGitWebhooksUsingGETParamsWithTimeout added in v0.4.0

func NewGetAllGitWebhooksUsingGETParamsWithTimeout(timeout time.Duration) *GetAllGitWebhooksUsingGETParams

NewGetAllGitWebhooksUsingGETParamsWithTimeout creates a new GetAllGitWebhooksUsingGETParams object with the ability to set a timeout on a request.

func (*GetAllGitWebhooksUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetAllGitWebhooksUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get all git webhooks using get params

func (*GetAllGitWebhooksUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetAllGitWebhooksUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get all git webhooks using get params

func (*GetAllGitWebhooksUsingGETParams) SetContext added in v0.4.0

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

SetContext adds the context to the get all git webhooks using get params

func (*GetAllGitWebhooksUsingGETParams) SetDefaults added in v0.4.0

func (o *GetAllGitWebhooksUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get all git webhooks using get params (not the query body).

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

func (*GetAllGitWebhooksUsingGETParams) SetDollarFilter added in v0.4.0

func (o *GetAllGitWebhooksUsingGETParams) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the get all git webhooks using get params

func (*GetAllGitWebhooksUsingGETParams) SetDollarOrderby added in v0.4.0

func (o *GetAllGitWebhooksUsingGETParams) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the get all git webhooks using get params

func (*GetAllGitWebhooksUsingGETParams) SetDollarSkip added in v0.4.0

func (o *GetAllGitWebhooksUsingGETParams) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the get all git webhooks using get params

func (*GetAllGitWebhooksUsingGETParams) SetDollarTop added in v0.4.0

func (o *GetAllGitWebhooksUsingGETParams) SetDollarTop(dollarTop *string)

SetDollarTop adds the dollarTop to the get all git webhooks using get params

func (*GetAllGitWebhooksUsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get all git webhooks using get params

func (*GetAllGitWebhooksUsingGETParams) SetPage added in v0.4.0

func (o *GetAllGitWebhooksUsingGETParams) SetPage(page *string)

SetPage adds the page to the get all git webhooks using get params

func (*GetAllGitWebhooksUsingGETParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get all git webhooks using get params

func (*GetAllGitWebhooksUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get all git webhooks using get params

func (*GetAllGitWebhooksUsingGETParams) WithAuthorization added in v0.4.0

func (o *GetAllGitWebhooksUsingGETParams) WithAuthorization(authorization string) *GetAllGitWebhooksUsingGETParams

WithAuthorization adds the authorization to the get all git webhooks using get params

func (*GetAllGitWebhooksUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get all git webhooks using get params

func (*GetAllGitWebhooksUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get all git webhooks using get params (not the query body).

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

func (*GetAllGitWebhooksUsingGETParams) WithDollarFilter added in v0.4.0

func (o *GetAllGitWebhooksUsingGETParams) WithDollarFilter(dollarFilter *string) *GetAllGitWebhooksUsingGETParams

WithDollarFilter adds the dollarFilter to the get all git webhooks using get params

func (*GetAllGitWebhooksUsingGETParams) WithDollarOrderby added in v0.4.0

func (o *GetAllGitWebhooksUsingGETParams) WithDollarOrderby(dollarOrderby *string) *GetAllGitWebhooksUsingGETParams

WithDollarOrderby adds the dollarOrderby to the get all git webhooks using get params

func (*GetAllGitWebhooksUsingGETParams) WithDollarSkip added in v0.4.0

WithDollarSkip adds the dollarSkip to the get all git webhooks using get params

func (*GetAllGitWebhooksUsingGETParams) WithDollarTop added in v0.4.0

WithDollarTop adds the dollarTop to the get all git webhooks using get params

func (*GetAllGitWebhooksUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get all git webhooks using get params

func (*GetAllGitWebhooksUsingGETParams) WithPage added in v0.4.0

WithPage adds the page to the get all git webhooks using get params

func (*GetAllGitWebhooksUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get all git webhooks using get params

func (*GetAllGitWebhooksUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetAllGitWebhooksUsingGETReader added in v0.4.0

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

GetAllGitWebhooksUsingGETReader is a Reader for the GetAllGitWebhooksUsingGET structure.

func (*GetAllGitWebhooksUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetAllGitWebhooksUsingGETUnauthorized added in v0.4.0

type GetAllGitWebhooksUsingGETUnauthorized struct {
}

GetAllGitWebhooksUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetAllGitWebhooksUsingGETUnauthorized added in v0.4.0

func NewGetAllGitWebhooksUsingGETUnauthorized() *GetAllGitWebhooksUsingGETUnauthorized

NewGetAllGitWebhooksUsingGETUnauthorized creates a GetAllGitWebhooksUsingGETUnauthorized with default headers values

func (*GetAllGitWebhooksUsingGETUnauthorized) Error added in v0.4.0

func (*GetAllGitWebhooksUsingGETUnauthorized) IsClientError added in v0.5.0

func (o *GetAllGitWebhooksUsingGETUnauthorized) IsClientError() bool

IsClientError returns true when this get all git webhooks using g e t unauthorized response has a 4xx status code

func (*GetAllGitWebhooksUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get all git webhooks using g e t unauthorized response a status code equal to that given

func (*GetAllGitWebhooksUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get all git webhooks using g e t unauthorized response has a 3xx status code

func (*GetAllGitWebhooksUsingGETUnauthorized) IsServerError added in v0.5.0

func (o *GetAllGitWebhooksUsingGETUnauthorized) IsServerError() bool

IsServerError returns true when this get all git webhooks using g e t unauthorized response has a 5xx status code

func (*GetAllGitWebhooksUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get all git webhooks using g e t unauthorized response has a 2xx status code

func (*GetAllGitWebhooksUsingGETUnauthorized) String added in v0.5.0

type GetDockerRegistryWebhookNameUsingGETForbidden added in v0.4.0

type GetDockerRegistryWebhookNameUsingGETForbidden struct {
}

GetDockerRegistryWebhookNameUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetDockerRegistryWebhookNameUsingGETForbidden added in v0.4.0

func NewGetDockerRegistryWebhookNameUsingGETForbidden() *GetDockerRegistryWebhookNameUsingGETForbidden

NewGetDockerRegistryWebhookNameUsingGETForbidden creates a GetDockerRegistryWebhookNameUsingGETForbidden with default headers values

func (*GetDockerRegistryWebhookNameUsingGETForbidden) Error added in v0.4.0

func (*GetDockerRegistryWebhookNameUsingGETForbidden) IsClientError added in v0.5.0

IsClientError returns true when this get docker registry webhook name using g e t forbidden response has a 4xx status code

func (*GetDockerRegistryWebhookNameUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get docker registry webhook name using g e t forbidden response a status code equal to that given

func (*GetDockerRegistryWebhookNameUsingGETForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this get docker registry webhook name using g e t forbidden response has a 3xx status code

func (*GetDockerRegistryWebhookNameUsingGETForbidden) IsServerError added in v0.5.0

IsServerError returns true when this get docker registry webhook name using g e t forbidden response has a 5xx status code

func (*GetDockerRegistryWebhookNameUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get docker registry webhook name using g e t forbidden response has a 2xx status code

func (*GetDockerRegistryWebhookNameUsingGETForbidden) String added in v0.5.0

type GetDockerRegistryWebhookNameUsingGETInternalServerError added in v0.4.0

type GetDockerRegistryWebhookNameUsingGETInternalServerError struct {
}

GetDockerRegistryWebhookNameUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetDockerRegistryWebhookNameUsingGETInternalServerError added in v0.4.0

func NewGetDockerRegistryWebhookNameUsingGETInternalServerError() *GetDockerRegistryWebhookNameUsingGETInternalServerError

NewGetDockerRegistryWebhookNameUsingGETInternalServerError creates a GetDockerRegistryWebhookNameUsingGETInternalServerError with default headers values

func (*GetDockerRegistryWebhookNameUsingGETInternalServerError) Error added in v0.4.0

func (*GetDockerRegistryWebhookNameUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get docker registry webhook name using g e t internal server error response has a 4xx status code

func (*GetDockerRegistryWebhookNameUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get docker registry webhook name using g e t internal server error response a status code equal to that given

func (*GetDockerRegistryWebhookNameUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get docker registry webhook name using g e t internal server error response has a 3xx status code

func (*GetDockerRegistryWebhookNameUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get docker registry webhook name using g e t internal server error response has a 5xx status code

func (*GetDockerRegistryWebhookNameUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get docker registry webhook name using g e t internal server error response has a 2xx status code

func (*GetDockerRegistryWebhookNameUsingGETInternalServerError) String added in v0.5.0

type GetDockerRegistryWebhookNameUsingGETNotFound added in v0.4.0

type GetDockerRegistryWebhookNameUsingGETNotFound struct {
	Payload *models.Error
}

GetDockerRegistryWebhookNameUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetDockerRegistryWebhookNameUsingGETNotFound added in v0.4.0

func NewGetDockerRegistryWebhookNameUsingGETNotFound() *GetDockerRegistryWebhookNameUsingGETNotFound

NewGetDockerRegistryWebhookNameUsingGETNotFound creates a GetDockerRegistryWebhookNameUsingGETNotFound with default headers values

func (*GetDockerRegistryWebhookNameUsingGETNotFound) Error added in v0.4.0

func (*GetDockerRegistryWebhookNameUsingGETNotFound) GetPayload added in v0.4.0

func (*GetDockerRegistryWebhookNameUsingGETNotFound) IsClientError added in v0.5.0

IsClientError returns true when this get docker registry webhook name using g e t not found response has a 4xx status code

func (*GetDockerRegistryWebhookNameUsingGETNotFound) IsCode added in v0.5.0

IsCode returns true when this get docker registry webhook name using g e t not found response a status code equal to that given

func (*GetDockerRegistryWebhookNameUsingGETNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get docker registry webhook name using g e t not found response has a 3xx status code

func (*GetDockerRegistryWebhookNameUsingGETNotFound) IsServerError added in v0.5.0

IsServerError returns true when this get docker registry webhook name using g e t not found response has a 5xx status code

func (*GetDockerRegistryWebhookNameUsingGETNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get docker registry webhook name using g e t not found response has a 2xx status code

func (*GetDockerRegistryWebhookNameUsingGETNotFound) String added in v0.5.0

type GetDockerRegistryWebhookNameUsingGETOK added in v0.4.0

type GetDockerRegistryWebhookNameUsingGETOK struct {
	Payload models.DockerRegistryWebHook
}

GetDockerRegistryWebhookNameUsingGETOK describes a response with status code 200, with default header values.

'Success' with Docker Registry Webhook

func NewGetDockerRegistryWebhookNameUsingGETOK added in v0.4.0

func NewGetDockerRegistryWebhookNameUsingGETOK() *GetDockerRegistryWebhookNameUsingGETOK

NewGetDockerRegistryWebhookNameUsingGETOK creates a GetDockerRegistryWebhookNameUsingGETOK with default headers values

func (*GetDockerRegistryWebhookNameUsingGETOK) Error added in v0.4.0

func (*GetDockerRegistryWebhookNameUsingGETOK) GetPayload added in v0.4.0

func (*GetDockerRegistryWebhookNameUsingGETOK) IsClientError added in v0.5.0

func (o *GetDockerRegistryWebhookNameUsingGETOK) IsClientError() bool

IsClientError returns true when this get docker registry webhook name using g e t o k response has a 4xx status code

func (*GetDockerRegistryWebhookNameUsingGETOK) IsCode added in v0.5.0

IsCode returns true when this get docker registry webhook name using g e t o k response a status code equal to that given

func (*GetDockerRegistryWebhookNameUsingGETOK) IsRedirect added in v0.5.0

IsRedirect returns true when this get docker registry webhook name using g e t o k response has a 3xx status code

func (*GetDockerRegistryWebhookNameUsingGETOK) IsServerError added in v0.5.0

func (o *GetDockerRegistryWebhookNameUsingGETOK) IsServerError() bool

IsServerError returns true when this get docker registry webhook name using g e t o k response has a 5xx status code

func (*GetDockerRegistryWebhookNameUsingGETOK) IsSuccess added in v0.5.0

IsSuccess returns true when this get docker registry webhook name using g e t o k response has a 2xx status code

func (*GetDockerRegistryWebhookNameUsingGETOK) String added in v0.5.0

type GetDockerRegistryWebhookNameUsingGETParams added in v0.4.0

type GetDockerRegistryWebhookNameUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Name.

	   name
	*/
	Name string

	/* Project.

	   project
	*/
	Project string

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

GetDockerRegistryWebhookNameUsingGETParams contains all the parameters to send to the API endpoint

for the get docker registry webhook name using g e t operation.

Typically these are written to a http.Request.

func NewGetDockerRegistryWebhookNameUsingGETParams added in v0.4.0

func NewGetDockerRegistryWebhookNameUsingGETParams() *GetDockerRegistryWebhookNameUsingGETParams

NewGetDockerRegistryWebhookNameUsingGETParams creates a new GetDockerRegistryWebhookNameUsingGETParams 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 NewGetDockerRegistryWebhookNameUsingGETParamsWithContext added in v0.4.0

func NewGetDockerRegistryWebhookNameUsingGETParamsWithContext(ctx context.Context) *GetDockerRegistryWebhookNameUsingGETParams

NewGetDockerRegistryWebhookNameUsingGETParamsWithContext creates a new GetDockerRegistryWebhookNameUsingGETParams object with the ability to set a context for a request.

func NewGetDockerRegistryWebhookNameUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetDockerRegistryWebhookNameUsingGETParamsWithHTTPClient(client *http.Client) *GetDockerRegistryWebhookNameUsingGETParams

NewGetDockerRegistryWebhookNameUsingGETParamsWithHTTPClient creates a new GetDockerRegistryWebhookNameUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetDockerRegistryWebhookNameUsingGETParamsWithTimeout added in v0.4.0

func NewGetDockerRegistryWebhookNameUsingGETParamsWithTimeout(timeout time.Duration) *GetDockerRegistryWebhookNameUsingGETParams

NewGetDockerRegistryWebhookNameUsingGETParamsWithTimeout creates a new GetDockerRegistryWebhookNameUsingGETParams object with the ability to set a timeout on a request.

func (*GetDockerRegistryWebhookNameUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetDockerRegistryWebhookNameUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get docker registry webhook name using get params

func (*GetDockerRegistryWebhookNameUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetDockerRegistryWebhookNameUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get docker registry webhook name using get params

func (*GetDockerRegistryWebhookNameUsingGETParams) SetContext added in v0.4.0

SetContext adds the context to the get docker registry webhook name using get params

func (*GetDockerRegistryWebhookNameUsingGETParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the get docker registry webhook name using get params (not the query body).

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

func (*GetDockerRegistryWebhookNameUsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get docker registry webhook name using get params

func (*GetDockerRegistryWebhookNameUsingGETParams) SetName added in v0.4.0

SetName adds the name to the get docker registry webhook name using get params

func (*GetDockerRegistryWebhookNameUsingGETParams) SetProject added in v0.4.0

func (o *GetDockerRegistryWebhookNameUsingGETParams) SetProject(project string)

SetProject adds the project to the get docker registry webhook name using get params

func (*GetDockerRegistryWebhookNameUsingGETParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the get docker registry webhook name using get params

func (*GetDockerRegistryWebhookNameUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get docker registry webhook name using get params

func (*GetDockerRegistryWebhookNameUsingGETParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the get docker registry webhook name using get params

func (*GetDockerRegistryWebhookNameUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get docker registry webhook name using get params

func (*GetDockerRegistryWebhookNameUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get docker registry webhook name using get params (not the query body).

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

func (*GetDockerRegistryWebhookNameUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get docker registry webhook name using get params

func (*GetDockerRegistryWebhookNameUsingGETParams) WithName added in v0.4.0

WithName adds the name to the get docker registry webhook name using get params

func (*GetDockerRegistryWebhookNameUsingGETParams) WithProject added in v0.4.0

WithProject adds the project to the get docker registry webhook name using get params

func (*GetDockerRegistryWebhookNameUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get docker registry webhook name using get params

func (*GetDockerRegistryWebhookNameUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetDockerRegistryWebhookNameUsingGETReader added in v0.4.0

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

GetDockerRegistryWebhookNameUsingGETReader is a Reader for the GetDockerRegistryWebhookNameUsingGET structure.

func (*GetDockerRegistryWebhookNameUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetDockerRegistryWebhookNameUsingGETUnauthorized added in v0.4.0

type GetDockerRegistryWebhookNameUsingGETUnauthorized struct {
}

GetDockerRegistryWebhookNameUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetDockerRegistryWebhookNameUsingGETUnauthorized added in v0.4.0

func NewGetDockerRegistryWebhookNameUsingGETUnauthorized() *GetDockerRegistryWebhookNameUsingGETUnauthorized

NewGetDockerRegistryWebhookNameUsingGETUnauthorized creates a GetDockerRegistryWebhookNameUsingGETUnauthorized with default headers values

func (*GetDockerRegistryWebhookNameUsingGETUnauthorized) Error added in v0.4.0

func (*GetDockerRegistryWebhookNameUsingGETUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get docker registry webhook name using g e t unauthorized response has a 4xx status code

func (*GetDockerRegistryWebhookNameUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get docker registry webhook name using g e t unauthorized response a status code equal to that given

func (*GetDockerRegistryWebhookNameUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get docker registry webhook name using g e t unauthorized response has a 3xx status code

func (*GetDockerRegistryWebhookNameUsingGETUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get docker registry webhook name using g e t unauthorized response has a 5xx status code

func (*GetDockerRegistryWebhookNameUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get docker registry webhook name using g e t unauthorized response has a 2xx status code

func (*GetDockerRegistryWebhookNameUsingGETUnauthorized) String added in v0.5.0

type GetGerritEventByIDUsingGETForbidden added in v0.4.0

type GetGerritEventByIDUsingGETForbidden struct {
}

GetGerritEventByIDUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetGerritEventByIDUsingGETForbidden added in v0.4.0

func NewGetGerritEventByIDUsingGETForbidden() *GetGerritEventByIDUsingGETForbidden

NewGetGerritEventByIDUsingGETForbidden creates a GetGerritEventByIDUsingGETForbidden with default headers values

func (*GetGerritEventByIDUsingGETForbidden) Error added in v0.4.0

func (*GetGerritEventByIDUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetGerritEventByIDUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get gerrit event by Id using g e t forbidden response has a 4xx status code

func (*GetGerritEventByIDUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get gerrit event by Id using g e t forbidden response a status code equal to that given

func (*GetGerritEventByIDUsingGETForbidden) IsRedirect added in v0.5.0

func (o *GetGerritEventByIDUsingGETForbidden) IsRedirect() bool

IsRedirect returns true when this get gerrit event by Id using g e t forbidden response has a 3xx status code

func (*GetGerritEventByIDUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetGerritEventByIDUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get gerrit event by Id using g e t forbidden response has a 5xx status code

func (*GetGerritEventByIDUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit event by Id using g e t forbidden response has a 2xx status code

func (*GetGerritEventByIDUsingGETForbidden) String added in v0.5.0

type GetGerritEventByIDUsingGETInternalServerError added in v0.4.0

type GetGerritEventByIDUsingGETInternalServerError struct {
}

GetGerritEventByIDUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetGerritEventByIDUsingGETInternalServerError added in v0.4.0

func NewGetGerritEventByIDUsingGETInternalServerError() *GetGerritEventByIDUsingGETInternalServerError

NewGetGerritEventByIDUsingGETInternalServerError creates a GetGerritEventByIDUsingGETInternalServerError with default headers values

func (*GetGerritEventByIDUsingGETInternalServerError) Error added in v0.4.0

func (*GetGerritEventByIDUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get gerrit event by Id using g e t internal server error response has a 4xx status code

func (*GetGerritEventByIDUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get gerrit event by Id using g e t internal server error response a status code equal to that given

func (*GetGerritEventByIDUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit event by Id using g e t internal server error response has a 3xx status code

func (*GetGerritEventByIDUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get gerrit event by Id using g e t internal server error response has a 5xx status code

func (*GetGerritEventByIDUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit event by Id using g e t internal server error response has a 2xx status code

func (*GetGerritEventByIDUsingGETInternalServerError) String added in v0.5.0

type GetGerritEventByIDUsingGETNotFound added in v0.4.0

type GetGerritEventByIDUsingGETNotFound struct {
	Payload *models.Error
}

GetGerritEventByIDUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetGerritEventByIDUsingGETNotFound added in v0.4.0

func NewGetGerritEventByIDUsingGETNotFound() *GetGerritEventByIDUsingGETNotFound

NewGetGerritEventByIDUsingGETNotFound creates a GetGerritEventByIDUsingGETNotFound with default headers values

func (*GetGerritEventByIDUsingGETNotFound) Error added in v0.4.0

func (*GetGerritEventByIDUsingGETNotFound) GetPayload added in v0.4.0

func (*GetGerritEventByIDUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetGerritEventByIDUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get gerrit event by Id using g e t not found response has a 4xx status code

func (*GetGerritEventByIDUsingGETNotFound) IsCode added in v0.5.0

IsCode returns true when this get gerrit event by Id using g e t not found response a status code equal to that given

func (*GetGerritEventByIDUsingGETNotFound) IsRedirect added in v0.5.0

func (o *GetGerritEventByIDUsingGETNotFound) IsRedirect() bool

IsRedirect returns true when this get gerrit event by Id using g e t not found response has a 3xx status code

func (*GetGerritEventByIDUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetGerritEventByIDUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get gerrit event by Id using g e t not found response has a 5xx status code

func (*GetGerritEventByIDUsingGETNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit event by Id using g e t not found response has a 2xx status code

func (*GetGerritEventByIDUsingGETNotFound) String added in v0.5.0

type GetGerritEventByIDUsingGETOK added in v0.4.0

type GetGerritEventByIDUsingGETOK struct {
	Payload models.GerritEvent
}

GetGerritEventByIDUsingGETOK describes a response with status code 200, with default header values.

'Success' with gerrit Event

func NewGetGerritEventByIDUsingGETOK added in v0.4.0

func NewGetGerritEventByIDUsingGETOK() *GetGerritEventByIDUsingGETOK

NewGetGerritEventByIDUsingGETOK creates a GetGerritEventByIDUsingGETOK with default headers values

func (*GetGerritEventByIDUsingGETOK) Error added in v0.4.0

func (*GetGerritEventByIDUsingGETOK) GetPayload added in v0.4.0

func (*GetGerritEventByIDUsingGETOK) IsClientError added in v0.5.0

func (o *GetGerritEventByIDUsingGETOK) IsClientError() bool

IsClientError returns true when this get gerrit event by Id using g e t o k response has a 4xx status code

func (*GetGerritEventByIDUsingGETOK) IsCode added in v0.5.0

func (o *GetGerritEventByIDUsingGETOK) IsCode(code int) bool

IsCode returns true when this get gerrit event by Id using g e t o k response a status code equal to that given

func (*GetGerritEventByIDUsingGETOK) IsRedirect added in v0.5.0

func (o *GetGerritEventByIDUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get gerrit event by Id using g e t o k response has a 3xx status code

func (*GetGerritEventByIDUsingGETOK) IsServerError added in v0.5.0

func (o *GetGerritEventByIDUsingGETOK) IsServerError() bool

IsServerError returns true when this get gerrit event by Id using g e t o k response has a 5xx status code

func (*GetGerritEventByIDUsingGETOK) IsSuccess added in v0.5.0

func (o *GetGerritEventByIDUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get gerrit event by Id using g e t o k response has a 2xx status code

func (*GetGerritEventByIDUsingGETOK) String added in v0.5.0

type GetGerritEventByIDUsingGETParams added in v0.4.0

type GetGerritEventByIDUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   id
	*/
	ID string

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

GetGerritEventByIDUsingGETParams contains all the parameters to send to the API endpoint

for the get gerrit event by ID using g e t operation.

Typically these are written to a http.Request.

func NewGetGerritEventByIDUsingGETParams added in v0.4.0

func NewGetGerritEventByIDUsingGETParams() *GetGerritEventByIDUsingGETParams

NewGetGerritEventByIDUsingGETParams creates a new GetGerritEventByIDUsingGETParams 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 NewGetGerritEventByIDUsingGETParamsWithContext added in v0.4.0

func NewGetGerritEventByIDUsingGETParamsWithContext(ctx context.Context) *GetGerritEventByIDUsingGETParams

NewGetGerritEventByIDUsingGETParamsWithContext creates a new GetGerritEventByIDUsingGETParams object with the ability to set a context for a request.

func NewGetGerritEventByIDUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetGerritEventByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetGerritEventByIDUsingGETParams

NewGetGerritEventByIDUsingGETParamsWithHTTPClient creates a new GetGerritEventByIDUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetGerritEventByIDUsingGETParamsWithTimeout added in v0.4.0

func NewGetGerritEventByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetGerritEventByIDUsingGETParams

NewGetGerritEventByIDUsingGETParamsWithTimeout creates a new GetGerritEventByIDUsingGETParams object with the ability to set a timeout on a request.

func (*GetGerritEventByIDUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetGerritEventByIDUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get gerrit event by ID using get params

func (*GetGerritEventByIDUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetGerritEventByIDUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get gerrit event by ID using get params

func (*GetGerritEventByIDUsingGETParams) SetContext added in v0.4.0

SetContext adds the context to the get gerrit event by ID using get params

func (*GetGerritEventByIDUsingGETParams) SetDefaults added in v0.4.0

func (o *GetGerritEventByIDUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get gerrit event by ID using get params (not the query body).

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

func (*GetGerritEventByIDUsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get gerrit event by ID using get params

func (*GetGerritEventByIDUsingGETParams) SetID added in v0.4.0

SetID adds the id to the get gerrit event by ID using get params

func (*GetGerritEventByIDUsingGETParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get gerrit event by ID using get params

func (*GetGerritEventByIDUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get gerrit event by ID using get params

func (*GetGerritEventByIDUsingGETParams) WithAuthorization added in v0.4.0

func (o *GetGerritEventByIDUsingGETParams) WithAuthorization(authorization string) *GetGerritEventByIDUsingGETParams

WithAuthorization adds the authorization to the get gerrit event by ID using get params

func (*GetGerritEventByIDUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get gerrit event by ID using get params

func (*GetGerritEventByIDUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get gerrit event by ID using get params (not the query body).

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

func (*GetGerritEventByIDUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get gerrit event by ID using get params

func (*GetGerritEventByIDUsingGETParams) WithID added in v0.4.0

WithID adds the id to the get gerrit event by ID using get params

func (*GetGerritEventByIDUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get gerrit event by ID using get params

func (*GetGerritEventByIDUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetGerritEventByIDUsingGETReader added in v0.4.0

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

GetGerritEventByIDUsingGETReader is a Reader for the GetGerritEventByIDUsingGET structure.

func (*GetGerritEventByIDUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetGerritEventByIDUsingGETUnauthorized added in v0.4.0

type GetGerritEventByIDUsingGETUnauthorized struct {
}

GetGerritEventByIDUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetGerritEventByIDUsingGETUnauthorized added in v0.4.0

func NewGetGerritEventByIDUsingGETUnauthorized() *GetGerritEventByIDUsingGETUnauthorized

NewGetGerritEventByIDUsingGETUnauthorized creates a GetGerritEventByIDUsingGETUnauthorized with default headers values

func (*GetGerritEventByIDUsingGETUnauthorized) Error added in v0.4.0

func (*GetGerritEventByIDUsingGETUnauthorized) IsClientError added in v0.5.0

func (o *GetGerritEventByIDUsingGETUnauthorized) IsClientError() bool

IsClientError returns true when this get gerrit event by Id using g e t unauthorized response has a 4xx status code

func (*GetGerritEventByIDUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get gerrit event by Id using g e t unauthorized response a status code equal to that given

func (*GetGerritEventByIDUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit event by Id using g e t unauthorized response has a 3xx status code

func (*GetGerritEventByIDUsingGETUnauthorized) IsServerError added in v0.5.0

func (o *GetGerritEventByIDUsingGETUnauthorized) IsServerError() bool

IsServerError returns true when this get gerrit event by Id using g e t unauthorized response has a 5xx status code

func (*GetGerritEventByIDUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit event by Id using g e t unauthorized response has a 2xx status code

func (*GetGerritEventByIDUsingGETUnauthorized) String added in v0.5.0

type GetGerritListenerByIDUsingGETForbidden added in v0.4.0

type GetGerritListenerByIDUsingGETForbidden struct {
}

GetGerritListenerByIDUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetGerritListenerByIDUsingGETForbidden added in v0.4.0

func NewGetGerritListenerByIDUsingGETForbidden() *GetGerritListenerByIDUsingGETForbidden

NewGetGerritListenerByIDUsingGETForbidden creates a GetGerritListenerByIDUsingGETForbidden with default headers values

func (*GetGerritListenerByIDUsingGETForbidden) Error added in v0.4.0

func (*GetGerritListenerByIDUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetGerritListenerByIDUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get gerrit listener by Id using g e t forbidden response has a 4xx status code

func (*GetGerritListenerByIDUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get gerrit listener by Id using g e t forbidden response a status code equal to that given

func (*GetGerritListenerByIDUsingGETForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit listener by Id using g e t forbidden response has a 3xx status code

func (*GetGerritListenerByIDUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetGerritListenerByIDUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get gerrit listener by Id using g e t forbidden response has a 5xx status code

func (*GetGerritListenerByIDUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit listener by Id using g e t forbidden response has a 2xx status code

func (*GetGerritListenerByIDUsingGETForbidden) String added in v0.5.0

type GetGerritListenerByIDUsingGETInternalServerError added in v0.4.0

type GetGerritListenerByIDUsingGETInternalServerError struct {
}

GetGerritListenerByIDUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetGerritListenerByIDUsingGETInternalServerError added in v0.4.0

func NewGetGerritListenerByIDUsingGETInternalServerError() *GetGerritListenerByIDUsingGETInternalServerError

NewGetGerritListenerByIDUsingGETInternalServerError creates a GetGerritListenerByIDUsingGETInternalServerError with default headers values

func (*GetGerritListenerByIDUsingGETInternalServerError) Error added in v0.4.0

func (*GetGerritListenerByIDUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get gerrit listener by Id using g e t internal server error response has a 4xx status code

func (*GetGerritListenerByIDUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get gerrit listener by Id using g e t internal server error response a status code equal to that given

func (*GetGerritListenerByIDUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit listener by Id using g e t internal server error response has a 3xx status code

func (*GetGerritListenerByIDUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get gerrit listener by Id using g e t internal server error response has a 5xx status code

func (*GetGerritListenerByIDUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit listener by Id using g e t internal server error response has a 2xx status code

func (*GetGerritListenerByIDUsingGETInternalServerError) String added in v0.5.0

type GetGerritListenerByIDUsingGETNotFound added in v0.4.0

type GetGerritListenerByIDUsingGETNotFound struct {
	Payload *models.Error
}

GetGerritListenerByIDUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetGerritListenerByIDUsingGETNotFound added in v0.4.0

func NewGetGerritListenerByIDUsingGETNotFound() *GetGerritListenerByIDUsingGETNotFound

NewGetGerritListenerByIDUsingGETNotFound creates a GetGerritListenerByIDUsingGETNotFound with default headers values

func (*GetGerritListenerByIDUsingGETNotFound) Error added in v0.4.0

func (*GetGerritListenerByIDUsingGETNotFound) GetPayload added in v0.4.0

func (*GetGerritListenerByIDUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetGerritListenerByIDUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get gerrit listener by Id using g e t not found response has a 4xx status code

func (*GetGerritListenerByIDUsingGETNotFound) IsCode added in v0.5.0

IsCode returns true when this get gerrit listener by Id using g e t not found response a status code equal to that given

func (*GetGerritListenerByIDUsingGETNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit listener by Id using g e t not found response has a 3xx status code

func (*GetGerritListenerByIDUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetGerritListenerByIDUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get gerrit listener by Id using g e t not found response has a 5xx status code

func (*GetGerritListenerByIDUsingGETNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit listener by Id using g e t not found response has a 2xx status code

func (*GetGerritListenerByIDUsingGETNotFound) String added in v0.5.0

type GetGerritListenerByIDUsingGETOK added in v0.4.0

type GetGerritListenerByIDUsingGETOK struct {
	Payload models.GerritListener
}

GetGerritListenerByIDUsingGETOK describes a response with status code 200, with default header values.

'Success' with gerrit listener

func NewGetGerritListenerByIDUsingGETOK added in v0.4.0

func NewGetGerritListenerByIDUsingGETOK() *GetGerritListenerByIDUsingGETOK

NewGetGerritListenerByIDUsingGETOK creates a GetGerritListenerByIDUsingGETOK with default headers values

func (*GetGerritListenerByIDUsingGETOK) Error added in v0.4.0

func (*GetGerritListenerByIDUsingGETOK) GetPayload added in v0.4.0

func (*GetGerritListenerByIDUsingGETOK) IsClientError added in v0.5.0

func (o *GetGerritListenerByIDUsingGETOK) IsClientError() bool

IsClientError returns true when this get gerrit listener by Id using g e t o k response has a 4xx status code

func (*GetGerritListenerByIDUsingGETOK) IsCode added in v0.5.0

func (o *GetGerritListenerByIDUsingGETOK) IsCode(code int) bool

IsCode returns true when this get gerrit listener by Id using g e t o k response a status code equal to that given

func (*GetGerritListenerByIDUsingGETOK) IsRedirect added in v0.5.0

func (o *GetGerritListenerByIDUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get gerrit listener by Id using g e t o k response has a 3xx status code

func (*GetGerritListenerByIDUsingGETOK) IsServerError added in v0.5.0

func (o *GetGerritListenerByIDUsingGETOK) IsServerError() bool

IsServerError returns true when this get gerrit listener by Id using g e t o k response has a 5xx status code

func (*GetGerritListenerByIDUsingGETOK) IsSuccess added in v0.5.0

func (o *GetGerritListenerByIDUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get gerrit listener by Id using g e t o k response has a 2xx status code

func (*GetGerritListenerByIDUsingGETOK) String added in v0.5.0

type GetGerritListenerByIDUsingGETParams added in v0.4.0

type GetGerritListenerByIDUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   id
	*/
	ID string

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

GetGerritListenerByIDUsingGETParams contains all the parameters to send to the API endpoint

for the get gerrit listener by ID using g e t operation.

Typically these are written to a http.Request.

func NewGetGerritListenerByIDUsingGETParams added in v0.4.0

func NewGetGerritListenerByIDUsingGETParams() *GetGerritListenerByIDUsingGETParams

NewGetGerritListenerByIDUsingGETParams creates a new GetGerritListenerByIDUsingGETParams 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 NewGetGerritListenerByIDUsingGETParamsWithContext added in v0.4.0

func NewGetGerritListenerByIDUsingGETParamsWithContext(ctx context.Context) *GetGerritListenerByIDUsingGETParams

NewGetGerritListenerByIDUsingGETParamsWithContext creates a new GetGerritListenerByIDUsingGETParams object with the ability to set a context for a request.

func NewGetGerritListenerByIDUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetGerritListenerByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetGerritListenerByIDUsingGETParams

NewGetGerritListenerByIDUsingGETParamsWithHTTPClient creates a new GetGerritListenerByIDUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetGerritListenerByIDUsingGETParamsWithTimeout added in v0.4.0

func NewGetGerritListenerByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetGerritListenerByIDUsingGETParams

NewGetGerritListenerByIDUsingGETParamsWithTimeout creates a new GetGerritListenerByIDUsingGETParams object with the ability to set a timeout on a request.

func (*GetGerritListenerByIDUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetGerritListenerByIDUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get gerrit listener by ID using get params

func (*GetGerritListenerByIDUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetGerritListenerByIDUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get gerrit listener by ID using get params

func (*GetGerritListenerByIDUsingGETParams) SetContext added in v0.4.0

SetContext adds the context to the get gerrit listener by ID using get params

func (*GetGerritListenerByIDUsingGETParams) SetDefaults added in v0.4.0

func (o *GetGerritListenerByIDUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get gerrit listener by ID using get params (not the query body).

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

func (*GetGerritListenerByIDUsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get gerrit listener by ID using get params

func (*GetGerritListenerByIDUsingGETParams) SetID added in v0.4.0

SetID adds the id to the get gerrit listener by ID using get params

func (*GetGerritListenerByIDUsingGETParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get gerrit listener by ID using get params

func (*GetGerritListenerByIDUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get gerrit listener by ID using get params

func (*GetGerritListenerByIDUsingGETParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the get gerrit listener by ID using get params

func (*GetGerritListenerByIDUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get gerrit listener by ID using get params

func (*GetGerritListenerByIDUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get gerrit listener by ID using get params (not the query body).

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

func (*GetGerritListenerByIDUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get gerrit listener by ID using get params

func (*GetGerritListenerByIDUsingGETParams) WithID added in v0.4.0

WithID adds the id to the get gerrit listener by ID using get params

func (*GetGerritListenerByIDUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get gerrit listener by ID using get params

func (*GetGerritListenerByIDUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetGerritListenerByIDUsingGETReader added in v0.4.0

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

GetGerritListenerByIDUsingGETReader is a Reader for the GetGerritListenerByIDUsingGET structure.

func (*GetGerritListenerByIDUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetGerritListenerByIDUsingGETUnauthorized added in v0.4.0

type GetGerritListenerByIDUsingGETUnauthorized struct {
}

GetGerritListenerByIDUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetGerritListenerByIDUsingGETUnauthorized added in v0.4.0

func NewGetGerritListenerByIDUsingGETUnauthorized() *GetGerritListenerByIDUsingGETUnauthorized

NewGetGerritListenerByIDUsingGETUnauthorized creates a GetGerritListenerByIDUsingGETUnauthorized with default headers values

func (*GetGerritListenerByIDUsingGETUnauthorized) Error added in v0.4.0

func (*GetGerritListenerByIDUsingGETUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get gerrit listener by Id using g e t unauthorized response has a 4xx status code

func (*GetGerritListenerByIDUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get gerrit listener by Id using g e t unauthorized response a status code equal to that given

func (*GetGerritListenerByIDUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit listener by Id using g e t unauthorized response has a 3xx status code

func (*GetGerritListenerByIDUsingGETUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get gerrit listener by Id using g e t unauthorized response has a 5xx status code

func (*GetGerritListenerByIDUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit listener by Id using g e t unauthorized response has a 2xx status code

func (*GetGerritListenerByIDUsingGETUnauthorized) String added in v0.5.0

type GetGerritListenerByNameUsingGETForbidden added in v0.4.0

type GetGerritListenerByNameUsingGETForbidden struct {
}

GetGerritListenerByNameUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetGerritListenerByNameUsingGETForbidden added in v0.4.0

func NewGetGerritListenerByNameUsingGETForbidden() *GetGerritListenerByNameUsingGETForbidden

NewGetGerritListenerByNameUsingGETForbidden creates a GetGerritListenerByNameUsingGETForbidden with default headers values

func (*GetGerritListenerByNameUsingGETForbidden) Error added in v0.4.0

func (*GetGerritListenerByNameUsingGETForbidden) IsClientError added in v0.5.0

IsClientError returns true when this get gerrit listener by name using g e t forbidden response has a 4xx status code

func (*GetGerritListenerByNameUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get gerrit listener by name using g e t forbidden response a status code equal to that given

func (*GetGerritListenerByNameUsingGETForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit listener by name using g e t forbidden response has a 3xx status code

func (*GetGerritListenerByNameUsingGETForbidden) IsServerError added in v0.5.0

IsServerError returns true when this get gerrit listener by name using g e t forbidden response has a 5xx status code

func (*GetGerritListenerByNameUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit listener by name using g e t forbidden response has a 2xx status code

func (*GetGerritListenerByNameUsingGETForbidden) String added in v0.5.0

type GetGerritListenerByNameUsingGETInternalServerError added in v0.4.0

type GetGerritListenerByNameUsingGETInternalServerError struct {
}

GetGerritListenerByNameUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetGerritListenerByNameUsingGETInternalServerError added in v0.4.0

func NewGetGerritListenerByNameUsingGETInternalServerError() *GetGerritListenerByNameUsingGETInternalServerError

NewGetGerritListenerByNameUsingGETInternalServerError creates a GetGerritListenerByNameUsingGETInternalServerError with default headers values

func (*GetGerritListenerByNameUsingGETInternalServerError) Error added in v0.4.0

func (*GetGerritListenerByNameUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get gerrit listener by name using g e t internal server error response has a 4xx status code

func (*GetGerritListenerByNameUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get gerrit listener by name using g e t internal server error response a status code equal to that given

func (*GetGerritListenerByNameUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit listener by name using g e t internal server error response has a 3xx status code

func (*GetGerritListenerByNameUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get gerrit listener by name using g e t internal server error response has a 5xx status code

func (*GetGerritListenerByNameUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit listener by name using g e t internal server error response has a 2xx status code

func (*GetGerritListenerByNameUsingGETInternalServerError) String added in v0.5.0

type GetGerritListenerByNameUsingGETNotFound added in v0.4.0

type GetGerritListenerByNameUsingGETNotFound struct {
	Payload *models.Error
}

GetGerritListenerByNameUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetGerritListenerByNameUsingGETNotFound added in v0.4.0

func NewGetGerritListenerByNameUsingGETNotFound() *GetGerritListenerByNameUsingGETNotFound

NewGetGerritListenerByNameUsingGETNotFound creates a GetGerritListenerByNameUsingGETNotFound with default headers values

func (*GetGerritListenerByNameUsingGETNotFound) Error added in v0.4.0

func (*GetGerritListenerByNameUsingGETNotFound) GetPayload added in v0.4.0

func (*GetGerritListenerByNameUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetGerritListenerByNameUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get gerrit listener by name using g e t not found response has a 4xx status code

func (*GetGerritListenerByNameUsingGETNotFound) IsCode added in v0.5.0

IsCode returns true when this get gerrit listener by name using g e t not found response a status code equal to that given

func (*GetGerritListenerByNameUsingGETNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit listener by name using g e t not found response has a 3xx status code

func (*GetGerritListenerByNameUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetGerritListenerByNameUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get gerrit listener by name using g e t not found response has a 5xx status code

func (*GetGerritListenerByNameUsingGETNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit listener by name using g e t not found response has a 2xx status code

func (*GetGerritListenerByNameUsingGETNotFound) String added in v0.5.0

type GetGerritListenerByNameUsingGETOK added in v0.4.0

type GetGerritListenerByNameUsingGETOK struct {
	Payload models.GerritListener
}

GetGerritListenerByNameUsingGETOK describes a response with status code 200, with default header values.

'Success' with gerrit listener

func NewGetGerritListenerByNameUsingGETOK added in v0.4.0

func NewGetGerritListenerByNameUsingGETOK() *GetGerritListenerByNameUsingGETOK

NewGetGerritListenerByNameUsingGETOK creates a GetGerritListenerByNameUsingGETOK with default headers values

func (*GetGerritListenerByNameUsingGETOK) Error added in v0.4.0

func (*GetGerritListenerByNameUsingGETOK) GetPayload added in v0.4.0

func (*GetGerritListenerByNameUsingGETOK) IsClientError added in v0.5.0

func (o *GetGerritListenerByNameUsingGETOK) IsClientError() bool

IsClientError returns true when this get gerrit listener by name using g e t o k response has a 4xx status code

func (*GetGerritListenerByNameUsingGETOK) IsCode added in v0.5.0

func (o *GetGerritListenerByNameUsingGETOK) IsCode(code int) bool

IsCode returns true when this get gerrit listener by name using g e t o k response a status code equal to that given

func (*GetGerritListenerByNameUsingGETOK) IsRedirect added in v0.5.0

func (o *GetGerritListenerByNameUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get gerrit listener by name using g e t o k response has a 3xx status code

func (*GetGerritListenerByNameUsingGETOK) IsServerError added in v0.5.0

func (o *GetGerritListenerByNameUsingGETOK) IsServerError() bool

IsServerError returns true when this get gerrit listener by name using g e t o k response has a 5xx status code

func (*GetGerritListenerByNameUsingGETOK) IsSuccess added in v0.5.0

func (o *GetGerritListenerByNameUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get gerrit listener by name using g e t o k response has a 2xx status code

func (*GetGerritListenerByNameUsingGETOK) String added in v0.5.0

type GetGerritListenerByNameUsingGETParams added in v0.4.0

type GetGerritListenerByNameUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Name.

	   name
	*/
	Name string

	/* Project.

	   project
	*/
	Project string

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

GetGerritListenerByNameUsingGETParams contains all the parameters to send to the API endpoint

for the get gerrit listener by name using g e t operation.

Typically these are written to a http.Request.

func NewGetGerritListenerByNameUsingGETParams added in v0.4.0

func NewGetGerritListenerByNameUsingGETParams() *GetGerritListenerByNameUsingGETParams

NewGetGerritListenerByNameUsingGETParams creates a new GetGerritListenerByNameUsingGETParams 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 NewGetGerritListenerByNameUsingGETParamsWithContext added in v0.4.0

func NewGetGerritListenerByNameUsingGETParamsWithContext(ctx context.Context) *GetGerritListenerByNameUsingGETParams

NewGetGerritListenerByNameUsingGETParamsWithContext creates a new GetGerritListenerByNameUsingGETParams object with the ability to set a context for a request.

func NewGetGerritListenerByNameUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetGerritListenerByNameUsingGETParamsWithHTTPClient(client *http.Client) *GetGerritListenerByNameUsingGETParams

NewGetGerritListenerByNameUsingGETParamsWithHTTPClient creates a new GetGerritListenerByNameUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetGerritListenerByNameUsingGETParamsWithTimeout added in v0.4.0

func NewGetGerritListenerByNameUsingGETParamsWithTimeout(timeout time.Duration) *GetGerritListenerByNameUsingGETParams

NewGetGerritListenerByNameUsingGETParamsWithTimeout creates a new GetGerritListenerByNameUsingGETParams object with the ability to set a timeout on a request.

func (*GetGerritListenerByNameUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetGerritListenerByNameUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get gerrit listener by name using get params

func (*GetGerritListenerByNameUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetGerritListenerByNameUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get gerrit listener by name using get params

func (*GetGerritListenerByNameUsingGETParams) SetContext added in v0.4.0

SetContext adds the context to the get gerrit listener by name using get params

func (*GetGerritListenerByNameUsingGETParams) SetDefaults added in v0.4.0

func (o *GetGerritListenerByNameUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get gerrit listener by name using get params (not the query body).

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

func (*GetGerritListenerByNameUsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get gerrit listener by name using get params

func (*GetGerritListenerByNameUsingGETParams) SetName added in v0.4.0

SetName adds the name to the get gerrit listener by name using get params

func (*GetGerritListenerByNameUsingGETParams) SetProject added in v0.4.0

func (o *GetGerritListenerByNameUsingGETParams) SetProject(project string)

SetProject adds the project to the get gerrit listener by name using get params

func (*GetGerritListenerByNameUsingGETParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get gerrit listener by name using get params

func (*GetGerritListenerByNameUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get gerrit listener by name using get params

func (*GetGerritListenerByNameUsingGETParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the get gerrit listener by name using get params

func (*GetGerritListenerByNameUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get gerrit listener by name using get params

func (*GetGerritListenerByNameUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get gerrit listener by name using get params (not the query body).

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

func (*GetGerritListenerByNameUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get gerrit listener by name using get params

func (*GetGerritListenerByNameUsingGETParams) WithName added in v0.4.0

WithName adds the name to the get gerrit listener by name using get params

func (*GetGerritListenerByNameUsingGETParams) WithProject added in v0.4.0

WithProject adds the project to the get gerrit listener by name using get params

func (*GetGerritListenerByNameUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get gerrit listener by name using get params

func (*GetGerritListenerByNameUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetGerritListenerByNameUsingGETReader added in v0.4.0

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

GetGerritListenerByNameUsingGETReader is a Reader for the GetGerritListenerByNameUsingGET structure.

func (*GetGerritListenerByNameUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetGerritListenerByNameUsingGETUnauthorized added in v0.4.0

type GetGerritListenerByNameUsingGETUnauthorized struct {
}

GetGerritListenerByNameUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetGerritListenerByNameUsingGETUnauthorized added in v0.4.0

func NewGetGerritListenerByNameUsingGETUnauthorized() *GetGerritListenerByNameUsingGETUnauthorized

NewGetGerritListenerByNameUsingGETUnauthorized creates a GetGerritListenerByNameUsingGETUnauthorized with default headers values

func (*GetGerritListenerByNameUsingGETUnauthorized) Error added in v0.4.0

func (*GetGerritListenerByNameUsingGETUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get gerrit listener by name using g e t unauthorized response has a 4xx status code

func (*GetGerritListenerByNameUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get gerrit listener by name using g e t unauthorized response a status code equal to that given

func (*GetGerritListenerByNameUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit listener by name using g e t unauthorized response has a 3xx status code

func (*GetGerritListenerByNameUsingGETUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get gerrit listener by name using g e t unauthorized response has a 5xx status code

func (*GetGerritListenerByNameUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit listener by name using g e t unauthorized response has a 2xx status code

func (*GetGerritListenerByNameUsingGETUnauthorized) String added in v0.5.0

type GetGerritProjectsByIDUsingGETForbidden added in v0.4.0

type GetGerritProjectsByIDUsingGETForbidden struct {
}

GetGerritProjectsByIDUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetGerritProjectsByIDUsingGETForbidden added in v0.4.0

func NewGetGerritProjectsByIDUsingGETForbidden() *GetGerritProjectsByIDUsingGETForbidden

NewGetGerritProjectsByIDUsingGETForbidden creates a GetGerritProjectsByIDUsingGETForbidden with default headers values

func (*GetGerritProjectsByIDUsingGETForbidden) Error added in v0.4.0

func (*GetGerritProjectsByIDUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetGerritProjectsByIDUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get gerrit projects by Id using g e t forbidden response has a 4xx status code

func (*GetGerritProjectsByIDUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get gerrit projects by Id using g e t forbidden response a status code equal to that given

func (*GetGerritProjectsByIDUsingGETForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit projects by Id using g e t forbidden response has a 3xx status code

func (*GetGerritProjectsByIDUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetGerritProjectsByIDUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get gerrit projects by Id using g e t forbidden response has a 5xx status code

func (*GetGerritProjectsByIDUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit projects by Id using g e t forbidden response has a 2xx status code

func (*GetGerritProjectsByIDUsingGETForbidden) String added in v0.5.0

type GetGerritProjectsByIDUsingGETInternalServerError added in v0.4.0

type GetGerritProjectsByIDUsingGETInternalServerError struct {
}

GetGerritProjectsByIDUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetGerritProjectsByIDUsingGETInternalServerError added in v0.4.0

func NewGetGerritProjectsByIDUsingGETInternalServerError() *GetGerritProjectsByIDUsingGETInternalServerError

NewGetGerritProjectsByIDUsingGETInternalServerError creates a GetGerritProjectsByIDUsingGETInternalServerError with default headers values

func (*GetGerritProjectsByIDUsingGETInternalServerError) Error added in v0.4.0

func (*GetGerritProjectsByIDUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get gerrit projects by Id using g e t internal server error response has a 4xx status code

func (*GetGerritProjectsByIDUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get gerrit projects by Id using g e t internal server error response a status code equal to that given

func (*GetGerritProjectsByIDUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit projects by Id using g e t internal server error response has a 3xx status code

func (*GetGerritProjectsByIDUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get gerrit projects by Id using g e t internal server error response has a 5xx status code

func (*GetGerritProjectsByIDUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit projects by Id using g e t internal server error response has a 2xx status code

func (*GetGerritProjectsByIDUsingGETInternalServerError) String added in v0.5.0

type GetGerritProjectsByIDUsingGETNotFound added in v0.4.0

type GetGerritProjectsByIDUsingGETNotFound struct {
	Payload *models.Error
}

GetGerritProjectsByIDUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetGerritProjectsByIDUsingGETNotFound added in v0.4.0

func NewGetGerritProjectsByIDUsingGETNotFound() *GetGerritProjectsByIDUsingGETNotFound

NewGetGerritProjectsByIDUsingGETNotFound creates a GetGerritProjectsByIDUsingGETNotFound with default headers values

func (*GetGerritProjectsByIDUsingGETNotFound) Error added in v0.4.0

func (*GetGerritProjectsByIDUsingGETNotFound) GetPayload added in v0.4.0

func (*GetGerritProjectsByIDUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetGerritProjectsByIDUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get gerrit projects by Id using g e t not found response has a 4xx status code

func (*GetGerritProjectsByIDUsingGETNotFound) IsCode added in v0.5.0

IsCode returns true when this get gerrit projects by Id using g e t not found response a status code equal to that given

func (*GetGerritProjectsByIDUsingGETNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit projects by Id using g e t not found response has a 3xx status code

func (*GetGerritProjectsByIDUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetGerritProjectsByIDUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get gerrit projects by Id using g e t not found response has a 5xx status code

func (*GetGerritProjectsByIDUsingGETNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit projects by Id using g e t not found response has a 2xx status code

func (*GetGerritProjectsByIDUsingGETNotFound) String added in v0.5.0

type GetGerritProjectsByIDUsingGETOK added in v0.4.0

type GetGerritProjectsByIDUsingGETOK struct {
	Payload string
}

GetGerritProjectsByIDUsingGETOK describes a response with status code 200, with default header values.

'Success' with gerrit projects

func NewGetGerritProjectsByIDUsingGETOK added in v0.4.0

func NewGetGerritProjectsByIDUsingGETOK() *GetGerritProjectsByIDUsingGETOK

NewGetGerritProjectsByIDUsingGETOK creates a GetGerritProjectsByIDUsingGETOK with default headers values

func (*GetGerritProjectsByIDUsingGETOK) Error added in v0.4.0

func (*GetGerritProjectsByIDUsingGETOK) GetPayload added in v0.4.0

func (o *GetGerritProjectsByIDUsingGETOK) GetPayload() string

func (*GetGerritProjectsByIDUsingGETOK) IsClientError added in v0.5.0

func (o *GetGerritProjectsByIDUsingGETOK) IsClientError() bool

IsClientError returns true when this get gerrit projects by Id using g e t o k response has a 4xx status code

func (*GetGerritProjectsByIDUsingGETOK) IsCode added in v0.5.0

func (o *GetGerritProjectsByIDUsingGETOK) IsCode(code int) bool

IsCode returns true when this get gerrit projects by Id using g e t o k response a status code equal to that given

func (*GetGerritProjectsByIDUsingGETOK) IsRedirect added in v0.5.0

func (o *GetGerritProjectsByIDUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get gerrit projects by Id using g e t o k response has a 3xx status code

func (*GetGerritProjectsByIDUsingGETOK) IsServerError added in v0.5.0

func (o *GetGerritProjectsByIDUsingGETOK) IsServerError() bool

IsServerError returns true when this get gerrit projects by Id using g e t o k response has a 5xx status code

func (*GetGerritProjectsByIDUsingGETOK) IsSuccess added in v0.5.0

func (o *GetGerritProjectsByIDUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get gerrit projects by Id using g e t o k response has a 2xx status code

func (*GetGerritProjectsByIDUsingGETOK) String added in v0.5.0

type GetGerritProjectsByIDUsingGETParams added in v0.4.0

type GetGerritProjectsByIDUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   id
	*/
	ID string

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

GetGerritProjectsByIDUsingGETParams contains all the parameters to send to the API endpoint

for the get gerrit projects by Id using g e t operation.

Typically these are written to a http.Request.

func NewGetGerritProjectsByIDUsingGETParams added in v0.4.0

func NewGetGerritProjectsByIDUsingGETParams() *GetGerritProjectsByIDUsingGETParams

NewGetGerritProjectsByIDUsingGETParams creates a new GetGerritProjectsByIDUsingGETParams 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 NewGetGerritProjectsByIDUsingGETParamsWithContext added in v0.4.0

func NewGetGerritProjectsByIDUsingGETParamsWithContext(ctx context.Context) *GetGerritProjectsByIDUsingGETParams

NewGetGerritProjectsByIDUsingGETParamsWithContext creates a new GetGerritProjectsByIDUsingGETParams object with the ability to set a context for a request.

func NewGetGerritProjectsByIDUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetGerritProjectsByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetGerritProjectsByIDUsingGETParams

NewGetGerritProjectsByIDUsingGETParamsWithHTTPClient creates a new GetGerritProjectsByIDUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetGerritProjectsByIDUsingGETParamsWithTimeout added in v0.4.0

func NewGetGerritProjectsByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetGerritProjectsByIDUsingGETParams

NewGetGerritProjectsByIDUsingGETParamsWithTimeout creates a new GetGerritProjectsByIDUsingGETParams object with the ability to set a timeout on a request.

func (*GetGerritProjectsByIDUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetGerritProjectsByIDUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get gerrit projects by Id using get params

func (*GetGerritProjectsByIDUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetGerritProjectsByIDUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get gerrit projects by Id using get params

func (*GetGerritProjectsByIDUsingGETParams) SetContext added in v0.4.0

SetContext adds the context to the get gerrit projects by Id using get params

func (*GetGerritProjectsByIDUsingGETParams) SetDefaults added in v0.4.0

func (o *GetGerritProjectsByIDUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get gerrit projects by Id using get params (not the query body).

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

func (*GetGerritProjectsByIDUsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get gerrit projects by Id using get params

func (*GetGerritProjectsByIDUsingGETParams) SetID added in v0.4.0

SetID adds the id to the get gerrit projects by Id using get params

func (*GetGerritProjectsByIDUsingGETParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get gerrit projects by Id using get params

func (*GetGerritProjectsByIDUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get gerrit projects by Id using get params

func (*GetGerritProjectsByIDUsingGETParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the get gerrit projects by Id using get params

func (*GetGerritProjectsByIDUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get gerrit projects by Id using get params

func (*GetGerritProjectsByIDUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get gerrit projects by Id using get params (not the query body).

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

func (*GetGerritProjectsByIDUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get gerrit projects by Id using get params

func (*GetGerritProjectsByIDUsingGETParams) WithID added in v0.4.0

WithID adds the id to the get gerrit projects by Id using get params

func (*GetGerritProjectsByIDUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get gerrit projects by Id using get params

func (*GetGerritProjectsByIDUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetGerritProjectsByIDUsingGETReader added in v0.4.0

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

GetGerritProjectsByIDUsingGETReader is a Reader for the GetGerritProjectsByIDUsingGET structure.

func (*GetGerritProjectsByIDUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetGerritProjectsByIDUsingGETUnauthorized added in v0.4.0

type GetGerritProjectsByIDUsingGETUnauthorized struct {
}

GetGerritProjectsByIDUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetGerritProjectsByIDUsingGETUnauthorized added in v0.4.0

func NewGetGerritProjectsByIDUsingGETUnauthorized() *GetGerritProjectsByIDUsingGETUnauthorized

NewGetGerritProjectsByIDUsingGETUnauthorized creates a GetGerritProjectsByIDUsingGETUnauthorized with default headers values

func (*GetGerritProjectsByIDUsingGETUnauthorized) Error added in v0.4.0

func (*GetGerritProjectsByIDUsingGETUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get gerrit projects by Id using g e t unauthorized response has a 4xx status code

func (*GetGerritProjectsByIDUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get gerrit projects by Id using g e t unauthorized response a status code equal to that given

func (*GetGerritProjectsByIDUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit projects by Id using g e t unauthorized response has a 3xx status code

func (*GetGerritProjectsByIDUsingGETUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get gerrit projects by Id using g e t unauthorized response has a 5xx status code

func (*GetGerritProjectsByIDUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit projects by Id using g e t unauthorized response has a 2xx status code

func (*GetGerritProjectsByIDUsingGETUnauthorized) String added in v0.5.0

type GetGerritProjectsByNameUsingGETForbidden added in v0.4.0

type GetGerritProjectsByNameUsingGETForbidden struct {
}

GetGerritProjectsByNameUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetGerritProjectsByNameUsingGETForbidden added in v0.4.0

func NewGetGerritProjectsByNameUsingGETForbidden() *GetGerritProjectsByNameUsingGETForbidden

NewGetGerritProjectsByNameUsingGETForbidden creates a GetGerritProjectsByNameUsingGETForbidden with default headers values

func (*GetGerritProjectsByNameUsingGETForbidden) Error added in v0.4.0

func (*GetGerritProjectsByNameUsingGETForbidden) IsClientError added in v0.5.0

IsClientError returns true when this get gerrit projects by name using g e t forbidden response has a 4xx status code

func (*GetGerritProjectsByNameUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get gerrit projects by name using g e t forbidden response a status code equal to that given

func (*GetGerritProjectsByNameUsingGETForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit projects by name using g e t forbidden response has a 3xx status code

func (*GetGerritProjectsByNameUsingGETForbidden) IsServerError added in v0.5.0

IsServerError returns true when this get gerrit projects by name using g e t forbidden response has a 5xx status code

func (*GetGerritProjectsByNameUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit projects by name using g e t forbidden response has a 2xx status code

func (*GetGerritProjectsByNameUsingGETForbidden) String added in v0.5.0

type GetGerritProjectsByNameUsingGETInternalServerError added in v0.4.0

type GetGerritProjectsByNameUsingGETInternalServerError struct {
}

GetGerritProjectsByNameUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetGerritProjectsByNameUsingGETInternalServerError added in v0.4.0

func NewGetGerritProjectsByNameUsingGETInternalServerError() *GetGerritProjectsByNameUsingGETInternalServerError

NewGetGerritProjectsByNameUsingGETInternalServerError creates a GetGerritProjectsByNameUsingGETInternalServerError with default headers values

func (*GetGerritProjectsByNameUsingGETInternalServerError) Error added in v0.4.0

func (*GetGerritProjectsByNameUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get gerrit projects by name using g e t internal server error response has a 4xx status code

func (*GetGerritProjectsByNameUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get gerrit projects by name using g e t internal server error response a status code equal to that given

func (*GetGerritProjectsByNameUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit projects by name using g e t internal server error response has a 3xx status code

func (*GetGerritProjectsByNameUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get gerrit projects by name using g e t internal server error response has a 5xx status code

func (*GetGerritProjectsByNameUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit projects by name using g e t internal server error response has a 2xx status code

func (*GetGerritProjectsByNameUsingGETInternalServerError) String added in v0.5.0

type GetGerritProjectsByNameUsingGETNotFound added in v0.4.0

type GetGerritProjectsByNameUsingGETNotFound struct {
	Payload *models.Error
}

GetGerritProjectsByNameUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetGerritProjectsByNameUsingGETNotFound added in v0.4.0

func NewGetGerritProjectsByNameUsingGETNotFound() *GetGerritProjectsByNameUsingGETNotFound

NewGetGerritProjectsByNameUsingGETNotFound creates a GetGerritProjectsByNameUsingGETNotFound with default headers values

func (*GetGerritProjectsByNameUsingGETNotFound) Error added in v0.4.0

func (*GetGerritProjectsByNameUsingGETNotFound) GetPayload added in v0.4.0

func (*GetGerritProjectsByNameUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetGerritProjectsByNameUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get gerrit projects by name using g e t not found response has a 4xx status code

func (*GetGerritProjectsByNameUsingGETNotFound) IsCode added in v0.5.0

IsCode returns true when this get gerrit projects by name using g e t not found response a status code equal to that given

func (*GetGerritProjectsByNameUsingGETNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit projects by name using g e t not found response has a 3xx status code

func (*GetGerritProjectsByNameUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetGerritProjectsByNameUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get gerrit projects by name using g e t not found response has a 5xx status code

func (*GetGerritProjectsByNameUsingGETNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit projects by name using g e t not found response has a 2xx status code

func (*GetGerritProjectsByNameUsingGETNotFound) String added in v0.5.0

type GetGerritProjectsByNameUsingGETOK added in v0.4.0

type GetGerritProjectsByNameUsingGETOK struct {
	Payload string
}

GetGerritProjectsByNameUsingGETOK describes a response with status code 200, with default header values.

'Success' with gerrit projects

func NewGetGerritProjectsByNameUsingGETOK added in v0.4.0

func NewGetGerritProjectsByNameUsingGETOK() *GetGerritProjectsByNameUsingGETOK

NewGetGerritProjectsByNameUsingGETOK creates a GetGerritProjectsByNameUsingGETOK with default headers values

func (*GetGerritProjectsByNameUsingGETOK) Error added in v0.4.0

func (*GetGerritProjectsByNameUsingGETOK) GetPayload added in v0.4.0

func (o *GetGerritProjectsByNameUsingGETOK) GetPayload() string

func (*GetGerritProjectsByNameUsingGETOK) IsClientError added in v0.5.0

func (o *GetGerritProjectsByNameUsingGETOK) IsClientError() bool

IsClientError returns true when this get gerrit projects by name using g e t o k response has a 4xx status code

func (*GetGerritProjectsByNameUsingGETOK) IsCode added in v0.5.0

func (o *GetGerritProjectsByNameUsingGETOK) IsCode(code int) bool

IsCode returns true when this get gerrit projects by name using g e t o k response a status code equal to that given

func (*GetGerritProjectsByNameUsingGETOK) IsRedirect added in v0.5.0

func (o *GetGerritProjectsByNameUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get gerrit projects by name using g e t o k response has a 3xx status code

func (*GetGerritProjectsByNameUsingGETOK) IsServerError added in v0.5.0

func (o *GetGerritProjectsByNameUsingGETOK) IsServerError() bool

IsServerError returns true when this get gerrit projects by name using g e t o k response has a 5xx status code

func (*GetGerritProjectsByNameUsingGETOK) IsSuccess added in v0.5.0

func (o *GetGerritProjectsByNameUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get gerrit projects by name using g e t o k response has a 2xx status code

func (*GetGerritProjectsByNameUsingGETOK) String added in v0.5.0

type GetGerritProjectsByNameUsingGETParams added in v0.4.0

type GetGerritProjectsByNameUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Name.

	   name
	*/
	Name string

	/* Project.

	   project
	*/
	Project string

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

GetGerritProjectsByNameUsingGETParams contains all the parameters to send to the API endpoint

for the get gerrit projects by name using g e t operation.

Typically these are written to a http.Request.

func NewGetGerritProjectsByNameUsingGETParams added in v0.4.0

func NewGetGerritProjectsByNameUsingGETParams() *GetGerritProjectsByNameUsingGETParams

NewGetGerritProjectsByNameUsingGETParams creates a new GetGerritProjectsByNameUsingGETParams 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 NewGetGerritProjectsByNameUsingGETParamsWithContext added in v0.4.0

func NewGetGerritProjectsByNameUsingGETParamsWithContext(ctx context.Context) *GetGerritProjectsByNameUsingGETParams

NewGetGerritProjectsByNameUsingGETParamsWithContext creates a new GetGerritProjectsByNameUsingGETParams object with the ability to set a context for a request.

func NewGetGerritProjectsByNameUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetGerritProjectsByNameUsingGETParamsWithHTTPClient(client *http.Client) *GetGerritProjectsByNameUsingGETParams

NewGetGerritProjectsByNameUsingGETParamsWithHTTPClient creates a new GetGerritProjectsByNameUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetGerritProjectsByNameUsingGETParamsWithTimeout added in v0.4.0

func NewGetGerritProjectsByNameUsingGETParamsWithTimeout(timeout time.Duration) *GetGerritProjectsByNameUsingGETParams

NewGetGerritProjectsByNameUsingGETParamsWithTimeout creates a new GetGerritProjectsByNameUsingGETParams object with the ability to set a timeout on a request.

func (*GetGerritProjectsByNameUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetGerritProjectsByNameUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get gerrit projects by name using get params

func (*GetGerritProjectsByNameUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetGerritProjectsByNameUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get gerrit projects by name using get params

func (*GetGerritProjectsByNameUsingGETParams) SetContext added in v0.4.0

SetContext adds the context to the get gerrit projects by name using get params

func (*GetGerritProjectsByNameUsingGETParams) SetDefaults added in v0.4.0

func (o *GetGerritProjectsByNameUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get gerrit projects by name using get params (not the query body).

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

func (*GetGerritProjectsByNameUsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get gerrit projects by name using get params

func (*GetGerritProjectsByNameUsingGETParams) SetName added in v0.4.0

SetName adds the name to the get gerrit projects by name using get params

func (*GetGerritProjectsByNameUsingGETParams) SetProject added in v0.4.0

func (o *GetGerritProjectsByNameUsingGETParams) SetProject(project string)

SetProject adds the project to the get gerrit projects by name using get params

func (*GetGerritProjectsByNameUsingGETParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get gerrit projects by name using get params

func (*GetGerritProjectsByNameUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get gerrit projects by name using get params

func (*GetGerritProjectsByNameUsingGETParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the get gerrit projects by name using get params

func (*GetGerritProjectsByNameUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get gerrit projects by name using get params

func (*GetGerritProjectsByNameUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get gerrit projects by name using get params (not the query body).

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

func (*GetGerritProjectsByNameUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get gerrit projects by name using get params

func (*GetGerritProjectsByNameUsingGETParams) WithName added in v0.4.0

WithName adds the name to the get gerrit projects by name using get params

func (*GetGerritProjectsByNameUsingGETParams) WithProject added in v0.4.0

WithProject adds the project to the get gerrit projects by name using get params

func (*GetGerritProjectsByNameUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get gerrit projects by name using get params

func (*GetGerritProjectsByNameUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetGerritProjectsByNameUsingGETReader added in v0.4.0

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

GetGerritProjectsByNameUsingGETReader is a Reader for the GetGerritProjectsByNameUsingGET structure.

func (*GetGerritProjectsByNameUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetGerritProjectsByNameUsingGETUnauthorized added in v0.4.0

type GetGerritProjectsByNameUsingGETUnauthorized struct {
}

GetGerritProjectsByNameUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetGerritProjectsByNameUsingGETUnauthorized added in v0.4.0

func NewGetGerritProjectsByNameUsingGETUnauthorized() *GetGerritProjectsByNameUsingGETUnauthorized

NewGetGerritProjectsByNameUsingGETUnauthorized creates a GetGerritProjectsByNameUsingGETUnauthorized with default headers values

func (*GetGerritProjectsByNameUsingGETUnauthorized) Error added in v0.4.0

func (*GetGerritProjectsByNameUsingGETUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get gerrit projects by name using g e t unauthorized response has a 4xx status code

func (*GetGerritProjectsByNameUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get gerrit projects by name using g e t unauthorized response a status code equal to that given

func (*GetGerritProjectsByNameUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit projects by name using g e t unauthorized response has a 3xx status code

func (*GetGerritProjectsByNameUsingGETUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get gerrit projects by name using g e t unauthorized response has a 5xx status code

func (*GetGerritProjectsByNameUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit projects by name using g e t unauthorized response has a 2xx status code

func (*GetGerritProjectsByNameUsingGETUnauthorized) String added in v0.5.0

type GetGerritTriggerByIDUsingGETForbidden added in v0.4.0

type GetGerritTriggerByIDUsingGETForbidden struct {
}

GetGerritTriggerByIDUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetGerritTriggerByIDUsingGETForbidden added in v0.4.0

func NewGetGerritTriggerByIDUsingGETForbidden() *GetGerritTriggerByIDUsingGETForbidden

NewGetGerritTriggerByIDUsingGETForbidden creates a GetGerritTriggerByIDUsingGETForbidden with default headers values

func (*GetGerritTriggerByIDUsingGETForbidden) Error added in v0.4.0

func (*GetGerritTriggerByIDUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetGerritTriggerByIDUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get gerrit trigger by Id using g e t forbidden response has a 4xx status code

func (*GetGerritTriggerByIDUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get gerrit trigger by Id using g e t forbidden response a status code equal to that given

func (*GetGerritTriggerByIDUsingGETForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit trigger by Id using g e t forbidden response has a 3xx status code

func (*GetGerritTriggerByIDUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetGerritTriggerByIDUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get gerrit trigger by Id using g e t forbidden response has a 5xx status code

func (*GetGerritTriggerByIDUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit trigger by Id using g e t forbidden response has a 2xx status code

func (*GetGerritTriggerByIDUsingGETForbidden) String added in v0.5.0

type GetGerritTriggerByIDUsingGETInternalServerError added in v0.4.0

type GetGerritTriggerByIDUsingGETInternalServerError struct {
}

GetGerritTriggerByIDUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetGerritTriggerByIDUsingGETInternalServerError added in v0.4.0

func NewGetGerritTriggerByIDUsingGETInternalServerError() *GetGerritTriggerByIDUsingGETInternalServerError

NewGetGerritTriggerByIDUsingGETInternalServerError creates a GetGerritTriggerByIDUsingGETInternalServerError with default headers values

func (*GetGerritTriggerByIDUsingGETInternalServerError) Error added in v0.4.0

func (*GetGerritTriggerByIDUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get gerrit trigger by Id using g e t internal server error response has a 4xx status code

func (*GetGerritTriggerByIDUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get gerrit trigger by Id using g e t internal server error response a status code equal to that given

func (*GetGerritTriggerByIDUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit trigger by Id using g e t internal server error response has a 3xx status code

func (*GetGerritTriggerByIDUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get gerrit trigger by Id using g e t internal server error response has a 5xx status code

func (*GetGerritTriggerByIDUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit trigger by Id using g e t internal server error response has a 2xx status code

func (*GetGerritTriggerByIDUsingGETInternalServerError) String added in v0.5.0

type GetGerritTriggerByIDUsingGETNotFound added in v0.4.0

type GetGerritTriggerByIDUsingGETNotFound struct {
	Payload *models.Error
}

GetGerritTriggerByIDUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetGerritTriggerByIDUsingGETNotFound added in v0.4.0

func NewGetGerritTriggerByIDUsingGETNotFound() *GetGerritTriggerByIDUsingGETNotFound

NewGetGerritTriggerByIDUsingGETNotFound creates a GetGerritTriggerByIDUsingGETNotFound with default headers values

func (*GetGerritTriggerByIDUsingGETNotFound) Error added in v0.4.0

func (*GetGerritTriggerByIDUsingGETNotFound) GetPayload added in v0.4.0

func (*GetGerritTriggerByIDUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetGerritTriggerByIDUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get gerrit trigger by Id using g e t not found response has a 4xx status code

func (*GetGerritTriggerByIDUsingGETNotFound) IsCode added in v0.5.0

IsCode returns true when this get gerrit trigger by Id using g e t not found response a status code equal to that given

func (*GetGerritTriggerByIDUsingGETNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit trigger by Id using g e t not found response has a 3xx status code

func (*GetGerritTriggerByIDUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetGerritTriggerByIDUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get gerrit trigger by Id using g e t not found response has a 5xx status code

func (*GetGerritTriggerByIDUsingGETNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit trigger by Id using g e t not found response has a 2xx status code

func (*GetGerritTriggerByIDUsingGETNotFound) String added in v0.5.0

type GetGerritTriggerByIDUsingGETOK added in v0.4.0

type GetGerritTriggerByIDUsingGETOK struct {
	Payload models.GerritTrigger
}

GetGerritTriggerByIDUsingGETOK describes a response with status code 200, with default header values.

'Success' with gerrit trigger

func NewGetGerritTriggerByIDUsingGETOK added in v0.4.0

func NewGetGerritTriggerByIDUsingGETOK() *GetGerritTriggerByIDUsingGETOK

NewGetGerritTriggerByIDUsingGETOK creates a GetGerritTriggerByIDUsingGETOK with default headers values

func (*GetGerritTriggerByIDUsingGETOK) Error added in v0.4.0

func (*GetGerritTriggerByIDUsingGETOK) GetPayload added in v0.4.0

func (*GetGerritTriggerByIDUsingGETOK) IsClientError added in v0.5.0

func (o *GetGerritTriggerByIDUsingGETOK) IsClientError() bool

IsClientError returns true when this get gerrit trigger by Id using g e t o k response has a 4xx status code

func (*GetGerritTriggerByIDUsingGETOK) IsCode added in v0.5.0

func (o *GetGerritTriggerByIDUsingGETOK) IsCode(code int) bool

IsCode returns true when this get gerrit trigger by Id using g e t o k response a status code equal to that given

func (*GetGerritTriggerByIDUsingGETOK) IsRedirect added in v0.5.0

func (o *GetGerritTriggerByIDUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get gerrit trigger by Id using g e t o k response has a 3xx status code

func (*GetGerritTriggerByIDUsingGETOK) IsServerError added in v0.5.0

func (o *GetGerritTriggerByIDUsingGETOK) IsServerError() bool

IsServerError returns true when this get gerrit trigger by Id using g e t o k response has a 5xx status code

func (*GetGerritTriggerByIDUsingGETOK) IsSuccess added in v0.5.0

func (o *GetGerritTriggerByIDUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get gerrit trigger by Id using g e t o k response has a 2xx status code

func (*GetGerritTriggerByIDUsingGETOK) String added in v0.5.0

type GetGerritTriggerByIDUsingGETParams added in v0.4.0

type GetGerritTriggerByIDUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   id
	*/
	ID string

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

GetGerritTriggerByIDUsingGETParams contains all the parameters to send to the API endpoint

for the get gerrit trigger by Id using g e t operation.

Typically these are written to a http.Request.

func NewGetGerritTriggerByIDUsingGETParams added in v0.4.0

func NewGetGerritTriggerByIDUsingGETParams() *GetGerritTriggerByIDUsingGETParams

NewGetGerritTriggerByIDUsingGETParams creates a new GetGerritTriggerByIDUsingGETParams 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 NewGetGerritTriggerByIDUsingGETParamsWithContext added in v0.4.0

func NewGetGerritTriggerByIDUsingGETParamsWithContext(ctx context.Context) *GetGerritTriggerByIDUsingGETParams

NewGetGerritTriggerByIDUsingGETParamsWithContext creates a new GetGerritTriggerByIDUsingGETParams object with the ability to set a context for a request.

func NewGetGerritTriggerByIDUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetGerritTriggerByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetGerritTriggerByIDUsingGETParams

NewGetGerritTriggerByIDUsingGETParamsWithHTTPClient creates a new GetGerritTriggerByIDUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetGerritTriggerByIDUsingGETParamsWithTimeout added in v0.4.0

func NewGetGerritTriggerByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetGerritTriggerByIDUsingGETParams

NewGetGerritTriggerByIDUsingGETParamsWithTimeout creates a new GetGerritTriggerByIDUsingGETParams object with the ability to set a timeout on a request.

func (*GetGerritTriggerByIDUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetGerritTriggerByIDUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get gerrit trigger by Id using get params

func (*GetGerritTriggerByIDUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetGerritTriggerByIDUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get gerrit trigger by Id using get params

func (*GetGerritTriggerByIDUsingGETParams) SetContext added in v0.4.0

SetContext adds the context to the get gerrit trigger by Id using get params

func (*GetGerritTriggerByIDUsingGETParams) SetDefaults added in v0.4.0

func (o *GetGerritTriggerByIDUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get gerrit trigger by Id using get params (not the query body).

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

func (*GetGerritTriggerByIDUsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get gerrit trigger by Id using get params

func (*GetGerritTriggerByIDUsingGETParams) SetID added in v0.4.0

SetID adds the id to the get gerrit trigger by Id using get params

func (*GetGerritTriggerByIDUsingGETParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get gerrit trigger by Id using get params

func (*GetGerritTriggerByIDUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get gerrit trigger by Id using get params

func (*GetGerritTriggerByIDUsingGETParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the get gerrit trigger by Id using get params

func (*GetGerritTriggerByIDUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get gerrit trigger by Id using get params

func (*GetGerritTriggerByIDUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get gerrit trigger by Id using get params (not the query body).

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

func (*GetGerritTriggerByIDUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get gerrit trigger by Id using get params

func (*GetGerritTriggerByIDUsingGETParams) WithID added in v0.4.0

WithID adds the id to the get gerrit trigger by Id using get params

func (*GetGerritTriggerByIDUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get gerrit trigger by Id using get params

func (*GetGerritTriggerByIDUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetGerritTriggerByIDUsingGETReader added in v0.4.0

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

GetGerritTriggerByIDUsingGETReader is a Reader for the GetGerritTriggerByIDUsingGET structure.

func (*GetGerritTriggerByIDUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetGerritTriggerByIDUsingGETUnauthorized added in v0.4.0

type GetGerritTriggerByIDUsingGETUnauthorized struct {
}

GetGerritTriggerByIDUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetGerritTriggerByIDUsingGETUnauthorized added in v0.4.0

func NewGetGerritTriggerByIDUsingGETUnauthorized() *GetGerritTriggerByIDUsingGETUnauthorized

NewGetGerritTriggerByIDUsingGETUnauthorized creates a GetGerritTriggerByIDUsingGETUnauthorized with default headers values

func (*GetGerritTriggerByIDUsingGETUnauthorized) Error added in v0.4.0

func (*GetGerritTriggerByIDUsingGETUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get gerrit trigger by Id using g e t unauthorized response has a 4xx status code

func (*GetGerritTriggerByIDUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get gerrit trigger by Id using g e t unauthorized response a status code equal to that given

func (*GetGerritTriggerByIDUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit trigger by Id using g e t unauthorized response has a 3xx status code

func (*GetGerritTriggerByIDUsingGETUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get gerrit trigger by Id using g e t unauthorized response has a 5xx status code

func (*GetGerritTriggerByIDUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit trigger by Id using g e t unauthorized response has a 2xx status code

func (*GetGerritTriggerByIDUsingGETUnauthorized) String added in v0.5.0

type GetGerritTriggerByNameUsingGETForbidden added in v0.4.0

type GetGerritTriggerByNameUsingGETForbidden struct {
}

GetGerritTriggerByNameUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetGerritTriggerByNameUsingGETForbidden added in v0.4.0

func NewGetGerritTriggerByNameUsingGETForbidden() *GetGerritTriggerByNameUsingGETForbidden

NewGetGerritTriggerByNameUsingGETForbidden creates a GetGerritTriggerByNameUsingGETForbidden with default headers values

func (*GetGerritTriggerByNameUsingGETForbidden) Error added in v0.4.0

func (*GetGerritTriggerByNameUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetGerritTriggerByNameUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get gerrit trigger by name using g e t forbidden response has a 4xx status code

func (*GetGerritTriggerByNameUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get gerrit trigger by name using g e t forbidden response a status code equal to that given

func (*GetGerritTriggerByNameUsingGETForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit trigger by name using g e t forbidden response has a 3xx status code

func (*GetGerritTriggerByNameUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetGerritTriggerByNameUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get gerrit trigger by name using g e t forbidden response has a 5xx status code

func (*GetGerritTriggerByNameUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit trigger by name using g e t forbidden response has a 2xx status code

func (*GetGerritTriggerByNameUsingGETForbidden) String added in v0.5.0

type GetGerritTriggerByNameUsingGETInternalServerError added in v0.4.0

type GetGerritTriggerByNameUsingGETInternalServerError struct {
}

GetGerritTriggerByNameUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetGerritTriggerByNameUsingGETInternalServerError added in v0.4.0

func NewGetGerritTriggerByNameUsingGETInternalServerError() *GetGerritTriggerByNameUsingGETInternalServerError

NewGetGerritTriggerByNameUsingGETInternalServerError creates a GetGerritTriggerByNameUsingGETInternalServerError with default headers values

func (*GetGerritTriggerByNameUsingGETInternalServerError) Error added in v0.4.0

func (*GetGerritTriggerByNameUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get gerrit trigger by name using g e t internal server error response has a 4xx status code

func (*GetGerritTriggerByNameUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get gerrit trigger by name using g e t internal server error response a status code equal to that given

func (*GetGerritTriggerByNameUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit trigger by name using g e t internal server error response has a 3xx status code

func (*GetGerritTriggerByNameUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get gerrit trigger by name using g e t internal server error response has a 5xx status code

func (*GetGerritTriggerByNameUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit trigger by name using g e t internal server error response has a 2xx status code

func (*GetGerritTriggerByNameUsingGETInternalServerError) String added in v0.5.0

type GetGerritTriggerByNameUsingGETNotFound added in v0.4.0

type GetGerritTriggerByNameUsingGETNotFound struct {
	Payload *models.Error
}

GetGerritTriggerByNameUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetGerritTriggerByNameUsingGETNotFound added in v0.4.0

func NewGetGerritTriggerByNameUsingGETNotFound() *GetGerritTriggerByNameUsingGETNotFound

NewGetGerritTriggerByNameUsingGETNotFound creates a GetGerritTriggerByNameUsingGETNotFound with default headers values

func (*GetGerritTriggerByNameUsingGETNotFound) Error added in v0.4.0

func (*GetGerritTriggerByNameUsingGETNotFound) GetPayload added in v0.4.0

func (*GetGerritTriggerByNameUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetGerritTriggerByNameUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get gerrit trigger by name using g e t not found response has a 4xx status code

func (*GetGerritTriggerByNameUsingGETNotFound) IsCode added in v0.5.0

IsCode returns true when this get gerrit trigger by name using g e t not found response a status code equal to that given

func (*GetGerritTriggerByNameUsingGETNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit trigger by name using g e t not found response has a 3xx status code

func (*GetGerritTriggerByNameUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetGerritTriggerByNameUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get gerrit trigger by name using g e t not found response has a 5xx status code

func (*GetGerritTriggerByNameUsingGETNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit trigger by name using g e t not found response has a 2xx status code

func (*GetGerritTriggerByNameUsingGETNotFound) String added in v0.5.0

type GetGerritTriggerByNameUsingGETOK added in v0.4.0

type GetGerritTriggerByNameUsingGETOK struct {
	Payload models.GerritTrigger
}

GetGerritTriggerByNameUsingGETOK describes a response with status code 200, with default header values.

'Success' with gerrit trigger

func NewGetGerritTriggerByNameUsingGETOK added in v0.4.0

func NewGetGerritTriggerByNameUsingGETOK() *GetGerritTriggerByNameUsingGETOK

NewGetGerritTriggerByNameUsingGETOK creates a GetGerritTriggerByNameUsingGETOK with default headers values

func (*GetGerritTriggerByNameUsingGETOK) Error added in v0.4.0

func (*GetGerritTriggerByNameUsingGETOK) GetPayload added in v0.4.0

func (*GetGerritTriggerByNameUsingGETOK) IsClientError added in v0.5.0

func (o *GetGerritTriggerByNameUsingGETOK) IsClientError() bool

IsClientError returns true when this get gerrit trigger by name using g e t o k response has a 4xx status code

func (*GetGerritTriggerByNameUsingGETOK) IsCode added in v0.5.0

func (o *GetGerritTriggerByNameUsingGETOK) IsCode(code int) bool

IsCode returns true when this get gerrit trigger by name using g e t o k response a status code equal to that given

func (*GetGerritTriggerByNameUsingGETOK) IsRedirect added in v0.5.0

func (o *GetGerritTriggerByNameUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get gerrit trigger by name using g e t o k response has a 3xx status code

func (*GetGerritTriggerByNameUsingGETOK) IsServerError added in v0.5.0

func (o *GetGerritTriggerByNameUsingGETOK) IsServerError() bool

IsServerError returns true when this get gerrit trigger by name using g e t o k response has a 5xx status code

func (*GetGerritTriggerByNameUsingGETOK) IsSuccess added in v0.5.0

func (o *GetGerritTriggerByNameUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get gerrit trigger by name using g e t o k response has a 2xx status code

func (*GetGerritTriggerByNameUsingGETOK) String added in v0.5.0

type GetGerritTriggerByNameUsingGETParams added in v0.4.0

type GetGerritTriggerByNameUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Name.

	   name
	*/
	Name string

	/* Project.

	   project
	*/
	Project string

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

GetGerritTriggerByNameUsingGETParams contains all the parameters to send to the API endpoint

for the get gerrit trigger by name using g e t operation.

Typically these are written to a http.Request.

func NewGetGerritTriggerByNameUsingGETParams added in v0.4.0

func NewGetGerritTriggerByNameUsingGETParams() *GetGerritTriggerByNameUsingGETParams

NewGetGerritTriggerByNameUsingGETParams creates a new GetGerritTriggerByNameUsingGETParams 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 NewGetGerritTriggerByNameUsingGETParamsWithContext added in v0.4.0

func NewGetGerritTriggerByNameUsingGETParamsWithContext(ctx context.Context) *GetGerritTriggerByNameUsingGETParams

NewGetGerritTriggerByNameUsingGETParamsWithContext creates a new GetGerritTriggerByNameUsingGETParams object with the ability to set a context for a request.

func NewGetGerritTriggerByNameUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetGerritTriggerByNameUsingGETParamsWithHTTPClient(client *http.Client) *GetGerritTriggerByNameUsingGETParams

NewGetGerritTriggerByNameUsingGETParamsWithHTTPClient creates a new GetGerritTriggerByNameUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetGerritTriggerByNameUsingGETParamsWithTimeout added in v0.4.0

func NewGetGerritTriggerByNameUsingGETParamsWithTimeout(timeout time.Duration) *GetGerritTriggerByNameUsingGETParams

NewGetGerritTriggerByNameUsingGETParamsWithTimeout creates a new GetGerritTriggerByNameUsingGETParams object with the ability to set a timeout on a request.

func (*GetGerritTriggerByNameUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetGerritTriggerByNameUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get gerrit trigger by name using get params

func (*GetGerritTriggerByNameUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetGerritTriggerByNameUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get gerrit trigger by name using get params

func (*GetGerritTriggerByNameUsingGETParams) SetContext added in v0.4.0

SetContext adds the context to the get gerrit trigger by name using get params

func (*GetGerritTriggerByNameUsingGETParams) SetDefaults added in v0.4.0

func (o *GetGerritTriggerByNameUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get gerrit trigger by name using get params (not the query body).

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

func (*GetGerritTriggerByNameUsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get gerrit trigger by name using get params

func (*GetGerritTriggerByNameUsingGETParams) SetName added in v0.4.0

SetName adds the name to the get gerrit trigger by name using get params

func (*GetGerritTriggerByNameUsingGETParams) SetProject added in v0.4.0

func (o *GetGerritTriggerByNameUsingGETParams) SetProject(project string)

SetProject adds the project to the get gerrit trigger by name using get params

func (*GetGerritTriggerByNameUsingGETParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get gerrit trigger by name using get params

func (*GetGerritTriggerByNameUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get gerrit trigger by name using get params

func (*GetGerritTriggerByNameUsingGETParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the get gerrit trigger by name using get params

func (*GetGerritTriggerByNameUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get gerrit trigger by name using get params

func (*GetGerritTriggerByNameUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get gerrit trigger by name using get params (not the query body).

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

func (*GetGerritTriggerByNameUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get gerrit trigger by name using get params

func (*GetGerritTriggerByNameUsingGETParams) WithName added in v0.4.0

WithName adds the name to the get gerrit trigger by name using get params

func (*GetGerritTriggerByNameUsingGETParams) WithProject added in v0.4.0

WithProject adds the project to the get gerrit trigger by name using get params

func (*GetGerritTriggerByNameUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get gerrit trigger by name using get params

func (*GetGerritTriggerByNameUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetGerritTriggerByNameUsingGETReader added in v0.4.0

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

GetGerritTriggerByNameUsingGETReader is a Reader for the GetGerritTriggerByNameUsingGET structure.

func (*GetGerritTriggerByNameUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetGerritTriggerByNameUsingGETUnauthorized added in v0.4.0

type GetGerritTriggerByNameUsingGETUnauthorized struct {
}

GetGerritTriggerByNameUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetGerritTriggerByNameUsingGETUnauthorized added in v0.4.0

func NewGetGerritTriggerByNameUsingGETUnauthorized() *GetGerritTriggerByNameUsingGETUnauthorized

NewGetGerritTriggerByNameUsingGETUnauthorized creates a GetGerritTriggerByNameUsingGETUnauthorized with default headers values

func (*GetGerritTriggerByNameUsingGETUnauthorized) Error added in v0.4.0

func (*GetGerritTriggerByNameUsingGETUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get gerrit trigger by name using g e t unauthorized response has a 4xx status code

func (*GetGerritTriggerByNameUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get gerrit trigger by name using g e t unauthorized response a status code equal to that given

func (*GetGerritTriggerByNameUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get gerrit trigger by name using g e t unauthorized response has a 3xx status code

func (*GetGerritTriggerByNameUsingGETUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get gerrit trigger by name using g e t unauthorized response has a 5xx status code

func (*GetGerritTriggerByNameUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get gerrit trigger by name using g e t unauthorized response has a 2xx status code

func (*GetGerritTriggerByNameUsingGETUnauthorized) String added in v0.5.0

type GetGitEventByIDUsingGETForbidden added in v0.4.0

type GetGitEventByIDUsingGETForbidden struct {
}

GetGitEventByIDUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetGitEventByIDUsingGETForbidden added in v0.4.0

func NewGetGitEventByIDUsingGETForbidden() *GetGitEventByIDUsingGETForbidden

NewGetGitEventByIDUsingGETForbidden creates a GetGitEventByIDUsingGETForbidden with default headers values

func (*GetGitEventByIDUsingGETForbidden) Error added in v0.4.0

func (*GetGitEventByIDUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetGitEventByIDUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get git event by Id using g e t forbidden response has a 4xx status code

func (*GetGitEventByIDUsingGETForbidden) IsCode added in v0.5.0

func (o *GetGitEventByIDUsingGETForbidden) IsCode(code int) bool

IsCode returns true when this get git event by Id using g e t forbidden response a status code equal to that given

func (*GetGitEventByIDUsingGETForbidden) IsRedirect added in v0.5.0

func (o *GetGitEventByIDUsingGETForbidden) IsRedirect() bool

IsRedirect returns true when this get git event by Id using g e t forbidden response has a 3xx status code

func (*GetGitEventByIDUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetGitEventByIDUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get git event by Id using g e t forbidden response has a 5xx status code

func (*GetGitEventByIDUsingGETForbidden) IsSuccess added in v0.5.0

func (o *GetGitEventByIDUsingGETForbidden) IsSuccess() bool

IsSuccess returns true when this get git event by Id using g e t forbidden response has a 2xx status code

func (*GetGitEventByIDUsingGETForbidden) String added in v0.5.0

type GetGitEventByIDUsingGETInternalServerError added in v0.4.0

type GetGitEventByIDUsingGETInternalServerError struct {
}

GetGitEventByIDUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetGitEventByIDUsingGETInternalServerError added in v0.4.0

func NewGetGitEventByIDUsingGETInternalServerError() *GetGitEventByIDUsingGETInternalServerError

NewGetGitEventByIDUsingGETInternalServerError creates a GetGitEventByIDUsingGETInternalServerError with default headers values

func (*GetGitEventByIDUsingGETInternalServerError) Error added in v0.4.0

func (*GetGitEventByIDUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get git event by Id using g e t internal server error response has a 4xx status code

func (*GetGitEventByIDUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get git event by Id using g e t internal server error response a status code equal to that given

func (*GetGitEventByIDUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get git event by Id using g e t internal server error response has a 3xx status code

func (*GetGitEventByIDUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get git event by Id using g e t internal server error response has a 5xx status code

func (*GetGitEventByIDUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get git event by Id using g e t internal server error response has a 2xx status code

func (*GetGitEventByIDUsingGETInternalServerError) String added in v0.5.0

type GetGitEventByIDUsingGETNotFound added in v0.4.0

type GetGitEventByIDUsingGETNotFound struct {
	Payload *models.Error
}

GetGitEventByIDUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetGitEventByIDUsingGETNotFound added in v0.4.0

func NewGetGitEventByIDUsingGETNotFound() *GetGitEventByIDUsingGETNotFound

NewGetGitEventByIDUsingGETNotFound creates a GetGitEventByIDUsingGETNotFound with default headers values

func (*GetGitEventByIDUsingGETNotFound) Error added in v0.4.0

func (*GetGitEventByIDUsingGETNotFound) GetPayload added in v0.4.0

func (o *GetGitEventByIDUsingGETNotFound) GetPayload() *models.Error

func (*GetGitEventByIDUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetGitEventByIDUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get git event by Id using g e t not found response has a 4xx status code

func (*GetGitEventByIDUsingGETNotFound) IsCode added in v0.5.0

func (o *GetGitEventByIDUsingGETNotFound) IsCode(code int) bool

IsCode returns true when this get git event by Id using g e t not found response a status code equal to that given

func (*GetGitEventByIDUsingGETNotFound) IsRedirect added in v0.5.0

func (o *GetGitEventByIDUsingGETNotFound) IsRedirect() bool

IsRedirect returns true when this get git event by Id using g e t not found response has a 3xx status code

func (*GetGitEventByIDUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetGitEventByIDUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get git event by Id using g e t not found response has a 5xx status code

func (*GetGitEventByIDUsingGETNotFound) IsSuccess added in v0.5.0

func (o *GetGitEventByIDUsingGETNotFound) IsSuccess() bool

IsSuccess returns true when this get git event by Id using g e t not found response has a 2xx status code

func (*GetGitEventByIDUsingGETNotFound) String added in v0.5.0

type GetGitEventByIDUsingGETOK added in v0.4.0

type GetGitEventByIDUsingGETOK struct {
	Payload models.GitEvent
}

GetGitEventByIDUsingGETOK describes a response with status code 200, with default header values.

'Success' with Git Event

func NewGetGitEventByIDUsingGETOK added in v0.4.0

func NewGetGitEventByIDUsingGETOK() *GetGitEventByIDUsingGETOK

NewGetGitEventByIDUsingGETOK creates a GetGitEventByIDUsingGETOK with default headers values

func (*GetGitEventByIDUsingGETOK) Error added in v0.4.0

func (o *GetGitEventByIDUsingGETOK) Error() string

func (*GetGitEventByIDUsingGETOK) GetPayload added in v0.4.0

func (o *GetGitEventByIDUsingGETOK) GetPayload() models.GitEvent

func (*GetGitEventByIDUsingGETOK) IsClientError added in v0.5.0

func (o *GetGitEventByIDUsingGETOK) IsClientError() bool

IsClientError returns true when this get git event by Id using g e t o k response has a 4xx status code

func (*GetGitEventByIDUsingGETOK) IsCode added in v0.5.0

func (o *GetGitEventByIDUsingGETOK) IsCode(code int) bool

IsCode returns true when this get git event by Id using g e t o k response a status code equal to that given

func (*GetGitEventByIDUsingGETOK) IsRedirect added in v0.5.0

func (o *GetGitEventByIDUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get git event by Id using g e t o k response has a 3xx status code

func (*GetGitEventByIDUsingGETOK) IsServerError added in v0.5.0

func (o *GetGitEventByIDUsingGETOK) IsServerError() bool

IsServerError returns true when this get git event by Id using g e t o k response has a 5xx status code

func (*GetGitEventByIDUsingGETOK) IsSuccess added in v0.5.0

func (o *GetGitEventByIDUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get git event by Id using g e t o k response has a 2xx status code

func (*GetGitEventByIDUsingGETOK) String added in v0.5.0

func (o *GetGitEventByIDUsingGETOK) String() string

type GetGitEventByIDUsingGETParams added in v0.4.0

type GetGitEventByIDUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   id
	*/
	ID string

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

GetGitEventByIDUsingGETParams contains all the parameters to send to the API endpoint

for the get git event by ID using g e t operation.

Typically these are written to a http.Request.

func NewGetGitEventByIDUsingGETParams added in v0.4.0

func NewGetGitEventByIDUsingGETParams() *GetGitEventByIDUsingGETParams

NewGetGitEventByIDUsingGETParams creates a new GetGitEventByIDUsingGETParams 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 NewGetGitEventByIDUsingGETParamsWithContext added in v0.4.0

func NewGetGitEventByIDUsingGETParamsWithContext(ctx context.Context) *GetGitEventByIDUsingGETParams

NewGetGitEventByIDUsingGETParamsWithContext creates a new GetGitEventByIDUsingGETParams object with the ability to set a context for a request.

func NewGetGitEventByIDUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetGitEventByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetGitEventByIDUsingGETParams

NewGetGitEventByIDUsingGETParamsWithHTTPClient creates a new GetGitEventByIDUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetGitEventByIDUsingGETParamsWithTimeout added in v0.4.0

func NewGetGitEventByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetGitEventByIDUsingGETParams

NewGetGitEventByIDUsingGETParamsWithTimeout creates a new GetGitEventByIDUsingGETParams object with the ability to set a timeout on a request.

func (*GetGitEventByIDUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetGitEventByIDUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get git event by ID using get params

func (*GetGitEventByIDUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetGitEventByIDUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get git event by ID using get params

func (*GetGitEventByIDUsingGETParams) SetContext added in v0.4.0

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

SetContext adds the context to the get git event by ID using get params

func (*GetGitEventByIDUsingGETParams) SetDefaults added in v0.4.0

func (o *GetGitEventByIDUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get git event by ID using get params (not the query body).

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

func (*GetGitEventByIDUsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get git event by ID using get params

func (*GetGitEventByIDUsingGETParams) SetID added in v0.4.0

SetID adds the id to the get git event by ID using get params

func (*GetGitEventByIDUsingGETParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get git event by ID using get params

func (*GetGitEventByIDUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get git event by ID using get params

func (*GetGitEventByIDUsingGETParams) WithAuthorization added in v0.4.0

func (o *GetGitEventByIDUsingGETParams) WithAuthorization(authorization string) *GetGitEventByIDUsingGETParams

WithAuthorization adds the authorization to the get git event by ID using get params

func (*GetGitEventByIDUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get git event by ID using get params

func (*GetGitEventByIDUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get git event by ID using get params (not the query body).

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

func (*GetGitEventByIDUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get git event by ID using get params

func (*GetGitEventByIDUsingGETParams) WithID added in v0.4.0

WithID adds the id to the get git event by ID using get params

func (*GetGitEventByIDUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get git event by ID using get params

func (*GetGitEventByIDUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetGitEventByIDUsingGETReader added in v0.4.0

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

GetGitEventByIDUsingGETReader is a Reader for the GetGitEventByIDUsingGET structure.

func (*GetGitEventByIDUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetGitEventByIDUsingGETUnauthorized added in v0.4.0

type GetGitEventByIDUsingGETUnauthorized struct {
}

GetGitEventByIDUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetGitEventByIDUsingGETUnauthorized added in v0.4.0

func NewGetGitEventByIDUsingGETUnauthorized() *GetGitEventByIDUsingGETUnauthorized

NewGetGitEventByIDUsingGETUnauthorized creates a GetGitEventByIDUsingGETUnauthorized with default headers values

func (*GetGitEventByIDUsingGETUnauthorized) Error added in v0.4.0

func (*GetGitEventByIDUsingGETUnauthorized) IsClientError added in v0.5.0

func (o *GetGitEventByIDUsingGETUnauthorized) IsClientError() bool

IsClientError returns true when this get git event by Id using g e t unauthorized response has a 4xx status code

func (*GetGitEventByIDUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get git event by Id using g e t unauthorized response a status code equal to that given

func (*GetGitEventByIDUsingGETUnauthorized) IsRedirect added in v0.5.0

func (o *GetGitEventByIDUsingGETUnauthorized) IsRedirect() bool

IsRedirect returns true when this get git event by Id using g e t unauthorized response has a 3xx status code

func (*GetGitEventByIDUsingGETUnauthorized) IsServerError added in v0.5.0

func (o *GetGitEventByIDUsingGETUnauthorized) IsServerError() bool

IsServerError returns true when this get git event by Id using g e t unauthorized response has a 5xx status code

func (*GetGitEventByIDUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get git event by Id using g e t unauthorized response has a 2xx status code

func (*GetGitEventByIDUsingGETUnauthorized) String added in v0.5.0

type GetGitWebhookByIDUsingGETForbidden added in v0.4.0

type GetGitWebhookByIDUsingGETForbidden struct {
}

GetGitWebhookByIDUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetGitWebhookByIDUsingGETForbidden added in v0.4.0

func NewGetGitWebhookByIDUsingGETForbidden() *GetGitWebhookByIDUsingGETForbidden

NewGetGitWebhookByIDUsingGETForbidden creates a GetGitWebhookByIDUsingGETForbidden with default headers values

func (*GetGitWebhookByIDUsingGETForbidden) Error added in v0.4.0

func (*GetGitWebhookByIDUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetGitWebhookByIDUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get git webhook by Id using g e t forbidden response has a 4xx status code

func (*GetGitWebhookByIDUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get git webhook by Id using g e t forbidden response a status code equal to that given

func (*GetGitWebhookByIDUsingGETForbidden) IsRedirect added in v0.5.0

func (o *GetGitWebhookByIDUsingGETForbidden) IsRedirect() bool

IsRedirect returns true when this get git webhook by Id using g e t forbidden response has a 3xx status code

func (*GetGitWebhookByIDUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetGitWebhookByIDUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get git webhook by Id using g e t forbidden response has a 5xx status code

func (*GetGitWebhookByIDUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get git webhook by Id using g e t forbidden response has a 2xx status code

func (*GetGitWebhookByIDUsingGETForbidden) String added in v0.5.0

type GetGitWebhookByIDUsingGETInternalServerError added in v0.4.0

type GetGitWebhookByIDUsingGETInternalServerError struct {
}

GetGitWebhookByIDUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetGitWebhookByIDUsingGETInternalServerError added in v0.4.0

func NewGetGitWebhookByIDUsingGETInternalServerError() *GetGitWebhookByIDUsingGETInternalServerError

NewGetGitWebhookByIDUsingGETInternalServerError creates a GetGitWebhookByIDUsingGETInternalServerError with default headers values

func (*GetGitWebhookByIDUsingGETInternalServerError) Error added in v0.4.0

func (*GetGitWebhookByIDUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get git webhook by Id using g e t internal server error response has a 4xx status code

func (*GetGitWebhookByIDUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get git webhook by Id using g e t internal server error response a status code equal to that given

func (*GetGitWebhookByIDUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get git webhook by Id using g e t internal server error response has a 3xx status code

func (*GetGitWebhookByIDUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get git webhook by Id using g e t internal server error response has a 5xx status code

func (*GetGitWebhookByIDUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get git webhook by Id using g e t internal server error response has a 2xx status code

func (*GetGitWebhookByIDUsingGETInternalServerError) String added in v0.5.0

type GetGitWebhookByIDUsingGETNotFound added in v0.4.0

type GetGitWebhookByIDUsingGETNotFound struct {
	Payload *models.Error
}

GetGitWebhookByIDUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetGitWebhookByIDUsingGETNotFound added in v0.4.0

func NewGetGitWebhookByIDUsingGETNotFound() *GetGitWebhookByIDUsingGETNotFound

NewGetGitWebhookByIDUsingGETNotFound creates a GetGitWebhookByIDUsingGETNotFound with default headers values

func (*GetGitWebhookByIDUsingGETNotFound) Error added in v0.4.0

func (*GetGitWebhookByIDUsingGETNotFound) GetPayload added in v0.4.0

func (*GetGitWebhookByIDUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetGitWebhookByIDUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get git webhook by Id using g e t not found response has a 4xx status code

func (*GetGitWebhookByIDUsingGETNotFound) IsCode added in v0.5.0

func (o *GetGitWebhookByIDUsingGETNotFound) IsCode(code int) bool

IsCode returns true when this get git webhook by Id using g e t not found response a status code equal to that given

func (*GetGitWebhookByIDUsingGETNotFound) IsRedirect added in v0.5.0

func (o *GetGitWebhookByIDUsingGETNotFound) IsRedirect() bool

IsRedirect returns true when this get git webhook by Id using g e t not found response has a 3xx status code

func (*GetGitWebhookByIDUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetGitWebhookByIDUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get git webhook by Id using g e t not found response has a 5xx status code

func (*GetGitWebhookByIDUsingGETNotFound) IsSuccess added in v0.5.0

func (o *GetGitWebhookByIDUsingGETNotFound) IsSuccess() bool

IsSuccess returns true when this get git webhook by Id using g e t not found response has a 2xx status code

func (*GetGitWebhookByIDUsingGETNotFound) String added in v0.5.0

type GetGitWebhookByIDUsingGETOK added in v0.4.0

type GetGitWebhookByIDUsingGETOK struct {
	Payload models.GitWebhook
}

GetGitWebhookByIDUsingGETOK describes a response with status code 200, with default header values.

'Success' with Git Webhook

func NewGetGitWebhookByIDUsingGETOK added in v0.4.0

func NewGetGitWebhookByIDUsingGETOK() *GetGitWebhookByIDUsingGETOK

NewGetGitWebhookByIDUsingGETOK creates a GetGitWebhookByIDUsingGETOK with default headers values

func (*GetGitWebhookByIDUsingGETOK) Error added in v0.4.0

func (*GetGitWebhookByIDUsingGETOK) GetPayload added in v0.4.0

func (*GetGitWebhookByIDUsingGETOK) IsClientError added in v0.5.0

func (o *GetGitWebhookByIDUsingGETOK) IsClientError() bool

IsClientError returns true when this get git webhook by Id using g e t o k response has a 4xx status code

func (*GetGitWebhookByIDUsingGETOK) IsCode added in v0.5.0

func (o *GetGitWebhookByIDUsingGETOK) IsCode(code int) bool

IsCode returns true when this get git webhook by Id using g e t o k response a status code equal to that given

func (*GetGitWebhookByIDUsingGETOK) IsRedirect added in v0.5.0

func (o *GetGitWebhookByIDUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get git webhook by Id using g e t o k response has a 3xx status code

func (*GetGitWebhookByIDUsingGETOK) IsServerError added in v0.5.0

func (o *GetGitWebhookByIDUsingGETOK) IsServerError() bool

IsServerError returns true when this get git webhook by Id using g e t o k response has a 5xx status code

func (*GetGitWebhookByIDUsingGETOK) IsSuccess added in v0.5.0

func (o *GetGitWebhookByIDUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get git webhook by Id using g e t o k response has a 2xx status code

func (*GetGitWebhookByIDUsingGETOK) String added in v0.5.0

func (o *GetGitWebhookByIDUsingGETOK) String() string

type GetGitWebhookByIDUsingGETParams added in v0.4.0

type GetGitWebhookByIDUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   id
	*/
	ID string

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

GetGitWebhookByIDUsingGETParams contains all the parameters to send to the API endpoint

for the get git webhook by ID using g e t operation.

Typically these are written to a http.Request.

func NewGetGitWebhookByIDUsingGETParams added in v0.4.0

func NewGetGitWebhookByIDUsingGETParams() *GetGitWebhookByIDUsingGETParams

NewGetGitWebhookByIDUsingGETParams creates a new GetGitWebhookByIDUsingGETParams 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 NewGetGitWebhookByIDUsingGETParamsWithContext added in v0.4.0

func NewGetGitWebhookByIDUsingGETParamsWithContext(ctx context.Context) *GetGitWebhookByIDUsingGETParams

NewGetGitWebhookByIDUsingGETParamsWithContext creates a new GetGitWebhookByIDUsingGETParams object with the ability to set a context for a request.

func NewGetGitWebhookByIDUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetGitWebhookByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetGitWebhookByIDUsingGETParams

NewGetGitWebhookByIDUsingGETParamsWithHTTPClient creates a new GetGitWebhookByIDUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetGitWebhookByIDUsingGETParamsWithTimeout added in v0.4.0

func NewGetGitWebhookByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetGitWebhookByIDUsingGETParams

NewGetGitWebhookByIDUsingGETParamsWithTimeout creates a new GetGitWebhookByIDUsingGETParams object with the ability to set a timeout on a request.

func (*GetGitWebhookByIDUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetGitWebhookByIDUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get git webhook by ID using get params

func (*GetGitWebhookByIDUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetGitWebhookByIDUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get git webhook by ID using get params

func (*GetGitWebhookByIDUsingGETParams) SetContext added in v0.4.0

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

SetContext adds the context to the get git webhook by ID using get params

func (*GetGitWebhookByIDUsingGETParams) SetDefaults added in v0.4.0

func (o *GetGitWebhookByIDUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get git webhook by ID using get params (not the query body).

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

func (*GetGitWebhookByIDUsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get git webhook by ID using get params

func (*GetGitWebhookByIDUsingGETParams) SetID added in v0.4.0

SetID adds the id to the get git webhook by ID using get params

func (*GetGitWebhookByIDUsingGETParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get git webhook by ID using get params

func (*GetGitWebhookByIDUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get git webhook by ID using get params

func (*GetGitWebhookByIDUsingGETParams) WithAuthorization added in v0.4.0

func (o *GetGitWebhookByIDUsingGETParams) WithAuthorization(authorization string) *GetGitWebhookByIDUsingGETParams

WithAuthorization adds the authorization to the get git webhook by ID using get params

func (*GetGitWebhookByIDUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get git webhook by ID using get params

func (*GetGitWebhookByIDUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get git webhook by ID using get params (not the query body).

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

func (*GetGitWebhookByIDUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get git webhook by ID using get params

func (*GetGitWebhookByIDUsingGETParams) WithID added in v0.4.0

WithID adds the id to the get git webhook by ID using get params

func (*GetGitWebhookByIDUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get git webhook by ID using get params

func (*GetGitWebhookByIDUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetGitWebhookByIDUsingGETReader added in v0.4.0

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

GetGitWebhookByIDUsingGETReader is a Reader for the GetGitWebhookByIDUsingGET structure.

func (*GetGitWebhookByIDUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetGitWebhookByIDUsingGETUnauthorized added in v0.4.0

type GetGitWebhookByIDUsingGETUnauthorized struct {
}

GetGitWebhookByIDUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetGitWebhookByIDUsingGETUnauthorized added in v0.4.0

func NewGetGitWebhookByIDUsingGETUnauthorized() *GetGitWebhookByIDUsingGETUnauthorized

NewGetGitWebhookByIDUsingGETUnauthorized creates a GetGitWebhookByIDUsingGETUnauthorized with default headers values

func (*GetGitWebhookByIDUsingGETUnauthorized) Error added in v0.4.0

func (*GetGitWebhookByIDUsingGETUnauthorized) IsClientError added in v0.5.0

func (o *GetGitWebhookByIDUsingGETUnauthorized) IsClientError() bool

IsClientError returns true when this get git webhook by Id using g e t unauthorized response has a 4xx status code

func (*GetGitWebhookByIDUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get git webhook by Id using g e t unauthorized response a status code equal to that given

func (*GetGitWebhookByIDUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get git webhook by Id using g e t unauthorized response has a 3xx status code

func (*GetGitWebhookByIDUsingGETUnauthorized) IsServerError added in v0.5.0

func (o *GetGitWebhookByIDUsingGETUnauthorized) IsServerError() bool

IsServerError returns true when this get git webhook by Id using g e t unauthorized response has a 5xx status code

func (*GetGitWebhookByIDUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get git webhook by Id using g e t unauthorized response has a 2xx status code

func (*GetGitWebhookByIDUsingGETUnauthorized) String added in v0.5.0

type GetGitWebhookByNameUsingGETForbidden added in v0.4.0

type GetGitWebhookByNameUsingGETForbidden struct {
}

GetGitWebhookByNameUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetGitWebhookByNameUsingGETForbidden added in v0.4.0

func NewGetGitWebhookByNameUsingGETForbidden() *GetGitWebhookByNameUsingGETForbidden

NewGetGitWebhookByNameUsingGETForbidden creates a GetGitWebhookByNameUsingGETForbidden with default headers values

func (*GetGitWebhookByNameUsingGETForbidden) Error added in v0.4.0

func (*GetGitWebhookByNameUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetGitWebhookByNameUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get git webhook by name using g e t forbidden response has a 4xx status code

func (*GetGitWebhookByNameUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get git webhook by name using g e t forbidden response a status code equal to that given

func (*GetGitWebhookByNameUsingGETForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this get git webhook by name using g e t forbidden response has a 3xx status code

func (*GetGitWebhookByNameUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetGitWebhookByNameUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get git webhook by name using g e t forbidden response has a 5xx status code

func (*GetGitWebhookByNameUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get git webhook by name using g e t forbidden response has a 2xx status code

func (*GetGitWebhookByNameUsingGETForbidden) String added in v0.5.0

type GetGitWebhookByNameUsingGETInternalServerError added in v0.4.0

type GetGitWebhookByNameUsingGETInternalServerError struct {
}

GetGitWebhookByNameUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetGitWebhookByNameUsingGETInternalServerError added in v0.4.0

func NewGetGitWebhookByNameUsingGETInternalServerError() *GetGitWebhookByNameUsingGETInternalServerError

NewGetGitWebhookByNameUsingGETInternalServerError creates a GetGitWebhookByNameUsingGETInternalServerError with default headers values

func (*GetGitWebhookByNameUsingGETInternalServerError) Error added in v0.4.0

func (*GetGitWebhookByNameUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get git webhook by name using g e t internal server error response has a 4xx status code

func (*GetGitWebhookByNameUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get git webhook by name using g e t internal server error response a status code equal to that given

func (*GetGitWebhookByNameUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get git webhook by name using g e t internal server error response has a 3xx status code

func (*GetGitWebhookByNameUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get git webhook by name using g e t internal server error response has a 5xx status code

func (*GetGitWebhookByNameUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get git webhook by name using g e t internal server error response has a 2xx status code

func (*GetGitWebhookByNameUsingGETInternalServerError) String added in v0.5.0

type GetGitWebhookByNameUsingGETNotFound added in v0.4.0

type GetGitWebhookByNameUsingGETNotFound struct {
	Payload *models.Error
}

GetGitWebhookByNameUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetGitWebhookByNameUsingGETNotFound added in v0.4.0

func NewGetGitWebhookByNameUsingGETNotFound() *GetGitWebhookByNameUsingGETNotFound

NewGetGitWebhookByNameUsingGETNotFound creates a GetGitWebhookByNameUsingGETNotFound with default headers values

func (*GetGitWebhookByNameUsingGETNotFound) Error added in v0.4.0

func (*GetGitWebhookByNameUsingGETNotFound) GetPayload added in v0.4.0

func (*GetGitWebhookByNameUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetGitWebhookByNameUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get git webhook by name using g e t not found response has a 4xx status code

func (*GetGitWebhookByNameUsingGETNotFound) IsCode added in v0.5.0

IsCode returns true when this get git webhook by name using g e t not found response a status code equal to that given

func (*GetGitWebhookByNameUsingGETNotFound) IsRedirect added in v0.5.0

func (o *GetGitWebhookByNameUsingGETNotFound) IsRedirect() bool

IsRedirect returns true when this get git webhook by name using g e t not found response has a 3xx status code

func (*GetGitWebhookByNameUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetGitWebhookByNameUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get git webhook by name using g e t not found response has a 5xx status code

func (*GetGitWebhookByNameUsingGETNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get git webhook by name using g e t not found response has a 2xx status code

func (*GetGitWebhookByNameUsingGETNotFound) String added in v0.5.0

type GetGitWebhookByNameUsingGETOK added in v0.4.0

type GetGitWebhookByNameUsingGETOK struct {
	Payload models.GitWebhook
}

GetGitWebhookByNameUsingGETOK describes a response with status code 200, with default header values.

'Success' with Git Webhook

func NewGetGitWebhookByNameUsingGETOK added in v0.4.0

func NewGetGitWebhookByNameUsingGETOK() *GetGitWebhookByNameUsingGETOK

NewGetGitWebhookByNameUsingGETOK creates a GetGitWebhookByNameUsingGETOK with default headers values

func (*GetGitWebhookByNameUsingGETOK) Error added in v0.4.0

func (*GetGitWebhookByNameUsingGETOK) GetPayload added in v0.4.0

func (*GetGitWebhookByNameUsingGETOK) IsClientError added in v0.5.0

func (o *GetGitWebhookByNameUsingGETOK) IsClientError() bool

IsClientError returns true when this get git webhook by name using g e t o k response has a 4xx status code

func (*GetGitWebhookByNameUsingGETOK) IsCode added in v0.5.0

func (o *GetGitWebhookByNameUsingGETOK) IsCode(code int) bool

IsCode returns true when this get git webhook by name using g e t o k response a status code equal to that given

func (*GetGitWebhookByNameUsingGETOK) IsRedirect added in v0.5.0

func (o *GetGitWebhookByNameUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get git webhook by name using g e t o k response has a 3xx status code

func (*GetGitWebhookByNameUsingGETOK) IsServerError added in v0.5.0

func (o *GetGitWebhookByNameUsingGETOK) IsServerError() bool

IsServerError returns true when this get git webhook by name using g e t o k response has a 5xx status code

func (*GetGitWebhookByNameUsingGETOK) IsSuccess added in v0.5.0

func (o *GetGitWebhookByNameUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get git webhook by name using g e t o k response has a 2xx status code

func (*GetGitWebhookByNameUsingGETOK) String added in v0.5.0

type GetGitWebhookByNameUsingGETParams added in v0.4.0

type GetGitWebhookByNameUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Name.

	   name
	*/
	Name string

	/* Project.

	   project
	*/
	Project string

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

GetGitWebhookByNameUsingGETParams contains all the parameters to send to the API endpoint

for the get git webhook by name using g e t operation.

Typically these are written to a http.Request.

func NewGetGitWebhookByNameUsingGETParams added in v0.4.0

func NewGetGitWebhookByNameUsingGETParams() *GetGitWebhookByNameUsingGETParams

NewGetGitWebhookByNameUsingGETParams creates a new GetGitWebhookByNameUsingGETParams 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 NewGetGitWebhookByNameUsingGETParamsWithContext added in v0.4.0

func NewGetGitWebhookByNameUsingGETParamsWithContext(ctx context.Context) *GetGitWebhookByNameUsingGETParams

NewGetGitWebhookByNameUsingGETParamsWithContext creates a new GetGitWebhookByNameUsingGETParams object with the ability to set a context for a request.

func NewGetGitWebhookByNameUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetGitWebhookByNameUsingGETParamsWithHTTPClient(client *http.Client) *GetGitWebhookByNameUsingGETParams

NewGetGitWebhookByNameUsingGETParamsWithHTTPClient creates a new GetGitWebhookByNameUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetGitWebhookByNameUsingGETParamsWithTimeout added in v0.4.0

func NewGetGitWebhookByNameUsingGETParamsWithTimeout(timeout time.Duration) *GetGitWebhookByNameUsingGETParams

NewGetGitWebhookByNameUsingGETParamsWithTimeout creates a new GetGitWebhookByNameUsingGETParams object with the ability to set a timeout on a request.

func (*GetGitWebhookByNameUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetGitWebhookByNameUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get git webhook by name using get params

func (*GetGitWebhookByNameUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetGitWebhookByNameUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get git webhook by name using get params

func (*GetGitWebhookByNameUsingGETParams) SetContext added in v0.4.0

SetContext adds the context to the get git webhook by name using get params

func (*GetGitWebhookByNameUsingGETParams) SetDefaults added in v0.4.0

func (o *GetGitWebhookByNameUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get git webhook by name using get params (not the query body).

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

func (*GetGitWebhookByNameUsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get git webhook by name using get params

func (*GetGitWebhookByNameUsingGETParams) SetName added in v0.4.0

func (o *GetGitWebhookByNameUsingGETParams) SetName(name string)

SetName adds the name to the get git webhook by name using get params

func (*GetGitWebhookByNameUsingGETParams) SetProject added in v0.4.0

func (o *GetGitWebhookByNameUsingGETParams) SetProject(project string)

SetProject adds the project to the get git webhook by name using get params

func (*GetGitWebhookByNameUsingGETParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get git webhook by name using get params

func (*GetGitWebhookByNameUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get git webhook by name using get params

func (*GetGitWebhookByNameUsingGETParams) WithAuthorization added in v0.4.0

func (o *GetGitWebhookByNameUsingGETParams) WithAuthorization(authorization string) *GetGitWebhookByNameUsingGETParams

WithAuthorization adds the authorization to the get git webhook by name using get params

func (*GetGitWebhookByNameUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get git webhook by name using get params

func (*GetGitWebhookByNameUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get git webhook by name using get params (not the query body).

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

func (*GetGitWebhookByNameUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get git webhook by name using get params

func (*GetGitWebhookByNameUsingGETParams) WithName added in v0.4.0

WithName adds the name to the get git webhook by name using get params

func (*GetGitWebhookByNameUsingGETParams) WithProject added in v0.4.0

WithProject adds the project to the get git webhook by name using get params

func (*GetGitWebhookByNameUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get git webhook by name using get params

func (*GetGitWebhookByNameUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetGitWebhookByNameUsingGETReader added in v0.4.0

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

GetGitWebhookByNameUsingGETReader is a Reader for the GetGitWebhookByNameUsingGET structure.

func (*GetGitWebhookByNameUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetGitWebhookByNameUsingGETUnauthorized added in v0.4.0

type GetGitWebhookByNameUsingGETUnauthorized struct {
}

GetGitWebhookByNameUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetGitWebhookByNameUsingGETUnauthorized added in v0.4.0

func NewGetGitWebhookByNameUsingGETUnauthorized() *GetGitWebhookByNameUsingGETUnauthorized

NewGetGitWebhookByNameUsingGETUnauthorized creates a GetGitWebhookByNameUsingGETUnauthorized with default headers values

func (*GetGitWebhookByNameUsingGETUnauthorized) Error added in v0.4.0

func (*GetGitWebhookByNameUsingGETUnauthorized) IsClientError added in v0.5.0

func (o *GetGitWebhookByNameUsingGETUnauthorized) IsClientError() bool

IsClientError returns true when this get git webhook by name using g e t unauthorized response has a 4xx status code

func (*GetGitWebhookByNameUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get git webhook by name using g e t unauthorized response a status code equal to that given

func (*GetGitWebhookByNameUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get git webhook by name using g e t unauthorized response has a 3xx status code

func (*GetGitWebhookByNameUsingGETUnauthorized) IsServerError added in v0.5.0

func (o *GetGitWebhookByNameUsingGETUnauthorized) IsServerError() bool

IsServerError returns true when this get git webhook by name using g e t unauthorized response has a 5xx status code

func (*GetGitWebhookByNameUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get git webhook by name using g e t unauthorized response has a 2xx status code

func (*GetGitWebhookByNameUsingGETUnauthorized) String added in v0.5.0

type GetRegistryEventByIDForbidden

type GetRegistryEventByIDForbidden struct {
}

GetRegistryEventByIDForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetRegistryEventByIDForbidden

func NewGetRegistryEventByIDForbidden() *GetRegistryEventByIDForbidden

NewGetRegistryEventByIDForbidden creates a GetRegistryEventByIDForbidden with default headers values

func (*GetRegistryEventByIDForbidden) Error

func (*GetRegistryEventByIDForbidden) IsClientError added in v0.5.0

func (o *GetRegistryEventByIDForbidden) IsClientError() bool

IsClientError returns true when this get registry event by Id forbidden response has a 4xx status code

func (*GetRegistryEventByIDForbidden) IsCode added in v0.5.0

func (o *GetRegistryEventByIDForbidden) IsCode(code int) bool

IsCode returns true when this get registry event by Id forbidden response a status code equal to that given

func (*GetRegistryEventByIDForbidden) IsRedirect added in v0.5.0

func (o *GetRegistryEventByIDForbidden) IsRedirect() bool

IsRedirect returns true when this get registry event by Id forbidden response has a 3xx status code

func (*GetRegistryEventByIDForbidden) IsServerError added in v0.5.0

func (o *GetRegistryEventByIDForbidden) IsServerError() bool

IsServerError returns true when this get registry event by Id forbidden response has a 5xx status code

func (*GetRegistryEventByIDForbidden) IsSuccess added in v0.5.0

func (o *GetRegistryEventByIDForbidden) IsSuccess() bool

IsSuccess returns true when this get registry event by Id forbidden response has a 2xx status code

func (*GetRegistryEventByIDForbidden) String added in v0.5.0

type GetRegistryEventByIDInternalServerError

type GetRegistryEventByIDInternalServerError struct {
}

GetRegistryEventByIDInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetRegistryEventByIDInternalServerError

func NewGetRegistryEventByIDInternalServerError() *GetRegistryEventByIDInternalServerError

NewGetRegistryEventByIDInternalServerError creates a GetRegistryEventByIDInternalServerError with default headers values

func (*GetRegistryEventByIDInternalServerError) Error

func (*GetRegistryEventByIDInternalServerError) IsClientError added in v0.5.0

func (o *GetRegistryEventByIDInternalServerError) IsClientError() bool

IsClientError returns true when this get registry event by Id internal server error response has a 4xx status code

func (*GetRegistryEventByIDInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get registry event by Id internal server error response a status code equal to that given

func (*GetRegistryEventByIDInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get registry event by Id internal server error response has a 3xx status code

func (*GetRegistryEventByIDInternalServerError) IsServerError added in v0.5.0

func (o *GetRegistryEventByIDInternalServerError) IsServerError() bool

IsServerError returns true when this get registry event by Id internal server error response has a 5xx status code

func (*GetRegistryEventByIDInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get registry event by Id internal server error response has a 2xx status code

func (*GetRegistryEventByIDInternalServerError) String added in v0.5.0

type GetRegistryEventByIDNotFound

type GetRegistryEventByIDNotFound struct {
	Payload *models.Error
}

GetRegistryEventByIDNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetRegistryEventByIDNotFound

func NewGetRegistryEventByIDNotFound() *GetRegistryEventByIDNotFound

NewGetRegistryEventByIDNotFound creates a GetRegistryEventByIDNotFound with default headers values

func (*GetRegistryEventByIDNotFound) Error

func (*GetRegistryEventByIDNotFound) GetPayload

func (o *GetRegistryEventByIDNotFound) GetPayload() *models.Error

func (*GetRegistryEventByIDNotFound) IsClientError added in v0.5.0

func (o *GetRegistryEventByIDNotFound) IsClientError() bool

IsClientError returns true when this get registry event by Id not found response has a 4xx status code

func (*GetRegistryEventByIDNotFound) IsCode added in v0.5.0

func (o *GetRegistryEventByIDNotFound) IsCode(code int) bool

IsCode returns true when this get registry event by Id not found response a status code equal to that given

func (*GetRegistryEventByIDNotFound) IsRedirect added in v0.5.0

func (o *GetRegistryEventByIDNotFound) IsRedirect() bool

IsRedirect returns true when this get registry event by Id not found response has a 3xx status code

func (*GetRegistryEventByIDNotFound) IsServerError added in v0.5.0

func (o *GetRegistryEventByIDNotFound) IsServerError() bool

IsServerError returns true when this get registry event by Id not found response has a 5xx status code

func (*GetRegistryEventByIDNotFound) IsSuccess added in v0.5.0

func (o *GetRegistryEventByIDNotFound) IsSuccess() bool

IsSuccess returns true when this get registry event by Id not found response has a 2xx status code

func (*GetRegistryEventByIDNotFound) String added in v0.5.0

type GetRegistryEventByIDOK

type GetRegistryEventByIDOK struct {
	Payload models.DockerRegistryEvent
}

GetRegistryEventByIDOK describes a response with status code 200, with default header values.

'Success' with Docker Registry Event

func NewGetRegistryEventByIDOK

func NewGetRegistryEventByIDOK() *GetRegistryEventByIDOK

NewGetRegistryEventByIDOK creates a GetRegistryEventByIDOK with default headers values

func (*GetRegistryEventByIDOK) Error

func (o *GetRegistryEventByIDOK) Error() string

func (*GetRegistryEventByIDOK) GetPayload

func (*GetRegistryEventByIDOK) IsClientError added in v0.5.0

func (o *GetRegistryEventByIDOK) IsClientError() bool

IsClientError returns true when this get registry event by Id o k response has a 4xx status code

func (*GetRegistryEventByIDOK) IsCode added in v0.5.0

func (o *GetRegistryEventByIDOK) IsCode(code int) bool

IsCode returns true when this get registry event by Id o k response a status code equal to that given

func (*GetRegistryEventByIDOK) IsRedirect added in v0.5.0

func (o *GetRegistryEventByIDOK) IsRedirect() bool

IsRedirect returns true when this get registry event by Id o k response has a 3xx status code

func (*GetRegistryEventByIDOK) IsServerError added in v0.5.0

func (o *GetRegistryEventByIDOK) IsServerError() bool

IsServerError returns true when this get registry event by Id o k response has a 5xx status code

func (*GetRegistryEventByIDOK) IsSuccess added in v0.5.0

func (o *GetRegistryEventByIDOK) IsSuccess() bool

IsSuccess returns true when this get registry event by Id o k response has a 2xx status code

func (*GetRegistryEventByIDOK) String added in v0.5.0

func (o *GetRegistryEventByIDOK) String() string

type GetRegistryEventByIDParams

type GetRegistryEventByIDParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   id
	*/
	ID string

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

GetRegistryEventByIDParams contains all the parameters to send to the API endpoint

for the get registry event by ID operation.

Typically these are written to a http.Request.

func NewGetRegistryEventByIDParams

func NewGetRegistryEventByIDParams() *GetRegistryEventByIDParams

NewGetRegistryEventByIDParams creates a new GetRegistryEventByIDParams 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 NewGetRegistryEventByIDParamsWithContext

func NewGetRegistryEventByIDParamsWithContext(ctx context.Context) *GetRegistryEventByIDParams

NewGetRegistryEventByIDParamsWithContext creates a new GetRegistryEventByIDParams object with the ability to set a context for a request.

func NewGetRegistryEventByIDParamsWithHTTPClient

func NewGetRegistryEventByIDParamsWithHTTPClient(client *http.Client) *GetRegistryEventByIDParams

NewGetRegistryEventByIDParamsWithHTTPClient creates a new GetRegistryEventByIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetRegistryEventByIDParamsWithTimeout

func NewGetRegistryEventByIDParamsWithTimeout(timeout time.Duration) *GetRegistryEventByIDParams

NewGetRegistryEventByIDParamsWithTimeout creates a new GetRegistryEventByIDParams object with the ability to set a timeout on a request.

func (*GetRegistryEventByIDParams) SetAPIVersion

func (o *GetRegistryEventByIDParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get registry event by ID params

func (*GetRegistryEventByIDParams) SetAuthorization

func (o *GetRegistryEventByIDParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get registry event by ID params

func (*GetRegistryEventByIDParams) SetContext

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

SetContext adds the context to the get registry event by ID params

func (*GetRegistryEventByIDParams) SetDefaults

func (o *GetRegistryEventByIDParams) SetDefaults()

SetDefaults hydrates default values in the get registry event by ID params (not the query body).

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

func (*GetRegistryEventByIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get registry event by ID params

func (*GetRegistryEventByIDParams) SetID

func (o *GetRegistryEventByIDParams) SetID(id string)

SetID adds the id to the get registry event by ID params

func (*GetRegistryEventByIDParams) SetTimeout

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

SetTimeout adds the timeout to the get registry event by ID params

func (*GetRegistryEventByIDParams) WithAPIVersion

func (o *GetRegistryEventByIDParams) WithAPIVersion(aPIVersion string) *GetRegistryEventByIDParams

WithAPIVersion adds the aPIVersion to the get registry event by ID params

func (*GetRegistryEventByIDParams) WithAuthorization

func (o *GetRegistryEventByIDParams) WithAuthorization(authorization string) *GetRegistryEventByIDParams

WithAuthorization adds the authorization to the get registry event by ID params

func (*GetRegistryEventByIDParams) WithContext

WithContext adds the context to the get registry event by ID params

func (*GetRegistryEventByIDParams) WithDefaults

WithDefaults hydrates default values in the get registry event by ID params (not the query body).

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

func (*GetRegistryEventByIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get registry event by ID params

func (*GetRegistryEventByIDParams) WithID

WithID adds the id to the get registry event by ID params

func (*GetRegistryEventByIDParams) WithTimeout

WithTimeout adds the timeout to the get registry event by ID params

func (*GetRegistryEventByIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRegistryEventByIDReader

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

GetRegistryEventByIDReader is a Reader for the GetRegistryEventByID structure.

func (*GetRegistryEventByIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRegistryEventByIDUnauthorized

type GetRegistryEventByIDUnauthorized struct {
}

GetRegistryEventByIDUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetRegistryEventByIDUnauthorized

func NewGetRegistryEventByIDUnauthorized() *GetRegistryEventByIDUnauthorized

NewGetRegistryEventByIDUnauthorized creates a GetRegistryEventByIDUnauthorized with default headers values

func (*GetRegistryEventByIDUnauthorized) Error

func (*GetRegistryEventByIDUnauthorized) IsClientError added in v0.5.0

func (o *GetRegistryEventByIDUnauthorized) IsClientError() bool

IsClientError returns true when this get registry event by Id unauthorized response has a 4xx status code

func (*GetRegistryEventByIDUnauthorized) IsCode added in v0.5.0

func (o *GetRegistryEventByIDUnauthorized) IsCode(code int) bool

IsCode returns true when this get registry event by Id unauthorized response a status code equal to that given

func (*GetRegistryEventByIDUnauthorized) IsRedirect added in v0.5.0

func (o *GetRegistryEventByIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this get registry event by Id unauthorized response has a 3xx status code

func (*GetRegistryEventByIDUnauthorized) IsServerError added in v0.5.0

func (o *GetRegistryEventByIDUnauthorized) IsServerError() bool

IsServerError returns true when this get registry event by Id unauthorized response has a 5xx status code

func (*GetRegistryEventByIDUnauthorized) IsSuccess added in v0.5.0

func (o *GetRegistryEventByIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this get registry event by Id unauthorized response has a 2xx status code

func (*GetRegistryEventByIDUnauthorized) String added in v0.5.0

type GetRegistryWebhookByIDForbidden

type GetRegistryWebhookByIDForbidden struct {
}

GetRegistryWebhookByIDForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetRegistryWebhookByIDForbidden

func NewGetRegistryWebhookByIDForbidden() *GetRegistryWebhookByIDForbidden

NewGetRegistryWebhookByIDForbidden creates a GetRegistryWebhookByIDForbidden with default headers values

func (*GetRegistryWebhookByIDForbidden) Error

func (*GetRegistryWebhookByIDForbidden) IsClientError added in v0.5.0

func (o *GetRegistryWebhookByIDForbidden) IsClientError() bool

IsClientError returns true when this get registry webhook by Id forbidden response has a 4xx status code

func (*GetRegistryWebhookByIDForbidden) IsCode added in v0.5.0

func (o *GetRegistryWebhookByIDForbidden) IsCode(code int) bool

IsCode returns true when this get registry webhook by Id forbidden response a status code equal to that given

func (*GetRegistryWebhookByIDForbidden) IsRedirect added in v0.5.0

func (o *GetRegistryWebhookByIDForbidden) IsRedirect() bool

IsRedirect returns true when this get registry webhook by Id forbidden response has a 3xx status code

func (*GetRegistryWebhookByIDForbidden) IsServerError added in v0.5.0

func (o *GetRegistryWebhookByIDForbidden) IsServerError() bool

IsServerError returns true when this get registry webhook by Id forbidden response has a 5xx status code

func (*GetRegistryWebhookByIDForbidden) IsSuccess added in v0.5.0

func (o *GetRegistryWebhookByIDForbidden) IsSuccess() bool

IsSuccess returns true when this get registry webhook by Id forbidden response has a 2xx status code

func (*GetRegistryWebhookByIDForbidden) String added in v0.5.0

type GetRegistryWebhookByIDInternalServerError

type GetRegistryWebhookByIDInternalServerError struct {
}

GetRegistryWebhookByIDInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetRegistryWebhookByIDInternalServerError

func NewGetRegistryWebhookByIDInternalServerError() *GetRegistryWebhookByIDInternalServerError

NewGetRegistryWebhookByIDInternalServerError creates a GetRegistryWebhookByIDInternalServerError with default headers values

func (*GetRegistryWebhookByIDInternalServerError) Error

func (*GetRegistryWebhookByIDInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get registry webhook by Id internal server error response has a 4xx status code

func (*GetRegistryWebhookByIDInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get registry webhook by Id internal server error response a status code equal to that given

func (*GetRegistryWebhookByIDInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get registry webhook by Id internal server error response has a 3xx status code

func (*GetRegistryWebhookByIDInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get registry webhook by Id internal server error response has a 5xx status code

func (*GetRegistryWebhookByIDInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get registry webhook by Id internal server error response has a 2xx status code

func (*GetRegistryWebhookByIDInternalServerError) String added in v0.5.0

type GetRegistryWebhookByIDNotFound

type GetRegistryWebhookByIDNotFound struct {
	Payload *models.Error
}

GetRegistryWebhookByIDNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetRegistryWebhookByIDNotFound

func NewGetRegistryWebhookByIDNotFound() *GetRegistryWebhookByIDNotFound

NewGetRegistryWebhookByIDNotFound creates a GetRegistryWebhookByIDNotFound with default headers values

func (*GetRegistryWebhookByIDNotFound) Error

func (*GetRegistryWebhookByIDNotFound) GetPayload

func (o *GetRegistryWebhookByIDNotFound) GetPayload() *models.Error

func (*GetRegistryWebhookByIDNotFound) IsClientError added in v0.5.0

func (o *GetRegistryWebhookByIDNotFound) IsClientError() bool

IsClientError returns true when this get registry webhook by Id not found response has a 4xx status code

func (*GetRegistryWebhookByIDNotFound) IsCode added in v0.5.0

func (o *GetRegistryWebhookByIDNotFound) IsCode(code int) bool

IsCode returns true when this get registry webhook by Id not found response a status code equal to that given

func (*GetRegistryWebhookByIDNotFound) IsRedirect added in v0.5.0

func (o *GetRegistryWebhookByIDNotFound) IsRedirect() bool

IsRedirect returns true when this get registry webhook by Id not found response has a 3xx status code

func (*GetRegistryWebhookByIDNotFound) IsServerError added in v0.5.0

func (o *GetRegistryWebhookByIDNotFound) IsServerError() bool

IsServerError returns true when this get registry webhook by Id not found response has a 5xx status code

func (*GetRegistryWebhookByIDNotFound) IsSuccess added in v0.5.0

func (o *GetRegistryWebhookByIDNotFound) IsSuccess() bool

IsSuccess returns true when this get registry webhook by Id not found response has a 2xx status code

func (*GetRegistryWebhookByIDNotFound) String added in v0.5.0

type GetRegistryWebhookByIDOK

type GetRegistryWebhookByIDOK struct {
	Payload models.DockerRegistryWebHook
}

GetRegistryWebhookByIDOK describes a response with status code 200, with default header values.

'Success' with get on Docker Registry Webhook

func NewGetRegistryWebhookByIDOK

func NewGetRegistryWebhookByIDOK() *GetRegistryWebhookByIDOK

NewGetRegistryWebhookByIDOK creates a GetRegistryWebhookByIDOK with default headers values

func (*GetRegistryWebhookByIDOK) Error

func (o *GetRegistryWebhookByIDOK) Error() string

func (*GetRegistryWebhookByIDOK) GetPayload

func (*GetRegistryWebhookByIDOK) IsClientError added in v0.5.0

func (o *GetRegistryWebhookByIDOK) IsClientError() bool

IsClientError returns true when this get registry webhook by Id o k response has a 4xx status code

func (*GetRegistryWebhookByIDOK) IsCode added in v0.5.0

func (o *GetRegistryWebhookByIDOK) IsCode(code int) bool

IsCode returns true when this get registry webhook by Id o k response a status code equal to that given

func (*GetRegistryWebhookByIDOK) IsRedirect added in v0.5.0

func (o *GetRegistryWebhookByIDOK) IsRedirect() bool

IsRedirect returns true when this get registry webhook by Id o k response has a 3xx status code

func (*GetRegistryWebhookByIDOK) IsServerError added in v0.5.0

func (o *GetRegistryWebhookByIDOK) IsServerError() bool

IsServerError returns true when this get registry webhook by Id o k response has a 5xx status code

func (*GetRegistryWebhookByIDOK) IsSuccess added in v0.5.0

func (o *GetRegistryWebhookByIDOK) IsSuccess() bool

IsSuccess returns true when this get registry webhook by Id o k response has a 2xx status code

func (*GetRegistryWebhookByIDOK) String added in v0.5.0

func (o *GetRegistryWebhookByIDOK) String() string

type GetRegistryWebhookByIDParams

type GetRegistryWebhookByIDParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   id
	*/
	ID string

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

GetRegistryWebhookByIDParams contains all the parameters to send to the API endpoint

for the get registry webhook by ID operation.

Typically these are written to a http.Request.

func NewGetRegistryWebhookByIDParams

func NewGetRegistryWebhookByIDParams() *GetRegistryWebhookByIDParams

NewGetRegistryWebhookByIDParams creates a new GetRegistryWebhookByIDParams 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 NewGetRegistryWebhookByIDParamsWithContext

func NewGetRegistryWebhookByIDParamsWithContext(ctx context.Context) *GetRegistryWebhookByIDParams

NewGetRegistryWebhookByIDParamsWithContext creates a new GetRegistryWebhookByIDParams object with the ability to set a context for a request.

func NewGetRegistryWebhookByIDParamsWithHTTPClient

func NewGetRegistryWebhookByIDParamsWithHTTPClient(client *http.Client) *GetRegistryWebhookByIDParams

NewGetRegistryWebhookByIDParamsWithHTTPClient creates a new GetRegistryWebhookByIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetRegistryWebhookByIDParamsWithTimeout

func NewGetRegistryWebhookByIDParamsWithTimeout(timeout time.Duration) *GetRegistryWebhookByIDParams

NewGetRegistryWebhookByIDParamsWithTimeout creates a new GetRegistryWebhookByIDParams object with the ability to set a timeout on a request.

func (*GetRegistryWebhookByIDParams) SetAPIVersion

func (o *GetRegistryWebhookByIDParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get registry webhook by ID params

func (*GetRegistryWebhookByIDParams) SetAuthorization

func (o *GetRegistryWebhookByIDParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get registry webhook by ID params

func (*GetRegistryWebhookByIDParams) SetContext

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

SetContext adds the context to the get registry webhook by ID params

func (*GetRegistryWebhookByIDParams) SetDefaults

func (o *GetRegistryWebhookByIDParams) SetDefaults()

SetDefaults hydrates default values in the get registry webhook by ID params (not the query body).

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

func (*GetRegistryWebhookByIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get registry webhook by ID params

func (*GetRegistryWebhookByIDParams) SetID

func (o *GetRegistryWebhookByIDParams) SetID(id string)

SetID adds the id to the get registry webhook by ID params

func (*GetRegistryWebhookByIDParams) SetTimeout

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

SetTimeout adds the timeout to the get registry webhook by ID params

func (*GetRegistryWebhookByIDParams) WithAPIVersion

func (o *GetRegistryWebhookByIDParams) WithAPIVersion(aPIVersion string) *GetRegistryWebhookByIDParams

WithAPIVersion adds the aPIVersion to the get registry webhook by ID params

func (*GetRegistryWebhookByIDParams) WithAuthorization

func (o *GetRegistryWebhookByIDParams) WithAuthorization(authorization string) *GetRegistryWebhookByIDParams

WithAuthorization adds the authorization to the get registry webhook by ID params

func (*GetRegistryWebhookByIDParams) WithContext

WithContext adds the context to the get registry webhook by ID params

func (*GetRegistryWebhookByIDParams) WithDefaults

WithDefaults hydrates default values in the get registry webhook by ID params (not the query body).

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

func (*GetRegistryWebhookByIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get registry webhook by ID params

func (*GetRegistryWebhookByIDParams) WithID

WithID adds the id to the get registry webhook by ID params

func (*GetRegistryWebhookByIDParams) WithTimeout

WithTimeout adds the timeout to the get registry webhook by ID params

func (*GetRegistryWebhookByIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRegistryWebhookByIDReader

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

GetRegistryWebhookByIDReader is a Reader for the GetRegistryWebhookByID structure.

func (*GetRegistryWebhookByIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRegistryWebhookByIDUnauthorized

type GetRegistryWebhookByIDUnauthorized struct {
}

GetRegistryWebhookByIDUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetRegistryWebhookByIDUnauthorized

func NewGetRegistryWebhookByIDUnauthorized() *GetRegistryWebhookByIDUnauthorized

NewGetRegistryWebhookByIDUnauthorized creates a GetRegistryWebhookByIDUnauthorized with default headers values

func (*GetRegistryWebhookByIDUnauthorized) Error

func (*GetRegistryWebhookByIDUnauthorized) IsClientError added in v0.5.0

func (o *GetRegistryWebhookByIDUnauthorized) IsClientError() bool

IsClientError returns true when this get registry webhook by Id unauthorized response has a 4xx status code

func (*GetRegistryWebhookByIDUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get registry webhook by Id unauthorized response a status code equal to that given

func (*GetRegistryWebhookByIDUnauthorized) IsRedirect added in v0.5.0

func (o *GetRegistryWebhookByIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this get registry webhook by Id unauthorized response has a 3xx status code

func (*GetRegistryWebhookByIDUnauthorized) IsServerError added in v0.5.0

func (o *GetRegistryWebhookByIDUnauthorized) IsServerError() bool

IsServerError returns true when this get registry webhook by Id unauthorized response has a 5xx status code

func (*GetRegistryWebhookByIDUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get registry webhook by Id unauthorized response has a 2xx status code

func (*GetRegistryWebhookByIDUnauthorized) String added in v0.5.0

type ManualGerritEventTriggerUsingPOSTForbidden added in v0.4.0

type ManualGerritEventTriggerUsingPOSTForbidden struct {
}

ManualGerritEventTriggerUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewManualGerritEventTriggerUsingPOSTForbidden added in v0.4.0

func NewManualGerritEventTriggerUsingPOSTForbidden() *ManualGerritEventTriggerUsingPOSTForbidden

NewManualGerritEventTriggerUsingPOSTForbidden creates a ManualGerritEventTriggerUsingPOSTForbidden with default headers values

func (*ManualGerritEventTriggerUsingPOSTForbidden) Error added in v0.4.0

func (*ManualGerritEventTriggerUsingPOSTForbidden) IsClientError added in v0.5.0

IsClientError returns true when this manual gerrit event trigger using p o s t forbidden response has a 4xx status code

func (*ManualGerritEventTriggerUsingPOSTForbidden) IsCode added in v0.5.0

IsCode returns true when this manual gerrit event trigger using p o s t forbidden response a status code equal to that given

func (*ManualGerritEventTriggerUsingPOSTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this manual gerrit event trigger using p o s t forbidden response has a 3xx status code

func (*ManualGerritEventTriggerUsingPOSTForbidden) IsServerError added in v0.5.0

IsServerError returns true when this manual gerrit event trigger using p o s t forbidden response has a 5xx status code

func (*ManualGerritEventTriggerUsingPOSTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this manual gerrit event trigger using p o s t forbidden response has a 2xx status code

func (*ManualGerritEventTriggerUsingPOSTForbidden) String added in v0.5.0

type ManualGerritEventTriggerUsingPOSTInternalServerError added in v0.4.0

type ManualGerritEventTriggerUsingPOSTInternalServerError struct {
}

ManualGerritEventTriggerUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewManualGerritEventTriggerUsingPOSTInternalServerError added in v0.4.0

func NewManualGerritEventTriggerUsingPOSTInternalServerError() *ManualGerritEventTriggerUsingPOSTInternalServerError

NewManualGerritEventTriggerUsingPOSTInternalServerError creates a ManualGerritEventTriggerUsingPOSTInternalServerError with default headers values

func (*ManualGerritEventTriggerUsingPOSTInternalServerError) Error added in v0.4.0

func (*ManualGerritEventTriggerUsingPOSTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this manual gerrit event trigger using p o s t internal server error response has a 4xx status code

func (*ManualGerritEventTriggerUsingPOSTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this manual gerrit event trigger using p o s t internal server error response a status code equal to that given

func (*ManualGerritEventTriggerUsingPOSTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this manual gerrit event trigger using p o s t internal server error response has a 3xx status code

func (*ManualGerritEventTriggerUsingPOSTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this manual gerrit event trigger using p o s t internal server error response has a 5xx status code

func (*ManualGerritEventTriggerUsingPOSTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this manual gerrit event trigger using p o s t internal server error response has a 2xx status code

func (*ManualGerritEventTriggerUsingPOSTInternalServerError) String added in v0.5.0

type ManualGerritEventTriggerUsingPOSTNotFound added in v0.4.0

type ManualGerritEventTriggerUsingPOSTNotFound struct {
	Payload *models.Error
}

ManualGerritEventTriggerUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewManualGerritEventTriggerUsingPOSTNotFound added in v0.4.0

func NewManualGerritEventTriggerUsingPOSTNotFound() *ManualGerritEventTriggerUsingPOSTNotFound

NewManualGerritEventTriggerUsingPOSTNotFound creates a ManualGerritEventTriggerUsingPOSTNotFound with default headers values

func (*ManualGerritEventTriggerUsingPOSTNotFound) Error added in v0.4.0

func (*ManualGerritEventTriggerUsingPOSTNotFound) GetPayload added in v0.4.0

func (*ManualGerritEventTriggerUsingPOSTNotFound) IsClientError added in v0.5.0

IsClientError returns true when this manual gerrit event trigger using p o s t not found response has a 4xx status code

func (*ManualGerritEventTriggerUsingPOSTNotFound) IsCode added in v0.5.0

IsCode returns true when this manual gerrit event trigger using p o s t not found response a status code equal to that given

func (*ManualGerritEventTriggerUsingPOSTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this manual gerrit event trigger using p o s t not found response has a 3xx status code

func (*ManualGerritEventTriggerUsingPOSTNotFound) IsServerError added in v0.5.0

IsServerError returns true when this manual gerrit event trigger using p o s t not found response has a 5xx status code

func (*ManualGerritEventTriggerUsingPOSTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this manual gerrit event trigger using p o s t not found response has a 2xx status code

func (*ManualGerritEventTriggerUsingPOSTNotFound) String added in v0.5.0

type ManualGerritEventTriggerUsingPOSTOK added in v0.4.0

type ManualGerritEventTriggerUsingPOSTOK struct {
	Payload models.ManualTriggerResponse
}

ManualGerritEventTriggerUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with Manual trigger Gerrit event

func NewManualGerritEventTriggerUsingPOSTOK added in v0.4.0

func NewManualGerritEventTriggerUsingPOSTOK() *ManualGerritEventTriggerUsingPOSTOK

NewManualGerritEventTriggerUsingPOSTOK creates a ManualGerritEventTriggerUsingPOSTOK with default headers values

func (*ManualGerritEventTriggerUsingPOSTOK) Error added in v0.4.0

func (*ManualGerritEventTriggerUsingPOSTOK) GetPayload added in v0.4.0

func (*ManualGerritEventTriggerUsingPOSTOK) IsClientError added in v0.5.0

func (o *ManualGerritEventTriggerUsingPOSTOK) IsClientError() bool

IsClientError returns true when this manual gerrit event trigger using p o s t o k response has a 4xx status code

func (*ManualGerritEventTriggerUsingPOSTOK) IsCode added in v0.5.0

IsCode returns true when this manual gerrit event trigger using p o s t o k response a status code equal to that given

func (*ManualGerritEventTriggerUsingPOSTOK) IsRedirect added in v0.5.0

func (o *ManualGerritEventTriggerUsingPOSTOK) IsRedirect() bool

IsRedirect returns true when this manual gerrit event trigger using p o s t o k response has a 3xx status code

func (*ManualGerritEventTriggerUsingPOSTOK) IsServerError added in v0.5.0

func (o *ManualGerritEventTriggerUsingPOSTOK) IsServerError() bool

IsServerError returns true when this manual gerrit event trigger using p o s t o k response has a 5xx status code

func (*ManualGerritEventTriggerUsingPOSTOK) IsSuccess added in v0.5.0

IsSuccess returns true when this manual gerrit event trigger using p o s t o k response has a 2xx status code

func (*ManualGerritEventTriggerUsingPOSTOK) String added in v0.5.0

type ManualGerritEventTriggerUsingPOSTParams added in v0.4.0

type ManualGerritEventTriggerUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* GerritManualTrigger.

	   gerritManualTrigger
	*/
	GerritManualTrigger models.GerritManualTrigger

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

ManualGerritEventTriggerUsingPOSTParams contains all the parameters to send to the API endpoint

for the manual gerrit event trigger using p o s t operation.

Typically these are written to a http.Request.

func NewManualGerritEventTriggerUsingPOSTParams added in v0.4.0

func NewManualGerritEventTriggerUsingPOSTParams() *ManualGerritEventTriggerUsingPOSTParams

NewManualGerritEventTriggerUsingPOSTParams creates a new ManualGerritEventTriggerUsingPOSTParams 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 NewManualGerritEventTriggerUsingPOSTParamsWithContext added in v0.4.0

func NewManualGerritEventTriggerUsingPOSTParamsWithContext(ctx context.Context) *ManualGerritEventTriggerUsingPOSTParams

NewManualGerritEventTriggerUsingPOSTParamsWithContext creates a new ManualGerritEventTriggerUsingPOSTParams object with the ability to set a context for a request.

func NewManualGerritEventTriggerUsingPOSTParamsWithHTTPClient added in v0.4.0

func NewManualGerritEventTriggerUsingPOSTParamsWithHTTPClient(client *http.Client) *ManualGerritEventTriggerUsingPOSTParams

NewManualGerritEventTriggerUsingPOSTParamsWithHTTPClient creates a new ManualGerritEventTriggerUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewManualGerritEventTriggerUsingPOSTParamsWithTimeout added in v0.4.0

func NewManualGerritEventTriggerUsingPOSTParamsWithTimeout(timeout time.Duration) *ManualGerritEventTriggerUsingPOSTParams

NewManualGerritEventTriggerUsingPOSTParamsWithTimeout creates a new ManualGerritEventTriggerUsingPOSTParams object with the ability to set a timeout on a request.

func (*ManualGerritEventTriggerUsingPOSTParams) SetAPIVersion added in v0.4.0

func (o *ManualGerritEventTriggerUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the manual gerrit event trigger using p o s t params

func (*ManualGerritEventTriggerUsingPOSTParams) SetAuthorization added in v0.4.0

func (o *ManualGerritEventTriggerUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the manual gerrit event trigger using p o s t params

func (*ManualGerritEventTriggerUsingPOSTParams) SetContext added in v0.4.0

SetContext adds the context to the manual gerrit event trigger using p o s t params

func (*ManualGerritEventTriggerUsingPOSTParams) SetDefaults added in v0.4.0

func (o *ManualGerritEventTriggerUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the manual gerrit event trigger using p o s t params (not the query body).

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

func (*ManualGerritEventTriggerUsingPOSTParams) SetGerritManualTrigger added in v0.4.0

func (o *ManualGerritEventTriggerUsingPOSTParams) SetGerritManualTrigger(gerritManualTrigger models.GerritManualTrigger)

SetGerritManualTrigger adds the gerritManualTrigger to the manual gerrit event trigger using p o s t params

func (*ManualGerritEventTriggerUsingPOSTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the manual gerrit event trigger using p o s t params

func (*ManualGerritEventTriggerUsingPOSTParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the manual gerrit event trigger using p o s t params

func (*ManualGerritEventTriggerUsingPOSTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the manual gerrit event trigger using p o s t params

func (*ManualGerritEventTriggerUsingPOSTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the manual gerrit event trigger using p o s t params

func (*ManualGerritEventTriggerUsingPOSTParams) WithContext added in v0.4.0

WithContext adds the context to the manual gerrit event trigger using p o s t params

func (*ManualGerritEventTriggerUsingPOSTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the manual gerrit event trigger using p o s t params (not the query body).

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

func (*ManualGerritEventTriggerUsingPOSTParams) WithGerritManualTrigger added in v0.4.0

WithGerritManualTrigger adds the gerritManualTrigger to the manual gerrit event trigger using p o s t params

func (*ManualGerritEventTriggerUsingPOSTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the manual gerrit event trigger using p o s t params

func (*ManualGerritEventTriggerUsingPOSTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the manual gerrit event trigger using p o s t params

func (*ManualGerritEventTriggerUsingPOSTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type ManualGerritEventTriggerUsingPOSTReader added in v0.4.0

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

ManualGerritEventTriggerUsingPOSTReader is a Reader for the ManualGerritEventTriggerUsingPOST structure.

func (*ManualGerritEventTriggerUsingPOSTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type ManualGerritEventTriggerUsingPOSTUnauthorized added in v0.4.0

type ManualGerritEventTriggerUsingPOSTUnauthorized struct {
}

ManualGerritEventTriggerUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewManualGerritEventTriggerUsingPOSTUnauthorized added in v0.4.0

func NewManualGerritEventTriggerUsingPOSTUnauthorized() *ManualGerritEventTriggerUsingPOSTUnauthorized

NewManualGerritEventTriggerUsingPOSTUnauthorized creates a ManualGerritEventTriggerUsingPOSTUnauthorized with default headers values

func (*ManualGerritEventTriggerUsingPOSTUnauthorized) Error added in v0.4.0

func (*ManualGerritEventTriggerUsingPOSTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this manual gerrit event trigger using p o s t unauthorized response has a 4xx status code

func (*ManualGerritEventTriggerUsingPOSTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this manual gerrit event trigger using p o s t unauthorized response a status code equal to that given

func (*ManualGerritEventTriggerUsingPOSTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this manual gerrit event trigger using p o s t unauthorized response has a 3xx status code

func (*ManualGerritEventTriggerUsingPOSTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this manual gerrit event trigger using p o s t unauthorized response has a 5xx status code

func (*ManualGerritEventTriggerUsingPOSTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this manual gerrit event trigger using p o s t unauthorized response has a 2xx status code

func (*ManualGerritEventTriggerUsingPOSTUnauthorized) String added in v0.5.0

type PatchDockerRegistryWebhookByIDUsingPATCHForbidden added in v0.4.0

type PatchDockerRegistryWebhookByIDUsingPATCHForbidden struct {
}

PatchDockerRegistryWebhookByIDUsingPATCHForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPatchDockerRegistryWebhookByIDUsingPATCHForbidden added in v0.4.0

func NewPatchDockerRegistryWebhookByIDUsingPATCHForbidden() *PatchDockerRegistryWebhookByIDUsingPATCHForbidden

NewPatchDockerRegistryWebhookByIDUsingPATCHForbidden creates a PatchDockerRegistryWebhookByIDUsingPATCHForbidden with default headers values

func (*PatchDockerRegistryWebhookByIDUsingPATCHForbidden) Error added in v0.4.0

func (*PatchDockerRegistryWebhookByIDUsingPATCHForbidden) IsClientError added in v0.5.0

IsClientError returns true when this patch docker registry webhook by Id using p a t c h forbidden response has a 4xx status code

func (*PatchDockerRegistryWebhookByIDUsingPATCHForbidden) IsCode added in v0.5.0

IsCode returns true when this patch docker registry webhook by Id using p a t c h forbidden response a status code equal to that given

func (*PatchDockerRegistryWebhookByIDUsingPATCHForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this patch docker registry webhook by Id using p a t c h forbidden response has a 3xx status code

func (*PatchDockerRegistryWebhookByIDUsingPATCHForbidden) IsServerError added in v0.5.0

IsServerError returns true when this patch docker registry webhook by Id using p a t c h forbidden response has a 5xx status code

func (*PatchDockerRegistryWebhookByIDUsingPATCHForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this patch docker registry webhook by Id using p a t c h forbidden response has a 2xx status code

func (*PatchDockerRegistryWebhookByIDUsingPATCHForbidden) String added in v0.5.0

type PatchDockerRegistryWebhookByIDUsingPATCHInternalServerError added in v0.4.0

type PatchDockerRegistryWebhookByIDUsingPATCHInternalServerError struct {
}

PatchDockerRegistryWebhookByIDUsingPATCHInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewPatchDockerRegistryWebhookByIDUsingPATCHInternalServerError added in v0.4.0

func NewPatchDockerRegistryWebhookByIDUsingPATCHInternalServerError() *PatchDockerRegistryWebhookByIDUsingPATCHInternalServerError

NewPatchDockerRegistryWebhookByIDUsingPATCHInternalServerError creates a PatchDockerRegistryWebhookByIDUsingPATCHInternalServerError with default headers values

func (*PatchDockerRegistryWebhookByIDUsingPATCHInternalServerError) Error added in v0.4.0

func (*PatchDockerRegistryWebhookByIDUsingPATCHInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this patch docker registry webhook by Id using p a t c h internal server error response has a 4xx status code

func (*PatchDockerRegistryWebhookByIDUsingPATCHInternalServerError) IsCode added in v0.5.0

IsCode returns true when this patch docker registry webhook by Id using p a t c h internal server error response a status code equal to that given

func (*PatchDockerRegistryWebhookByIDUsingPATCHInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this patch docker registry webhook by Id using p a t c h internal server error response has a 3xx status code

func (*PatchDockerRegistryWebhookByIDUsingPATCHInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this patch docker registry webhook by Id using p a t c h internal server error response has a 5xx status code

func (*PatchDockerRegistryWebhookByIDUsingPATCHInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this patch docker registry webhook by Id using p a t c h internal server error response has a 2xx status code

func (*PatchDockerRegistryWebhookByIDUsingPATCHInternalServerError) String added in v0.5.0

type PatchDockerRegistryWebhookByIDUsingPATCHNotFound added in v0.4.0

type PatchDockerRegistryWebhookByIDUsingPATCHNotFound struct {
	Payload *models.Error
}

PatchDockerRegistryWebhookByIDUsingPATCHNotFound describes a response with status code 404, with default header values.

Not Found

func NewPatchDockerRegistryWebhookByIDUsingPATCHNotFound added in v0.4.0

func NewPatchDockerRegistryWebhookByIDUsingPATCHNotFound() *PatchDockerRegistryWebhookByIDUsingPATCHNotFound

NewPatchDockerRegistryWebhookByIDUsingPATCHNotFound creates a PatchDockerRegistryWebhookByIDUsingPATCHNotFound with default headers values

func (*PatchDockerRegistryWebhookByIDUsingPATCHNotFound) Error added in v0.4.0

func (*PatchDockerRegistryWebhookByIDUsingPATCHNotFound) GetPayload added in v0.4.0

func (*PatchDockerRegistryWebhookByIDUsingPATCHNotFound) IsClientError added in v0.5.0

IsClientError returns true when this patch docker registry webhook by Id using p a t c h not found response has a 4xx status code

func (*PatchDockerRegistryWebhookByIDUsingPATCHNotFound) IsCode added in v0.5.0

IsCode returns true when this patch docker registry webhook by Id using p a t c h not found response a status code equal to that given

func (*PatchDockerRegistryWebhookByIDUsingPATCHNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this patch docker registry webhook by Id using p a t c h not found response has a 3xx status code

func (*PatchDockerRegistryWebhookByIDUsingPATCHNotFound) IsServerError added in v0.5.0

IsServerError returns true when this patch docker registry webhook by Id using p a t c h not found response has a 5xx status code

func (*PatchDockerRegistryWebhookByIDUsingPATCHNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this patch docker registry webhook by Id using p a t c h not found response has a 2xx status code

func (*PatchDockerRegistryWebhookByIDUsingPATCHNotFound) String added in v0.5.0

type PatchDockerRegistryWebhookByIDUsingPATCHOK added in v0.4.0

type PatchDockerRegistryWebhookByIDUsingPATCHOK struct {
	Payload models.DockerRegistryWebHook
}

PatchDockerRegistryWebhookByIDUsingPATCHOK describes a response with status code 200, with default header values.

'Success' with Docker Registry Webhook patch

func NewPatchDockerRegistryWebhookByIDUsingPATCHOK added in v0.4.0

func NewPatchDockerRegistryWebhookByIDUsingPATCHOK() *PatchDockerRegistryWebhookByIDUsingPATCHOK

NewPatchDockerRegistryWebhookByIDUsingPATCHOK creates a PatchDockerRegistryWebhookByIDUsingPATCHOK with default headers values

func (*PatchDockerRegistryWebhookByIDUsingPATCHOK) Error added in v0.4.0

func (*PatchDockerRegistryWebhookByIDUsingPATCHOK) GetPayload added in v0.4.0

func (*PatchDockerRegistryWebhookByIDUsingPATCHOK) IsClientError added in v0.5.0

IsClientError returns true when this patch docker registry webhook by Id using p a t c h o k response has a 4xx status code

func (*PatchDockerRegistryWebhookByIDUsingPATCHOK) IsCode added in v0.5.0

IsCode returns true when this patch docker registry webhook by Id using p a t c h o k response a status code equal to that given

func (*PatchDockerRegistryWebhookByIDUsingPATCHOK) IsRedirect added in v0.5.0

IsRedirect returns true when this patch docker registry webhook by Id using p a t c h o k response has a 3xx status code

func (*PatchDockerRegistryWebhookByIDUsingPATCHOK) IsServerError added in v0.5.0

IsServerError returns true when this patch docker registry webhook by Id using p a t c h o k response has a 5xx status code

func (*PatchDockerRegistryWebhookByIDUsingPATCHOK) IsSuccess added in v0.5.0

IsSuccess returns true when this patch docker registry webhook by Id using p a t c h o k response has a 2xx status code

func (*PatchDockerRegistryWebhookByIDUsingPATCHOK) String added in v0.5.0

type PatchDockerRegistryWebhookByIDUsingPATCHParams added in v0.4.0

type PatchDockerRegistryWebhookByIDUsingPATCHParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* EnablePatch.

	   enablePatch
	*/
	EnablePatch models.WebhookEnablePatch

	/* ID.

	   id
	*/
	ID string

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

PatchDockerRegistryWebhookByIDUsingPATCHParams contains all the parameters to send to the API endpoint

for the patch docker registry webhook by Id using p a t c h operation.

Typically these are written to a http.Request.

func NewPatchDockerRegistryWebhookByIDUsingPATCHParams added in v0.4.0

func NewPatchDockerRegistryWebhookByIDUsingPATCHParams() *PatchDockerRegistryWebhookByIDUsingPATCHParams

NewPatchDockerRegistryWebhookByIDUsingPATCHParams creates a new PatchDockerRegistryWebhookByIDUsingPATCHParams 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 NewPatchDockerRegistryWebhookByIDUsingPATCHParamsWithContext added in v0.4.0

func NewPatchDockerRegistryWebhookByIDUsingPATCHParamsWithContext(ctx context.Context) *PatchDockerRegistryWebhookByIDUsingPATCHParams

NewPatchDockerRegistryWebhookByIDUsingPATCHParamsWithContext creates a new PatchDockerRegistryWebhookByIDUsingPATCHParams object with the ability to set a context for a request.

func NewPatchDockerRegistryWebhookByIDUsingPATCHParamsWithHTTPClient added in v0.4.0

func NewPatchDockerRegistryWebhookByIDUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchDockerRegistryWebhookByIDUsingPATCHParams

NewPatchDockerRegistryWebhookByIDUsingPATCHParamsWithHTTPClient creates a new PatchDockerRegistryWebhookByIDUsingPATCHParams object with the ability to set a custom HTTPClient for a request.

func NewPatchDockerRegistryWebhookByIDUsingPATCHParamsWithTimeout added in v0.4.0

func NewPatchDockerRegistryWebhookByIDUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchDockerRegistryWebhookByIDUsingPATCHParams

NewPatchDockerRegistryWebhookByIDUsingPATCHParamsWithTimeout creates a new PatchDockerRegistryWebhookByIDUsingPATCHParams object with the ability to set a timeout on a request.

func (*PatchDockerRegistryWebhookByIDUsingPATCHParams) SetAPIVersion added in v0.4.0

func (o *PatchDockerRegistryWebhookByIDUsingPATCHParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the patch docker registry webhook by Id using p a t c h params

func (*PatchDockerRegistryWebhookByIDUsingPATCHParams) SetAuthorization added in v0.4.0

func (o *PatchDockerRegistryWebhookByIDUsingPATCHParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the patch docker registry webhook by Id using p a t c h params

func (*PatchDockerRegistryWebhookByIDUsingPATCHParams) SetContext added in v0.4.0

SetContext adds the context to the patch docker registry webhook by Id using p a t c h params

func (*PatchDockerRegistryWebhookByIDUsingPATCHParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the patch docker registry webhook by Id using p a t c h params (not the query body).

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

func (*PatchDockerRegistryWebhookByIDUsingPATCHParams) SetEnablePatch added in v0.5.0

SetEnablePatch adds the enablePatch to the patch docker registry webhook by Id using p a t c h params

func (*PatchDockerRegistryWebhookByIDUsingPATCHParams) SetHTTPClient added in v0.4.0

SetHTTPClient adds the HTTPClient to the patch docker registry webhook by Id using p a t c h params

func (*PatchDockerRegistryWebhookByIDUsingPATCHParams) SetID added in v0.4.0

SetID adds the id to the patch docker registry webhook by Id using p a t c h params

func (*PatchDockerRegistryWebhookByIDUsingPATCHParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the patch docker registry webhook by Id using p a t c h params

func (*PatchDockerRegistryWebhookByIDUsingPATCHParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the patch docker registry webhook by Id using p a t c h params

func (*PatchDockerRegistryWebhookByIDUsingPATCHParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the patch docker registry webhook by Id using p a t c h params

func (*PatchDockerRegistryWebhookByIDUsingPATCHParams) WithContext added in v0.4.0

WithContext adds the context to the patch docker registry webhook by Id using p a t c h params

func (*PatchDockerRegistryWebhookByIDUsingPATCHParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the patch docker registry webhook by Id using p a t c h params (not the query body).

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

func (*PatchDockerRegistryWebhookByIDUsingPATCHParams) WithEnablePatch added in v0.5.0

WithEnablePatch adds the enablePatch to the patch docker registry webhook by Id using p a t c h params

func (*PatchDockerRegistryWebhookByIDUsingPATCHParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the patch docker registry webhook by Id using p a t c h params

func (*PatchDockerRegistryWebhookByIDUsingPATCHParams) WithID added in v0.4.0

WithID adds the id to the patch docker registry webhook by Id using p a t c h params

func (*PatchDockerRegistryWebhookByIDUsingPATCHParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the patch docker registry webhook by Id using p a t c h params

func (*PatchDockerRegistryWebhookByIDUsingPATCHParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type PatchDockerRegistryWebhookByIDUsingPATCHReader added in v0.4.0

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

PatchDockerRegistryWebhookByIDUsingPATCHReader is a Reader for the PatchDockerRegistryWebhookByIDUsingPATCH structure.

func (*PatchDockerRegistryWebhookByIDUsingPATCHReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type PatchDockerRegistryWebhookByIDUsingPATCHUnauthorized added in v0.4.0

type PatchDockerRegistryWebhookByIDUsingPATCHUnauthorized struct {
}

PatchDockerRegistryWebhookByIDUsingPATCHUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewPatchDockerRegistryWebhookByIDUsingPATCHUnauthorized added in v0.4.0

func NewPatchDockerRegistryWebhookByIDUsingPATCHUnauthorized() *PatchDockerRegistryWebhookByIDUsingPATCHUnauthorized

NewPatchDockerRegistryWebhookByIDUsingPATCHUnauthorized creates a PatchDockerRegistryWebhookByIDUsingPATCHUnauthorized with default headers values

func (*PatchDockerRegistryWebhookByIDUsingPATCHUnauthorized) Error added in v0.4.0

func (*PatchDockerRegistryWebhookByIDUsingPATCHUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this patch docker registry webhook by Id using p a t c h unauthorized response has a 4xx status code

func (*PatchDockerRegistryWebhookByIDUsingPATCHUnauthorized) IsCode added in v0.5.0

IsCode returns true when this patch docker registry webhook by Id using p a t c h unauthorized response a status code equal to that given

func (*PatchDockerRegistryWebhookByIDUsingPATCHUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this patch docker registry webhook by Id using p a t c h unauthorized response has a 3xx status code

func (*PatchDockerRegistryWebhookByIDUsingPATCHUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this patch docker registry webhook by Id using p a t c h unauthorized response has a 5xx status code

func (*PatchDockerRegistryWebhookByIDUsingPATCHUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this patch docker registry webhook by Id using p a t c h unauthorized response has a 2xx status code

func (*PatchDockerRegistryWebhookByIDUsingPATCHUnauthorized) String added in v0.5.0

type PatchDockerRegistryWebhookByNameUsingPATCHForbidden added in v0.4.0

type PatchDockerRegistryWebhookByNameUsingPATCHForbidden struct {
}

PatchDockerRegistryWebhookByNameUsingPATCHForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPatchDockerRegistryWebhookByNameUsingPATCHForbidden added in v0.4.0

func NewPatchDockerRegistryWebhookByNameUsingPATCHForbidden() *PatchDockerRegistryWebhookByNameUsingPATCHForbidden

NewPatchDockerRegistryWebhookByNameUsingPATCHForbidden creates a PatchDockerRegistryWebhookByNameUsingPATCHForbidden with default headers values

func (*PatchDockerRegistryWebhookByNameUsingPATCHForbidden) Error added in v0.4.0

func (*PatchDockerRegistryWebhookByNameUsingPATCHForbidden) IsClientError added in v0.5.0

IsClientError returns true when this patch docker registry webhook by name using p a t c h forbidden response has a 4xx status code

func (*PatchDockerRegistryWebhookByNameUsingPATCHForbidden) IsCode added in v0.5.0

IsCode returns true when this patch docker registry webhook by name using p a t c h forbidden response a status code equal to that given

func (*PatchDockerRegistryWebhookByNameUsingPATCHForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this patch docker registry webhook by name using p a t c h forbidden response has a 3xx status code

func (*PatchDockerRegistryWebhookByNameUsingPATCHForbidden) IsServerError added in v0.5.0

IsServerError returns true when this patch docker registry webhook by name using p a t c h forbidden response has a 5xx status code

func (*PatchDockerRegistryWebhookByNameUsingPATCHForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this patch docker registry webhook by name using p a t c h forbidden response has a 2xx status code

func (*PatchDockerRegistryWebhookByNameUsingPATCHForbidden) String added in v0.5.0

type PatchDockerRegistryWebhookByNameUsingPATCHInternalServerError added in v0.4.0

type PatchDockerRegistryWebhookByNameUsingPATCHInternalServerError struct {
}

PatchDockerRegistryWebhookByNameUsingPATCHInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewPatchDockerRegistryWebhookByNameUsingPATCHInternalServerError added in v0.4.0

func NewPatchDockerRegistryWebhookByNameUsingPATCHInternalServerError() *PatchDockerRegistryWebhookByNameUsingPATCHInternalServerError

NewPatchDockerRegistryWebhookByNameUsingPATCHInternalServerError creates a PatchDockerRegistryWebhookByNameUsingPATCHInternalServerError with default headers values

func (*PatchDockerRegistryWebhookByNameUsingPATCHInternalServerError) Error added in v0.4.0

func (*PatchDockerRegistryWebhookByNameUsingPATCHInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this patch docker registry webhook by name using p a t c h internal server error response has a 4xx status code

func (*PatchDockerRegistryWebhookByNameUsingPATCHInternalServerError) IsCode added in v0.5.0

IsCode returns true when this patch docker registry webhook by name using p a t c h internal server error response a status code equal to that given

func (*PatchDockerRegistryWebhookByNameUsingPATCHInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this patch docker registry webhook by name using p a t c h internal server error response has a 3xx status code

func (*PatchDockerRegistryWebhookByNameUsingPATCHInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this patch docker registry webhook by name using p a t c h internal server error response has a 5xx status code

func (*PatchDockerRegistryWebhookByNameUsingPATCHInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this patch docker registry webhook by name using p a t c h internal server error response has a 2xx status code

func (*PatchDockerRegistryWebhookByNameUsingPATCHInternalServerError) String added in v0.5.0

type PatchDockerRegistryWebhookByNameUsingPATCHNotFound added in v0.4.0

type PatchDockerRegistryWebhookByNameUsingPATCHNotFound struct {
	Payload *models.Error
}

PatchDockerRegistryWebhookByNameUsingPATCHNotFound describes a response with status code 404, with default header values.

Not Found

func NewPatchDockerRegistryWebhookByNameUsingPATCHNotFound added in v0.4.0

func NewPatchDockerRegistryWebhookByNameUsingPATCHNotFound() *PatchDockerRegistryWebhookByNameUsingPATCHNotFound

NewPatchDockerRegistryWebhookByNameUsingPATCHNotFound creates a PatchDockerRegistryWebhookByNameUsingPATCHNotFound with default headers values

func (*PatchDockerRegistryWebhookByNameUsingPATCHNotFound) Error added in v0.4.0

func (*PatchDockerRegistryWebhookByNameUsingPATCHNotFound) GetPayload added in v0.4.0

func (*PatchDockerRegistryWebhookByNameUsingPATCHNotFound) IsClientError added in v0.5.0

IsClientError returns true when this patch docker registry webhook by name using p a t c h not found response has a 4xx status code

func (*PatchDockerRegistryWebhookByNameUsingPATCHNotFound) IsCode added in v0.5.0

IsCode returns true when this patch docker registry webhook by name using p a t c h not found response a status code equal to that given

func (*PatchDockerRegistryWebhookByNameUsingPATCHNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this patch docker registry webhook by name using p a t c h not found response has a 3xx status code

func (*PatchDockerRegistryWebhookByNameUsingPATCHNotFound) IsServerError added in v0.5.0

IsServerError returns true when this patch docker registry webhook by name using p a t c h not found response has a 5xx status code

func (*PatchDockerRegistryWebhookByNameUsingPATCHNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this patch docker registry webhook by name using p a t c h not found response has a 2xx status code

func (*PatchDockerRegistryWebhookByNameUsingPATCHNotFound) String added in v0.5.0

type PatchDockerRegistryWebhookByNameUsingPATCHOK added in v0.4.0

type PatchDockerRegistryWebhookByNameUsingPATCHOK struct {
	Payload models.DockerRegistryWebHook
}

PatchDockerRegistryWebhookByNameUsingPATCHOK describes a response with status code 200, with default header values.

'Success' with Docker Registry Webhook patch

func NewPatchDockerRegistryWebhookByNameUsingPATCHOK added in v0.4.0

func NewPatchDockerRegistryWebhookByNameUsingPATCHOK() *PatchDockerRegistryWebhookByNameUsingPATCHOK

NewPatchDockerRegistryWebhookByNameUsingPATCHOK creates a PatchDockerRegistryWebhookByNameUsingPATCHOK with default headers values

func (*PatchDockerRegistryWebhookByNameUsingPATCHOK) Error added in v0.4.0

func (*PatchDockerRegistryWebhookByNameUsingPATCHOK) GetPayload added in v0.4.0

func (*PatchDockerRegistryWebhookByNameUsingPATCHOK) IsClientError added in v0.5.0

IsClientError returns true when this patch docker registry webhook by name using p a t c h o k response has a 4xx status code

func (*PatchDockerRegistryWebhookByNameUsingPATCHOK) IsCode added in v0.5.0

IsCode returns true when this patch docker registry webhook by name using p a t c h o k response a status code equal to that given

func (*PatchDockerRegistryWebhookByNameUsingPATCHOK) IsRedirect added in v0.5.0

IsRedirect returns true when this patch docker registry webhook by name using p a t c h o k response has a 3xx status code

func (*PatchDockerRegistryWebhookByNameUsingPATCHOK) IsServerError added in v0.5.0

IsServerError returns true when this patch docker registry webhook by name using p a t c h o k response has a 5xx status code

func (*PatchDockerRegistryWebhookByNameUsingPATCHOK) IsSuccess added in v0.5.0

IsSuccess returns true when this patch docker registry webhook by name using p a t c h o k response has a 2xx status code

func (*PatchDockerRegistryWebhookByNameUsingPATCHOK) String added in v0.5.0

type PatchDockerRegistryWebhookByNameUsingPATCHParams added in v0.4.0

type PatchDockerRegistryWebhookByNameUsingPATCHParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* EnablePatch.

	   enablePatch
	*/
	EnablePatch models.WebhookEnablePatch

	/* Name.

	   name
	*/
	Name string

	/* Project.

	   project
	*/
	Project string

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

PatchDockerRegistryWebhookByNameUsingPATCHParams contains all the parameters to send to the API endpoint

for the patch docker registry webhook by name using p a t c h operation.

Typically these are written to a http.Request.

func NewPatchDockerRegistryWebhookByNameUsingPATCHParams added in v0.4.0

func NewPatchDockerRegistryWebhookByNameUsingPATCHParams() *PatchDockerRegistryWebhookByNameUsingPATCHParams

NewPatchDockerRegistryWebhookByNameUsingPATCHParams creates a new PatchDockerRegistryWebhookByNameUsingPATCHParams 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 NewPatchDockerRegistryWebhookByNameUsingPATCHParamsWithContext added in v0.4.0

func NewPatchDockerRegistryWebhookByNameUsingPATCHParamsWithContext(ctx context.Context) *PatchDockerRegistryWebhookByNameUsingPATCHParams

NewPatchDockerRegistryWebhookByNameUsingPATCHParamsWithContext creates a new PatchDockerRegistryWebhookByNameUsingPATCHParams object with the ability to set a context for a request.

func NewPatchDockerRegistryWebhookByNameUsingPATCHParamsWithHTTPClient added in v0.4.0

func NewPatchDockerRegistryWebhookByNameUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchDockerRegistryWebhookByNameUsingPATCHParams

NewPatchDockerRegistryWebhookByNameUsingPATCHParamsWithHTTPClient creates a new PatchDockerRegistryWebhookByNameUsingPATCHParams object with the ability to set a custom HTTPClient for a request.

func NewPatchDockerRegistryWebhookByNameUsingPATCHParamsWithTimeout added in v0.4.0

func NewPatchDockerRegistryWebhookByNameUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchDockerRegistryWebhookByNameUsingPATCHParams

NewPatchDockerRegistryWebhookByNameUsingPATCHParamsWithTimeout creates a new PatchDockerRegistryWebhookByNameUsingPATCHParams object with the ability to set a timeout on a request.

func (*PatchDockerRegistryWebhookByNameUsingPATCHParams) SetAPIVersion added in v0.4.0

func (o *PatchDockerRegistryWebhookByNameUsingPATCHParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the patch docker registry webhook by name using p a t c h params

func (*PatchDockerRegistryWebhookByNameUsingPATCHParams) SetAuthorization added in v0.4.0

func (o *PatchDockerRegistryWebhookByNameUsingPATCHParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the patch docker registry webhook by name using p a t c h params

func (*PatchDockerRegistryWebhookByNameUsingPATCHParams) SetContext added in v0.4.0

SetContext adds the context to the patch docker registry webhook by name using p a t c h params

func (*PatchDockerRegistryWebhookByNameUsingPATCHParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the patch docker registry webhook by name using p a t c h params (not the query body).

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

func (*PatchDockerRegistryWebhookByNameUsingPATCHParams) SetEnablePatch added in v0.5.0

SetEnablePatch adds the enablePatch to the patch docker registry webhook by name using p a t c h params

func (*PatchDockerRegistryWebhookByNameUsingPATCHParams) SetHTTPClient added in v0.4.0

SetHTTPClient adds the HTTPClient to the patch docker registry webhook by name using p a t c h params

func (*PatchDockerRegistryWebhookByNameUsingPATCHParams) SetName added in v0.4.0

SetName adds the name to the patch docker registry webhook by name using p a t c h params

func (*PatchDockerRegistryWebhookByNameUsingPATCHParams) SetProject added in v0.4.0

SetProject adds the project to the patch docker registry webhook by name using p a t c h params

func (*PatchDockerRegistryWebhookByNameUsingPATCHParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the patch docker registry webhook by name using p a t c h params

func (*PatchDockerRegistryWebhookByNameUsingPATCHParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the patch docker registry webhook by name using p a t c h params

func (*PatchDockerRegistryWebhookByNameUsingPATCHParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the patch docker registry webhook by name using p a t c h params

func (*PatchDockerRegistryWebhookByNameUsingPATCHParams) WithContext added in v0.4.0

WithContext adds the context to the patch docker registry webhook by name using p a t c h params

func (*PatchDockerRegistryWebhookByNameUsingPATCHParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the patch docker registry webhook by name using p a t c h params (not the query body).

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

func (*PatchDockerRegistryWebhookByNameUsingPATCHParams) WithEnablePatch added in v0.5.0

WithEnablePatch adds the enablePatch to the patch docker registry webhook by name using p a t c h params

func (*PatchDockerRegistryWebhookByNameUsingPATCHParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the patch docker registry webhook by name using p a t c h params

func (*PatchDockerRegistryWebhookByNameUsingPATCHParams) WithName added in v0.4.0

WithName adds the name to the patch docker registry webhook by name using p a t c h params

func (*PatchDockerRegistryWebhookByNameUsingPATCHParams) WithProject added in v0.4.0

WithProject adds the project to the patch docker registry webhook by name using p a t c h params

func (*PatchDockerRegistryWebhookByNameUsingPATCHParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the patch docker registry webhook by name using p a t c h params

func (*PatchDockerRegistryWebhookByNameUsingPATCHParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type PatchDockerRegistryWebhookByNameUsingPATCHReader added in v0.4.0

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

PatchDockerRegistryWebhookByNameUsingPATCHReader is a Reader for the PatchDockerRegistryWebhookByNameUsingPATCH structure.

func (*PatchDockerRegistryWebhookByNameUsingPATCHReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type PatchDockerRegistryWebhookByNameUsingPATCHUnauthorized added in v0.4.0

type PatchDockerRegistryWebhookByNameUsingPATCHUnauthorized struct {
}

PatchDockerRegistryWebhookByNameUsingPATCHUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewPatchDockerRegistryWebhookByNameUsingPATCHUnauthorized added in v0.4.0

func NewPatchDockerRegistryWebhookByNameUsingPATCHUnauthorized() *PatchDockerRegistryWebhookByNameUsingPATCHUnauthorized

NewPatchDockerRegistryWebhookByNameUsingPATCHUnauthorized creates a PatchDockerRegistryWebhookByNameUsingPATCHUnauthorized with default headers values

func (*PatchDockerRegistryWebhookByNameUsingPATCHUnauthorized) Error added in v0.4.0

func (*PatchDockerRegistryWebhookByNameUsingPATCHUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this patch docker registry webhook by name using p a t c h unauthorized response has a 4xx status code

func (*PatchDockerRegistryWebhookByNameUsingPATCHUnauthorized) IsCode added in v0.5.0

IsCode returns true when this patch docker registry webhook by name using p a t c h unauthorized response a status code equal to that given

func (*PatchDockerRegistryWebhookByNameUsingPATCHUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this patch docker registry webhook by name using p a t c h unauthorized response has a 3xx status code

func (*PatchDockerRegistryWebhookByNameUsingPATCHUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this patch docker registry webhook by name using p a t c h unauthorized response has a 5xx status code

func (*PatchDockerRegistryWebhookByNameUsingPATCHUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this patch docker registry webhook by name using p a t c h unauthorized response has a 2xx status code

func (*PatchDockerRegistryWebhookByNameUsingPATCHUnauthorized) String added in v0.5.0

type PatchGerritListenerByIDUsingPATCHForbidden added in v0.4.0

type PatchGerritListenerByIDUsingPATCHForbidden struct {
}

PatchGerritListenerByIDUsingPATCHForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPatchGerritListenerByIDUsingPATCHForbidden added in v0.4.0

func NewPatchGerritListenerByIDUsingPATCHForbidden() *PatchGerritListenerByIDUsingPATCHForbidden

NewPatchGerritListenerByIDUsingPATCHForbidden creates a PatchGerritListenerByIDUsingPATCHForbidden with default headers values

func (*PatchGerritListenerByIDUsingPATCHForbidden) Error added in v0.4.0

func (*PatchGerritListenerByIDUsingPATCHForbidden) IsClientError added in v0.5.0

IsClientError returns true when this patch gerrit listener by Id using p a t c h forbidden response has a 4xx status code

func (*PatchGerritListenerByIDUsingPATCHForbidden) IsCode added in v0.5.0

IsCode returns true when this patch gerrit listener by Id using p a t c h forbidden response a status code equal to that given

func (*PatchGerritListenerByIDUsingPATCHForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this patch gerrit listener by Id using p a t c h forbidden response has a 3xx status code

func (*PatchGerritListenerByIDUsingPATCHForbidden) IsServerError added in v0.5.0

IsServerError returns true when this patch gerrit listener by Id using p a t c h forbidden response has a 5xx status code

func (*PatchGerritListenerByIDUsingPATCHForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this patch gerrit listener by Id using p a t c h forbidden response has a 2xx status code

func (*PatchGerritListenerByIDUsingPATCHForbidden) String added in v0.5.0

type PatchGerritListenerByIDUsingPATCHInternalServerError added in v0.4.0

type PatchGerritListenerByIDUsingPATCHInternalServerError struct {
}

PatchGerritListenerByIDUsingPATCHInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewPatchGerritListenerByIDUsingPATCHInternalServerError added in v0.4.0

func NewPatchGerritListenerByIDUsingPATCHInternalServerError() *PatchGerritListenerByIDUsingPATCHInternalServerError

NewPatchGerritListenerByIDUsingPATCHInternalServerError creates a PatchGerritListenerByIDUsingPATCHInternalServerError with default headers values

func (*PatchGerritListenerByIDUsingPATCHInternalServerError) Error added in v0.4.0

func (*PatchGerritListenerByIDUsingPATCHInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this patch gerrit listener by Id using p a t c h internal server error response has a 4xx status code

func (*PatchGerritListenerByIDUsingPATCHInternalServerError) IsCode added in v0.5.0

IsCode returns true when this patch gerrit listener by Id using p a t c h internal server error response a status code equal to that given

func (*PatchGerritListenerByIDUsingPATCHInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this patch gerrit listener by Id using p a t c h internal server error response has a 3xx status code

func (*PatchGerritListenerByIDUsingPATCHInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this patch gerrit listener by Id using p a t c h internal server error response has a 5xx status code

func (*PatchGerritListenerByIDUsingPATCHInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this patch gerrit listener by Id using p a t c h internal server error response has a 2xx status code

func (*PatchGerritListenerByIDUsingPATCHInternalServerError) String added in v0.5.0

type PatchGerritListenerByIDUsingPATCHNotFound added in v0.4.0

type PatchGerritListenerByIDUsingPATCHNotFound struct {
	Payload *models.Error
}

PatchGerritListenerByIDUsingPATCHNotFound describes a response with status code 404, with default header values.

Not Found

func NewPatchGerritListenerByIDUsingPATCHNotFound added in v0.4.0

func NewPatchGerritListenerByIDUsingPATCHNotFound() *PatchGerritListenerByIDUsingPATCHNotFound

NewPatchGerritListenerByIDUsingPATCHNotFound creates a PatchGerritListenerByIDUsingPATCHNotFound with default headers values

func (*PatchGerritListenerByIDUsingPATCHNotFound) Error added in v0.4.0

func (*PatchGerritListenerByIDUsingPATCHNotFound) GetPayload added in v0.4.0

func (*PatchGerritListenerByIDUsingPATCHNotFound) IsClientError added in v0.5.0

IsClientError returns true when this patch gerrit listener by Id using p a t c h not found response has a 4xx status code

func (*PatchGerritListenerByIDUsingPATCHNotFound) IsCode added in v0.5.0

IsCode returns true when this patch gerrit listener by Id using p a t c h not found response a status code equal to that given

func (*PatchGerritListenerByIDUsingPATCHNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this patch gerrit listener by Id using p a t c h not found response has a 3xx status code

func (*PatchGerritListenerByIDUsingPATCHNotFound) IsServerError added in v0.5.0

IsServerError returns true when this patch gerrit listener by Id using p a t c h not found response has a 5xx status code

func (*PatchGerritListenerByIDUsingPATCHNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this patch gerrit listener by Id using p a t c h not found response has a 2xx status code

func (*PatchGerritListenerByIDUsingPATCHNotFound) String added in v0.5.0

type PatchGerritListenerByIDUsingPATCHOK added in v0.4.0

type PatchGerritListenerByIDUsingPATCHOK struct {
	Payload models.GerritListener
}

PatchGerritListenerByIDUsingPATCHOK describes a response with status code 200, with default header values.

'Success' with Gerrit Listener patch

func NewPatchGerritListenerByIDUsingPATCHOK added in v0.4.0

func NewPatchGerritListenerByIDUsingPATCHOK() *PatchGerritListenerByIDUsingPATCHOK

NewPatchGerritListenerByIDUsingPATCHOK creates a PatchGerritListenerByIDUsingPATCHOK with default headers values

func (*PatchGerritListenerByIDUsingPATCHOK) Error added in v0.4.0

func (*PatchGerritListenerByIDUsingPATCHOK) GetPayload added in v0.4.0

func (*PatchGerritListenerByIDUsingPATCHOK) IsClientError added in v0.5.0

func (o *PatchGerritListenerByIDUsingPATCHOK) IsClientError() bool

IsClientError returns true when this patch gerrit listener by Id using p a t c h o k response has a 4xx status code

func (*PatchGerritListenerByIDUsingPATCHOK) IsCode added in v0.5.0

IsCode returns true when this patch gerrit listener by Id using p a t c h o k response a status code equal to that given

func (*PatchGerritListenerByIDUsingPATCHOK) IsRedirect added in v0.5.0

func (o *PatchGerritListenerByIDUsingPATCHOK) IsRedirect() bool

IsRedirect returns true when this patch gerrit listener by Id using p a t c h o k response has a 3xx status code

func (*PatchGerritListenerByIDUsingPATCHOK) IsServerError added in v0.5.0

func (o *PatchGerritListenerByIDUsingPATCHOK) IsServerError() bool

IsServerError returns true when this patch gerrit listener by Id using p a t c h o k response has a 5xx status code

func (*PatchGerritListenerByIDUsingPATCHOK) IsSuccess added in v0.5.0

IsSuccess returns true when this patch gerrit listener by Id using p a t c h o k response has a 2xx status code

func (*PatchGerritListenerByIDUsingPATCHOK) String added in v0.5.0

type PatchGerritListenerByIDUsingPATCHParams added in v0.4.0

type PatchGerritListenerByIDUsingPATCHParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* GerritListenerPatch.

	   gerritListenerPatch
	*/
	GerritListenerPatch models.GerritListenerPatch

	/* ID.

	   id
	*/
	ID string

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

PatchGerritListenerByIDUsingPATCHParams contains all the parameters to send to the API endpoint

for the patch gerrit listener by Id using p a t c h operation.

Typically these are written to a http.Request.

func NewPatchGerritListenerByIDUsingPATCHParams added in v0.4.0

func NewPatchGerritListenerByIDUsingPATCHParams() *PatchGerritListenerByIDUsingPATCHParams

NewPatchGerritListenerByIDUsingPATCHParams creates a new PatchGerritListenerByIDUsingPATCHParams 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 NewPatchGerritListenerByIDUsingPATCHParamsWithContext added in v0.4.0

func NewPatchGerritListenerByIDUsingPATCHParamsWithContext(ctx context.Context) *PatchGerritListenerByIDUsingPATCHParams

NewPatchGerritListenerByIDUsingPATCHParamsWithContext creates a new PatchGerritListenerByIDUsingPATCHParams object with the ability to set a context for a request.

func NewPatchGerritListenerByIDUsingPATCHParamsWithHTTPClient added in v0.4.0

func NewPatchGerritListenerByIDUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchGerritListenerByIDUsingPATCHParams

NewPatchGerritListenerByIDUsingPATCHParamsWithHTTPClient creates a new PatchGerritListenerByIDUsingPATCHParams object with the ability to set a custom HTTPClient for a request.

func NewPatchGerritListenerByIDUsingPATCHParamsWithTimeout added in v0.4.0

func NewPatchGerritListenerByIDUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchGerritListenerByIDUsingPATCHParams

NewPatchGerritListenerByIDUsingPATCHParamsWithTimeout creates a new PatchGerritListenerByIDUsingPATCHParams object with the ability to set a timeout on a request.

func (*PatchGerritListenerByIDUsingPATCHParams) SetAPIVersion added in v0.4.0

func (o *PatchGerritListenerByIDUsingPATCHParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the patch gerrit listener by Id using p a t c h params

func (*PatchGerritListenerByIDUsingPATCHParams) SetAuthorization added in v0.4.0

func (o *PatchGerritListenerByIDUsingPATCHParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the patch gerrit listener by Id using p a t c h params

func (*PatchGerritListenerByIDUsingPATCHParams) SetContext added in v0.4.0

SetContext adds the context to the patch gerrit listener by Id using p a t c h params

func (*PatchGerritListenerByIDUsingPATCHParams) SetDefaults added in v0.4.0

func (o *PatchGerritListenerByIDUsingPATCHParams) SetDefaults()

SetDefaults hydrates default values in the patch gerrit listener by Id using p a t c h params (not the query body).

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

func (*PatchGerritListenerByIDUsingPATCHParams) SetGerritListenerPatch added in v0.4.0

func (o *PatchGerritListenerByIDUsingPATCHParams) SetGerritListenerPatch(gerritListenerPatch models.GerritListenerPatch)

SetGerritListenerPatch adds the gerritListenerPatch to the patch gerrit listener by Id using p a t c h params

func (*PatchGerritListenerByIDUsingPATCHParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the patch gerrit listener by Id using p a t c h params

func (*PatchGerritListenerByIDUsingPATCHParams) SetID added in v0.4.0

SetID adds the id to the patch gerrit listener by Id using p a t c h params

func (*PatchGerritListenerByIDUsingPATCHParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the patch gerrit listener by Id using p a t c h params

func (*PatchGerritListenerByIDUsingPATCHParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the patch gerrit listener by Id using p a t c h params

func (*PatchGerritListenerByIDUsingPATCHParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the patch gerrit listener by Id using p a t c h params

func (*PatchGerritListenerByIDUsingPATCHParams) WithContext added in v0.4.0

WithContext adds the context to the patch gerrit listener by Id using p a t c h params

func (*PatchGerritListenerByIDUsingPATCHParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the patch gerrit listener by Id using p a t c h params (not the query body).

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

func (*PatchGerritListenerByIDUsingPATCHParams) WithGerritListenerPatch added in v0.4.0

WithGerritListenerPatch adds the gerritListenerPatch to the patch gerrit listener by Id using p a t c h params

func (*PatchGerritListenerByIDUsingPATCHParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the patch gerrit listener by Id using p a t c h params

func (*PatchGerritListenerByIDUsingPATCHParams) WithID added in v0.4.0

WithID adds the id to the patch gerrit listener by Id using p a t c h params

func (*PatchGerritListenerByIDUsingPATCHParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the patch gerrit listener by Id using p a t c h params

func (*PatchGerritListenerByIDUsingPATCHParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type PatchGerritListenerByIDUsingPATCHReader added in v0.4.0

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

PatchGerritListenerByIDUsingPATCHReader is a Reader for the PatchGerritListenerByIDUsingPATCH structure.

func (*PatchGerritListenerByIDUsingPATCHReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type PatchGerritListenerByIDUsingPATCHUnauthorized added in v0.4.0

type PatchGerritListenerByIDUsingPATCHUnauthorized struct {
}

PatchGerritListenerByIDUsingPATCHUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewPatchGerritListenerByIDUsingPATCHUnauthorized added in v0.4.0

func NewPatchGerritListenerByIDUsingPATCHUnauthorized() *PatchGerritListenerByIDUsingPATCHUnauthorized

NewPatchGerritListenerByIDUsingPATCHUnauthorized creates a PatchGerritListenerByIDUsingPATCHUnauthorized with default headers values

func (*PatchGerritListenerByIDUsingPATCHUnauthorized) Error added in v0.4.0

func (*PatchGerritListenerByIDUsingPATCHUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this patch gerrit listener by Id using p a t c h unauthorized response has a 4xx status code

func (*PatchGerritListenerByIDUsingPATCHUnauthorized) IsCode added in v0.5.0

IsCode returns true when this patch gerrit listener by Id using p a t c h unauthorized response a status code equal to that given

func (*PatchGerritListenerByIDUsingPATCHUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this patch gerrit listener by Id using p a t c h unauthorized response has a 3xx status code

func (*PatchGerritListenerByIDUsingPATCHUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this patch gerrit listener by Id using p a t c h unauthorized response has a 5xx status code

func (*PatchGerritListenerByIDUsingPATCHUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this patch gerrit listener by Id using p a t c h unauthorized response has a 2xx status code

func (*PatchGerritListenerByIDUsingPATCHUnauthorized) String added in v0.5.0

type PatchGerritListenerByNameUsingPATCHForbidden added in v0.4.0

type PatchGerritListenerByNameUsingPATCHForbidden struct {
}

PatchGerritListenerByNameUsingPATCHForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPatchGerritListenerByNameUsingPATCHForbidden added in v0.4.0

func NewPatchGerritListenerByNameUsingPATCHForbidden() *PatchGerritListenerByNameUsingPATCHForbidden

NewPatchGerritListenerByNameUsingPATCHForbidden creates a PatchGerritListenerByNameUsingPATCHForbidden with default headers values

func (*PatchGerritListenerByNameUsingPATCHForbidden) Error added in v0.4.0

func (*PatchGerritListenerByNameUsingPATCHForbidden) IsClientError added in v0.5.0

IsClientError returns true when this patch gerrit listener by name using p a t c h forbidden response has a 4xx status code

func (*PatchGerritListenerByNameUsingPATCHForbidden) IsCode added in v0.5.0

IsCode returns true when this patch gerrit listener by name using p a t c h forbidden response a status code equal to that given

func (*PatchGerritListenerByNameUsingPATCHForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this patch gerrit listener by name using p a t c h forbidden response has a 3xx status code

func (*PatchGerritListenerByNameUsingPATCHForbidden) IsServerError added in v0.5.0

IsServerError returns true when this patch gerrit listener by name using p a t c h forbidden response has a 5xx status code

func (*PatchGerritListenerByNameUsingPATCHForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this patch gerrit listener by name using p a t c h forbidden response has a 2xx status code

func (*PatchGerritListenerByNameUsingPATCHForbidden) String added in v0.5.0

type PatchGerritListenerByNameUsingPATCHInternalServerError added in v0.4.0

type PatchGerritListenerByNameUsingPATCHInternalServerError struct {
}

PatchGerritListenerByNameUsingPATCHInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewPatchGerritListenerByNameUsingPATCHInternalServerError added in v0.4.0

func NewPatchGerritListenerByNameUsingPATCHInternalServerError() *PatchGerritListenerByNameUsingPATCHInternalServerError

NewPatchGerritListenerByNameUsingPATCHInternalServerError creates a PatchGerritListenerByNameUsingPATCHInternalServerError with default headers values

func (*PatchGerritListenerByNameUsingPATCHInternalServerError) Error added in v0.4.0

func (*PatchGerritListenerByNameUsingPATCHInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this patch gerrit listener by name using p a t c h internal server error response has a 4xx status code

func (*PatchGerritListenerByNameUsingPATCHInternalServerError) IsCode added in v0.5.0

IsCode returns true when this patch gerrit listener by name using p a t c h internal server error response a status code equal to that given

func (*PatchGerritListenerByNameUsingPATCHInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this patch gerrit listener by name using p a t c h internal server error response has a 3xx status code

func (*PatchGerritListenerByNameUsingPATCHInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this patch gerrit listener by name using p a t c h internal server error response has a 5xx status code

func (*PatchGerritListenerByNameUsingPATCHInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this patch gerrit listener by name using p a t c h internal server error response has a 2xx status code

func (*PatchGerritListenerByNameUsingPATCHInternalServerError) String added in v0.5.0

type PatchGerritListenerByNameUsingPATCHNotFound added in v0.4.0

type PatchGerritListenerByNameUsingPATCHNotFound struct {
	Payload *models.Error
}

PatchGerritListenerByNameUsingPATCHNotFound describes a response with status code 404, with default header values.

Not Found

func NewPatchGerritListenerByNameUsingPATCHNotFound added in v0.4.0

func NewPatchGerritListenerByNameUsingPATCHNotFound() *PatchGerritListenerByNameUsingPATCHNotFound

NewPatchGerritListenerByNameUsingPATCHNotFound creates a PatchGerritListenerByNameUsingPATCHNotFound with default headers values

func (*PatchGerritListenerByNameUsingPATCHNotFound) Error added in v0.4.0

func (*PatchGerritListenerByNameUsingPATCHNotFound) GetPayload added in v0.4.0

func (*PatchGerritListenerByNameUsingPATCHNotFound) IsClientError added in v0.5.0

IsClientError returns true when this patch gerrit listener by name using p a t c h not found response has a 4xx status code

func (*PatchGerritListenerByNameUsingPATCHNotFound) IsCode added in v0.5.0

IsCode returns true when this patch gerrit listener by name using p a t c h not found response a status code equal to that given

func (*PatchGerritListenerByNameUsingPATCHNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this patch gerrit listener by name using p a t c h not found response has a 3xx status code

func (*PatchGerritListenerByNameUsingPATCHNotFound) IsServerError added in v0.5.0

IsServerError returns true when this patch gerrit listener by name using p a t c h not found response has a 5xx status code

func (*PatchGerritListenerByNameUsingPATCHNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this patch gerrit listener by name using p a t c h not found response has a 2xx status code

func (*PatchGerritListenerByNameUsingPATCHNotFound) String added in v0.5.0

type PatchGerritListenerByNameUsingPATCHOK added in v0.4.0

type PatchGerritListenerByNameUsingPATCHOK struct {
	Payload models.GerritListener
}

PatchGerritListenerByNameUsingPATCHOK describes a response with status code 200, with default header values.

'Success' with Gerrit Listener patch

func NewPatchGerritListenerByNameUsingPATCHOK added in v0.4.0

func NewPatchGerritListenerByNameUsingPATCHOK() *PatchGerritListenerByNameUsingPATCHOK

NewPatchGerritListenerByNameUsingPATCHOK creates a PatchGerritListenerByNameUsingPATCHOK with default headers values

func (*PatchGerritListenerByNameUsingPATCHOK) Error added in v0.4.0

func (*PatchGerritListenerByNameUsingPATCHOK) GetPayload added in v0.4.0

func (*PatchGerritListenerByNameUsingPATCHOK) IsClientError added in v0.5.0

func (o *PatchGerritListenerByNameUsingPATCHOK) IsClientError() bool

IsClientError returns true when this patch gerrit listener by name using p a t c h o k response has a 4xx status code

func (*PatchGerritListenerByNameUsingPATCHOK) IsCode added in v0.5.0

IsCode returns true when this patch gerrit listener by name using p a t c h o k response a status code equal to that given

func (*PatchGerritListenerByNameUsingPATCHOK) IsRedirect added in v0.5.0

IsRedirect returns true when this patch gerrit listener by name using p a t c h o k response has a 3xx status code

func (*PatchGerritListenerByNameUsingPATCHOK) IsServerError added in v0.5.0

func (o *PatchGerritListenerByNameUsingPATCHOK) IsServerError() bool

IsServerError returns true when this patch gerrit listener by name using p a t c h o k response has a 5xx status code

func (*PatchGerritListenerByNameUsingPATCHOK) IsSuccess added in v0.5.0

IsSuccess returns true when this patch gerrit listener by name using p a t c h o k response has a 2xx status code

func (*PatchGerritListenerByNameUsingPATCHOK) String added in v0.5.0

type PatchGerritListenerByNameUsingPATCHParams added in v0.4.0

type PatchGerritListenerByNameUsingPATCHParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* GerritListenerPatch.

	   gerritListenerPatch
	*/
	GerritListenerPatch models.GerritListenerPatch

	/* Name.

	   name
	*/
	Name string

	/* Project.

	   project
	*/
	Project string

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

PatchGerritListenerByNameUsingPATCHParams contains all the parameters to send to the API endpoint

for the patch gerrit listener by name using p a t c h operation.

Typically these are written to a http.Request.

func NewPatchGerritListenerByNameUsingPATCHParams added in v0.4.0

func NewPatchGerritListenerByNameUsingPATCHParams() *PatchGerritListenerByNameUsingPATCHParams

NewPatchGerritListenerByNameUsingPATCHParams creates a new PatchGerritListenerByNameUsingPATCHParams 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 NewPatchGerritListenerByNameUsingPATCHParamsWithContext added in v0.4.0

func NewPatchGerritListenerByNameUsingPATCHParamsWithContext(ctx context.Context) *PatchGerritListenerByNameUsingPATCHParams

NewPatchGerritListenerByNameUsingPATCHParamsWithContext creates a new PatchGerritListenerByNameUsingPATCHParams object with the ability to set a context for a request.

func NewPatchGerritListenerByNameUsingPATCHParamsWithHTTPClient added in v0.4.0

func NewPatchGerritListenerByNameUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchGerritListenerByNameUsingPATCHParams

NewPatchGerritListenerByNameUsingPATCHParamsWithHTTPClient creates a new PatchGerritListenerByNameUsingPATCHParams object with the ability to set a custom HTTPClient for a request.

func NewPatchGerritListenerByNameUsingPATCHParamsWithTimeout added in v0.4.0

func NewPatchGerritListenerByNameUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchGerritListenerByNameUsingPATCHParams

NewPatchGerritListenerByNameUsingPATCHParamsWithTimeout creates a new PatchGerritListenerByNameUsingPATCHParams object with the ability to set a timeout on a request.

func (*PatchGerritListenerByNameUsingPATCHParams) SetAPIVersion added in v0.4.0

func (o *PatchGerritListenerByNameUsingPATCHParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the patch gerrit listener by name using p a t c h params

func (*PatchGerritListenerByNameUsingPATCHParams) SetAuthorization added in v0.4.0

func (o *PatchGerritListenerByNameUsingPATCHParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the patch gerrit listener by name using p a t c h params

func (*PatchGerritListenerByNameUsingPATCHParams) SetContext added in v0.4.0

SetContext adds the context to the patch gerrit listener by name using p a t c h params

func (*PatchGerritListenerByNameUsingPATCHParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the patch gerrit listener by name using p a t c h params (not the query body).

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

func (*PatchGerritListenerByNameUsingPATCHParams) SetGerritListenerPatch added in v0.4.0

func (o *PatchGerritListenerByNameUsingPATCHParams) SetGerritListenerPatch(gerritListenerPatch models.GerritListenerPatch)

SetGerritListenerPatch adds the gerritListenerPatch to the patch gerrit listener by name using p a t c h params

func (*PatchGerritListenerByNameUsingPATCHParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the patch gerrit listener by name using p a t c h params

func (*PatchGerritListenerByNameUsingPATCHParams) SetName added in v0.4.0

SetName adds the name to the patch gerrit listener by name using p a t c h params

func (*PatchGerritListenerByNameUsingPATCHParams) SetProject added in v0.4.0

func (o *PatchGerritListenerByNameUsingPATCHParams) SetProject(project string)

SetProject adds the project to the patch gerrit listener by name using p a t c h params

func (*PatchGerritListenerByNameUsingPATCHParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the patch gerrit listener by name using p a t c h params

func (*PatchGerritListenerByNameUsingPATCHParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the patch gerrit listener by name using p a t c h params

func (*PatchGerritListenerByNameUsingPATCHParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the patch gerrit listener by name using p a t c h params

func (*PatchGerritListenerByNameUsingPATCHParams) WithContext added in v0.4.0

WithContext adds the context to the patch gerrit listener by name using p a t c h params

func (*PatchGerritListenerByNameUsingPATCHParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the patch gerrit listener by name using p a t c h params (not the query body).

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

func (*PatchGerritListenerByNameUsingPATCHParams) WithGerritListenerPatch added in v0.4.0

WithGerritListenerPatch adds the gerritListenerPatch to the patch gerrit listener by name using p a t c h params

func (*PatchGerritListenerByNameUsingPATCHParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the patch gerrit listener by name using p a t c h params

func (*PatchGerritListenerByNameUsingPATCHParams) WithName added in v0.4.0

WithName adds the name to the patch gerrit listener by name using p a t c h params

func (*PatchGerritListenerByNameUsingPATCHParams) WithProject added in v0.4.0

WithProject adds the project to the patch gerrit listener by name using p a t c h params

func (*PatchGerritListenerByNameUsingPATCHParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the patch gerrit listener by name using p a t c h params

func (*PatchGerritListenerByNameUsingPATCHParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type PatchGerritListenerByNameUsingPATCHReader added in v0.4.0

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

PatchGerritListenerByNameUsingPATCHReader is a Reader for the PatchGerritListenerByNameUsingPATCH structure.

func (*PatchGerritListenerByNameUsingPATCHReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type PatchGerritListenerByNameUsingPATCHUnauthorized added in v0.4.0

type PatchGerritListenerByNameUsingPATCHUnauthorized struct {
}

PatchGerritListenerByNameUsingPATCHUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewPatchGerritListenerByNameUsingPATCHUnauthorized added in v0.4.0

func NewPatchGerritListenerByNameUsingPATCHUnauthorized() *PatchGerritListenerByNameUsingPATCHUnauthorized

NewPatchGerritListenerByNameUsingPATCHUnauthorized creates a PatchGerritListenerByNameUsingPATCHUnauthorized with default headers values

func (*PatchGerritListenerByNameUsingPATCHUnauthorized) Error added in v0.4.0

func (*PatchGerritListenerByNameUsingPATCHUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this patch gerrit listener by name using p a t c h unauthorized response has a 4xx status code

func (*PatchGerritListenerByNameUsingPATCHUnauthorized) IsCode added in v0.5.0

IsCode returns true when this patch gerrit listener by name using p a t c h unauthorized response a status code equal to that given

func (*PatchGerritListenerByNameUsingPATCHUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this patch gerrit listener by name using p a t c h unauthorized response has a 3xx status code

func (*PatchGerritListenerByNameUsingPATCHUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this patch gerrit listener by name using p a t c h unauthorized response has a 5xx status code

func (*PatchGerritListenerByNameUsingPATCHUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this patch gerrit listener by name using p a t c h unauthorized response has a 2xx status code

func (*PatchGerritListenerByNameUsingPATCHUnauthorized) String added in v0.5.0

type PatchGerritTriggerByIDUsingPATCHForbidden added in v0.4.0

type PatchGerritTriggerByIDUsingPATCHForbidden struct {
}

PatchGerritTriggerByIDUsingPATCHForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPatchGerritTriggerByIDUsingPATCHForbidden added in v0.4.0

func NewPatchGerritTriggerByIDUsingPATCHForbidden() *PatchGerritTriggerByIDUsingPATCHForbidden

NewPatchGerritTriggerByIDUsingPATCHForbidden creates a PatchGerritTriggerByIDUsingPATCHForbidden with default headers values

func (*PatchGerritTriggerByIDUsingPATCHForbidden) Error added in v0.4.0

func (*PatchGerritTriggerByIDUsingPATCHForbidden) IsClientError added in v0.5.0

IsClientError returns true when this patch gerrit trigger by Id using p a t c h forbidden response has a 4xx status code

func (*PatchGerritTriggerByIDUsingPATCHForbidden) IsCode added in v0.5.0

IsCode returns true when this patch gerrit trigger by Id using p a t c h forbidden response a status code equal to that given

func (*PatchGerritTriggerByIDUsingPATCHForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this patch gerrit trigger by Id using p a t c h forbidden response has a 3xx status code

func (*PatchGerritTriggerByIDUsingPATCHForbidden) IsServerError added in v0.5.0

IsServerError returns true when this patch gerrit trigger by Id using p a t c h forbidden response has a 5xx status code

func (*PatchGerritTriggerByIDUsingPATCHForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this patch gerrit trigger by Id using p a t c h forbidden response has a 2xx status code

func (*PatchGerritTriggerByIDUsingPATCHForbidden) String added in v0.5.0

type PatchGerritTriggerByIDUsingPATCHInternalServerError added in v0.4.0

type PatchGerritTriggerByIDUsingPATCHInternalServerError struct {
}

PatchGerritTriggerByIDUsingPATCHInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewPatchGerritTriggerByIDUsingPATCHInternalServerError added in v0.4.0

func NewPatchGerritTriggerByIDUsingPATCHInternalServerError() *PatchGerritTriggerByIDUsingPATCHInternalServerError

NewPatchGerritTriggerByIDUsingPATCHInternalServerError creates a PatchGerritTriggerByIDUsingPATCHInternalServerError with default headers values

func (*PatchGerritTriggerByIDUsingPATCHInternalServerError) Error added in v0.4.0

func (*PatchGerritTriggerByIDUsingPATCHInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this patch gerrit trigger by Id using p a t c h internal server error response has a 4xx status code

func (*PatchGerritTriggerByIDUsingPATCHInternalServerError) IsCode added in v0.5.0

IsCode returns true when this patch gerrit trigger by Id using p a t c h internal server error response a status code equal to that given

func (*PatchGerritTriggerByIDUsingPATCHInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this patch gerrit trigger by Id using p a t c h internal server error response has a 3xx status code

func (*PatchGerritTriggerByIDUsingPATCHInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this patch gerrit trigger by Id using p a t c h internal server error response has a 5xx status code

func (*PatchGerritTriggerByIDUsingPATCHInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this patch gerrit trigger by Id using p a t c h internal server error response has a 2xx status code

func (*PatchGerritTriggerByIDUsingPATCHInternalServerError) String added in v0.5.0

type PatchGerritTriggerByIDUsingPATCHNotFound added in v0.4.0

type PatchGerritTriggerByIDUsingPATCHNotFound struct {
	Payload *models.Error
}

PatchGerritTriggerByIDUsingPATCHNotFound describes a response with status code 404, with default header values.

Not Found

func NewPatchGerritTriggerByIDUsingPATCHNotFound added in v0.4.0

func NewPatchGerritTriggerByIDUsingPATCHNotFound() *PatchGerritTriggerByIDUsingPATCHNotFound

NewPatchGerritTriggerByIDUsingPATCHNotFound creates a PatchGerritTriggerByIDUsingPATCHNotFound with default headers values

func (*PatchGerritTriggerByIDUsingPATCHNotFound) Error added in v0.4.0

func (*PatchGerritTriggerByIDUsingPATCHNotFound) GetPayload added in v0.4.0

func (*PatchGerritTriggerByIDUsingPATCHNotFound) IsClientError added in v0.5.0

IsClientError returns true when this patch gerrit trigger by Id using p a t c h not found response has a 4xx status code

func (*PatchGerritTriggerByIDUsingPATCHNotFound) IsCode added in v0.5.0

IsCode returns true when this patch gerrit trigger by Id using p a t c h not found response a status code equal to that given

func (*PatchGerritTriggerByIDUsingPATCHNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this patch gerrit trigger by Id using p a t c h not found response has a 3xx status code

func (*PatchGerritTriggerByIDUsingPATCHNotFound) IsServerError added in v0.5.0

IsServerError returns true when this patch gerrit trigger by Id using p a t c h not found response has a 5xx status code

func (*PatchGerritTriggerByIDUsingPATCHNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this patch gerrit trigger by Id using p a t c h not found response has a 2xx status code

func (*PatchGerritTriggerByIDUsingPATCHNotFound) String added in v0.5.0

type PatchGerritTriggerByIDUsingPATCHOK added in v0.4.0

type PatchGerritTriggerByIDUsingPATCHOK struct {
	Payload models.GerritTrigger
}

PatchGerritTriggerByIDUsingPATCHOK describes a response with status code 200, with default header values.

'Success' with Gerrit Trigger patch

func NewPatchGerritTriggerByIDUsingPATCHOK added in v0.4.0

func NewPatchGerritTriggerByIDUsingPATCHOK() *PatchGerritTriggerByIDUsingPATCHOK

NewPatchGerritTriggerByIDUsingPATCHOK creates a PatchGerritTriggerByIDUsingPATCHOK with default headers values

func (*PatchGerritTriggerByIDUsingPATCHOK) Error added in v0.4.0

func (*PatchGerritTriggerByIDUsingPATCHOK) GetPayload added in v0.4.0

func (*PatchGerritTriggerByIDUsingPATCHOK) IsClientError added in v0.5.0

func (o *PatchGerritTriggerByIDUsingPATCHOK) IsClientError() bool

IsClientError returns true when this patch gerrit trigger by Id using p a t c h o k response has a 4xx status code

func (*PatchGerritTriggerByIDUsingPATCHOK) IsCode added in v0.5.0

IsCode returns true when this patch gerrit trigger by Id using p a t c h o k response a status code equal to that given

func (*PatchGerritTriggerByIDUsingPATCHOK) IsRedirect added in v0.5.0

func (o *PatchGerritTriggerByIDUsingPATCHOK) IsRedirect() bool

IsRedirect returns true when this patch gerrit trigger by Id using p a t c h o k response has a 3xx status code

func (*PatchGerritTriggerByIDUsingPATCHOK) IsServerError added in v0.5.0

func (o *PatchGerritTriggerByIDUsingPATCHOK) IsServerError() bool

IsServerError returns true when this patch gerrit trigger by Id using p a t c h o k response has a 5xx status code

func (*PatchGerritTriggerByIDUsingPATCHOK) IsSuccess added in v0.5.0

IsSuccess returns true when this patch gerrit trigger by Id using p a t c h o k response has a 2xx status code

func (*PatchGerritTriggerByIDUsingPATCHOK) String added in v0.5.0

type PatchGerritTriggerByIDUsingPATCHParams added in v0.4.0

type PatchGerritTriggerByIDUsingPATCHParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* GerritTriggerPatch.

	   gerritTriggerPatch
	*/
	GerritTriggerPatch models.GerritTriggerPatch

	/* ID.

	   id
	*/
	ID string

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

PatchGerritTriggerByIDUsingPATCHParams contains all the parameters to send to the API endpoint

for the patch gerrit trigger by Id using p a t c h operation.

Typically these are written to a http.Request.

func NewPatchGerritTriggerByIDUsingPATCHParams added in v0.4.0

func NewPatchGerritTriggerByIDUsingPATCHParams() *PatchGerritTriggerByIDUsingPATCHParams

NewPatchGerritTriggerByIDUsingPATCHParams creates a new PatchGerritTriggerByIDUsingPATCHParams 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 NewPatchGerritTriggerByIDUsingPATCHParamsWithContext added in v0.4.0

func NewPatchGerritTriggerByIDUsingPATCHParamsWithContext(ctx context.Context) *PatchGerritTriggerByIDUsingPATCHParams

NewPatchGerritTriggerByIDUsingPATCHParamsWithContext creates a new PatchGerritTriggerByIDUsingPATCHParams object with the ability to set a context for a request.

func NewPatchGerritTriggerByIDUsingPATCHParamsWithHTTPClient added in v0.4.0

func NewPatchGerritTriggerByIDUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchGerritTriggerByIDUsingPATCHParams

NewPatchGerritTriggerByIDUsingPATCHParamsWithHTTPClient creates a new PatchGerritTriggerByIDUsingPATCHParams object with the ability to set a custom HTTPClient for a request.

func NewPatchGerritTriggerByIDUsingPATCHParamsWithTimeout added in v0.4.0

func NewPatchGerritTriggerByIDUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchGerritTriggerByIDUsingPATCHParams

NewPatchGerritTriggerByIDUsingPATCHParamsWithTimeout creates a new PatchGerritTriggerByIDUsingPATCHParams object with the ability to set a timeout on a request.

func (*PatchGerritTriggerByIDUsingPATCHParams) SetAPIVersion added in v0.4.0

func (o *PatchGerritTriggerByIDUsingPATCHParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the patch gerrit trigger by Id using p a t c h params

func (*PatchGerritTriggerByIDUsingPATCHParams) SetAuthorization added in v0.4.0

func (o *PatchGerritTriggerByIDUsingPATCHParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the patch gerrit trigger by Id using p a t c h params

func (*PatchGerritTriggerByIDUsingPATCHParams) SetContext added in v0.4.0

SetContext adds the context to the patch gerrit trigger by Id using p a t c h params

func (*PatchGerritTriggerByIDUsingPATCHParams) SetDefaults added in v0.4.0

func (o *PatchGerritTriggerByIDUsingPATCHParams) SetDefaults()

SetDefaults hydrates default values in the patch gerrit trigger by Id using p a t c h params (not the query body).

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

func (*PatchGerritTriggerByIDUsingPATCHParams) SetGerritTriggerPatch added in v0.4.0

func (o *PatchGerritTriggerByIDUsingPATCHParams) SetGerritTriggerPatch(gerritTriggerPatch models.GerritTriggerPatch)

SetGerritTriggerPatch adds the gerritTriggerPatch to the patch gerrit trigger by Id using p a t c h params

func (*PatchGerritTriggerByIDUsingPATCHParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the patch gerrit trigger by Id using p a t c h params

func (*PatchGerritTriggerByIDUsingPATCHParams) SetID added in v0.4.0

SetID adds the id to the patch gerrit trigger by Id using p a t c h params

func (*PatchGerritTriggerByIDUsingPATCHParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the patch gerrit trigger by Id using p a t c h params

func (*PatchGerritTriggerByIDUsingPATCHParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the patch gerrit trigger by Id using p a t c h params

func (*PatchGerritTriggerByIDUsingPATCHParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the patch gerrit trigger by Id using p a t c h params

func (*PatchGerritTriggerByIDUsingPATCHParams) WithContext added in v0.4.0

WithContext adds the context to the patch gerrit trigger by Id using p a t c h params

func (*PatchGerritTriggerByIDUsingPATCHParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the patch gerrit trigger by Id using p a t c h params (not the query body).

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

func (*PatchGerritTriggerByIDUsingPATCHParams) WithGerritTriggerPatch added in v0.4.0

WithGerritTriggerPatch adds the gerritTriggerPatch to the patch gerrit trigger by Id using p a t c h params

func (*PatchGerritTriggerByIDUsingPATCHParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the patch gerrit trigger by Id using p a t c h params

func (*PatchGerritTriggerByIDUsingPATCHParams) WithID added in v0.4.0

WithID adds the id to the patch gerrit trigger by Id using p a t c h params

func (*PatchGerritTriggerByIDUsingPATCHParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the patch gerrit trigger by Id using p a t c h params

func (*PatchGerritTriggerByIDUsingPATCHParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type PatchGerritTriggerByIDUsingPATCHReader added in v0.4.0

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

PatchGerritTriggerByIDUsingPATCHReader is a Reader for the PatchGerritTriggerByIDUsingPATCH structure.

func (*PatchGerritTriggerByIDUsingPATCHReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type PatchGerritTriggerByIDUsingPATCHUnauthorized added in v0.4.0

type PatchGerritTriggerByIDUsingPATCHUnauthorized struct {
}

PatchGerritTriggerByIDUsingPATCHUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewPatchGerritTriggerByIDUsingPATCHUnauthorized added in v0.4.0

func NewPatchGerritTriggerByIDUsingPATCHUnauthorized() *PatchGerritTriggerByIDUsingPATCHUnauthorized

NewPatchGerritTriggerByIDUsingPATCHUnauthorized creates a PatchGerritTriggerByIDUsingPATCHUnauthorized with default headers values

func (*PatchGerritTriggerByIDUsingPATCHUnauthorized) Error added in v0.4.0

func (*PatchGerritTriggerByIDUsingPATCHUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this patch gerrit trigger by Id using p a t c h unauthorized response has a 4xx status code

func (*PatchGerritTriggerByIDUsingPATCHUnauthorized) IsCode added in v0.5.0

IsCode returns true when this patch gerrit trigger by Id using p a t c h unauthorized response a status code equal to that given

func (*PatchGerritTriggerByIDUsingPATCHUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this patch gerrit trigger by Id using p a t c h unauthorized response has a 3xx status code

func (*PatchGerritTriggerByIDUsingPATCHUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this patch gerrit trigger by Id using p a t c h unauthorized response has a 5xx status code

func (*PatchGerritTriggerByIDUsingPATCHUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this patch gerrit trigger by Id using p a t c h unauthorized response has a 2xx status code

func (*PatchGerritTriggerByIDUsingPATCHUnauthorized) String added in v0.5.0

type PatchGerritTriggerByNameUsingPATCHForbidden added in v0.4.0

type PatchGerritTriggerByNameUsingPATCHForbidden struct {
}

PatchGerritTriggerByNameUsingPATCHForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPatchGerritTriggerByNameUsingPATCHForbidden added in v0.4.0

func NewPatchGerritTriggerByNameUsingPATCHForbidden() *PatchGerritTriggerByNameUsingPATCHForbidden

NewPatchGerritTriggerByNameUsingPATCHForbidden creates a PatchGerritTriggerByNameUsingPATCHForbidden with default headers values

func (*PatchGerritTriggerByNameUsingPATCHForbidden) Error added in v0.4.0

func (*PatchGerritTriggerByNameUsingPATCHForbidden) IsClientError added in v0.5.0

IsClientError returns true when this patch gerrit trigger by name using p a t c h forbidden response has a 4xx status code

func (*PatchGerritTriggerByNameUsingPATCHForbidden) IsCode added in v0.5.0

IsCode returns true when this patch gerrit trigger by name using p a t c h forbidden response a status code equal to that given

func (*PatchGerritTriggerByNameUsingPATCHForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this patch gerrit trigger by name using p a t c h forbidden response has a 3xx status code

func (*PatchGerritTriggerByNameUsingPATCHForbidden) IsServerError added in v0.5.0

IsServerError returns true when this patch gerrit trigger by name using p a t c h forbidden response has a 5xx status code

func (*PatchGerritTriggerByNameUsingPATCHForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this patch gerrit trigger by name using p a t c h forbidden response has a 2xx status code

func (*PatchGerritTriggerByNameUsingPATCHForbidden) String added in v0.5.0

type PatchGerritTriggerByNameUsingPATCHInternalServerError added in v0.4.0

type PatchGerritTriggerByNameUsingPATCHInternalServerError struct {
}

PatchGerritTriggerByNameUsingPATCHInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewPatchGerritTriggerByNameUsingPATCHInternalServerError added in v0.4.0

func NewPatchGerritTriggerByNameUsingPATCHInternalServerError() *PatchGerritTriggerByNameUsingPATCHInternalServerError

NewPatchGerritTriggerByNameUsingPATCHInternalServerError creates a PatchGerritTriggerByNameUsingPATCHInternalServerError with default headers values

func (*PatchGerritTriggerByNameUsingPATCHInternalServerError) Error added in v0.4.0

func (*PatchGerritTriggerByNameUsingPATCHInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this patch gerrit trigger by name using p a t c h internal server error response has a 4xx status code

func (*PatchGerritTriggerByNameUsingPATCHInternalServerError) IsCode added in v0.5.0

IsCode returns true when this patch gerrit trigger by name using p a t c h internal server error response a status code equal to that given

func (*PatchGerritTriggerByNameUsingPATCHInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this patch gerrit trigger by name using p a t c h internal server error response has a 3xx status code

func (*PatchGerritTriggerByNameUsingPATCHInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this patch gerrit trigger by name using p a t c h internal server error response has a 5xx status code

func (*PatchGerritTriggerByNameUsingPATCHInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this patch gerrit trigger by name using p a t c h internal server error response has a 2xx status code

func (*PatchGerritTriggerByNameUsingPATCHInternalServerError) String added in v0.5.0

type PatchGerritTriggerByNameUsingPATCHNotFound added in v0.4.0

type PatchGerritTriggerByNameUsingPATCHNotFound struct {
	Payload *models.Error
}

PatchGerritTriggerByNameUsingPATCHNotFound describes a response with status code 404, with default header values.

Not Found

func NewPatchGerritTriggerByNameUsingPATCHNotFound added in v0.4.0

func NewPatchGerritTriggerByNameUsingPATCHNotFound() *PatchGerritTriggerByNameUsingPATCHNotFound

NewPatchGerritTriggerByNameUsingPATCHNotFound creates a PatchGerritTriggerByNameUsingPATCHNotFound with default headers values

func (*PatchGerritTriggerByNameUsingPATCHNotFound) Error added in v0.4.0

func (*PatchGerritTriggerByNameUsingPATCHNotFound) GetPayload added in v0.4.0

func (*PatchGerritTriggerByNameUsingPATCHNotFound) IsClientError added in v0.5.0

IsClientError returns true when this patch gerrit trigger by name using p a t c h not found response has a 4xx status code

func (*PatchGerritTriggerByNameUsingPATCHNotFound) IsCode added in v0.5.0

IsCode returns true when this patch gerrit trigger by name using p a t c h not found response a status code equal to that given

func (*PatchGerritTriggerByNameUsingPATCHNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this patch gerrit trigger by name using p a t c h not found response has a 3xx status code

func (*PatchGerritTriggerByNameUsingPATCHNotFound) IsServerError added in v0.5.0

IsServerError returns true when this patch gerrit trigger by name using p a t c h not found response has a 5xx status code

func (*PatchGerritTriggerByNameUsingPATCHNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this patch gerrit trigger by name using p a t c h not found response has a 2xx status code

func (*PatchGerritTriggerByNameUsingPATCHNotFound) String added in v0.5.0

type PatchGerritTriggerByNameUsingPATCHOK added in v0.4.0

type PatchGerritTriggerByNameUsingPATCHOK struct {
	Payload models.GerritTrigger
}

PatchGerritTriggerByNameUsingPATCHOK describes a response with status code 200, with default header values.

'Success' with Gerrit Trigger patch

func NewPatchGerritTriggerByNameUsingPATCHOK added in v0.4.0

func NewPatchGerritTriggerByNameUsingPATCHOK() *PatchGerritTriggerByNameUsingPATCHOK

NewPatchGerritTriggerByNameUsingPATCHOK creates a PatchGerritTriggerByNameUsingPATCHOK with default headers values

func (*PatchGerritTriggerByNameUsingPATCHOK) Error added in v0.4.0

func (*PatchGerritTriggerByNameUsingPATCHOK) GetPayload added in v0.4.0

func (*PatchGerritTriggerByNameUsingPATCHOK) IsClientError added in v0.5.0

func (o *PatchGerritTriggerByNameUsingPATCHOK) IsClientError() bool

IsClientError returns true when this patch gerrit trigger by name using p a t c h o k response has a 4xx status code

func (*PatchGerritTriggerByNameUsingPATCHOK) IsCode added in v0.5.0

IsCode returns true when this patch gerrit trigger by name using p a t c h o k response a status code equal to that given

func (*PatchGerritTriggerByNameUsingPATCHOK) IsRedirect added in v0.5.0

IsRedirect returns true when this patch gerrit trigger by name using p a t c h o k response has a 3xx status code

func (*PatchGerritTriggerByNameUsingPATCHOK) IsServerError added in v0.5.0

func (o *PatchGerritTriggerByNameUsingPATCHOK) IsServerError() bool

IsServerError returns true when this patch gerrit trigger by name using p a t c h o k response has a 5xx status code

func (*PatchGerritTriggerByNameUsingPATCHOK) IsSuccess added in v0.5.0

IsSuccess returns true when this patch gerrit trigger by name using p a t c h o k response has a 2xx status code

func (*PatchGerritTriggerByNameUsingPATCHOK) String added in v0.5.0

type PatchGerritTriggerByNameUsingPATCHParams added in v0.4.0

type PatchGerritTriggerByNameUsingPATCHParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* GerritTriggerPatch.

	   gerritTriggerPatch
	*/
	GerritTriggerPatch models.GerritTriggerPatch

	/* Name.

	   name
	*/
	Name string

	/* Project.

	   project
	*/
	Project string

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

PatchGerritTriggerByNameUsingPATCHParams contains all the parameters to send to the API endpoint

for the patch gerrit trigger by name using p a t c h operation.

Typically these are written to a http.Request.

func NewPatchGerritTriggerByNameUsingPATCHParams added in v0.4.0

func NewPatchGerritTriggerByNameUsingPATCHParams() *PatchGerritTriggerByNameUsingPATCHParams

NewPatchGerritTriggerByNameUsingPATCHParams creates a new PatchGerritTriggerByNameUsingPATCHParams 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 NewPatchGerritTriggerByNameUsingPATCHParamsWithContext added in v0.4.0

func NewPatchGerritTriggerByNameUsingPATCHParamsWithContext(ctx context.Context) *PatchGerritTriggerByNameUsingPATCHParams

NewPatchGerritTriggerByNameUsingPATCHParamsWithContext creates a new PatchGerritTriggerByNameUsingPATCHParams object with the ability to set a context for a request.

func NewPatchGerritTriggerByNameUsingPATCHParamsWithHTTPClient added in v0.4.0

func NewPatchGerritTriggerByNameUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchGerritTriggerByNameUsingPATCHParams

NewPatchGerritTriggerByNameUsingPATCHParamsWithHTTPClient creates a new PatchGerritTriggerByNameUsingPATCHParams object with the ability to set a custom HTTPClient for a request.

func NewPatchGerritTriggerByNameUsingPATCHParamsWithTimeout added in v0.4.0

func NewPatchGerritTriggerByNameUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchGerritTriggerByNameUsingPATCHParams

NewPatchGerritTriggerByNameUsingPATCHParamsWithTimeout creates a new PatchGerritTriggerByNameUsingPATCHParams object with the ability to set a timeout on a request.

func (*PatchGerritTriggerByNameUsingPATCHParams) SetAPIVersion added in v0.4.0

func (o *PatchGerritTriggerByNameUsingPATCHParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the patch gerrit trigger by name using p a t c h params

func (*PatchGerritTriggerByNameUsingPATCHParams) SetAuthorization added in v0.4.0

func (o *PatchGerritTriggerByNameUsingPATCHParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the patch gerrit trigger by name using p a t c h params

func (*PatchGerritTriggerByNameUsingPATCHParams) SetContext added in v0.4.0

SetContext adds the context to the patch gerrit trigger by name using p a t c h params

func (*PatchGerritTriggerByNameUsingPATCHParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the patch gerrit trigger by name using p a t c h params (not the query body).

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

func (*PatchGerritTriggerByNameUsingPATCHParams) SetGerritTriggerPatch added in v0.4.0

func (o *PatchGerritTriggerByNameUsingPATCHParams) SetGerritTriggerPatch(gerritTriggerPatch models.GerritTriggerPatch)

SetGerritTriggerPatch adds the gerritTriggerPatch to the patch gerrit trigger by name using p a t c h params

func (*PatchGerritTriggerByNameUsingPATCHParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the patch gerrit trigger by name using p a t c h params

func (*PatchGerritTriggerByNameUsingPATCHParams) SetName added in v0.4.0

SetName adds the name to the patch gerrit trigger by name using p a t c h params

func (*PatchGerritTriggerByNameUsingPATCHParams) SetProject added in v0.4.0

func (o *PatchGerritTriggerByNameUsingPATCHParams) SetProject(project string)

SetProject adds the project to the patch gerrit trigger by name using p a t c h params

func (*PatchGerritTriggerByNameUsingPATCHParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the patch gerrit trigger by name using p a t c h params

func (*PatchGerritTriggerByNameUsingPATCHParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the patch gerrit trigger by name using p a t c h params

func (*PatchGerritTriggerByNameUsingPATCHParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the patch gerrit trigger by name using p a t c h params

func (*PatchGerritTriggerByNameUsingPATCHParams) WithContext added in v0.4.0

WithContext adds the context to the patch gerrit trigger by name using p a t c h params

func (*PatchGerritTriggerByNameUsingPATCHParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the patch gerrit trigger by name using p a t c h params (not the query body).

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

func (*PatchGerritTriggerByNameUsingPATCHParams) WithGerritTriggerPatch added in v0.4.0

WithGerritTriggerPatch adds the gerritTriggerPatch to the patch gerrit trigger by name using p a t c h params

func (*PatchGerritTriggerByNameUsingPATCHParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the patch gerrit trigger by name using p a t c h params

func (*PatchGerritTriggerByNameUsingPATCHParams) WithName added in v0.4.0

WithName adds the name to the patch gerrit trigger by name using p a t c h params

func (*PatchGerritTriggerByNameUsingPATCHParams) WithProject added in v0.4.0

WithProject adds the project to the patch gerrit trigger by name using p a t c h params

func (*PatchGerritTriggerByNameUsingPATCHParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the patch gerrit trigger by name using p a t c h params

func (*PatchGerritTriggerByNameUsingPATCHParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type PatchGerritTriggerByNameUsingPATCHReader added in v0.4.0

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

PatchGerritTriggerByNameUsingPATCHReader is a Reader for the PatchGerritTriggerByNameUsingPATCH structure.

func (*PatchGerritTriggerByNameUsingPATCHReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type PatchGerritTriggerByNameUsingPATCHUnauthorized added in v0.4.0

type PatchGerritTriggerByNameUsingPATCHUnauthorized struct {
}

PatchGerritTriggerByNameUsingPATCHUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewPatchGerritTriggerByNameUsingPATCHUnauthorized added in v0.4.0

func NewPatchGerritTriggerByNameUsingPATCHUnauthorized() *PatchGerritTriggerByNameUsingPATCHUnauthorized

NewPatchGerritTriggerByNameUsingPATCHUnauthorized creates a PatchGerritTriggerByNameUsingPATCHUnauthorized with default headers values

func (*PatchGerritTriggerByNameUsingPATCHUnauthorized) Error added in v0.4.0

func (*PatchGerritTriggerByNameUsingPATCHUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this patch gerrit trigger by name using p a t c h unauthorized response has a 4xx status code

func (*PatchGerritTriggerByNameUsingPATCHUnauthorized) IsCode added in v0.5.0

IsCode returns true when this patch gerrit trigger by name using p a t c h unauthorized response a status code equal to that given

func (*PatchGerritTriggerByNameUsingPATCHUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this patch gerrit trigger by name using p a t c h unauthorized response has a 3xx status code

func (*PatchGerritTriggerByNameUsingPATCHUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this patch gerrit trigger by name using p a t c h unauthorized response has a 5xx status code

func (*PatchGerritTriggerByNameUsingPATCHUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this patch gerrit trigger by name using p a t c h unauthorized response has a 2xx status code

func (*PatchGerritTriggerByNameUsingPATCHUnauthorized) String added in v0.5.0

type ResumeOrRerunDockerRegistryEventUsingPOSTForbidden added in v0.4.0

type ResumeOrRerunDockerRegistryEventUsingPOSTForbidden struct {
}

ResumeOrRerunDockerRegistryEventUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewResumeOrRerunDockerRegistryEventUsingPOSTForbidden added in v0.4.0

func NewResumeOrRerunDockerRegistryEventUsingPOSTForbidden() *ResumeOrRerunDockerRegistryEventUsingPOSTForbidden

NewResumeOrRerunDockerRegistryEventUsingPOSTForbidden creates a ResumeOrRerunDockerRegistryEventUsingPOSTForbidden with default headers values

func (*ResumeOrRerunDockerRegistryEventUsingPOSTForbidden) Error added in v0.4.0

func (*ResumeOrRerunDockerRegistryEventUsingPOSTForbidden) IsClientError added in v0.5.0

IsClientError returns true when this resume or rerun docker registry event using p o s t forbidden response has a 4xx status code

func (*ResumeOrRerunDockerRegistryEventUsingPOSTForbidden) IsCode added in v0.5.0

IsCode returns true when this resume or rerun docker registry event using p o s t forbidden response a status code equal to that given

func (*ResumeOrRerunDockerRegistryEventUsingPOSTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this resume or rerun docker registry event using p o s t forbidden response has a 3xx status code

func (*ResumeOrRerunDockerRegistryEventUsingPOSTForbidden) IsServerError added in v0.5.0

IsServerError returns true when this resume or rerun docker registry event using p o s t forbidden response has a 5xx status code

func (*ResumeOrRerunDockerRegistryEventUsingPOSTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this resume or rerun docker registry event using p o s t forbidden response has a 2xx status code

func (*ResumeOrRerunDockerRegistryEventUsingPOSTForbidden) String added in v0.5.0

type ResumeOrRerunDockerRegistryEventUsingPOSTInternalServerError added in v0.4.0

type ResumeOrRerunDockerRegistryEventUsingPOSTInternalServerError struct {
}

ResumeOrRerunDockerRegistryEventUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewResumeOrRerunDockerRegistryEventUsingPOSTInternalServerError added in v0.4.0

func NewResumeOrRerunDockerRegistryEventUsingPOSTInternalServerError() *ResumeOrRerunDockerRegistryEventUsingPOSTInternalServerError

NewResumeOrRerunDockerRegistryEventUsingPOSTInternalServerError creates a ResumeOrRerunDockerRegistryEventUsingPOSTInternalServerError with default headers values

func (*ResumeOrRerunDockerRegistryEventUsingPOSTInternalServerError) Error added in v0.4.0

func (*ResumeOrRerunDockerRegistryEventUsingPOSTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this resume or rerun docker registry event using p o s t internal server error response has a 4xx status code

func (*ResumeOrRerunDockerRegistryEventUsingPOSTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this resume or rerun docker registry event using p o s t internal server error response a status code equal to that given

func (*ResumeOrRerunDockerRegistryEventUsingPOSTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this resume or rerun docker registry event using p o s t internal server error response has a 3xx status code

func (*ResumeOrRerunDockerRegistryEventUsingPOSTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this resume or rerun docker registry event using p o s t internal server error response has a 5xx status code

func (*ResumeOrRerunDockerRegistryEventUsingPOSTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this resume or rerun docker registry event using p o s t internal server error response has a 2xx status code

func (*ResumeOrRerunDockerRegistryEventUsingPOSTInternalServerError) String added in v0.5.0

type ResumeOrRerunDockerRegistryEventUsingPOSTNotFound added in v0.4.0

type ResumeOrRerunDockerRegistryEventUsingPOSTNotFound struct {
	Payload *models.Error
}

ResumeOrRerunDockerRegistryEventUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewResumeOrRerunDockerRegistryEventUsingPOSTNotFound added in v0.4.0

func NewResumeOrRerunDockerRegistryEventUsingPOSTNotFound() *ResumeOrRerunDockerRegistryEventUsingPOSTNotFound

NewResumeOrRerunDockerRegistryEventUsingPOSTNotFound creates a ResumeOrRerunDockerRegistryEventUsingPOSTNotFound with default headers values

func (*ResumeOrRerunDockerRegistryEventUsingPOSTNotFound) Error added in v0.4.0

func (*ResumeOrRerunDockerRegistryEventUsingPOSTNotFound) GetPayload added in v0.4.0

func (*ResumeOrRerunDockerRegistryEventUsingPOSTNotFound) IsClientError added in v0.5.0

IsClientError returns true when this resume or rerun docker registry event using p o s t not found response has a 4xx status code

func (*ResumeOrRerunDockerRegistryEventUsingPOSTNotFound) IsCode added in v0.5.0

IsCode returns true when this resume or rerun docker registry event using p o s t not found response a status code equal to that given

func (*ResumeOrRerunDockerRegistryEventUsingPOSTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this resume or rerun docker registry event using p o s t not found response has a 3xx status code

func (*ResumeOrRerunDockerRegistryEventUsingPOSTNotFound) IsServerError added in v0.5.0

IsServerError returns true when this resume or rerun docker registry event using p o s t not found response has a 5xx status code

func (*ResumeOrRerunDockerRegistryEventUsingPOSTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this resume or rerun docker registry event using p o s t not found response has a 2xx status code

func (*ResumeOrRerunDockerRegistryEventUsingPOSTNotFound) String added in v0.5.0

type ResumeOrRerunDockerRegistryEventUsingPOSTOK added in v0.4.0

type ResumeOrRerunDockerRegistryEventUsingPOSTOK struct {
	Payload models.DockerRegistryEvent
}

ResumeOrRerunDockerRegistryEventUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with Re-run/Resume Docker Registry Event

func NewResumeOrRerunDockerRegistryEventUsingPOSTOK added in v0.4.0

func NewResumeOrRerunDockerRegistryEventUsingPOSTOK() *ResumeOrRerunDockerRegistryEventUsingPOSTOK

NewResumeOrRerunDockerRegistryEventUsingPOSTOK creates a ResumeOrRerunDockerRegistryEventUsingPOSTOK with default headers values

func (*ResumeOrRerunDockerRegistryEventUsingPOSTOK) Error added in v0.4.0

func (*ResumeOrRerunDockerRegistryEventUsingPOSTOK) GetPayload added in v0.4.0

func (*ResumeOrRerunDockerRegistryEventUsingPOSTOK) IsClientError added in v0.5.0

IsClientError returns true when this resume or rerun docker registry event using p o s t o k response has a 4xx status code

func (*ResumeOrRerunDockerRegistryEventUsingPOSTOK) IsCode added in v0.5.0

IsCode returns true when this resume or rerun docker registry event using p o s t o k response a status code equal to that given

func (*ResumeOrRerunDockerRegistryEventUsingPOSTOK) IsRedirect added in v0.5.0

IsRedirect returns true when this resume or rerun docker registry event using p o s t o k response has a 3xx status code

func (*ResumeOrRerunDockerRegistryEventUsingPOSTOK) IsServerError added in v0.5.0

IsServerError returns true when this resume or rerun docker registry event using p o s t o k response has a 5xx status code

func (*ResumeOrRerunDockerRegistryEventUsingPOSTOK) IsSuccess added in v0.5.0

IsSuccess returns true when this resume or rerun docker registry event using p o s t o k response has a 2xx status code

func (*ResumeOrRerunDockerRegistryEventUsingPOSTOK) String added in v0.5.0

type ResumeOrRerunDockerRegistryEventUsingPOSTParams added in v0.4.0

type ResumeOrRerunDockerRegistryEventUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* Action.

	   Resume/Rerun
	*/
	Action string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   id
	*/
	ID string

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

ResumeOrRerunDockerRegistryEventUsingPOSTParams contains all the parameters to send to the API endpoint

for the resume or rerun docker registry event using p o s t operation.

Typically these are written to a http.Request.

func NewResumeOrRerunDockerRegistryEventUsingPOSTParams added in v0.4.0

func NewResumeOrRerunDockerRegistryEventUsingPOSTParams() *ResumeOrRerunDockerRegistryEventUsingPOSTParams

NewResumeOrRerunDockerRegistryEventUsingPOSTParams creates a new ResumeOrRerunDockerRegistryEventUsingPOSTParams 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 NewResumeOrRerunDockerRegistryEventUsingPOSTParamsWithContext added in v0.4.0

func NewResumeOrRerunDockerRegistryEventUsingPOSTParamsWithContext(ctx context.Context) *ResumeOrRerunDockerRegistryEventUsingPOSTParams

NewResumeOrRerunDockerRegistryEventUsingPOSTParamsWithContext creates a new ResumeOrRerunDockerRegistryEventUsingPOSTParams object with the ability to set a context for a request.

func NewResumeOrRerunDockerRegistryEventUsingPOSTParamsWithHTTPClient added in v0.4.0

func NewResumeOrRerunDockerRegistryEventUsingPOSTParamsWithHTTPClient(client *http.Client) *ResumeOrRerunDockerRegistryEventUsingPOSTParams

NewResumeOrRerunDockerRegistryEventUsingPOSTParamsWithHTTPClient creates a new ResumeOrRerunDockerRegistryEventUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewResumeOrRerunDockerRegistryEventUsingPOSTParamsWithTimeout added in v0.4.0

func NewResumeOrRerunDockerRegistryEventUsingPOSTParamsWithTimeout(timeout time.Duration) *ResumeOrRerunDockerRegistryEventUsingPOSTParams

NewResumeOrRerunDockerRegistryEventUsingPOSTParamsWithTimeout creates a new ResumeOrRerunDockerRegistryEventUsingPOSTParams object with the ability to set a timeout on a request.

func (*ResumeOrRerunDockerRegistryEventUsingPOSTParams) SetAPIVersion added in v0.4.0

func (o *ResumeOrRerunDockerRegistryEventUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the resume or rerun docker registry event using p o s t params

func (*ResumeOrRerunDockerRegistryEventUsingPOSTParams) SetAction added in v0.4.0

SetAction adds the action to the resume or rerun docker registry event using p o s t params

func (*ResumeOrRerunDockerRegistryEventUsingPOSTParams) SetAuthorization added in v0.4.0

func (o *ResumeOrRerunDockerRegistryEventUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the resume or rerun docker registry event using p o s t params

func (*ResumeOrRerunDockerRegistryEventUsingPOSTParams) SetContext added in v0.4.0

SetContext adds the context to the resume or rerun docker registry event using p o s t params

func (*ResumeOrRerunDockerRegistryEventUsingPOSTParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the resume or rerun docker registry event using p o s t params (not the query body).

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

func (*ResumeOrRerunDockerRegistryEventUsingPOSTParams) SetHTTPClient added in v0.4.0

SetHTTPClient adds the HTTPClient to the resume or rerun docker registry event using p o s t params

func (*ResumeOrRerunDockerRegistryEventUsingPOSTParams) SetID added in v0.4.0

SetID adds the id to the resume or rerun docker registry event using p o s t params

func (*ResumeOrRerunDockerRegistryEventUsingPOSTParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the resume or rerun docker registry event using p o s t params

func (*ResumeOrRerunDockerRegistryEventUsingPOSTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the resume or rerun docker registry event using p o s t params

func (*ResumeOrRerunDockerRegistryEventUsingPOSTParams) WithAction added in v0.4.0

WithAction adds the action to the resume or rerun docker registry event using p o s t params

func (*ResumeOrRerunDockerRegistryEventUsingPOSTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the resume or rerun docker registry event using p o s t params

func (*ResumeOrRerunDockerRegistryEventUsingPOSTParams) WithContext added in v0.4.0

WithContext adds the context to the resume or rerun docker registry event using p o s t params

func (*ResumeOrRerunDockerRegistryEventUsingPOSTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the resume or rerun docker registry event using p o s t params (not the query body).

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

func (*ResumeOrRerunDockerRegistryEventUsingPOSTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the resume or rerun docker registry event using p o s t params

func (*ResumeOrRerunDockerRegistryEventUsingPOSTParams) WithID added in v0.4.0

WithID adds the id to the resume or rerun docker registry event using p o s t params

func (*ResumeOrRerunDockerRegistryEventUsingPOSTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the resume or rerun docker registry event using p o s t params

func (*ResumeOrRerunDockerRegistryEventUsingPOSTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type ResumeOrRerunDockerRegistryEventUsingPOSTReader added in v0.4.0

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

ResumeOrRerunDockerRegistryEventUsingPOSTReader is a Reader for the ResumeOrRerunDockerRegistryEventUsingPOST structure.

func (*ResumeOrRerunDockerRegistryEventUsingPOSTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type ResumeOrRerunDockerRegistryEventUsingPOSTUnauthorized added in v0.4.0

type ResumeOrRerunDockerRegistryEventUsingPOSTUnauthorized struct {
}

ResumeOrRerunDockerRegistryEventUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewResumeOrRerunDockerRegistryEventUsingPOSTUnauthorized added in v0.4.0

func NewResumeOrRerunDockerRegistryEventUsingPOSTUnauthorized() *ResumeOrRerunDockerRegistryEventUsingPOSTUnauthorized

NewResumeOrRerunDockerRegistryEventUsingPOSTUnauthorized creates a ResumeOrRerunDockerRegistryEventUsingPOSTUnauthorized with default headers values

func (*ResumeOrRerunDockerRegistryEventUsingPOSTUnauthorized) Error added in v0.4.0

func (*ResumeOrRerunDockerRegistryEventUsingPOSTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this resume or rerun docker registry event using p o s t unauthorized response has a 4xx status code

func (*ResumeOrRerunDockerRegistryEventUsingPOSTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this resume or rerun docker registry event using p o s t unauthorized response a status code equal to that given

func (*ResumeOrRerunDockerRegistryEventUsingPOSTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this resume or rerun docker registry event using p o s t unauthorized response has a 3xx status code

func (*ResumeOrRerunDockerRegistryEventUsingPOSTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this resume or rerun docker registry event using p o s t unauthorized response has a 5xx status code

func (*ResumeOrRerunDockerRegistryEventUsingPOSTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this resume or rerun docker registry event using p o s t unauthorized response has a 2xx status code

func (*ResumeOrRerunDockerRegistryEventUsingPOSTUnauthorized) String added in v0.5.0

type ResumeOrRerunGerritEventUsingPOSTForbidden added in v0.4.0

type ResumeOrRerunGerritEventUsingPOSTForbidden struct {
}

ResumeOrRerunGerritEventUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewResumeOrRerunGerritEventUsingPOSTForbidden added in v0.4.0

func NewResumeOrRerunGerritEventUsingPOSTForbidden() *ResumeOrRerunGerritEventUsingPOSTForbidden

NewResumeOrRerunGerritEventUsingPOSTForbidden creates a ResumeOrRerunGerritEventUsingPOSTForbidden with default headers values

func (*ResumeOrRerunGerritEventUsingPOSTForbidden) Error added in v0.4.0

func (*ResumeOrRerunGerritEventUsingPOSTForbidden) IsClientError added in v0.5.0

IsClientError returns true when this resume or rerun gerrit event using p o s t forbidden response has a 4xx status code

func (*ResumeOrRerunGerritEventUsingPOSTForbidden) IsCode added in v0.5.0

IsCode returns true when this resume or rerun gerrit event using p o s t forbidden response a status code equal to that given

func (*ResumeOrRerunGerritEventUsingPOSTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this resume or rerun gerrit event using p o s t forbidden response has a 3xx status code

func (*ResumeOrRerunGerritEventUsingPOSTForbidden) IsServerError added in v0.5.0

IsServerError returns true when this resume or rerun gerrit event using p o s t forbidden response has a 5xx status code

func (*ResumeOrRerunGerritEventUsingPOSTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this resume or rerun gerrit event using p o s t forbidden response has a 2xx status code

func (*ResumeOrRerunGerritEventUsingPOSTForbidden) String added in v0.5.0

type ResumeOrRerunGerritEventUsingPOSTInternalServerError added in v0.4.0

type ResumeOrRerunGerritEventUsingPOSTInternalServerError struct {
}

ResumeOrRerunGerritEventUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewResumeOrRerunGerritEventUsingPOSTInternalServerError added in v0.4.0

func NewResumeOrRerunGerritEventUsingPOSTInternalServerError() *ResumeOrRerunGerritEventUsingPOSTInternalServerError

NewResumeOrRerunGerritEventUsingPOSTInternalServerError creates a ResumeOrRerunGerritEventUsingPOSTInternalServerError with default headers values

func (*ResumeOrRerunGerritEventUsingPOSTInternalServerError) Error added in v0.4.0

func (*ResumeOrRerunGerritEventUsingPOSTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this resume or rerun gerrit event using p o s t internal server error response has a 4xx status code

func (*ResumeOrRerunGerritEventUsingPOSTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this resume or rerun gerrit event using p o s t internal server error response a status code equal to that given

func (*ResumeOrRerunGerritEventUsingPOSTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this resume or rerun gerrit event using p o s t internal server error response has a 3xx status code

func (*ResumeOrRerunGerritEventUsingPOSTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this resume or rerun gerrit event using p o s t internal server error response has a 5xx status code

func (*ResumeOrRerunGerritEventUsingPOSTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this resume or rerun gerrit event using p o s t internal server error response has a 2xx status code

func (*ResumeOrRerunGerritEventUsingPOSTInternalServerError) String added in v0.5.0

type ResumeOrRerunGerritEventUsingPOSTNotFound added in v0.4.0

type ResumeOrRerunGerritEventUsingPOSTNotFound struct {
	Payload *models.Error
}

ResumeOrRerunGerritEventUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewResumeOrRerunGerritEventUsingPOSTNotFound added in v0.4.0

func NewResumeOrRerunGerritEventUsingPOSTNotFound() *ResumeOrRerunGerritEventUsingPOSTNotFound

NewResumeOrRerunGerritEventUsingPOSTNotFound creates a ResumeOrRerunGerritEventUsingPOSTNotFound with default headers values

func (*ResumeOrRerunGerritEventUsingPOSTNotFound) Error added in v0.4.0

func (*ResumeOrRerunGerritEventUsingPOSTNotFound) GetPayload added in v0.4.0

func (*ResumeOrRerunGerritEventUsingPOSTNotFound) IsClientError added in v0.5.0

IsClientError returns true when this resume or rerun gerrit event using p o s t not found response has a 4xx status code

func (*ResumeOrRerunGerritEventUsingPOSTNotFound) IsCode added in v0.5.0

IsCode returns true when this resume or rerun gerrit event using p o s t not found response a status code equal to that given

func (*ResumeOrRerunGerritEventUsingPOSTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this resume or rerun gerrit event using p o s t not found response has a 3xx status code

func (*ResumeOrRerunGerritEventUsingPOSTNotFound) IsServerError added in v0.5.0

IsServerError returns true when this resume or rerun gerrit event using p o s t not found response has a 5xx status code

func (*ResumeOrRerunGerritEventUsingPOSTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this resume or rerun gerrit event using p o s t not found response has a 2xx status code

func (*ResumeOrRerunGerritEventUsingPOSTNotFound) String added in v0.5.0

type ResumeOrRerunGerritEventUsingPOSTOK added in v0.4.0

type ResumeOrRerunGerritEventUsingPOSTOK struct {
	Payload models.GerritEvent
}

ResumeOrRerunGerritEventUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with Re-run/Resume Gerrit event

func NewResumeOrRerunGerritEventUsingPOSTOK added in v0.4.0

func NewResumeOrRerunGerritEventUsingPOSTOK() *ResumeOrRerunGerritEventUsingPOSTOK

NewResumeOrRerunGerritEventUsingPOSTOK creates a ResumeOrRerunGerritEventUsingPOSTOK with default headers values

func (*ResumeOrRerunGerritEventUsingPOSTOK) Error added in v0.4.0

func (*ResumeOrRerunGerritEventUsingPOSTOK) GetPayload added in v0.4.0

func (*ResumeOrRerunGerritEventUsingPOSTOK) IsClientError added in v0.5.0

func (o *ResumeOrRerunGerritEventUsingPOSTOK) IsClientError() bool

IsClientError returns true when this resume or rerun gerrit event using p o s t o k response has a 4xx status code

func (*ResumeOrRerunGerritEventUsingPOSTOK) IsCode added in v0.5.0

IsCode returns true when this resume or rerun gerrit event using p o s t o k response a status code equal to that given

func (*ResumeOrRerunGerritEventUsingPOSTOK) IsRedirect added in v0.5.0

func (o *ResumeOrRerunGerritEventUsingPOSTOK) IsRedirect() bool

IsRedirect returns true when this resume or rerun gerrit event using p o s t o k response has a 3xx status code

func (*ResumeOrRerunGerritEventUsingPOSTOK) IsServerError added in v0.5.0

func (o *ResumeOrRerunGerritEventUsingPOSTOK) IsServerError() bool

IsServerError returns true when this resume or rerun gerrit event using p o s t o k response has a 5xx status code

func (*ResumeOrRerunGerritEventUsingPOSTOK) IsSuccess added in v0.5.0

IsSuccess returns true when this resume or rerun gerrit event using p o s t o k response has a 2xx status code

func (*ResumeOrRerunGerritEventUsingPOSTOK) String added in v0.5.0

type ResumeOrRerunGerritEventUsingPOSTParams added in v0.4.0

type ResumeOrRerunGerritEventUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* Action.

	   Resume/Rerun
	*/
	Action string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   id
	*/
	ID string

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

ResumeOrRerunGerritEventUsingPOSTParams contains all the parameters to send to the API endpoint

for the resume or rerun gerrit event using p o s t operation.

Typically these are written to a http.Request.

func NewResumeOrRerunGerritEventUsingPOSTParams added in v0.4.0

func NewResumeOrRerunGerritEventUsingPOSTParams() *ResumeOrRerunGerritEventUsingPOSTParams

NewResumeOrRerunGerritEventUsingPOSTParams creates a new ResumeOrRerunGerritEventUsingPOSTParams 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 NewResumeOrRerunGerritEventUsingPOSTParamsWithContext added in v0.4.0

func NewResumeOrRerunGerritEventUsingPOSTParamsWithContext(ctx context.Context) *ResumeOrRerunGerritEventUsingPOSTParams

NewResumeOrRerunGerritEventUsingPOSTParamsWithContext creates a new ResumeOrRerunGerritEventUsingPOSTParams object with the ability to set a context for a request.

func NewResumeOrRerunGerritEventUsingPOSTParamsWithHTTPClient added in v0.4.0

func NewResumeOrRerunGerritEventUsingPOSTParamsWithHTTPClient(client *http.Client) *ResumeOrRerunGerritEventUsingPOSTParams

NewResumeOrRerunGerritEventUsingPOSTParamsWithHTTPClient creates a new ResumeOrRerunGerritEventUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewResumeOrRerunGerritEventUsingPOSTParamsWithTimeout added in v0.4.0

func NewResumeOrRerunGerritEventUsingPOSTParamsWithTimeout(timeout time.Duration) *ResumeOrRerunGerritEventUsingPOSTParams

NewResumeOrRerunGerritEventUsingPOSTParamsWithTimeout creates a new ResumeOrRerunGerritEventUsingPOSTParams object with the ability to set a timeout on a request.

func (*ResumeOrRerunGerritEventUsingPOSTParams) SetAPIVersion added in v0.4.0

func (o *ResumeOrRerunGerritEventUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the resume or rerun gerrit event using p o s t params

func (*ResumeOrRerunGerritEventUsingPOSTParams) SetAction added in v0.4.0

func (o *ResumeOrRerunGerritEventUsingPOSTParams) SetAction(action string)

SetAction adds the action to the resume or rerun gerrit event using p o s t params

func (*ResumeOrRerunGerritEventUsingPOSTParams) SetAuthorization added in v0.4.0

func (o *ResumeOrRerunGerritEventUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the resume or rerun gerrit event using p o s t params

func (*ResumeOrRerunGerritEventUsingPOSTParams) SetContext added in v0.4.0

SetContext adds the context to the resume or rerun gerrit event using p o s t params

func (*ResumeOrRerunGerritEventUsingPOSTParams) SetDefaults added in v0.4.0

func (o *ResumeOrRerunGerritEventUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the resume or rerun gerrit event using p o s t params (not the query body).

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

func (*ResumeOrRerunGerritEventUsingPOSTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the resume or rerun gerrit event using p o s t params

func (*ResumeOrRerunGerritEventUsingPOSTParams) SetID added in v0.4.0

SetID adds the id to the resume or rerun gerrit event using p o s t params

func (*ResumeOrRerunGerritEventUsingPOSTParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the resume or rerun gerrit event using p o s t params

func (*ResumeOrRerunGerritEventUsingPOSTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the resume or rerun gerrit event using p o s t params

func (*ResumeOrRerunGerritEventUsingPOSTParams) WithAction added in v0.4.0

WithAction adds the action to the resume or rerun gerrit event using p o s t params

func (*ResumeOrRerunGerritEventUsingPOSTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the resume or rerun gerrit event using p o s t params

func (*ResumeOrRerunGerritEventUsingPOSTParams) WithContext added in v0.4.0

WithContext adds the context to the resume or rerun gerrit event using p o s t params

func (*ResumeOrRerunGerritEventUsingPOSTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the resume or rerun gerrit event using p o s t params (not the query body).

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

func (*ResumeOrRerunGerritEventUsingPOSTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the resume or rerun gerrit event using p o s t params

func (*ResumeOrRerunGerritEventUsingPOSTParams) WithID added in v0.4.0

WithID adds the id to the resume or rerun gerrit event using p o s t params

func (*ResumeOrRerunGerritEventUsingPOSTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the resume or rerun gerrit event using p o s t params

func (*ResumeOrRerunGerritEventUsingPOSTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type ResumeOrRerunGerritEventUsingPOSTReader added in v0.4.0

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

ResumeOrRerunGerritEventUsingPOSTReader is a Reader for the ResumeOrRerunGerritEventUsingPOST structure.

func (*ResumeOrRerunGerritEventUsingPOSTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type ResumeOrRerunGerritEventUsingPOSTUnauthorized added in v0.4.0

type ResumeOrRerunGerritEventUsingPOSTUnauthorized struct {
}

ResumeOrRerunGerritEventUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewResumeOrRerunGerritEventUsingPOSTUnauthorized added in v0.4.0

func NewResumeOrRerunGerritEventUsingPOSTUnauthorized() *ResumeOrRerunGerritEventUsingPOSTUnauthorized

NewResumeOrRerunGerritEventUsingPOSTUnauthorized creates a ResumeOrRerunGerritEventUsingPOSTUnauthorized with default headers values

func (*ResumeOrRerunGerritEventUsingPOSTUnauthorized) Error added in v0.4.0

func (*ResumeOrRerunGerritEventUsingPOSTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this resume or rerun gerrit event using p o s t unauthorized response has a 4xx status code

func (*ResumeOrRerunGerritEventUsingPOSTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this resume or rerun gerrit event using p o s t unauthorized response a status code equal to that given

func (*ResumeOrRerunGerritEventUsingPOSTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this resume or rerun gerrit event using p o s t unauthorized response has a 3xx status code

func (*ResumeOrRerunGerritEventUsingPOSTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this resume or rerun gerrit event using p o s t unauthorized response has a 5xx status code

func (*ResumeOrRerunGerritEventUsingPOSTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this resume or rerun gerrit event using p o s t unauthorized response has a 2xx status code

func (*ResumeOrRerunGerritEventUsingPOSTUnauthorized) String added in v0.5.0

type ResumeOrRerunGitEventUsingPOSTForbidden added in v0.4.0

type ResumeOrRerunGitEventUsingPOSTForbidden struct {
}

ResumeOrRerunGitEventUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewResumeOrRerunGitEventUsingPOSTForbidden added in v0.4.0

func NewResumeOrRerunGitEventUsingPOSTForbidden() *ResumeOrRerunGitEventUsingPOSTForbidden

NewResumeOrRerunGitEventUsingPOSTForbidden creates a ResumeOrRerunGitEventUsingPOSTForbidden with default headers values

func (*ResumeOrRerunGitEventUsingPOSTForbidden) Error added in v0.4.0

func (*ResumeOrRerunGitEventUsingPOSTForbidden) IsClientError added in v0.5.0

func (o *ResumeOrRerunGitEventUsingPOSTForbidden) IsClientError() bool

IsClientError returns true when this resume or rerun git event using p o s t forbidden response has a 4xx status code

func (*ResumeOrRerunGitEventUsingPOSTForbidden) IsCode added in v0.5.0

IsCode returns true when this resume or rerun git event using p o s t forbidden response a status code equal to that given

func (*ResumeOrRerunGitEventUsingPOSTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this resume or rerun git event using p o s t forbidden response has a 3xx status code

func (*ResumeOrRerunGitEventUsingPOSTForbidden) IsServerError added in v0.5.0

func (o *ResumeOrRerunGitEventUsingPOSTForbidden) IsServerError() bool

IsServerError returns true when this resume or rerun git event using p o s t forbidden response has a 5xx status code

func (*ResumeOrRerunGitEventUsingPOSTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this resume or rerun git event using p o s t forbidden response has a 2xx status code

func (*ResumeOrRerunGitEventUsingPOSTForbidden) String added in v0.5.0

type ResumeOrRerunGitEventUsingPOSTInternalServerError added in v0.4.0

type ResumeOrRerunGitEventUsingPOSTInternalServerError struct {
}

ResumeOrRerunGitEventUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewResumeOrRerunGitEventUsingPOSTInternalServerError added in v0.4.0

func NewResumeOrRerunGitEventUsingPOSTInternalServerError() *ResumeOrRerunGitEventUsingPOSTInternalServerError

NewResumeOrRerunGitEventUsingPOSTInternalServerError creates a ResumeOrRerunGitEventUsingPOSTInternalServerError with default headers values

func (*ResumeOrRerunGitEventUsingPOSTInternalServerError) Error added in v0.4.0

func (*ResumeOrRerunGitEventUsingPOSTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this resume or rerun git event using p o s t internal server error response has a 4xx status code

func (*ResumeOrRerunGitEventUsingPOSTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this resume or rerun git event using p o s t internal server error response a status code equal to that given

func (*ResumeOrRerunGitEventUsingPOSTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this resume or rerun git event using p o s t internal server error response has a 3xx status code

func (*ResumeOrRerunGitEventUsingPOSTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this resume or rerun git event using p o s t internal server error response has a 5xx status code

func (*ResumeOrRerunGitEventUsingPOSTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this resume or rerun git event using p o s t internal server error response has a 2xx status code

func (*ResumeOrRerunGitEventUsingPOSTInternalServerError) String added in v0.5.0

type ResumeOrRerunGitEventUsingPOSTNotFound added in v0.4.0

type ResumeOrRerunGitEventUsingPOSTNotFound struct {
	Payload *models.Error
}

ResumeOrRerunGitEventUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewResumeOrRerunGitEventUsingPOSTNotFound added in v0.4.0

func NewResumeOrRerunGitEventUsingPOSTNotFound() *ResumeOrRerunGitEventUsingPOSTNotFound

NewResumeOrRerunGitEventUsingPOSTNotFound creates a ResumeOrRerunGitEventUsingPOSTNotFound with default headers values

func (*ResumeOrRerunGitEventUsingPOSTNotFound) Error added in v0.4.0

func (*ResumeOrRerunGitEventUsingPOSTNotFound) GetPayload added in v0.4.0

func (*ResumeOrRerunGitEventUsingPOSTNotFound) IsClientError added in v0.5.0

func (o *ResumeOrRerunGitEventUsingPOSTNotFound) IsClientError() bool

IsClientError returns true when this resume or rerun git event using p o s t not found response has a 4xx status code

func (*ResumeOrRerunGitEventUsingPOSTNotFound) IsCode added in v0.5.0

IsCode returns true when this resume or rerun git event using p o s t not found response a status code equal to that given

func (*ResumeOrRerunGitEventUsingPOSTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this resume or rerun git event using p o s t not found response has a 3xx status code

func (*ResumeOrRerunGitEventUsingPOSTNotFound) IsServerError added in v0.5.0

func (o *ResumeOrRerunGitEventUsingPOSTNotFound) IsServerError() bool

IsServerError returns true when this resume or rerun git event using p o s t not found response has a 5xx status code

func (*ResumeOrRerunGitEventUsingPOSTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this resume or rerun git event using p o s t not found response has a 2xx status code

func (*ResumeOrRerunGitEventUsingPOSTNotFound) String added in v0.5.0

type ResumeOrRerunGitEventUsingPOSTOK added in v0.4.0

type ResumeOrRerunGitEventUsingPOSTOK struct {
	Payload models.GitEvent
}

ResumeOrRerunGitEventUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with Re-run/Resume Git Event

func NewResumeOrRerunGitEventUsingPOSTOK added in v0.4.0

func NewResumeOrRerunGitEventUsingPOSTOK() *ResumeOrRerunGitEventUsingPOSTOK

NewResumeOrRerunGitEventUsingPOSTOK creates a ResumeOrRerunGitEventUsingPOSTOK with default headers values

func (*ResumeOrRerunGitEventUsingPOSTOK) Error added in v0.4.0

func (*ResumeOrRerunGitEventUsingPOSTOK) GetPayload added in v0.4.0

func (*ResumeOrRerunGitEventUsingPOSTOK) IsClientError added in v0.5.0

func (o *ResumeOrRerunGitEventUsingPOSTOK) IsClientError() bool

IsClientError returns true when this resume or rerun git event using p o s t o k response has a 4xx status code

func (*ResumeOrRerunGitEventUsingPOSTOK) IsCode added in v0.5.0

func (o *ResumeOrRerunGitEventUsingPOSTOK) IsCode(code int) bool

IsCode returns true when this resume or rerun git event using p o s t o k response a status code equal to that given

func (*ResumeOrRerunGitEventUsingPOSTOK) IsRedirect added in v0.5.0

func (o *ResumeOrRerunGitEventUsingPOSTOK) IsRedirect() bool

IsRedirect returns true when this resume or rerun git event using p o s t o k response has a 3xx status code

func (*ResumeOrRerunGitEventUsingPOSTOK) IsServerError added in v0.5.0

func (o *ResumeOrRerunGitEventUsingPOSTOK) IsServerError() bool

IsServerError returns true when this resume or rerun git event using p o s t o k response has a 5xx status code

func (*ResumeOrRerunGitEventUsingPOSTOK) IsSuccess added in v0.5.0

func (o *ResumeOrRerunGitEventUsingPOSTOK) IsSuccess() bool

IsSuccess returns true when this resume or rerun git event using p o s t o k response has a 2xx status code

func (*ResumeOrRerunGitEventUsingPOSTOK) String added in v0.5.0

type ResumeOrRerunGitEventUsingPOSTParams added in v0.4.0

type ResumeOrRerunGitEventUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* Action.

	   Resume/Rerun
	*/
	Action string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   id
	*/
	ID string

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

ResumeOrRerunGitEventUsingPOSTParams contains all the parameters to send to the API endpoint

for the resume or rerun git event using p o s t operation.

Typically these are written to a http.Request.

func NewResumeOrRerunGitEventUsingPOSTParams added in v0.4.0

func NewResumeOrRerunGitEventUsingPOSTParams() *ResumeOrRerunGitEventUsingPOSTParams

NewResumeOrRerunGitEventUsingPOSTParams creates a new ResumeOrRerunGitEventUsingPOSTParams 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 NewResumeOrRerunGitEventUsingPOSTParamsWithContext added in v0.4.0

func NewResumeOrRerunGitEventUsingPOSTParamsWithContext(ctx context.Context) *ResumeOrRerunGitEventUsingPOSTParams

NewResumeOrRerunGitEventUsingPOSTParamsWithContext creates a new ResumeOrRerunGitEventUsingPOSTParams object with the ability to set a context for a request.

func NewResumeOrRerunGitEventUsingPOSTParamsWithHTTPClient added in v0.4.0

func NewResumeOrRerunGitEventUsingPOSTParamsWithHTTPClient(client *http.Client) *ResumeOrRerunGitEventUsingPOSTParams

NewResumeOrRerunGitEventUsingPOSTParamsWithHTTPClient creates a new ResumeOrRerunGitEventUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewResumeOrRerunGitEventUsingPOSTParamsWithTimeout added in v0.4.0

func NewResumeOrRerunGitEventUsingPOSTParamsWithTimeout(timeout time.Duration) *ResumeOrRerunGitEventUsingPOSTParams

NewResumeOrRerunGitEventUsingPOSTParamsWithTimeout creates a new ResumeOrRerunGitEventUsingPOSTParams object with the ability to set a timeout on a request.

func (*ResumeOrRerunGitEventUsingPOSTParams) SetAPIVersion added in v0.4.0

func (o *ResumeOrRerunGitEventUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the resume or rerun git event using p o s t params

func (*ResumeOrRerunGitEventUsingPOSTParams) SetAction added in v0.4.0

func (o *ResumeOrRerunGitEventUsingPOSTParams) SetAction(action string)

SetAction adds the action to the resume or rerun git event using p o s t params

func (*ResumeOrRerunGitEventUsingPOSTParams) SetAuthorization added in v0.4.0

func (o *ResumeOrRerunGitEventUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the resume or rerun git event using p o s t params

func (*ResumeOrRerunGitEventUsingPOSTParams) SetContext added in v0.4.0

SetContext adds the context to the resume or rerun git event using p o s t params

func (*ResumeOrRerunGitEventUsingPOSTParams) SetDefaults added in v0.4.0

func (o *ResumeOrRerunGitEventUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the resume or rerun git event using p o s t params (not the query body).

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

func (*ResumeOrRerunGitEventUsingPOSTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the resume or rerun git event using p o s t params

func (*ResumeOrRerunGitEventUsingPOSTParams) SetID added in v0.4.0

SetID adds the id to the resume or rerun git event using p o s t params

func (*ResumeOrRerunGitEventUsingPOSTParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the resume or rerun git event using p o s t params

func (*ResumeOrRerunGitEventUsingPOSTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the resume or rerun git event using p o s t params

func (*ResumeOrRerunGitEventUsingPOSTParams) WithAction added in v0.4.0

WithAction adds the action to the resume or rerun git event using p o s t params

func (*ResumeOrRerunGitEventUsingPOSTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the resume or rerun git event using p o s t params

func (*ResumeOrRerunGitEventUsingPOSTParams) WithContext added in v0.4.0

WithContext adds the context to the resume or rerun git event using p o s t params

func (*ResumeOrRerunGitEventUsingPOSTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the resume or rerun git event using p o s t params (not the query body).

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

func (*ResumeOrRerunGitEventUsingPOSTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the resume or rerun git event using p o s t params

func (*ResumeOrRerunGitEventUsingPOSTParams) WithID added in v0.4.0

WithID adds the id to the resume or rerun git event using p o s t params

func (*ResumeOrRerunGitEventUsingPOSTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the resume or rerun git event using p o s t params

func (*ResumeOrRerunGitEventUsingPOSTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type ResumeOrRerunGitEventUsingPOSTReader added in v0.4.0

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

ResumeOrRerunGitEventUsingPOSTReader is a Reader for the ResumeOrRerunGitEventUsingPOST structure.

func (*ResumeOrRerunGitEventUsingPOSTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type ResumeOrRerunGitEventUsingPOSTUnauthorized added in v0.4.0

type ResumeOrRerunGitEventUsingPOSTUnauthorized struct {
}

ResumeOrRerunGitEventUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewResumeOrRerunGitEventUsingPOSTUnauthorized added in v0.4.0

func NewResumeOrRerunGitEventUsingPOSTUnauthorized() *ResumeOrRerunGitEventUsingPOSTUnauthorized

NewResumeOrRerunGitEventUsingPOSTUnauthorized creates a ResumeOrRerunGitEventUsingPOSTUnauthorized with default headers values

func (*ResumeOrRerunGitEventUsingPOSTUnauthorized) Error added in v0.4.0

func (*ResumeOrRerunGitEventUsingPOSTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this resume or rerun git event using p o s t unauthorized response has a 4xx status code

func (*ResumeOrRerunGitEventUsingPOSTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this resume or rerun git event using p o s t unauthorized response a status code equal to that given

func (*ResumeOrRerunGitEventUsingPOSTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this resume or rerun git event using p o s t unauthorized response has a 3xx status code

func (*ResumeOrRerunGitEventUsingPOSTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this resume or rerun git event using p o s t unauthorized response has a 5xx status code

func (*ResumeOrRerunGitEventUsingPOSTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this resume or rerun git event using p o s t unauthorized response has a 2xx status code

func (*ResumeOrRerunGitEventUsingPOSTUnauthorized) String added in v0.5.0

type UpdateDockerRegistryWebhookByIDUsingPUTForbidden added in v0.4.0

type UpdateDockerRegistryWebhookByIDUsingPUTForbidden struct {
}

UpdateDockerRegistryWebhookByIDUsingPUTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateDockerRegistryWebhookByIDUsingPUTForbidden added in v0.4.0

func NewUpdateDockerRegistryWebhookByIDUsingPUTForbidden() *UpdateDockerRegistryWebhookByIDUsingPUTForbidden

NewUpdateDockerRegistryWebhookByIDUsingPUTForbidden creates a UpdateDockerRegistryWebhookByIDUsingPUTForbidden with default headers values

func (*UpdateDockerRegistryWebhookByIDUsingPUTForbidden) Error added in v0.4.0

func (*UpdateDockerRegistryWebhookByIDUsingPUTForbidden) IsClientError added in v0.5.0

IsClientError returns true when this update docker registry webhook by Id using p u t forbidden response has a 4xx status code

func (*UpdateDockerRegistryWebhookByIDUsingPUTForbidden) IsCode added in v0.5.0

IsCode returns true when this update docker registry webhook by Id using p u t forbidden response a status code equal to that given

func (*UpdateDockerRegistryWebhookByIDUsingPUTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this update docker registry webhook by Id using p u t forbidden response has a 3xx status code

func (*UpdateDockerRegistryWebhookByIDUsingPUTForbidden) IsServerError added in v0.5.0

IsServerError returns true when this update docker registry webhook by Id using p u t forbidden response has a 5xx status code

func (*UpdateDockerRegistryWebhookByIDUsingPUTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this update docker registry webhook by Id using p u t forbidden response has a 2xx status code

func (*UpdateDockerRegistryWebhookByIDUsingPUTForbidden) String added in v0.5.0

type UpdateDockerRegistryWebhookByIDUsingPUTInternalServerError added in v0.4.0

type UpdateDockerRegistryWebhookByIDUsingPUTInternalServerError struct {
}

UpdateDockerRegistryWebhookByIDUsingPUTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewUpdateDockerRegistryWebhookByIDUsingPUTInternalServerError added in v0.4.0

func NewUpdateDockerRegistryWebhookByIDUsingPUTInternalServerError() *UpdateDockerRegistryWebhookByIDUsingPUTInternalServerError

NewUpdateDockerRegistryWebhookByIDUsingPUTInternalServerError creates a UpdateDockerRegistryWebhookByIDUsingPUTInternalServerError with default headers values

func (*UpdateDockerRegistryWebhookByIDUsingPUTInternalServerError) Error added in v0.4.0

func (*UpdateDockerRegistryWebhookByIDUsingPUTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this update docker registry webhook by Id using p u t internal server error response has a 4xx status code

func (*UpdateDockerRegistryWebhookByIDUsingPUTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this update docker registry webhook by Id using p u t internal server error response a status code equal to that given

func (*UpdateDockerRegistryWebhookByIDUsingPUTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this update docker registry webhook by Id using p u t internal server error response has a 3xx status code

func (*UpdateDockerRegistryWebhookByIDUsingPUTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this update docker registry webhook by Id using p u t internal server error response has a 5xx status code

func (*UpdateDockerRegistryWebhookByIDUsingPUTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this update docker registry webhook by Id using p u t internal server error response has a 2xx status code

func (*UpdateDockerRegistryWebhookByIDUsingPUTInternalServerError) String added in v0.5.0

type UpdateDockerRegistryWebhookByIDUsingPUTNotFound added in v0.4.0

type UpdateDockerRegistryWebhookByIDUsingPUTNotFound struct {
	Payload *models.Error
}

UpdateDockerRegistryWebhookByIDUsingPUTNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateDockerRegistryWebhookByIDUsingPUTNotFound added in v0.4.0

func NewUpdateDockerRegistryWebhookByIDUsingPUTNotFound() *UpdateDockerRegistryWebhookByIDUsingPUTNotFound

NewUpdateDockerRegistryWebhookByIDUsingPUTNotFound creates a UpdateDockerRegistryWebhookByIDUsingPUTNotFound with default headers values

func (*UpdateDockerRegistryWebhookByIDUsingPUTNotFound) Error added in v0.4.0

func (*UpdateDockerRegistryWebhookByIDUsingPUTNotFound) GetPayload added in v0.4.0

func (*UpdateDockerRegistryWebhookByIDUsingPUTNotFound) IsClientError added in v0.5.0

IsClientError returns true when this update docker registry webhook by Id using p u t not found response has a 4xx status code

func (*UpdateDockerRegistryWebhookByIDUsingPUTNotFound) IsCode added in v0.5.0

IsCode returns true when this update docker registry webhook by Id using p u t not found response a status code equal to that given

func (*UpdateDockerRegistryWebhookByIDUsingPUTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this update docker registry webhook by Id using p u t not found response has a 3xx status code

func (*UpdateDockerRegistryWebhookByIDUsingPUTNotFound) IsServerError added in v0.5.0

IsServerError returns true when this update docker registry webhook by Id using p u t not found response has a 5xx status code

func (*UpdateDockerRegistryWebhookByIDUsingPUTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this update docker registry webhook by Id using p u t not found response has a 2xx status code

func (*UpdateDockerRegistryWebhookByIDUsingPUTNotFound) String added in v0.5.0

type UpdateDockerRegistryWebhookByIDUsingPUTOK added in v0.4.0

type UpdateDockerRegistryWebhookByIDUsingPUTOK struct {
	Payload models.DockerRegistryWebHook
}

UpdateDockerRegistryWebhookByIDUsingPUTOK describes a response with status code 200, with default header values.

'Success' with Docker Registry Webhook Update

func NewUpdateDockerRegistryWebhookByIDUsingPUTOK added in v0.4.0

func NewUpdateDockerRegistryWebhookByIDUsingPUTOK() *UpdateDockerRegistryWebhookByIDUsingPUTOK

NewUpdateDockerRegistryWebhookByIDUsingPUTOK creates a UpdateDockerRegistryWebhookByIDUsingPUTOK with default headers values

func (*UpdateDockerRegistryWebhookByIDUsingPUTOK) Error added in v0.4.0

func (*UpdateDockerRegistryWebhookByIDUsingPUTOK) GetPayload added in v0.4.0

func (*UpdateDockerRegistryWebhookByIDUsingPUTOK) IsClientError added in v0.5.0

IsClientError returns true when this update docker registry webhook by Id using p u t o k response has a 4xx status code

func (*UpdateDockerRegistryWebhookByIDUsingPUTOK) IsCode added in v0.5.0

IsCode returns true when this update docker registry webhook by Id using p u t o k response a status code equal to that given

func (*UpdateDockerRegistryWebhookByIDUsingPUTOK) IsRedirect added in v0.5.0

IsRedirect returns true when this update docker registry webhook by Id using p u t o k response has a 3xx status code

func (*UpdateDockerRegistryWebhookByIDUsingPUTOK) IsServerError added in v0.5.0

IsServerError returns true when this update docker registry webhook by Id using p u t o k response has a 5xx status code

func (*UpdateDockerRegistryWebhookByIDUsingPUTOK) IsSuccess added in v0.5.0

IsSuccess returns true when this update docker registry webhook by Id using p u t o k response has a 2xx status code

func (*UpdateDockerRegistryWebhookByIDUsingPUTOK) String added in v0.5.0

type UpdateDockerRegistryWebhookByIDUsingPUTParams added in v0.4.0

type UpdateDockerRegistryWebhookByIDUsingPUTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* DockerRegistryWebHookSpec.

	   dockerRegistryWebHookSpec
	*/
	DockerRegistryWebHookSpec models.DockerRegistryWebHookSpec

	/* ID.

	   id
	*/
	ID string

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

UpdateDockerRegistryWebhookByIDUsingPUTParams contains all the parameters to send to the API endpoint

for the update docker registry webhook by Id using p u t operation.

Typically these are written to a http.Request.

func NewUpdateDockerRegistryWebhookByIDUsingPUTParams added in v0.4.0

func NewUpdateDockerRegistryWebhookByIDUsingPUTParams() *UpdateDockerRegistryWebhookByIDUsingPUTParams

NewUpdateDockerRegistryWebhookByIDUsingPUTParams creates a new UpdateDockerRegistryWebhookByIDUsingPUTParams 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 NewUpdateDockerRegistryWebhookByIDUsingPUTParamsWithContext added in v0.4.0

func NewUpdateDockerRegistryWebhookByIDUsingPUTParamsWithContext(ctx context.Context) *UpdateDockerRegistryWebhookByIDUsingPUTParams

NewUpdateDockerRegistryWebhookByIDUsingPUTParamsWithContext creates a new UpdateDockerRegistryWebhookByIDUsingPUTParams object with the ability to set a context for a request.

func NewUpdateDockerRegistryWebhookByIDUsingPUTParamsWithHTTPClient added in v0.4.0

func NewUpdateDockerRegistryWebhookByIDUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateDockerRegistryWebhookByIDUsingPUTParams

NewUpdateDockerRegistryWebhookByIDUsingPUTParamsWithHTTPClient creates a new UpdateDockerRegistryWebhookByIDUsingPUTParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateDockerRegistryWebhookByIDUsingPUTParamsWithTimeout added in v0.4.0

func NewUpdateDockerRegistryWebhookByIDUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateDockerRegistryWebhookByIDUsingPUTParams

NewUpdateDockerRegistryWebhookByIDUsingPUTParamsWithTimeout creates a new UpdateDockerRegistryWebhookByIDUsingPUTParams object with the ability to set a timeout on a request.

func (*UpdateDockerRegistryWebhookByIDUsingPUTParams) SetAPIVersion added in v0.4.0

func (o *UpdateDockerRegistryWebhookByIDUsingPUTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update docker registry webhook by Id using p u t params

func (*UpdateDockerRegistryWebhookByIDUsingPUTParams) SetAuthorization added in v0.4.0

func (o *UpdateDockerRegistryWebhookByIDUsingPUTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the update docker registry webhook by Id using p u t params

func (*UpdateDockerRegistryWebhookByIDUsingPUTParams) SetContext added in v0.4.0

SetContext adds the context to the update docker registry webhook by Id using p u t params

func (*UpdateDockerRegistryWebhookByIDUsingPUTParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the update docker registry webhook by Id using p u t params (not the query body).

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

func (*UpdateDockerRegistryWebhookByIDUsingPUTParams) SetDockerRegistryWebHookSpec added in v0.4.0

func (o *UpdateDockerRegistryWebhookByIDUsingPUTParams) SetDockerRegistryWebHookSpec(dockerRegistryWebHookSpec models.DockerRegistryWebHookSpec)

SetDockerRegistryWebHookSpec adds the dockerRegistryWebHookSpec to the update docker registry webhook by Id using p u t params

func (*UpdateDockerRegistryWebhookByIDUsingPUTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the update docker registry webhook by Id using p u t params

func (*UpdateDockerRegistryWebhookByIDUsingPUTParams) SetID added in v0.4.0

SetID adds the id to the update docker registry webhook by Id using p u t params

func (*UpdateDockerRegistryWebhookByIDUsingPUTParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the update docker registry webhook by Id using p u t params

func (*UpdateDockerRegistryWebhookByIDUsingPUTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the update docker registry webhook by Id using p u t params

func (*UpdateDockerRegistryWebhookByIDUsingPUTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the update docker registry webhook by Id using p u t params

func (*UpdateDockerRegistryWebhookByIDUsingPUTParams) WithContext added in v0.4.0

WithContext adds the context to the update docker registry webhook by Id using p u t params

func (*UpdateDockerRegistryWebhookByIDUsingPUTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the update docker registry webhook by Id using p u t params (not the query body).

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

func (*UpdateDockerRegistryWebhookByIDUsingPUTParams) WithDockerRegistryWebHookSpec added in v0.4.0

WithDockerRegistryWebHookSpec adds the dockerRegistryWebHookSpec to the update docker registry webhook by Id using p u t params

func (*UpdateDockerRegistryWebhookByIDUsingPUTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the update docker registry webhook by Id using p u t params

func (*UpdateDockerRegistryWebhookByIDUsingPUTParams) WithID added in v0.4.0

WithID adds the id to the update docker registry webhook by Id using p u t params

func (*UpdateDockerRegistryWebhookByIDUsingPUTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the update docker registry webhook by Id using p u t params

func (*UpdateDockerRegistryWebhookByIDUsingPUTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type UpdateDockerRegistryWebhookByIDUsingPUTReader added in v0.4.0

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

UpdateDockerRegistryWebhookByIDUsingPUTReader is a Reader for the UpdateDockerRegistryWebhookByIDUsingPUT structure.

func (*UpdateDockerRegistryWebhookByIDUsingPUTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type UpdateDockerRegistryWebhookByIDUsingPUTUnauthorized added in v0.4.0

type UpdateDockerRegistryWebhookByIDUsingPUTUnauthorized struct {
}

UpdateDockerRegistryWebhookByIDUsingPUTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewUpdateDockerRegistryWebhookByIDUsingPUTUnauthorized added in v0.4.0

func NewUpdateDockerRegistryWebhookByIDUsingPUTUnauthorized() *UpdateDockerRegistryWebhookByIDUsingPUTUnauthorized

NewUpdateDockerRegistryWebhookByIDUsingPUTUnauthorized creates a UpdateDockerRegistryWebhookByIDUsingPUTUnauthorized with default headers values

func (*UpdateDockerRegistryWebhookByIDUsingPUTUnauthorized) Error added in v0.4.0

func (*UpdateDockerRegistryWebhookByIDUsingPUTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this update docker registry webhook by Id using p u t unauthorized response has a 4xx status code

func (*UpdateDockerRegistryWebhookByIDUsingPUTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this update docker registry webhook by Id using p u t unauthorized response a status code equal to that given

func (*UpdateDockerRegistryWebhookByIDUsingPUTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this update docker registry webhook by Id using p u t unauthorized response has a 3xx status code

func (*UpdateDockerRegistryWebhookByIDUsingPUTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this update docker registry webhook by Id using p u t unauthorized response has a 5xx status code

func (*UpdateDockerRegistryWebhookByIDUsingPUTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this update docker registry webhook by Id using p u t unauthorized response has a 2xx status code

func (*UpdateDockerRegistryWebhookByIDUsingPUTUnauthorized) String added in v0.5.0

type UpdateDockerRegistryWebhookByNameUsingPUTForbidden added in v0.4.0

type UpdateDockerRegistryWebhookByNameUsingPUTForbidden struct {
}

UpdateDockerRegistryWebhookByNameUsingPUTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateDockerRegistryWebhookByNameUsingPUTForbidden added in v0.4.0

func NewUpdateDockerRegistryWebhookByNameUsingPUTForbidden() *UpdateDockerRegistryWebhookByNameUsingPUTForbidden

NewUpdateDockerRegistryWebhookByNameUsingPUTForbidden creates a UpdateDockerRegistryWebhookByNameUsingPUTForbidden with default headers values

func (*UpdateDockerRegistryWebhookByNameUsingPUTForbidden) Error added in v0.4.0

func (*UpdateDockerRegistryWebhookByNameUsingPUTForbidden) IsClientError added in v0.5.0

IsClientError returns true when this update docker registry webhook by name using p u t forbidden response has a 4xx status code

func (*UpdateDockerRegistryWebhookByNameUsingPUTForbidden) IsCode added in v0.5.0

IsCode returns true when this update docker registry webhook by name using p u t forbidden response a status code equal to that given

func (*UpdateDockerRegistryWebhookByNameUsingPUTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this update docker registry webhook by name using p u t forbidden response has a 3xx status code

func (*UpdateDockerRegistryWebhookByNameUsingPUTForbidden) IsServerError added in v0.5.0

IsServerError returns true when this update docker registry webhook by name using p u t forbidden response has a 5xx status code

func (*UpdateDockerRegistryWebhookByNameUsingPUTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this update docker registry webhook by name using p u t forbidden response has a 2xx status code

func (*UpdateDockerRegistryWebhookByNameUsingPUTForbidden) String added in v0.5.0

type UpdateDockerRegistryWebhookByNameUsingPUTInternalServerError added in v0.4.0

type UpdateDockerRegistryWebhookByNameUsingPUTInternalServerError struct {
}

UpdateDockerRegistryWebhookByNameUsingPUTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewUpdateDockerRegistryWebhookByNameUsingPUTInternalServerError added in v0.4.0

func NewUpdateDockerRegistryWebhookByNameUsingPUTInternalServerError() *UpdateDockerRegistryWebhookByNameUsingPUTInternalServerError

NewUpdateDockerRegistryWebhookByNameUsingPUTInternalServerError creates a UpdateDockerRegistryWebhookByNameUsingPUTInternalServerError with default headers values

func (*UpdateDockerRegistryWebhookByNameUsingPUTInternalServerError) Error added in v0.4.0

func (*UpdateDockerRegistryWebhookByNameUsingPUTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this update docker registry webhook by name using p u t internal server error response has a 4xx status code

func (*UpdateDockerRegistryWebhookByNameUsingPUTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this update docker registry webhook by name using p u t internal server error response a status code equal to that given

func (*UpdateDockerRegistryWebhookByNameUsingPUTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this update docker registry webhook by name using p u t internal server error response has a 3xx status code

func (*UpdateDockerRegistryWebhookByNameUsingPUTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this update docker registry webhook by name using p u t internal server error response has a 5xx status code

func (*UpdateDockerRegistryWebhookByNameUsingPUTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this update docker registry webhook by name using p u t internal server error response has a 2xx status code

func (*UpdateDockerRegistryWebhookByNameUsingPUTInternalServerError) String added in v0.5.0

type UpdateDockerRegistryWebhookByNameUsingPUTNotFound added in v0.4.0

type UpdateDockerRegistryWebhookByNameUsingPUTNotFound struct {
	Payload *models.Error
}

UpdateDockerRegistryWebhookByNameUsingPUTNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateDockerRegistryWebhookByNameUsingPUTNotFound added in v0.4.0

func NewUpdateDockerRegistryWebhookByNameUsingPUTNotFound() *UpdateDockerRegistryWebhookByNameUsingPUTNotFound

NewUpdateDockerRegistryWebhookByNameUsingPUTNotFound creates a UpdateDockerRegistryWebhookByNameUsingPUTNotFound with default headers values

func (*UpdateDockerRegistryWebhookByNameUsingPUTNotFound) Error added in v0.4.0

func (*UpdateDockerRegistryWebhookByNameUsingPUTNotFound) GetPayload added in v0.4.0

func (*UpdateDockerRegistryWebhookByNameUsingPUTNotFound) IsClientError added in v0.5.0

IsClientError returns true when this update docker registry webhook by name using p u t not found response has a 4xx status code

func (*UpdateDockerRegistryWebhookByNameUsingPUTNotFound) IsCode added in v0.5.0

IsCode returns true when this update docker registry webhook by name using p u t not found response a status code equal to that given

func (*UpdateDockerRegistryWebhookByNameUsingPUTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this update docker registry webhook by name using p u t not found response has a 3xx status code

func (*UpdateDockerRegistryWebhookByNameUsingPUTNotFound) IsServerError added in v0.5.0

IsServerError returns true when this update docker registry webhook by name using p u t not found response has a 5xx status code

func (*UpdateDockerRegistryWebhookByNameUsingPUTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this update docker registry webhook by name using p u t not found response has a 2xx status code

func (*UpdateDockerRegistryWebhookByNameUsingPUTNotFound) String added in v0.5.0

type UpdateDockerRegistryWebhookByNameUsingPUTOK added in v0.4.0

type UpdateDockerRegistryWebhookByNameUsingPUTOK struct {
	Payload models.DockerRegistryWebHook
}

UpdateDockerRegistryWebhookByNameUsingPUTOK describes a response with status code 200, with default header values.

'Success' with Docker Registry Webhook Update

func NewUpdateDockerRegistryWebhookByNameUsingPUTOK added in v0.4.0

func NewUpdateDockerRegistryWebhookByNameUsingPUTOK() *UpdateDockerRegistryWebhookByNameUsingPUTOK

NewUpdateDockerRegistryWebhookByNameUsingPUTOK creates a UpdateDockerRegistryWebhookByNameUsingPUTOK with default headers values

func (*UpdateDockerRegistryWebhookByNameUsingPUTOK) Error added in v0.4.0

func (*UpdateDockerRegistryWebhookByNameUsingPUTOK) GetPayload added in v0.4.0

func (*UpdateDockerRegistryWebhookByNameUsingPUTOK) IsClientError added in v0.5.0

IsClientError returns true when this update docker registry webhook by name using p u t o k response has a 4xx status code

func (*UpdateDockerRegistryWebhookByNameUsingPUTOK) IsCode added in v0.5.0

IsCode returns true when this update docker registry webhook by name using p u t o k response a status code equal to that given

func (*UpdateDockerRegistryWebhookByNameUsingPUTOK) IsRedirect added in v0.5.0

IsRedirect returns true when this update docker registry webhook by name using p u t o k response has a 3xx status code

func (*UpdateDockerRegistryWebhookByNameUsingPUTOK) IsServerError added in v0.5.0

IsServerError returns true when this update docker registry webhook by name using p u t o k response has a 5xx status code

func (*UpdateDockerRegistryWebhookByNameUsingPUTOK) IsSuccess added in v0.5.0

IsSuccess returns true when this update docker registry webhook by name using p u t o k response has a 2xx status code

func (*UpdateDockerRegistryWebhookByNameUsingPUTOK) String added in v0.5.0

type UpdateDockerRegistryWebhookByNameUsingPUTParams added in v0.4.0

type UpdateDockerRegistryWebhookByNameUsingPUTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* DockerRegistryWebHookSpec.

	   dockerRegistryWebHookSpec
	*/
	DockerRegistryWebHookSpec models.DockerRegistryWebHookSpec

	/* Name.

	   name
	*/
	Name string

	/* Project.

	   project
	*/
	Project string

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

UpdateDockerRegistryWebhookByNameUsingPUTParams contains all the parameters to send to the API endpoint

for the update docker registry webhook by name using p u t operation.

Typically these are written to a http.Request.

func NewUpdateDockerRegistryWebhookByNameUsingPUTParams added in v0.4.0

func NewUpdateDockerRegistryWebhookByNameUsingPUTParams() *UpdateDockerRegistryWebhookByNameUsingPUTParams

NewUpdateDockerRegistryWebhookByNameUsingPUTParams creates a new UpdateDockerRegistryWebhookByNameUsingPUTParams 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 NewUpdateDockerRegistryWebhookByNameUsingPUTParamsWithContext added in v0.4.0

func NewUpdateDockerRegistryWebhookByNameUsingPUTParamsWithContext(ctx context.Context) *UpdateDockerRegistryWebhookByNameUsingPUTParams

NewUpdateDockerRegistryWebhookByNameUsingPUTParamsWithContext creates a new UpdateDockerRegistryWebhookByNameUsingPUTParams object with the ability to set a context for a request.

func NewUpdateDockerRegistryWebhookByNameUsingPUTParamsWithHTTPClient added in v0.4.0

func NewUpdateDockerRegistryWebhookByNameUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateDockerRegistryWebhookByNameUsingPUTParams

NewUpdateDockerRegistryWebhookByNameUsingPUTParamsWithHTTPClient creates a new UpdateDockerRegistryWebhookByNameUsingPUTParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateDockerRegistryWebhookByNameUsingPUTParamsWithTimeout added in v0.4.0

func NewUpdateDockerRegistryWebhookByNameUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateDockerRegistryWebhookByNameUsingPUTParams

NewUpdateDockerRegistryWebhookByNameUsingPUTParamsWithTimeout creates a new UpdateDockerRegistryWebhookByNameUsingPUTParams object with the ability to set a timeout on a request.

func (*UpdateDockerRegistryWebhookByNameUsingPUTParams) SetAPIVersion added in v0.4.0

func (o *UpdateDockerRegistryWebhookByNameUsingPUTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update docker registry webhook by name using p u t params

func (*UpdateDockerRegistryWebhookByNameUsingPUTParams) SetAuthorization added in v0.4.0

func (o *UpdateDockerRegistryWebhookByNameUsingPUTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the update docker registry webhook by name using p u t params

func (*UpdateDockerRegistryWebhookByNameUsingPUTParams) SetContext added in v0.4.0

SetContext adds the context to the update docker registry webhook by name using p u t params

func (*UpdateDockerRegistryWebhookByNameUsingPUTParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the update docker registry webhook by name using p u t params (not the query body).

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

func (*UpdateDockerRegistryWebhookByNameUsingPUTParams) SetDockerRegistryWebHookSpec added in v0.4.0

func (o *UpdateDockerRegistryWebhookByNameUsingPUTParams) SetDockerRegistryWebHookSpec(dockerRegistryWebHookSpec models.DockerRegistryWebHookSpec)

SetDockerRegistryWebHookSpec adds the dockerRegistryWebHookSpec to the update docker registry webhook by name using p u t params

func (*UpdateDockerRegistryWebhookByNameUsingPUTParams) SetHTTPClient added in v0.4.0

SetHTTPClient adds the HTTPClient to the update docker registry webhook by name using p u t params

func (*UpdateDockerRegistryWebhookByNameUsingPUTParams) SetName added in v0.4.0

SetName adds the name to the update docker registry webhook by name using p u t params

func (*UpdateDockerRegistryWebhookByNameUsingPUTParams) SetProject added in v0.4.0

SetProject adds the project to the update docker registry webhook by name using p u t params

func (*UpdateDockerRegistryWebhookByNameUsingPUTParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the update docker registry webhook by name using p u t params

func (*UpdateDockerRegistryWebhookByNameUsingPUTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the update docker registry webhook by name using p u t params

func (*UpdateDockerRegistryWebhookByNameUsingPUTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the update docker registry webhook by name using p u t params

func (*UpdateDockerRegistryWebhookByNameUsingPUTParams) WithContext added in v0.4.0

WithContext adds the context to the update docker registry webhook by name using p u t params

func (*UpdateDockerRegistryWebhookByNameUsingPUTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the update docker registry webhook by name using p u t params (not the query body).

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

func (*UpdateDockerRegistryWebhookByNameUsingPUTParams) WithDockerRegistryWebHookSpec added in v0.4.0

WithDockerRegistryWebHookSpec adds the dockerRegistryWebHookSpec to the update docker registry webhook by name using p u t params

func (*UpdateDockerRegistryWebhookByNameUsingPUTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the update docker registry webhook by name using p u t params

func (*UpdateDockerRegistryWebhookByNameUsingPUTParams) WithName added in v0.4.0

WithName adds the name to the update docker registry webhook by name using p u t params

func (*UpdateDockerRegistryWebhookByNameUsingPUTParams) WithProject added in v0.4.0

WithProject adds the project to the update docker registry webhook by name using p u t params

func (*UpdateDockerRegistryWebhookByNameUsingPUTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the update docker registry webhook by name using p u t params

func (*UpdateDockerRegistryWebhookByNameUsingPUTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type UpdateDockerRegistryWebhookByNameUsingPUTReader added in v0.4.0

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

UpdateDockerRegistryWebhookByNameUsingPUTReader is a Reader for the UpdateDockerRegistryWebhookByNameUsingPUT structure.

func (*UpdateDockerRegistryWebhookByNameUsingPUTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type UpdateDockerRegistryWebhookByNameUsingPUTUnauthorized added in v0.4.0

type UpdateDockerRegistryWebhookByNameUsingPUTUnauthorized struct {
}

UpdateDockerRegistryWebhookByNameUsingPUTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewUpdateDockerRegistryWebhookByNameUsingPUTUnauthorized added in v0.4.0

func NewUpdateDockerRegistryWebhookByNameUsingPUTUnauthorized() *UpdateDockerRegistryWebhookByNameUsingPUTUnauthorized

NewUpdateDockerRegistryWebhookByNameUsingPUTUnauthorized creates a UpdateDockerRegistryWebhookByNameUsingPUTUnauthorized with default headers values

func (*UpdateDockerRegistryWebhookByNameUsingPUTUnauthorized) Error added in v0.4.0

func (*UpdateDockerRegistryWebhookByNameUsingPUTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this update docker registry webhook by name using p u t unauthorized response has a 4xx status code

func (*UpdateDockerRegistryWebhookByNameUsingPUTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this update docker registry webhook by name using p u t unauthorized response a status code equal to that given

func (*UpdateDockerRegistryWebhookByNameUsingPUTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this update docker registry webhook by name using p u t unauthorized response has a 3xx status code

func (*UpdateDockerRegistryWebhookByNameUsingPUTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this update docker registry webhook by name using p u t unauthorized response has a 5xx status code

func (*UpdateDockerRegistryWebhookByNameUsingPUTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this update docker registry webhook by name using p u t unauthorized response has a 2xx status code

func (*UpdateDockerRegistryWebhookByNameUsingPUTUnauthorized) String added in v0.5.0

type UpdateGerritListenerByIDUsingPUTForbidden added in v0.4.0

type UpdateGerritListenerByIDUsingPUTForbidden struct {
}

UpdateGerritListenerByIDUsingPUTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateGerritListenerByIDUsingPUTForbidden added in v0.4.0

func NewUpdateGerritListenerByIDUsingPUTForbidden() *UpdateGerritListenerByIDUsingPUTForbidden

NewUpdateGerritListenerByIDUsingPUTForbidden creates a UpdateGerritListenerByIDUsingPUTForbidden with default headers values

func (*UpdateGerritListenerByIDUsingPUTForbidden) Error added in v0.4.0

func (*UpdateGerritListenerByIDUsingPUTForbidden) IsClientError added in v0.5.0

IsClientError returns true when this update gerrit listener by Id using p u t forbidden response has a 4xx status code

func (*UpdateGerritListenerByIDUsingPUTForbidden) IsCode added in v0.5.0

IsCode returns true when this update gerrit listener by Id using p u t forbidden response a status code equal to that given

func (*UpdateGerritListenerByIDUsingPUTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this update gerrit listener by Id using p u t forbidden response has a 3xx status code

func (*UpdateGerritListenerByIDUsingPUTForbidden) IsServerError added in v0.5.0

IsServerError returns true when this update gerrit listener by Id using p u t forbidden response has a 5xx status code

func (*UpdateGerritListenerByIDUsingPUTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this update gerrit listener by Id using p u t forbidden response has a 2xx status code

func (*UpdateGerritListenerByIDUsingPUTForbidden) String added in v0.5.0

type UpdateGerritListenerByIDUsingPUTInternalServerError added in v0.4.0

type UpdateGerritListenerByIDUsingPUTInternalServerError struct {
}

UpdateGerritListenerByIDUsingPUTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewUpdateGerritListenerByIDUsingPUTInternalServerError added in v0.4.0

func NewUpdateGerritListenerByIDUsingPUTInternalServerError() *UpdateGerritListenerByIDUsingPUTInternalServerError

NewUpdateGerritListenerByIDUsingPUTInternalServerError creates a UpdateGerritListenerByIDUsingPUTInternalServerError with default headers values

func (*UpdateGerritListenerByIDUsingPUTInternalServerError) Error added in v0.4.0

func (*UpdateGerritListenerByIDUsingPUTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this update gerrit listener by Id using p u t internal server error response has a 4xx status code

func (*UpdateGerritListenerByIDUsingPUTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this update gerrit listener by Id using p u t internal server error response a status code equal to that given

func (*UpdateGerritListenerByIDUsingPUTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this update gerrit listener by Id using p u t internal server error response has a 3xx status code

func (*UpdateGerritListenerByIDUsingPUTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this update gerrit listener by Id using p u t internal server error response has a 5xx status code

func (*UpdateGerritListenerByIDUsingPUTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this update gerrit listener by Id using p u t internal server error response has a 2xx status code

func (*UpdateGerritListenerByIDUsingPUTInternalServerError) String added in v0.5.0

type UpdateGerritListenerByIDUsingPUTNotFound added in v0.4.0

type UpdateGerritListenerByIDUsingPUTNotFound struct {
	Payload *models.Error
}

UpdateGerritListenerByIDUsingPUTNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateGerritListenerByIDUsingPUTNotFound added in v0.4.0

func NewUpdateGerritListenerByIDUsingPUTNotFound() *UpdateGerritListenerByIDUsingPUTNotFound

NewUpdateGerritListenerByIDUsingPUTNotFound creates a UpdateGerritListenerByIDUsingPUTNotFound with default headers values

func (*UpdateGerritListenerByIDUsingPUTNotFound) Error added in v0.4.0

func (*UpdateGerritListenerByIDUsingPUTNotFound) GetPayload added in v0.4.0

func (*UpdateGerritListenerByIDUsingPUTNotFound) IsClientError added in v0.5.0

IsClientError returns true when this update gerrit listener by Id using p u t not found response has a 4xx status code

func (*UpdateGerritListenerByIDUsingPUTNotFound) IsCode added in v0.5.0

IsCode returns true when this update gerrit listener by Id using p u t not found response a status code equal to that given

func (*UpdateGerritListenerByIDUsingPUTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this update gerrit listener by Id using p u t not found response has a 3xx status code

func (*UpdateGerritListenerByIDUsingPUTNotFound) IsServerError added in v0.5.0

IsServerError returns true when this update gerrit listener by Id using p u t not found response has a 5xx status code

func (*UpdateGerritListenerByIDUsingPUTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this update gerrit listener by Id using p u t not found response has a 2xx status code

func (*UpdateGerritListenerByIDUsingPUTNotFound) String added in v0.5.0

type UpdateGerritListenerByIDUsingPUTOK added in v0.4.0

type UpdateGerritListenerByIDUsingPUTOK struct {
	Payload models.GerritListener
}

UpdateGerritListenerByIDUsingPUTOK describes a response with status code 200, with default header values.

'Success' with Gerrit Listener Update

func NewUpdateGerritListenerByIDUsingPUTOK added in v0.4.0

func NewUpdateGerritListenerByIDUsingPUTOK() *UpdateGerritListenerByIDUsingPUTOK

NewUpdateGerritListenerByIDUsingPUTOK creates a UpdateGerritListenerByIDUsingPUTOK with default headers values

func (*UpdateGerritListenerByIDUsingPUTOK) Error added in v0.4.0

func (*UpdateGerritListenerByIDUsingPUTOK) GetPayload added in v0.4.0

func (*UpdateGerritListenerByIDUsingPUTOK) IsClientError added in v0.5.0

func (o *UpdateGerritListenerByIDUsingPUTOK) IsClientError() bool

IsClientError returns true when this update gerrit listener by Id using p u t o k response has a 4xx status code

func (*UpdateGerritListenerByIDUsingPUTOK) IsCode added in v0.5.0

IsCode returns true when this update gerrit listener by Id using p u t o k response a status code equal to that given

func (*UpdateGerritListenerByIDUsingPUTOK) IsRedirect added in v0.5.0

func (o *UpdateGerritListenerByIDUsingPUTOK) IsRedirect() bool

IsRedirect returns true when this update gerrit listener by Id using p u t o k response has a 3xx status code

func (*UpdateGerritListenerByIDUsingPUTOK) IsServerError added in v0.5.0

func (o *UpdateGerritListenerByIDUsingPUTOK) IsServerError() bool

IsServerError returns true when this update gerrit listener by Id using p u t o k response has a 5xx status code

func (*UpdateGerritListenerByIDUsingPUTOK) IsSuccess added in v0.5.0

IsSuccess returns true when this update gerrit listener by Id using p u t o k response has a 2xx status code

func (*UpdateGerritListenerByIDUsingPUTOK) String added in v0.5.0

type UpdateGerritListenerByIDUsingPUTParams added in v0.4.0

type UpdateGerritListenerByIDUsingPUTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* GerritListenerSpec.

	   gerritListenerSpec
	*/
	GerritListenerSpec models.GerritListenerSpec

	/* ID.

	   id
	*/
	ID string

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

UpdateGerritListenerByIDUsingPUTParams contains all the parameters to send to the API endpoint

for the update gerrit listener by Id using p u t operation.

Typically these are written to a http.Request.

func NewUpdateGerritListenerByIDUsingPUTParams added in v0.4.0

func NewUpdateGerritListenerByIDUsingPUTParams() *UpdateGerritListenerByIDUsingPUTParams

NewUpdateGerritListenerByIDUsingPUTParams creates a new UpdateGerritListenerByIDUsingPUTParams 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 NewUpdateGerritListenerByIDUsingPUTParamsWithContext added in v0.4.0

func NewUpdateGerritListenerByIDUsingPUTParamsWithContext(ctx context.Context) *UpdateGerritListenerByIDUsingPUTParams

NewUpdateGerritListenerByIDUsingPUTParamsWithContext creates a new UpdateGerritListenerByIDUsingPUTParams object with the ability to set a context for a request.

func NewUpdateGerritListenerByIDUsingPUTParamsWithHTTPClient added in v0.4.0

func NewUpdateGerritListenerByIDUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateGerritListenerByIDUsingPUTParams

NewUpdateGerritListenerByIDUsingPUTParamsWithHTTPClient creates a new UpdateGerritListenerByIDUsingPUTParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateGerritListenerByIDUsingPUTParamsWithTimeout added in v0.4.0

func NewUpdateGerritListenerByIDUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateGerritListenerByIDUsingPUTParams

NewUpdateGerritListenerByIDUsingPUTParamsWithTimeout creates a new UpdateGerritListenerByIDUsingPUTParams object with the ability to set a timeout on a request.

func (*UpdateGerritListenerByIDUsingPUTParams) SetAPIVersion added in v0.4.0

func (o *UpdateGerritListenerByIDUsingPUTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update gerrit listener by Id using p u t params

func (*UpdateGerritListenerByIDUsingPUTParams) SetAuthorization added in v0.4.0

func (o *UpdateGerritListenerByIDUsingPUTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the update gerrit listener by Id using p u t params

func (*UpdateGerritListenerByIDUsingPUTParams) SetContext added in v0.4.0

SetContext adds the context to the update gerrit listener by Id using p u t params

func (*UpdateGerritListenerByIDUsingPUTParams) SetDefaults added in v0.4.0

func (o *UpdateGerritListenerByIDUsingPUTParams) SetDefaults()

SetDefaults hydrates default values in the update gerrit listener by Id using p u t params (not the query body).

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

func (*UpdateGerritListenerByIDUsingPUTParams) SetGerritListenerSpec added in v0.4.0

func (o *UpdateGerritListenerByIDUsingPUTParams) SetGerritListenerSpec(gerritListenerSpec models.GerritListenerSpec)

SetGerritListenerSpec adds the gerritListenerSpec to the update gerrit listener by Id using p u t params

func (*UpdateGerritListenerByIDUsingPUTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the update gerrit listener by Id using p u t params

func (*UpdateGerritListenerByIDUsingPUTParams) SetID added in v0.4.0

SetID adds the id to the update gerrit listener by Id using p u t params

func (*UpdateGerritListenerByIDUsingPUTParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the update gerrit listener by Id using p u t params

func (*UpdateGerritListenerByIDUsingPUTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the update gerrit listener by Id using p u t params

func (*UpdateGerritListenerByIDUsingPUTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the update gerrit listener by Id using p u t params

func (*UpdateGerritListenerByIDUsingPUTParams) WithContext added in v0.4.0

WithContext adds the context to the update gerrit listener by Id using p u t params

func (*UpdateGerritListenerByIDUsingPUTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the update gerrit listener by Id using p u t params (not the query body).

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

func (*UpdateGerritListenerByIDUsingPUTParams) WithGerritListenerSpec added in v0.4.0

WithGerritListenerSpec adds the gerritListenerSpec to the update gerrit listener by Id using p u t params

func (*UpdateGerritListenerByIDUsingPUTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the update gerrit listener by Id using p u t params

func (*UpdateGerritListenerByIDUsingPUTParams) WithID added in v0.4.0

WithID adds the id to the update gerrit listener by Id using p u t params

func (*UpdateGerritListenerByIDUsingPUTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the update gerrit listener by Id using p u t params

func (*UpdateGerritListenerByIDUsingPUTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type UpdateGerritListenerByIDUsingPUTReader added in v0.4.0

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

UpdateGerritListenerByIDUsingPUTReader is a Reader for the UpdateGerritListenerByIDUsingPUT structure.

func (*UpdateGerritListenerByIDUsingPUTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type UpdateGerritListenerByIDUsingPUTUnauthorized added in v0.4.0

type UpdateGerritListenerByIDUsingPUTUnauthorized struct {
}

UpdateGerritListenerByIDUsingPUTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewUpdateGerritListenerByIDUsingPUTUnauthorized added in v0.4.0

func NewUpdateGerritListenerByIDUsingPUTUnauthorized() *UpdateGerritListenerByIDUsingPUTUnauthorized

NewUpdateGerritListenerByIDUsingPUTUnauthorized creates a UpdateGerritListenerByIDUsingPUTUnauthorized with default headers values

func (*UpdateGerritListenerByIDUsingPUTUnauthorized) Error added in v0.4.0

func (*UpdateGerritListenerByIDUsingPUTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this update gerrit listener by Id using p u t unauthorized response has a 4xx status code

func (*UpdateGerritListenerByIDUsingPUTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this update gerrit listener by Id using p u t unauthorized response a status code equal to that given

func (*UpdateGerritListenerByIDUsingPUTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this update gerrit listener by Id using p u t unauthorized response has a 3xx status code

func (*UpdateGerritListenerByIDUsingPUTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this update gerrit listener by Id using p u t unauthorized response has a 5xx status code

func (*UpdateGerritListenerByIDUsingPUTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this update gerrit listener by Id using p u t unauthorized response has a 2xx status code

func (*UpdateGerritListenerByIDUsingPUTUnauthorized) String added in v0.5.0

type UpdateGerritListenerByNameUsingPUTForbidden added in v0.4.0

type UpdateGerritListenerByNameUsingPUTForbidden struct {
}

UpdateGerritListenerByNameUsingPUTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateGerritListenerByNameUsingPUTForbidden added in v0.4.0

func NewUpdateGerritListenerByNameUsingPUTForbidden() *UpdateGerritListenerByNameUsingPUTForbidden

NewUpdateGerritListenerByNameUsingPUTForbidden creates a UpdateGerritListenerByNameUsingPUTForbidden with default headers values

func (*UpdateGerritListenerByNameUsingPUTForbidden) Error added in v0.4.0

func (*UpdateGerritListenerByNameUsingPUTForbidden) IsClientError added in v0.5.0

IsClientError returns true when this update gerrit listener by name using p u t forbidden response has a 4xx status code

func (*UpdateGerritListenerByNameUsingPUTForbidden) IsCode added in v0.5.0

IsCode returns true when this update gerrit listener by name using p u t forbidden response a status code equal to that given

func (*UpdateGerritListenerByNameUsingPUTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this update gerrit listener by name using p u t forbidden response has a 3xx status code

func (*UpdateGerritListenerByNameUsingPUTForbidden) IsServerError added in v0.5.0

IsServerError returns true when this update gerrit listener by name using p u t forbidden response has a 5xx status code

func (*UpdateGerritListenerByNameUsingPUTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this update gerrit listener by name using p u t forbidden response has a 2xx status code

func (*UpdateGerritListenerByNameUsingPUTForbidden) String added in v0.5.0

type UpdateGerritListenerByNameUsingPUTInternalServerError added in v0.4.0

type UpdateGerritListenerByNameUsingPUTInternalServerError struct {
}

UpdateGerritListenerByNameUsingPUTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewUpdateGerritListenerByNameUsingPUTInternalServerError added in v0.4.0

func NewUpdateGerritListenerByNameUsingPUTInternalServerError() *UpdateGerritListenerByNameUsingPUTInternalServerError

NewUpdateGerritListenerByNameUsingPUTInternalServerError creates a UpdateGerritListenerByNameUsingPUTInternalServerError with default headers values

func (*UpdateGerritListenerByNameUsingPUTInternalServerError) Error added in v0.4.0

func (*UpdateGerritListenerByNameUsingPUTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this update gerrit listener by name using p u t internal server error response has a 4xx status code

func (*UpdateGerritListenerByNameUsingPUTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this update gerrit listener by name using p u t internal server error response a status code equal to that given

func (*UpdateGerritListenerByNameUsingPUTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this update gerrit listener by name using p u t internal server error response has a 3xx status code

func (*UpdateGerritListenerByNameUsingPUTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this update gerrit listener by name using p u t internal server error response has a 5xx status code

func (*UpdateGerritListenerByNameUsingPUTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this update gerrit listener by name using p u t internal server error response has a 2xx status code

func (*UpdateGerritListenerByNameUsingPUTInternalServerError) String added in v0.5.0

type UpdateGerritListenerByNameUsingPUTNotFound added in v0.4.0

type UpdateGerritListenerByNameUsingPUTNotFound struct {
	Payload *models.Error
}

UpdateGerritListenerByNameUsingPUTNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateGerritListenerByNameUsingPUTNotFound added in v0.4.0

func NewUpdateGerritListenerByNameUsingPUTNotFound() *UpdateGerritListenerByNameUsingPUTNotFound

NewUpdateGerritListenerByNameUsingPUTNotFound creates a UpdateGerritListenerByNameUsingPUTNotFound with default headers values

func (*UpdateGerritListenerByNameUsingPUTNotFound) Error added in v0.4.0

func (*UpdateGerritListenerByNameUsingPUTNotFound) GetPayload added in v0.4.0

func (*UpdateGerritListenerByNameUsingPUTNotFound) IsClientError added in v0.5.0

IsClientError returns true when this update gerrit listener by name using p u t not found response has a 4xx status code

func (*UpdateGerritListenerByNameUsingPUTNotFound) IsCode added in v0.5.0

IsCode returns true when this update gerrit listener by name using p u t not found response a status code equal to that given

func (*UpdateGerritListenerByNameUsingPUTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this update gerrit listener by name using p u t not found response has a 3xx status code

func (*UpdateGerritListenerByNameUsingPUTNotFound) IsServerError added in v0.5.0

IsServerError returns true when this update gerrit listener by name using p u t not found response has a 5xx status code

func (*UpdateGerritListenerByNameUsingPUTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this update gerrit listener by name using p u t not found response has a 2xx status code

func (*UpdateGerritListenerByNameUsingPUTNotFound) String added in v0.5.0

type UpdateGerritListenerByNameUsingPUTOK added in v0.4.0

type UpdateGerritListenerByNameUsingPUTOK struct {
	Payload models.GerritListener
}

UpdateGerritListenerByNameUsingPUTOK describes a response with status code 200, with default header values.

'Success' with Gerrit Listener Update

func NewUpdateGerritListenerByNameUsingPUTOK added in v0.4.0

func NewUpdateGerritListenerByNameUsingPUTOK() *UpdateGerritListenerByNameUsingPUTOK

NewUpdateGerritListenerByNameUsingPUTOK creates a UpdateGerritListenerByNameUsingPUTOK with default headers values

func (*UpdateGerritListenerByNameUsingPUTOK) Error added in v0.4.0

func (*UpdateGerritListenerByNameUsingPUTOK) GetPayload added in v0.4.0

func (*UpdateGerritListenerByNameUsingPUTOK) IsClientError added in v0.5.0

func (o *UpdateGerritListenerByNameUsingPUTOK) IsClientError() bool

IsClientError returns true when this update gerrit listener by name using p u t o k response has a 4xx status code

func (*UpdateGerritListenerByNameUsingPUTOK) IsCode added in v0.5.0

IsCode returns true when this update gerrit listener by name using p u t o k response a status code equal to that given

func (*UpdateGerritListenerByNameUsingPUTOK) IsRedirect added in v0.5.0

IsRedirect returns true when this update gerrit listener by name using p u t o k response has a 3xx status code

func (*UpdateGerritListenerByNameUsingPUTOK) IsServerError added in v0.5.0

func (o *UpdateGerritListenerByNameUsingPUTOK) IsServerError() bool

IsServerError returns true when this update gerrit listener by name using p u t o k response has a 5xx status code

func (*UpdateGerritListenerByNameUsingPUTOK) IsSuccess added in v0.5.0

IsSuccess returns true when this update gerrit listener by name using p u t o k response has a 2xx status code

func (*UpdateGerritListenerByNameUsingPUTOK) String added in v0.5.0

type UpdateGerritListenerByNameUsingPUTParams added in v0.4.0

type UpdateGerritListenerByNameUsingPUTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* GerritListenerSpec.

	   gerritListenerSpec
	*/
	GerritListenerSpec models.GerritListenerSpec

	/* Name.

	   name
	*/
	Name string

	/* Project.

	   project
	*/
	Project string

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

UpdateGerritListenerByNameUsingPUTParams contains all the parameters to send to the API endpoint

for the update gerrit listener by name using p u t operation.

Typically these are written to a http.Request.

func NewUpdateGerritListenerByNameUsingPUTParams added in v0.4.0

func NewUpdateGerritListenerByNameUsingPUTParams() *UpdateGerritListenerByNameUsingPUTParams

NewUpdateGerritListenerByNameUsingPUTParams creates a new UpdateGerritListenerByNameUsingPUTParams 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 NewUpdateGerritListenerByNameUsingPUTParamsWithContext added in v0.4.0

func NewUpdateGerritListenerByNameUsingPUTParamsWithContext(ctx context.Context) *UpdateGerritListenerByNameUsingPUTParams

NewUpdateGerritListenerByNameUsingPUTParamsWithContext creates a new UpdateGerritListenerByNameUsingPUTParams object with the ability to set a context for a request.

func NewUpdateGerritListenerByNameUsingPUTParamsWithHTTPClient added in v0.4.0

func NewUpdateGerritListenerByNameUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateGerritListenerByNameUsingPUTParams

NewUpdateGerritListenerByNameUsingPUTParamsWithHTTPClient creates a new UpdateGerritListenerByNameUsingPUTParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateGerritListenerByNameUsingPUTParamsWithTimeout added in v0.4.0

func NewUpdateGerritListenerByNameUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateGerritListenerByNameUsingPUTParams

NewUpdateGerritListenerByNameUsingPUTParamsWithTimeout creates a new UpdateGerritListenerByNameUsingPUTParams object with the ability to set a timeout on a request.

func (*UpdateGerritListenerByNameUsingPUTParams) SetAPIVersion added in v0.4.0

func (o *UpdateGerritListenerByNameUsingPUTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update gerrit listener by name using p u t params

func (*UpdateGerritListenerByNameUsingPUTParams) SetAuthorization added in v0.4.0

func (o *UpdateGerritListenerByNameUsingPUTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the update gerrit listener by name using p u t params

func (*UpdateGerritListenerByNameUsingPUTParams) SetContext added in v0.4.0

SetContext adds the context to the update gerrit listener by name using p u t params

func (*UpdateGerritListenerByNameUsingPUTParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the update gerrit listener by name using p u t params (not the query body).

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

func (*UpdateGerritListenerByNameUsingPUTParams) SetGerritListenerSpec added in v0.4.0

func (o *UpdateGerritListenerByNameUsingPUTParams) SetGerritListenerSpec(gerritListenerSpec models.GerritListenerSpec)

SetGerritListenerSpec adds the gerritListenerSpec to the update gerrit listener by name using p u t params

func (*UpdateGerritListenerByNameUsingPUTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the update gerrit listener by name using p u t params

func (*UpdateGerritListenerByNameUsingPUTParams) SetName added in v0.4.0

SetName adds the name to the update gerrit listener by name using p u t params

func (*UpdateGerritListenerByNameUsingPUTParams) SetProject added in v0.4.0

func (o *UpdateGerritListenerByNameUsingPUTParams) SetProject(project string)

SetProject adds the project to the update gerrit listener by name using p u t params

func (*UpdateGerritListenerByNameUsingPUTParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the update gerrit listener by name using p u t params

func (*UpdateGerritListenerByNameUsingPUTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the update gerrit listener by name using p u t params

func (*UpdateGerritListenerByNameUsingPUTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the update gerrit listener by name using p u t params

func (*UpdateGerritListenerByNameUsingPUTParams) WithContext added in v0.4.0

WithContext adds the context to the update gerrit listener by name using p u t params

func (*UpdateGerritListenerByNameUsingPUTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the update gerrit listener by name using p u t params (not the query body).

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

func (*UpdateGerritListenerByNameUsingPUTParams) WithGerritListenerSpec added in v0.4.0

WithGerritListenerSpec adds the gerritListenerSpec to the update gerrit listener by name using p u t params

func (*UpdateGerritListenerByNameUsingPUTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the update gerrit listener by name using p u t params

func (*UpdateGerritListenerByNameUsingPUTParams) WithName added in v0.4.0

WithName adds the name to the update gerrit listener by name using p u t params

func (*UpdateGerritListenerByNameUsingPUTParams) WithProject added in v0.4.0

WithProject adds the project to the update gerrit listener by name using p u t params

func (*UpdateGerritListenerByNameUsingPUTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the update gerrit listener by name using p u t params

func (*UpdateGerritListenerByNameUsingPUTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type UpdateGerritListenerByNameUsingPUTReader added in v0.4.0

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

UpdateGerritListenerByNameUsingPUTReader is a Reader for the UpdateGerritListenerByNameUsingPUT structure.

func (*UpdateGerritListenerByNameUsingPUTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type UpdateGerritListenerByNameUsingPUTUnauthorized added in v0.4.0

type UpdateGerritListenerByNameUsingPUTUnauthorized struct {
}

UpdateGerritListenerByNameUsingPUTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewUpdateGerritListenerByNameUsingPUTUnauthorized added in v0.4.0

func NewUpdateGerritListenerByNameUsingPUTUnauthorized() *UpdateGerritListenerByNameUsingPUTUnauthorized

NewUpdateGerritListenerByNameUsingPUTUnauthorized creates a UpdateGerritListenerByNameUsingPUTUnauthorized with default headers values

func (*UpdateGerritListenerByNameUsingPUTUnauthorized) Error added in v0.4.0

func (*UpdateGerritListenerByNameUsingPUTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this update gerrit listener by name using p u t unauthorized response has a 4xx status code

func (*UpdateGerritListenerByNameUsingPUTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this update gerrit listener by name using p u t unauthorized response a status code equal to that given

func (*UpdateGerritListenerByNameUsingPUTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this update gerrit listener by name using p u t unauthorized response has a 3xx status code

func (*UpdateGerritListenerByNameUsingPUTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this update gerrit listener by name using p u t unauthorized response has a 5xx status code

func (*UpdateGerritListenerByNameUsingPUTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this update gerrit listener by name using p u t unauthorized response has a 2xx status code

func (*UpdateGerritListenerByNameUsingPUTUnauthorized) String added in v0.5.0

type UpdateGerritTriggerByIDUsingPUTForbidden added in v0.4.0

type UpdateGerritTriggerByIDUsingPUTForbidden struct {
}

UpdateGerritTriggerByIDUsingPUTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateGerritTriggerByIDUsingPUTForbidden added in v0.4.0

func NewUpdateGerritTriggerByIDUsingPUTForbidden() *UpdateGerritTriggerByIDUsingPUTForbidden

NewUpdateGerritTriggerByIDUsingPUTForbidden creates a UpdateGerritTriggerByIDUsingPUTForbidden with default headers values

func (*UpdateGerritTriggerByIDUsingPUTForbidden) Error added in v0.4.0

func (*UpdateGerritTriggerByIDUsingPUTForbidden) IsClientError added in v0.5.0

IsClientError returns true when this update gerrit trigger by Id using p u t forbidden response has a 4xx status code

func (*UpdateGerritTriggerByIDUsingPUTForbidden) IsCode added in v0.5.0

IsCode returns true when this update gerrit trigger by Id using p u t forbidden response a status code equal to that given

func (*UpdateGerritTriggerByIDUsingPUTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this update gerrit trigger by Id using p u t forbidden response has a 3xx status code

func (*UpdateGerritTriggerByIDUsingPUTForbidden) IsServerError added in v0.5.0

IsServerError returns true when this update gerrit trigger by Id using p u t forbidden response has a 5xx status code

func (*UpdateGerritTriggerByIDUsingPUTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this update gerrit trigger by Id using p u t forbidden response has a 2xx status code

func (*UpdateGerritTriggerByIDUsingPUTForbidden) String added in v0.5.0

type UpdateGerritTriggerByIDUsingPUTInternalServerError added in v0.4.0

type UpdateGerritTriggerByIDUsingPUTInternalServerError struct {
}

UpdateGerritTriggerByIDUsingPUTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewUpdateGerritTriggerByIDUsingPUTInternalServerError added in v0.4.0

func NewUpdateGerritTriggerByIDUsingPUTInternalServerError() *UpdateGerritTriggerByIDUsingPUTInternalServerError

NewUpdateGerritTriggerByIDUsingPUTInternalServerError creates a UpdateGerritTriggerByIDUsingPUTInternalServerError with default headers values

func (*UpdateGerritTriggerByIDUsingPUTInternalServerError) Error added in v0.4.0

func (*UpdateGerritTriggerByIDUsingPUTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this update gerrit trigger by Id using p u t internal server error response has a 4xx status code

func (*UpdateGerritTriggerByIDUsingPUTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this update gerrit trigger by Id using p u t internal server error response a status code equal to that given

func (*UpdateGerritTriggerByIDUsingPUTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this update gerrit trigger by Id using p u t internal server error response has a 3xx status code

func (*UpdateGerritTriggerByIDUsingPUTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this update gerrit trigger by Id using p u t internal server error response has a 5xx status code

func (*UpdateGerritTriggerByIDUsingPUTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this update gerrit trigger by Id using p u t internal server error response has a 2xx status code

func (*UpdateGerritTriggerByIDUsingPUTInternalServerError) String added in v0.5.0

type UpdateGerritTriggerByIDUsingPUTNotFound added in v0.4.0

type UpdateGerritTriggerByIDUsingPUTNotFound struct {
	Payload *models.Error
}

UpdateGerritTriggerByIDUsingPUTNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateGerritTriggerByIDUsingPUTNotFound added in v0.4.0

func NewUpdateGerritTriggerByIDUsingPUTNotFound() *UpdateGerritTriggerByIDUsingPUTNotFound

NewUpdateGerritTriggerByIDUsingPUTNotFound creates a UpdateGerritTriggerByIDUsingPUTNotFound with default headers values

func (*UpdateGerritTriggerByIDUsingPUTNotFound) Error added in v0.4.0

func (*UpdateGerritTriggerByIDUsingPUTNotFound) GetPayload added in v0.4.0

func (*UpdateGerritTriggerByIDUsingPUTNotFound) IsClientError added in v0.5.0

func (o *UpdateGerritTriggerByIDUsingPUTNotFound) IsClientError() bool

IsClientError returns true when this update gerrit trigger by Id using p u t not found response has a 4xx status code

func (*UpdateGerritTriggerByIDUsingPUTNotFound) IsCode added in v0.5.0

IsCode returns true when this update gerrit trigger by Id using p u t not found response a status code equal to that given

func (*UpdateGerritTriggerByIDUsingPUTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this update gerrit trigger by Id using p u t not found response has a 3xx status code

func (*UpdateGerritTriggerByIDUsingPUTNotFound) IsServerError added in v0.5.0

func (o *UpdateGerritTriggerByIDUsingPUTNotFound) IsServerError() bool

IsServerError returns true when this update gerrit trigger by Id using p u t not found response has a 5xx status code

func (*UpdateGerritTriggerByIDUsingPUTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this update gerrit trigger by Id using p u t not found response has a 2xx status code

func (*UpdateGerritTriggerByIDUsingPUTNotFound) String added in v0.5.0

type UpdateGerritTriggerByIDUsingPUTOK added in v0.4.0

type UpdateGerritTriggerByIDUsingPUTOK struct {
	Payload models.GerritTrigger
}

UpdateGerritTriggerByIDUsingPUTOK describes a response with status code 200, with default header values.

'Success' with Gerrit Trigger Update

func NewUpdateGerritTriggerByIDUsingPUTOK added in v0.4.0

func NewUpdateGerritTriggerByIDUsingPUTOK() *UpdateGerritTriggerByIDUsingPUTOK

NewUpdateGerritTriggerByIDUsingPUTOK creates a UpdateGerritTriggerByIDUsingPUTOK with default headers values

func (*UpdateGerritTriggerByIDUsingPUTOK) Error added in v0.4.0

func (*UpdateGerritTriggerByIDUsingPUTOK) GetPayload added in v0.4.0

func (*UpdateGerritTriggerByIDUsingPUTOK) IsClientError added in v0.5.0

func (o *UpdateGerritTriggerByIDUsingPUTOK) IsClientError() bool

IsClientError returns true when this update gerrit trigger by Id using p u t o k response has a 4xx status code

func (*UpdateGerritTriggerByIDUsingPUTOK) IsCode added in v0.5.0

func (o *UpdateGerritTriggerByIDUsingPUTOK) IsCode(code int) bool

IsCode returns true when this update gerrit trigger by Id using p u t o k response a status code equal to that given

func (*UpdateGerritTriggerByIDUsingPUTOK) IsRedirect added in v0.5.0

func (o *UpdateGerritTriggerByIDUsingPUTOK) IsRedirect() bool

IsRedirect returns true when this update gerrit trigger by Id using p u t o k response has a 3xx status code

func (*UpdateGerritTriggerByIDUsingPUTOK) IsServerError added in v0.5.0

func (o *UpdateGerritTriggerByIDUsingPUTOK) IsServerError() bool

IsServerError returns true when this update gerrit trigger by Id using p u t o k response has a 5xx status code

func (*UpdateGerritTriggerByIDUsingPUTOK) IsSuccess added in v0.5.0

func (o *UpdateGerritTriggerByIDUsingPUTOK) IsSuccess() bool

IsSuccess returns true when this update gerrit trigger by Id using p u t o k response has a 2xx status code

func (*UpdateGerritTriggerByIDUsingPUTOK) String added in v0.5.0

type UpdateGerritTriggerByIDUsingPUTParams added in v0.4.0

type UpdateGerritTriggerByIDUsingPUTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* GerritTriggerSpec.

	   gerritTriggerSpec
	*/
	GerritTriggerSpec models.GerritTriggerSpec

	/* ID.

	   id
	*/
	ID string

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

UpdateGerritTriggerByIDUsingPUTParams contains all the parameters to send to the API endpoint

for the update gerrit trigger by Id using p u t operation.

Typically these are written to a http.Request.

func NewUpdateGerritTriggerByIDUsingPUTParams added in v0.4.0

func NewUpdateGerritTriggerByIDUsingPUTParams() *UpdateGerritTriggerByIDUsingPUTParams

NewUpdateGerritTriggerByIDUsingPUTParams creates a new UpdateGerritTriggerByIDUsingPUTParams 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 NewUpdateGerritTriggerByIDUsingPUTParamsWithContext added in v0.4.0

func NewUpdateGerritTriggerByIDUsingPUTParamsWithContext(ctx context.Context) *UpdateGerritTriggerByIDUsingPUTParams

NewUpdateGerritTriggerByIDUsingPUTParamsWithContext creates a new UpdateGerritTriggerByIDUsingPUTParams object with the ability to set a context for a request.

func NewUpdateGerritTriggerByIDUsingPUTParamsWithHTTPClient added in v0.4.0

func NewUpdateGerritTriggerByIDUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateGerritTriggerByIDUsingPUTParams

NewUpdateGerritTriggerByIDUsingPUTParamsWithHTTPClient creates a new UpdateGerritTriggerByIDUsingPUTParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateGerritTriggerByIDUsingPUTParamsWithTimeout added in v0.4.0

func NewUpdateGerritTriggerByIDUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateGerritTriggerByIDUsingPUTParams

NewUpdateGerritTriggerByIDUsingPUTParamsWithTimeout creates a new UpdateGerritTriggerByIDUsingPUTParams object with the ability to set a timeout on a request.

func (*UpdateGerritTriggerByIDUsingPUTParams) SetAPIVersion added in v0.4.0

func (o *UpdateGerritTriggerByIDUsingPUTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update gerrit trigger by Id using p u t params

func (*UpdateGerritTriggerByIDUsingPUTParams) SetAuthorization added in v0.4.0

func (o *UpdateGerritTriggerByIDUsingPUTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the update gerrit trigger by Id using p u t params

func (*UpdateGerritTriggerByIDUsingPUTParams) SetContext added in v0.4.0

SetContext adds the context to the update gerrit trigger by Id using p u t params

func (*UpdateGerritTriggerByIDUsingPUTParams) SetDefaults added in v0.4.0

func (o *UpdateGerritTriggerByIDUsingPUTParams) SetDefaults()

SetDefaults hydrates default values in the update gerrit trigger by Id using p u t params (not the query body).

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

func (*UpdateGerritTriggerByIDUsingPUTParams) SetGerritTriggerSpec added in v0.4.0

func (o *UpdateGerritTriggerByIDUsingPUTParams) SetGerritTriggerSpec(gerritTriggerSpec models.GerritTriggerSpec)

SetGerritTriggerSpec adds the gerritTriggerSpec to the update gerrit trigger by Id using p u t params

func (*UpdateGerritTriggerByIDUsingPUTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the update gerrit trigger by Id using p u t params

func (*UpdateGerritTriggerByIDUsingPUTParams) SetID added in v0.4.0

SetID adds the id to the update gerrit trigger by Id using p u t params

func (*UpdateGerritTriggerByIDUsingPUTParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the update gerrit trigger by Id using p u t params

func (*UpdateGerritTriggerByIDUsingPUTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the update gerrit trigger by Id using p u t params

func (*UpdateGerritTriggerByIDUsingPUTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the update gerrit trigger by Id using p u t params

func (*UpdateGerritTriggerByIDUsingPUTParams) WithContext added in v0.4.0

WithContext adds the context to the update gerrit trigger by Id using p u t params

func (*UpdateGerritTriggerByIDUsingPUTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the update gerrit trigger by Id using p u t params (not the query body).

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

func (*UpdateGerritTriggerByIDUsingPUTParams) WithGerritTriggerSpec added in v0.4.0

WithGerritTriggerSpec adds the gerritTriggerSpec to the update gerrit trigger by Id using p u t params

func (*UpdateGerritTriggerByIDUsingPUTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the update gerrit trigger by Id using p u t params

func (*UpdateGerritTriggerByIDUsingPUTParams) WithID added in v0.4.0

WithID adds the id to the update gerrit trigger by Id using p u t params

func (*UpdateGerritTriggerByIDUsingPUTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the update gerrit trigger by Id using p u t params

func (*UpdateGerritTriggerByIDUsingPUTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type UpdateGerritTriggerByIDUsingPUTReader added in v0.4.0

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

UpdateGerritTriggerByIDUsingPUTReader is a Reader for the UpdateGerritTriggerByIDUsingPUT structure.

func (*UpdateGerritTriggerByIDUsingPUTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type UpdateGerritTriggerByIDUsingPUTUnauthorized added in v0.4.0

type UpdateGerritTriggerByIDUsingPUTUnauthorized struct {
}

UpdateGerritTriggerByIDUsingPUTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewUpdateGerritTriggerByIDUsingPUTUnauthorized added in v0.4.0

func NewUpdateGerritTriggerByIDUsingPUTUnauthorized() *UpdateGerritTriggerByIDUsingPUTUnauthorized

NewUpdateGerritTriggerByIDUsingPUTUnauthorized creates a UpdateGerritTriggerByIDUsingPUTUnauthorized with default headers values

func (*UpdateGerritTriggerByIDUsingPUTUnauthorized) Error added in v0.4.0

func (*UpdateGerritTriggerByIDUsingPUTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this update gerrit trigger by Id using p u t unauthorized response has a 4xx status code

func (*UpdateGerritTriggerByIDUsingPUTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this update gerrit trigger by Id using p u t unauthorized response a status code equal to that given

func (*UpdateGerritTriggerByIDUsingPUTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this update gerrit trigger by Id using p u t unauthorized response has a 3xx status code

func (*UpdateGerritTriggerByIDUsingPUTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this update gerrit trigger by Id using p u t unauthorized response has a 5xx status code

func (*UpdateGerritTriggerByIDUsingPUTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this update gerrit trigger by Id using p u t unauthorized response has a 2xx status code

func (*UpdateGerritTriggerByIDUsingPUTUnauthorized) String added in v0.5.0

type UpdateGerritTriggerByNameUsingPUTForbidden added in v0.4.0

type UpdateGerritTriggerByNameUsingPUTForbidden struct {
}

UpdateGerritTriggerByNameUsingPUTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateGerritTriggerByNameUsingPUTForbidden added in v0.4.0

func NewUpdateGerritTriggerByNameUsingPUTForbidden() *UpdateGerritTriggerByNameUsingPUTForbidden

NewUpdateGerritTriggerByNameUsingPUTForbidden creates a UpdateGerritTriggerByNameUsingPUTForbidden with default headers values

func (*UpdateGerritTriggerByNameUsingPUTForbidden) Error added in v0.4.0

func (*UpdateGerritTriggerByNameUsingPUTForbidden) IsClientError added in v0.5.0

IsClientError returns true when this update gerrit trigger by name using p u t forbidden response has a 4xx status code

func (*UpdateGerritTriggerByNameUsingPUTForbidden) IsCode added in v0.5.0

IsCode returns true when this update gerrit trigger by name using p u t forbidden response a status code equal to that given

func (*UpdateGerritTriggerByNameUsingPUTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this update gerrit trigger by name using p u t forbidden response has a 3xx status code

func (*UpdateGerritTriggerByNameUsingPUTForbidden) IsServerError added in v0.5.0

IsServerError returns true when this update gerrit trigger by name using p u t forbidden response has a 5xx status code

func (*UpdateGerritTriggerByNameUsingPUTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this update gerrit trigger by name using p u t forbidden response has a 2xx status code

func (*UpdateGerritTriggerByNameUsingPUTForbidden) String added in v0.5.0

type UpdateGerritTriggerByNameUsingPUTInternalServerError added in v0.4.0

type UpdateGerritTriggerByNameUsingPUTInternalServerError struct {
}

UpdateGerritTriggerByNameUsingPUTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewUpdateGerritTriggerByNameUsingPUTInternalServerError added in v0.4.0

func NewUpdateGerritTriggerByNameUsingPUTInternalServerError() *UpdateGerritTriggerByNameUsingPUTInternalServerError

NewUpdateGerritTriggerByNameUsingPUTInternalServerError creates a UpdateGerritTriggerByNameUsingPUTInternalServerError with default headers values

func (*UpdateGerritTriggerByNameUsingPUTInternalServerError) Error added in v0.4.0

func (*UpdateGerritTriggerByNameUsingPUTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this update gerrit trigger by name using p u t internal server error response has a 4xx status code

func (*UpdateGerritTriggerByNameUsingPUTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this update gerrit trigger by name using p u t internal server error response a status code equal to that given

func (*UpdateGerritTriggerByNameUsingPUTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this update gerrit trigger by name using p u t internal server error response has a 3xx status code

func (*UpdateGerritTriggerByNameUsingPUTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this update gerrit trigger by name using p u t internal server error response has a 5xx status code

func (*UpdateGerritTriggerByNameUsingPUTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this update gerrit trigger by name using p u t internal server error response has a 2xx status code

func (*UpdateGerritTriggerByNameUsingPUTInternalServerError) String added in v0.5.0

type UpdateGerritTriggerByNameUsingPUTNotFound added in v0.4.0

type UpdateGerritTriggerByNameUsingPUTNotFound struct {
	Payload *models.Error
}

UpdateGerritTriggerByNameUsingPUTNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateGerritTriggerByNameUsingPUTNotFound added in v0.4.0

func NewUpdateGerritTriggerByNameUsingPUTNotFound() *UpdateGerritTriggerByNameUsingPUTNotFound

NewUpdateGerritTriggerByNameUsingPUTNotFound creates a UpdateGerritTriggerByNameUsingPUTNotFound with default headers values

func (*UpdateGerritTriggerByNameUsingPUTNotFound) Error added in v0.4.0

func (*UpdateGerritTriggerByNameUsingPUTNotFound) GetPayload added in v0.4.0

func (*UpdateGerritTriggerByNameUsingPUTNotFound) IsClientError added in v0.5.0

IsClientError returns true when this update gerrit trigger by name using p u t not found response has a 4xx status code

func (*UpdateGerritTriggerByNameUsingPUTNotFound) IsCode added in v0.5.0

IsCode returns true when this update gerrit trigger by name using p u t not found response a status code equal to that given

func (*UpdateGerritTriggerByNameUsingPUTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this update gerrit trigger by name using p u t not found response has a 3xx status code

func (*UpdateGerritTriggerByNameUsingPUTNotFound) IsServerError added in v0.5.0

IsServerError returns true when this update gerrit trigger by name using p u t not found response has a 5xx status code

func (*UpdateGerritTriggerByNameUsingPUTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this update gerrit trigger by name using p u t not found response has a 2xx status code

func (*UpdateGerritTriggerByNameUsingPUTNotFound) String added in v0.5.0

type UpdateGerritTriggerByNameUsingPUTOK added in v0.4.0

type UpdateGerritTriggerByNameUsingPUTOK struct {
	Payload models.GerritTrigger
}

UpdateGerritTriggerByNameUsingPUTOK describes a response with status code 200, with default header values.

'Success' with Gerrit Trigger Update

func NewUpdateGerritTriggerByNameUsingPUTOK added in v0.4.0

func NewUpdateGerritTriggerByNameUsingPUTOK() *UpdateGerritTriggerByNameUsingPUTOK

NewUpdateGerritTriggerByNameUsingPUTOK creates a UpdateGerritTriggerByNameUsingPUTOK with default headers values

func (*UpdateGerritTriggerByNameUsingPUTOK) Error added in v0.4.0

func (*UpdateGerritTriggerByNameUsingPUTOK) GetPayload added in v0.4.0

func (*UpdateGerritTriggerByNameUsingPUTOK) IsClientError added in v0.5.0

func (o *UpdateGerritTriggerByNameUsingPUTOK) IsClientError() bool

IsClientError returns true when this update gerrit trigger by name using p u t o k response has a 4xx status code

func (*UpdateGerritTriggerByNameUsingPUTOK) IsCode added in v0.5.0

IsCode returns true when this update gerrit trigger by name using p u t o k response a status code equal to that given

func (*UpdateGerritTriggerByNameUsingPUTOK) IsRedirect added in v0.5.0

func (o *UpdateGerritTriggerByNameUsingPUTOK) IsRedirect() bool

IsRedirect returns true when this update gerrit trigger by name using p u t o k response has a 3xx status code

func (*UpdateGerritTriggerByNameUsingPUTOK) IsServerError added in v0.5.0

func (o *UpdateGerritTriggerByNameUsingPUTOK) IsServerError() bool

IsServerError returns true when this update gerrit trigger by name using p u t o k response has a 5xx status code

func (*UpdateGerritTriggerByNameUsingPUTOK) IsSuccess added in v0.5.0

IsSuccess returns true when this update gerrit trigger by name using p u t o k response has a 2xx status code

func (*UpdateGerritTriggerByNameUsingPUTOK) String added in v0.5.0

type UpdateGerritTriggerByNameUsingPUTParams added in v0.4.0

type UpdateGerritTriggerByNameUsingPUTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* GerritTriggerSpec.

	   gerritTriggerSpec
	*/
	GerritTriggerSpec models.GerritTriggerSpec

	/* Name.

	   name
	*/
	Name string

	/* Project.

	   project
	*/
	Project string

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

UpdateGerritTriggerByNameUsingPUTParams contains all the parameters to send to the API endpoint

for the update gerrit trigger by name using p u t operation.

Typically these are written to a http.Request.

func NewUpdateGerritTriggerByNameUsingPUTParams added in v0.4.0

func NewUpdateGerritTriggerByNameUsingPUTParams() *UpdateGerritTriggerByNameUsingPUTParams

NewUpdateGerritTriggerByNameUsingPUTParams creates a new UpdateGerritTriggerByNameUsingPUTParams 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 NewUpdateGerritTriggerByNameUsingPUTParamsWithContext added in v0.4.0

func NewUpdateGerritTriggerByNameUsingPUTParamsWithContext(ctx context.Context) *UpdateGerritTriggerByNameUsingPUTParams

NewUpdateGerritTriggerByNameUsingPUTParamsWithContext creates a new UpdateGerritTriggerByNameUsingPUTParams object with the ability to set a context for a request.

func NewUpdateGerritTriggerByNameUsingPUTParamsWithHTTPClient added in v0.4.0

func NewUpdateGerritTriggerByNameUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateGerritTriggerByNameUsingPUTParams

NewUpdateGerritTriggerByNameUsingPUTParamsWithHTTPClient creates a new UpdateGerritTriggerByNameUsingPUTParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateGerritTriggerByNameUsingPUTParamsWithTimeout added in v0.4.0

func NewUpdateGerritTriggerByNameUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateGerritTriggerByNameUsingPUTParams

NewUpdateGerritTriggerByNameUsingPUTParamsWithTimeout creates a new UpdateGerritTriggerByNameUsingPUTParams object with the ability to set a timeout on a request.

func (*UpdateGerritTriggerByNameUsingPUTParams) SetAPIVersion added in v0.4.0

func (o *UpdateGerritTriggerByNameUsingPUTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update gerrit trigger by name using p u t params

func (*UpdateGerritTriggerByNameUsingPUTParams) SetAuthorization added in v0.4.0

func (o *UpdateGerritTriggerByNameUsingPUTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the update gerrit trigger by name using p u t params

func (*UpdateGerritTriggerByNameUsingPUTParams) SetContext added in v0.4.0

SetContext adds the context to the update gerrit trigger by name using p u t params

func (*UpdateGerritTriggerByNameUsingPUTParams) SetDefaults added in v0.4.0

func (o *UpdateGerritTriggerByNameUsingPUTParams) SetDefaults()

SetDefaults hydrates default values in the update gerrit trigger by name using p u t params (not the query body).

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

func (*UpdateGerritTriggerByNameUsingPUTParams) SetGerritTriggerSpec added in v0.4.0

func (o *UpdateGerritTriggerByNameUsingPUTParams) SetGerritTriggerSpec(gerritTriggerSpec models.GerritTriggerSpec)

SetGerritTriggerSpec adds the gerritTriggerSpec to the update gerrit trigger by name using p u t params

func (*UpdateGerritTriggerByNameUsingPUTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the update gerrit trigger by name using p u t params

func (*UpdateGerritTriggerByNameUsingPUTParams) SetName added in v0.4.0

SetName adds the name to the update gerrit trigger by name using p u t params

func (*UpdateGerritTriggerByNameUsingPUTParams) SetProject added in v0.4.0

func (o *UpdateGerritTriggerByNameUsingPUTParams) SetProject(project string)

SetProject adds the project to the update gerrit trigger by name using p u t params

func (*UpdateGerritTriggerByNameUsingPUTParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the update gerrit trigger by name using p u t params

func (*UpdateGerritTriggerByNameUsingPUTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the update gerrit trigger by name using p u t params

func (*UpdateGerritTriggerByNameUsingPUTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the update gerrit trigger by name using p u t params

func (*UpdateGerritTriggerByNameUsingPUTParams) WithContext added in v0.4.0

WithContext adds the context to the update gerrit trigger by name using p u t params

func (*UpdateGerritTriggerByNameUsingPUTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the update gerrit trigger by name using p u t params (not the query body).

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

func (*UpdateGerritTriggerByNameUsingPUTParams) WithGerritTriggerSpec added in v0.4.0

WithGerritTriggerSpec adds the gerritTriggerSpec to the update gerrit trigger by name using p u t params

func (*UpdateGerritTriggerByNameUsingPUTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the update gerrit trigger by name using p u t params

func (*UpdateGerritTriggerByNameUsingPUTParams) WithName added in v0.4.0

WithName adds the name to the update gerrit trigger by name using p u t params

func (*UpdateGerritTriggerByNameUsingPUTParams) WithProject added in v0.4.0

WithProject adds the project to the update gerrit trigger by name using p u t params

func (*UpdateGerritTriggerByNameUsingPUTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the update gerrit trigger by name using p u t params

func (*UpdateGerritTriggerByNameUsingPUTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type UpdateGerritTriggerByNameUsingPUTReader added in v0.4.0

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

UpdateGerritTriggerByNameUsingPUTReader is a Reader for the UpdateGerritTriggerByNameUsingPUT structure.

func (*UpdateGerritTriggerByNameUsingPUTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type UpdateGerritTriggerByNameUsingPUTUnauthorized added in v0.4.0

type UpdateGerritTriggerByNameUsingPUTUnauthorized struct {
}

UpdateGerritTriggerByNameUsingPUTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewUpdateGerritTriggerByNameUsingPUTUnauthorized added in v0.4.0

func NewUpdateGerritTriggerByNameUsingPUTUnauthorized() *UpdateGerritTriggerByNameUsingPUTUnauthorized

NewUpdateGerritTriggerByNameUsingPUTUnauthorized creates a UpdateGerritTriggerByNameUsingPUTUnauthorized with default headers values

func (*UpdateGerritTriggerByNameUsingPUTUnauthorized) Error added in v0.4.0

func (*UpdateGerritTriggerByNameUsingPUTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this update gerrit trigger by name using p u t unauthorized response has a 4xx status code

func (*UpdateGerritTriggerByNameUsingPUTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this update gerrit trigger by name using p u t unauthorized response a status code equal to that given

func (*UpdateGerritTriggerByNameUsingPUTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this update gerrit trigger by name using p u t unauthorized response has a 3xx status code

func (*UpdateGerritTriggerByNameUsingPUTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this update gerrit trigger by name using p u t unauthorized response has a 5xx status code

func (*UpdateGerritTriggerByNameUsingPUTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this update gerrit trigger by name using p u t unauthorized response has a 2xx status code

func (*UpdateGerritTriggerByNameUsingPUTUnauthorized) String added in v0.5.0

type UpdateGitWebhookByIDUsingPUTForbidden added in v0.4.0

type UpdateGitWebhookByIDUsingPUTForbidden struct {
}

UpdateGitWebhookByIDUsingPUTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateGitWebhookByIDUsingPUTForbidden added in v0.4.0

func NewUpdateGitWebhookByIDUsingPUTForbidden() *UpdateGitWebhookByIDUsingPUTForbidden

NewUpdateGitWebhookByIDUsingPUTForbidden creates a UpdateGitWebhookByIDUsingPUTForbidden with default headers values

func (*UpdateGitWebhookByIDUsingPUTForbidden) Error added in v0.4.0

func (*UpdateGitWebhookByIDUsingPUTForbidden) IsClientError added in v0.5.0

func (o *UpdateGitWebhookByIDUsingPUTForbidden) IsClientError() bool

IsClientError returns true when this update git webhook by Id using p u t forbidden response has a 4xx status code

func (*UpdateGitWebhookByIDUsingPUTForbidden) IsCode added in v0.5.0

IsCode returns true when this update git webhook by Id using p u t forbidden response a status code equal to that given

func (*UpdateGitWebhookByIDUsingPUTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this update git webhook by Id using p u t forbidden response has a 3xx status code

func (*UpdateGitWebhookByIDUsingPUTForbidden) IsServerError added in v0.5.0

func (o *UpdateGitWebhookByIDUsingPUTForbidden) IsServerError() bool

IsServerError returns true when this update git webhook by Id using p u t forbidden response has a 5xx status code

func (*UpdateGitWebhookByIDUsingPUTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this update git webhook by Id using p u t forbidden response has a 2xx status code

func (*UpdateGitWebhookByIDUsingPUTForbidden) String added in v0.5.0

type UpdateGitWebhookByIDUsingPUTInternalServerError added in v0.4.0

type UpdateGitWebhookByIDUsingPUTInternalServerError struct {
}

UpdateGitWebhookByIDUsingPUTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewUpdateGitWebhookByIDUsingPUTInternalServerError added in v0.4.0

func NewUpdateGitWebhookByIDUsingPUTInternalServerError() *UpdateGitWebhookByIDUsingPUTInternalServerError

NewUpdateGitWebhookByIDUsingPUTInternalServerError creates a UpdateGitWebhookByIDUsingPUTInternalServerError with default headers values

func (*UpdateGitWebhookByIDUsingPUTInternalServerError) Error added in v0.4.0

func (*UpdateGitWebhookByIDUsingPUTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this update git webhook by Id using p u t internal server error response has a 4xx status code

func (*UpdateGitWebhookByIDUsingPUTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this update git webhook by Id using p u t internal server error response a status code equal to that given

func (*UpdateGitWebhookByIDUsingPUTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this update git webhook by Id using p u t internal server error response has a 3xx status code

func (*UpdateGitWebhookByIDUsingPUTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this update git webhook by Id using p u t internal server error response has a 5xx status code

func (*UpdateGitWebhookByIDUsingPUTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this update git webhook by Id using p u t internal server error response has a 2xx status code

func (*UpdateGitWebhookByIDUsingPUTInternalServerError) String added in v0.5.0

type UpdateGitWebhookByIDUsingPUTNotFound added in v0.4.0

type UpdateGitWebhookByIDUsingPUTNotFound struct {
	Payload *models.Error
}

UpdateGitWebhookByIDUsingPUTNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateGitWebhookByIDUsingPUTNotFound added in v0.4.0

func NewUpdateGitWebhookByIDUsingPUTNotFound() *UpdateGitWebhookByIDUsingPUTNotFound

NewUpdateGitWebhookByIDUsingPUTNotFound creates a UpdateGitWebhookByIDUsingPUTNotFound with default headers values

func (*UpdateGitWebhookByIDUsingPUTNotFound) Error added in v0.4.0

func (*UpdateGitWebhookByIDUsingPUTNotFound) GetPayload added in v0.4.0

func (*UpdateGitWebhookByIDUsingPUTNotFound) IsClientError added in v0.5.0

func (o *UpdateGitWebhookByIDUsingPUTNotFound) IsClientError() bool

IsClientError returns true when this update git webhook by Id using p u t not found response has a 4xx status code

func (*UpdateGitWebhookByIDUsingPUTNotFound) IsCode added in v0.5.0

IsCode returns true when this update git webhook by Id using p u t not found response a status code equal to that given

func (*UpdateGitWebhookByIDUsingPUTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this update git webhook by Id using p u t not found response has a 3xx status code

func (*UpdateGitWebhookByIDUsingPUTNotFound) IsServerError added in v0.5.0

func (o *UpdateGitWebhookByIDUsingPUTNotFound) IsServerError() bool

IsServerError returns true when this update git webhook by Id using p u t not found response has a 5xx status code

func (*UpdateGitWebhookByIDUsingPUTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this update git webhook by Id using p u t not found response has a 2xx status code

func (*UpdateGitWebhookByIDUsingPUTNotFound) String added in v0.5.0

type UpdateGitWebhookByIDUsingPUTOK added in v0.4.0

type UpdateGitWebhookByIDUsingPUTOK struct {
	Payload models.GitWebhook
}

UpdateGitWebhookByIDUsingPUTOK describes a response with status code 200, with default header values.

'Success' with Git Webhook Update

func NewUpdateGitWebhookByIDUsingPUTOK added in v0.4.0

func NewUpdateGitWebhookByIDUsingPUTOK() *UpdateGitWebhookByIDUsingPUTOK

NewUpdateGitWebhookByIDUsingPUTOK creates a UpdateGitWebhookByIDUsingPUTOK with default headers values

func (*UpdateGitWebhookByIDUsingPUTOK) Error added in v0.4.0

func (*UpdateGitWebhookByIDUsingPUTOK) GetPayload added in v0.4.0

func (*UpdateGitWebhookByIDUsingPUTOK) IsClientError added in v0.5.0

func (o *UpdateGitWebhookByIDUsingPUTOK) IsClientError() bool

IsClientError returns true when this update git webhook by Id using p u t o k response has a 4xx status code

func (*UpdateGitWebhookByIDUsingPUTOK) IsCode added in v0.5.0

func (o *UpdateGitWebhookByIDUsingPUTOK) IsCode(code int) bool

IsCode returns true when this update git webhook by Id using p u t o k response a status code equal to that given

func (*UpdateGitWebhookByIDUsingPUTOK) IsRedirect added in v0.5.0

func (o *UpdateGitWebhookByIDUsingPUTOK) IsRedirect() bool

IsRedirect returns true when this update git webhook by Id using p u t o k response has a 3xx status code

func (*UpdateGitWebhookByIDUsingPUTOK) IsServerError added in v0.5.0

func (o *UpdateGitWebhookByIDUsingPUTOK) IsServerError() bool

IsServerError returns true when this update git webhook by Id using p u t o k response has a 5xx status code

func (*UpdateGitWebhookByIDUsingPUTOK) IsSuccess added in v0.5.0

func (o *UpdateGitWebhookByIDUsingPUTOK) IsSuccess() bool

IsSuccess returns true when this update git webhook by Id using p u t o k response has a 2xx status code

func (*UpdateGitWebhookByIDUsingPUTOK) String added in v0.5.0

type UpdateGitWebhookByIDUsingPUTParams added in v0.4.0

type UpdateGitWebhookByIDUsingPUTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* GitWebhookSpec.

	   gitWebhookSpec
	*/
	GitWebhookSpec models.GitWebhookSpec

	/* ID.

	   id
	*/
	ID string

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

UpdateGitWebhookByIDUsingPUTParams contains all the parameters to send to the API endpoint

for the update git webhook by Id using p u t operation.

Typically these are written to a http.Request.

func NewUpdateGitWebhookByIDUsingPUTParams added in v0.4.0

func NewUpdateGitWebhookByIDUsingPUTParams() *UpdateGitWebhookByIDUsingPUTParams

NewUpdateGitWebhookByIDUsingPUTParams creates a new UpdateGitWebhookByIDUsingPUTParams 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 NewUpdateGitWebhookByIDUsingPUTParamsWithContext added in v0.4.0

func NewUpdateGitWebhookByIDUsingPUTParamsWithContext(ctx context.Context) *UpdateGitWebhookByIDUsingPUTParams

NewUpdateGitWebhookByIDUsingPUTParamsWithContext creates a new UpdateGitWebhookByIDUsingPUTParams object with the ability to set a context for a request.

func NewUpdateGitWebhookByIDUsingPUTParamsWithHTTPClient added in v0.4.0

func NewUpdateGitWebhookByIDUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateGitWebhookByIDUsingPUTParams

NewUpdateGitWebhookByIDUsingPUTParamsWithHTTPClient creates a new UpdateGitWebhookByIDUsingPUTParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateGitWebhookByIDUsingPUTParamsWithTimeout added in v0.4.0

func NewUpdateGitWebhookByIDUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateGitWebhookByIDUsingPUTParams

NewUpdateGitWebhookByIDUsingPUTParamsWithTimeout creates a new UpdateGitWebhookByIDUsingPUTParams object with the ability to set a timeout on a request.

func (*UpdateGitWebhookByIDUsingPUTParams) SetAPIVersion added in v0.4.0

func (o *UpdateGitWebhookByIDUsingPUTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update git webhook by Id using p u t params

func (*UpdateGitWebhookByIDUsingPUTParams) SetAuthorization added in v0.4.0

func (o *UpdateGitWebhookByIDUsingPUTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the update git webhook by Id using p u t params

func (*UpdateGitWebhookByIDUsingPUTParams) SetContext added in v0.4.0

SetContext adds the context to the update git webhook by Id using p u t params

func (*UpdateGitWebhookByIDUsingPUTParams) SetDefaults added in v0.4.0

func (o *UpdateGitWebhookByIDUsingPUTParams) SetDefaults()

SetDefaults hydrates default values in the update git webhook by Id using p u t params (not the query body).

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

func (*UpdateGitWebhookByIDUsingPUTParams) SetGitWebhookSpec added in v0.4.0

func (o *UpdateGitWebhookByIDUsingPUTParams) SetGitWebhookSpec(gitWebhookSpec models.GitWebhookSpec)

SetGitWebhookSpec adds the gitWebhookSpec to the update git webhook by Id using p u t params

func (*UpdateGitWebhookByIDUsingPUTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the update git webhook by Id using p u t params

func (*UpdateGitWebhookByIDUsingPUTParams) SetID added in v0.4.0

SetID adds the id to the update git webhook by Id using p u t params

func (*UpdateGitWebhookByIDUsingPUTParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the update git webhook by Id using p u t params

func (*UpdateGitWebhookByIDUsingPUTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the update git webhook by Id using p u t params

func (*UpdateGitWebhookByIDUsingPUTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the update git webhook by Id using p u t params

func (*UpdateGitWebhookByIDUsingPUTParams) WithContext added in v0.4.0

WithContext adds the context to the update git webhook by Id using p u t params

func (*UpdateGitWebhookByIDUsingPUTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the update git webhook by Id using p u t params (not the query body).

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

func (*UpdateGitWebhookByIDUsingPUTParams) WithGitWebhookSpec added in v0.4.0

WithGitWebhookSpec adds the gitWebhookSpec to the update git webhook by Id using p u t params

func (*UpdateGitWebhookByIDUsingPUTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the update git webhook by Id using p u t params

func (*UpdateGitWebhookByIDUsingPUTParams) WithID added in v0.4.0

WithID adds the id to the update git webhook by Id using p u t params

func (*UpdateGitWebhookByIDUsingPUTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the update git webhook by Id using p u t params

func (*UpdateGitWebhookByIDUsingPUTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type UpdateGitWebhookByIDUsingPUTReader added in v0.4.0

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

UpdateGitWebhookByIDUsingPUTReader is a Reader for the UpdateGitWebhookByIDUsingPUT structure.

func (*UpdateGitWebhookByIDUsingPUTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type UpdateGitWebhookByIDUsingPUTUnauthorized added in v0.4.0

type UpdateGitWebhookByIDUsingPUTUnauthorized struct {
}

UpdateGitWebhookByIDUsingPUTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewUpdateGitWebhookByIDUsingPUTUnauthorized added in v0.4.0

func NewUpdateGitWebhookByIDUsingPUTUnauthorized() *UpdateGitWebhookByIDUsingPUTUnauthorized

NewUpdateGitWebhookByIDUsingPUTUnauthorized creates a UpdateGitWebhookByIDUsingPUTUnauthorized with default headers values

func (*UpdateGitWebhookByIDUsingPUTUnauthorized) Error added in v0.4.0

func (*UpdateGitWebhookByIDUsingPUTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this update git webhook by Id using p u t unauthorized response has a 4xx status code

func (*UpdateGitWebhookByIDUsingPUTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this update git webhook by Id using p u t unauthorized response a status code equal to that given

func (*UpdateGitWebhookByIDUsingPUTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this update git webhook by Id using p u t unauthorized response has a 3xx status code

func (*UpdateGitWebhookByIDUsingPUTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this update git webhook by Id using p u t unauthorized response has a 5xx status code

func (*UpdateGitWebhookByIDUsingPUTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this update git webhook by Id using p u t unauthorized response has a 2xx status code

func (*UpdateGitWebhookByIDUsingPUTUnauthorized) String added in v0.5.0

type UpdateGitWebhookByNameUsingPUTForbidden added in v0.4.0

type UpdateGitWebhookByNameUsingPUTForbidden struct {
}

UpdateGitWebhookByNameUsingPUTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateGitWebhookByNameUsingPUTForbidden added in v0.4.0

func NewUpdateGitWebhookByNameUsingPUTForbidden() *UpdateGitWebhookByNameUsingPUTForbidden

NewUpdateGitWebhookByNameUsingPUTForbidden creates a UpdateGitWebhookByNameUsingPUTForbidden with default headers values

func (*UpdateGitWebhookByNameUsingPUTForbidden) Error added in v0.4.0

func (*UpdateGitWebhookByNameUsingPUTForbidden) IsClientError added in v0.5.0

func (o *UpdateGitWebhookByNameUsingPUTForbidden) IsClientError() bool

IsClientError returns true when this update git webhook by name using p u t forbidden response has a 4xx status code

func (*UpdateGitWebhookByNameUsingPUTForbidden) IsCode added in v0.5.0

IsCode returns true when this update git webhook by name using p u t forbidden response a status code equal to that given

func (*UpdateGitWebhookByNameUsingPUTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this update git webhook by name using p u t forbidden response has a 3xx status code

func (*UpdateGitWebhookByNameUsingPUTForbidden) IsServerError added in v0.5.0

func (o *UpdateGitWebhookByNameUsingPUTForbidden) IsServerError() bool

IsServerError returns true when this update git webhook by name using p u t forbidden response has a 5xx status code

func (*UpdateGitWebhookByNameUsingPUTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this update git webhook by name using p u t forbidden response has a 2xx status code

func (*UpdateGitWebhookByNameUsingPUTForbidden) String added in v0.5.0

type UpdateGitWebhookByNameUsingPUTInternalServerError added in v0.4.0

type UpdateGitWebhookByNameUsingPUTInternalServerError struct {
}

UpdateGitWebhookByNameUsingPUTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewUpdateGitWebhookByNameUsingPUTInternalServerError added in v0.4.0

func NewUpdateGitWebhookByNameUsingPUTInternalServerError() *UpdateGitWebhookByNameUsingPUTInternalServerError

NewUpdateGitWebhookByNameUsingPUTInternalServerError creates a UpdateGitWebhookByNameUsingPUTInternalServerError with default headers values

func (*UpdateGitWebhookByNameUsingPUTInternalServerError) Error added in v0.4.0

func (*UpdateGitWebhookByNameUsingPUTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this update git webhook by name using p u t internal server error response has a 4xx status code

func (*UpdateGitWebhookByNameUsingPUTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this update git webhook by name using p u t internal server error response a status code equal to that given

func (*UpdateGitWebhookByNameUsingPUTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this update git webhook by name using p u t internal server error response has a 3xx status code

func (*UpdateGitWebhookByNameUsingPUTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this update git webhook by name using p u t internal server error response has a 5xx status code

func (*UpdateGitWebhookByNameUsingPUTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this update git webhook by name using p u t internal server error response has a 2xx status code

func (*UpdateGitWebhookByNameUsingPUTInternalServerError) String added in v0.5.0

type UpdateGitWebhookByNameUsingPUTNotFound added in v0.4.0

type UpdateGitWebhookByNameUsingPUTNotFound struct {
	Payload *models.Error
}

UpdateGitWebhookByNameUsingPUTNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateGitWebhookByNameUsingPUTNotFound added in v0.4.0

func NewUpdateGitWebhookByNameUsingPUTNotFound() *UpdateGitWebhookByNameUsingPUTNotFound

NewUpdateGitWebhookByNameUsingPUTNotFound creates a UpdateGitWebhookByNameUsingPUTNotFound with default headers values

func (*UpdateGitWebhookByNameUsingPUTNotFound) Error added in v0.4.0

func (*UpdateGitWebhookByNameUsingPUTNotFound) GetPayload added in v0.4.0

func (*UpdateGitWebhookByNameUsingPUTNotFound) IsClientError added in v0.5.0

func (o *UpdateGitWebhookByNameUsingPUTNotFound) IsClientError() bool

IsClientError returns true when this update git webhook by name using p u t not found response has a 4xx status code

func (*UpdateGitWebhookByNameUsingPUTNotFound) IsCode added in v0.5.0

IsCode returns true when this update git webhook by name using p u t not found response a status code equal to that given

func (*UpdateGitWebhookByNameUsingPUTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this update git webhook by name using p u t not found response has a 3xx status code

func (*UpdateGitWebhookByNameUsingPUTNotFound) IsServerError added in v0.5.0

func (o *UpdateGitWebhookByNameUsingPUTNotFound) IsServerError() bool

IsServerError returns true when this update git webhook by name using p u t not found response has a 5xx status code

func (*UpdateGitWebhookByNameUsingPUTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this update git webhook by name using p u t not found response has a 2xx status code

func (*UpdateGitWebhookByNameUsingPUTNotFound) String added in v0.5.0

type UpdateGitWebhookByNameUsingPUTOK added in v0.4.0

type UpdateGitWebhookByNameUsingPUTOK struct {
	Payload models.GitWebhook
}

UpdateGitWebhookByNameUsingPUTOK describes a response with status code 200, with default header values.

'Success' with Git Webhook Update

func NewUpdateGitWebhookByNameUsingPUTOK added in v0.4.0

func NewUpdateGitWebhookByNameUsingPUTOK() *UpdateGitWebhookByNameUsingPUTOK

NewUpdateGitWebhookByNameUsingPUTOK creates a UpdateGitWebhookByNameUsingPUTOK with default headers values

func (*UpdateGitWebhookByNameUsingPUTOK) Error added in v0.4.0

func (*UpdateGitWebhookByNameUsingPUTOK) GetPayload added in v0.4.0

func (*UpdateGitWebhookByNameUsingPUTOK) IsClientError added in v0.5.0

func (o *UpdateGitWebhookByNameUsingPUTOK) IsClientError() bool

IsClientError returns true when this update git webhook by name using p u t o k response has a 4xx status code

func (*UpdateGitWebhookByNameUsingPUTOK) IsCode added in v0.5.0

func (o *UpdateGitWebhookByNameUsingPUTOK) IsCode(code int) bool

IsCode returns true when this update git webhook by name using p u t o k response a status code equal to that given

func (*UpdateGitWebhookByNameUsingPUTOK) IsRedirect added in v0.5.0

func (o *UpdateGitWebhookByNameUsingPUTOK) IsRedirect() bool

IsRedirect returns true when this update git webhook by name using p u t o k response has a 3xx status code

func (*UpdateGitWebhookByNameUsingPUTOK) IsServerError added in v0.5.0

func (o *UpdateGitWebhookByNameUsingPUTOK) IsServerError() bool

IsServerError returns true when this update git webhook by name using p u t o k response has a 5xx status code

func (*UpdateGitWebhookByNameUsingPUTOK) IsSuccess added in v0.5.0

func (o *UpdateGitWebhookByNameUsingPUTOK) IsSuccess() bool

IsSuccess returns true when this update git webhook by name using p u t o k response has a 2xx status code

func (*UpdateGitWebhookByNameUsingPUTOK) String added in v0.5.0

type UpdateGitWebhookByNameUsingPUTParams added in v0.4.0

type UpdateGitWebhookByNameUsingPUTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* GitWebhookSpec.

	   gitWebhookSpec
	*/
	GitWebhookSpec models.GitWebhookSpec

	/* Name.

	   name
	*/
	Name string

	/* Project.

	   project
	*/
	Project string

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

UpdateGitWebhookByNameUsingPUTParams contains all the parameters to send to the API endpoint

for the update git webhook by name using p u t operation.

Typically these are written to a http.Request.

func NewUpdateGitWebhookByNameUsingPUTParams added in v0.4.0

func NewUpdateGitWebhookByNameUsingPUTParams() *UpdateGitWebhookByNameUsingPUTParams

NewUpdateGitWebhookByNameUsingPUTParams creates a new UpdateGitWebhookByNameUsingPUTParams 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 NewUpdateGitWebhookByNameUsingPUTParamsWithContext added in v0.4.0

func NewUpdateGitWebhookByNameUsingPUTParamsWithContext(ctx context.Context) *UpdateGitWebhookByNameUsingPUTParams

NewUpdateGitWebhookByNameUsingPUTParamsWithContext creates a new UpdateGitWebhookByNameUsingPUTParams object with the ability to set a context for a request.

func NewUpdateGitWebhookByNameUsingPUTParamsWithHTTPClient added in v0.4.0

func NewUpdateGitWebhookByNameUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateGitWebhookByNameUsingPUTParams

NewUpdateGitWebhookByNameUsingPUTParamsWithHTTPClient creates a new UpdateGitWebhookByNameUsingPUTParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateGitWebhookByNameUsingPUTParamsWithTimeout added in v0.4.0

func NewUpdateGitWebhookByNameUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateGitWebhookByNameUsingPUTParams

NewUpdateGitWebhookByNameUsingPUTParamsWithTimeout creates a new UpdateGitWebhookByNameUsingPUTParams object with the ability to set a timeout on a request.

func (*UpdateGitWebhookByNameUsingPUTParams) SetAPIVersion added in v0.4.0

func (o *UpdateGitWebhookByNameUsingPUTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update git webhook by name using p u t params

func (*UpdateGitWebhookByNameUsingPUTParams) SetAuthorization added in v0.4.0

func (o *UpdateGitWebhookByNameUsingPUTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the update git webhook by name using p u t params

func (*UpdateGitWebhookByNameUsingPUTParams) SetContext added in v0.4.0

SetContext adds the context to the update git webhook by name using p u t params

func (*UpdateGitWebhookByNameUsingPUTParams) SetDefaults added in v0.4.0

func (o *UpdateGitWebhookByNameUsingPUTParams) SetDefaults()

SetDefaults hydrates default values in the update git webhook by name using p u t params (not the query body).

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

func (*UpdateGitWebhookByNameUsingPUTParams) SetGitWebhookSpec added in v0.4.0

func (o *UpdateGitWebhookByNameUsingPUTParams) SetGitWebhookSpec(gitWebhookSpec models.GitWebhookSpec)

SetGitWebhookSpec adds the gitWebhookSpec to the update git webhook by name using p u t params

func (*UpdateGitWebhookByNameUsingPUTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the update git webhook by name using p u t params

func (*UpdateGitWebhookByNameUsingPUTParams) SetName added in v0.4.0

SetName adds the name to the update git webhook by name using p u t params

func (*UpdateGitWebhookByNameUsingPUTParams) SetProject added in v0.4.0

func (o *UpdateGitWebhookByNameUsingPUTParams) SetProject(project string)

SetProject adds the project to the update git webhook by name using p u t params

func (*UpdateGitWebhookByNameUsingPUTParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the update git webhook by name using p u t params

func (*UpdateGitWebhookByNameUsingPUTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the update git webhook by name using p u t params

func (*UpdateGitWebhookByNameUsingPUTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the update git webhook by name using p u t params

func (*UpdateGitWebhookByNameUsingPUTParams) WithContext added in v0.4.0

WithContext adds the context to the update git webhook by name using p u t params

func (*UpdateGitWebhookByNameUsingPUTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the update git webhook by name using p u t params (not the query body).

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

func (*UpdateGitWebhookByNameUsingPUTParams) WithGitWebhookSpec added in v0.4.0

WithGitWebhookSpec adds the gitWebhookSpec to the update git webhook by name using p u t params

func (*UpdateGitWebhookByNameUsingPUTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the update git webhook by name using p u t params

func (*UpdateGitWebhookByNameUsingPUTParams) WithName added in v0.4.0

WithName adds the name to the update git webhook by name using p u t params

func (*UpdateGitWebhookByNameUsingPUTParams) WithProject added in v0.4.0

WithProject adds the project to the update git webhook by name using p u t params

func (*UpdateGitWebhookByNameUsingPUTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the update git webhook by name using p u t params

func (*UpdateGitWebhookByNameUsingPUTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type UpdateGitWebhookByNameUsingPUTReader added in v0.4.0

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

UpdateGitWebhookByNameUsingPUTReader is a Reader for the UpdateGitWebhookByNameUsingPUT structure.

func (*UpdateGitWebhookByNameUsingPUTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type UpdateGitWebhookByNameUsingPUTUnauthorized added in v0.4.0

type UpdateGitWebhookByNameUsingPUTUnauthorized struct {
}

UpdateGitWebhookByNameUsingPUTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewUpdateGitWebhookByNameUsingPUTUnauthorized added in v0.4.0

func NewUpdateGitWebhookByNameUsingPUTUnauthorized() *UpdateGitWebhookByNameUsingPUTUnauthorized

NewUpdateGitWebhookByNameUsingPUTUnauthorized creates a UpdateGitWebhookByNameUsingPUTUnauthorized with default headers values

func (*UpdateGitWebhookByNameUsingPUTUnauthorized) Error added in v0.4.0

func (*UpdateGitWebhookByNameUsingPUTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this update git webhook by name using p u t unauthorized response has a 4xx status code

func (*UpdateGitWebhookByNameUsingPUTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this update git webhook by name using p u t unauthorized response a status code equal to that given

func (*UpdateGitWebhookByNameUsingPUTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this update git webhook by name using p u t unauthorized response has a 3xx status code

func (*UpdateGitWebhookByNameUsingPUTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this update git webhook by name using p u t unauthorized response has a 5xx status code

func (*UpdateGitWebhookByNameUsingPUTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this update git webhook by name using p u t unauthorized response has a 2xx status code

func (*UpdateGitWebhookByNameUsingPUTUnauthorized) String added in v0.5.0

type ValidateGerritListenerUsingPOSTForbidden added in v0.4.0

type ValidateGerritListenerUsingPOSTForbidden struct {
}

ValidateGerritListenerUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewValidateGerritListenerUsingPOSTForbidden added in v0.4.0

func NewValidateGerritListenerUsingPOSTForbidden() *ValidateGerritListenerUsingPOSTForbidden

NewValidateGerritListenerUsingPOSTForbidden creates a ValidateGerritListenerUsingPOSTForbidden with default headers values

func (*ValidateGerritListenerUsingPOSTForbidden) Error added in v0.4.0

func (*ValidateGerritListenerUsingPOSTForbidden) IsClientError added in v0.5.0

IsClientError returns true when this validate gerrit listener using p o s t forbidden response has a 4xx status code

func (*ValidateGerritListenerUsingPOSTForbidden) IsCode added in v0.5.0

IsCode returns true when this validate gerrit listener using p o s t forbidden response a status code equal to that given

func (*ValidateGerritListenerUsingPOSTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this validate gerrit listener using p o s t forbidden response has a 3xx status code

func (*ValidateGerritListenerUsingPOSTForbidden) IsServerError added in v0.5.0

IsServerError returns true when this validate gerrit listener using p o s t forbidden response has a 5xx status code

func (*ValidateGerritListenerUsingPOSTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this validate gerrit listener using p o s t forbidden response has a 2xx status code

func (*ValidateGerritListenerUsingPOSTForbidden) String added in v0.5.0

type ValidateGerritListenerUsingPOSTInternalServerError added in v0.4.0

type ValidateGerritListenerUsingPOSTInternalServerError struct {
}

ValidateGerritListenerUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewValidateGerritListenerUsingPOSTInternalServerError added in v0.4.0

func NewValidateGerritListenerUsingPOSTInternalServerError() *ValidateGerritListenerUsingPOSTInternalServerError

NewValidateGerritListenerUsingPOSTInternalServerError creates a ValidateGerritListenerUsingPOSTInternalServerError with default headers values

func (*ValidateGerritListenerUsingPOSTInternalServerError) Error added in v0.4.0

func (*ValidateGerritListenerUsingPOSTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this validate gerrit listener using p o s t internal server error response has a 4xx status code

func (*ValidateGerritListenerUsingPOSTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this validate gerrit listener using p o s t internal server error response a status code equal to that given

func (*ValidateGerritListenerUsingPOSTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this validate gerrit listener using p o s t internal server error response has a 3xx status code

func (*ValidateGerritListenerUsingPOSTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this validate gerrit listener using p o s t internal server error response has a 5xx status code

func (*ValidateGerritListenerUsingPOSTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this validate gerrit listener using p o s t internal server error response has a 2xx status code

func (*ValidateGerritListenerUsingPOSTInternalServerError) String added in v0.5.0

type ValidateGerritListenerUsingPOSTNotFound added in v0.4.0

type ValidateGerritListenerUsingPOSTNotFound struct {
	Payload *models.Error
}

ValidateGerritListenerUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewValidateGerritListenerUsingPOSTNotFound added in v0.4.0

func NewValidateGerritListenerUsingPOSTNotFound() *ValidateGerritListenerUsingPOSTNotFound

NewValidateGerritListenerUsingPOSTNotFound creates a ValidateGerritListenerUsingPOSTNotFound with default headers values

func (*ValidateGerritListenerUsingPOSTNotFound) Error added in v0.4.0

func (*ValidateGerritListenerUsingPOSTNotFound) GetPayload added in v0.4.0

func (*ValidateGerritListenerUsingPOSTNotFound) IsClientError added in v0.5.0

func (o *ValidateGerritListenerUsingPOSTNotFound) IsClientError() bool

IsClientError returns true when this validate gerrit listener using p o s t not found response has a 4xx status code

func (*ValidateGerritListenerUsingPOSTNotFound) IsCode added in v0.5.0

IsCode returns true when this validate gerrit listener using p o s t not found response a status code equal to that given

func (*ValidateGerritListenerUsingPOSTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this validate gerrit listener using p o s t not found response has a 3xx status code

func (*ValidateGerritListenerUsingPOSTNotFound) IsServerError added in v0.5.0

func (o *ValidateGerritListenerUsingPOSTNotFound) IsServerError() bool

IsServerError returns true when this validate gerrit listener using p o s t not found response has a 5xx status code

func (*ValidateGerritListenerUsingPOSTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this validate gerrit listener using p o s t not found response has a 2xx status code

func (*ValidateGerritListenerUsingPOSTNotFound) String added in v0.5.0

type ValidateGerritListenerUsingPOSTOK added in v0.4.0

type ValidateGerritListenerUsingPOSTOK struct {
	Payload models.GerritListener
}

ValidateGerritListenerUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with Gerrit Listener Validation

func NewValidateGerritListenerUsingPOSTOK added in v0.4.0

func NewValidateGerritListenerUsingPOSTOK() *ValidateGerritListenerUsingPOSTOK

NewValidateGerritListenerUsingPOSTOK creates a ValidateGerritListenerUsingPOSTOK with default headers values

func (*ValidateGerritListenerUsingPOSTOK) Error added in v0.4.0

func (*ValidateGerritListenerUsingPOSTOK) GetPayload added in v0.4.0

func (*ValidateGerritListenerUsingPOSTOK) IsClientError added in v0.5.0

func (o *ValidateGerritListenerUsingPOSTOK) IsClientError() bool

IsClientError returns true when this validate gerrit listener using p o s t o k response has a 4xx status code

func (*ValidateGerritListenerUsingPOSTOK) IsCode added in v0.5.0

func (o *ValidateGerritListenerUsingPOSTOK) IsCode(code int) bool

IsCode returns true when this validate gerrit listener using p o s t o k response a status code equal to that given

func (*ValidateGerritListenerUsingPOSTOK) IsRedirect added in v0.5.0

func (o *ValidateGerritListenerUsingPOSTOK) IsRedirect() bool

IsRedirect returns true when this validate gerrit listener using p o s t o k response has a 3xx status code

func (*ValidateGerritListenerUsingPOSTOK) IsServerError added in v0.5.0

func (o *ValidateGerritListenerUsingPOSTOK) IsServerError() bool

IsServerError returns true when this validate gerrit listener using p o s t o k response has a 5xx status code

func (*ValidateGerritListenerUsingPOSTOK) IsSuccess added in v0.5.0

func (o *ValidateGerritListenerUsingPOSTOK) IsSuccess() bool

IsSuccess returns true when this validate gerrit listener using p o s t o k response has a 2xx status code

func (*ValidateGerritListenerUsingPOSTOK) String added in v0.5.0

type ValidateGerritListenerUsingPOSTParams added in v0.4.0

type ValidateGerritListenerUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* GerritListenerspec.

	   gerritListenerspec
	*/
	GerritListenerspec models.GerritListenerSpec

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

ValidateGerritListenerUsingPOSTParams contains all the parameters to send to the API endpoint

for the validate gerrit listener using p o s t operation.

Typically these are written to a http.Request.

func NewValidateGerritListenerUsingPOSTParams added in v0.4.0

func NewValidateGerritListenerUsingPOSTParams() *ValidateGerritListenerUsingPOSTParams

NewValidateGerritListenerUsingPOSTParams creates a new ValidateGerritListenerUsingPOSTParams 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 NewValidateGerritListenerUsingPOSTParamsWithContext added in v0.4.0

func NewValidateGerritListenerUsingPOSTParamsWithContext(ctx context.Context) *ValidateGerritListenerUsingPOSTParams

NewValidateGerritListenerUsingPOSTParamsWithContext creates a new ValidateGerritListenerUsingPOSTParams object with the ability to set a context for a request.

func NewValidateGerritListenerUsingPOSTParamsWithHTTPClient added in v0.4.0

func NewValidateGerritListenerUsingPOSTParamsWithHTTPClient(client *http.Client) *ValidateGerritListenerUsingPOSTParams

NewValidateGerritListenerUsingPOSTParamsWithHTTPClient creates a new ValidateGerritListenerUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewValidateGerritListenerUsingPOSTParamsWithTimeout added in v0.4.0

func NewValidateGerritListenerUsingPOSTParamsWithTimeout(timeout time.Duration) *ValidateGerritListenerUsingPOSTParams

NewValidateGerritListenerUsingPOSTParamsWithTimeout creates a new ValidateGerritListenerUsingPOSTParams object with the ability to set a timeout on a request.

func (*ValidateGerritListenerUsingPOSTParams) SetAPIVersion added in v0.4.0

func (o *ValidateGerritListenerUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the validate gerrit listener using p o s t params

func (*ValidateGerritListenerUsingPOSTParams) SetAuthorization added in v0.4.0

func (o *ValidateGerritListenerUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the validate gerrit listener using p o s t params

func (*ValidateGerritListenerUsingPOSTParams) SetContext added in v0.4.0

SetContext adds the context to the validate gerrit listener using p o s t params

func (*ValidateGerritListenerUsingPOSTParams) SetDefaults added in v0.4.0

func (o *ValidateGerritListenerUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the validate gerrit listener using p o s t params (not the query body).

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

func (*ValidateGerritListenerUsingPOSTParams) SetGerritListenerspec added in v0.4.0

func (o *ValidateGerritListenerUsingPOSTParams) SetGerritListenerspec(gerritListenerspec models.GerritListenerSpec)

SetGerritListenerspec adds the gerritListenerspec to the validate gerrit listener using p o s t params

func (*ValidateGerritListenerUsingPOSTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the validate gerrit listener using p o s t params

func (*ValidateGerritListenerUsingPOSTParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the validate gerrit listener using p o s t params

func (*ValidateGerritListenerUsingPOSTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the validate gerrit listener using p o s t params

func (*ValidateGerritListenerUsingPOSTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the validate gerrit listener using p o s t params

func (*ValidateGerritListenerUsingPOSTParams) WithContext added in v0.4.0

WithContext adds the context to the validate gerrit listener using p o s t params

func (*ValidateGerritListenerUsingPOSTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the validate gerrit listener using p o s t params (not the query body).

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

func (*ValidateGerritListenerUsingPOSTParams) WithGerritListenerspec added in v0.4.0

WithGerritListenerspec adds the gerritListenerspec to the validate gerrit listener using p o s t params

func (*ValidateGerritListenerUsingPOSTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the validate gerrit listener using p o s t params

func (*ValidateGerritListenerUsingPOSTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the validate gerrit listener using p o s t params

func (*ValidateGerritListenerUsingPOSTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type ValidateGerritListenerUsingPOSTReader added in v0.4.0

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

ValidateGerritListenerUsingPOSTReader is a Reader for the ValidateGerritListenerUsingPOST structure.

func (*ValidateGerritListenerUsingPOSTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type ValidateGerritListenerUsingPOSTUnauthorized added in v0.4.0

type ValidateGerritListenerUsingPOSTUnauthorized struct {
}

ValidateGerritListenerUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewValidateGerritListenerUsingPOSTUnauthorized added in v0.4.0

func NewValidateGerritListenerUsingPOSTUnauthorized() *ValidateGerritListenerUsingPOSTUnauthorized

NewValidateGerritListenerUsingPOSTUnauthorized creates a ValidateGerritListenerUsingPOSTUnauthorized with default headers values

func (*ValidateGerritListenerUsingPOSTUnauthorized) Error added in v0.4.0

func (*ValidateGerritListenerUsingPOSTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this validate gerrit listener using p o s t unauthorized response has a 4xx status code

func (*ValidateGerritListenerUsingPOSTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this validate gerrit listener using p o s t unauthorized response a status code equal to that given

func (*ValidateGerritListenerUsingPOSTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this validate gerrit listener using p o s t unauthorized response has a 3xx status code

func (*ValidateGerritListenerUsingPOSTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this validate gerrit listener using p o s t unauthorized response has a 5xx status code

func (*ValidateGerritListenerUsingPOSTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this validate gerrit listener using p o s t unauthorized response has a 2xx status code

func (*ValidateGerritListenerUsingPOSTUnauthorized) String added in v0.5.0

Source Files

Jump to

Keyboard shortcuts

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