falcon_container_image

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 11 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 falcon container image API

func (*Client) CreateRegistryEntities

func (a *Client) CreateRegistryEntities(params *CreateRegistryEntitiesParams, opts ...ClientOption) (*CreateRegistryEntitiesCreated, error)

CreateRegistryEntities creates a registry entity using the provided details

func (*Client) DeleteRegistryEntities

func (a *Client) DeleteRegistryEntities(params *DeleteRegistryEntitiesParams, opts ...ClientOption) (*DeleteRegistryEntitiesOK, error)

DeleteRegistryEntities deletes the registry entity identified by the entity UUID

func (*Client) ReadRegistryEntities

func (a *Client) ReadRegistryEntities(params *ReadRegistryEntitiesParams, opts ...ClientOption) (*ReadRegistryEntitiesOK, error)

ReadRegistryEntities retrieves registry entities identified by the customer id

func (*Client) ReadRegistryEntitiesByUUID

func (a *Client) ReadRegistryEntitiesByUUID(params *ReadRegistryEntitiesByUUIDParams, opts ...ClientOption) (*ReadRegistryEntitiesByUUIDOK, error)

ReadRegistryEntitiesByUUID retrieves the registry entity identified by the entity UUID

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateRegistryEntities

func (a *Client) UpdateRegistryEntities(params *UpdateRegistryEntitiesParams, opts ...ClientOption) (*UpdateRegistryEntitiesOK, error)

UpdateRegistryEntities updates the registry entity as identified by the entity UUID using the provided details

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateRegistryEntities(params *CreateRegistryEntitiesParams, opts ...ClientOption) (*CreateRegistryEntitiesCreated, error)

	DeleteRegistryEntities(params *DeleteRegistryEntitiesParams, opts ...ClientOption) (*DeleteRegistryEntitiesOK, error)

	ReadRegistryEntities(params *ReadRegistryEntitiesParams, opts ...ClientOption) (*ReadRegistryEntitiesOK, error)

	ReadRegistryEntitiesByUUID(params *ReadRegistryEntitiesByUUIDParams, opts ...ClientOption) (*ReadRegistryEntitiesByUUIDOK, error)

	UpdateRegistryEntities(params *UpdateRegistryEntitiesParams, opts ...ClientOption) (*UpdateRegistryEntitiesOK, 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 falcon container image API client.

type CreateRegistryEntitiesBadRequest

type CreateRegistryEntitiesBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainExternalRegistryResponse
}

CreateRegistryEntitiesBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewCreateRegistryEntitiesBadRequest

func NewCreateRegistryEntitiesBadRequest() *CreateRegistryEntitiesBadRequest

NewCreateRegistryEntitiesBadRequest creates a CreateRegistryEntitiesBadRequest with default headers values

func (*CreateRegistryEntitiesBadRequest) Code

Code gets the status code for the create registry entities bad request response

func (*CreateRegistryEntitiesBadRequest) Error

func (*CreateRegistryEntitiesBadRequest) GetPayload

func (*CreateRegistryEntitiesBadRequest) IsClientError

func (o *CreateRegistryEntitiesBadRequest) IsClientError() bool

IsClientError returns true when this create registry entities bad request response has a 4xx status code

func (*CreateRegistryEntitiesBadRequest) IsCode

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

IsCode returns true when this create registry entities bad request response a status code equal to that given

func (*CreateRegistryEntitiesBadRequest) IsRedirect

func (o *CreateRegistryEntitiesBadRequest) IsRedirect() bool

IsRedirect returns true when this create registry entities bad request response has a 3xx status code

func (*CreateRegistryEntitiesBadRequest) IsServerError

func (o *CreateRegistryEntitiesBadRequest) IsServerError() bool

IsServerError returns true when this create registry entities bad request response has a 5xx status code

func (*CreateRegistryEntitiesBadRequest) IsSuccess

func (o *CreateRegistryEntitiesBadRequest) IsSuccess() bool

IsSuccess returns true when this create registry entities bad request response has a 2xx status code

func (*CreateRegistryEntitiesBadRequest) String

type CreateRegistryEntitiesConflict

type CreateRegistryEntitiesConflict struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainExternalRegistryResponse
}

CreateRegistryEntitiesConflict describes a response with status code 409, with default header values.

Conflict

func NewCreateRegistryEntitiesConflict

func NewCreateRegistryEntitiesConflict() *CreateRegistryEntitiesConflict

NewCreateRegistryEntitiesConflict creates a CreateRegistryEntitiesConflict with default headers values

func (*CreateRegistryEntitiesConflict) Code

Code gets the status code for the create registry entities conflict response

func (*CreateRegistryEntitiesConflict) Error

func (*CreateRegistryEntitiesConflict) GetPayload

func (*CreateRegistryEntitiesConflict) IsClientError

func (o *CreateRegistryEntitiesConflict) IsClientError() bool

IsClientError returns true when this create registry entities conflict response has a 4xx status code

func (*CreateRegistryEntitiesConflict) IsCode

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

IsCode returns true when this create registry entities conflict response a status code equal to that given

func (*CreateRegistryEntitiesConflict) IsRedirect

func (o *CreateRegistryEntitiesConflict) IsRedirect() bool

IsRedirect returns true when this create registry entities conflict response has a 3xx status code

func (*CreateRegistryEntitiesConflict) IsServerError

func (o *CreateRegistryEntitiesConflict) IsServerError() bool

IsServerError returns true when this create registry entities conflict response has a 5xx status code

func (*CreateRegistryEntitiesConflict) IsSuccess

func (o *CreateRegistryEntitiesConflict) IsSuccess() bool

IsSuccess returns true when this create registry entities conflict response has a 2xx status code

func (*CreateRegistryEntitiesConflict) String

type CreateRegistryEntitiesCreated

type CreateRegistryEntitiesCreated struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainExternalRegistryResponse
}

CreateRegistryEntitiesCreated describes a response with status code 201, with default header values.

Created

func NewCreateRegistryEntitiesCreated

func NewCreateRegistryEntitiesCreated() *CreateRegistryEntitiesCreated

NewCreateRegistryEntitiesCreated creates a CreateRegistryEntitiesCreated with default headers values

func (*CreateRegistryEntitiesCreated) Code

Code gets the status code for the create registry entities created response

func (*CreateRegistryEntitiesCreated) Error

func (*CreateRegistryEntitiesCreated) GetPayload

func (*CreateRegistryEntitiesCreated) IsClientError

func (o *CreateRegistryEntitiesCreated) IsClientError() bool

IsClientError returns true when this create registry entities created response has a 4xx status code

func (*CreateRegistryEntitiesCreated) IsCode

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

IsCode returns true when this create registry entities created response a status code equal to that given

func (*CreateRegistryEntitiesCreated) IsRedirect

func (o *CreateRegistryEntitiesCreated) IsRedirect() bool

IsRedirect returns true when this create registry entities created response has a 3xx status code

func (*CreateRegistryEntitiesCreated) IsServerError

func (o *CreateRegistryEntitiesCreated) IsServerError() bool

IsServerError returns true when this create registry entities created response has a 5xx status code

func (*CreateRegistryEntitiesCreated) IsSuccess

func (o *CreateRegistryEntitiesCreated) IsSuccess() bool

IsSuccess returns true when this create registry entities created response has a 2xx status code

func (*CreateRegistryEntitiesCreated) String

type CreateRegistryEntitiesForbidden

type CreateRegistryEntitiesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewCreateRegistryEntitiesForbidden

func NewCreateRegistryEntitiesForbidden() *CreateRegistryEntitiesForbidden

NewCreateRegistryEntitiesForbidden creates a CreateRegistryEntitiesForbidden with default headers values

func (*CreateRegistryEntitiesForbidden) Code

Code gets the status code for the create registry entities forbidden response

func (*CreateRegistryEntitiesForbidden) Error

func (*CreateRegistryEntitiesForbidden) GetPayload

func (*CreateRegistryEntitiesForbidden) IsClientError

func (o *CreateRegistryEntitiesForbidden) IsClientError() bool

IsClientError returns true when this create registry entities forbidden response has a 4xx status code

func (*CreateRegistryEntitiesForbidden) IsCode

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

IsCode returns true when this create registry entities forbidden response a status code equal to that given

func (*CreateRegistryEntitiesForbidden) IsRedirect

func (o *CreateRegistryEntitiesForbidden) IsRedirect() bool

IsRedirect returns true when this create registry entities forbidden response has a 3xx status code

func (*CreateRegistryEntitiesForbidden) IsServerError

func (o *CreateRegistryEntitiesForbidden) IsServerError() bool

IsServerError returns true when this create registry entities forbidden response has a 5xx status code

func (*CreateRegistryEntitiesForbidden) IsSuccess

func (o *CreateRegistryEntitiesForbidden) IsSuccess() bool

IsSuccess returns true when this create registry entities forbidden response has a 2xx status code

func (*CreateRegistryEntitiesForbidden) String

type CreateRegistryEntitiesInternalServerError

type CreateRegistryEntitiesInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainExternalRegistryResponse
}

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

Internal Server Error

func NewCreateRegistryEntitiesInternalServerError

func NewCreateRegistryEntitiesInternalServerError() *CreateRegistryEntitiesInternalServerError

NewCreateRegistryEntitiesInternalServerError creates a CreateRegistryEntitiesInternalServerError with default headers values

func (*CreateRegistryEntitiesInternalServerError) Code

Code gets the status code for the create registry entities internal server error response

func (*CreateRegistryEntitiesInternalServerError) Error

func (*CreateRegistryEntitiesInternalServerError) GetPayload

func (*CreateRegistryEntitiesInternalServerError) IsClientError

IsClientError returns true when this create registry entities internal server error response has a 4xx status code

func (*CreateRegistryEntitiesInternalServerError) IsCode

IsCode returns true when this create registry entities internal server error response a status code equal to that given

func (*CreateRegistryEntitiesInternalServerError) IsRedirect

IsRedirect returns true when this create registry entities internal server error response has a 3xx status code

func (*CreateRegistryEntitiesInternalServerError) IsServerError

IsServerError returns true when this create registry entities internal server error response has a 5xx status code

func (*CreateRegistryEntitiesInternalServerError) IsSuccess

IsSuccess returns true when this create registry entities internal server error response has a 2xx status code

func (*CreateRegistryEntitiesInternalServerError) String

type CreateRegistryEntitiesParams

type CreateRegistryEntitiesParams struct {

	// Body.
	Body *models.RegistryassessmentExternalRegistryPayload

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

CreateRegistryEntitiesParams contains all the parameters to send to the API endpoint

for the create registry entities operation.

Typically these are written to a http.Request.

func NewCreateRegistryEntitiesParams

func NewCreateRegistryEntitiesParams() *CreateRegistryEntitiesParams

NewCreateRegistryEntitiesParams creates a new CreateRegistryEntitiesParams 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 NewCreateRegistryEntitiesParamsWithContext

func NewCreateRegistryEntitiesParamsWithContext(ctx context.Context) *CreateRegistryEntitiesParams

NewCreateRegistryEntitiesParamsWithContext creates a new CreateRegistryEntitiesParams object with the ability to set a context for a request.

func NewCreateRegistryEntitiesParamsWithHTTPClient

func NewCreateRegistryEntitiesParamsWithHTTPClient(client *http.Client) *CreateRegistryEntitiesParams

NewCreateRegistryEntitiesParamsWithHTTPClient creates a new CreateRegistryEntitiesParams object with the ability to set a custom HTTPClient for a request.

func NewCreateRegistryEntitiesParamsWithTimeout

func NewCreateRegistryEntitiesParamsWithTimeout(timeout time.Duration) *CreateRegistryEntitiesParams

NewCreateRegistryEntitiesParamsWithTimeout creates a new CreateRegistryEntitiesParams object with the ability to set a timeout on a request.

func (*CreateRegistryEntitiesParams) SetBody

SetBody adds the body to the create registry entities params

func (*CreateRegistryEntitiesParams) SetContext

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

SetContext adds the context to the create registry entities params

func (*CreateRegistryEntitiesParams) SetDefaults

func (o *CreateRegistryEntitiesParams) SetDefaults()

SetDefaults hydrates default values in the create registry entities params (not the query body).

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

func (*CreateRegistryEntitiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create registry entities params

func (*CreateRegistryEntitiesParams) SetTimeout

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

SetTimeout adds the timeout to the create registry entities params

func (*CreateRegistryEntitiesParams) WithBody

WithBody adds the body to the create registry entities params

func (*CreateRegistryEntitiesParams) WithContext

WithContext adds the context to the create registry entities params

func (*CreateRegistryEntitiesParams) WithDefaults

WithDefaults hydrates default values in the create registry entities params (not the query body).

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

func (*CreateRegistryEntitiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create registry entities params

func (*CreateRegistryEntitiesParams) WithTimeout

WithTimeout adds the timeout to the create registry entities params

func (*CreateRegistryEntitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateRegistryEntitiesReader

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

CreateRegistryEntitiesReader is a Reader for the CreateRegistryEntities structure.

func (*CreateRegistryEntitiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateRegistryEntitiesTooManyRequests

type CreateRegistryEntitiesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

CreateRegistryEntitiesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewCreateRegistryEntitiesTooManyRequests

func NewCreateRegistryEntitiesTooManyRequests() *CreateRegistryEntitiesTooManyRequests

NewCreateRegistryEntitiesTooManyRequests creates a CreateRegistryEntitiesTooManyRequests with default headers values

func (*CreateRegistryEntitiesTooManyRequests) Code

Code gets the status code for the create registry entities too many requests response

func (*CreateRegistryEntitiesTooManyRequests) Error

func (*CreateRegistryEntitiesTooManyRequests) GetPayload

func (*CreateRegistryEntitiesTooManyRequests) IsClientError

func (o *CreateRegistryEntitiesTooManyRequests) IsClientError() bool

IsClientError returns true when this create registry entities too many requests response has a 4xx status code

func (*CreateRegistryEntitiesTooManyRequests) IsCode

IsCode returns true when this create registry entities too many requests response a status code equal to that given

func (*CreateRegistryEntitiesTooManyRequests) IsRedirect

IsRedirect returns true when this create registry entities too many requests response has a 3xx status code

func (*CreateRegistryEntitiesTooManyRequests) IsServerError

func (o *CreateRegistryEntitiesTooManyRequests) IsServerError() bool

IsServerError returns true when this create registry entities too many requests response has a 5xx status code

func (*CreateRegistryEntitiesTooManyRequests) IsSuccess

IsSuccess returns true when this create registry entities too many requests response has a 2xx status code

func (*CreateRegistryEntitiesTooManyRequests) String

type DeleteRegistryEntitiesForbidden

type DeleteRegistryEntitiesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewDeleteRegistryEntitiesForbidden

func NewDeleteRegistryEntitiesForbidden() *DeleteRegistryEntitiesForbidden

NewDeleteRegistryEntitiesForbidden creates a DeleteRegistryEntitiesForbidden with default headers values

func (*DeleteRegistryEntitiesForbidden) Code

Code gets the status code for the delete registry entities forbidden response

func (*DeleteRegistryEntitiesForbidden) Error

func (*DeleteRegistryEntitiesForbidden) GetPayload

func (*DeleteRegistryEntitiesForbidden) IsClientError

func (o *DeleteRegistryEntitiesForbidden) IsClientError() bool

IsClientError returns true when this delete registry entities forbidden response has a 4xx status code

func (*DeleteRegistryEntitiesForbidden) IsCode

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

IsCode returns true when this delete registry entities forbidden response a status code equal to that given

func (*DeleteRegistryEntitiesForbidden) IsRedirect

func (o *DeleteRegistryEntitiesForbidden) IsRedirect() bool

IsRedirect returns true when this delete registry entities forbidden response has a 3xx status code

func (*DeleteRegistryEntitiesForbidden) IsServerError

func (o *DeleteRegistryEntitiesForbidden) IsServerError() bool

IsServerError returns true when this delete registry entities forbidden response has a 5xx status code

func (*DeleteRegistryEntitiesForbidden) IsSuccess

func (o *DeleteRegistryEntitiesForbidden) IsSuccess() bool

IsSuccess returns true when this delete registry entities forbidden response has a 2xx status code

func (*DeleteRegistryEntitiesForbidden) String

type DeleteRegistryEntitiesOK

type DeleteRegistryEntitiesOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainExternalRegistryListResponse
}

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

OK

func NewDeleteRegistryEntitiesOK

func NewDeleteRegistryEntitiesOK() *DeleteRegistryEntitiesOK

NewDeleteRegistryEntitiesOK creates a DeleteRegistryEntitiesOK with default headers values

func (*DeleteRegistryEntitiesOK) Code

func (o *DeleteRegistryEntitiesOK) Code() int

Code gets the status code for the delete registry entities o k response

func (*DeleteRegistryEntitiesOK) Error

func (o *DeleteRegistryEntitiesOK) Error() string

func (*DeleteRegistryEntitiesOK) GetPayload

func (*DeleteRegistryEntitiesOK) IsClientError

func (o *DeleteRegistryEntitiesOK) IsClientError() bool

IsClientError returns true when this delete registry entities o k response has a 4xx status code

func (*DeleteRegistryEntitiesOK) IsCode

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

IsCode returns true when this delete registry entities o k response a status code equal to that given

func (*DeleteRegistryEntitiesOK) IsRedirect

func (o *DeleteRegistryEntitiesOK) IsRedirect() bool

IsRedirect returns true when this delete registry entities o k response has a 3xx status code

func (*DeleteRegistryEntitiesOK) IsServerError

func (o *DeleteRegistryEntitiesOK) IsServerError() bool

IsServerError returns true when this delete registry entities o k response has a 5xx status code

func (*DeleteRegistryEntitiesOK) IsSuccess

func (o *DeleteRegistryEntitiesOK) IsSuccess() bool

IsSuccess returns true when this delete registry entities o k response has a 2xx status code

func (*DeleteRegistryEntitiesOK) String

func (o *DeleteRegistryEntitiesOK) String() string

type DeleteRegistryEntitiesParams

type DeleteRegistryEntitiesParams struct {

	/* Ids.

	   Registry entity UUID
	*/
	Ids string

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

DeleteRegistryEntitiesParams contains all the parameters to send to the API endpoint

for the delete registry entities operation.

Typically these are written to a http.Request.

func NewDeleteRegistryEntitiesParams

func NewDeleteRegistryEntitiesParams() *DeleteRegistryEntitiesParams

NewDeleteRegistryEntitiesParams creates a new DeleteRegistryEntitiesParams 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 NewDeleteRegistryEntitiesParamsWithContext

func NewDeleteRegistryEntitiesParamsWithContext(ctx context.Context) *DeleteRegistryEntitiesParams

NewDeleteRegistryEntitiesParamsWithContext creates a new DeleteRegistryEntitiesParams object with the ability to set a context for a request.

func NewDeleteRegistryEntitiesParamsWithHTTPClient

func NewDeleteRegistryEntitiesParamsWithHTTPClient(client *http.Client) *DeleteRegistryEntitiesParams

NewDeleteRegistryEntitiesParamsWithHTTPClient creates a new DeleteRegistryEntitiesParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteRegistryEntitiesParamsWithTimeout

func NewDeleteRegistryEntitiesParamsWithTimeout(timeout time.Duration) *DeleteRegistryEntitiesParams

NewDeleteRegistryEntitiesParamsWithTimeout creates a new DeleteRegistryEntitiesParams object with the ability to set a timeout on a request.

func (*DeleteRegistryEntitiesParams) SetContext

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

SetContext adds the context to the delete registry entities params

func (*DeleteRegistryEntitiesParams) SetDefaults

func (o *DeleteRegistryEntitiesParams) SetDefaults()

SetDefaults hydrates default values in the delete registry entities params (not the query body).

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

func (*DeleteRegistryEntitiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete registry entities params

func (*DeleteRegistryEntitiesParams) SetIds

func (o *DeleteRegistryEntitiesParams) SetIds(ids string)

SetIds adds the ids to the delete registry entities params

func (*DeleteRegistryEntitiesParams) SetTimeout

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

SetTimeout adds the timeout to the delete registry entities params

func (*DeleteRegistryEntitiesParams) WithContext

WithContext adds the context to the delete registry entities params

func (*DeleteRegistryEntitiesParams) WithDefaults

WithDefaults hydrates default values in the delete registry entities params (not the query body).

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

func (*DeleteRegistryEntitiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete registry entities params

func (*DeleteRegistryEntitiesParams) WithIds

WithIds adds the ids to the delete registry entities params

func (*DeleteRegistryEntitiesParams) WithTimeout

WithTimeout adds the timeout to the delete registry entities params

func (*DeleteRegistryEntitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRegistryEntitiesReader

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

DeleteRegistryEntitiesReader is a Reader for the DeleteRegistryEntities structure.

func (*DeleteRegistryEntitiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteRegistryEntitiesTooManyRequests

type DeleteRegistryEntitiesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

DeleteRegistryEntitiesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewDeleteRegistryEntitiesTooManyRequests

func NewDeleteRegistryEntitiesTooManyRequests() *DeleteRegistryEntitiesTooManyRequests

NewDeleteRegistryEntitiesTooManyRequests creates a DeleteRegistryEntitiesTooManyRequests with default headers values

func (*DeleteRegistryEntitiesTooManyRequests) Code

Code gets the status code for the delete registry entities too many requests response

func (*DeleteRegistryEntitiesTooManyRequests) Error

func (*DeleteRegistryEntitiesTooManyRequests) GetPayload

func (*DeleteRegistryEntitiesTooManyRequests) IsClientError

func (o *DeleteRegistryEntitiesTooManyRequests) IsClientError() bool

IsClientError returns true when this delete registry entities too many requests response has a 4xx status code

func (*DeleteRegistryEntitiesTooManyRequests) IsCode

IsCode returns true when this delete registry entities too many requests response a status code equal to that given

func (*DeleteRegistryEntitiesTooManyRequests) IsRedirect

IsRedirect returns true when this delete registry entities too many requests response has a 3xx status code

func (*DeleteRegistryEntitiesTooManyRequests) IsServerError

func (o *DeleteRegistryEntitiesTooManyRequests) IsServerError() bool

IsServerError returns true when this delete registry entities too many requests response has a 5xx status code

func (*DeleteRegistryEntitiesTooManyRequests) IsSuccess

IsSuccess returns true when this delete registry entities too many requests response has a 2xx status code

func (*DeleteRegistryEntitiesTooManyRequests) String

type ReadRegistryEntitiesByUUIDForbidden

type ReadRegistryEntitiesByUUIDForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewReadRegistryEntitiesByUUIDForbidden

func NewReadRegistryEntitiesByUUIDForbidden() *ReadRegistryEntitiesByUUIDForbidden

NewReadRegistryEntitiesByUUIDForbidden creates a ReadRegistryEntitiesByUUIDForbidden with default headers values

func (*ReadRegistryEntitiesByUUIDForbidden) Code

Code gets the status code for the read registry entities by Uuid forbidden response

func (*ReadRegistryEntitiesByUUIDForbidden) Error

func (*ReadRegistryEntitiesByUUIDForbidden) GetPayload

func (*ReadRegistryEntitiesByUUIDForbidden) IsClientError

func (o *ReadRegistryEntitiesByUUIDForbidden) IsClientError() bool

IsClientError returns true when this read registry entities by Uuid forbidden response has a 4xx status code

func (*ReadRegistryEntitiesByUUIDForbidden) IsCode

IsCode returns true when this read registry entities by Uuid forbidden response a status code equal to that given

func (*ReadRegistryEntitiesByUUIDForbidden) IsRedirect

func (o *ReadRegistryEntitiesByUUIDForbidden) IsRedirect() bool

IsRedirect returns true when this read registry entities by Uuid forbidden response has a 3xx status code

func (*ReadRegistryEntitiesByUUIDForbidden) IsServerError

func (o *ReadRegistryEntitiesByUUIDForbidden) IsServerError() bool

IsServerError returns true when this read registry entities by Uuid forbidden response has a 5xx status code

func (*ReadRegistryEntitiesByUUIDForbidden) IsSuccess

IsSuccess returns true when this read registry entities by Uuid forbidden response has a 2xx status code

func (*ReadRegistryEntitiesByUUIDForbidden) String

type ReadRegistryEntitiesByUUIDInternalServerError

type ReadRegistryEntitiesByUUIDInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainExternalRegistryListResponse
}

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

Internal Server Error

func NewReadRegistryEntitiesByUUIDInternalServerError

func NewReadRegistryEntitiesByUUIDInternalServerError() *ReadRegistryEntitiesByUUIDInternalServerError

NewReadRegistryEntitiesByUUIDInternalServerError creates a ReadRegistryEntitiesByUUIDInternalServerError with default headers values

func (*ReadRegistryEntitiesByUUIDInternalServerError) Code

Code gets the status code for the read registry entities by Uuid internal server error response

func (*ReadRegistryEntitiesByUUIDInternalServerError) Error

func (*ReadRegistryEntitiesByUUIDInternalServerError) GetPayload

func (*ReadRegistryEntitiesByUUIDInternalServerError) IsClientError

IsClientError returns true when this read registry entities by Uuid internal server error response has a 4xx status code

func (*ReadRegistryEntitiesByUUIDInternalServerError) IsCode

IsCode returns true when this read registry entities by Uuid internal server error response a status code equal to that given

func (*ReadRegistryEntitiesByUUIDInternalServerError) IsRedirect

IsRedirect returns true when this read registry entities by Uuid internal server error response has a 3xx status code

func (*ReadRegistryEntitiesByUUIDInternalServerError) IsServerError

IsServerError returns true when this read registry entities by Uuid internal server error response has a 5xx status code

func (*ReadRegistryEntitiesByUUIDInternalServerError) IsSuccess

IsSuccess returns true when this read registry entities by Uuid internal server error response has a 2xx status code

func (*ReadRegistryEntitiesByUUIDInternalServerError) String

type ReadRegistryEntitiesByUUIDNotFound

type ReadRegistryEntitiesByUUIDNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainExternalRegistryListResponse
}

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

Not Found

func NewReadRegistryEntitiesByUUIDNotFound

func NewReadRegistryEntitiesByUUIDNotFound() *ReadRegistryEntitiesByUUIDNotFound

NewReadRegistryEntitiesByUUIDNotFound creates a ReadRegistryEntitiesByUUIDNotFound with default headers values

func (*ReadRegistryEntitiesByUUIDNotFound) Code

Code gets the status code for the read registry entities by Uuid not found response

func (*ReadRegistryEntitiesByUUIDNotFound) Error

func (*ReadRegistryEntitiesByUUIDNotFound) GetPayload

func (*ReadRegistryEntitiesByUUIDNotFound) IsClientError

func (o *ReadRegistryEntitiesByUUIDNotFound) IsClientError() bool

IsClientError returns true when this read registry entities by Uuid not found response has a 4xx status code

func (*ReadRegistryEntitiesByUUIDNotFound) IsCode

IsCode returns true when this read registry entities by Uuid not found response a status code equal to that given

func (*ReadRegistryEntitiesByUUIDNotFound) IsRedirect

func (o *ReadRegistryEntitiesByUUIDNotFound) IsRedirect() bool

IsRedirect returns true when this read registry entities by Uuid not found response has a 3xx status code

func (*ReadRegistryEntitiesByUUIDNotFound) IsServerError

func (o *ReadRegistryEntitiesByUUIDNotFound) IsServerError() bool

IsServerError returns true when this read registry entities by Uuid not found response has a 5xx status code

func (*ReadRegistryEntitiesByUUIDNotFound) IsSuccess

IsSuccess returns true when this read registry entities by Uuid not found response has a 2xx status code

func (*ReadRegistryEntitiesByUUIDNotFound) String

type ReadRegistryEntitiesByUUIDOK

type ReadRegistryEntitiesByUUIDOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainExternalRegistryListResponse
}

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

OK

func NewReadRegistryEntitiesByUUIDOK

func NewReadRegistryEntitiesByUUIDOK() *ReadRegistryEntitiesByUUIDOK

NewReadRegistryEntitiesByUUIDOK creates a ReadRegistryEntitiesByUUIDOK with default headers values

func (*ReadRegistryEntitiesByUUIDOK) Code

Code gets the status code for the read registry entities by Uuid o k response

func (*ReadRegistryEntitiesByUUIDOK) Error

func (*ReadRegistryEntitiesByUUIDOK) GetPayload

func (*ReadRegistryEntitiesByUUIDOK) IsClientError

func (o *ReadRegistryEntitiesByUUIDOK) IsClientError() bool

IsClientError returns true when this read registry entities by Uuid o k response has a 4xx status code

func (*ReadRegistryEntitiesByUUIDOK) IsCode

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

IsCode returns true when this read registry entities by Uuid o k response a status code equal to that given

func (*ReadRegistryEntitiesByUUIDOK) IsRedirect

func (o *ReadRegistryEntitiesByUUIDOK) IsRedirect() bool

IsRedirect returns true when this read registry entities by Uuid o k response has a 3xx status code

func (*ReadRegistryEntitiesByUUIDOK) IsServerError

func (o *ReadRegistryEntitiesByUUIDOK) IsServerError() bool

IsServerError returns true when this read registry entities by Uuid o k response has a 5xx status code

func (*ReadRegistryEntitiesByUUIDOK) IsSuccess

func (o *ReadRegistryEntitiesByUUIDOK) IsSuccess() bool

IsSuccess returns true when this read registry entities by Uuid o k response has a 2xx status code

func (*ReadRegistryEntitiesByUUIDOK) String

type ReadRegistryEntitiesByUUIDParams

type ReadRegistryEntitiesByUUIDParams struct {

	/* Ids.

	   Registry entity UUID
	*/
	Ids string

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

ReadRegistryEntitiesByUUIDParams contains all the parameters to send to the API endpoint

for the read registry entities by UUID operation.

Typically these are written to a http.Request.

func NewReadRegistryEntitiesByUUIDParams

func NewReadRegistryEntitiesByUUIDParams() *ReadRegistryEntitiesByUUIDParams

NewReadRegistryEntitiesByUUIDParams creates a new ReadRegistryEntitiesByUUIDParams 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 NewReadRegistryEntitiesByUUIDParamsWithContext

func NewReadRegistryEntitiesByUUIDParamsWithContext(ctx context.Context) *ReadRegistryEntitiesByUUIDParams

NewReadRegistryEntitiesByUUIDParamsWithContext creates a new ReadRegistryEntitiesByUUIDParams object with the ability to set a context for a request.

func NewReadRegistryEntitiesByUUIDParamsWithHTTPClient

func NewReadRegistryEntitiesByUUIDParamsWithHTTPClient(client *http.Client) *ReadRegistryEntitiesByUUIDParams

NewReadRegistryEntitiesByUUIDParamsWithHTTPClient creates a new ReadRegistryEntitiesByUUIDParams object with the ability to set a custom HTTPClient for a request.

func NewReadRegistryEntitiesByUUIDParamsWithTimeout

func NewReadRegistryEntitiesByUUIDParamsWithTimeout(timeout time.Duration) *ReadRegistryEntitiesByUUIDParams

NewReadRegistryEntitiesByUUIDParamsWithTimeout creates a new ReadRegistryEntitiesByUUIDParams object with the ability to set a timeout on a request.

func (*ReadRegistryEntitiesByUUIDParams) SetContext

SetContext adds the context to the read registry entities by UUID params

func (*ReadRegistryEntitiesByUUIDParams) SetDefaults

func (o *ReadRegistryEntitiesByUUIDParams) SetDefaults()

SetDefaults hydrates default values in the read registry entities by UUID params (not the query body).

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

func (*ReadRegistryEntitiesByUUIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read registry entities by UUID params

func (*ReadRegistryEntitiesByUUIDParams) SetIds

SetIds adds the ids to the read registry entities by UUID params

func (*ReadRegistryEntitiesByUUIDParams) SetTimeout

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

SetTimeout adds the timeout to the read registry entities by UUID params

func (*ReadRegistryEntitiesByUUIDParams) WithContext

WithContext adds the context to the read registry entities by UUID params

func (*ReadRegistryEntitiesByUUIDParams) WithDefaults

WithDefaults hydrates default values in the read registry entities by UUID params (not the query body).

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

func (*ReadRegistryEntitiesByUUIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read registry entities by UUID params

func (*ReadRegistryEntitiesByUUIDParams) WithIds

WithIds adds the ids to the read registry entities by UUID params

func (*ReadRegistryEntitiesByUUIDParams) WithTimeout

WithTimeout adds the timeout to the read registry entities by UUID params

func (*ReadRegistryEntitiesByUUIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadRegistryEntitiesByUUIDReader

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

ReadRegistryEntitiesByUUIDReader is a Reader for the ReadRegistryEntitiesByUUID structure.

func (*ReadRegistryEntitiesByUUIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadRegistryEntitiesByUUIDTooManyRequests

type ReadRegistryEntitiesByUUIDTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

ReadRegistryEntitiesByUUIDTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewReadRegistryEntitiesByUUIDTooManyRequests

func NewReadRegistryEntitiesByUUIDTooManyRequests() *ReadRegistryEntitiesByUUIDTooManyRequests

NewReadRegistryEntitiesByUUIDTooManyRequests creates a ReadRegistryEntitiesByUUIDTooManyRequests with default headers values

func (*ReadRegistryEntitiesByUUIDTooManyRequests) Code

Code gets the status code for the read registry entities by Uuid too many requests response

func (*ReadRegistryEntitiesByUUIDTooManyRequests) Error

func (*ReadRegistryEntitiesByUUIDTooManyRequests) GetPayload

func (*ReadRegistryEntitiesByUUIDTooManyRequests) IsClientError

IsClientError returns true when this read registry entities by Uuid too many requests response has a 4xx status code

func (*ReadRegistryEntitiesByUUIDTooManyRequests) IsCode

IsCode returns true when this read registry entities by Uuid too many requests response a status code equal to that given

func (*ReadRegistryEntitiesByUUIDTooManyRequests) IsRedirect

IsRedirect returns true when this read registry entities by Uuid too many requests response has a 3xx status code

func (*ReadRegistryEntitiesByUUIDTooManyRequests) IsServerError

IsServerError returns true when this read registry entities by Uuid too many requests response has a 5xx status code

func (*ReadRegistryEntitiesByUUIDTooManyRequests) IsSuccess

IsSuccess returns true when this read registry entities by Uuid too many requests response has a 2xx status code

func (*ReadRegistryEntitiesByUUIDTooManyRequests) String

type ReadRegistryEntitiesForbidden

type ReadRegistryEntitiesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewReadRegistryEntitiesForbidden

func NewReadRegistryEntitiesForbidden() *ReadRegistryEntitiesForbidden

NewReadRegistryEntitiesForbidden creates a ReadRegistryEntitiesForbidden with default headers values

func (*ReadRegistryEntitiesForbidden) Code

Code gets the status code for the read registry entities forbidden response

func (*ReadRegistryEntitiesForbidden) Error

func (*ReadRegistryEntitiesForbidden) GetPayload

func (*ReadRegistryEntitiesForbidden) IsClientError

func (o *ReadRegistryEntitiesForbidden) IsClientError() bool

IsClientError returns true when this read registry entities forbidden response has a 4xx status code

func (*ReadRegistryEntitiesForbidden) IsCode

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

IsCode returns true when this read registry entities forbidden response a status code equal to that given

func (*ReadRegistryEntitiesForbidden) IsRedirect

func (o *ReadRegistryEntitiesForbidden) IsRedirect() bool

IsRedirect returns true when this read registry entities forbidden response has a 3xx status code

func (*ReadRegistryEntitiesForbidden) IsServerError

func (o *ReadRegistryEntitiesForbidden) IsServerError() bool

IsServerError returns true when this read registry entities forbidden response has a 5xx status code

func (*ReadRegistryEntitiesForbidden) IsSuccess

func (o *ReadRegistryEntitiesForbidden) IsSuccess() bool

IsSuccess returns true when this read registry entities forbidden response has a 2xx status code

func (*ReadRegistryEntitiesForbidden) String

type ReadRegistryEntitiesInternalServerError

type ReadRegistryEntitiesInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainExternalQueryResponse
}

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

Internal Server Error

func NewReadRegistryEntitiesInternalServerError

func NewReadRegistryEntitiesInternalServerError() *ReadRegistryEntitiesInternalServerError

NewReadRegistryEntitiesInternalServerError creates a ReadRegistryEntitiesInternalServerError with default headers values

func (*ReadRegistryEntitiesInternalServerError) Code

Code gets the status code for the read registry entities internal server error response

func (*ReadRegistryEntitiesInternalServerError) Error

func (*ReadRegistryEntitiesInternalServerError) GetPayload

func (*ReadRegistryEntitiesInternalServerError) IsClientError

func (o *ReadRegistryEntitiesInternalServerError) IsClientError() bool

IsClientError returns true when this read registry entities internal server error response has a 4xx status code

func (*ReadRegistryEntitiesInternalServerError) IsCode

IsCode returns true when this read registry entities internal server error response a status code equal to that given

func (*ReadRegistryEntitiesInternalServerError) IsRedirect

IsRedirect returns true when this read registry entities internal server error response has a 3xx status code

func (*ReadRegistryEntitiesInternalServerError) IsServerError

func (o *ReadRegistryEntitiesInternalServerError) IsServerError() bool

IsServerError returns true when this read registry entities internal server error response has a 5xx status code

func (*ReadRegistryEntitiesInternalServerError) IsSuccess

IsSuccess returns true when this read registry entities internal server error response has a 2xx status code

func (*ReadRegistryEntitiesInternalServerError) String

type ReadRegistryEntitiesNotFound

type ReadRegistryEntitiesNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainExternalQueryResponse
}

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

Not Found

func NewReadRegistryEntitiesNotFound

func NewReadRegistryEntitiesNotFound() *ReadRegistryEntitiesNotFound

NewReadRegistryEntitiesNotFound creates a ReadRegistryEntitiesNotFound with default headers values

func (*ReadRegistryEntitiesNotFound) Code

Code gets the status code for the read registry entities not found response

func (*ReadRegistryEntitiesNotFound) Error

func (*ReadRegistryEntitiesNotFound) GetPayload

func (*ReadRegistryEntitiesNotFound) IsClientError

func (o *ReadRegistryEntitiesNotFound) IsClientError() bool

IsClientError returns true when this read registry entities not found response has a 4xx status code

func (*ReadRegistryEntitiesNotFound) IsCode

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

IsCode returns true when this read registry entities not found response a status code equal to that given

func (*ReadRegistryEntitiesNotFound) IsRedirect

func (o *ReadRegistryEntitiesNotFound) IsRedirect() bool

IsRedirect returns true when this read registry entities not found response has a 3xx status code

func (*ReadRegistryEntitiesNotFound) IsServerError

func (o *ReadRegistryEntitiesNotFound) IsServerError() bool

IsServerError returns true when this read registry entities not found response has a 5xx status code

func (*ReadRegistryEntitiesNotFound) IsSuccess

func (o *ReadRegistryEntitiesNotFound) IsSuccess() bool

IsSuccess returns true when this read registry entities not found response has a 2xx status code

func (*ReadRegistryEntitiesNotFound) String

type ReadRegistryEntitiesOK

type ReadRegistryEntitiesOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainExternalQueryResponse
}

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

OK

func NewReadRegistryEntitiesOK

func NewReadRegistryEntitiesOK() *ReadRegistryEntitiesOK

NewReadRegistryEntitiesOK creates a ReadRegistryEntitiesOK with default headers values

func (*ReadRegistryEntitiesOK) Code

func (o *ReadRegistryEntitiesOK) Code() int

Code gets the status code for the read registry entities o k response

func (*ReadRegistryEntitiesOK) Error

func (o *ReadRegistryEntitiesOK) Error() string

func (*ReadRegistryEntitiesOK) GetPayload

func (*ReadRegistryEntitiesOK) IsClientError

func (o *ReadRegistryEntitiesOK) IsClientError() bool

IsClientError returns true when this read registry entities o k response has a 4xx status code

func (*ReadRegistryEntitiesOK) IsCode

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

IsCode returns true when this read registry entities o k response a status code equal to that given

func (*ReadRegistryEntitiesOK) IsRedirect

func (o *ReadRegistryEntitiesOK) IsRedirect() bool

IsRedirect returns true when this read registry entities o k response has a 3xx status code

func (*ReadRegistryEntitiesOK) IsServerError

func (o *ReadRegistryEntitiesOK) IsServerError() bool

IsServerError returns true when this read registry entities o k response has a 5xx status code

func (*ReadRegistryEntitiesOK) IsSuccess

func (o *ReadRegistryEntitiesOK) IsSuccess() bool

IsSuccess returns true when this read registry entities o k response has a 2xx status code

func (*ReadRegistryEntitiesOK) String

func (o *ReadRegistryEntitiesOK) String() string

type ReadRegistryEntitiesParams

type ReadRegistryEntitiesParams struct {

	/* Limit.

	   The upper-bound on the number of records to retrieve.
	*/
	Limit *int64

	/* Offset.

	   The offset from where to begin.
	*/
	Offset *int64

	/* Sort.

	   The field to sort on, e.g. id.desc or id.asc.
	*/
	Sort *string

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

ReadRegistryEntitiesParams contains all the parameters to send to the API endpoint

for the read registry entities operation.

Typically these are written to a http.Request.

func NewReadRegistryEntitiesParams

func NewReadRegistryEntitiesParams() *ReadRegistryEntitiesParams

NewReadRegistryEntitiesParams creates a new ReadRegistryEntitiesParams 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 NewReadRegistryEntitiesParamsWithContext

func NewReadRegistryEntitiesParamsWithContext(ctx context.Context) *ReadRegistryEntitiesParams

NewReadRegistryEntitiesParamsWithContext creates a new ReadRegistryEntitiesParams object with the ability to set a context for a request.

func NewReadRegistryEntitiesParamsWithHTTPClient

func NewReadRegistryEntitiesParamsWithHTTPClient(client *http.Client) *ReadRegistryEntitiesParams

NewReadRegistryEntitiesParamsWithHTTPClient creates a new ReadRegistryEntitiesParams object with the ability to set a custom HTTPClient for a request.

func NewReadRegistryEntitiesParamsWithTimeout

func NewReadRegistryEntitiesParamsWithTimeout(timeout time.Duration) *ReadRegistryEntitiesParams

NewReadRegistryEntitiesParamsWithTimeout creates a new ReadRegistryEntitiesParams object with the ability to set a timeout on a request.

func (*ReadRegistryEntitiesParams) SetContext

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

SetContext adds the context to the read registry entities params

func (*ReadRegistryEntitiesParams) SetDefaults

func (o *ReadRegistryEntitiesParams) SetDefaults()

SetDefaults hydrates default values in the read registry entities params (not the query body).

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

func (*ReadRegistryEntitiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read registry entities params

func (*ReadRegistryEntitiesParams) SetLimit

func (o *ReadRegistryEntitiesParams) SetLimit(limit *int64)

SetLimit adds the limit to the read registry entities params

func (*ReadRegistryEntitiesParams) SetOffset

func (o *ReadRegistryEntitiesParams) SetOffset(offset *int64)

SetOffset adds the offset to the read registry entities params

func (*ReadRegistryEntitiesParams) SetSort

func (o *ReadRegistryEntitiesParams) SetSort(sort *string)

SetSort adds the sort to the read registry entities params

func (*ReadRegistryEntitiesParams) SetTimeout

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

SetTimeout adds the timeout to the read registry entities params

func (*ReadRegistryEntitiesParams) WithContext

WithContext adds the context to the read registry entities params

func (*ReadRegistryEntitiesParams) WithDefaults

WithDefaults hydrates default values in the read registry entities params (not the query body).

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

func (*ReadRegistryEntitiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read registry entities params

func (*ReadRegistryEntitiesParams) WithLimit

WithLimit adds the limit to the read registry entities params

func (*ReadRegistryEntitiesParams) WithOffset

WithOffset adds the offset to the read registry entities params

func (*ReadRegistryEntitiesParams) WithSort

WithSort adds the sort to the read registry entities params

func (*ReadRegistryEntitiesParams) WithTimeout

WithTimeout adds the timeout to the read registry entities params

func (*ReadRegistryEntitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadRegistryEntitiesReader

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

ReadRegistryEntitiesReader is a Reader for the ReadRegistryEntities structure.

func (*ReadRegistryEntitiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadRegistryEntitiesTooManyRequests

type ReadRegistryEntitiesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

ReadRegistryEntitiesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewReadRegistryEntitiesTooManyRequests

func NewReadRegistryEntitiesTooManyRequests() *ReadRegistryEntitiesTooManyRequests

NewReadRegistryEntitiesTooManyRequests creates a ReadRegistryEntitiesTooManyRequests with default headers values

func (*ReadRegistryEntitiesTooManyRequests) Code

Code gets the status code for the read registry entities too many requests response

func (*ReadRegistryEntitiesTooManyRequests) Error

func (*ReadRegistryEntitiesTooManyRequests) GetPayload

func (*ReadRegistryEntitiesTooManyRequests) IsClientError

func (o *ReadRegistryEntitiesTooManyRequests) IsClientError() bool

IsClientError returns true when this read registry entities too many requests response has a 4xx status code

func (*ReadRegistryEntitiesTooManyRequests) IsCode

IsCode returns true when this read registry entities too many requests response a status code equal to that given

func (*ReadRegistryEntitiesTooManyRequests) IsRedirect

func (o *ReadRegistryEntitiesTooManyRequests) IsRedirect() bool

IsRedirect returns true when this read registry entities too many requests response has a 3xx status code

func (*ReadRegistryEntitiesTooManyRequests) IsServerError

func (o *ReadRegistryEntitiesTooManyRequests) IsServerError() bool

IsServerError returns true when this read registry entities too many requests response has a 5xx status code

func (*ReadRegistryEntitiesTooManyRequests) IsSuccess

IsSuccess returns true when this read registry entities too many requests response has a 2xx status code

func (*ReadRegistryEntitiesTooManyRequests) String

type UpdateRegistryEntitiesBadRequest

type UpdateRegistryEntitiesBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainExternalRegistryResponse
}

UpdateRegistryEntitiesBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUpdateRegistryEntitiesBadRequest

func NewUpdateRegistryEntitiesBadRequest() *UpdateRegistryEntitiesBadRequest

NewUpdateRegistryEntitiesBadRequest creates a UpdateRegistryEntitiesBadRequest with default headers values

func (*UpdateRegistryEntitiesBadRequest) Code

Code gets the status code for the update registry entities bad request response

func (*UpdateRegistryEntitiesBadRequest) Error

func (*UpdateRegistryEntitiesBadRequest) GetPayload

func (*UpdateRegistryEntitiesBadRequest) IsClientError

func (o *UpdateRegistryEntitiesBadRequest) IsClientError() bool

IsClientError returns true when this update registry entities bad request response has a 4xx status code

func (*UpdateRegistryEntitiesBadRequest) IsCode

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

IsCode returns true when this update registry entities bad request response a status code equal to that given

func (*UpdateRegistryEntitiesBadRequest) IsRedirect

func (o *UpdateRegistryEntitiesBadRequest) IsRedirect() bool

IsRedirect returns true when this update registry entities bad request response has a 3xx status code

func (*UpdateRegistryEntitiesBadRequest) IsServerError

func (o *UpdateRegistryEntitiesBadRequest) IsServerError() bool

IsServerError returns true when this update registry entities bad request response has a 5xx status code

func (*UpdateRegistryEntitiesBadRequest) IsSuccess

func (o *UpdateRegistryEntitiesBadRequest) IsSuccess() bool

IsSuccess returns true when this update registry entities bad request response has a 2xx status code

func (*UpdateRegistryEntitiesBadRequest) String

type UpdateRegistryEntitiesForbidden

type UpdateRegistryEntitiesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewUpdateRegistryEntitiesForbidden

func NewUpdateRegistryEntitiesForbidden() *UpdateRegistryEntitiesForbidden

NewUpdateRegistryEntitiesForbidden creates a UpdateRegistryEntitiesForbidden with default headers values

func (*UpdateRegistryEntitiesForbidden) Code

Code gets the status code for the update registry entities forbidden response

func (*UpdateRegistryEntitiesForbidden) Error

func (*UpdateRegistryEntitiesForbidden) GetPayload

func (*UpdateRegistryEntitiesForbidden) IsClientError

func (o *UpdateRegistryEntitiesForbidden) IsClientError() bool

IsClientError returns true when this update registry entities forbidden response has a 4xx status code

func (*UpdateRegistryEntitiesForbidden) IsCode

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

IsCode returns true when this update registry entities forbidden response a status code equal to that given

func (*UpdateRegistryEntitiesForbidden) IsRedirect

func (o *UpdateRegistryEntitiesForbidden) IsRedirect() bool

IsRedirect returns true when this update registry entities forbidden response has a 3xx status code

func (*UpdateRegistryEntitiesForbidden) IsServerError

func (o *UpdateRegistryEntitiesForbidden) IsServerError() bool

IsServerError returns true when this update registry entities forbidden response has a 5xx status code

func (*UpdateRegistryEntitiesForbidden) IsSuccess

func (o *UpdateRegistryEntitiesForbidden) IsSuccess() bool

IsSuccess returns true when this update registry entities forbidden response has a 2xx status code

func (*UpdateRegistryEntitiesForbidden) String

type UpdateRegistryEntitiesInternalServerError

type UpdateRegistryEntitiesInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainExternalRegistryResponse
}

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

Internal Server Error

func NewUpdateRegistryEntitiesInternalServerError

func NewUpdateRegistryEntitiesInternalServerError() *UpdateRegistryEntitiesInternalServerError

NewUpdateRegistryEntitiesInternalServerError creates a UpdateRegistryEntitiesInternalServerError with default headers values

func (*UpdateRegistryEntitiesInternalServerError) Code

Code gets the status code for the update registry entities internal server error response

func (*UpdateRegistryEntitiesInternalServerError) Error

func (*UpdateRegistryEntitiesInternalServerError) GetPayload

func (*UpdateRegistryEntitiesInternalServerError) IsClientError

IsClientError returns true when this update registry entities internal server error response has a 4xx status code

func (*UpdateRegistryEntitiesInternalServerError) IsCode

IsCode returns true when this update registry entities internal server error response a status code equal to that given

func (*UpdateRegistryEntitiesInternalServerError) IsRedirect

IsRedirect returns true when this update registry entities internal server error response has a 3xx status code

func (*UpdateRegistryEntitiesInternalServerError) IsServerError

IsServerError returns true when this update registry entities internal server error response has a 5xx status code

func (*UpdateRegistryEntitiesInternalServerError) IsSuccess

IsSuccess returns true when this update registry entities internal server error response has a 2xx status code

func (*UpdateRegistryEntitiesInternalServerError) String

type UpdateRegistryEntitiesNotFound

type UpdateRegistryEntitiesNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainExternalRegistryResponse
}

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

Not Found

func NewUpdateRegistryEntitiesNotFound

func NewUpdateRegistryEntitiesNotFound() *UpdateRegistryEntitiesNotFound

NewUpdateRegistryEntitiesNotFound creates a UpdateRegistryEntitiesNotFound with default headers values

func (*UpdateRegistryEntitiesNotFound) Code

Code gets the status code for the update registry entities not found response

func (*UpdateRegistryEntitiesNotFound) Error

func (*UpdateRegistryEntitiesNotFound) GetPayload

func (*UpdateRegistryEntitiesNotFound) IsClientError

func (o *UpdateRegistryEntitiesNotFound) IsClientError() bool

IsClientError returns true when this update registry entities not found response has a 4xx status code

func (*UpdateRegistryEntitiesNotFound) IsCode

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

IsCode returns true when this update registry entities not found response a status code equal to that given

func (*UpdateRegistryEntitiesNotFound) IsRedirect

func (o *UpdateRegistryEntitiesNotFound) IsRedirect() bool

IsRedirect returns true when this update registry entities not found response has a 3xx status code

func (*UpdateRegistryEntitiesNotFound) IsServerError

func (o *UpdateRegistryEntitiesNotFound) IsServerError() bool

IsServerError returns true when this update registry entities not found response has a 5xx status code

func (*UpdateRegistryEntitiesNotFound) IsSuccess

func (o *UpdateRegistryEntitiesNotFound) IsSuccess() bool

IsSuccess returns true when this update registry entities not found response has a 2xx status code

func (*UpdateRegistryEntitiesNotFound) String

type UpdateRegistryEntitiesOK

type UpdateRegistryEntitiesOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainExternalRegistryResponse
}

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

OK

func NewUpdateRegistryEntitiesOK

func NewUpdateRegistryEntitiesOK() *UpdateRegistryEntitiesOK

NewUpdateRegistryEntitiesOK creates a UpdateRegistryEntitiesOK with default headers values

func (*UpdateRegistryEntitiesOK) Code

func (o *UpdateRegistryEntitiesOK) Code() int

Code gets the status code for the update registry entities o k response

func (*UpdateRegistryEntitiesOK) Error

func (o *UpdateRegistryEntitiesOK) Error() string

func (*UpdateRegistryEntitiesOK) GetPayload

func (*UpdateRegistryEntitiesOK) IsClientError

func (o *UpdateRegistryEntitiesOK) IsClientError() bool

IsClientError returns true when this update registry entities o k response has a 4xx status code

func (*UpdateRegistryEntitiesOK) IsCode

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

IsCode returns true when this update registry entities o k response a status code equal to that given

func (*UpdateRegistryEntitiesOK) IsRedirect

func (o *UpdateRegistryEntitiesOK) IsRedirect() bool

IsRedirect returns true when this update registry entities o k response has a 3xx status code

func (*UpdateRegistryEntitiesOK) IsServerError

func (o *UpdateRegistryEntitiesOK) IsServerError() bool

IsServerError returns true when this update registry entities o k response has a 5xx status code

func (*UpdateRegistryEntitiesOK) IsSuccess

func (o *UpdateRegistryEntitiesOK) IsSuccess() bool

IsSuccess returns true when this update registry entities o k response has a 2xx status code

func (*UpdateRegistryEntitiesOK) String

func (o *UpdateRegistryEntitiesOK) String() string

type UpdateRegistryEntitiesParams

type UpdateRegistryEntitiesParams struct {

	// Body.
	Body *models.RegistryassessmentExternalRegistryPatchPayload

	/* ID.

	   Registry entity UUID
	*/
	ID string

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

UpdateRegistryEntitiesParams contains all the parameters to send to the API endpoint

for the update registry entities operation.

Typically these are written to a http.Request.

func NewUpdateRegistryEntitiesParams

func NewUpdateRegistryEntitiesParams() *UpdateRegistryEntitiesParams

NewUpdateRegistryEntitiesParams creates a new UpdateRegistryEntitiesParams 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 NewUpdateRegistryEntitiesParamsWithContext

func NewUpdateRegistryEntitiesParamsWithContext(ctx context.Context) *UpdateRegistryEntitiesParams

NewUpdateRegistryEntitiesParamsWithContext creates a new UpdateRegistryEntitiesParams object with the ability to set a context for a request.

func NewUpdateRegistryEntitiesParamsWithHTTPClient

func NewUpdateRegistryEntitiesParamsWithHTTPClient(client *http.Client) *UpdateRegistryEntitiesParams

NewUpdateRegistryEntitiesParamsWithHTTPClient creates a new UpdateRegistryEntitiesParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateRegistryEntitiesParamsWithTimeout

func NewUpdateRegistryEntitiesParamsWithTimeout(timeout time.Duration) *UpdateRegistryEntitiesParams

NewUpdateRegistryEntitiesParamsWithTimeout creates a new UpdateRegistryEntitiesParams object with the ability to set a timeout on a request.

func (*UpdateRegistryEntitiesParams) SetBody

SetBody adds the body to the update registry entities params

func (*UpdateRegistryEntitiesParams) SetContext

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

SetContext adds the context to the update registry entities params

func (*UpdateRegistryEntitiesParams) SetDefaults

func (o *UpdateRegistryEntitiesParams) SetDefaults()

SetDefaults hydrates default values in the update registry entities params (not the query body).

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

func (*UpdateRegistryEntitiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update registry entities params

func (*UpdateRegistryEntitiesParams) SetID

func (o *UpdateRegistryEntitiesParams) SetID(id string)

SetID adds the id to the update registry entities params

func (*UpdateRegistryEntitiesParams) SetTimeout

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

SetTimeout adds the timeout to the update registry entities params

func (*UpdateRegistryEntitiesParams) WithBody

WithBody adds the body to the update registry entities params

func (*UpdateRegistryEntitiesParams) WithContext

WithContext adds the context to the update registry entities params

func (*UpdateRegistryEntitiesParams) WithDefaults

WithDefaults hydrates default values in the update registry entities params (not the query body).

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

func (*UpdateRegistryEntitiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update registry entities params

func (*UpdateRegistryEntitiesParams) WithID

WithID adds the id to the update registry entities params

func (*UpdateRegistryEntitiesParams) WithTimeout

WithTimeout adds the timeout to the update registry entities params

func (*UpdateRegistryEntitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateRegistryEntitiesReader

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

UpdateRegistryEntitiesReader is a Reader for the UpdateRegistryEntities structure.

func (*UpdateRegistryEntitiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateRegistryEntitiesTooManyRequests

type UpdateRegistryEntitiesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

UpdateRegistryEntitiesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewUpdateRegistryEntitiesTooManyRequests

func NewUpdateRegistryEntitiesTooManyRequests() *UpdateRegistryEntitiesTooManyRequests

NewUpdateRegistryEntitiesTooManyRequests creates a UpdateRegistryEntitiesTooManyRequests with default headers values

func (*UpdateRegistryEntitiesTooManyRequests) Code

Code gets the status code for the update registry entities too many requests response

func (*UpdateRegistryEntitiesTooManyRequests) Error

func (*UpdateRegistryEntitiesTooManyRequests) GetPayload

func (*UpdateRegistryEntitiesTooManyRequests) IsClientError

func (o *UpdateRegistryEntitiesTooManyRequests) IsClientError() bool

IsClientError returns true when this update registry entities too many requests response has a 4xx status code

func (*UpdateRegistryEntitiesTooManyRequests) IsCode

IsCode returns true when this update registry entities too many requests response a status code equal to that given

func (*UpdateRegistryEntitiesTooManyRequests) IsRedirect

IsRedirect returns true when this update registry entities too many requests response has a 3xx status code

func (*UpdateRegistryEntitiesTooManyRequests) IsServerError

func (o *UpdateRegistryEntitiesTooManyRequests) IsServerError() bool

IsServerError returns true when this update registry entities too many requests response has a 5xx status code

func (*UpdateRegistryEntitiesTooManyRequests) IsSuccess

IsSuccess returns true when this update registry entities too many requests response has a 2xx status code

func (*UpdateRegistryEntitiesTooManyRequests) String

Jump to

Keyboard shortcuts

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