artifact_manager

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArtifactManagerCreateArtifactBadRequest added in v1.0.2

type ArtifactManagerCreateArtifactBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

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

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewArtifactManagerCreateArtifactBadRequest added in v1.0.2

func NewArtifactManagerCreateArtifactBadRequest() *ArtifactManagerCreateArtifactBadRequest

NewArtifactManagerCreateArtifactBadRequest creates a ArtifactManagerCreateArtifactBadRequest with default headers values

func (*ArtifactManagerCreateArtifactBadRequest) Error added in v1.0.2

func (*ArtifactManagerCreateArtifactBadRequest) GetPayload added in v1.0.2

func (*ArtifactManagerCreateArtifactBadRequest) IsClientError added in v1.0.2

func (o *ArtifactManagerCreateArtifactBadRequest) IsClientError() bool

IsClientError returns true when this artifact manager create artifact bad request response has a 4xx status code

func (*ArtifactManagerCreateArtifactBadRequest) IsCode added in v1.0.2

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

func (*ArtifactManagerCreateArtifactBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager create artifact bad request response has a 3xx status code

func (*ArtifactManagerCreateArtifactBadRequest) IsServerError added in v1.0.2

func (o *ArtifactManagerCreateArtifactBadRequest) IsServerError() bool

IsServerError returns true when this artifact manager create artifact bad request response has a 5xx status code

func (*ArtifactManagerCreateArtifactBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager create artifact bad request response has a 2xx status code

func (*ArtifactManagerCreateArtifactBadRequest) String added in v1.0.2

type ArtifactManagerCreateArtifactDefault added in v1.0.2

type ArtifactManagerCreateArtifactDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

ArtifactManagerCreateArtifactDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArtifactManagerCreateArtifactDefault added in v1.0.2

func NewArtifactManagerCreateArtifactDefault(code int) *ArtifactManagerCreateArtifactDefault

NewArtifactManagerCreateArtifactDefault creates a ArtifactManagerCreateArtifactDefault with default headers values

func (*ArtifactManagerCreateArtifactDefault) Code added in v1.0.2

Code gets the status code for the artifact manager create artifact default response

func (*ArtifactManagerCreateArtifactDefault) Error added in v1.0.2

func (*ArtifactManagerCreateArtifactDefault) GetPayload added in v1.0.2

func (*ArtifactManagerCreateArtifactDefault) IsClientError added in v1.0.2

func (o *ArtifactManagerCreateArtifactDefault) IsClientError() bool

IsClientError returns true when this artifact manager create artifact default response has a 4xx status code

func (*ArtifactManagerCreateArtifactDefault) IsCode added in v1.0.2

IsCode returns true when this artifact manager create artifact default response a status code equal to that given

func (*ArtifactManagerCreateArtifactDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager create artifact default response has a 3xx status code

func (*ArtifactManagerCreateArtifactDefault) IsServerError added in v1.0.2

func (o *ArtifactManagerCreateArtifactDefault) IsServerError() bool

IsServerError returns true when this artifact manager create artifact default response has a 5xx status code

func (*ArtifactManagerCreateArtifactDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager create artifact default response has a 2xx status code

func (*ArtifactManagerCreateArtifactDefault) String added in v1.0.2

type ArtifactManagerCreateArtifactForbidden added in v1.0.2

type ArtifactManagerCreateArtifactForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewArtifactManagerCreateArtifactForbidden added in v1.0.2

func NewArtifactManagerCreateArtifactForbidden() *ArtifactManagerCreateArtifactForbidden

NewArtifactManagerCreateArtifactForbidden creates a ArtifactManagerCreateArtifactForbidden with default headers values

func (*ArtifactManagerCreateArtifactForbidden) Error added in v1.0.2

func (*ArtifactManagerCreateArtifactForbidden) GetPayload added in v1.0.2

func (*ArtifactManagerCreateArtifactForbidden) IsClientError added in v1.0.2

func (o *ArtifactManagerCreateArtifactForbidden) IsClientError() bool

IsClientError returns true when this artifact manager create artifact forbidden response has a 4xx status code

func (*ArtifactManagerCreateArtifactForbidden) IsCode added in v1.0.2

IsCode returns true when this artifact manager create artifact forbidden response a status code equal to that given

func (*ArtifactManagerCreateArtifactForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager create artifact forbidden response has a 3xx status code

func (*ArtifactManagerCreateArtifactForbidden) IsServerError added in v1.0.2

func (o *ArtifactManagerCreateArtifactForbidden) IsServerError() bool

IsServerError returns true when this artifact manager create artifact forbidden response has a 5xx status code

func (*ArtifactManagerCreateArtifactForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager create artifact forbidden response has a 2xx status code

func (*ArtifactManagerCreateArtifactForbidden) String added in v1.0.2

type ArtifactManagerCreateArtifactGatewayTimeout added in v1.0.2

type ArtifactManagerCreateArtifactGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

ArtifactManagerCreateArtifactGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewArtifactManagerCreateArtifactGatewayTimeout added in v1.0.2

func NewArtifactManagerCreateArtifactGatewayTimeout() *ArtifactManagerCreateArtifactGatewayTimeout

NewArtifactManagerCreateArtifactGatewayTimeout creates a ArtifactManagerCreateArtifactGatewayTimeout with default headers values

func (*ArtifactManagerCreateArtifactGatewayTimeout) Error added in v1.0.2

func (*ArtifactManagerCreateArtifactGatewayTimeout) GetPayload added in v1.0.2

func (*ArtifactManagerCreateArtifactGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager create artifact gateway timeout response has a 4xx status code

func (*ArtifactManagerCreateArtifactGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this artifact manager create artifact gateway timeout response a status code equal to that given

func (*ArtifactManagerCreateArtifactGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager create artifact gateway timeout response has a 3xx status code

func (*ArtifactManagerCreateArtifactGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager create artifact gateway timeout response has a 5xx status code

func (*ArtifactManagerCreateArtifactGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager create artifact gateway timeout response has a 2xx status code

func (*ArtifactManagerCreateArtifactGatewayTimeout) String added in v1.0.2

type ArtifactManagerCreateArtifactInternalServerError added in v1.0.2

type ArtifactManagerCreateArtifactInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewArtifactManagerCreateArtifactInternalServerError added in v1.0.2

func NewArtifactManagerCreateArtifactInternalServerError() *ArtifactManagerCreateArtifactInternalServerError

NewArtifactManagerCreateArtifactInternalServerError creates a ArtifactManagerCreateArtifactInternalServerError with default headers values

func (*ArtifactManagerCreateArtifactInternalServerError) Error added in v1.0.2

func (*ArtifactManagerCreateArtifactInternalServerError) GetPayload added in v1.0.2

func (*ArtifactManagerCreateArtifactInternalServerError) IsClientError added in v1.0.2

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

func (*ArtifactManagerCreateArtifactInternalServerError) IsCode added in v1.0.2

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

func (*ArtifactManagerCreateArtifactInternalServerError) IsRedirect added in v1.0.2

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

func (*ArtifactManagerCreateArtifactInternalServerError) IsServerError added in v1.0.2

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

func (*ArtifactManagerCreateArtifactInternalServerError) IsSuccess added in v1.0.2

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

func (*ArtifactManagerCreateArtifactInternalServerError) String added in v1.0.2

type ArtifactManagerCreateArtifactOK added in v1.0.2

type ArtifactManagerCreateArtifactOK struct {
	Payload *swagger_models.Artifact
}

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

A successful response.

func NewArtifactManagerCreateArtifactOK added in v1.0.2

func NewArtifactManagerCreateArtifactOK() *ArtifactManagerCreateArtifactOK

NewArtifactManagerCreateArtifactOK creates a ArtifactManagerCreateArtifactOK with default headers values

func (*ArtifactManagerCreateArtifactOK) Error added in v1.0.2

func (*ArtifactManagerCreateArtifactOK) GetPayload added in v1.0.2

func (*ArtifactManagerCreateArtifactOK) IsClientError added in v1.0.2

func (o *ArtifactManagerCreateArtifactOK) IsClientError() bool

IsClientError returns true when this artifact manager create artifact o k response has a 4xx status code

func (*ArtifactManagerCreateArtifactOK) IsCode added in v1.0.2

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

IsCode returns true when this artifact manager create artifact o k response a status code equal to that given

func (*ArtifactManagerCreateArtifactOK) IsRedirect added in v1.0.2

func (o *ArtifactManagerCreateArtifactOK) IsRedirect() bool

IsRedirect returns true when this artifact manager create artifact o k response has a 3xx status code

func (*ArtifactManagerCreateArtifactOK) IsServerError added in v1.0.2

func (o *ArtifactManagerCreateArtifactOK) IsServerError() bool

IsServerError returns true when this artifact manager create artifact o k response has a 5xx status code

func (*ArtifactManagerCreateArtifactOK) IsSuccess added in v1.0.2

func (o *ArtifactManagerCreateArtifactOK) IsSuccess() bool

IsSuccess returns true when this artifact manager create artifact o k response has a 2xx status code

func (*ArtifactManagerCreateArtifactOK) String added in v1.0.2

type ArtifactManagerCreateArtifactParams added in v1.0.2

type ArtifactManagerCreateArtifactParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.Artifact

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

ArtifactManagerCreateArtifactParams contains all the parameters to send to the API endpoint

for the artifact manager create artifact operation.

Typically these are written to a http.Request.

func NewArtifactManagerCreateArtifactParams added in v1.0.2

func NewArtifactManagerCreateArtifactParams() *ArtifactManagerCreateArtifactParams

NewArtifactManagerCreateArtifactParams creates a new ArtifactManagerCreateArtifactParams 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 NewArtifactManagerCreateArtifactParamsWithContext added in v1.0.2

func NewArtifactManagerCreateArtifactParamsWithContext(ctx context.Context) *ArtifactManagerCreateArtifactParams

NewArtifactManagerCreateArtifactParamsWithContext creates a new ArtifactManagerCreateArtifactParams object with the ability to set a context for a request.

func NewArtifactManagerCreateArtifactParamsWithHTTPClient added in v1.0.2

func NewArtifactManagerCreateArtifactParamsWithHTTPClient(client *http.Client) *ArtifactManagerCreateArtifactParams

NewArtifactManagerCreateArtifactParamsWithHTTPClient creates a new ArtifactManagerCreateArtifactParams object with the ability to set a custom HTTPClient for a request.

func NewArtifactManagerCreateArtifactParamsWithTimeout added in v1.0.2

func NewArtifactManagerCreateArtifactParamsWithTimeout(timeout time.Duration) *ArtifactManagerCreateArtifactParams

NewArtifactManagerCreateArtifactParamsWithTimeout creates a new ArtifactManagerCreateArtifactParams object with the ability to set a timeout on a request.

func (*ArtifactManagerCreateArtifactParams) SetBody added in v1.0.2

SetBody adds the body to the artifact manager create artifact params

func (*ArtifactManagerCreateArtifactParams) SetContext added in v1.0.2

SetContext adds the context to the artifact manager create artifact params

func (*ArtifactManagerCreateArtifactParams) SetDefaults added in v1.0.2

func (o *ArtifactManagerCreateArtifactParams) SetDefaults()

SetDefaults hydrates default values in the artifact manager create artifact params (not the query body).

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

func (*ArtifactManagerCreateArtifactParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the artifact manager create artifact params

func (*ArtifactManagerCreateArtifactParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the artifact manager create artifact params

func (*ArtifactManagerCreateArtifactParams) SetXRequestID added in v1.0.2

func (o *ArtifactManagerCreateArtifactParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the artifact manager create artifact params

func (*ArtifactManagerCreateArtifactParams) WithBody added in v1.0.2

WithBody adds the body to the artifact manager create artifact params

func (*ArtifactManagerCreateArtifactParams) WithContext added in v1.0.2

WithContext adds the context to the artifact manager create artifact params

func (*ArtifactManagerCreateArtifactParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the artifact manager create artifact params (not the query body).

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

func (*ArtifactManagerCreateArtifactParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the artifact manager create artifact params

func (*ArtifactManagerCreateArtifactParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the artifact manager create artifact params

func (*ArtifactManagerCreateArtifactParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the artifact manager create artifact params

func (*ArtifactManagerCreateArtifactParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type ArtifactManagerCreateArtifactReader added in v1.0.2

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

ArtifactManagerCreateArtifactReader is a Reader for the ArtifactManagerCreateArtifact structure.

func (*ArtifactManagerCreateArtifactReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type ArtifactManagerCreateArtifactUnauthorized added in v1.0.2

type ArtifactManagerCreateArtifactUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewArtifactManagerCreateArtifactUnauthorized added in v1.0.2

func NewArtifactManagerCreateArtifactUnauthorized() *ArtifactManagerCreateArtifactUnauthorized

NewArtifactManagerCreateArtifactUnauthorized creates a ArtifactManagerCreateArtifactUnauthorized with default headers values

func (*ArtifactManagerCreateArtifactUnauthorized) Error added in v1.0.2

func (*ArtifactManagerCreateArtifactUnauthorized) GetPayload added in v1.0.2

func (*ArtifactManagerCreateArtifactUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager create artifact unauthorized response has a 4xx status code

func (*ArtifactManagerCreateArtifactUnauthorized) IsCode added in v1.0.2

IsCode returns true when this artifact manager create artifact unauthorized response a status code equal to that given

func (*ArtifactManagerCreateArtifactUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager create artifact unauthorized response has a 3xx status code

func (*ArtifactManagerCreateArtifactUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager create artifact unauthorized response has a 5xx status code

func (*ArtifactManagerCreateArtifactUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager create artifact unauthorized response has a 2xx status code

func (*ArtifactManagerCreateArtifactUnauthorized) String added in v1.0.2

type ArtifactManagerDeleteArtifactDefault added in v1.0.2

type ArtifactManagerDeleteArtifactDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

ArtifactManagerDeleteArtifactDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArtifactManagerDeleteArtifactDefault added in v1.0.2

func NewArtifactManagerDeleteArtifactDefault(code int) *ArtifactManagerDeleteArtifactDefault

NewArtifactManagerDeleteArtifactDefault creates a ArtifactManagerDeleteArtifactDefault with default headers values

func (*ArtifactManagerDeleteArtifactDefault) Code added in v1.0.2

Code gets the status code for the artifact manager delete artifact default response

func (*ArtifactManagerDeleteArtifactDefault) Error added in v1.0.2

func (*ArtifactManagerDeleteArtifactDefault) GetPayload added in v1.0.2

func (*ArtifactManagerDeleteArtifactDefault) IsClientError added in v1.0.2

func (o *ArtifactManagerDeleteArtifactDefault) IsClientError() bool

IsClientError returns true when this artifact manager delete artifact default response has a 4xx status code

func (*ArtifactManagerDeleteArtifactDefault) IsCode added in v1.0.2

IsCode returns true when this artifact manager delete artifact default response a status code equal to that given

func (*ArtifactManagerDeleteArtifactDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager delete artifact default response has a 3xx status code

func (*ArtifactManagerDeleteArtifactDefault) IsServerError added in v1.0.2

func (o *ArtifactManagerDeleteArtifactDefault) IsServerError() bool

IsServerError returns true when this artifact manager delete artifact default response has a 5xx status code

func (*ArtifactManagerDeleteArtifactDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager delete artifact default response has a 2xx status code

func (*ArtifactManagerDeleteArtifactDefault) String added in v1.0.2

type ArtifactManagerDeleteArtifactForbidden added in v1.0.2

type ArtifactManagerDeleteArtifactForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewArtifactManagerDeleteArtifactForbidden added in v1.0.2

func NewArtifactManagerDeleteArtifactForbidden() *ArtifactManagerDeleteArtifactForbidden

NewArtifactManagerDeleteArtifactForbidden creates a ArtifactManagerDeleteArtifactForbidden with default headers values

func (*ArtifactManagerDeleteArtifactForbidden) Error added in v1.0.2

func (*ArtifactManagerDeleteArtifactForbidden) GetPayload added in v1.0.2

func (*ArtifactManagerDeleteArtifactForbidden) IsClientError added in v1.0.2

func (o *ArtifactManagerDeleteArtifactForbidden) IsClientError() bool

IsClientError returns true when this artifact manager delete artifact forbidden response has a 4xx status code

func (*ArtifactManagerDeleteArtifactForbidden) IsCode added in v1.0.2

IsCode returns true when this artifact manager delete artifact forbidden response a status code equal to that given

func (*ArtifactManagerDeleteArtifactForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager delete artifact forbidden response has a 3xx status code

func (*ArtifactManagerDeleteArtifactForbidden) IsServerError added in v1.0.2

func (o *ArtifactManagerDeleteArtifactForbidden) IsServerError() bool

IsServerError returns true when this artifact manager delete artifact forbidden response has a 5xx status code

func (*ArtifactManagerDeleteArtifactForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager delete artifact forbidden response has a 2xx status code

func (*ArtifactManagerDeleteArtifactForbidden) String added in v1.0.2

type ArtifactManagerDeleteArtifactGatewayTimeout added in v1.0.2

type ArtifactManagerDeleteArtifactGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

ArtifactManagerDeleteArtifactGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewArtifactManagerDeleteArtifactGatewayTimeout added in v1.0.2

func NewArtifactManagerDeleteArtifactGatewayTimeout() *ArtifactManagerDeleteArtifactGatewayTimeout

NewArtifactManagerDeleteArtifactGatewayTimeout creates a ArtifactManagerDeleteArtifactGatewayTimeout with default headers values

func (*ArtifactManagerDeleteArtifactGatewayTimeout) Error added in v1.0.2

func (*ArtifactManagerDeleteArtifactGatewayTimeout) GetPayload added in v1.0.2

func (*ArtifactManagerDeleteArtifactGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager delete artifact gateway timeout response has a 4xx status code

func (*ArtifactManagerDeleteArtifactGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this artifact manager delete artifact gateway timeout response a status code equal to that given

func (*ArtifactManagerDeleteArtifactGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager delete artifact gateway timeout response has a 3xx status code

func (*ArtifactManagerDeleteArtifactGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager delete artifact gateway timeout response has a 5xx status code

func (*ArtifactManagerDeleteArtifactGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager delete artifact gateway timeout response has a 2xx status code

func (*ArtifactManagerDeleteArtifactGatewayTimeout) String added in v1.0.2

type ArtifactManagerDeleteArtifactInternalServerError added in v1.0.2

type ArtifactManagerDeleteArtifactInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewArtifactManagerDeleteArtifactInternalServerError added in v1.0.2

func NewArtifactManagerDeleteArtifactInternalServerError() *ArtifactManagerDeleteArtifactInternalServerError

NewArtifactManagerDeleteArtifactInternalServerError creates a ArtifactManagerDeleteArtifactInternalServerError with default headers values

func (*ArtifactManagerDeleteArtifactInternalServerError) Error added in v1.0.2

func (*ArtifactManagerDeleteArtifactInternalServerError) GetPayload added in v1.0.2

func (*ArtifactManagerDeleteArtifactInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager delete artifact internal server error response has a 4xx status code

func (*ArtifactManagerDeleteArtifactInternalServerError) IsCode added in v1.0.2

IsCode returns true when this artifact manager delete artifact internal server error response a status code equal to that given

func (*ArtifactManagerDeleteArtifactInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager delete artifact internal server error response has a 3xx status code

func (*ArtifactManagerDeleteArtifactInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager delete artifact internal server error response has a 5xx status code

func (*ArtifactManagerDeleteArtifactInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager delete artifact internal server error response has a 2xx status code

func (*ArtifactManagerDeleteArtifactInternalServerError) String added in v1.0.2

type ArtifactManagerDeleteArtifactNotFound added in v1.0.2

type ArtifactManagerDeleteArtifactNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewArtifactManagerDeleteArtifactNotFound added in v1.0.2

func NewArtifactManagerDeleteArtifactNotFound() *ArtifactManagerDeleteArtifactNotFound

NewArtifactManagerDeleteArtifactNotFound creates a ArtifactManagerDeleteArtifactNotFound with default headers values

func (*ArtifactManagerDeleteArtifactNotFound) Error added in v1.0.2

func (*ArtifactManagerDeleteArtifactNotFound) GetPayload added in v1.0.2

func (*ArtifactManagerDeleteArtifactNotFound) IsClientError added in v1.0.2

func (o *ArtifactManagerDeleteArtifactNotFound) IsClientError() bool

IsClientError returns true when this artifact manager delete artifact not found response has a 4xx status code

func (*ArtifactManagerDeleteArtifactNotFound) IsCode added in v1.0.2

IsCode returns true when this artifact manager delete artifact not found response a status code equal to that given

func (*ArtifactManagerDeleteArtifactNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager delete artifact not found response has a 3xx status code

func (*ArtifactManagerDeleteArtifactNotFound) IsServerError added in v1.0.2

func (o *ArtifactManagerDeleteArtifactNotFound) IsServerError() bool

IsServerError returns true when this artifact manager delete artifact not found response has a 5xx status code

func (*ArtifactManagerDeleteArtifactNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager delete artifact not found response has a 2xx status code

func (*ArtifactManagerDeleteArtifactNotFound) String added in v1.0.2

type ArtifactManagerDeleteArtifactOK added in v1.0.2

type ArtifactManagerDeleteArtifactOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewArtifactManagerDeleteArtifactOK added in v1.0.2

func NewArtifactManagerDeleteArtifactOK() *ArtifactManagerDeleteArtifactOK

NewArtifactManagerDeleteArtifactOK creates a ArtifactManagerDeleteArtifactOK with default headers values

func (*ArtifactManagerDeleteArtifactOK) Error added in v1.0.2

func (*ArtifactManagerDeleteArtifactOK) GetPayload added in v1.0.2

func (*ArtifactManagerDeleteArtifactOK) IsClientError added in v1.0.2

func (o *ArtifactManagerDeleteArtifactOK) IsClientError() bool

IsClientError returns true when this artifact manager delete artifact o k response has a 4xx status code

func (*ArtifactManagerDeleteArtifactOK) IsCode added in v1.0.2

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

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

func (*ArtifactManagerDeleteArtifactOK) IsRedirect added in v1.0.2

func (o *ArtifactManagerDeleteArtifactOK) IsRedirect() bool

IsRedirect returns true when this artifact manager delete artifact o k response has a 3xx status code

func (*ArtifactManagerDeleteArtifactOK) IsServerError added in v1.0.2

func (o *ArtifactManagerDeleteArtifactOK) IsServerError() bool

IsServerError returns true when this artifact manager delete artifact o k response has a 5xx status code

func (*ArtifactManagerDeleteArtifactOK) IsSuccess added in v1.0.2

func (o *ArtifactManagerDeleteArtifactOK) IsSuccess() bool

IsSuccess returns true when this artifact manager delete artifact o k response has a 2xx status code

func (*ArtifactManagerDeleteArtifactOK) String added in v1.0.2

type ArtifactManagerDeleteArtifactParams added in v1.0.2

type ArtifactManagerDeleteArtifactParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   system generated unique id for an artifact
	*/
	ID string

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

ArtifactManagerDeleteArtifactParams contains all the parameters to send to the API endpoint

for the artifact manager delete artifact operation.

Typically these are written to a http.Request.

func NewArtifactManagerDeleteArtifactParams added in v1.0.2

func NewArtifactManagerDeleteArtifactParams() *ArtifactManagerDeleteArtifactParams

NewArtifactManagerDeleteArtifactParams creates a new ArtifactManagerDeleteArtifactParams 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 NewArtifactManagerDeleteArtifactParamsWithContext added in v1.0.2

func NewArtifactManagerDeleteArtifactParamsWithContext(ctx context.Context) *ArtifactManagerDeleteArtifactParams

NewArtifactManagerDeleteArtifactParamsWithContext creates a new ArtifactManagerDeleteArtifactParams object with the ability to set a context for a request.

func NewArtifactManagerDeleteArtifactParamsWithHTTPClient added in v1.0.2

func NewArtifactManagerDeleteArtifactParamsWithHTTPClient(client *http.Client) *ArtifactManagerDeleteArtifactParams

NewArtifactManagerDeleteArtifactParamsWithHTTPClient creates a new ArtifactManagerDeleteArtifactParams object with the ability to set a custom HTTPClient for a request.

func NewArtifactManagerDeleteArtifactParamsWithTimeout added in v1.0.2

func NewArtifactManagerDeleteArtifactParamsWithTimeout(timeout time.Duration) *ArtifactManagerDeleteArtifactParams

NewArtifactManagerDeleteArtifactParamsWithTimeout creates a new ArtifactManagerDeleteArtifactParams object with the ability to set a timeout on a request.

func (*ArtifactManagerDeleteArtifactParams) SetContext added in v1.0.2

SetContext adds the context to the artifact manager delete artifact params

func (*ArtifactManagerDeleteArtifactParams) SetDefaults added in v1.0.2

func (o *ArtifactManagerDeleteArtifactParams) SetDefaults()

SetDefaults hydrates default values in the artifact manager delete artifact params (not the query body).

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

func (*ArtifactManagerDeleteArtifactParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the artifact manager delete artifact params

func (*ArtifactManagerDeleteArtifactParams) SetID added in v1.0.2

SetID adds the id to the artifact manager delete artifact params

func (*ArtifactManagerDeleteArtifactParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the artifact manager delete artifact params

func (*ArtifactManagerDeleteArtifactParams) SetXRequestID added in v1.0.2

func (o *ArtifactManagerDeleteArtifactParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the artifact manager delete artifact params

func (*ArtifactManagerDeleteArtifactParams) WithContext added in v1.0.2

WithContext adds the context to the artifact manager delete artifact params

func (*ArtifactManagerDeleteArtifactParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the artifact manager delete artifact params (not the query body).

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

func (*ArtifactManagerDeleteArtifactParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the artifact manager delete artifact params

func (*ArtifactManagerDeleteArtifactParams) WithID added in v1.0.2

WithID adds the id to the artifact manager delete artifact params

func (*ArtifactManagerDeleteArtifactParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the artifact manager delete artifact params

func (*ArtifactManagerDeleteArtifactParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the artifact manager delete artifact params

func (*ArtifactManagerDeleteArtifactParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type ArtifactManagerDeleteArtifactReader added in v1.0.2

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

ArtifactManagerDeleteArtifactReader is a Reader for the ArtifactManagerDeleteArtifact structure.

func (*ArtifactManagerDeleteArtifactReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type ArtifactManagerDeleteArtifactUnauthorized added in v1.0.2

type ArtifactManagerDeleteArtifactUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewArtifactManagerDeleteArtifactUnauthorized added in v1.0.2

func NewArtifactManagerDeleteArtifactUnauthorized() *ArtifactManagerDeleteArtifactUnauthorized

NewArtifactManagerDeleteArtifactUnauthorized creates a ArtifactManagerDeleteArtifactUnauthorized with default headers values

func (*ArtifactManagerDeleteArtifactUnauthorized) Error added in v1.0.2

func (*ArtifactManagerDeleteArtifactUnauthorized) GetPayload added in v1.0.2

func (*ArtifactManagerDeleteArtifactUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager delete artifact unauthorized response has a 4xx status code

func (*ArtifactManagerDeleteArtifactUnauthorized) IsCode added in v1.0.2

IsCode returns true when this artifact manager delete artifact unauthorized response a status code equal to that given

func (*ArtifactManagerDeleteArtifactUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager delete artifact unauthorized response has a 3xx status code

func (*ArtifactManagerDeleteArtifactUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager delete artifact unauthorized response has a 5xx status code

func (*ArtifactManagerDeleteArtifactUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager delete artifact unauthorized response has a 2xx status code

func (*ArtifactManagerDeleteArtifactUnauthorized) String added in v1.0.2

type ArtifactManagerGetArtifactSignedURLBadRequest added in v1.0.2

type ArtifactManagerGetArtifactSignedURLBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

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

Bad Request. The API gateway did not process the request because of invalid value of parameters.

func NewArtifactManagerGetArtifactSignedURLBadRequest added in v1.0.2

func NewArtifactManagerGetArtifactSignedURLBadRequest() *ArtifactManagerGetArtifactSignedURLBadRequest

NewArtifactManagerGetArtifactSignedURLBadRequest creates a ArtifactManagerGetArtifactSignedURLBadRequest with default headers values

func (*ArtifactManagerGetArtifactSignedURLBadRequest) Error added in v1.0.2

func (*ArtifactManagerGetArtifactSignedURLBadRequest) GetPayload added in v1.0.2

func (*ArtifactManagerGetArtifactSignedURLBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager get artifact signed Url bad request response has a 4xx status code

func (*ArtifactManagerGetArtifactSignedURLBadRequest) IsCode added in v1.0.2

IsCode returns true when this artifact manager get artifact signed Url bad request response a status code equal to that given

func (*ArtifactManagerGetArtifactSignedURLBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager get artifact signed Url bad request response has a 3xx status code

func (*ArtifactManagerGetArtifactSignedURLBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager get artifact signed Url bad request response has a 5xx status code

func (*ArtifactManagerGetArtifactSignedURLBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager get artifact signed Url bad request response has a 2xx status code

func (*ArtifactManagerGetArtifactSignedURLBadRequest) String added in v1.0.2

type ArtifactManagerGetArtifactSignedURLDefault added in v1.0.2

type ArtifactManagerGetArtifactSignedURLDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

ArtifactManagerGetArtifactSignedURLDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArtifactManagerGetArtifactSignedURLDefault added in v1.0.2

func NewArtifactManagerGetArtifactSignedURLDefault(code int) *ArtifactManagerGetArtifactSignedURLDefault

NewArtifactManagerGetArtifactSignedURLDefault creates a ArtifactManagerGetArtifactSignedURLDefault with default headers values

func (*ArtifactManagerGetArtifactSignedURLDefault) Code added in v1.0.2

Code gets the status code for the artifact manager get artifact signed Url default response

func (*ArtifactManagerGetArtifactSignedURLDefault) Error added in v1.0.2

func (*ArtifactManagerGetArtifactSignedURLDefault) GetPayload added in v1.0.2

func (*ArtifactManagerGetArtifactSignedURLDefault) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager get artifact signed Url default response has a 4xx status code

func (*ArtifactManagerGetArtifactSignedURLDefault) IsCode added in v1.0.2

IsCode returns true when this artifact manager get artifact signed Url default response a status code equal to that given

func (*ArtifactManagerGetArtifactSignedURLDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager get artifact signed Url default response has a 3xx status code

func (*ArtifactManagerGetArtifactSignedURLDefault) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager get artifact signed Url default response has a 5xx status code

func (*ArtifactManagerGetArtifactSignedURLDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager get artifact signed Url default response has a 2xx status code

func (*ArtifactManagerGetArtifactSignedURLDefault) String added in v1.0.2

type ArtifactManagerGetArtifactSignedURLForbidden added in v1.0.2

type ArtifactManagerGetArtifactSignedURLForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewArtifactManagerGetArtifactSignedURLForbidden added in v1.0.2

func NewArtifactManagerGetArtifactSignedURLForbidden() *ArtifactManagerGetArtifactSignedURLForbidden

NewArtifactManagerGetArtifactSignedURLForbidden creates a ArtifactManagerGetArtifactSignedURLForbidden with default headers values

func (*ArtifactManagerGetArtifactSignedURLForbidden) Error added in v1.0.2

func (*ArtifactManagerGetArtifactSignedURLForbidden) GetPayload added in v1.0.2

func (*ArtifactManagerGetArtifactSignedURLForbidden) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager get artifact signed Url forbidden response has a 4xx status code

func (*ArtifactManagerGetArtifactSignedURLForbidden) IsCode added in v1.0.2

IsCode returns true when this artifact manager get artifact signed Url forbidden response a status code equal to that given

func (*ArtifactManagerGetArtifactSignedURLForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager get artifact signed Url forbidden response has a 3xx status code

func (*ArtifactManagerGetArtifactSignedURLForbidden) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager get artifact signed Url forbidden response has a 5xx status code

func (*ArtifactManagerGetArtifactSignedURLForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager get artifact signed Url forbidden response has a 2xx status code

func (*ArtifactManagerGetArtifactSignedURLForbidden) String added in v1.0.2

type ArtifactManagerGetArtifactSignedURLGatewayTimeout added in v1.0.2

type ArtifactManagerGetArtifactSignedURLGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

ArtifactManagerGetArtifactSignedURLGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewArtifactManagerGetArtifactSignedURLGatewayTimeout added in v1.0.2

func NewArtifactManagerGetArtifactSignedURLGatewayTimeout() *ArtifactManagerGetArtifactSignedURLGatewayTimeout

NewArtifactManagerGetArtifactSignedURLGatewayTimeout creates a ArtifactManagerGetArtifactSignedURLGatewayTimeout with default headers values

func (*ArtifactManagerGetArtifactSignedURLGatewayTimeout) Error added in v1.0.2

func (*ArtifactManagerGetArtifactSignedURLGatewayTimeout) GetPayload added in v1.0.2

func (*ArtifactManagerGetArtifactSignedURLGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager get artifact signed Url gateway timeout response has a 4xx status code

func (*ArtifactManagerGetArtifactSignedURLGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this artifact manager get artifact signed Url gateway timeout response a status code equal to that given

func (*ArtifactManagerGetArtifactSignedURLGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager get artifact signed Url gateway timeout response has a 3xx status code

func (*ArtifactManagerGetArtifactSignedURLGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager get artifact signed Url gateway timeout response has a 5xx status code

func (*ArtifactManagerGetArtifactSignedURLGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager get artifact signed Url gateway timeout response has a 2xx status code

func (*ArtifactManagerGetArtifactSignedURLGatewayTimeout) String added in v1.0.2

type ArtifactManagerGetArtifactSignedURLInternalServerError added in v1.0.2

type ArtifactManagerGetArtifactSignedURLInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewArtifactManagerGetArtifactSignedURLInternalServerError added in v1.0.2

func NewArtifactManagerGetArtifactSignedURLInternalServerError() *ArtifactManagerGetArtifactSignedURLInternalServerError

NewArtifactManagerGetArtifactSignedURLInternalServerError creates a ArtifactManagerGetArtifactSignedURLInternalServerError with default headers values

func (*ArtifactManagerGetArtifactSignedURLInternalServerError) Error added in v1.0.2

func (*ArtifactManagerGetArtifactSignedURLInternalServerError) GetPayload added in v1.0.2

func (*ArtifactManagerGetArtifactSignedURLInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager get artifact signed Url internal server error response has a 4xx status code

func (*ArtifactManagerGetArtifactSignedURLInternalServerError) IsCode added in v1.0.2

IsCode returns true when this artifact manager get artifact signed Url internal server error response a status code equal to that given

func (*ArtifactManagerGetArtifactSignedURLInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager get artifact signed Url internal server error response has a 3xx status code

func (*ArtifactManagerGetArtifactSignedURLInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager get artifact signed Url internal server error response has a 5xx status code

func (*ArtifactManagerGetArtifactSignedURLInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager get artifact signed Url internal server error response has a 2xx status code

func (*ArtifactManagerGetArtifactSignedURLInternalServerError) String added in v1.0.2

type ArtifactManagerGetArtifactSignedURLOK added in v1.0.2

type ArtifactManagerGetArtifactSignedURLOK struct {
	Payload *swagger_models.Artifact
}

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

A successful response.

func NewArtifactManagerGetArtifactSignedURLOK added in v1.0.2

func NewArtifactManagerGetArtifactSignedURLOK() *ArtifactManagerGetArtifactSignedURLOK

NewArtifactManagerGetArtifactSignedURLOK creates a ArtifactManagerGetArtifactSignedURLOK with default headers values

func (*ArtifactManagerGetArtifactSignedURLOK) Error added in v1.0.2

func (*ArtifactManagerGetArtifactSignedURLOK) GetPayload added in v1.0.2

func (*ArtifactManagerGetArtifactSignedURLOK) IsClientError added in v1.0.2

func (o *ArtifactManagerGetArtifactSignedURLOK) IsClientError() bool

IsClientError returns true when this artifact manager get artifact signed Url o k response has a 4xx status code

func (*ArtifactManagerGetArtifactSignedURLOK) IsCode added in v1.0.2

IsCode returns true when this artifact manager get artifact signed Url o k response a status code equal to that given

func (*ArtifactManagerGetArtifactSignedURLOK) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager get artifact signed Url o k response has a 3xx status code

func (*ArtifactManagerGetArtifactSignedURLOK) IsServerError added in v1.0.2

func (o *ArtifactManagerGetArtifactSignedURLOK) IsServerError() bool

IsServerError returns true when this artifact manager get artifact signed Url o k response has a 5xx status code

func (*ArtifactManagerGetArtifactSignedURLOK) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager get artifact signed Url o k response has a 2xx status code

func (*ArtifactManagerGetArtifactSignedURLOK) String added in v1.0.2

type ArtifactManagerGetArtifactSignedURLParams added in v1.0.2

type ArtifactManagerGetArtifactSignedURLParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   system generated unique id for an artifact
	*/
	ID string

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

ArtifactManagerGetArtifactSignedURLParams contains all the parameters to send to the API endpoint

for the artifact manager get artifact signed Url operation.

Typically these are written to a http.Request.

func NewArtifactManagerGetArtifactSignedURLParams added in v1.0.2

func NewArtifactManagerGetArtifactSignedURLParams() *ArtifactManagerGetArtifactSignedURLParams

NewArtifactManagerGetArtifactSignedURLParams creates a new ArtifactManagerGetArtifactSignedURLParams 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 NewArtifactManagerGetArtifactSignedURLParamsWithContext added in v1.0.2

func NewArtifactManagerGetArtifactSignedURLParamsWithContext(ctx context.Context) *ArtifactManagerGetArtifactSignedURLParams

NewArtifactManagerGetArtifactSignedURLParamsWithContext creates a new ArtifactManagerGetArtifactSignedURLParams object with the ability to set a context for a request.

func NewArtifactManagerGetArtifactSignedURLParamsWithHTTPClient added in v1.0.2

func NewArtifactManagerGetArtifactSignedURLParamsWithHTTPClient(client *http.Client) *ArtifactManagerGetArtifactSignedURLParams

NewArtifactManagerGetArtifactSignedURLParamsWithHTTPClient creates a new ArtifactManagerGetArtifactSignedURLParams object with the ability to set a custom HTTPClient for a request.

func NewArtifactManagerGetArtifactSignedURLParamsWithTimeout added in v1.0.2

func NewArtifactManagerGetArtifactSignedURLParamsWithTimeout(timeout time.Duration) *ArtifactManagerGetArtifactSignedURLParams

NewArtifactManagerGetArtifactSignedURLParamsWithTimeout creates a new ArtifactManagerGetArtifactSignedURLParams object with the ability to set a timeout on a request.

func (*ArtifactManagerGetArtifactSignedURLParams) SetContext added in v1.0.2

SetContext adds the context to the artifact manager get artifact signed Url params

func (*ArtifactManagerGetArtifactSignedURLParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the artifact manager get artifact signed Url params (not the query body).

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

func (*ArtifactManagerGetArtifactSignedURLParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the artifact manager get artifact signed Url params

func (*ArtifactManagerGetArtifactSignedURLParams) SetID added in v1.0.2

SetID adds the id to the artifact manager get artifact signed Url params

func (*ArtifactManagerGetArtifactSignedURLParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the artifact manager get artifact signed Url params

func (*ArtifactManagerGetArtifactSignedURLParams) SetXRequestID added in v1.0.2

func (o *ArtifactManagerGetArtifactSignedURLParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the artifact manager get artifact signed Url params

func (*ArtifactManagerGetArtifactSignedURLParams) WithContext added in v1.0.2

WithContext adds the context to the artifact manager get artifact signed Url params

func (*ArtifactManagerGetArtifactSignedURLParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the artifact manager get artifact signed Url params (not the query body).

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

func (*ArtifactManagerGetArtifactSignedURLParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the artifact manager get artifact signed Url params

func (*ArtifactManagerGetArtifactSignedURLParams) WithID added in v1.0.2

WithID adds the id to the artifact manager get artifact signed Url params

func (*ArtifactManagerGetArtifactSignedURLParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the artifact manager get artifact signed Url params

func (*ArtifactManagerGetArtifactSignedURLParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the artifact manager get artifact signed Url params

func (*ArtifactManagerGetArtifactSignedURLParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type ArtifactManagerGetArtifactSignedURLReader added in v1.0.2

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

ArtifactManagerGetArtifactSignedURLReader is a Reader for the ArtifactManagerGetArtifactSignedURL structure.

func (*ArtifactManagerGetArtifactSignedURLReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type ArtifactManagerGetArtifactSignedURLTemporaryRedirect added in v1.0.2

type ArtifactManagerGetArtifactSignedURLTemporaryRedirect struct {
	Payload *swagger_models.ZsrvResponse
}

ArtifactManagerGetArtifactSignedURLTemporaryRedirect describes a response with status code 307, with default header values.

Temporary Redirect. Returned when the requested artifactId is not available at the requested time

func NewArtifactManagerGetArtifactSignedURLTemporaryRedirect added in v1.0.2

func NewArtifactManagerGetArtifactSignedURLTemporaryRedirect() *ArtifactManagerGetArtifactSignedURLTemporaryRedirect

NewArtifactManagerGetArtifactSignedURLTemporaryRedirect creates a ArtifactManagerGetArtifactSignedURLTemporaryRedirect with default headers values

func (*ArtifactManagerGetArtifactSignedURLTemporaryRedirect) Error added in v1.0.2

func (*ArtifactManagerGetArtifactSignedURLTemporaryRedirect) GetPayload added in v1.0.2

func (*ArtifactManagerGetArtifactSignedURLTemporaryRedirect) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager get artifact signed Url temporary redirect response has a 4xx status code

func (*ArtifactManagerGetArtifactSignedURLTemporaryRedirect) IsCode added in v1.0.2

IsCode returns true when this artifact manager get artifact signed Url temporary redirect response a status code equal to that given

func (*ArtifactManagerGetArtifactSignedURLTemporaryRedirect) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager get artifact signed Url temporary redirect response has a 3xx status code

func (*ArtifactManagerGetArtifactSignedURLTemporaryRedirect) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager get artifact signed Url temporary redirect response has a 5xx status code

func (*ArtifactManagerGetArtifactSignedURLTemporaryRedirect) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager get artifact signed Url temporary redirect response has a 2xx status code

func (*ArtifactManagerGetArtifactSignedURLTemporaryRedirect) String added in v1.0.2

type ArtifactManagerGetArtifactSignedURLUnauthorized added in v1.0.2

type ArtifactManagerGetArtifactSignedURLUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewArtifactManagerGetArtifactSignedURLUnauthorized added in v1.0.2

func NewArtifactManagerGetArtifactSignedURLUnauthorized() *ArtifactManagerGetArtifactSignedURLUnauthorized

NewArtifactManagerGetArtifactSignedURLUnauthorized creates a ArtifactManagerGetArtifactSignedURLUnauthorized with default headers values

func (*ArtifactManagerGetArtifactSignedURLUnauthorized) Error added in v1.0.2

func (*ArtifactManagerGetArtifactSignedURLUnauthorized) GetPayload added in v1.0.2

func (*ArtifactManagerGetArtifactSignedURLUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager get artifact signed Url unauthorized response has a 4xx status code

func (*ArtifactManagerGetArtifactSignedURLUnauthorized) IsCode added in v1.0.2

IsCode returns true when this artifact manager get artifact signed Url unauthorized response a status code equal to that given

func (*ArtifactManagerGetArtifactSignedURLUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager get artifact signed Url unauthorized response has a 3xx status code

func (*ArtifactManagerGetArtifactSignedURLUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager get artifact signed Url unauthorized response has a 5xx status code

func (*ArtifactManagerGetArtifactSignedURLUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager get artifact signed Url unauthorized response has a 2xx status code

func (*ArtifactManagerGetArtifactSignedURLUnauthorized) String added in v1.0.2

type ArtifactManagerGetArtifactStreamBadRequest added in v1.0.2

type ArtifactManagerGetArtifactStreamBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

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

Bad Request. The API gateway did not process the request because of invalid value of parameters.

func NewArtifactManagerGetArtifactStreamBadRequest added in v1.0.2

func NewArtifactManagerGetArtifactStreamBadRequest() *ArtifactManagerGetArtifactStreamBadRequest

NewArtifactManagerGetArtifactStreamBadRequest creates a ArtifactManagerGetArtifactStreamBadRequest with default headers values

func (*ArtifactManagerGetArtifactStreamBadRequest) Error added in v1.0.2

func (*ArtifactManagerGetArtifactStreamBadRequest) GetPayload added in v1.0.2

func (*ArtifactManagerGetArtifactStreamBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager get artifact stream bad request response has a 4xx status code

func (*ArtifactManagerGetArtifactStreamBadRequest) IsCode added in v1.0.2

IsCode returns true when this artifact manager get artifact stream bad request response a status code equal to that given

func (*ArtifactManagerGetArtifactStreamBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager get artifact stream bad request response has a 3xx status code

func (*ArtifactManagerGetArtifactStreamBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager get artifact stream bad request response has a 5xx status code

func (*ArtifactManagerGetArtifactStreamBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager get artifact stream bad request response has a 2xx status code

func (*ArtifactManagerGetArtifactStreamBadRequest) String added in v1.0.2

type ArtifactManagerGetArtifactStreamDefault added in v1.0.2

type ArtifactManagerGetArtifactStreamDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

ArtifactManagerGetArtifactStreamDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArtifactManagerGetArtifactStreamDefault added in v1.0.2

func NewArtifactManagerGetArtifactStreamDefault(code int) *ArtifactManagerGetArtifactStreamDefault

NewArtifactManagerGetArtifactStreamDefault creates a ArtifactManagerGetArtifactStreamDefault with default headers values

func (*ArtifactManagerGetArtifactStreamDefault) Code added in v1.0.2

Code gets the status code for the artifact manager get artifact stream default response

func (*ArtifactManagerGetArtifactStreamDefault) Error added in v1.0.2

func (*ArtifactManagerGetArtifactStreamDefault) GetPayload added in v1.0.2

func (*ArtifactManagerGetArtifactStreamDefault) IsClientError added in v1.0.2

func (o *ArtifactManagerGetArtifactStreamDefault) IsClientError() bool

IsClientError returns true when this artifact manager get artifact stream default response has a 4xx status code

func (*ArtifactManagerGetArtifactStreamDefault) IsCode added in v1.0.2

IsCode returns true when this artifact manager get artifact stream default response a status code equal to that given

func (*ArtifactManagerGetArtifactStreamDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager get artifact stream default response has a 3xx status code

func (*ArtifactManagerGetArtifactStreamDefault) IsServerError added in v1.0.2

func (o *ArtifactManagerGetArtifactStreamDefault) IsServerError() bool

IsServerError returns true when this artifact manager get artifact stream default response has a 5xx status code

func (*ArtifactManagerGetArtifactStreamDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager get artifact stream default response has a 2xx status code

func (*ArtifactManagerGetArtifactStreamDefault) String added in v1.0.2

type ArtifactManagerGetArtifactStreamForbidden added in v1.0.2

type ArtifactManagerGetArtifactStreamForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewArtifactManagerGetArtifactStreamForbidden added in v1.0.2

func NewArtifactManagerGetArtifactStreamForbidden() *ArtifactManagerGetArtifactStreamForbidden

NewArtifactManagerGetArtifactStreamForbidden creates a ArtifactManagerGetArtifactStreamForbidden with default headers values

func (*ArtifactManagerGetArtifactStreamForbidden) Error added in v1.0.2

func (*ArtifactManagerGetArtifactStreamForbidden) GetPayload added in v1.0.2

func (*ArtifactManagerGetArtifactStreamForbidden) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager get artifact stream forbidden response has a 4xx status code

func (*ArtifactManagerGetArtifactStreamForbidden) IsCode added in v1.0.2

IsCode returns true when this artifact manager get artifact stream forbidden response a status code equal to that given

func (*ArtifactManagerGetArtifactStreamForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager get artifact stream forbidden response has a 3xx status code

func (*ArtifactManagerGetArtifactStreamForbidden) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager get artifact stream forbidden response has a 5xx status code

func (*ArtifactManagerGetArtifactStreamForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager get artifact stream forbidden response has a 2xx status code

func (*ArtifactManagerGetArtifactStreamForbidden) String added in v1.0.2

type ArtifactManagerGetArtifactStreamGatewayTimeout added in v1.0.2

type ArtifactManagerGetArtifactStreamGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

ArtifactManagerGetArtifactStreamGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewArtifactManagerGetArtifactStreamGatewayTimeout added in v1.0.2

func NewArtifactManagerGetArtifactStreamGatewayTimeout() *ArtifactManagerGetArtifactStreamGatewayTimeout

NewArtifactManagerGetArtifactStreamGatewayTimeout creates a ArtifactManagerGetArtifactStreamGatewayTimeout with default headers values

func (*ArtifactManagerGetArtifactStreamGatewayTimeout) Error added in v1.0.2

func (*ArtifactManagerGetArtifactStreamGatewayTimeout) GetPayload added in v1.0.2

func (*ArtifactManagerGetArtifactStreamGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager get artifact stream gateway timeout response has a 4xx status code

func (*ArtifactManagerGetArtifactStreamGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this artifact manager get artifact stream gateway timeout response a status code equal to that given

func (*ArtifactManagerGetArtifactStreamGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager get artifact stream gateway timeout response has a 3xx status code

func (*ArtifactManagerGetArtifactStreamGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager get artifact stream gateway timeout response has a 5xx status code

func (*ArtifactManagerGetArtifactStreamGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager get artifact stream gateway timeout response has a 2xx status code

func (*ArtifactManagerGetArtifactStreamGatewayTimeout) String added in v1.0.2

type ArtifactManagerGetArtifactStreamInternalServerError added in v1.0.2

type ArtifactManagerGetArtifactStreamInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewArtifactManagerGetArtifactStreamInternalServerError added in v1.0.2

func NewArtifactManagerGetArtifactStreamInternalServerError() *ArtifactManagerGetArtifactStreamInternalServerError

NewArtifactManagerGetArtifactStreamInternalServerError creates a ArtifactManagerGetArtifactStreamInternalServerError with default headers values

func (*ArtifactManagerGetArtifactStreamInternalServerError) Error added in v1.0.2

func (*ArtifactManagerGetArtifactStreamInternalServerError) GetPayload added in v1.0.2

func (*ArtifactManagerGetArtifactStreamInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager get artifact stream internal server error response has a 4xx status code

func (*ArtifactManagerGetArtifactStreamInternalServerError) IsCode added in v1.0.2

IsCode returns true when this artifact manager get artifact stream internal server error response a status code equal to that given

func (*ArtifactManagerGetArtifactStreamInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager get artifact stream internal server error response has a 3xx status code

func (*ArtifactManagerGetArtifactStreamInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager get artifact stream internal server error response has a 5xx status code

func (*ArtifactManagerGetArtifactStreamInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager get artifact stream internal server error response has a 2xx status code

func (*ArtifactManagerGetArtifactStreamInternalServerError) String added in v1.0.2

type ArtifactManagerGetArtifactStreamOK added in v1.0.2

type ArtifactManagerGetArtifactStreamOK struct {
	Payload *ArtifactManagerGetArtifactStreamOKBody
}

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

artifact chunk data(streaming responses)

func NewArtifactManagerGetArtifactStreamOK added in v1.0.2

func NewArtifactManagerGetArtifactStreamOK() *ArtifactManagerGetArtifactStreamOK

NewArtifactManagerGetArtifactStreamOK creates a ArtifactManagerGetArtifactStreamOK with default headers values

func (*ArtifactManagerGetArtifactStreamOK) Error added in v1.0.2

func (*ArtifactManagerGetArtifactStreamOK) GetPayload added in v1.0.2

func (*ArtifactManagerGetArtifactStreamOK) IsClientError added in v1.0.2

func (o *ArtifactManagerGetArtifactStreamOK) IsClientError() bool

IsClientError returns true when this artifact manager get artifact stream o k response has a 4xx status code

func (*ArtifactManagerGetArtifactStreamOK) IsCode added in v1.0.2

IsCode returns true when this artifact manager get artifact stream o k response a status code equal to that given

func (*ArtifactManagerGetArtifactStreamOK) IsRedirect added in v1.0.2

func (o *ArtifactManagerGetArtifactStreamOK) IsRedirect() bool

IsRedirect returns true when this artifact manager get artifact stream o k response has a 3xx status code

func (*ArtifactManagerGetArtifactStreamOK) IsServerError added in v1.0.2

func (o *ArtifactManagerGetArtifactStreamOK) IsServerError() bool

IsServerError returns true when this artifact manager get artifact stream o k response has a 5xx status code

func (*ArtifactManagerGetArtifactStreamOK) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager get artifact stream o k response has a 2xx status code

func (*ArtifactManagerGetArtifactStreamOK) String added in v1.0.2

type ArtifactManagerGetArtifactStreamOKBody added in v1.0.2

type ArtifactManagerGetArtifactStreamOKBody struct {

	// error
	Error *swagger_models.GooglerpcStatus `json:"error,omitempty"`

	// result
	Result interface{} `json:"result,omitempty"`
}

ArtifactManagerGetArtifactStreamOKBody Stream result of ArtifactStream // // artifact chunk data swagger:model ArtifactManagerGetArtifactStreamOKBody

func (*ArtifactManagerGetArtifactStreamOKBody) ContextValidate added in v1.0.2

ContextValidate validate this artifact manager get artifact stream o k body based on the context it is used

func (*ArtifactManagerGetArtifactStreamOKBody) MarshalBinary added in v1.0.2

func (o *ArtifactManagerGetArtifactStreamOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ArtifactManagerGetArtifactStreamOKBody) UnmarshalBinary added in v1.0.2

func (o *ArtifactManagerGetArtifactStreamOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ArtifactManagerGetArtifactStreamOKBody) Validate added in v1.0.2

Validate validates this artifact manager get artifact stream o k body

type ArtifactManagerGetArtifactStreamParams added in v1.0.2

type ArtifactManagerGetArtifactStreamParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   system generated unique id for an artifact
	*/
	ID string

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

ArtifactManagerGetArtifactStreamParams contains all the parameters to send to the API endpoint

for the artifact manager get artifact stream operation.

Typically these are written to a http.Request.

func NewArtifactManagerGetArtifactStreamParams added in v1.0.2

func NewArtifactManagerGetArtifactStreamParams() *ArtifactManagerGetArtifactStreamParams

NewArtifactManagerGetArtifactStreamParams creates a new ArtifactManagerGetArtifactStreamParams 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 NewArtifactManagerGetArtifactStreamParamsWithContext added in v1.0.2

func NewArtifactManagerGetArtifactStreamParamsWithContext(ctx context.Context) *ArtifactManagerGetArtifactStreamParams

NewArtifactManagerGetArtifactStreamParamsWithContext creates a new ArtifactManagerGetArtifactStreamParams object with the ability to set a context for a request.

func NewArtifactManagerGetArtifactStreamParamsWithHTTPClient added in v1.0.2

func NewArtifactManagerGetArtifactStreamParamsWithHTTPClient(client *http.Client) *ArtifactManagerGetArtifactStreamParams

NewArtifactManagerGetArtifactStreamParamsWithHTTPClient creates a new ArtifactManagerGetArtifactStreamParams object with the ability to set a custom HTTPClient for a request.

func NewArtifactManagerGetArtifactStreamParamsWithTimeout added in v1.0.2

func NewArtifactManagerGetArtifactStreamParamsWithTimeout(timeout time.Duration) *ArtifactManagerGetArtifactStreamParams

NewArtifactManagerGetArtifactStreamParamsWithTimeout creates a new ArtifactManagerGetArtifactStreamParams object with the ability to set a timeout on a request.

func (*ArtifactManagerGetArtifactStreamParams) SetContext added in v1.0.2

SetContext adds the context to the artifact manager get artifact stream params

func (*ArtifactManagerGetArtifactStreamParams) SetDefaults added in v1.0.2

func (o *ArtifactManagerGetArtifactStreamParams) SetDefaults()

SetDefaults hydrates default values in the artifact manager get artifact stream params (not the query body).

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

func (*ArtifactManagerGetArtifactStreamParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the artifact manager get artifact stream params

func (*ArtifactManagerGetArtifactStreamParams) SetID added in v1.0.2

SetID adds the id to the artifact manager get artifact stream params

func (*ArtifactManagerGetArtifactStreamParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the artifact manager get artifact stream params

func (*ArtifactManagerGetArtifactStreamParams) SetXRequestID added in v1.0.2

func (o *ArtifactManagerGetArtifactStreamParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the artifact manager get artifact stream params

func (*ArtifactManagerGetArtifactStreamParams) WithContext added in v1.0.2

WithContext adds the context to the artifact manager get artifact stream params

func (*ArtifactManagerGetArtifactStreamParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the artifact manager get artifact stream params (not the query body).

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

func (*ArtifactManagerGetArtifactStreamParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the artifact manager get artifact stream params

func (*ArtifactManagerGetArtifactStreamParams) WithID added in v1.0.2

WithID adds the id to the artifact manager get artifact stream params

func (*ArtifactManagerGetArtifactStreamParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the artifact manager get artifact stream params

func (*ArtifactManagerGetArtifactStreamParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the artifact manager get artifact stream params

func (*ArtifactManagerGetArtifactStreamParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type ArtifactManagerGetArtifactStreamPartialContent added in v1.0.2

type ArtifactManagerGetArtifactStreamPartialContent struct {
	Payload *swagger_models.ZsrvResponse
}

ArtifactManagerGetArtifactStreamPartialContent describes a response with status code 206, with default header values.

Partial Content. The API gateway has fulfilled the partial GET request for the resource.

func NewArtifactManagerGetArtifactStreamPartialContent added in v1.0.2

func NewArtifactManagerGetArtifactStreamPartialContent() *ArtifactManagerGetArtifactStreamPartialContent

NewArtifactManagerGetArtifactStreamPartialContent creates a ArtifactManagerGetArtifactStreamPartialContent with default headers values

func (*ArtifactManagerGetArtifactStreamPartialContent) Error added in v1.0.2

func (*ArtifactManagerGetArtifactStreamPartialContent) GetPayload added in v1.0.2

func (*ArtifactManagerGetArtifactStreamPartialContent) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager get artifact stream partial content response has a 4xx status code

func (*ArtifactManagerGetArtifactStreamPartialContent) IsCode added in v1.0.2

IsCode returns true when this artifact manager get artifact stream partial content response a status code equal to that given

func (*ArtifactManagerGetArtifactStreamPartialContent) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager get artifact stream partial content response has a 3xx status code

func (*ArtifactManagerGetArtifactStreamPartialContent) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager get artifact stream partial content response has a 5xx status code

func (*ArtifactManagerGetArtifactStreamPartialContent) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager get artifact stream partial content response has a 2xx status code

func (*ArtifactManagerGetArtifactStreamPartialContent) String added in v1.0.2

type ArtifactManagerGetArtifactStreamReader added in v1.0.2

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

ArtifactManagerGetArtifactStreamReader is a Reader for the ArtifactManagerGetArtifactStream structure.

func (*ArtifactManagerGetArtifactStreamReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type ArtifactManagerGetArtifactStreamTemporaryRedirect added in v1.0.2

type ArtifactManagerGetArtifactStreamTemporaryRedirect struct {
	Payload *swagger_models.ZsrvResponse
}

ArtifactManagerGetArtifactStreamTemporaryRedirect describes a response with status code 307, with default header values.

Temporary Redirect. Returned when the requested artifactId is not available at the requested time

func NewArtifactManagerGetArtifactStreamTemporaryRedirect added in v1.0.2

func NewArtifactManagerGetArtifactStreamTemporaryRedirect() *ArtifactManagerGetArtifactStreamTemporaryRedirect

NewArtifactManagerGetArtifactStreamTemporaryRedirect creates a ArtifactManagerGetArtifactStreamTemporaryRedirect with default headers values

func (*ArtifactManagerGetArtifactStreamTemporaryRedirect) Error added in v1.0.2

func (*ArtifactManagerGetArtifactStreamTemporaryRedirect) GetPayload added in v1.0.2

func (*ArtifactManagerGetArtifactStreamTemporaryRedirect) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager get artifact stream temporary redirect response has a 4xx status code

func (*ArtifactManagerGetArtifactStreamTemporaryRedirect) IsCode added in v1.0.2

IsCode returns true when this artifact manager get artifact stream temporary redirect response a status code equal to that given

func (*ArtifactManagerGetArtifactStreamTemporaryRedirect) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager get artifact stream temporary redirect response has a 3xx status code

func (*ArtifactManagerGetArtifactStreamTemporaryRedirect) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager get artifact stream temporary redirect response has a 5xx status code

func (*ArtifactManagerGetArtifactStreamTemporaryRedirect) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager get artifact stream temporary redirect response has a 2xx status code

func (*ArtifactManagerGetArtifactStreamTemporaryRedirect) String added in v1.0.2

type ArtifactManagerGetArtifactStreamUnauthorized added in v1.0.2

type ArtifactManagerGetArtifactStreamUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewArtifactManagerGetArtifactStreamUnauthorized added in v1.0.2

func NewArtifactManagerGetArtifactStreamUnauthorized() *ArtifactManagerGetArtifactStreamUnauthorized

NewArtifactManagerGetArtifactStreamUnauthorized creates a ArtifactManagerGetArtifactStreamUnauthorized with default headers values

func (*ArtifactManagerGetArtifactStreamUnauthorized) Error added in v1.0.2

func (*ArtifactManagerGetArtifactStreamUnauthorized) GetPayload added in v1.0.2

func (*ArtifactManagerGetArtifactStreamUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager get artifact stream unauthorized response has a 4xx status code

func (*ArtifactManagerGetArtifactStreamUnauthorized) IsCode added in v1.0.2

IsCode returns true when this artifact manager get artifact stream unauthorized response a status code equal to that given

func (*ArtifactManagerGetArtifactStreamUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager get artifact stream unauthorized response has a 3xx status code

func (*ArtifactManagerGetArtifactStreamUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager get artifact stream unauthorized response has a 5xx status code

func (*ArtifactManagerGetArtifactStreamUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager get artifact stream unauthorized response has a 2xx status code

func (*ArtifactManagerGetArtifactStreamUnauthorized) String added in v1.0.2

type ArtifactManagerQueryArtifactsBadRequest added in v1.0.2

type ArtifactManagerQueryArtifactsBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

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

Bad Request. The API gateway did not process the request because of invalid value of filter parameters.

func NewArtifactManagerQueryArtifactsBadRequest added in v1.0.2

func NewArtifactManagerQueryArtifactsBadRequest() *ArtifactManagerQueryArtifactsBadRequest

NewArtifactManagerQueryArtifactsBadRequest creates a ArtifactManagerQueryArtifactsBadRequest with default headers values

func (*ArtifactManagerQueryArtifactsBadRequest) Error added in v1.0.2

func (*ArtifactManagerQueryArtifactsBadRequest) GetPayload added in v1.0.2

func (*ArtifactManagerQueryArtifactsBadRequest) IsClientError added in v1.0.2

func (o *ArtifactManagerQueryArtifactsBadRequest) IsClientError() bool

IsClientError returns true when this artifact manager query artifacts bad request response has a 4xx status code

func (*ArtifactManagerQueryArtifactsBadRequest) IsCode added in v1.0.2

IsCode returns true when this artifact manager query artifacts bad request response a status code equal to that given

func (*ArtifactManagerQueryArtifactsBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager query artifacts bad request response has a 3xx status code

func (*ArtifactManagerQueryArtifactsBadRequest) IsServerError added in v1.0.2

func (o *ArtifactManagerQueryArtifactsBadRequest) IsServerError() bool

IsServerError returns true when this artifact manager query artifacts bad request response has a 5xx status code

func (*ArtifactManagerQueryArtifactsBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager query artifacts bad request response has a 2xx status code

func (*ArtifactManagerQueryArtifactsBadRequest) String added in v1.0.2

type ArtifactManagerQueryArtifactsDefault added in v1.0.2

type ArtifactManagerQueryArtifactsDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

ArtifactManagerQueryArtifactsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArtifactManagerQueryArtifactsDefault added in v1.0.2

func NewArtifactManagerQueryArtifactsDefault(code int) *ArtifactManagerQueryArtifactsDefault

NewArtifactManagerQueryArtifactsDefault creates a ArtifactManagerQueryArtifactsDefault with default headers values

func (*ArtifactManagerQueryArtifactsDefault) Code added in v1.0.2

Code gets the status code for the artifact manager query artifacts default response

func (*ArtifactManagerQueryArtifactsDefault) Error added in v1.0.2

func (*ArtifactManagerQueryArtifactsDefault) GetPayload added in v1.0.2

func (*ArtifactManagerQueryArtifactsDefault) IsClientError added in v1.0.2

func (o *ArtifactManagerQueryArtifactsDefault) IsClientError() bool

IsClientError returns true when this artifact manager query artifacts default response has a 4xx status code

func (*ArtifactManagerQueryArtifactsDefault) IsCode added in v1.0.2

IsCode returns true when this artifact manager query artifacts default response a status code equal to that given

func (*ArtifactManagerQueryArtifactsDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager query artifacts default response has a 3xx status code

func (*ArtifactManagerQueryArtifactsDefault) IsServerError added in v1.0.2

func (o *ArtifactManagerQueryArtifactsDefault) IsServerError() bool

IsServerError returns true when this artifact manager query artifacts default response has a 5xx status code

func (*ArtifactManagerQueryArtifactsDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager query artifacts default response has a 2xx status code

func (*ArtifactManagerQueryArtifactsDefault) String added in v1.0.2

type ArtifactManagerQueryArtifactsForbidden added in v1.0.2

type ArtifactManagerQueryArtifactsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewArtifactManagerQueryArtifactsForbidden added in v1.0.2

func NewArtifactManagerQueryArtifactsForbidden() *ArtifactManagerQueryArtifactsForbidden

NewArtifactManagerQueryArtifactsForbidden creates a ArtifactManagerQueryArtifactsForbidden with default headers values

func (*ArtifactManagerQueryArtifactsForbidden) Error added in v1.0.2

func (*ArtifactManagerQueryArtifactsForbidden) GetPayload added in v1.0.2

func (*ArtifactManagerQueryArtifactsForbidden) IsClientError added in v1.0.2

func (o *ArtifactManagerQueryArtifactsForbidden) IsClientError() bool

IsClientError returns true when this artifact manager query artifacts forbidden response has a 4xx status code

func (*ArtifactManagerQueryArtifactsForbidden) IsCode added in v1.0.2

IsCode returns true when this artifact manager query artifacts forbidden response a status code equal to that given

func (*ArtifactManagerQueryArtifactsForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager query artifacts forbidden response has a 3xx status code

func (*ArtifactManagerQueryArtifactsForbidden) IsServerError added in v1.0.2

func (o *ArtifactManagerQueryArtifactsForbidden) IsServerError() bool

IsServerError returns true when this artifact manager query artifacts forbidden response has a 5xx status code

func (*ArtifactManagerQueryArtifactsForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager query artifacts forbidden response has a 2xx status code

func (*ArtifactManagerQueryArtifactsForbidden) String added in v1.0.2

type ArtifactManagerQueryArtifactsGatewayTimeout added in v1.0.2

type ArtifactManagerQueryArtifactsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

ArtifactManagerQueryArtifactsGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewArtifactManagerQueryArtifactsGatewayTimeout added in v1.0.2

func NewArtifactManagerQueryArtifactsGatewayTimeout() *ArtifactManagerQueryArtifactsGatewayTimeout

NewArtifactManagerQueryArtifactsGatewayTimeout creates a ArtifactManagerQueryArtifactsGatewayTimeout with default headers values

func (*ArtifactManagerQueryArtifactsGatewayTimeout) Error added in v1.0.2

func (*ArtifactManagerQueryArtifactsGatewayTimeout) GetPayload added in v1.0.2

func (*ArtifactManagerQueryArtifactsGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager query artifacts gateway timeout response has a 4xx status code

func (*ArtifactManagerQueryArtifactsGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this artifact manager query artifacts gateway timeout response a status code equal to that given

func (*ArtifactManagerQueryArtifactsGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager query artifacts gateway timeout response has a 3xx status code

func (*ArtifactManagerQueryArtifactsGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager query artifacts gateway timeout response has a 5xx status code

func (*ArtifactManagerQueryArtifactsGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager query artifacts gateway timeout response has a 2xx status code

func (*ArtifactManagerQueryArtifactsGatewayTimeout) String added in v1.0.2

type ArtifactManagerQueryArtifactsInternalServerError added in v1.0.2

type ArtifactManagerQueryArtifactsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewArtifactManagerQueryArtifactsInternalServerError added in v1.0.2

func NewArtifactManagerQueryArtifactsInternalServerError() *ArtifactManagerQueryArtifactsInternalServerError

NewArtifactManagerQueryArtifactsInternalServerError creates a ArtifactManagerQueryArtifactsInternalServerError with default headers values

func (*ArtifactManagerQueryArtifactsInternalServerError) Error added in v1.0.2

func (*ArtifactManagerQueryArtifactsInternalServerError) GetPayload added in v1.0.2

func (*ArtifactManagerQueryArtifactsInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager query artifacts internal server error response has a 4xx status code

func (*ArtifactManagerQueryArtifactsInternalServerError) IsCode added in v1.0.2

IsCode returns true when this artifact manager query artifacts internal server error response a status code equal to that given

func (*ArtifactManagerQueryArtifactsInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager query artifacts internal server error response has a 3xx status code

func (*ArtifactManagerQueryArtifactsInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager query artifacts internal server error response has a 5xx status code

func (*ArtifactManagerQueryArtifactsInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager query artifacts internal server error response has a 2xx status code

func (*ArtifactManagerQueryArtifactsInternalServerError) String added in v1.0.2

type ArtifactManagerQueryArtifactsOK added in v1.0.2

type ArtifactManagerQueryArtifactsOK struct {
	Payload *swagger_models.ArtifactList
}

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

A successful response.

func NewArtifactManagerQueryArtifactsOK added in v1.0.2

func NewArtifactManagerQueryArtifactsOK() *ArtifactManagerQueryArtifactsOK

NewArtifactManagerQueryArtifactsOK creates a ArtifactManagerQueryArtifactsOK with default headers values

func (*ArtifactManagerQueryArtifactsOK) Error added in v1.0.2

func (*ArtifactManagerQueryArtifactsOK) GetPayload added in v1.0.2

func (*ArtifactManagerQueryArtifactsOK) IsClientError added in v1.0.2

func (o *ArtifactManagerQueryArtifactsOK) IsClientError() bool

IsClientError returns true when this artifact manager query artifacts o k response has a 4xx status code

func (*ArtifactManagerQueryArtifactsOK) IsCode added in v1.0.2

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

IsCode returns true when this artifact manager query artifacts o k response a status code equal to that given

func (*ArtifactManagerQueryArtifactsOK) IsRedirect added in v1.0.2

func (o *ArtifactManagerQueryArtifactsOK) IsRedirect() bool

IsRedirect returns true when this artifact manager query artifacts o k response has a 3xx status code

func (*ArtifactManagerQueryArtifactsOK) IsServerError added in v1.0.2

func (o *ArtifactManagerQueryArtifactsOK) IsServerError() bool

IsServerError returns true when this artifact manager query artifacts o k response has a 5xx status code

func (*ArtifactManagerQueryArtifactsOK) IsSuccess added in v1.0.2

func (o *ArtifactManagerQueryArtifactsOK) IsSuccess() bool

IsSuccess returns true when this artifact manager query artifacts o k response has a 2xx status code

func (*ArtifactManagerQueryArtifactsOK) String added in v1.0.2

type ArtifactManagerQueryArtifactsParams added in v1.0.2

type ArtifactManagerQueryArtifactsParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* NextOrderBy.

	   OrderBy helps in sorting the list response
	*/
	NextOrderBy []string

	/* NextPageNum.

	   Page Number

	   Format: int64
	*/
	NextPageNum *int64

	/* NextPageSize.

	   Defines the page size

	   Format: int64
	*/
	NextPageSize *int64

	/* NextPageToken.

	   Page Token
	*/
	NextPageToken *string

	/* NextTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	NextTotalPages *int64

	/* Summary.

	   Only summary of the records required
	*/
	Summary *bool

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

ArtifactManagerQueryArtifactsParams contains all the parameters to send to the API endpoint

for the artifact manager query artifacts operation.

Typically these are written to a http.Request.

func NewArtifactManagerQueryArtifactsParams added in v1.0.2

func NewArtifactManagerQueryArtifactsParams() *ArtifactManagerQueryArtifactsParams

NewArtifactManagerQueryArtifactsParams creates a new ArtifactManagerQueryArtifactsParams 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 NewArtifactManagerQueryArtifactsParamsWithContext added in v1.0.2

func NewArtifactManagerQueryArtifactsParamsWithContext(ctx context.Context) *ArtifactManagerQueryArtifactsParams

NewArtifactManagerQueryArtifactsParamsWithContext creates a new ArtifactManagerQueryArtifactsParams object with the ability to set a context for a request.

func NewArtifactManagerQueryArtifactsParamsWithHTTPClient added in v1.0.2

func NewArtifactManagerQueryArtifactsParamsWithHTTPClient(client *http.Client) *ArtifactManagerQueryArtifactsParams

NewArtifactManagerQueryArtifactsParamsWithHTTPClient creates a new ArtifactManagerQueryArtifactsParams object with the ability to set a custom HTTPClient for a request.

func NewArtifactManagerQueryArtifactsParamsWithTimeout added in v1.0.2

func NewArtifactManagerQueryArtifactsParamsWithTimeout(timeout time.Duration) *ArtifactManagerQueryArtifactsParams

NewArtifactManagerQueryArtifactsParamsWithTimeout creates a new ArtifactManagerQueryArtifactsParams object with the ability to set a timeout on a request.

func (*ArtifactManagerQueryArtifactsParams) SetContext added in v1.0.2

SetContext adds the context to the artifact manager query artifacts params

func (*ArtifactManagerQueryArtifactsParams) SetDefaults added in v1.0.2

func (o *ArtifactManagerQueryArtifactsParams) SetDefaults()

SetDefaults hydrates default values in the artifact manager query artifacts params (not the query body).

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

func (*ArtifactManagerQueryArtifactsParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the artifact manager query artifacts params

func (*ArtifactManagerQueryArtifactsParams) SetNextOrderBy added in v1.0.2

func (o *ArtifactManagerQueryArtifactsParams) SetNextOrderBy(nextOrderBy []string)

SetNextOrderBy adds the nextOrderBy to the artifact manager query artifacts params

func (*ArtifactManagerQueryArtifactsParams) SetNextPageNum added in v1.0.2

func (o *ArtifactManagerQueryArtifactsParams) SetNextPageNum(nextPageNum *int64)

SetNextPageNum adds the nextPageNum to the artifact manager query artifacts params

func (*ArtifactManagerQueryArtifactsParams) SetNextPageSize added in v1.0.2

func (o *ArtifactManagerQueryArtifactsParams) SetNextPageSize(nextPageSize *int64)

SetNextPageSize adds the nextPageSize to the artifact manager query artifacts params

func (*ArtifactManagerQueryArtifactsParams) SetNextPageToken added in v1.0.2

func (o *ArtifactManagerQueryArtifactsParams) SetNextPageToken(nextPageToken *string)

SetNextPageToken adds the nextPageToken to the artifact manager query artifacts params

func (*ArtifactManagerQueryArtifactsParams) SetNextTotalPages added in v1.0.2

func (o *ArtifactManagerQueryArtifactsParams) SetNextTotalPages(nextTotalPages *int64)

SetNextTotalPages adds the nextTotalPages to the artifact manager query artifacts params

func (*ArtifactManagerQueryArtifactsParams) SetSummary added in v1.0.2

func (o *ArtifactManagerQueryArtifactsParams) SetSummary(summary *bool)

SetSummary adds the summary to the artifact manager query artifacts params

func (*ArtifactManagerQueryArtifactsParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the artifact manager query artifacts params

func (*ArtifactManagerQueryArtifactsParams) SetXRequestID added in v1.0.2

func (o *ArtifactManagerQueryArtifactsParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the artifact manager query artifacts params

func (*ArtifactManagerQueryArtifactsParams) WithContext added in v1.0.2

WithContext adds the context to the artifact manager query artifacts params

func (*ArtifactManagerQueryArtifactsParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the artifact manager query artifacts params (not the query body).

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

func (*ArtifactManagerQueryArtifactsParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the artifact manager query artifacts params

func (*ArtifactManagerQueryArtifactsParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the artifact manager query artifacts params

func (*ArtifactManagerQueryArtifactsParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the artifact manager query artifacts params

func (*ArtifactManagerQueryArtifactsParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the artifact manager query artifacts params

func (*ArtifactManagerQueryArtifactsParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the artifact manager query artifacts params

func (*ArtifactManagerQueryArtifactsParams) WithNextTotalPages added in v1.0.2

func (o *ArtifactManagerQueryArtifactsParams) WithNextTotalPages(nextTotalPages *int64) *ArtifactManagerQueryArtifactsParams

WithNextTotalPages adds the nextTotalPages to the artifact manager query artifacts params

func (*ArtifactManagerQueryArtifactsParams) WithSummary added in v1.0.2

WithSummary adds the summary to the artifact manager query artifacts params

func (*ArtifactManagerQueryArtifactsParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the artifact manager query artifacts params

func (*ArtifactManagerQueryArtifactsParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the artifact manager query artifacts params

func (*ArtifactManagerQueryArtifactsParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type ArtifactManagerQueryArtifactsReader added in v1.0.2

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

ArtifactManagerQueryArtifactsReader is a Reader for the ArtifactManagerQueryArtifacts structure.

func (*ArtifactManagerQueryArtifactsReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type ArtifactManagerQueryArtifactsUnauthorized added in v1.0.2

type ArtifactManagerQueryArtifactsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewArtifactManagerQueryArtifactsUnauthorized added in v1.0.2

func NewArtifactManagerQueryArtifactsUnauthorized() *ArtifactManagerQueryArtifactsUnauthorized

NewArtifactManagerQueryArtifactsUnauthorized creates a ArtifactManagerQueryArtifactsUnauthorized with default headers values

func (*ArtifactManagerQueryArtifactsUnauthorized) Error added in v1.0.2

func (*ArtifactManagerQueryArtifactsUnauthorized) GetPayload added in v1.0.2

func (*ArtifactManagerQueryArtifactsUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager query artifacts unauthorized response has a 4xx status code

func (*ArtifactManagerQueryArtifactsUnauthorized) IsCode added in v1.0.2

IsCode returns true when this artifact manager query artifacts unauthorized response a status code equal to that given

func (*ArtifactManagerQueryArtifactsUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager query artifacts unauthorized response has a 3xx status code

func (*ArtifactManagerQueryArtifactsUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager query artifacts unauthorized response has a 5xx status code

func (*ArtifactManagerQueryArtifactsUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager query artifacts unauthorized response has a 2xx status code

func (*ArtifactManagerQueryArtifactsUnauthorized) String added in v1.0.2

type ArtifactManagerUploadArtifactAccepted added in v1.0.2

type ArtifactManagerUploadArtifactAccepted struct {
	Payload *swagger_models.ZsrvResponse
}

ArtifactManagerUploadArtifactAccepted describes a response with status code 202, with default header values.

Accepted. The API gateway accepted the request for uploading but the uploading process has not been completed.

func NewArtifactManagerUploadArtifactAccepted added in v1.0.2

func NewArtifactManagerUploadArtifactAccepted() *ArtifactManagerUploadArtifactAccepted

NewArtifactManagerUploadArtifactAccepted creates a ArtifactManagerUploadArtifactAccepted with default headers values

func (*ArtifactManagerUploadArtifactAccepted) Error added in v1.0.2

func (*ArtifactManagerUploadArtifactAccepted) GetPayload added in v1.0.2

func (*ArtifactManagerUploadArtifactAccepted) IsClientError added in v1.0.2

func (o *ArtifactManagerUploadArtifactAccepted) IsClientError() bool

IsClientError returns true when this artifact manager upload artifact accepted response has a 4xx status code

func (*ArtifactManagerUploadArtifactAccepted) IsCode added in v1.0.2

IsCode returns true when this artifact manager upload artifact accepted response a status code equal to that given

func (*ArtifactManagerUploadArtifactAccepted) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager upload artifact accepted response has a 3xx status code

func (*ArtifactManagerUploadArtifactAccepted) IsServerError added in v1.0.2

func (o *ArtifactManagerUploadArtifactAccepted) IsServerError() bool

IsServerError returns true when this artifact manager upload artifact accepted response has a 5xx status code

func (*ArtifactManagerUploadArtifactAccepted) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager upload artifact accepted response has a 2xx status code

func (*ArtifactManagerUploadArtifactAccepted) String added in v1.0.2

type ArtifactManagerUploadArtifactBadRequest added in v1.0.2

type ArtifactManagerUploadArtifactBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

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

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewArtifactManagerUploadArtifactBadRequest added in v1.0.2

func NewArtifactManagerUploadArtifactBadRequest() *ArtifactManagerUploadArtifactBadRequest

NewArtifactManagerUploadArtifactBadRequest creates a ArtifactManagerUploadArtifactBadRequest with default headers values

func (*ArtifactManagerUploadArtifactBadRequest) Error added in v1.0.2

func (*ArtifactManagerUploadArtifactBadRequest) GetPayload added in v1.0.2

func (*ArtifactManagerUploadArtifactBadRequest) IsClientError added in v1.0.2

func (o *ArtifactManagerUploadArtifactBadRequest) IsClientError() bool

IsClientError returns true when this artifact manager upload artifact bad request response has a 4xx status code

func (*ArtifactManagerUploadArtifactBadRequest) IsCode added in v1.0.2

IsCode returns true when this artifact manager upload artifact bad request response a status code equal to that given

func (*ArtifactManagerUploadArtifactBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager upload artifact bad request response has a 3xx status code

func (*ArtifactManagerUploadArtifactBadRequest) IsServerError added in v1.0.2

func (o *ArtifactManagerUploadArtifactBadRequest) IsServerError() bool

IsServerError returns true when this artifact manager upload artifact bad request response has a 5xx status code

func (*ArtifactManagerUploadArtifactBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager upload artifact bad request response has a 2xx status code

func (*ArtifactManagerUploadArtifactBadRequest) String added in v1.0.2

type ArtifactManagerUploadArtifactDefault added in v1.0.2

type ArtifactManagerUploadArtifactDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

ArtifactManagerUploadArtifactDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArtifactManagerUploadArtifactDefault added in v1.0.2

func NewArtifactManagerUploadArtifactDefault(code int) *ArtifactManagerUploadArtifactDefault

NewArtifactManagerUploadArtifactDefault creates a ArtifactManagerUploadArtifactDefault with default headers values

func (*ArtifactManagerUploadArtifactDefault) Code added in v1.0.2

Code gets the status code for the artifact manager upload artifact default response

func (*ArtifactManagerUploadArtifactDefault) Error added in v1.0.2

func (*ArtifactManagerUploadArtifactDefault) GetPayload added in v1.0.2

func (*ArtifactManagerUploadArtifactDefault) IsClientError added in v1.0.2

func (o *ArtifactManagerUploadArtifactDefault) IsClientError() bool

IsClientError returns true when this artifact manager upload artifact default response has a 4xx status code

func (*ArtifactManagerUploadArtifactDefault) IsCode added in v1.0.2

IsCode returns true when this artifact manager upload artifact default response a status code equal to that given

func (*ArtifactManagerUploadArtifactDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager upload artifact default response has a 3xx status code

func (*ArtifactManagerUploadArtifactDefault) IsServerError added in v1.0.2

func (o *ArtifactManagerUploadArtifactDefault) IsServerError() bool

IsServerError returns true when this artifact manager upload artifact default response has a 5xx status code

func (*ArtifactManagerUploadArtifactDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager upload artifact default response has a 2xx status code

func (*ArtifactManagerUploadArtifactDefault) String added in v1.0.2

type ArtifactManagerUploadArtifactForbidden added in v1.0.2

type ArtifactManagerUploadArtifactForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewArtifactManagerUploadArtifactForbidden added in v1.0.2

func NewArtifactManagerUploadArtifactForbidden() *ArtifactManagerUploadArtifactForbidden

NewArtifactManagerUploadArtifactForbidden creates a ArtifactManagerUploadArtifactForbidden with default headers values

func (*ArtifactManagerUploadArtifactForbidden) Error added in v1.0.2

func (*ArtifactManagerUploadArtifactForbidden) GetPayload added in v1.0.2

func (*ArtifactManagerUploadArtifactForbidden) IsClientError added in v1.0.2

func (o *ArtifactManagerUploadArtifactForbidden) IsClientError() bool

IsClientError returns true when this artifact manager upload artifact forbidden response has a 4xx status code

func (*ArtifactManagerUploadArtifactForbidden) IsCode added in v1.0.2

IsCode returns true when this artifact manager upload artifact forbidden response a status code equal to that given

func (*ArtifactManagerUploadArtifactForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager upload artifact forbidden response has a 3xx status code

func (*ArtifactManagerUploadArtifactForbidden) IsServerError added in v1.0.2

func (o *ArtifactManagerUploadArtifactForbidden) IsServerError() bool

IsServerError returns true when this artifact manager upload artifact forbidden response has a 5xx status code

func (*ArtifactManagerUploadArtifactForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager upload artifact forbidden response has a 2xx status code

func (*ArtifactManagerUploadArtifactForbidden) String added in v1.0.2

type ArtifactManagerUploadArtifactGatewayTimeout added in v1.0.2

type ArtifactManagerUploadArtifactGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

ArtifactManagerUploadArtifactGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewArtifactManagerUploadArtifactGatewayTimeout added in v1.0.2

func NewArtifactManagerUploadArtifactGatewayTimeout() *ArtifactManagerUploadArtifactGatewayTimeout

NewArtifactManagerUploadArtifactGatewayTimeout creates a ArtifactManagerUploadArtifactGatewayTimeout with default headers values

func (*ArtifactManagerUploadArtifactGatewayTimeout) Error added in v1.0.2

func (*ArtifactManagerUploadArtifactGatewayTimeout) GetPayload added in v1.0.2

func (*ArtifactManagerUploadArtifactGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager upload artifact gateway timeout response has a 4xx status code

func (*ArtifactManagerUploadArtifactGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this artifact manager upload artifact gateway timeout response a status code equal to that given

func (*ArtifactManagerUploadArtifactGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager upload artifact gateway timeout response has a 3xx status code

func (*ArtifactManagerUploadArtifactGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager upload artifact gateway timeout response has a 5xx status code

func (*ArtifactManagerUploadArtifactGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager upload artifact gateway timeout response has a 2xx status code

func (*ArtifactManagerUploadArtifactGatewayTimeout) String added in v1.0.2

type ArtifactManagerUploadArtifactInternalServerError added in v1.0.2

type ArtifactManagerUploadArtifactInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewArtifactManagerUploadArtifactInternalServerError added in v1.0.2

func NewArtifactManagerUploadArtifactInternalServerError() *ArtifactManagerUploadArtifactInternalServerError

NewArtifactManagerUploadArtifactInternalServerError creates a ArtifactManagerUploadArtifactInternalServerError with default headers values

func (*ArtifactManagerUploadArtifactInternalServerError) Error added in v1.0.2

func (*ArtifactManagerUploadArtifactInternalServerError) GetPayload added in v1.0.2

func (*ArtifactManagerUploadArtifactInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager upload artifact internal server error response has a 4xx status code

func (*ArtifactManagerUploadArtifactInternalServerError) IsCode added in v1.0.2

IsCode returns true when this artifact manager upload artifact internal server error response a status code equal to that given

func (*ArtifactManagerUploadArtifactInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager upload artifact internal server error response has a 3xx status code

func (*ArtifactManagerUploadArtifactInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager upload artifact internal server error response has a 5xx status code

func (*ArtifactManagerUploadArtifactInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager upload artifact internal server error response has a 2xx status code

func (*ArtifactManagerUploadArtifactInternalServerError) String added in v1.0.2

type ArtifactManagerUploadArtifactOK added in v1.0.2

type ArtifactManagerUploadArtifactOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewArtifactManagerUploadArtifactOK added in v1.0.2

func NewArtifactManagerUploadArtifactOK() *ArtifactManagerUploadArtifactOK

NewArtifactManagerUploadArtifactOK creates a ArtifactManagerUploadArtifactOK with default headers values

func (*ArtifactManagerUploadArtifactOK) Error added in v1.0.2

func (*ArtifactManagerUploadArtifactOK) GetPayload added in v1.0.2

func (*ArtifactManagerUploadArtifactOK) IsClientError added in v1.0.2

func (o *ArtifactManagerUploadArtifactOK) IsClientError() bool

IsClientError returns true when this artifact manager upload artifact o k response has a 4xx status code

func (*ArtifactManagerUploadArtifactOK) IsCode added in v1.0.2

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

IsCode returns true when this artifact manager upload artifact o k response a status code equal to that given

func (*ArtifactManagerUploadArtifactOK) IsRedirect added in v1.0.2

func (o *ArtifactManagerUploadArtifactOK) IsRedirect() bool

IsRedirect returns true when this artifact manager upload artifact o k response has a 3xx status code

func (*ArtifactManagerUploadArtifactOK) IsServerError added in v1.0.2

func (o *ArtifactManagerUploadArtifactOK) IsServerError() bool

IsServerError returns true when this artifact manager upload artifact o k response has a 5xx status code

func (*ArtifactManagerUploadArtifactOK) IsSuccess added in v1.0.2

func (o *ArtifactManagerUploadArtifactOK) IsSuccess() bool

IsSuccess returns true when this artifact manager upload artifact o k response has a 2xx status code

func (*ArtifactManagerUploadArtifactOK) String added in v1.0.2

type ArtifactManagerUploadArtifactParams added in v1.0.2

type ArtifactManagerUploadArtifactParams struct {

	/* ContentRange.

	   Content range in this request. Example : bytes 1024-2047/8192
	*/
	ContentRange string

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* Body.

	   artifact chunk data

	   Format: byte
	*/
	Body strfmt.Base64

	// ID.
	ID string

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

ArtifactManagerUploadArtifactParams contains all the parameters to send to the API endpoint

for the artifact manager upload artifact operation.

Typically these are written to a http.Request.

func NewArtifactManagerUploadArtifactParams added in v1.0.2

func NewArtifactManagerUploadArtifactParams() *ArtifactManagerUploadArtifactParams

NewArtifactManagerUploadArtifactParams creates a new ArtifactManagerUploadArtifactParams 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 NewArtifactManagerUploadArtifactParamsWithContext added in v1.0.2

func NewArtifactManagerUploadArtifactParamsWithContext(ctx context.Context) *ArtifactManagerUploadArtifactParams

NewArtifactManagerUploadArtifactParamsWithContext creates a new ArtifactManagerUploadArtifactParams object with the ability to set a context for a request.

func NewArtifactManagerUploadArtifactParamsWithHTTPClient added in v1.0.2

func NewArtifactManagerUploadArtifactParamsWithHTTPClient(client *http.Client) *ArtifactManagerUploadArtifactParams

NewArtifactManagerUploadArtifactParamsWithHTTPClient creates a new ArtifactManagerUploadArtifactParams object with the ability to set a custom HTTPClient for a request.

func NewArtifactManagerUploadArtifactParamsWithTimeout added in v1.0.2

func NewArtifactManagerUploadArtifactParamsWithTimeout(timeout time.Duration) *ArtifactManagerUploadArtifactParams

NewArtifactManagerUploadArtifactParamsWithTimeout creates a new ArtifactManagerUploadArtifactParams object with the ability to set a timeout on a request.

func (*ArtifactManagerUploadArtifactParams) SetBody added in v1.0.2

SetBody adds the body to the artifact manager upload artifact params

func (*ArtifactManagerUploadArtifactParams) SetContentRange added in v1.0.2

func (o *ArtifactManagerUploadArtifactParams) SetContentRange(contentRange string)

SetContentRange adds the contentRange to the artifact manager upload artifact params

func (*ArtifactManagerUploadArtifactParams) SetContext added in v1.0.2

SetContext adds the context to the artifact manager upload artifact params

func (*ArtifactManagerUploadArtifactParams) SetDefaults added in v1.0.2

func (o *ArtifactManagerUploadArtifactParams) SetDefaults()

SetDefaults hydrates default values in the artifact manager upload artifact params (not the query body).

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

func (*ArtifactManagerUploadArtifactParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the artifact manager upload artifact params

func (*ArtifactManagerUploadArtifactParams) SetID added in v1.0.2

SetID adds the id to the artifact manager upload artifact params

func (*ArtifactManagerUploadArtifactParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the artifact manager upload artifact params

func (*ArtifactManagerUploadArtifactParams) SetXRequestID added in v1.0.2

func (o *ArtifactManagerUploadArtifactParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the artifact manager upload artifact params

func (*ArtifactManagerUploadArtifactParams) WithBody added in v1.0.2

WithBody adds the body to the artifact manager upload artifact params

func (*ArtifactManagerUploadArtifactParams) WithContentRange added in v1.0.2

WithContentRange adds the contentRange to the artifact manager upload artifact params

func (*ArtifactManagerUploadArtifactParams) WithContext added in v1.0.2

WithContext adds the context to the artifact manager upload artifact params

func (*ArtifactManagerUploadArtifactParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the artifact manager upload artifact params (not the query body).

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

func (*ArtifactManagerUploadArtifactParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the artifact manager upload artifact params

func (*ArtifactManagerUploadArtifactParams) WithID added in v1.0.2

WithID adds the id to the artifact manager upload artifact params

func (*ArtifactManagerUploadArtifactParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the artifact manager upload artifact params

func (*ArtifactManagerUploadArtifactParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the artifact manager upload artifact params

func (*ArtifactManagerUploadArtifactParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type ArtifactManagerUploadArtifactReader added in v1.0.2

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

ArtifactManagerUploadArtifactReader is a Reader for the ArtifactManagerUploadArtifact structure.

func (*ArtifactManagerUploadArtifactReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type ArtifactManagerUploadArtifactUnauthorized added in v1.0.2

type ArtifactManagerUploadArtifactUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewArtifactManagerUploadArtifactUnauthorized added in v1.0.2

func NewArtifactManagerUploadArtifactUnauthorized() *ArtifactManagerUploadArtifactUnauthorized

NewArtifactManagerUploadArtifactUnauthorized creates a ArtifactManagerUploadArtifactUnauthorized with default headers values

func (*ArtifactManagerUploadArtifactUnauthorized) Error added in v1.0.2

func (*ArtifactManagerUploadArtifactUnauthorized) GetPayload added in v1.0.2

func (*ArtifactManagerUploadArtifactUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this artifact manager upload artifact unauthorized response has a 4xx status code

func (*ArtifactManagerUploadArtifactUnauthorized) IsCode added in v1.0.2

IsCode returns true when this artifact manager upload artifact unauthorized response a status code equal to that given

func (*ArtifactManagerUploadArtifactUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this artifact manager upload artifact unauthorized response has a 3xx status code

func (*ArtifactManagerUploadArtifactUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this artifact manager upload artifact unauthorized response has a 5xx status code

func (*ArtifactManagerUploadArtifactUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this artifact manager upload artifact unauthorized response has a 2xx status code

func (*ArtifactManagerUploadArtifactUnauthorized) String added in v1.0.2

type Client

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

Client for artifact manager API

func (*Client) ArtifactManagerCreateArtifact added in v1.0.2

func (a *Client) ArtifactManagerCreateArtifact(params *ArtifactManagerCreateArtifactParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ArtifactManagerCreateArtifactOK, error)

ArtifactManagerCreateArtifact creates artifact file in the file storage

Create the artifact file in the file storage in AWS S3 or Azure BlobStorage

func (*Client) ArtifactManagerDeleteArtifact added in v1.0.2

func (a *Client) ArtifactManagerDeleteArtifact(params *ArtifactManagerDeleteArtifactParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ArtifactManagerDeleteArtifactOK, error)

ArtifactManagerDeleteArtifact deletes artifact file form the datastore

Drops the artifact file from the file storage in AWS S3 or Azure BlobStorage

func (*Client) ArtifactManagerGetArtifactSignedURL added in v1.0.2

func (a *Client) ArtifactManagerGetArtifactSignedURL(params *ArtifactManagerGetArtifactSignedURLParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ArtifactManagerGetArtifactSignedURLOK, error)

ArtifactManagerGetArtifactSignedURL generates the signed Url for accessing the resource

Generate the URL which can be used to access the resource from datastore like s3, Azure etc for specified amount of time.

func (*Client) ArtifactManagerGetArtifactStream added in v1.0.2

ArtifactManagerGetArtifactStream downloads artifact file chunk by chunk

Downloads the artifact file in a stream from the file storage

func (*Client) ArtifactManagerQueryArtifacts added in v1.0.2

func (a *Client) ArtifactManagerQueryArtifacts(params *ArtifactManagerQueryArtifactsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ArtifactManagerQueryArtifactsOK, error)

ArtifactManagerQueryArtifacts queries artifact files

Query the artifact file records.

func (*Client) ArtifactManagerUploadArtifact added in v1.0.2

ArtifactManagerUploadArtifact uploads the given chunk into the specified multiple part file

Uploads the given chunk into the specified file

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

ClientService is the interface for Client methods

func New

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

New creates a new artifact manager API client.

Jump to

Keyboard shortcuts

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