bulk_job_ops

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: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BulkJobOpsBulkCreateEdgeApplicationInstancesBadRequest added in v1.0.2

type BulkJobOpsBulkCreateEdgeApplicationInstancesBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkCreateEdgeApplicationInstancesBadRequest 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 NewBulkJobOpsBulkCreateEdgeApplicationInstancesBadRequest added in v1.0.2

func NewBulkJobOpsBulkCreateEdgeApplicationInstancesBadRequest() *BulkJobOpsBulkCreateEdgeApplicationInstancesBadRequest

NewBulkJobOpsBulkCreateEdgeApplicationInstancesBadRequest creates a BulkJobOpsBulkCreateEdgeApplicationInstancesBadRequest with default headers values

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesBadRequest) Error added in v1.0.2

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesBadRequest) GetPayload added in v1.0.2

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk create edge application instances bad request response has a 4xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesBadRequest) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk create edge application instances bad request response a status code equal to that given

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk create edge application instances bad request response has a 3xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk create edge application instances bad request response has a 5xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk create edge application instances bad request response has a 2xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesBadRequest) String added in v1.0.2

type BulkJobOpsBulkCreateEdgeApplicationInstancesConflict added in v1.0.2

type BulkJobOpsBulkCreateEdgeApplicationInstancesConflict struct {
	Payload *swagger_models.ZsrvResponse
}

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

Conflict. The API gateway did not process the request because this operation will conflict with an already existing asynchronous job request record.

func NewBulkJobOpsBulkCreateEdgeApplicationInstancesConflict added in v1.0.2

func NewBulkJobOpsBulkCreateEdgeApplicationInstancesConflict() *BulkJobOpsBulkCreateEdgeApplicationInstancesConflict

NewBulkJobOpsBulkCreateEdgeApplicationInstancesConflict creates a BulkJobOpsBulkCreateEdgeApplicationInstancesConflict with default headers values

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesConflict) Error added in v1.0.2

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesConflict) GetPayload added in v1.0.2

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesConflict) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk create edge application instances conflict response has a 4xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesConflict) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk create edge application instances conflict response a status code equal to that given

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk create edge application instances conflict response has a 3xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesConflict) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk create edge application instances conflict response has a 5xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk create edge application instances conflict response has a 2xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesConflict) String added in v1.0.2

type BulkJobOpsBulkCreateEdgeApplicationInstancesDefault added in v1.0.2

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

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

An unexpected error response.

func NewBulkJobOpsBulkCreateEdgeApplicationInstancesDefault added in v1.0.2

func NewBulkJobOpsBulkCreateEdgeApplicationInstancesDefault(code int) *BulkJobOpsBulkCreateEdgeApplicationInstancesDefault

NewBulkJobOpsBulkCreateEdgeApplicationInstancesDefault creates a BulkJobOpsBulkCreateEdgeApplicationInstancesDefault with default headers values

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesDefault) Code added in v1.0.2

Code gets the status code for the bulk job ops bulk create edge application instances default response

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesDefault) Error added in v1.0.2

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesDefault) GetPayload added in v1.0.2

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesDefault) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk create edge application instances default response has a 4xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesDefault) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk create edge application instances default response a status code equal to that given

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk create edge application instances default response has a 3xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesDefault) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk create edge application instances default response has a 5xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk create edge application instances default response has a 2xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesDefault) String added in v1.0.2

type BulkJobOpsBulkCreateEdgeApplicationInstancesForbidden added in v1.0.2

type BulkJobOpsBulkCreateEdgeApplicationInstancesForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkCreateEdgeApplicationInstancesForbidden 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-app level access permission for the operation or does not have access scope to the project.

func NewBulkJobOpsBulkCreateEdgeApplicationInstancesForbidden added in v1.0.2

func NewBulkJobOpsBulkCreateEdgeApplicationInstancesForbidden() *BulkJobOpsBulkCreateEdgeApplicationInstancesForbidden

NewBulkJobOpsBulkCreateEdgeApplicationInstancesForbidden creates a BulkJobOpsBulkCreateEdgeApplicationInstancesForbidden with default headers values

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesForbidden) Error added in v1.0.2

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesForbidden) GetPayload added in v1.0.2

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesForbidden) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk create edge application instances forbidden response has a 4xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesForbidden) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk create edge application instances forbidden response a status code equal to that given

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk create edge application instances forbidden response has a 3xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesForbidden) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk create edge application instances forbidden response has a 5xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk create edge application instances forbidden response has a 2xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesForbidden) String added in v1.0.2

type BulkJobOpsBulkCreateEdgeApplicationInstancesGatewayTimeout added in v1.0.2

type BulkJobOpsBulkCreateEdgeApplicationInstancesGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkCreateEdgeApplicationInstancesGatewayTimeout 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 NewBulkJobOpsBulkCreateEdgeApplicationInstancesGatewayTimeout added in v1.0.2

func NewBulkJobOpsBulkCreateEdgeApplicationInstancesGatewayTimeout() *BulkJobOpsBulkCreateEdgeApplicationInstancesGatewayTimeout

NewBulkJobOpsBulkCreateEdgeApplicationInstancesGatewayTimeout creates a BulkJobOpsBulkCreateEdgeApplicationInstancesGatewayTimeout with default headers values

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesGatewayTimeout) Error added in v1.0.2

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesGatewayTimeout) GetPayload added in v1.0.2

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk create edge application instances gateway timeout response has a 4xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk create edge application instances gateway timeout response a status code equal to that given

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk create edge application instances gateway timeout response has a 3xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk create edge application instances gateway timeout response has a 5xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk create edge application instances gateway timeout response has a 2xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesGatewayTimeout) String added in v1.0.2

type BulkJobOpsBulkCreateEdgeApplicationInstancesInternalServerError added in v1.0.2

type BulkJobOpsBulkCreateEdgeApplicationInstancesInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkCreateEdgeApplicationInstancesInternalServerError 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 NewBulkJobOpsBulkCreateEdgeApplicationInstancesInternalServerError added in v1.0.2

func NewBulkJobOpsBulkCreateEdgeApplicationInstancesInternalServerError() *BulkJobOpsBulkCreateEdgeApplicationInstancesInternalServerError

NewBulkJobOpsBulkCreateEdgeApplicationInstancesInternalServerError creates a BulkJobOpsBulkCreateEdgeApplicationInstancesInternalServerError with default headers values

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesInternalServerError) Error added in v1.0.2

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesInternalServerError) GetPayload added in v1.0.2

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk create edge application instances internal server error response has a 4xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesInternalServerError) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk create edge application instances internal server error response a status code equal to that given

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk create edge application instances internal server error response has a 3xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk create edge application instances internal server error response has a 5xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk create edge application instances internal server error response has a 2xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesInternalServerError) String added in v1.0.2

type BulkJobOpsBulkCreateEdgeApplicationInstancesNotFound added in v1.0.2

type BulkJobOpsBulkCreateEdgeApplicationInstancesNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkCreateEdgeApplicationInstancesNotFound 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 NewBulkJobOpsBulkCreateEdgeApplicationInstancesNotFound added in v1.0.2

func NewBulkJobOpsBulkCreateEdgeApplicationInstancesNotFound() *BulkJobOpsBulkCreateEdgeApplicationInstancesNotFound

NewBulkJobOpsBulkCreateEdgeApplicationInstancesNotFound creates a BulkJobOpsBulkCreateEdgeApplicationInstancesNotFound with default headers values

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesNotFound) Error added in v1.0.2

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesNotFound) GetPayload added in v1.0.2

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesNotFound) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk create edge application instances not found response has a 4xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesNotFound) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk create edge application instances not found response a status code equal to that given

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk create edge application instances not found response has a 3xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesNotFound) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk create edge application instances not found response has a 5xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk create edge application instances not found response has a 2xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesNotFound) String added in v1.0.2

type BulkJobOpsBulkCreateEdgeApplicationInstancesOK added in v1.0.2

type BulkJobOpsBulkCreateEdgeApplicationInstancesOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewBulkJobOpsBulkCreateEdgeApplicationInstancesOK added in v1.0.2

func NewBulkJobOpsBulkCreateEdgeApplicationInstancesOK() *BulkJobOpsBulkCreateEdgeApplicationInstancesOK

NewBulkJobOpsBulkCreateEdgeApplicationInstancesOK creates a BulkJobOpsBulkCreateEdgeApplicationInstancesOK with default headers values

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesOK) Error added in v1.0.2

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesOK) GetPayload added in v1.0.2

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesOK) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk create edge application instances o k response has a 4xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesOK) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk create edge application instances o k response a status code equal to that given

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesOK) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk create edge application instances o k response has a 3xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesOK) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk create edge application instances o k response has a 5xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesOK) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk create edge application instances o k response has a 2xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesOK) String added in v1.0.2

type BulkJobOpsBulkCreateEdgeApplicationInstancesParams added in v1.0.2

type BulkJobOpsBulkCreateEdgeApplicationInstancesParams struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.BulkConfig

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

BulkJobOpsBulkCreateEdgeApplicationInstancesParams contains all the parameters to send to the API endpoint

for the bulk job ops bulk create edge application instances operation.

Typically these are written to a http.Request.

func NewBulkJobOpsBulkCreateEdgeApplicationInstancesParams added in v1.0.2

func NewBulkJobOpsBulkCreateEdgeApplicationInstancesParams() *BulkJobOpsBulkCreateEdgeApplicationInstancesParams

NewBulkJobOpsBulkCreateEdgeApplicationInstancesParams creates a new BulkJobOpsBulkCreateEdgeApplicationInstancesParams 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 NewBulkJobOpsBulkCreateEdgeApplicationInstancesParamsWithContext added in v1.0.2

func NewBulkJobOpsBulkCreateEdgeApplicationInstancesParamsWithContext(ctx context.Context) *BulkJobOpsBulkCreateEdgeApplicationInstancesParams

NewBulkJobOpsBulkCreateEdgeApplicationInstancesParamsWithContext creates a new BulkJobOpsBulkCreateEdgeApplicationInstancesParams object with the ability to set a context for a request.

func NewBulkJobOpsBulkCreateEdgeApplicationInstancesParamsWithHTTPClient added in v1.0.2

func NewBulkJobOpsBulkCreateEdgeApplicationInstancesParamsWithHTTPClient(client *http.Client) *BulkJobOpsBulkCreateEdgeApplicationInstancesParams

NewBulkJobOpsBulkCreateEdgeApplicationInstancesParamsWithHTTPClient creates a new BulkJobOpsBulkCreateEdgeApplicationInstancesParams object with the ability to set a custom HTTPClient for a request.

func NewBulkJobOpsBulkCreateEdgeApplicationInstancesParamsWithTimeout added in v1.0.2

func NewBulkJobOpsBulkCreateEdgeApplicationInstancesParamsWithTimeout(timeout time.Duration) *BulkJobOpsBulkCreateEdgeApplicationInstancesParams

NewBulkJobOpsBulkCreateEdgeApplicationInstancesParamsWithTimeout creates a new BulkJobOpsBulkCreateEdgeApplicationInstancesParams object with the ability to set a timeout on a request.

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesParams) SetBody added in v1.0.2

SetBody adds the body to the bulk job ops bulk create edge application instances params

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesParams) SetContext added in v1.0.2

SetContext adds the context to the bulk job ops bulk create edge application instances params

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the bulk job ops bulk create edge application instances params (not the query body).

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

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the bulk job ops bulk create edge application instances params

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the bulk job ops bulk create edge application instances params

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the bulk job ops bulk create edge application instances params

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesParams) WithBody added in v1.0.2

WithBody adds the body to the bulk job ops bulk create edge application instances params

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesParams) WithContext added in v1.0.2

WithContext adds the context to the bulk job ops bulk create edge application instances params

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the bulk job ops bulk create edge application instances params (not the query body).

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

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the bulk job ops bulk create edge application instances params

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the bulk job ops bulk create edge application instances params

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the bulk job ops bulk create edge application instances params

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type BulkJobOpsBulkCreateEdgeApplicationInstancesReader added in v1.0.2

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

BulkJobOpsBulkCreateEdgeApplicationInstancesReader is a Reader for the BulkJobOpsBulkCreateEdgeApplicationInstances structure.

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type BulkJobOpsBulkCreateEdgeApplicationInstancesUnauthorized added in v1.0.2

type BulkJobOpsBulkCreateEdgeApplicationInstancesUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkCreateEdgeApplicationInstancesUnauthorized 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 NewBulkJobOpsBulkCreateEdgeApplicationInstancesUnauthorized added in v1.0.2

func NewBulkJobOpsBulkCreateEdgeApplicationInstancesUnauthorized() *BulkJobOpsBulkCreateEdgeApplicationInstancesUnauthorized

NewBulkJobOpsBulkCreateEdgeApplicationInstancesUnauthorized creates a BulkJobOpsBulkCreateEdgeApplicationInstancesUnauthorized with default headers values

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesUnauthorized) Error added in v1.0.2

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesUnauthorized) GetPayload added in v1.0.2

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk create edge application instances unauthorized response has a 4xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesUnauthorized) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk create edge application instances unauthorized response a status code equal to that given

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk create edge application instances unauthorized response has a 3xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk create edge application instances unauthorized response has a 5xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk create edge application instances unauthorized response has a 2xx status code

func (*BulkJobOpsBulkCreateEdgeApplicationInstancesUnauthorized) String added in v1.0.2

type BulkJobOpsBulkImportEdgeApplicationsBadRequest added in v1.0.2

type BulkJobOpsBulkImportEdgeApplicationsBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkImportEdgeApplicationsBadRequest 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 NewBulkJobOpsBulkImportEdgeApplicationsBadRequest added in v1.0.2

func NewBulkJobOpsBulkImportEdgeApplicationsBadRequest() *BulkJobOpsBulkImportEdgeApplicationsBadRequest

NewBulkJobOpsBulkImportEdgeApplicationsBadRequest creates a BulkJobOpsBulkImportEdgeApplicationsBadRequest with default headers values

func (*BulkJobOpsBulkImportEdgeApplicationsBadRequest) Error added in v1.0.2

func (*BulkJobOpsBulkImportEdgeApplicationsBadRequest) GetPayload added in v1.0.2

func (*BulkJobOpsBulkImportEdgeApplicationsBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk import edge applications bad request response has a 4xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsBadRequest) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk import edge applications bad request response a status code equal to that given

func (*BulkJobOpsBulkImportEdgeApplicationsBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk import edge applications bad request response has a 3xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk import edge applications bad request response has a 5xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk import edge applications bad request response has a 2xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsBadRequest) String added in v1.0.2

type BulkJobOpsBulkImportEdgeApplicationsConflict added in v1.0.2

type BulkJobOpsBulkImportEdgeApplicationsConflict struct {
	Payload *swagger_models.ZsrvResponse
}

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

Conflict. The API gateway did not process the request because this operation will conflict with an already existing asynchronous job request record.

func NewBulkJobOpsBulkImportEdgeApplicationsConflict added in v1.0.2

func NewBulkJobOpsBulkImportEdgeApplicationsConflict() *BulkJobOpsBulkImportEdgeApplicationsConflict

NewBulkJobOpsBulkImportEdgeApplicationsConflict creates a BulkJobOpsBulkImportEdgeApplicationsConflict with default headers values

func (*BulkJobOpsBulkImportEdgeApplicationsConflict) Error added in v1.0.2

func (*BulkJobOpsBulkImportEdgeApplicationsConflict) GetPayload added in v1.0.2

func (*BulkJobOpsBulkImportEdgeApplicationsConflict) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk import edge applications conflict response has a 4xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsConflict) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk import edge applications conflict response a status code equal to that given

func (*BulkJobOpsBulkImportEdgeApplicationsConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk import edge applications conflict response has a 3xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsConflict) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk import edge applications conflict response has a 5xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk import edge applications conflict response has a 2xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsConflict) String added in v1.0.2

type BulkJobOpsBulkImportEdgeApplicationsDefault added in v1.0.2

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

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

An unexpected error response.

func NewBulkJobOpsBulkImportEdgeApplicationsDefault added in v1.0.2

func NewBulkJobOpsBulkImportEdgeApplicationsDefault(code int) *BulkJobOpsBulkImportEdgeApplicationsDefault

NewBulkJobOpsBulkImportEdgeApplicationsDefault creates a BulkJobOpsBulkImportEdgeApplicationsDefault with default headers values

func (*BulkJobOpsBulkImportEdgeApplicationsDefault) Code added in v1.0.2

Code gets the status code for the bulk job ops bulk import edge applications default response

func (*BulkJobOpsBulkImportEdgeApplicationsDefault) Error added in v1.0.2

func (*BulkJobOpsBulkImportEdgeApplicationsDefault) GetPayload added in v1.0.2

func (*BulkJobOpsBulkImportEdgeApplicationsDefault) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk import edge applications default response has a 4xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsDefault) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk import edge applications default response a status code equal to that given

func (*BulkJobOpsBulkImportEdgeApplicationsDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk import edge applications default response has a 3xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsDefault) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk import edge applications default response has a 5xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk import edge applications default response has a 2xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsDefault) String added in v1.0.2

type BulkJobOpsBulkImportEdgeApplicationsForbidden added in v1.0.2

type BulkJobOpsBulkImportEdgeApplicationsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkImportEdgeApplicationsForbidden 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-app level access permission for the operation or does not have access scope to the project.

func NewBulkJobOpsBulkImportEdgeApplicationsForbidden added in v1.0.2

func NewBulkJobOpsBulkImportEdgeApplicationsForbidden() *BulkJobOpsBulkImportEdgeApplicationsForbidden

NewBulkJobOpsBulkImportEdgeApplicationsForbidden creates a BulkJobOpsBulkImportEdgeApplicationsForbidden with default headers values

func (*BulkJobOpsBulkImportEdgeApplicationsForbidden) Error added in v1.0.2

func (*BulkJobOpsBulkImportEdgeApplicationsForbidden) GetPayload added in v1.0.2

func (*BulkJobOpsBulkImportEdgeApplicationsForbidden) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk import edge applications forbidden response has a 4xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsForbidden) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk import edge applications forbidden response a status code equal to that given

func (*BulkJobOpsBulkImportEdgeApplicationsForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk import edge applications forbidden response has a 3xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsForbidden) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk import edge applications forbidden response has a 5xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk import edge applications forbidden response has a 2xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsForbidden) String added in v1.0.2

type BulkJobOpsBulkImportEdgeApplicationsGatewayTimeout added in v1.0.2

type BulkJobOpsBulkImportEdgeApplicationsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkImportEdgeApplicationsGatewayTimeout 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 NewBulkJobOpsBulkImportEdgeApplicationsGatewayTimeout added in v1.0.2

func NewBulkJobOpsBulkImportEdgeApplicationsGatewayTimeout() *BulkJobOpsBulkImportEdgeApplicationsGatewayTimeout

NewBulkJobOpsBulkImportEdgeApplicationsGatewayTimeout creates a BulkJobOpsBulkImportEdgeApplicationsGatewayTimeout with default headers values

func (*BulkJobOpsBulkImportEdgeApplicationsGatewayTimeout) Error added in v1.0.2

func (*BulkJobOpsBulkImportEdgeApplicationsGatewayTimeout) GetPayload added in v1.0.2

func (*BulkJobOpsBulkImportEdgeApplicationsGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk import edge applications gateway timeout response has a 4xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk import edge applications gateway timeout response a status code equal to that given

func (*BulkJobOpsBulkImportEdgeApplicationsGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk import edge applications gateway timeout response has a 3xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk import edge applications gateway timeout response has a 5xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk import edge applications gateway timeout response has a 2xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsGatewayTimeout) String added in v1.0.2

type BulkJobOpsBulkImportEdgeApplicationsInternalServerError added in v1.0.2

type BulkJobOpsBulkImportEdgeApplicationsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkImportEdgeApplicationsInternalServerError 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 NewBulkJobOpsBulkImportEdgeApplicationsInternalServerError added in v1.0.2

func NewBulkJobOpsBulkImportEdgeApplicationsInternalServerError() *BulkJobOpsBulkImportEdgeApplicationsInternalServerError

NewBulkJobOpsBulkImportEdgeApplicationsInternalServerError creates a BulkJobOpsBulkImportEdgeApplicationsInternalServerError with default headers values

func (*BulkJobOpsBulkImportEdgeApplicationsInternalServerError) Error added in v1.0.2

func (*BulkJobOpsBulkImportEdgeApplicationsInternalServerError) GetPayload added in v1.0.2

func (*BulkJobOpsBulkImportEdgeApplicationsInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk import edge applications internal server error response has a 4xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsInternalServerError) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk import edge applications internal server error response a status code equal to that given

func (*BulkJobOpsBulkImportEdgeApplicationsInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk import edge applications internal server error response has a 3xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk import edge applications internal server error response has a 5xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk import edge applications internal server error response has a 2xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsInternalServerError) String added in v1.0.2

type BulkJobOpsBulkImportEdgeApplicationsNotFound added in v1.0.2

type BulkJobOpsBulkImportEdgeApplicationsNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkImportEdgeApplicationsNotFound 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 NewBulkJobOpsBulkImportEdgeApplicationsNotFound added in v1.0.2

func NewBulkJobOpsBulkImportEdgeApplicationsNotFound() *BulkJobOpsBulkImportEdgeApplicationsNotFound

NewBulkJobOpsBulkImportEdgeApplicationsNotFound creates a BulkJobOpsBulkImportEdgeApplicationsNotFound with default headers values

func (*BulkJobOpsBulkImportEdgeApplicationsNotFound) Error added in v1.0.2

func (*BulkJobOpsBulkImportEdgeApplicationsNotFound) GetPayload added in v1.0.2

func (*BulkJobOpsBulkImportEdgeApplicationsNotFound) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk import edge applications not found response has a 4xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsNotFound) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk import edge applications not found response a status code equal to that given

func (*BulkJobOpsBulkImportEdgeApplicationsNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk import edge applications not found response has a 3xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsNotFound) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk import edge applications not found response has a 5xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk import edge applications not found response has a 2xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsNotFound) String added in v1.0.2

type BulkJobOpsBulkImportEdgeApplicationsOK added in v1.0.2

type BulkJobOpsBulkImportEdgeApplicationsOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewBulkJobOpsBulkImportEdgeApplicationsOK added in v1.0.2

func NewBulkJobOpsBulkImportEdgeApplicationsOK() *BulkJobOpsBulkImportEdgeApplicationsOK

NewBulkJobOpsBulkImportEdgeApplicationsOK creates a BulkJobOpsBulkImportEdgeApplicationsOK with default headers values

func (*BulkJobOpsBulkImportEdgeApplicationsOK) Error added in v1.0.2

func (*BulkJobOpsBulkImportEdgeApplicationsOK) GetPayload added in v1.0.2

func (*BulkJobOpsBulkImportEdgeApplicationsOK) IsClientError added in v1.0.2

func (o *BulkJobOpsBulkImportEdgeApplicationsOK) IsClientError() bool

IsClientError returns true when this bulk job ops bulk import edge applications o k response has a 4xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsOK) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk import edge applications o k response a status code equal to that given

func (*BulkJobOpsBulkImportEdgeApplicationsOK) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk import edge applications o k response has a 3xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsOK) IsServerError added in v1.0.2

func (o *BulkJobOpsBulkImportEdgeApplicationsOK) IsServerError() bool

IsServerError returns true when this bulk job ops bulk import edge applications o k response has a 5xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsOK) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk import edge applications o k response has a 2xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsOK) String added in v1.0.2

type BulkJobOpsBulkImportEdgeApplicationsParams added in v1.0.2

type BulkJobOpsBulkImportEdgeApplicationsParams struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.BulkConfig

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

BulkJobOpsBulkImportEdgeApplicationsParams contains all the parameters to send to the API endpoint

for the bulk job ops bulk import edge applications operation.

Typically these are written to a http.Request.

func NewBulkJobOpsBulkImportEdgeApplicationsParams added in v1.0.2

func NewBulkJobOpsBulkImportEdgeApplicationsParams() *BulkJobOpsBulkImportEdgeApplicationsParams

NewBulkJobOpsBulkImportEdgeApplicationsParams creates a new BulkJobOpsBulkImportEdgeApplicationsParams 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 NewBulkJobOpsBulkImportEdgeApplicationsParamsWithContext added in v1.0.2

func NewBulkJobOpsBulkImportEdgeApplicationsParamsWithContext(ctx context.Context) *BulkJobOpsBulkImportEdgeApplicationsParams

NewBulkJobOpsBulkImportEdgeApplicationsParamsWithContext creates a new BulkJobOpsBulkImportEdgeApplicationsParams object with the ability to set a context for a request.

func NewBulkJobOpsBulkImportEdgeApplicationsParamsWithHTTPClient added in v1.0.2

func NewBulkJobOpsBulkImportEdgeApplicationsParamsWithHTTPClient(client *http.Client) *BulkJobOpsBulkImportEdgeApplicationsParams

NewBulkJobOpsBulkImportEdgeApplicationsParamsWithHTTPClient creates a new BulkJobOpsBulkImportEdgeApplicationsParams object with the ability to set a custom HTTPClient for a request.

func NewBulkJobOpsBulkImportEdgeApplicationsParamsWithTimeout added in v1.0.2

func NewBulkJobOpsBulkImportEdgeApplicationsParamsWithTimeout(timeout time.Duration) *BulkJobOpsBulkImportEdgeApplicationsParams

NewBulkJobOpsBulkImportEdgeApplicationsParamsWithTimeout creates a new BulkJobOpsBulkImportEdgeApplicationsParams object with the ability to set a timeout on a request.

func (*BulkJobOpsBulkImportEdgeApplicationsParams) SetBody added in v1.0.2

SetBody adds the body to the bulk job ops bulk import edge applications params

func (*BulkJobOpsBulkImportEdgeApplicationsParams) SetContext added in v1.0.2

SetContext adds the context to the bulk job ops bulk import edge applications params

func (*BulkJobOpsBulkImportEdgeApplicationsParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the bulk job ops bulk import edge applications params (not the query body).

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

func (*BulkJobOpsBulkImportEdgeApplicationsParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the bulk job ops bulk import edge applications params

func (*BulkJobOpsBulkImportEdgeApplicationsParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the bulk job ops bulk import edge applications params

func (*BulkJobOpsBulkImportEdgeApplicationsParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the bulk job ops bulk import edge applications params

func (*BulkJobOpsBulkImportEdgeApplicationsParams) WithBody added in v1.0.2

WithBody adds the body to the bulk job ops bulk import edge applications params

func (*BulkJobOpsBulkImportEdgeApplicationsParams) WithContext added in v1.0.2

WithContext adds the context to the bulk job ops bulk import edge applications params

func (*BulkJobOpsBulkImportEdgeApplicationsParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the bulk job ops bulk import edge applications params (not the query body).

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

func (*BulkJobOpsBulkImportEdgeApplicationsParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the bulk job ops bulk import edge applications params

func (*BulkJobOpsBulkImportEdgeApplicationsParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the bulk job ops bulk import edge applications params

func (*BulkJobOpsBulkImportEdgeApplicationsParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the bulk job ops bulk import edge applications params

func (*BulkJobOpsBulkImportEdgeApplicationsParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type BulkJobOpsBulkImportEdgeApplicationsReader added in v1.0.2

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

BulkJobOpsBulkImportEdgeApplicationsReader is a Reader for the BulkJobOpsBulkImportEdgeApplications structure.

func (*BulkJobOpsBulkImportEdgeApplicationsReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type BulkJobOpsBulkImportEdgeApplicationsUnauthorized added in v1.0.2

type BulkJobOpsBulkImportEdgeApplicationsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkImportEdgeApplicationsUnauthorized 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 NewBulkJobOpsBulkImportEdgeApplicationsUnauthorized added in v1.0.2

func NewBulkJobOpsBulkImportEdgeApplicationsUnauthorized() *BulkJobOpsBulkImportEdgeApplicationsUnauthorized

NewBulkJobOpsBulkImportEdgeApplicationsUnauthorized creates a BulkJobOpsBulkImportEdgeApplicationsUnauthorized with default headers values

func (*BulkJobOpsBulkImportEdgeApplicationsUnauthorized) Error added in v1.0.2

func (*BulkJobOpsBulkImportEdgeApplicationsUnauthorized) GetPayload added in v1.0.2

func (*BulkJobOpsBulkImportEdgeApplicationsUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk import edge applications unauthorized response has a 4xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsUnauthorized) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk import edge applications unauthorized response a status code equal to that given

func (*BulkJobOpsBulkImportEdgeApplicationsUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk import edge applications unauthorized response has a 3xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk import edge applications unauthorized response has a 5xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk import edge applications unauthorized response has a 2xx status code

func (*BulkJobOpsBulkImportEdgeApplicationsUnauthorized) String added in v1.0.2

type BulkJobOpsBulkImportHardwareModelsBadRequest added in v1.0.2

type BulkJobOpsBulkImportHardwareModelsBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkImportHardwareModelsBadRequest 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 NewBulkJobOpsBulkImportHardwareModelsBadRequest added in v1.0.2

func NewBulkJobOpsBulkImportHardwareModelsBadRequest() *BulkJobOpsBulkImportHardwareModelsBadRequest

NewBulkJobOpsBulkImportHardwareModelsBadRequest creates a BulkJobOpsBulkImportHardwareModelsBadRequest with default headers values

func (*BulkJobOpsBulkImportHardwareModelsBadRequest) Error added in v1.0.2

func (*BulkJobOpsBulkImportHardwareModelsBadRequest) GetPayload added in v1.0.2

func (*BulkJobOpsBulkImportHardwareModelsBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk import hardware models bad request response has a 4xx status code

func (*BulkJobOpsBulkImportHardwareModelsBadRequest) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk import hardware models bad request response a status code equal to that given

func (*BulkJobOpsBulkImportHardwareModelsBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk import hardware models bad request response has a 3xx status code

func (*BulkJobOpsBulkImportHardwareModelsBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk import hardware models bad request response has a 5xx status code

func (*BulkJobOpsBulkImportHardwareModelsBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk import hardware models bad request response has a 2xx status code

func (*BulkJobOpsBulkImportHardwareModelsBadRequest) String added in v1.0.2

type BulkJobOpsBulkImportHardwareModelsConflict added in v1.0.2

type BulkJobOpsBulkImportHardwareModelsConflict struct {
	Payload *swagger_models.ZsrvResponse
}

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

Conflict. The API gateway did not process the request because this operation will conflict with an already existing asynchronous job request record.

func NewBulkJobOpsBulkImportHardwareModelsConflict added in v1.0.2

func NewBulkJobOpsBulkImportHardwareModelsConflict() *BulkJobOpsBulkImportHardwareModelsConflict

NewBulkJobOpsBulkImportHardwareModelsConflict creates a BulkJobOpsBulkImportHardwareModelsConflict with default headers values

func (*BulkJobOpsBulkImportHardwareModelsConflict) Error added in v1.0.2

func (*BulkJobOpsBulkImportHardwareModelsConflict) GetPayload added in v1.0.2

func (*BulkJobOpsBulkImportHardwareModelsConflict) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk import hardware models conflict response has a 4xx status code

func (*BulkJobOpsBulkImportHardwareModelsConflict) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk import hardware models conflict response a status code equal to that given

func (*BulkJobOpsBulkImportHardwareModelsConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk import hardware models conflict response has a 3xx status code

func (*BulkJobOpsBulkImportHardwareModelsConflict) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk import hardware models conflict response has a 5xx status code

func (*BulkJobOpsBulkImportHardwareModelsConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk import hardware models conflict response has a 2xx status code

func (*BulkJobOpsBulkImportHardwareModelsConflict) String added in v1.0.2

type BulkJobOpsBulkImportHardwareModelsDefault added in v1.0.2

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

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

An unexpected error response.

func NewBulkJobOpsBulkImportHardwareModelsDefault added in v1.0.2

func NewBulkJobOpsBulkImportHardwareModelsDefault(code int) *BulkJobOpsBulkImportHardwareModelsDefault

NewBulkJobOpsBulkImportHardwareModelsDefault creates a BulkJobOpsBulkImportHardwareModelsDefault with default headers values

func (*BulkJobOpsBulkImportHardwareModelsDefault) Code added in v1.0.2

Code gets the status code for the bulk job ops bulk import hardware models default response

func (*BulkJobOpsBulkImportHardwareModelsDefault) Error added in v1.0.2

func (*BulkJobOpsBulkImportHardwareModelsDefault) GetPayload added in v1.0.2

func (*BulkJobOpsBulkImportHardwareModelsDefault) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk import hardware models default response has a 4xx status code

func (*BulkJobOpsBulkImportHardwareModelsDefault) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk import hardware models default response a status code equal to that given

func (*BulkJobOpsBulkImportHardwareModelsDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk import hardware models default response has a 3xx status code

func (*BulkJobOpsBulkImportHardwareModelsDefault) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk import hardware models default response has a 5xx status code

func (*BulkJobOpsBulkImportHardwareModelsDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk import hardware models default response has a 2xx status code

func (*BulkJobOpsBulkImportHardwareModelsDefault) String added in v1.0.2

type BulkJobOpsBulkImportHardwareModelsForbidden added in v1.0.2

type BulkJobOpsBulkImportHardwareModelsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkImportHardwareModelsForbidden 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-app level access permission for the operation or does not have access scope to the project.

func NewBulkJobOpsBulkImportHardwareModelsForbidden added in v1.0.2

func NewBulkJobOpsBulkImportHardwareModelsForbidden() *BulkJobOpsBulkImportHardwareModelsForbidden

NewBulkJobOpsBulkImportHardwareModelsForbidden creates a BulkJobOpsBulkImportHardwareModelsForbidden with default headers values

func (*BulkJobOpsBulkImportHardwareModelsForbidden) Error added in v1.0.2

func (*BulkJobOpsBulkImportHardwareModelsForbidden) GetPayload added in v1.0.2

func (*BulkJobOpsBulkImportHardwareModelsForbidden) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk import hardware models forbidden response has a 4xx status code

func (*BulkJobOpsBulkImportHardwareModelsForbidden) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk import hardware models forbidden response a status code equal to that given

func (*BulkJobOpsBulkImportHardwareModelsForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk import hardware models forbidden response has a 3xx status code

func (*BulkJobOpsBulkImportHardwareModelsForbidden) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk import hardware models forbidden response has a 5xx status code

func (*BulkJobOpsBulkImportHardwareModelsForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk import hardware models forbidden response has a 2xx status code

func (*BulkJobOpsBulkImportHardwareModelsForbidden) String added in v1.0.2

type BulkJobOpsBulkImportHardwareModelsGatewayTimeout added in v1.0.2

type BulkJobOpsBulkImportHardwareModelsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkImportHardwareModelsGatewayTimeout 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 NewBulkJobOpsBulkImportHardwareModelsGatewayTimeout added in v1.0.2

func NewBulkJobOpsBulkImportHardwareModelsGatewayTimeout() *BulkJobOpsBulkImportHardwareModelsGatewayTimeout

NewBulkJobOpsBulkImportHardwareModelsGatewayTimeout creates a BulkJobOpsBulkImportHardwareModelsGatewayTimeout with default headers values

func (*BulkJobOpsBulkImportHardwareModelsGatewayTimeout) Error added in v1.0.2

func (*BulkJobOpsBulkImportHardwareModelsGatewayTimeout) GetPayload added in v1.0.2

func (*BulkJobOpsBulkImportHardwareModelsGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk import hardware models gateway timeout response has a 4xx status code

func (*BulkJobOpsBulkImportHardwareModelsGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk import hardware models gateway timeout response a status code equal to that given

func (*BulkJobOpsBulkImportHardwareModelsGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk import hardware models gateway timeout response has a 3xx status code

func (*BulkJobOpsBulkImportHardwareModelsGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk import hardware models gateway timeout response has a 5xx status code

func (*BulkJobOpsBulkImportHardwareModelsGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk import hardware models gateway timeout response has a 2xx status code

func (*BulkJobOpsBulkImportHardwareModelsGatewayTimeout) String added in v1.0.2

type BulkJobOpsBulkImportHardwareModelsInternalServerError added in v1.0.2

type BulkJobOpsBulkImportHardwareModelsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkImportHardwareModelsInternalServerError 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 NewBulkJobOpsBulkImportHardwareModelsInternalServerError added in v1.0.2

func NewBulkJobOpsBulkImportHardwareModelsInternalServerError() *BulkJobOpsBulkImportHardwareModelsInternalServerError

NewBulkJobOpsBulkImportHardwareModelsInternalServerError creates a BulkJobOpsBulkImportHardwareModelsInternalServerError with default headers values

func (*BulkJobOpsBulkImportHardwareModelsInternalServerError) Error added in v1.0.2

func (*BulkJobOpsBulkImportHardwareModelsInternalServerError) GetPayload added in v1.0.2

func (*BulkJobOpsBulkImportHardwareModelsInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk import hardware models internal server error response has a 4xx status code

func (*BulkJobOpsBulkImportHardwareModelsInternalServerError) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk import hardware models internal server error response a status code equal to that given

func (*BulkJobOpsBulkImportHardwareModelsInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk import hardware models internal server error response has a 3xx status code

func (*BulkJobOpsBulkImportHardwareModelsInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk import hardware models internal server error response has a 5xx status code

func (*BulkJobOpsBulkImportHardwareModelsInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk import hardware models internal server error response has a 2xx status code

func (*BulkJobOpsBulkImportHardwareModelsInternalServerError) String added in v1.0.2

type BulkJobOpsBulkImportHardwareModelsNotFound added in v1.0.2

type BulkJobOpsBulkImportHardwareModelsNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkImportHardwareModelsNotFound 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 NewBulkJobOpsBulkImportHardwareModelsNotFound added in v1.0.2

func NewBulkJobOpsBulkImportHardwareModelsNotFound() *BulkJobOpsBulkImportHardwareModelsNotFound

NewBulkJobOpsBulkImportHardwareModelsNotFound creates a BulkJobOpsBulkImportHardwareModelsNotFound with default headers values

func (*BulkJobOpsBulkImportHardwareModelsNotFound) Error added in v1.0.2

func (*BulkJobOpsBulkImportHardwareModelsNotFound) GetPayload added in v1.0.2

func (*BulkJobOpsBulkImportHardwareModelsNotFound) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk import hardware models not found response has a 4xx status code

func (*BulkJobOpsBulkImportHardwareModelsNotFound) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk import hardware models not found response a status code equal to that given

func (*BulkJobOpsBulkImportHardwareModelsNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk import hardware models not found response has a 3xx status code

func (*BulkJobOpsBulkImportHardwareModelsNotFound) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk import hardware models not found response has a 5xx status code

func (*BulkJobOpsBulkImportHardwareModelsNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk import hardware models not found response has a 2xx status code

func (*BulkJobOpsBulkImportHardwareModelsNotFound) String added in v1.0.2

type BulkJobOpsBulkImportHardwareModelsOK added in v1.0.2

type BulkJobOpsBulkImportHardwareModelsOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewBulkJobOpsBulkImportHardwareModelsOK added in v1.0.2

func NewBulkJobOpsBulkImportHardwareModelsOK() *BulkJobOpsBulkImportHardwareModelsOK

NewBulkJobOpsBulkImportHardwareModelsOK creates a BulkJobOpsBulkImportHardwareModelsOK with default headers values

func (*BulkJobOpsBulkImportHardwareModelsOK) Error added in v1.0.2

func (*BulkJobOpsBulkImportHardwareModelsOK) GetPayload added in v1.0.2

func (*BulkJobOpsBulkImportHardwareModelsOK) IsClientError added in v1.0.2

func (o *BulkJobOpsBulkImportHardwareModelsOK) IsClientError() bool

IsClientError returns true when this bulk job ops bulk import hardware models o k response has a 4xx status code

func (*BulkJobOpsBulkImportHardwareModelsOK) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk import hardware models o k response a status code equal to that given

func (*BulkJobOpsBulkImportHardwareModelsOK) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk import hardware models o k response has a 3xx status code

func (*BulkJobOpsBulkImportHardwareModelsOK) IsServerError added in v1.0.2

func (o *BulkJobOpsBulkImportHardwareModelsOK) IsServerError() bool

IsServerError returns true when this bulk job ops bulk import hardware models o k response has a 5xx status code

func (*BulkJobOpsBulkImportHardwareModelsOK) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk import hardware models o k response has a 2xx status code

func (*BulkJobOpsBulkImportHardwareModelsOK) String added in v1.0.2

type BulkJobOpsBulkImportHardwareModelsParams added in v1.0.2

type BulkJobOpsBulkImportHardwareModelsParams struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.BulkConfig

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

BulkJobOpsBulkImportHardwareModelsParams contains all the parameters to send to the API endpoint

for the bulk job ops bulk import hardware models operation.

Typically these are written to a http.Request.

func NewBulkJobOpsBulkImportHardwareModelsParams added in v1.0.2

func NewBulkJobOpsBulkImportHardwareModelsParams() *BulkJobOpsBulkImportHardwareModelsParams

NewBulkJobOpsBulkImportHardwareModelsParams creates a new BulkJobOpsBulkImportHardwareModelsParams 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 NewBulkJobOpsBulkImportHardwareModelsParamsWithContext added in v1.0.2

func NewBulkJobOpsBulkImportHardwareModelsParamsWithContext(ctx context.Context) *BulkJobOpsBulkImportHardwareModelsParams

NewBulkJobOpsBulkImportHardwareModelsParamsWithContext creates a new BulkJobOpsBulkImportHardwareModelsParams object with the ability to set a context for a request.

func NewBulkJobOpsBulkImportHardwareModelsParamsWithHTTPClient added in v1.0.2

func NewBulkJobOpsBulkImportHardwareModelsParamsWithHTTPClient(client *http.Client) *BulkJobOpsBulkImportHardwareModelsParams

NewBulkJobOpsBulkImportHardwareModelsParamsWithHTTPClient creates a new BulkJobOpsBulkImportHardwareModelsParams object with the ability to set a custom HTTPClient for a request.

func NewBulkJobOpsBulkImportHardwareModelsParamsWithTimeout added in v1.0.2

func NewBulkJobOpsBulkImportHardwareModelsParamsWithTimeout(timeout time.Duration) *BulkJobOpsBulkImportHardwareModelsParams

NewBulkJobOpsBulkImportHardwareModelsParamsWithTimeout creates a new BulkJobOpsBulkImportHardwareModelsParams object with the ability to set a timeout on a request.

func (*BulkJobOpsBulkImportHardwareModelsParams) SetBody added in v1.0.2

SetBody adds the body to the bulk job ops bulk import hardware models params

func (*BulkJobOpsBulkImportHardwareModelsParams) SetContext added in v1.0.2

SetContext adds the context to the bulk job ops bulk import hardware models params

func (*BulkJobOpsBulkImportHardwareModelsParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the bulk job ops bulk import hardware models params (not the query body).

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

func (*BulkJobOpsBulkImportHardwareModelsParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the bulk job ops bulk import hardware models params

func (*BulkJobOpsBulkImportHardwareModelsParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the bulk job ops bulk import hardware models params

func (*BulkJobOpsBulkImportHardwareModelsParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the bulk job ops bulk import hardware models params

func (*BulkJobOpsBulkImportHardwareModelsParams) WithBody added in v1.0.2

WithBody adds the body to the bulk job ops bulk import hardware models params

func (*BulkJobOpsBulkImportHardwareModelsParams) WithContext added in v1.0.2

WithContext adds the context to the bulk job ops bulk import hardware models params

func (*BulkJobOpsBulkImportHardwareModelsParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the bulk job ops bulk import hardware models params (not the query body).

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

func (*BulkJobOpsBulkImportHardwareModelsParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the bulk job ops bulk import hardware models params

func (*BulkJobOpsBulkImportHardwareModelsParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the bulk job ops bulk import hardware models params

func (*BulkJobOpsBulkImportHardwareModelsParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the bulk job ops bulk import hardware models params

func (*BulkJobOpsBulkImportHardwareModelsParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type BulkJobOpsBulkImportHardwareModelsReader added in v1.0.2

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

BulkJobOpsBulkImportHardwareModelsReader is a Reader for the BulkJobOpsBulkImportHardwareModels structure.

func (*BulkJobOpsBulkImportHardwareModelsReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type BulkJobOpsBulkImportHardwareModelsUnauthorized added in v1.0.2

type BulkJobOpsBulkImportHardwareModelsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkImportHardwareModelsUnauthorized 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 NewBulkJobOpsBulkImportHardwareModelsUnauthorized added in v1.0.2

func NewBulkJobOpsBulkImportHardwareModelsUnauthorized() *BulkJobOpsBulkImportHardwareModelsUnauthorized

NewBulkJobOpsBulkImportHardwareModelsUnauthorized creates a BulkJobOpsBulkImportHardwareModelsUnauthorized with default headers values

func (*BulkJobOpsBulkImportHardwareModelsUnauthorized) Error added in v1.0.2

func (*BulkJobOpsBulkImportHardwareModelsUnauthorized) GetPayload added in v1.0.2

func (*BulkJobOpsBulkImportHardwareModelsUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk import hardware models unauthorized response has a 4xx status code

func (*BulkJobOpsBulkImportHardwareModelsUnauthorized) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk import hardware models unauthorized response a status code equal to that given

func (*BulkJobOpsBulkImportHardwareModelsUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk import hardware models unauthorized response has a 3xx status code

func (*BulkJobOpsBulkImportHardwareModelsUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk import hardware models unauthorized response has a 5xx status code

func (*BulkJobOpsBulkImportHardwareModelsUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk import hardware models unauthorized response has a 2xx status code

func (*BulkJobOpsBulkImportHardwareModelsUnauthorized) String added in v1.0.2

type BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesBadRequest added in v1.0.2

type BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesBadRequest 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 NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesBadRequest added in v1.0.2

func NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesBadRequest() *BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesBadRequest

NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesBadRequest creates a BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesBadRequest with default headers values

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesBadRequest) Error added in v1.0.2

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesBadRequest) GetPayload added in v1.0.2

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk refresh and purge edge application instances bad request response has a 4xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesBadRequest) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk refresh and purge edge application instances bad request response a status code equal to that given

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk refresh and purge edge application instances bad request response has a 3xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk refresh and purge edge application instances bad request response has a 5xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk refresh and purge edge application instances bad request response has a 2xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesBadRequest) String added in v1.0.2

type BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesConflict added in v1.0.2

type BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesConflict struct {
	Payload *swagger_models.ZsrvResponse
}

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

Conflict. The API gateway did not process the request because this operation will conflict with an already existing asynchronous job request record.

func NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesConflict added in v1.0.2

func NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesConflict() *BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesConflict

NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesConflict creates a BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesConflict with default headers values

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesConflict) Error added in v1.0.2

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesConflict) GetPayload added in v1.0.2

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesConflict) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk refresh and purge edge application instances conflict response has a 4xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesConflict) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk refresh and purge edge application instances conflict response a status code equal to that given

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk refresh and purge edge application instances conflict response has a 3xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesConflict) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk refresh and purge edge application instances conflict response has a 5xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk refresh and purge edge application instances conflict response has a 2xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesConflict) String added in v1.0.2

type BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesDefault added in v1.0.2

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

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

An unexpected error response.

func NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesDefault added in v1.0.2

func NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesDefault(code int) *BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesDefault

NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesDefault creates a BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesDefault with default headers values

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesDefault) Code added in v1.0.2

Code gets the status code for the bulk job ops bulk refresh and purge edge application instances default response

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesDefault) Error added in v1.0.2

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesDefault) GetPayload added in v1.0.2

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesDefault) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk refresh and purge edge application instances default response has a 4xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesDefault) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk refresh and purge edge application instances default response a status code equal to that given

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk refresh and purge edge application instances default response has a 3xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesDefault) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk refresh and purge edge application instances default response has a 5xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk refresh and purge edge application instances default response has a 2xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesDefault) String added in v1.0.2

type BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesForbidden added in v1.0.2

type BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesForbidden 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-app level access permission for the operation or does not have access scope to the project.

func NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesForbidden added in v1.0.2

func NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesForbidden() *BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesForbidden

NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesForbidden creates a BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesForbidden with default headers values

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesForbidden) Error added in v1.0.2

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesForbidden) GetPayload added in v1.0.2

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesForbidden) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk refresh and purge edge application instances forbidden response has a 4xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesForbidden) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk refresh and purge edge application instances forbidden response a status code equal to that given

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk refresh and purge edge application instances forbidden response has a 3xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesForbidden) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk refresh and purge edge application instances forbidden response has a 5xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk refresh and purge edge application instances forbidden response has a 2xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesForbidden) String added in v1.0.2

type BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout added in v1.0.2

type BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout 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 NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout added in v1.0.2

func NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout() *BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout

NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout creates a BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout with default headers values

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout) Error added in v1.0.2

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout) GetPayload added in v1.0.2

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk refresh and purge edge application instances gateway timeout response has a 4xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk refresh and purge edge application instances gateway timeout response a status code equal to that given

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk refresh and purge edge application instances gateway timeout response has a 3xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk refresh and purge edge application instances gateway timeout response has a 5xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk refresh and purge edge application instances gateway timeout response has a 2xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout) String added in v1.0.2

type BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError added in v1.0.2

type BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError 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 NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError added in v1.0.2

func NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError() *BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError

NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError creates a BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError with default headers values

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError) Error added in v1.0.2

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError) GetPayload added in v1.0.2

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk refresh and purge edge application instances internal server error response has a 4xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk refresh and purge edge application instances internal server error response a status code equal to that given

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk refresh and purge edge application instances internal server error response has a 3xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk refresh and purge edge application instances internal server error response has a 5xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk refresh and purge edge application instances internal server error response has a 2xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError) String added in v1.0.2

type BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesNotFound added in v1.0.2

type BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesNotFound 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 NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesNotFound added in v1.0.2

func NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesNotFound() *BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesNotFound

NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesNotFound creates a BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesNotFound with default headers values

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesNotFound) Error added in v1.0.2

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesNotFound) GetPayload added in v1.0.2

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesNotFound) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk refresh and purge edge application instances not found response has a 4xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesNotFound) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk refresh and purge edge application instances not found response a status code equal to that given

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk refresh and purge edge application instances not found response has a 3xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesNotFound) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk refresh and purge edge application instances not found response has a 5xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk refresh and purge edge application instances not found response has a 2xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesNotFound) String added in v1.0.2

type BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesOK added in v1.0.2

type BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesOK added in v1.0.2

func NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesOK() *BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesOK

NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesOK creates a BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesOK with default headers values

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesOK) Error added in v1.0.2

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesOK) GetPayload added in v1.0.2

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesOK) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk refresh and purge edge application instances o k response has a 4xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesOK) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk refresh and purge edge application instances o k response a status code equal to that given

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesOK) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk refresh and purge edge application instances o k response has a 3xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesOK) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk refresh and purge edge application instances o k response has a 5xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesOK) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk refresh and purge edge application instances o k response has a 2xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesOK) String added in v1.0.2

type BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams added in v1.0.2

type BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.BulkConfig

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

BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams contains all the parameters to send to the API endpoint

for the bulk job ops bulk refresh and purge edge application instances operation.

Typically these are written to a http.Request.

func NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams added in v1.0.2

func NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams() *BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams

NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams creates a new BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams 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 NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParamsWithContext added in v1.0.2

func NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParamsWithContext(ctx context.Context) *BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams

NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParamsWithContext creates a new BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams object with the ability to set a context for a request.

func NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParamsWithHTTPClient added in v1.0.2

func NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParamsWithHTTPClient(client *http.Client) *BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams

NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParamsWithHTTPClient creates a new BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams object with the ability to set a custom HTTPClient for a request.

func NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParamsWithTimeout added in v1.0.2

func NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParamsWithTimeout(timeout time.Duration) *BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams

NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParamsWithTimeout creates a new BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams object with the ability to set a timeout on a request.

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams) SetBody added in v1.0.2

SetBody adds the body to the bulk job ops bulk refresh and purge edge application instances params

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams) SetContext added in v1.0.2

SetContext adds the context to the bulk job ops bulk refresh and purge edge application instances params

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the bulk job ops bulk refresh and purge edge application instances params (not the query body).

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

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the bulk job ops bulk refresh and purge edge application instances params

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the bulk job ops bulk refresh and purge edge application instances params

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the bulk job ops bulk refresh and purge edge application instances params

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams) WithBody added in v1.0.2

WithBody adds the body to the bulk job ops bulk refresh and purge edge application instances params

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams) WithContext added in v1.0.2

WithContext adds the context to the bulk job ops bulk refresh and purge edge application instances params

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the bulk job ops bulk refresh and purge edge application instances params (not the query body).

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

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the bulk job ops bulk refresh and purge edge application instances params

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the bulk job ops bulk refresh and purge edge application instances params

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the bulk job ops bulk refresh and purge edge application instances params

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesReader added in v1.0.2

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

BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesReader is a Reader for the BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstances structure.

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized added in v1.0.2

type BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized 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 NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized added in v1.0.2

func NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized() *BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized

NewBulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized creates a BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized with default headers values

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized) Error added in v1.0.2

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized) GetPayload added in v1.0.2

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk refresh and purge edge application instances unauthorized response has a 4xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk refresh and purge edge application instances unauthorized response a status code equal to that given

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk refresh and purge edge application instances unauthorized response has a 3xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk refresh and purge edge application instances unauthorized response has a 5xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk refresh and purge edge application instances unauthorized response has a 2xx status code

func (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized) String added in v1.0.2

type BulkJobOpsBulkRefreshEdgeApplicationInstancesBadRequest added in v1.0.2

type BulkJobOpsBulkRefreshEdgeApplicationInstancesBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkRefreshEdgeApplicationInstancesBadRequest 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 NewBulkJobOpsBulkRefreshEdgeApplicationInstancesBadRequest added in v1.0.2

func NewBulkJobOpsBulkRefreshEdgeApplicationInstancesBadRequest() *BulkJobOpsBulkRefreshEdgeApplicationInstancesBadRequest

NewBulkJobOpsBulkRefreshEdgeApplicationInstancesBadRequest creates a BulkJobOpsBulkRefreshEdgeApplicationInstancesBadRequest with default headers values

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesBadRequest) Error added in v1.0.2

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesBadRequest) GetPayload added in v1.0.2

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk refresh edge application instances bad request response has a 4xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesBadRequest) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk refresh edge application instances bad request response a status code equal to that given

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk refresh edge application instances bad request response has a 3xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk refresh edge application instances bad request response has a 5xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk refresh edge application instances bad request response has a 2xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesBadRequest) String added in v1.0.2

type BulkJobOpsBulkRefreshEdgeApplicationInstancesConflict added in v1.0.2

type BulkJobOpsBulkRefreshEdgeApplicationInstancesConflict struct {
	Payload *swagger_models.ZsrvResponse
}

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

Conflict. The API gateway did not process the request because this operation will conflict with an already existing asynchronous job request record.

func NewBulkJobOpsBulkRefreshEdgeApplicationInstancesConflict added in v1.0.2

func NewBulkJobOpsBulkRefreshEdgeApplicationInstancesConflict() *BulkJobOpsBulkRefreshEdgeApplicationInstancesConflict

NewBulkJobOpsBulkRefreshEdgeApplicationInstancesConflict creates a BulkJobOpsBulkRefreshEdgeApplicationInstancesConflict with default headers values

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesConflict) Error added in v1.0.2

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesConflict) GetPayload added in v1.0.2

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesConflict) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk refresh edge application instances conflict response has a 4xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesConflict) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk refresh edge application instances conflict response a status code equal to that given

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk refresh edge application instances conflict response has a 3xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesConflict) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk refresh edge application instances conflict response has a 5xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk refresh edge application instances conflict response has a 2xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesConflict) String added in v1.0.2

type BulkJobOpsBulkRefreshEdgeApplicationInstancesDefault added in v1.0.2

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

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

An unexpected error response.

func NewBulkJobOpsBulkRefreshEdgeApplicationInstancesDefault added in v1.0.2

func NewBulkJobOpsBulkRefreshEdgeApplicationInstancesDefault(code int) *BulkJobOpsBulkRefreshEdgeApplicationInstancesDefault

NewBulkJobOpsBulkRefreshEdgeApplicationInstancesDefault creates a BulkJobOpsBulkRefreshEdgeApplicationInstancesDefault with default headers values

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesDefault) Code added in v1.0.2

Code gets the status code for the bulk job ops bulk refresh edge application instances default response

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesDefault) Error added in v1.0.2

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesDefault) GetPayload added in v1.0.2

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesDefault) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk refresh edge application instances default response has a 4xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesDefault) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk refresh edge application instances default response a status code equal to that given

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk refresh edge application instances default response has a 3xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesDefault) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk refresh edge application instances default response has a 5xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk refresh edge application instances default response has a 2xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesDefault) String added in v1.0.2

type BulkJobOpsBulkRefreshEdgeApplicationInstancesForbidden added in v1.0.2

type BulkJobOpsBulkRefreshEdgeApplicationInstancesForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkRefreshEdgeApplicationInstancesForbidden 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-app level access permission for the operation or does not have access scope to the project.

func NewBulkJobOpsBulkRefreshEdgeApplicationInstancesForbidden added in v1.0.2

func NewBulkJobOpsBulkRefreshEdgeApplicationInstancesForbidden() *BulkJobOpsBulkRefreshEdgeApplicationInstancesForbidden

NewBulkJobOpsBulkRefreshEdgeApplicationInstancesForbidden creates a BulkJobOpsBulkRefreshEdgeApplicationInstancesForbidden with default headers values

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesForbidden) Error added in v1.0.2

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesForbidden) GetPayload added in v1.0.2

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesForbidden) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk refresh edge application instances forbidden response has a 4xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesForbidden) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk refresh edge application instances forbidden response a status code equal to that given

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk refresh edge application instances forbidden response has a 3xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesForbidden) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk refresh edge application instances forbidden response has a 5xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk refresh edge application instances forbidden response has a 2xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesForbidden) String added in v1.0.2

type BulkJobOpsBulkRefreshEdgeApplicationInstancesGatewayTimeout added in v1.0.2

type BulkJobOpsBulkRefreshEdgeApplicationInstancesGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkRefreshEdgeApplicationInstancesGatewayTimeout 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 NewBulkJobOpsBulkRefreshEdgeApplicationInstancesGatewayTimeout added in v1.0.2

func NewBulkJobOpsBulkRefreshEdgeApplicationInstancesGatewayTimeout() *BulkJobOpsBulkRefreshEdgeApplicationInstancesGatewayTimeout

NewBulkJobOpsBulkRefreshEdgeApplicationInstancesGatewayTimeout creates a BulkJobOpsBulkRefreshEdgeApplicationInstancesGatewayTimeout with default headers values

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesGatewayTimeout) Error added in v1.0.2

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesGatewayTimeout) GetPayload added in v1.0.2

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk refresh edge application instances gateway timeout response has a 4xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk refresh edge application instances gateway timeout response a status code equal to that given

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk refresh edge application instances gateway timeout response has a 3xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk refresh edge application instances gateway timeout response has a 5xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk refresh edge application instances gateway timeout response has a 2xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesGatewayTimeout) String added in v1.0.2

type BulkJobOpsBulkRefreshEdgeApplicationInstancesInternalServerError added in v1.0.2

type BulkJobOpsBulkRefreshEdgeApplicationInstancesInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkRefreshEdgeApplicationInstancesInternalServerError 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 NewBulkJobOpsBulkRefreshEdgeApplicationInstancesInternalServerError added in v1.0.2

func NewBulkJobOpsBulkRefreshEdgeApplicationInstancesInternalServerError() *BulkJobOpsBulkRefreshEdgeApplicationInstancesInternalServerError

NewBulkJobOpsBulkRefreshEdgeApplicationInstancesInternalServerError creates a BulkJobOpsBulkRefreshEdgeApplicationInstancesInternalServerError with default headers values

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesInternalServerError) Error added in v1.0.2

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesInternalServerError) GetPayload added in v1.0.2

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk refresh edge application instances internal server error response has a 4xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesInternalServerError) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk refresh edge application instances internal server error response a status code equal to that given

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk refresh edge application instances internal server error response has a 3xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk refresh edge application instances internal server error response has a 5xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk refresh edge application instances internal server error response has a 2xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesInternalServerError) String added in v1.0.2

type BulkJobOpsBulkRefreshEdgeApplicationInstancesNotFound added in v1.0.2

type BulkJobOpsBulkRefreshEdgeApplicationInstancesNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkRefreshEdgeApplicationInstancesNotFound 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 NewBulkJobOpsBulkRefreshEdgeApplicationInstancesNotFound added in v1.0.2

func NewBulkJobOpsBulkRefreshEdgeApplicationInstancesNotFound() *BulkJobOpsBulkRefreshEdgeApplicationInstancesNotFound

NewBulkJobOpsBulkRefreshEdgeApplicationInstancesNotFound creates a BulkJobOpsBulkRefreshEdgeApplicationInstancesNotFound with default headers values

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesNotFound) Error added in v1.0.2

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesNotFound) GetPayload added in v1.0.2

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesNotFound) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk refresh edge application instances not found response has a 4xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesNotFound) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk refresh edge application instances not found response a status code equal to that given

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk refresh edge application instances not found response has a 3xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesNotFound) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk refresh edge application instances not found response has a 5xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk refresh edge application instances not found response has a 2xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesNotFound) String added in v1.0.2

type BulkJobOpsBulkRefreshEdgeApplicationInstancesOK added in v1.0.2

type BulkJobOpsBulkRefreshEdgeApplicationInstancesOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewBulkJobOpsBulkRefreshEdgeApplicationInstancesOK added in v1.0.2

func NewBulkJobOpsBulkRefreshEdgeApplicationInstancesOK() *BulkJobOpsBulkRefreshEdgeApplicationInstancesOK

NewBulkJobOpsBulkRefreshEdgeApplicationInstancesOK creates a BulkJobOpsBulkRefreshEdgeApplicationInstancesOK with default headers values

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesOK) Error added in v1.0.2

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesOK) GetPayload added in v1.0.2

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesOK) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk refresh edge application instances o k response has a 4xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesOK) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk refresh edge application instances o k response a status code equal to that given

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesOK) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk refresh edge application instances o k response has a 3xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesOK) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk refresh edge application instances o k response has a 5xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesOK) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk refresh edge application instances o k response has a 2xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesOK) String added in v1.0.2

type BulkJobOpsBulkRefreshEdgeApplicationInstancesParams added in v1.0.2

type BulkJobOpsBulkRefreshEdgeApplicationInstancesParams struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.BulkConfig

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

BulkJobOpsBulkRefreshEdgeApplicationInstancesParams contains all the parameters to send to the API endpoint

for the bulk job ops bulk refresh edge application instances operation.

Typically these are written to a http.Request.

func NewBulkJobOpsBulkRefreshEdgeApplicationInstancesParams added in v1.0.2

func NewBulkJobOpsBulkRefreshEdgeApplicationInstancesParams() *BulkJobOpsBulkRefreshEdgeApplicationInstancesParams

NewBulkJobOpsBulkRefreshEdgeApplicationInstancesParams creates a new BulkJobOpsBulkRefreshEdgeApplicationInstancesParams 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 NewBulkJobOpsBulkRefreshEdgeApplicationInstancesParamsWithContext added in v1.0.2

func NewBulkJobOpsBulkRefreshEdgeApplicationInstancesParamsWithContext(ctx context.Context) *BulkJobOpsBulkRefreshEdgeApplicationInstancesParams

NewBulkJobOpsBulkRefreshEdgeApplicationInstancesParamsWithContext creates a new BulkJobOpsBulkRefreshEdgeApplicationInstancesParams object with the ability to set a context for a request.

func NewBulkJobOpsBulkRefreshEdgeApplicationInstancesParamsWithHTTPClient added in v1.0.2

func NewBulkJobOpsBulkRefreshEdgeApplicationInstancesParamsWithHTTPClient(client *http.Client) *BulkJobOpsBulkRefreshEdgeApplicationInstancesParams

NewBulkJobOpsBulkRefreshEdgeApplicationInstancesParamsWithHTTPClient creates a new BulkJobOpsBulkRefreshEdgeApplicationInstancesParams object with the ability to set a custom HTTPClient for a request.

func NewBulkJobOpsBulkRefreshEdgeApplicationInstancesParamsWithTimeout added in v1.0.2

func NewBulkJobOpsBulkRefreshEdgeApplicationInstancesParamsWithTimeout(timeout time.Duration) *BulkJobOpsBulkRefreshEdgeApplicationInstancesParams

NewBulkJobOpsBulkRefreshEdgeApplicationInstancesParamsWithTimeout creates a new BulkJobOpsBulkRefreshEdgeApplicationInstancesParams object with the ability to set a timeout on a request.

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesParams) SetBody added in v1.0.2

SetBody adds the body to the bulk job ops bulk refresh edge application instances params

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesParams) SetContext added in v1.0.2

SetContext adds the context to the bulk job ops bulk refresh edge application instances params

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the bulk job ops bulk refresh edge application instances params (not the query body).

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

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the bulk job ops bulk refresh edge application instances params

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the bulk job ops bulk refresh edge application instances params

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the bulk job ops bulk refresh edge application instances params

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesParams) WithBody added in v1.0.2

WithBody adds the body to the bulk job ops bulk refresh edge application instances params

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesParams) WithContext added in v1.0.2

WithContext adds the context to the bulk job ops bulk refresh edge application instances params

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the bulk job ops bulk refresh edge application instances params (not the query body).

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

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the bulk job ops bulk refresh edge application instances params

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the bulk job ops bulk refresh edge application instances params

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the bulk job ops bulk refresh edge application instances params

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type BulkJobOpsBulkRefreshEdgeApplicationInstancesReader added in v1.0.2

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

BulkJobOpsBulkRefreshEdgeApplicationInstancesReader is a Reader for the BulkJobOpsBulkRefreshEdgeApplicationInstances structure.

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type BulkJobOpsBulkRefreshEdgeApplicationInstancesUnauthorized added in v1.0.2

type BulkJobOpsBulkRefreshEdgeApplicationInstancesUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkRefreshEdgeApplicationInstancesUnauthorized 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 NewBulkJobOpsBulkRefreshEdgeApplicationInstancesUnauthorized added in v1.0.2

func NewBulkJobOpsBulkRefreshEdgeApplicationInstancesUnauthorized() *BulkJobOpsBulkRefreshEdgeApplicationInstancesUnauthorized

NewBulkJobOpsBulkRefreshEdgeApplicationInstancesUnauthorized creates a BulkJobOpsBulkRefreshEdgeApplicationInstancesUnauthorized with default headers values

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesUnauthorized) Error added in v1.0.2

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesUnauthorized) GetPayload added in v1.0.2

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk refresh edge application instances unauthorized response has a 4xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesUnauthorized) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk refresh edge application instances unauthorized response a status code equal to that given

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk refresh edge application instances unauthorized response has a 3xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk refresh edge application instances unauthorized response has a 5xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk refresh edge application instances unauthorized response has a 2xx status code

func (*BulkJobOpsBulkRefreshEdgeApplicationInstancesUnauthorized) String added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSBadRequest added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkUpdateEdgeNodeBaseOSBadRequest 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 NewBulkJobOpsBulkUpdateEdgeNodeBaseOSBadRequest added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSBadRequest() *BulkJobOpsBulkUpdateEdgeNodeBaseOSBadRequest

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSBadRequest creates a BulkJobOpsBulkUpdateEdgeNodeBaseOSBadRequest with default headers values

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSBadRequest) Error added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSBadRequest) GetPayload added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk update edge node base o s bad request response has a 4xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSBadRequest) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk update edge node base o s bad request response a status code equal to that given

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk update edge node base o s bad request response has a 3xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk update edge node base o s bad request response has a 5xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk update edge node base o s bad request response has a 2xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSBadRequest) String added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSConflict added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSConflict struct {
	Payload *swagger_models.ZsrvResponse
}

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

Conflict. The API gateway did not process the request because this operation will conflict with an already existing asynchronous job request record.

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSConflict added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSConflict() *BulkJobOpsBulkUpdateEdgeNodeBaseOSConflict

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSConflict creates a BulkJobOpsBulkUpdateEdgeNodeBaseOSConflict with default headers values

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSConflict) Error added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSConflict) GetPayload added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSConflict) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk update edge node base o s conflict response has a 4xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSConflict) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk update edge node base o s conflict response a status code equal to that given

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk update edge node base o s conflict response has a 3xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSConflict) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk update edge node base o s conflict response has a 5xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk update edge node base o s conflict response has a 2xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSConflict) String added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSDefault added in v1.0.2

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

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

An unexpected error response.

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSDefault added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSDefault(code int) *BulkJobOpsBulkUpdateEdgeNodeBaseOSDefault

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSDefault creates a BulkJobOpsBulkUpdateEdgeNodeBaseOSDefault with default headers values

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSDefault) Code added in v1.0.2

Code gets the status code for the bulk job ops bulk update edge node base o s default response

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSDefault) Error added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSDefault) GetPayload added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSDefault) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk update edge node base o s default response has a 4xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSDefault) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk update edge node base o s default response a status code equal to that given

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk update edge node base o s default response has a 3xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSDefault) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk update edge node base o s default response has a 5xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk update edge node base o s default response has a 2xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSDefault) String added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSForbidden added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkUpdateEdgeNodeBaseOSForbidden 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-app level access permission for the operation or does not have access scope to the project.

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSForbidden added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSForbidden() *BulkJobOpsBulkUpdateEdgeNodeBaseOSForbidden

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSForbidden creates a BulkJobOpsBulkUpdateEdgeNodeBaseOSForbidden with default headers values

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSForbidden) Error added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSForbidden) GetPayload added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSForbidden) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk update edge node base o s forbidden response has a 4xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSForbidden) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk update edge node base o s forbidden response a status code equal to that given

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk update edge node base o s forbidden response has a 3xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSForbidden) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk update edge node base o s forbidden response has a 5xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk update edge node base o s forbidden response has a 2xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSForbidden) String added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSGatewayTimeout added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkUpdateEdgeNodeBaseOSGatewayTimeout 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 NewBulkJobOpsBulkUpdateEdgeNodeBaseOSGatewayTimeout added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSGatewayTimeout() *BulkJobOpsBulkUpdateEdgeNodeBaseOSGatewayTimeout

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSGatewayTimeout creates a BulkJobOpsBulkUpdateEdgeNodeBaseOSGatewayTimeout with default headers values

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSGatewayTimeout) Error added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSGatewayTimeout) GetPayload added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk update edge node base o s gateway timeout response has a 4xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk update edge node base o s gateway timeout response a status code equal to that given

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk update edge node base o s gateway timeout response has a 3xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk update edge node base o s gateway timeout response has a 5xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk update edge node base o s gateway timeout response has a 2xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSGatewayTimeout) String added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSInternalServerError added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkUpdateEdgeNodeBaseOSInternalServerError 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 NewBulkJobOpsBulkUpdateEdgeNodeBaseOSInternalServerError added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSInternalServerError() *BulkJobOpsBulkUpdateEdgeNodeBaseOSInternalServerError

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSInternalServerError creates a BulkJobOpsBulkUpdateEdgeNodeBaseOSInternalServerError with default headers values

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSInternalServerError) Error added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSInternalServerError) GetPayload added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk update edge node base o s internal server error response has a 4xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSInternalServerError) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk update edge node base o s internal server error response a status code equal to that given

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk update edge node base o s internal server error response has a 3xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk update edge node base o s internal server error response has a 5xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk update edge node base o s internal server error response has a 2xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSInternalServerError) String added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSNotFound added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkUpdateEdgeNodeBaseOSNotFound 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 NewBulkJobOpsBulkUpdateEdgeNodeBaseOSNotFound added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSNotFound() *BulkJobOpsBulkUpdateEdgeNodeBaseOSNotFound

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSNotFound creates a BulkJobOpsBulkUpdateEdgeNodeBaseOSNotFound with default headers values

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSNotFound) Error added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSNotFound) GetPayload added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSNotFound) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk update edge node base o s not found response has a 4xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSNotFound) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk update edge node base o s not found response a status code equal to that given

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk update edge node base o s not found response has a 3xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSNotFound) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk update edge node base o s not found response has a 5xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk update edge node base o s not found response has a 2xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSNotFound) String added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSOK added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSOK added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSOK() *BulkJobOpsBulkUpdateEdgeNodeBaseOSOK

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSOK creates a BulkJobOpsBulkUpdateEdgeNodeBaseOSOK with default headers values

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSOK) Error added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSOK) GetPayload added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSOK) IsClientError added in v1.0.2

func (o *BulkJobOpsBulkUpdateEdgeNodeBaseOSOK) IsClientError() bool

IsClientError returns true when this bulk job ops bulk update edge node base o s o k response has a 4xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSOK) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk update edge node base o s o k response a status code equal to that given

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSOK) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk update edge node base o s o k response has a 3xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSOK) IsServerError added in v1.0.2

func (o *BulkJobOpsBulkUpdateEdgeNodeBaseOSOK) IsServerError() bool

IsServerError returns true when this bulk job ops bulk update edge node base o s o k response has a 5xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSOK) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk update edge node base o s o k response has a 2xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSOK) String added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSParams added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSParams struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.BulkConfig

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

BulkJobOpsBulkUpdateEdgeNodeBaseOSParams contains all the parameters to send to the API endpoint

for the bulk job ops bulk update edge node base o s operation.

Typically these are written to a http.Request.

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSParams added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSParams() *BulkJobOpsBulkUpdateEdgeNodeBaseOSParams

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSParams creates a new BulkJobOpsBulkUpdateEdgeNodeBaseOSParams 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 NewBulkJobOpsBulkUpdateEdgeNodeBaseOSParamsWithContext added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSParamsWithContext(ctx context.Context) *BulkJobOpsBulkUpdateEdgeNodeBaseOSParams

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSParamsWithContext creates a new BulkJobOpsBulkUpdateEdgeNodeBaseOSParams object with the ability to set a context for a request.

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSParamsWithHTTPClient added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSParamsWithHTTPClient(client *http.Client) *BulkJobOpsBulkUpdateEdgeNodeBaseOSParams

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSParamsWithHTTPClient creates a new BulkJobOpsBulkUpdateEdgeNodeBaseOSParams object with the ability to set a custom HTTPClient for a request.

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSParamsWithTimeout added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSParamsWithTimeout(timeout time.Duration) *BulkJobOpsBulkUpdateEdgeNodeBaseOSParams

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSParamsWithTimeout creates a new BulkJobOpsBulkUpdateEdgeNodeBaseOSParams object with the ability to set a timeout on a request.

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSParams) SetBody added in v1.0.2

SetBody adds the body to the bulk job ops bulk update edge node base o s params

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSParams) SetContext added in v1.0.2

SetContext adds the context to the bulk job ops bulk update edge node base o s params

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the bulk job ops bulk update edge node base o s params (not the query body).

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

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the bulk job ops bulk update edge node base o s params

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the bulk job ops bulk update edge node base o s params

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the bulk job ops bulk update edge node base o s params

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSParams) WithBody added in v1.0.2

WithBody adds the body to the bulk job ops bulk update edge node base o s params

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSParams) WithContext added in v1.0.2

WithContext adds the context to the bulk job ops bulk update edge node base o s params

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the bulk job ops bulk update edge node base o s params (not the query body).

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

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the bulk job ops bulk update edge node base o s params

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the bulk job ops bulk update edge node base o s params

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the bulk job ops bulk update edge node base o s params

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type BulkJobOpsBulkUpdateEdgeNodeBaseOSReader added in v1.0.2

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

BulkJobOpsBulkUpdateEdgeNodeBaseOSReader is a Reader for the BulkJobOpsBulkUpdateEdgeNodeBaseOS structure.

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryBadRequest added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryBadRequest 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 NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryBadRequest added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryBadRequest() *BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryBadRequest

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryBadRequest creates a BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryBadRequest with default headers values

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryBadRequest) Error added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryBadRequest) GetPayload added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk update edge node base o s retry bad request response has a 4xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryBadRequest) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk update edge node base o s retry bad request response a status code equal to that given

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk update edge node base o s retry bad request response has a 3xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk update edge node base o s retry bad request response has a 5xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk update edge node base o s retry bad request response has a 2xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryBadRequest) String added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryConflict added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryConflict struct {
	Payload *swagger_models.ZsrvResponse
}

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

Conflict. The API gateway did not process the request because this operation will conflict with an already existing asynchronous job request record.

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryConflict added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryConflict() *BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryConflict

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryConflict creates a BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryConflict with default headers values

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryConflict) Error added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryConflict) GetPayload added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryConflict) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk update edge node base o s retry conflict response has a 4xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryConflict) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk update edge node base o s retry conflict response a status code equal to that given

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk update edge node base o s retry conflict response has a 3xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryConflict) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk update edge node base o s retry conflict response has a 5xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk update edge node base o s retry conflict response has a 2xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryConflict) String added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryDefault added in v1.0.2

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

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

An unexpected error response.

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryDefault added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryDefault(code int) *BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryDefault

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryDefault creates a BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryDefault with default headers values

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryDefault) Code added in v1.0.2

Code gets the status code for the bulk job ops bulk update edge node base o s retry default response

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryDefault) Error added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryDefault) GetPayload added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryDefault) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk update edge node base o s retry default response has a 4xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryDefault) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk update edge node base o s retry default response a status code equal to that given

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk update edge node base o s retry default response has a 3xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryDefault) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk update edge node base o s retry default response has a 5xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk update edge node base o s retry default response has a 2xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryDefault) String added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryForbidden added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryForbidden 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-app level access permission for the operation or does not have access scope to the project.

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryForbidden added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryForbidden() *BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryForbidden

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryForbidden creates a BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryForbidden with default headers values

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryForbidden) Error added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryForbidden) GetPayload added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryForbidden) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk update edge node base o s retry forbidden response has a 4xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryForbidden) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk update edge node base o s retry forbidden response a status code equal to that given

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk update edge node base o s retry forbidden response has a 3xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryForbidden) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk update edge node base o s retry forbidden response has a 5xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk update edge node base o s retry forbidden response has a 2xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryForbidden) String added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryGatewayTimeout added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryGatewayTimeout 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 NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryGatewayTimeout added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryGatewayTimeout() *BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryGatewayTimeout

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryGatewayTimeout creates a BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryGatewayTimeout with default headers values

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryGatewayTimeout) Error added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryGatewayTimeout) GetPayload added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk update edge node base o s retry gateway timeout response has a 4xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk update edge node base o s retry gateway timeout response a status code equal to that given

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk update edge node base o s retry gateway timeout response has a 3xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk update edge node base o s retry gateway timeout response has a 5xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk update edge node base o s retry gateway timeout response has a 2xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryGatewayTimeout) String added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryInternalServerError added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryInternalServerError 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 NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryInternalServerError added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryInternalServerError() *BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryInternalServerError

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryInternalServerError creates a BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryInternalServerError with default headers values

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryInternalServerError) Error added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryInternalServerError) GetPayload added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk update edge node base o s retry internal server error response has a 4xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryInternalServerError) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk update edge node base o s retry internal server error response a status code equal to that given

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk update edge node base o s retry internal server error response has a 3xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk update edge node base o s retry internal server error response has a 5xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk update edge node base o s retry internal server error response has a 2xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryInternalServerError) String added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryNotFound added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryNotFound 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 NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryNotFound added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryNotFound() *BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryNotFound

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryNotFound creates a BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryNotFound with default headers values

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryNotFound) Error added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryNotFound) GetPayload added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryNotFound) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk update edge node base o s retry not found response has a 4xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryNotFound) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk update edge node base o s retry not found response a status code equal to that given

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk update edge node base o s retry not found response has a 3xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryNotFound) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk update edge node base o s retry not found response has a 5xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk update edge node base o s retry not found response has a 2xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryNotFound) String added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryOK added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryOK added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryOK() *BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryOK

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryOK creates a BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryOK with default headers values

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryOK) Error added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryOK) GetPayload added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryOK) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk update edge node base o s retry o k response has a 4xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryOK) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk update edge node base o s retry o k response a status code equal to that given

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryOK) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk update edge node base o s retry o k response has a 3xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryOK) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk update edge node base o s retry o k response has a 5xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryOK) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk update edge node base o s retry o k response has a 2xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryOK) String added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.BulkConfig

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

BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams contains all the parameters to send to the API endpoint

for the bulk job ops bulk update edge node base o s retry operation.

Typically these are written to a http.Request.

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams() *BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams creates a new BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams 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 NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParamsWithContext added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParamsWithContext(ctx context.Context) *BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParamsWithContext creates a new BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams object with the ability to set a context for a request.

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParamsWithHTTPClient added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParamsWithHTTPClient(client *http.Client) *BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParamsWithHTTPClient creates a new BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams object with the ability to set a custom HTTPClient for a request.

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParamsWithTimeout added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParamsWithTimeout(timeout time.Duration) *BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParamsWithTimeout creates a new BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams object with the ability to set a timeout on a request.

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams) SetBody added in v1.0.2

SetBody adds the body to the bulk job ops bulk update edge node base o s retry params

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams) SetContext added in v1.0.2

SetContext adds the context to the bulk job ops bulk update edge node base o s retry params

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the bulk job ops bulk update edge node base o s retry params (not the query body).

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

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the bulk job ops bulk update edge node base o s retry params

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the bulk job ops bulk update edge node base o s retry params

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the bulk job ops bulk update edge node base o s retry params

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams) WithBody added in v1.0.2

WithBody adds the body to the bulk job ops bulk update edge node base o s retry params

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams) WithContext added in v1.0.2

WithContext adds the context to the bulk job ops bulk update edge node base o s retry params

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the bulk job ops bulk update edge node base o s retry params (not the query body).

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

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the bulk job ops bulk update edge node base o s retry params

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the bulk job ops bulk update edge node base o s retry params

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the bulk job ops bulk update edge node base o s retry params

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryReader added in v1.0.2

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

BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryReader is a Reader for the BulkJobOpsBulkUpdateEdgeNodeBaseOSRetry structure.

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryUnauthorized added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryUnauthorized 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 NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryUnauthorized added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryUnauthorized() *BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryUnauthorized

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSRetryUnauthorized creates a BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryUnauthorized with default headers values

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryUnauthorized) Error added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryUnauthorized) GetPayload added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk update edge node base o s retry unauthorized response has a 4xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryUnauthorized) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk update edge node base o s retry unauthorized response a status code equal to that given

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk update edge node base o s retry unauthorized response has a 3xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk update edge node base o s retry unauthorized response has a 5xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk update edge node base o s retry unauthorized response has a 2xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryUnauthorized) String added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSUnauthorized added in v1.0.2

type BulkJobOpsBulkUpdateEdgeNodeBaseOSUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsBulkUpdateEdgeNodeBaseOSUnauthorized 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 NewBulkJobOpsBulkUpdateEdgeNodeBaseOSUnauthorized added in v1.0.2

func NewBulkJobOpsBulkUpdateEdgeNodeBaseOSUnauthorized() *BulkJobOpsBulkUpdateEdgeNodeBaseOSUnauthorized

NewBulkJobOpsBulkUpdateEdgeNodeBaseOSUnauthorized creates a BulkJobOpsBulkUpdateEdgeNodeBaseOSUnauthorized with default headers values

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSUnauthorized) Error added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSUnauthorized) GetPayload added in v1.0.2

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops bulk update edge node base o s unauthorized response has a 4xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSUnauthorized) IsCode added in v1.0.2

IsCode returns true when this bulk job ops bulk update edge node base o s unauthorized response a status code equal to that given

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops bulk update edge node base o s unauthorized response has a 3xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops bulk update edge node base o s unauthorized response has a 5xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops bulk update edge node base o s unauthorized response has a 2xx status code

func (*BulkJobOpsBulkUpdateEdgeNodeBaseOSUnauthorized) String added in v1.0.2

type BulkJobOpsCreateJobBadRequest added in v1.0.2

type BulkJobOpsCreateJobBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsCreateJobBadRequest 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 NewBulkJobOpsCreateJobBadRequest added in v1.0.2

func NewBulkJobOpsCreateJobBadRequest() *BulkJobOpsCreateJobBadRequest

NewBulkJobOpsCreateJobBadRequest creates a BulkJobOpsCreateJobBadRequest with default headers values

func (*BulkJobOpsCreateJobBadRequest) Error added in v1.0.2

func (*BulkJobOpsCreateJobBadRequest) GetPayload added in v1.0.2

func (*BulkJobOpsCreateJobBadRequest) IsClientError added in v1.0.2

func (o *BulkJobOpsCreateJobBadRequest) IsClientError() bool

IsClientError returns true when this bulk job ops create job bad request response has a 4xx status code

func (*BulkJobOpsCreateJobBadRequest) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops create job bad request response a status code equal to that given

func (*BulkJobOpsCreateJobBadRequest) IsRedirect added in v1.0.2

func (o *BulkJobOpsCreateJobBadRequest) IsRedirect() bool

IsRedirect returns true when this bulk job ops create job bad request response has a 3xx status code

func (*BulkJobOpsCreateJobBadRequest) IsServerError added in v1.0.2

func (o *BulkJobOpsCreateJobBadRequest) IsServerError() bool

IsServerError returns true when this bulk job ops create job bad request response has a 5xx status code

func (*BulkJobOpsCreateJobBadRequest) IsSuccess added in v1.0.2

func (o *BulkJobOpsCreateJobBadRequest) IsSuccess() bool

IsSuccess returns true when this bulk job ops create job bad request response has a 2xx status code

func (*BulkJobOpsCreateJobBadRequest) String added in v1.0.2

type BulkJobOpsCreateJobConflict added in v1.0.2

type BulkJobOpsCreateJobConflict struct {
	Payload *swagger_models.ZsrvResponse
}

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

Conflict. The API gateway did not process the request because this job record will conflict with an already existing job record.

func NewBulkJobOpsCreateJobConflict added in v1.0.2

func NewBulkJobOpsCreateJobConflict() *BulkJobOpsCreateJobConflict

NewBulkJobOpsCreateJobConflict creates a BulkJobOpsCreateJobConflict with default headers values

func (*BulkJobOpsCreateJobConflict) Error added in v1.0.2

func (*BulkJobOpsCreateJobConflict) GetPayload added in v1.0.2

func (*BulkJobOpsCreateJobConflict) IsClientError added in v1.0.2

func (o *BulkJobOpsCreateJobConflict) IsClientError() bool

IsClientError returns true when this bulk job ops create job conflict response has a 4xx status code

func (*BulkJobOpsCreateJobConflict) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops create job conflict response a status code equal to that given

func (*BulkJobOpsCreateJobConflict) IsRedirect added in v1.0.2

func (o *BulkJobOpsCreateJobConflict) IsRedirect() bool

IsRedirect returns true when this bulk job ops create job conflict response has a 3xx status code

func (*BulkJobOpsCreateJobConflict) IsServerError added in v1.0.2

func (o *BulkJobOpsCreateJobConflict) IsServerError() bool

IsServerError returns true when this bulk job ops create job conflict response has a 5xx status code

func (*BulkJobOpsCreateJobConflict) IsSuccess added in v1.0.2

func (o *BulkJobOpsCreateJobConflict) IsSuccess() bool

IsSuccess returns true when this bulk job ops create job conflict response has a 2xx status code

func (*BulkJobOpsCreateJobConflict) String added in v1.0.2

func (o *BulkJobOpsCreateJobConflict) String() string

type BulkJobOpsCreateJobDefault added in v1.0.2

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

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

An unexpected error response.

func NewBulkJobOpsCreateJobDefault added in v1.0.2

func NewBulkJobOpsCreateJobDefault(code int) *BulkJobOpsCreateJobDefault

NewBulkJobOpsCreateJobDefault creates a BulkJobOpsCreateJobDefault with default headers values

func (*BulkJobOpsCreateJobDefault) Code added in v1.0.2

func (o *BulkJobOpsCreateJobDefault) Code() int

Code gets the status code for the bulk job ops create job default response

func (*BulkJobOpsCreateJobDefault) Error added in v1.0.2

func (*BulkJobOpsCreateJobDefault) GetPayload added in v1.0.2

func (*BulkJobOpsCreateJobDefault) IsClientError added in v1.0.2

func (o *BulkJobOpsCreateJobDefault) IsClientError() bool

IsClientError returns true when this bulk job ops create job default response has a 4xx status code

func (*BulkJobOpsCreateJobDefault) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops create job default response a status code equal to that given

func (*BulkJobOpsCreateJobDefault) IsRedirect added in v1.0.2

func (o *BulkJobOpsCreateJobDefault) IsRedirect() bool

IsRedirect returns true when this bulk job ops create job default response has a 3xx status code

func (*BulkJobOpsCreateJobDefault) IsServerError added in v1.0.2

func (o *BulkJobOpsCreateJobDefault) IsServerError() bool

IsServerError returns true when this bulk job ops create job default response has a 5xx status code

func (*BulkJobOpsCreateJobDefault) IsSuccess added in v1.0.2

func (o *BulkJobOpsCreateJobDefault) IsSuccess() bool

IsSuccess returns true when this bulk job ops create job default response has a 2xx status code

func (*BulkJobOpsCreateJobDefault) String added in v1.0.2

func (o *BulkJobOpsCreateJobDefault) String() string

type BulkJobOpsCreateJobForbidden added in v1.0.2

type BulkJobOpsCreateJobForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsCreateJobForbidden 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-app level access permission for the operation or does not have access scope to the project.

func NewBulkJobOpsCreateJobForbidden added in v1.0.2

func NewBulkJobOpsCreateJobForbidden() *BulkJobOpsCreateJobForbidden

NewBulkJobOpsCreateJobForbidden creates a BulkJobOpsCreateJobForbidden with default headers values

func (*BulkJobOpsCreateJobForbidden) Error added in v1.0.2

func (*BulkJobOpsCreateJobForbidden) GetPayload added in v1.0.2

func (*BulkJobOpsCreateJobForbidden) IsClientError added in v1.0.2

func (o *BulkJobOpsCreateJobForbidden) IsClientError() bool

IsClientError returns true when this bulk job ops create job forbidden response has a 4xx status code

func (*BulkJobOpsCreateJobForbidden) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops create job forbidden response a status code equal to that given

func (*BulkJobOpsCreateJobForbidden) IsRedirect added in v1.0.2

func (o *BulkJobOpsCreateJobForbidden) IsRedirect() bool

IsRedirect returns true when this bulk job ops create job forbidden response has a 3xx status code

func (*BulkJobOpsCreateJobForbidden) IsServerError added in v1.0.2

func (o *BulkJobOpsCreateJobForbidden) IsServerError() bool

IsServerError returns true when this bulk job ops create job forbidden response has a 5xx status code

func (*BulkJobOpsCreateJobForbidden) IsSuccess added in v1.0.2

func (o *BulkJobOpsCreateJobForbidden) IsSuccess() bool

IsSuccess returns true when this bulk job ops create job forbidden response has a 2xx status code

func (*BulkJobOpsCreateJobForbidden) String added in v1.0.2

type BulkJobOpsCreateJobGatewayTimeout added in v1.0.2

type BulkJobOpsCreateJobGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsCreateJobGatewayTimeout 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 NewBulkJobOpsCreateJobGatewayTimeout added in v1.0.2

func NewBulkJobOpsCreateJobGatewayTimeout() *BulkJobOpsCreateJobGatewayTimeout

NewBulkJobOpsCreateJobGatewayTimeout creates a BulkJobOpsCreateJobGatewayTimeout with default headers values

func (*BulkJobOpsCreateJobGatewayTimeout) Error added in v1.0.2

func (*BulkJobOpsCreateJobGatewayTimeout) GetPayload added in v1.0.2

func (*BulkJobOpsCreateJobGatewayTimeout) IsClientError added in v1.0.2

func (o *BulkJobOpsCreateJobGatewayTimeout) IsClientError() bool

IsClientError returns true when this bulk job ops create job gateway timeout response has a 4xx status code

func (*BulkJobOpsCreateJobGatewayTimeout) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops create job gateway timeout response a status code equal to that given

func (*BulkJobOpsCreateJobGatewayTimeout) IsRedirect added in v1.0.2

func (o *BulkJobOpsCreateJobGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this bulk job ops create job gateway timeout response has a 3xx status code

func (*BulkJobOpsCreateJobGatewayTimeout) IsServerError added in v1.0.2

func (o *BulkJobOpsCreateJobGatewayTimeout) IsServerError() bool

IsServerError returns true when this bulk job ops create job gateway timeout response has a 5xx status code

func (*BulkJobOpsCreateJobGatewayTimeout) IsSuccess added in v1.0.2

func (o *BulkJobOpsCreateJobGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this bulk job ops create job gateway timeout response has a 2xx status code

func (*BulkJobOpsCreateJobGatewayTimeout) String added in v1.0.2

type BulkJobOpsCreateJobInternalServerError added in v1.0.2

type BulkJobOpsCreateJobInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsCreateJobInternalServerError 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 NewBulkJobOpsCreateJobInternalServerError added in v1.0.2

func NewBulkJobOpsCreateJobInternalServerError() *BulkJobOpsCreateJobInternalServerError

NewBulkJobOpsCreateJobInternalServerError creates a BulkJobOpsCreateJobInternalServerError with default headers values

func (*BulkJobOpsCreateJobInternalServerError) Error added in v1.0.2

func (*BulkJobOpsCreateJobInternalServerError) GetPayload added in v1.0.2

func (*BulkJobOpsCreateJobInternalServerError) IsClientError added in v1.0.2

func (o *BulkJobOpsCreateJobInternalServerError) IsClientError() bool

IsClientError returns true when this bulk job ops create job internal server error response has a 4xx status code

func (*BulkJobOpsCreateJobInternalServerError) IsCode added in v1.0.2

IsCode returns true when this bulk job ops create job internal server error response a status code equal to that given

func (*BulkJobOpsCreateJobInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops create job internal server error response has a 3xx status code

func (*BulkJobOpsCreateJobInternalServerError) IsServerError added in v1.0.2

func (o *BulkJobOpsCreateJobInternalServerError) IsServerError() bool

IsServerError returns true when this bulk job ops create job internal server error response has a 5xx status code

func (*BulkJobOpsCreateJobInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops create job internal server error response has a 2xx status code

func (*BulkJobOpsCreateJobInternalServerError) String added in v1.0.2

type BulkJobOpsCreateJobOK added in v1.0.2

type BulkJobOpsCreateJobOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewBulkJobOpsCreateJobOK added in v1.0.2

func NewBulkJobOpsCreateJobOK() *BulkJobOpsCreateJobOK

NewBulkJobOpsCreateJobOK creates a BulkJobOpsCreateJobOK with default headers values

func (*BulkJobOpsCreateJobOK) Error added in v1.0.2

func (o *BulkJobOpsCreateJobOK) Error() string

func (*BulkJobOpsCreateJobOK) GetPayload added in v1.0.2

func (*BulkJobOpsCreateJobOK) IsClientError added in v1.0.2

func (o *BulkJobOpsCreateJobOK) IsClientError() bool

IsClientError returns true when this bulk job ops create job o k response has a 4xx status code

func (*BulkJobOpsCreateJobOK) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops create job o k response a status code equal to that given

func (*BulkJobOpsCreateJobOK) IsRedirect added in v1.0.2

func (o *BulkJobOpsCreateJobOK) IsRedirect() bool

IsRedirect returns true when this bulk job ops create job o k response has a 3xx status code

func (*BulkJobOpsCreateJobOK) IsServerError added in v1.0.2

func (o *BulkJobOpsCreateJobOK) IsServerError() bool

IsServerError returns true when this bulk job ops create job o k response has a 5xx status code

func (*BulkJobOpsCreateJobOK) IsSuccess added in v1.0.2

func (o *BulkJobOpsCreateJobOK) IsSuccess() bool

IsSuccess returns true when this bulk job ops create job o k response has a 2xx status code

func (*BulkJobOpsCreateJobOK) String added in v1.0.2

func (o *BulkJobOpsCreateJobOK) String() string

type BulkJobOpsCreateJobParams added in v1.0.2

type BulkJobOpsCreateJobParams struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.JobConfig

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

BulkJobOpsCreateJobParams contains all the parameters to send to the API endpoint

for the bulk job ops create job operation.

Typically these are written to a http.Request.

func NewBulkJobOpsCreateJobParams added in v1.0.2

func NewBulkJobOpsCreateJobParams() *BulkJobOpsCreateJobParams

NewBulkJobOpsCreateJobParams creates a new BulkJobOpsCreateJobParams 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 NewBulkJobOpsCreateJobParamsWithContext added in v1.0.2

func NewBulkJobOpsCreateJobParamsWithContext(ctx context.Context) *BulkJobOpsCreateJobParams

NewBulkJobOpsCreateJobParamsWithContext creates a new BulkJobOpsCreateJobParams object with the ability to set a context for a request.

func NewBulkJobOpsCreateJobParamsWithHTTPClient added in v1.0.2

func NewBulkJobOpsCreateJobParamsWithHTTPClient(client *http.Client) *BulkJobOpsCreateJobParams

NewBulkJobOpsCreateJobParamsWithHTTPClient creates a new BulkJobOpsCreateJobParams object with the ability to set a custom HTTPClient for a request.

func NewBulkJobOpsCreateJobParamsWithTimeout added in v1.0.2

func NewBulkJobOpsCreateJobParamsWithTimeout(timeout time.Duration) *BulkJobOpsCreateJobParams

NewBulkJobOpsCreateJobParamsWithTimeout creates a new BulkJobOpsCreateJobParams object with the ability to set a timeout on a request.

func (*BulkJobOpsCreateJobParams) SetBody added in v1.0.2

SetBody adds the body to the bulk job ops create job params

func (*BulkJobOpsCreateJobParams) SetContext added in v1.0.2

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

SetContext adds the context to the bulk job ops create job params

func (*BulkJobOpsCreateJobParams) SetDefaults added in v1.0.2

func (o *BulkJobOpsCreateJobParams) SetDefaults()

SetDefaults hydrates default values in the bulk job ops create job params (not the query body).

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

func (*BulkJobOpsCreateJobParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the bulk job ops create job params

func (*BulkJobOpsCreateJobParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the bulk job ops create job params

func (*BulkJobOpsCreateJobParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the bulk job ops create job params

func (*BulkJobOpsCreateJobParams) WithBody added in v1.0.2

WithBody adds the body to the bulk job ops create job params

func (*BulkJobOpsCreateJobParams) WithContext added in v1.0.2

WithContext adds the context to the bulk job ops create job params

func (*BulkJobOpsCreateJobParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the bulk job ops create job params (not the query body).

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

func (*BulkJobOpsCreateJobParams) WithHTTPClient added in v1.0.2

func (o *BulkJobOpsCreateJobParams) WithHTTPClient(client *http.Client) *BulkJobOpsCreateJobParams

WithHTTPClient adds the HTTPClient to the bulk job ops create job params

func (*BulkJobOpsCreateJobParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the bulk job ops create job params

func (*BulkJobOpsCreateJobParams) WithXRequestID added in v1.0.2

func (o *BulkJobOpsCreateJobParams) WithXRequestID(xRequestID *string) *BulkJobOpsCreateJobParams

WithXRequestID adds the xRequestID to the bulk job ops create job params

func (*BulkJobOpsCreateJobParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type BulkJobOpsCreateJobReader added in v1.0.2

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

BulkJobOpsCreateJobReader is a Reader for the BulkJobOpsCreateJob structure.

func (*BulkJobOpsCreateJobReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type BulkJobOpsCreateJobUnauthorized added in v1.0.2

type BulkJobOpsCreateJobUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsCreateJobUnauthorized 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 NewBulkJobOpsCreateJobUnauthorized added in v1.0.2

func NewBulkJobOpsCreateJobUnauthorized() *BulkJobOpsCreateJobUnauthorized

NewBulkJobOpsCreateJobUnauthorized creates a BulkJobOpsCreateJobUnauthorized with default headers values

func (*BulkJobOpsCreateJobUnauthorized) Error added in v1.0.2

func (*BulkJobOpsCreateJobUnauthorized) GetPayload added in v1.0.2

func (*BulkJobOpsCreateJobUnauthorized) IsClientError added in v1.0.2

func (o *BulkJobOpsCreateJobUnauthorized) IsClientError() bool

IsClientError returns true when this bulk job ops create job unauthorized response has a 4xx status code

func (*BulkJobOpsCreateJobUnauthorized) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops create job unauthorized response a status code equal to that given

func (*BulkJobOpsCreateJobUnauthorized) IsRedirect added in v1.0.2

func (o *BulkJobOpsCreateJobUnauthorized) IsRedirect() bool

IsRedirect returns true when this bulk job ops create job unauthorized response has a 3xx status code

func (*BulkJobOpsCreateJobUnauthorized) IsServerError added in v1.0.2

func (o *BulkJobOpsCreateJobUnauthorized) IsServerError() bool

IsServerError returns true when this bulk job ops create job unauthorized response has a 5xx status code

func (*BulkJobOpsCreateJobUnauthorized) IsSuccess added in v1.0.2

func (o *BulkJobOpsCreateJobUnauthorized) IsSuccess() bool

IsSuccess returns true when this bulk job ops create job unauthorized response has a 2xx status code

func (*BulkJobOpsCreateJobUnauthorized) String added in v1.0.2

type BulkJobOpsDeleteJobBadRequest added in v1.0.2

type BulkJobOpsDeleteJobBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsDeleteJobBadRequest 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 NewBulkJobOpsDeleteJobBadRequest added in v1.0.2

func NewBulkJobOpsDeleteJobBadRequest() *BulkJobOpsDeleteJobBadRequest

NewBulkJobOpsDeleteJobBadRequest creates a BulkJobOpsDeleteJobBadRequest with default headers values

func (*BulkJobOpsDeleteJobBadRequest) Error added in v1.0.2

func (*BulkJobOpsDeleteJobBadRequest) GetPayload added in v1.0.2

func (*BulkJobOpsDeleteJobBadRequest) IsClientError added in v1.0.2

func (o *BulkJobOpsDeleteJobBadRequest) IsClientError() bool

IsClientError returns true when this bulk job ops delete job bad request response has a 4xx status code

func (*BulkJobOpsDeleteJobBadRequest) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops delete job bad request response a status code equal to that given

func (*BulkJobOpsDeleteJobBadRequest) IsRedirect added in v1.0.2

func (o *BulkJobOpsDeleteJobBadRequest) IsRedirect() bool

IsRedirect returns true when this bulk job ops delete job bad request response has a 3xx status code

func (*BulkJobOpsDeleteJobBadRequest) IsServerError added in v1.0.2

func (o *BulkJobOpsDeleteJobBadRequest) IsServerError() bool

IsServerError returns true when this bulk job ops delete job bad request response has a 5xx status code

func (*BulkJobOpsDeleteJobBadRequest) IsSuccess added in v1.0.2

func (o *BulkJobOpsDeleteJobBadRequest) IsSuccess() bool

IsSuccess returns true when this bulk job ops delete job bad request response has a 2xx status code

func (*BulkJobOpsDeleteJobBadRequest) String added in v1.0.2

type BulkJobOpsDeleteJobConflict added in v1.0.2

type BulkJobOpsDeleteJobConflict struct {
	Payload *swagger_models.ZsrvResponse
}

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

Conflict. The API gateway did not process the request because this job is in progress, dependent tasks are still running

func NewBulkJobOpsDeleteJobConflict added in v1.0.2

func NewBulkJobOpsDeleteJobConflict() *BulkJobOpsDeleteJobConflict

NewBulkJobOpsDeleteJobConflict creates a BulkJobOpsDeleteJobConflict with default headers values

func (*BulkJobOpsDeleteJobConflict) Error added in v1.0.2

func (*BulkJobOpsDeleteJobConflict) GetPayload added in v1.0.2

func (*BulkJobOpsDeleteJobConflict) IsClientError added in v1.0.2

func (o *BulkJobOpsDeleteJobConflict) IsClientError() bool

IsClientError returns true when this bulk job ops delete job conflict response has a 4xx status code

func (*BulkJobOpsDeleteJobConflict) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops delete job conflict response a status code equal to that given

func (*BulkJobOpsDeleteJobConflict) IsRedirect added in v1.0.2

func (o *BulkJobOpsDeleteJobConflict) IsRedirect() bool

IsRedirect returns true when this bulk job ops delete job conflict response has a 3xx status code

func (*BulkJobOpsDeleteJobConflict) IsServerError added in v1.0.2

func (o *BulkJobOpsDeleteJobConflict) IsServerError() bool

IsServerError returns true when this bulk job ops delete job conflict response has a 5xx status code

func (*BulkJobOpsDeleteJobConflict) IsSuccess added in v1.0.2

func (o *BulkJobOpsDeleteJobConflict) IsSuccess() bool

IsSuccess returns true when this bulk job ops delete job conflict response has a 2xx status code

func (*BulkJobOpsDeleteJobConflict) String added in v1.0.2

func (o *BulkJobOpsDeleteJobConflict) String() string

type BulkJobOpsDeleteJobDefault added in v1.0.2

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

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

An unexpected error response.

func NewBulkJobOpsDeleteJobDefault added in v1.0.2

func NewBulkJobOpsDeleteJobDefault(code int) *BulkJobOpsDeleteJobDefault

NewBulkJobOpsDeleteJobDefault creates a BulkJobOpsDeleteJobDefault with default headers values

func (*BulkJobOpsDeleteJobDefault) Code added in v1.0.2

func (o *BulkJobOpsDeleteJobDefault) Code() int

Code gets the status code for the bulk job ops delete job default response

func (*BulkJobOpsDeleteJobDefault) Error added in v1.0.2

func (*BulkJobOpsDeleteJobDefault) GetPayload added in v1.0.2

func (*BulkJobOpsDeleteJobDefault) IsClientError added in v1.0.2

func (o *BulkJobOpsDeleteJobDefault) IsClientError() bool

IsClientError returns true when this bulk job ops delete job default response has a 4xx status code

func (*BulkJobOpsDeleteJobDefault) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops delete job default response a status code equal to that given

func (*BulkJobOpsDeleteJobDefault) IsRedirect added in v1.0.2

func (o *BulkJobOpsDeleteJobDefault) IsRedirect() bool

IsRedirect returns true when this bulk job ops delete job default response has a 3xx status code

func (*BulkJobOpsDeleteJobDefault) IsServerError added in v1.0.2

func (o *BulkJobOpsDeleteJobDefault) IsServerError() bool

IsServerError returns true when this bulk job ops delete job default response has a 5xx status code

func (*BulkJobOpsDeleteJobDefault) IsSuccess added in v1.0.2

func (o *BulkJobOpsDeleteJobDefault) IsSuccess() bool

IsSuccess returns true when this bulk job ops delete job default response has a 2xx status code

func (*BulkJobOpsDeleteJobDefault) String added in v1.0.2

func (o *BulkJobOpsDeleteJobDefault) String() string

type BulkJobOpsDeleteJobForbidden added in v1.0.2

type BulkJobOpsDeleteJobForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsDeleteJobForbidden 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-app level access permission for the operation or does not have access scope to the project.

func NewBulkJobOpsDeleteJobForbidden added in v1.0.2

func NewBulkJobOpsDeleteJobForbidden() *BulkJobOpsDeleteJobForbidden

NewBulkJobOpsDeleteJobForbidden creates a BulkJobOpsDeleteJobForbidden with default headers values

func (*BulkJobOpsDeleteJobForbidden) Error added in v1.0.2

func (*BulkJobOpsDeleteJobForbidden) GetPayload added in v1.0.2

func (*BulkJobOpsDeleteJobForbidden) IsClientError added in v1.0.2

func (o *BulkJobOpsDeleteJobForbidden) IsClientError() bool

IsClientError returns true when this bulk job ops delete job forbidden response has a 4xx status code

func (*BulkJobOpsDeleteJobForbidden) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops delete job forbidden response a status code equal to that given

func (*BulkJobOpsDeleteJobForbidden) IsRedirect added in v1.0.2

func (o *BulkJobOpsDeleteJobForbidden) IsRedirect() bool

IsRedirect returns true when this bulk job ops delete job forbidden response has a 3xx status code

func (*BulkJobOpsDeleteJobForbidden) IsServerError added in v1.0.2

func (o *BulkJobOpsDeleteJobForbidden) IsServerError() bool

IsServerError returns true when this bulk job ops delete job forbidden response has a 5xx status code

func (*BulkJobOpsDeleteJobForbidden) IsSuccess added in v1.0.2

func (o *BulkJobOpsDeleteJobForbidden) IsSuccess() bool

IsSuccess returns true when this bulk job ops delete job forbidden response has a 2xx status code

func (*BulkJobOpsDeleteJobForbidden) String added in v1.0.2

type BulkJobOpsDeleteJobGatewayTimeout added in v1.0.2

type BulkJobOpsDeleteJobGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsDeleteJobGatewayTimeout 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 NewBulkJobOpsDeleteJobGatewayTimeout added in v1.0.2

func NewBulkJobOpsDeleteJobGatewayTimeout() *BulkJobOpsDeleteJobGatewayTimeout

NewBulkJobOpsDeleteJobGatewayTimeout creates a BulkJobOpsDeleteJobGatewayTimeout with default headers values

func (*BulkJobOpsDeleteJobGatewayTimeout) Error added in v1.0.2

func (*BulkJobOpsDeleteJobGatewayTimeout) GetPayload added in v1.0.2

func (*BulkJobOpsDeleteJobGatewayTimeout) IsClientError added in v1.0.2

func (o *BulkJobOpsDeleteJobGatewayTimeout) IsClientError() bool

IsClientError returns true when this bulk job ops delete job gateway timeout response has a 4xx status code

func (*BulkJobOpsDeleteJobGatewayTimeout) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops delete job gateway timeout response a status code equal to that given

func (*BulkJobOpsDeleteJobGatewayTimeout) IsRedirect added in v1.0.2

func (o *BulkJobOpsDeleteJobGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this bulk job ops delete job gateway timeout response has a 3xx status code

func (*BulkJobOpsDeleteJobGatewayTimeout) IsServerError added in v1.0.2

func (o *BulkJobOpsDeleteJobGatewayTimeout) IsServerError() bool

IsServerError returns true when this bulk job ops delete job gateway timeout response has a 5xx status code

func (*BulkJobOpsDeleteJobGatewayTimeout) IsSuccess added in v1.0.2

func (o *BulkJobOpsDeleteJobGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this bulk job ops delete job gateway timeout response has a 2xx status code

func (*BulkJobOpsDeleteJobGatewayTimeout) String added in v1.0.2

type BulkJobOpsDeleteJobInternalServerError added in v1.0.2

type BulkJobOpsDeleteJobInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsDeleteJobInternalServerError 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 NewBulkJobOpsDeleteJobInternalServerError added in v1.0.2

func NewBulkJobOpsDeleteJobInternalServerError() *BulkJobOpsDeleteJobInternalServerError

NewBulkJobOpsDeleteJobInternalServerError creates a BulkJobOpsDeleteJobInternalServerError with default headers values

func (*BulkJobOpsDeleteJobInternalServerError) Error added in v1.0.2

func (*BulkJobOpsDeleteJobInternalServerError) GetPayload added in v1.0.2

func (*BulkJobOpsDeleteJobInternalServerError) IsClientError added in v1.0.2

func (o *BulkJobOpsDeleteJobInternalServerError) IsClientError() bool

IsClientError returns true when this bulk job ops delete job internal server error response has a 4xx status code

func (*BulkJobOpsDeleteJobInternalServerError) IsCode added in v1.0.2

IsCode returns true when this bulk job ops delete job internal server error response a status code equal to that given

func (*BulkJobOpsDeleteJobInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops delete job internal server error response has a 3xx status code

func (*BulkJobOpsDeleteJobInternalServerError) IsServerError added in v1.0.2

func (o *BulkJobOpsDeleteJobInternalServerError) IsServerError() bool

IsServerError returns true when this bulk job ops delete job internal server error response has a 5xx status code

func (*BulkJobOpsDeleteJobInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops delete job internal server error response has a 2xx status code

func (*BulkJobOpsDeleteJobInternalServerError) String added in v1.0.2

type BulkJobOpsDeleteJobNotFound added in v1.0.2

type BulkJobOpsDeleteJobNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsDeleteJobNotFound 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 NewBulkJobOpsDeleteJobNotFound added in v1.0.2

func NewBulkJobOpsDeleteJobNotFound() *BulkJobOpsDeleteJobNotFound

NewBulkJobOpsDeleteJobNotFound creates a BulkJobOpsDeleteJobNotFound with default headers values

func (*BulkJobOpsDeleteJobNotFound) Error added in v1.0.2

func (*BulkJobOpsDeleteJobNotFound) GetPayload added in v1.0.2

func (*BulkJobOpsDeleteJobNotFound) IsClientError added in v1.0.2

func (o *BulkJobOpsDeleteJobNotFound) IsClientError() bool

IsClientError returns true when this bulk job ops delete job not found response has a 4xx status code

func (*BulkJobOpsDeleteJobNotFound) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops delete job not found response a status code equal to that given

func (*BulkJobOpsDeleteJobNotFound) IsRedirect added in v1.0.2

func (o *BulkJobOpsDeleteJobNotFound) IsRedirect() bool

IsRedirect returns true when this bulk job ops delete job not found response has a 3xx status code

func (*BulkJobOpsDeleteJobNotFound) IsServerError added in v1.0.2

func (o *BulkJobOpsDeleteJobNotFound) IsServerError() bool

IsServerError returns true when this bulk job ops delete job not found response has a 5xx status code

func (*BulkJobOpsDeleteJobNotFound) IsSuccess added in v1.0.2

func (o *BulkJobOpsDeleteJobNotFound) IsSuccess() bool

IsSuccess returns true when this bulk job ops delete job not found response has a 2xx status code

func (*BulkJobOpsDeleteJobNotFound) String added in v1.0.2

func (o *BulkJobOpsDeleteJobNotFound) String() string

type BulkJobOpsDeleteJobOK added in v1.0.2

type BulkJobOpsDeleteJobOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewBulkJobOpsDeleteJobOK added in v1.0.2

func NewBulkJobOpsDeleteJobOK() *BulkJobOpsDeleteJobOK

NewBulkJobOpsDeleteJobOK creates a BulkJobOpsDeleteJobOK with default headers values

func (*BulkJobOpsDeleteJobOK) Error added in v1.0.2

func (o *BulkJobOpsDeleteJobOK) Error() string

func (*BulkJobOpsDeleteJobOK) GetPayload added in v1.0.2

func (*BulkJobOpsDeleteJobOK) IsClientError added in v1.0.2

func (o *BulkJobOpsDeleteJobOK) IsClientError() bool

IsClientError returns true when this bulk job ops delete job o k response has a 4xx status code

func (*BulkJobOpsDeleteJobOK) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops delete job o k response a status code equal to that given

func (*BulkJobOpsDeleteJobOK) IsRedirect added in v1.0.2

func (o *BulkJobOpsDeleteJobOK) IsRedirect() bool

IsRedirect returns true when this bulk job ops delete job o k response has a 3xx status code

func (*BulkJobOpsDeleteJobOK) IsServerError added in v1.0.2

func (o *BulkJobOpsDeleteJobOK) IsServerError() bool

IsServerError returns true when this bulk job ops delete job o k response has a 5xx status code

func (*BulkJobOpsDeleteJobOK) IsSuccess added in v1.0.2

func (o *BulkJobOpsDeleteJobOK) IsSuccess() bool

IsSuccess returns true when this bulk job ops delete job o k response has a 2xx status code

func (*BulkJobOpsDeleteJobOK) String added in v1.0.2

func (o *BulkJobOpsDeleteJobOK) String() string

type BulkJobOpsDeleteJobParams added in v1.0.2

type BulkJobOpsDeleteJobParams struct {

	/* XRequestID.

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

	/* ID.

	   System defined universally unique Id of the job request
	*/
	ID string

	/* ObjectType.

	   object type for which job has been created
	*/
	ObjectType string

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

BulkJobOpsDeleteJobParams contains all the parameters to send to the API endpoint

for the bulk job ops delete job operation.

Typically these are written to a http.Request.

func NewBulkJobOpsDeleteJobParams added in v1.0.2

func NewBulkJobOpsDeleteJobParams() *BulkJobOpsDeleteJobParams

NewBulkJobOpsDeleteJobParams creates a new BulkJobOpsDeleteJobParams 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 NewBulkJobOpsDeleteJobParamsWithContext added in v1.0.2

func NewBulkJobOpsDeleteJobParamsWithContext(ctx context.Context) *BulkJobOpsDeleteJobParams

NewBulkJobOpsDeleteJobParamsWithContext creates a new BulkJobOpsDeleteJobParams object with the ability to set a context for a request.

func NewBulkJobOpsDeleteJobParamsWithHTTPClient added in v1.0.2

func NewBulkJobOpsDeleteJobParamsWithHTTPClient(client *http.Client) *BulkJobOpsDeleteJobParams

NewBulkJobOpsDeleteJobParamsWithHTTPClient creates a new BulkJobOpsDeleteJobParams object with the ability to set a custom HTTPClient for a request.

func NewBulkJobOpsDeleteJobParamsWithTimeout added in v1.0.2

func NewBulkJobOpsDeleteJobParamsWithTimeout(timeout time.Duration) *BulkJobOpsDeleteJobParams

NewBulkJobOpsDeleteJobParamsWithTimeout creates a new BulkJobOpsDeleteJobParams object with the ability to set a timeout on a request.

func (*BulkJobOpsDeleteJobParams) SetContext added in v1.0.2

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

SetContext adds the context to the bulk job ops delete job params

func (*BulkJobOpsDeleteJobParams) SetDefaults added in v1.0.2

func (o *BulkJobOpsDeleteJobParams) SetDefaults()

SetDefaults hydrates default values in the bulk job ops delete job params (not the query body).

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

func (*BulkJobOpsDeleteJobParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the bulk job ops delete job params

func (*BulkJobOpsDeleteJobParams) SetID added in v1.0.2

func (o *BulkJobOpsDeleteJobParams) SetID(id string)

SetID adds the id to the bulk job ops delete job params

func (*BulkJobOpsDeleteJobParams) SetObjectType added in v1.0.2

func (o *BulkJobOpsDeleteJobParams) SetObjectType(objectType string)

SetObjectType adds the objectType to the bulk job ops delete job params

func (*BulkJobOpsDeleteJobParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the bulk job ops delete job params

func (*BulkJobOpsDeleteJobParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the bulk job ops delete job params

func (*BulkJobOpsDeleteJobParams) WithContext added in v1.0.2

WithContext adds the context to the bulk job ops delete job params

func (*BulkJobOpsDeleteJobParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the bulk job ops delete job params (not the query body).

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

func (*BulkJobOpsDeleteJobParams) WithHTTPClient added in v1.0.2

func (o *BulkJobOpsDeleteJobParams) WithHTTPClient(client *http.Client) *BulkJobOpsDeleteJobParams

WithHTTPClient adds the HTTPClient to the bulk job ops delete job params

func (*BulkJobOpsDeleteJobParams) WithID added in v1.0.2

WithID adds the id to the bulk job ops delete job params

func (*BulkJobOpsDeleteJobParams) WithObjectType added in v1.0.2

func (o *BulkJobOpsDeleteJobParams) WithObjectType(objectType string) *BulkJobOpsDeleteJobParams

WithObjectType adds the objectType to the bulk job ops delete job params

func (*BulkJobOpsDeleteJobParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the bulk job ops delete job params

func (*BulkJobOpsDeleteJobParams) WithXRequestID added in v1.0.2

func (o *BulkJobOpsDeleteJobParams) WithXRequestID(xRequestID *string) *BulkJobOpsDeleteJobParams

WithXRequestID adds the xRequestID to the bulk job ops delete job params

func (*BulkJobOpsDeleteJobParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type BulkJobOpsDeleteJobReader added in v1.0.2

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

BulkJobOpsDeleteJobReader is a Reader for the BulkJobOpsDeleteJob structure.

func (*BulkJobOpsDeleteJobReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type BulkJobOpsDeleteJobUnauthorized added in v1.0.2

type BulkJobOpsDeleteJobUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsDeleteJobUnauthorized 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 NewBulkJobOpsDeleteJobUnauthorized added in v1.0.2

func NewBulkJobOpsDeleteJobUnauthorized() *BulkJobOpsDeleteJobUnauthorized

NewBulkJobOpsDeleteJobUnauthorized creates a BulkJobOpsDeleteJobUnauthorized with default headers values

func (*BulkJobOpsDeleteJobUnauthorized) Error added in v1.0.2

func (*BulkJobOpsDeleteJobUnauthorized) GetPayload added in v1.0.2

func (*BulkJobOpsDeleteJobUnauthorized) IsClientError added in v1.0.2

func (o *BulkJobOpsDeleteJobUnauthorized) IsClientError() bool

IsClientError returns true when this bulk job ops delete job unauthorized response has a 4xx status code

func (*BulkJobOpsDeleteJobUnauthorized) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops delete job unauthorized response a status code equal to that given

func (*BulkJobOpsDeleteJobUnauthorized) IsRedirect added in v1.0.2

func (o *BulkJobOpsDeleteJobUnauthorized) IsRedirect() bool

IsRedirect returns true when this bulk job ops delete job unauthorized response has a 3xx status code

func (*BulkJobOpsDeleteJobUnauthorized) IsServerError added in v1.0.2

func (o *BulkJobOpsDeleteJobUnauthorized) IsServerError() bool

IsServerError returns true when this bulk job ops delete job unauthorized response has a 5xx status code

func (*BulkJobOpsDeleteJobUnauthorized) IsSuccess added in v1.0.2

func (o *BulkJobOpsDeleteJobUnauthorized) IsSuccess() bool

IsSuccess returns true when this bulk job ops delete job unauthorized response has a 2xx status code

func (*BulkJobOpsDeleteJobUnauthorized) String added in v1.0.2

type BulkJobOpsGetJobBadRequest added in v1.0.2

type BulkJobOpsGetJobBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsGetJobBadRequest 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 NewBulkJobOpsGetJobBadRequest added in v1.0.2

func NewBulkJobOpsGetJobBadRequest() *BulkJobOpsGetJobBadRequest

NewBulkJobOpsGetJobBadRequest creates a BulkJobOpsGetJobBadRequest with default headers values

func (*BulkJobOpsGetJobBadRequest) Error added in v1.0.2

func (*BulkJobOpsGetJobBadRequest) GetPayload added in v1.0.2

func (*BulkJobOpsGetJobBadRequest) IsClientError added in v1.0.2

func (o *BulkJobOpsGetJobBadRequest) IsClientError() bool

IsClientError returns true when this bulk job ops get job bad request response has a 4xx status code

func (*BulkJobOpsGetJobBadRequest) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops get job bad request response a status code equal to that given

func (*BulkJobOpsGetJobBadRequest) IsRedirect added in v1.0.2

func (o *BulkJobOpsGetJobBadRequest) IsRedirect() bool

IsRedirect returns true when this bulk job ops get job bad request response has a 3xx status code

func (*BulkJobOpsGetJobBadRequest) IsServerError added in v1.0.2

func (o *BulkJobOpsGetJobBadRequest) IsServerError() bool

IsServerError returns true when this bulk job ops get job bad request response has a 5xx status code

func (*BulkJobOpsGetJobBadRequest) IsSuccess added in v1.0.2

func (o *BulkJobOpsGetJobBadRequest) IsSuccess() bool

IsSuccess returns true when this bulk job ops get job bad request response has a 2xx status code

func (*BulkJobOpsGetJobBadRequest) String added in v1.0.2

func (o *BulkJobOpsGetJobBadRequest) String() string

type BulkJobOpsGetJobByNameBadRequest added in v1.0.2

type BulkJobOpsGetJobByNameBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsGetJobByNameBadRequest 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 NewBulkJobOpsGetJobByNameBadRequest added in v1.0.2

func NewBulkJobOpsGetJobByNameBadRequest() *BulkJobOpsGetJobByNameBadRequest

NewBulkJobOpsGetJobByNameBadRequest creates a BulkJobOpsGetJobByNameBadRequest with default headers values

func (*BulkJobOpsGetJobByNameBadRequest) Error added in v1.0.2

func (*BulkJobOpsGetJobByNameBadRequest) GetPayload added in v1.0.2

func (*BulkJobOpsGetJobByNameBadRequest) IsClientError added in v1.0.2

func (o *BulkJobOpsGetJobByNameBadRequest) IsClientError() bool

IsClientError returns true when this bulk job ops get job by name bad request response has a 4xx status code

func (*BulkJobOpsGetJobByNameBadRequest) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops get job by name bad request response a status code equal to that given

func (*BulkJobOpsGetJobByNameBadRequest) IsRedirect added in v1.0.2

func (o *BulkJobOpsGetJobByNameBadRequest) IsRedirect() bool

IsRedirect returns true when this bulk job ops get job by name bad request response has a 3xx status code

func (*BulkJobOpsGetJobByNameBadRequest) IsServerError added in v1.0.2

func (o *BulkJobOpsGetJobByNameBadRequest) IsServerError() bool

IsServerError returns true when this bulk job ops get job by name bad request response has a 5xx status code

func (*BulkJobOpsGetJobByNameBadRequest) IsSuccess added in v1.0.2

func (o *BulkJobOpsGetJobByNameBadRequest) IsSuccess() bool

IsSuccess returns true when this bulk job ops get job by name bad request response has a 2xx status code

func (*BulkJobOpsGetJobByNameBadRequest) String added in v1.0.2

type BulkJobOpsGetJobByNameDefault added in v1.0.2

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

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

An unexpected error response.

func NewBulkJobOpsGetJobByNameDefault added in v1.0.2

func NewBulkJobOpsGetJobByNameDefault(code int) *BulkJobOpsGetJobByNameDefault

NewBulkJobOpsGetJobByNameDefault creates a BulkJobOpsGetJobByNameDefault with default headers values

func (*BulkJobOpsGetJobByNameDefault) Code added in v1.0.2

Code gets the status code for the bulk job ops get job by name default response

func (*BulkJobOpsGetJobByNameDefault) Error added in v1.0.2

func (*BulkJobOpsGetJobByNameDefault) GetPayload added in v1.0.2

func (*BulkJobOpsGetJobByNameDefault) IsClientError added in v1.0.2

func (o *BulkJobOpsGetJobByNameDefault) IsClientError() bool

IsClientError returns true when this bulk job ops get job by name default response has a 4xx status code

func (*BulkJobOpsGetJobByNameDefault) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops get job by name default response a status code equal to that given

func (*BulkJobOpsGetJobByNameDefault) IsRedirect added in v1.0.2

func (o *BulkJobOpsGetJobByNameDefault) IsRedirect() bool

IsRedirect returns true when this bulk job ops get job by name default response has a 3xx status code

func (*BulkJobOpsGetJobByNameDefault) IsServerError added in v1.0.2

func (o *BulkJobOpsGetJobByNameDefault) IsServerError() bool

IsServerError returns true when this bulk job ops get job by name default response has a 5xx status code

func (*BulkJobOpsGetJobByNameDefault) IsSuccess added in v1.0.2

func (o *BulkJobOpsGetJobByNameDefault) IsSuccess() bool

IsSuccess returns true when this bulk job ops get job by name default response has a 2xx status code

func (*BulkJobOpsGetJobByNameDefault) String added in v1.0.2

type BulkJobOpsGetJobByNameForbidden added in v1.0.2

type BulkJobOpsGetJobByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsGetJobByNameForbidden 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-app level access permission for the operation or does not have access scope to the project.

func NewBulkJobOpsGetJobByNameForbidden added in v1.0.2

func NewBulkJobOpsGetJobByNameForbidden() *BulkJobOpsGetJobByNameForbidden

NewBulkJobOpsGetJobByNameForbidden creates a BulkJobOpsGetJobByNameForbidden with default headers values

func (*BulkJobOpsGetJobByNameForbidden) Error added in v1.0.2

func (*BulkJobOpsGetJobByNameForbidden) GetPayload added in v1.0.2

func (*BulkJobOpsGetJobByNameForbidden) IsClientError added in v1.0.2

func (o *BulkJobOpsGetJobByNameForbidden) IsClientError() bool

IsClientError returns true when this bulk job ops get job by name forbidden response has a 4xx status code

func (*BulkJobOpsGetJobByNameForbidden) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops get job by name forbidden response a status code equal to that given

func (*BulkJobOpsGetJobByNameForbidden) IsRedirect added in v1.0.2

func (o *BulkJobOpsGetJobByNameForbidden) IsRedirect() bool

IsRedirect returns true when this bulk job ops get job by name forbidden response has a 3xx status code

func (*BulkJobOpsGetJobByNameForbidden) IsServerError added in v1.0.2

func (o *BulkJobOpsGetJobByNameForbidden) IsServerError() bool

IsServerError returns true when this bulk job ops get job by name forbidden response has a 5xx status code

func (*BulkJobOpsGetJobByNameForbidden) IsSuccess added in v1.0.2

func (o *BulkJobOpsGetJobByNameForbidden) IsSuccess() bool

IsSuccess returns true when this bulk job ops get job by name forbidden response has a 2xx status code

func (*BulkJobOpsGetJobByNameForbidden) String added in v1.0.2

type BulkJobOpsGetJobByNameGatewayTimeout added in v1.0.2

type BulkJobOpsGetJobByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsGetJobByNameGatewayTimeout 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 NewBulkJobOpsGetJobByNameGatewayTimeout added in v1.0.2

func NewBulkJobOpsGetJobByNameGatewayTimeout() *BulkJobOpsGetJobByNameGatewayTimeout

NewBulkJobOpsGetJobByNameGatewayTimeout creates a BulkJobOpsGetJobByNameGatewayTimeout with default headers values

func (*BulkJobOpsGetJobByNameGatewayTimeout) Error added in v1.0.2

func (*BulkJobOpsGetJobByNameGatewayTimeout) GetPayload added in v1.0.2

func (*BulkJobOpsGetJobByNameGatewayTimeout) IsClientError added in v1.0.2

func (o *BulkJobOpsGetJobByNameGatewayTimeout) IsClientError() bool

IsClientError returns true when this bulk job ops get job by name gateway timeout response has a 4xx status code

func (*BulkJobOpsGetJobByNameGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this bulk job ops get job by name gateway timeout response a status code equal to that given

func (*BulkJobOpsGetJobByNameGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops get job by name gateway timeout response has a 3xx status code

func (*BulkJobOpsGetJobByNameGatewayTimeout) IsServerError added in v1.0.2

func (o *BulkJobOpsGetJobByNameGatewayTimeout) IsServerError() bool

IsServerError returns true when this bulk job ops get job by name gateway timeout response has a 5xx status code

func (*BulkJobOpsGetJobByNameGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops get job by name gateway timeout response has a 2xx status code

func (*BulkJobOpsGetJobByNameGatewayTimeout) String added in v1.0.2

type BulkJobOpsGetJobByNameInternalServerError added in v1.0.2

type BulkJobOpsGetJobByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsGetJobByNameInternalServerError 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 NewBulkJobOpsGetJobByNameInternalServerError added in v1.0.2

func NewBulkJobOpsGetJobByNameInternalServerError() *BulkJobOpsGetJobByNameInternalServerError

NewBulkJobOpsGetJobByNameInternalServerError creates a BulkJobOpsGetJobByNameInternalServerError with default headers values

func (*BulkJobOpsGetJobByNameInternalServerError) Error added in v1.0.2

func (*BulkJobOpsGetJobByNameInternalServerError) GetPayload added in v1.0.2

func (*BulkJobOpsGetJobByNameInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this bulk job ops get job by name internal server error response has a 4xx status code

func (*BulkJobOpsGetJobByNameInternalServerError) IsCode added in v1.0.2

IsCode returns true when this bulk job ops get job by name internal server error response a status code equal to that given

func (*BulkJobOpsGetJobByNameInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops get job by name internal server error response has a 3xx status code

func (*BulkJobOpsGetJobByNameInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this bulk job ops get job by name internal server error response has a 5xx status code

func (*BulkJobOpsGetJobByNameInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops get job by name internal server error response has a 2xx status code

func (*BulkJobOpsGetJobByNameInternalServerError) String added in v1.0.2

type BulkJobOpsGetJobByNameNotFound added in v1.0.2

type BulkJobOpsGetJobByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsGetJobByNameNotFound 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 NewBulkJobOpsGetJobByNameNotFound added in v1.0.2

func NewBulkJobOpsGetJobByNameNotFound() *BulkJobOpsGetJobByNameNotFound

NewBulkJobOpsGetJobByNameNotFound creates a BulkJobOpsGetJobByNameNotFound with default headers values

func (*BulkJobOpsGetJobByNameNotFound) Error added in v1.0.2

func (*BulkJobOpsGetJobByNameNotFound) GetPayload added in v1.0.2

func (*BulkJobOpsGetJobByNameNotFound) IsClientError added in v1.0.2

func (o *BulkJobOpsGetJobByNameNotFound) IsClientError() bool

IsClientError returns true when this bulk job ops get job by name not found response has a 4xx status code

func (*BulkJobOpsGetJobByNameNotFound) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops get job by name not found response a status code equal to that given

func (*BulkJobOpsGetJobByNameNotFound) IsRedirect added in v1.0.2

func (o *BulkJobOpsGetJobByNameNotFound) IsRedirect() bool

IsRedirect returns true when this bulk job ops get job by name not found response has a 3xx status code

func (*BulkJobOpsGetJobByNameNotFound) IsServerError added in v1.0.2

func (o *BulkJobOpsGetJobByNameNotFound) IsServerError() bool

IsServerError returns true when this bulk job ops get job by name not found response has a 5xx status code

func (*BulkJobOpsGetJobByNameNotFound) IsSuccess added in v1.0.2

func (o *BulkJobOpsGetJobByNameNotFound) IsSuccess() bool

IsSuccess returns true when this bulk job ops get job by name not found response has a 2xx status code

func (*BulkJobOpsGetJobByNameNotFound) String added in v1.0.2

type BulkJobOpsGetJobByNameOK added in v1.0.2

type BulkJobOpsGetJobByNameOK struct {
	Payload *swagger_models.JobConfig
}

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

A successful response.

func NewBulkJobOpsGetJobByNameOK added in v1.0.2

func NewBulkJobOpsGetJobByNameOK() *BulkJobOpsGetJobByNameOK

NewBulkJobOpsGetJobByNameOK creates a BulkJobOpsGetJobByNameOK with default headers values

func (*BulkJobOpsGetJobByNameOK) Error added in v1.0.2

func (o *BulkJobOpsGetJobByNameOK) Error() string

func (*BulkJobOpsGetJobByNameOK) GetPayload added in v1.0.2

func (*BulkJobOpsGetJobByNameOK) IsClientError added in v1.0.2

func (o *BulkJobOpsGetJobByNameOK) IsClientError() bool

IsClientError returns true when this bulk job ops get job by name o k response has a 4xx status code

func (*BulkJobOpsGetJobByNameOK) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops get job by name o k response a status code equal to that given

func (*BulkJobOpsGetJobByNameOK) IsRedirect added in v1.0.2

func (o *BulkJobOpsGetJobByNameOK) IsRedirect() bool

IsRedirect returns true when this bulk job ops get job by name o k response has a 3xx status code

func (*BulkJobOpsGetJobByNameOK) IsServerError added in v1.0.2

func (o *BulkJobOpsGetJobByNameOK) IsServerError() bool

IsServerError returns true when this bulk job ops get job by name o k response has a 5xx status code

func (*BulkJobOpsGetJobByNameOK) IsSuccess added in v1.0.2

func (o *BulkJobOpsGetJobByNameOK) IsSuccess() bool

IsSuccess returns true when this bulk job ops get job by name o k response has a 2xx status code

func (*BulkJobOpsGetJobByNameOK) String added in v1.0.2

func (o *BulkJobOpsGetJobByNameOK) String() string

type BulkJobOpsGetJobByNameParams added in v1.0.2

type BulkJobOpsGetJobByNameParams struct {

	/* XRequestID.

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

	/* Name.

	   User defined name of the job request, unique across the enterprise. Once object is created, name can’t be changed
	*/
	Name string

	/* ObjectType.

	   object type for which job has been created
	*/
	ObjectType string

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

BulkJobOpsGetJobByNameParams contains all the parameters to send to the API endpoint

for the bulk job ops get job by name operation.

Typically these are written to a http.Request.

func NewBulkJobOpsGetJobByNameParams added in v1.0.2

func NewBulkJobOpsGetJobByNameParams() *BulkJobOpsGetJobByNameParams

NewBulkJobOpsGetJobByNameParams creates a new BulkJobOpsGetJobByNameParams 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 NewBulkJobOpsGetJobByNameParamsWithContext added in v1.0.2

func NewBulkJobOpsGetJobByNameParamsWithContext(ctx context.Context) *BulkJobOpsGetJobByNameParams

NewBulkJobOpsGetJobByNameParamsWithContext creates a new BulkJobOpsGetJobByNameParams object with the ability to set a context for a request.

func NewBulkJobOpsGetJobByNameParamsWithHTTPClient added in v1.0.2

func NewBulkJobOpsGetJobByNameParamsWithHTTPClient(client *http.Client) *BulkJobOpsGetJobByNameParams

NewBulkJobOpsGetJobByNameParamsWithHTTPClient creates a new BulkJobOpsGetJobByNameParams object with the ability to set a custom HTTPClient for a request.

func NewBulkJobOpsGetJobByNameParamsWithTimeout added in v1.0.2

func NewBulkJobOpsGetJobByNameParamsWithTimeout(timeout time.Duration) *BulkJobOpsGetJobByNameParams

NewBulkJobOpsGetJobByNameParamsWithTimeout creates a new BulkJobOpsGetJobByNameParams object with the ability to set a timeout on a request.

func (*BulkJobOpsGetJobByNameParams) SetContext added in v1.0.2

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

SetContext adds the context to the bulk job ops get job by name params

func (*BulkJobOpsGetJobByNameParams) SetDefaults added in v1.0.2

func (o *BulkJobOpsGetJobByNameParams) SetDefaults()

SetDefaults hydrates default values in the bulk job ops get job by name params (not the query body).

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

func (*BulkJobOpsGetJobByNameParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the bulk job ops get job by name params

func (*BulkJobOpsGetJobByNameParams) SetName added in v1.0.2

func (o *BulkJobOpsGetJobByNameParams) SetName(name string)

SetName adds the name to the bulk job ops get job by name params

func (*BulkJobOpsGetJobByNameParams) SetObjectType added in v1.0.2

func (o *BulkJobOpsGetJobByNameParams) SetObjectType(objectType string)

SetObjectType adds the objectType to the bulk job ops get job by name params

func (*BulkJobOpsGetJobByNameParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the bulk job ops get job by name params

func (*BulkJobOpsGetJobByNameParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the bulk job ops get job by name params

func (*BulkJobOpsGetJobByNameParams) WithContext added in v1.0.2

WithContext adds the context to the bulk job ops get job by name params

func (*BulkJobOpsGetJobByNameParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the bulk job ops get job by name params (not the query body).

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

func (*BulkJobOpsGetJobByNameParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the bulk job ops get job by name params

func (*BulkJobOpsGetJobByNameParams) WithName added in v1.0.2

WithName adds the name to the bulk job ops get job by name params

func (*BulkJobOpsGetJobByNameParams) WithObjectType added in v1.0.2

func (o *BulkJobOpsGetJobByNameParams) WithObjectType(objectType string) *BulkJobOpsGetJobByNameParams

WithObjectType adds the objectType to the bulk job ops get job by name params

func (*BulkJobOpsGetJobByNameParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the bulk job ops get job by name params

func (*BulkJobOpsGetJobByNameParams) WithXRequestID added in v1.0.2

func (o *BulkJobOpsGetJobByNameParams) WithXRequestID(xRequestID *string) *BulkJobOpsGetJobByNameParams

WithXRequestID adds the xRequestID to the bulk job ops get job by name params

func (*BulkJobOpsGetJobByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type BulkJobOpsGetJobByNameReader added in v1.0.2

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

BulkJobOpsGetJobByNameReader is a Reader for the BulkJobOpsGetJobByName structure.

func (*BulkJobOpsGetJobByNameReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type BulkJobOpsGetJobByNameUnauthorized added in v1.0.2

type BulkJobOpsGetJobByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsGetJobByNameUnauthorized 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 NewBulkJobOpsGetJobByNameUnauthorized added in v1.0.2

func NewBulkJobOpsGetJobByNameUnauthorized() *BulkJobOpsGetJobByNameUnauthorized

NewBulkJobOpsGetJobByNameUnauthorized creates a BulkJobOpsGetJobByNameUnauthorized with default headers values

func (*BulkJobOpsGetJobByNameUnauthorized) Error added in v1.0.2

func (*BulkJobOpsGetJobByNameUnauthorized) GetPayload added in v1.0.2

func (*BulkJobOpsGetJobByNameUnauthorized) IsClientError added in v1.0.2

func (o *BulkJobOpsGetJobByNameUnauthorized) IsClientError() bool

IsClientError returns true when this bulk job ops get job by name unauthorized response has a 4xx status code

func (*BulkJobOpsGetJobByNameUnauthorized) IsCode added in v1.0.2

IsCode returns true when this bulk job ops get job by name unauthorized response a status code equal to that given

func (*BulkJobOpsGetJobByNameUnauthorized) IsRedirect added in v1.0.2

func (o *BulkJobOpsGetJobByNameUnauthorized) IsRedirect() bool

IsRedirect returns true when this bulk job ops get job by name unauthorized response has a 3xx status code

func (*BulkJobOpsGetJobByNameUnauthorized) IsServerError added in v1.0.2

func (o *BulkJobOpsGetJobByNameUnauthorized) IsServerError() bool

IsServerError returns true when this bulk job ops get job by name unauthorized response has a 5xx status code

func (*BulkJobOpsGetJobByNameUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops get job by name unauthorized response has a 2xx status code

func (*BulkJobOpsGetJobByNameUnauthorized) String added in v1.0.2

type BulkJobOpsGetJobDefault added in v1.0.2

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

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

An unexpected error response.

func NewBulkJobOpsGetJobDefault added in v1.0.2

func NewBulkJobOpsGetJobDefault(code int) *BulkJobOpsGetJobDefault

NewBulkJobOpsGetJobDefault creates a BulkJobOpsGetJobDefault with default headers values

func (*BulkJobOpsGetJobDefault) Code added in v1.0.2

func (o *BulkJobOpsGetJobDefault) Code() int

Code gets the status code for the bulk job ops get job default response

func (*BulkJobOpsGetJobDefault) Error added in v1.0.2

func (o *BulkJobOpsGetJobDefault) Error() string

func (*BulkJobOpsGetJobDefault) GetPayload added in v1.0.2

func (*BulkJobOpsGetJobDefault) IsClientError added in v1.0.2

func (o *BulkJobOpsGetJobDefault) IsClientError() bool

IsClientError returns true when this bulk job ops get job default response has a 4xx status code

func (*BulkJobOpsGetJobDefault) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops get job default response a status code equal to that given

func (*BulkJobOpsGetJobDefault) IsRedirect added in v1.0.2

func (o *BulkJobOpsGetJobDefault) IsRedirect() bool

IsRedirect returns true when this bulk job ops get job default response has a 3xx status code

func (*BulkJobOpsGetJobDefault) IsServerError added in v1.0.2

func (o *BulkJobOpsGetJobDefault) IsServerError() bool

IsServerError returns true when this bulk job ops get job default response has a 5xx status code

func (*BulkJobOpsGetJobDefault) IsSuccess added in v1.0.2

func (o *BulkJobOpsGetJobDefault) IsSuccess() bool

IsSuccess returns true when this bulk job ops get job default response has a 2xx status code

func (*BulkJobOpsGetJobDefault) String added in v1.0.2

func (o *BulkJobOpsGetJobDefault) String() string

type BulkJobOpsGetJobForbidden added in v1.0.2

type BulkJobOpsGetJobForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsGetJobForbidden 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-app level access permission for the operation or does not have access scope to the project.

func NewBulkJobOpsGetJobForbidden added in v1.0.2

func NewBulkJobOpsGetJobForbidden() *BulkJobOpsGetJobForbidden

NewBulkJobOpsGetJobForbidden creates a BulkJobOpsGetJobForbidden with default headers values

func (*BulkJobOpsGetJobForbidden) Error added in v1.0.2

func (o *BulkJobOpsGetJobForbidden) Error() string

func (*BulkJobOpsGetJobForbidden) GetPayload added in v1.0.2

func (*BulkJobOpsGetJobForbidden) IsClientError added in v1.0.2

func (o *BulkJobOpsGetJobForbidden) IsClientError() bool

IsClientError returns true when this bulk job ops get job forbidden response has a 4xx status code

func (*BulkJobOpsGetJobForbidden) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops get job forbidden response a status code equal to that given

func (*BulkJobOpsGetJobForbidden) IsRedirect added in v1.0.2

func (o *BulkJobOpsGetJobForbidden) IsRedirect() bool

IsRedirect returns true when this bulk job ops get job forbidden response has a 3xx status code

func (*BulkJobOpsGetJobForbidden) IsServerError added in v1.0.2

func (o *BulkJobOpsGetJobForbidden) IsServerError() bool

IsServerError returns true when this bulk job ops get job forbidden response has a 5xx status code

func (*BulkJobOpsGetJobForbidden) IsSuccess added in v1.0.2

func (o *BulkJobOpsGetJobForbidden) IsSuccess() bool

IsSuccess returns true when this bulk job ops get job forbidden response has a 2xx status code

func (*BulkJobOpsGetJobForbidden) String added in v1.0.2

func (o *BulkJobOpsGetJobForbidden) String() string

type BulkJobOpsGetJobGatewayTimeout added in v1.0.2

type BulkJobOpsGetJobGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsGetJobGatewayTimeout 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 NewBulkJobOpsGetJobGatewayTimeout added in v1.0.2

func NewBulkJobOpsGetJobGatewayTimeout() *BulkJobOpsGetJobGatewayTimeout

NewBulkJobOpsGetJobGatewayTimeout creates a BulkJobOpsGetJobGatewayTimeout with default headers values

func (*BulkJobOpsGetJobGatewayTimeout) Error added in v1.0.2

func (*BulkJobOpsGetJobGatewayTimeout) GetPayload added in v1.0.2

func (*BulkJobOpsGetJobGatewayTimeout) IsClientError added in v1.0.2

func (o *BulkJobOpsGetJobGatewayTimeout) IsClientError() bool

IsClientError returns true when this bulk job ops get job gateway timeout response has a 4xx status code

func (*BulkJobOpsGetJobGatewayTimeout) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops get job gateway timeout response a status code equal to that given

func (*BulkJobOpsGetJobGatewayTimeout) IsRedirect added in v1.0.2

func (o *BulkJobOpsGetJobGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this bulk job ops get job gateway timeout response has a 3xx status code

func (*BulkJobOpsGetJobGatewayTimeout) IsServerError added in v1.0.2

func (o *BulkJobOpsGetJobGatewayTimeout) IsServerError() bool

IsServerError returns true when this bulk job ops get job gateway timeout response has a 5xx status code

func (*BulkJobOpsGetJobGatewayTimeout) IsSuccess added in v1.0.2

func (o *BulkJobOpsGetJobGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this bulk job ops get job gateway timeout response has a 2xx status code

func (*BulkJobOpsGetJobGatewayTimeout) String added in v1.0.2

type BulkJobOpsGetJobInternalServerError added in v1.0.2

type BulkJobOpsGetJobInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsGetJobInternalServerError 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 NewBulkJobOpsGetJobInternalServerError added in v1.0.2

func NewBulkJobOpsGetJobInternalServerError() *BulkJobOpsGetJobInternalServerError

NewBulkJobOpsGetJobInternalServerError creates a BulkJobOpsGetJobInternalServerError with default headers values

func (*BulkJobOpsGetJobInternalServerError) Error added in v1.0.2

func (*BulkJobOpsGetJobInternalServerError) GetPayload added in v1.0.2

func (*BulkJobOpsGetJobInternalServerError) IsClientError added in v1.0.2

func (o *BulkJobOpsGetJobInternalServerError) IsClientError() bool

IsClientError returns true when this bulk job ops get job internal server error response has a 4xx status code

func (*BulkJobOpsGetJobInternalServerError) IsCode added in v1.0.2

IsCode returns true when this bulk job ops get job internal server error response a status code equal to that given

func (*BulkJobOpsGetJobInternalServerError) IsRedirect added in v1.0.2

func (o *BulkJobOpsGetJobInternalServerError) IsRedirect() bool

IsRedirect returns true when this bulk job ops get job internal server error response has a 3xx status code

func (*BulkJobOpsGetJobInternalServerError) IsServerError added in v1.0.2

func (o *BulkJobOpsGetJobInternalServerError) IsServerError() bool

IsServerError returns true when this bulk job ops get job internal server error response has a 5xx status code

func (*BulkJobOpsGetJobInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops get job internal server error response has a 2xx status code

func (*BulkJobOpsGetJobInternalServerError) String added in v1.0.2

type BulkJobOpsGetJobNotFound added in v1.0.2

type BulkJobOpsGetJobNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsGetJobNotFound 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 NewBulkJobOpsGetJobNotFound added in v1.0.2

func NewBulkJobOpsGetJobNotFound() *BulkJobOpsGetJobNotFound

NewBulkJobOpsGetJobNotFound creates a BulkJobOpsGetJobNotFound with default headers values

func (*BulkJobOpsGetJobNotFound) Error added in v1.0.2

func (o *BulkJobOpsGetJobNotFound) Error() string

func (*BulkJobOpsGetJobNotFound) GetPayload added in v1.0.2

func (*BulkJobOpsGetJobNotFound) IsClientError added in v1.0.2

func (o *BulkJobOpsGetJobNotFound) IsClientError() bool

IsClientError returns true when this bulk job ops get job not found response has a 4xx status code

func (*BulkJobOpsGetJobNotFound) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops get job not found response a status code equal to that given

func (*BulkJobOpsGetJobNotFound) IsRedirect added in v1.0.2

func (o *BulkJobOpsGetJobNotFound) IsRedirect() bool

IsRedirect returns true when this bulk job ops get job not found response has a 3xx status code

func (*BulkJobOpsGetJobNotFound) IsServerError added in v1.0.2

func (o *BulkJobOpsGetJobNotFound) IsServerError() bool

IsServerError returns true when this bulk job ops get job not found response has a 5xx status code

func (*BulkJobOpsGetJobNotFound) IsSuccess added in v1.0.2

func (o *BulkJobOpsGetJobNotFound) IsSuccess() bool

IsSuccess returns true when this bulk job ops get job not found response has a 2xx status code

func (*BulkJobOpsGetJobNotFound) String added in v1.0.2

func (o *BulkJobOpsGetJobNotFound) String() string

type BulkJobOpsGetJobOK added in v1.0.2

type BulkJobOpsGetJobOK struct {
	Payload *swagger_models.JobConfig
}

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

A successful response.

func NewBulkJobOpsGetJobOK added in v1.0.2

func NewBulkJobOpsGetJobOK() *BulkJobOpsGetJobOK

NewBulkJobOpsGetJobOK creates a BulkJobOpsGetJobOK with default headers values

func (*BulkJobOpsGetJobOK) Error added in v1.0.2

func (o *BulkJobOpsGetJobOK) Error() string

func (*BulkJobOpsGetJobOK) GetPayload added in v1.0.2

func (o *BulkJobOpsGetJobOK) GetPayload() *swagger_models.JobConfig

func (*BulkJobOpsGetJobOK) IsClientError added in v1.0.2

func (o *BulkJobOpsGetJobOK) IsClientError() bool

IsClientError returns true when this bulk job ops get job o k response has a 4xx status code

func (*BulkJobOpsGetJobOK) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops get job o k response a status code equal to that given

func (*BulkJobOpsGetJobOK) IsRedirect added in v1.0.2

func (o *BulkJobOpsGetJobOK) IsRedirect() bool

IsRedirect returns true when this bulk job ops get job o k response has a 3xx status code

func (*BulkJobOpsGetJobOK) IsServerError added in v1.0.2

func (o *BulkJobOpsGetJobOK) IsServerError() bool

IsServerError returns true when this bulk job ops get job o k response has a 5xx status code

func (*BulkJobOpsGetJobOK) IsSuccess added in v1.0.2

func (o *BulkJobOpsGetJobOK) IsSuccess() bool

IsSuccess returns true when this bulk job ops get job o k response has a 2xx status code

func (*BulkJobOpsGetJobOK) String added in v1.0.2

func (o *BulkJobOpsGetJobOK) String() string

type BulkJobOpsGetJobParams added in v1.0.2

type BulkJobOpsGetJobParams struct {

	/* XRequestID.

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

	/* ID.

	   System defined universally unique Id of the job request
	*/
	ID string

	/* ObjectType.

	   object type for which job has been created
	*/
	ObjectType string

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

BulkJobOpsGetJobParams contains all the parameters to send to the API endpoint

for the bulk job ops get job operation.

Typically these are written to a http.Request.

func NewBulkJobOpsGetJobParams added in v1.0.2

func NewBulkJobOpsGetJobParams() *BulkJobOpsGetJobParams

NewBulkJobOpsGetJobParams creates a new BulkJobOpsGetJobParams 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 NewBulkJobOpsGetJobParamsWithContext added in v1.0.2

func NewBulkJobOpsGetJobParamsWithContext(ctx context.Context) *BulkJobOpsGetJobParams

NewBulkJobOpsGetJobParamsWithContext creates a new BulkJobOpsGetJobParams object with the ability to set a context for a request.

func NewBulkJobOpsGetJobParamsWithHTTPClient added in v1.0.2

func NewBulkJobOpsGetJobParamsWithHTTPClient(client *http.Client) *BulkJobOpsGetJobParams

NewBulkJobOpsGetJobParamsWithHTTPClient creates a new BulkJobOpsGetJobParams object with the ability to set a custom HTTPClient for a request.

func NewBulkJobOpsGetJobParamsWithTimeout added in v1.0.2

func NewBulkJobOpsGetJobParamsWithTimeout(timeout time.Duration) *BulkJobOpsGetJobParams

NewBulkJobOpsGetJobParamsWithTimeout creates a new BulkJobOpsGetJobParams object with the ability to set a timeout on a request.

func (*BulkJobOpsGetJobParams) SetContext added in v1.0.2

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

SetContext adds the context to the bulk job ops get job params

func (*BulkJobOpsGetJobParams) SetDefaults added in v1.0.2

func (o *BulkJobOpsGetJobParams) SetDefaults()

SetDefaults hydrates default values in the bulk job ops get job params (not the query body).

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

func (*BulkJobOpsGetJobParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the bulk job ops get job params

func (*BulkJobOpsGetJobParams) SetID added in v1.0.2

func (o *BulkJobOpsGetJobParams) SetID(id string)

SetID adds the id to the bulk job ops get job params

func (*BulkJobOpsGetJobParams) SetObjectType added in v1.0.2

func (o *BulkJobOpsGetJobParams) SetObjectType(objectType string)

SetObjectType adds the objectType to the bulk job ops get job params

func (*BulkJobOpsGetJobParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the bulk job ops get job params

func (*BulkJobOpsGetJobParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the bulk job ops get job params

func (*BulkJobOpsGetJobParams) WithContext added in v1.0.2

WithContext adds the context to the bulk job ops get job params

func (*BulkJobOpsGetJobParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the bulk job ops get job params (not the query body).

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

func (*BulkJobOpsGetJobParams) WithHTTPClient added in v1.0.2

func (o *BulkJobOpsGetJobParams) WithHTTPClient(client *http.Client) *BulkJobOpsGetJobParams

WithHTTPClient adds the HTTPClient to the bulk job ops get job params

func (*BulkJobOpsGetJobParams) WithID added in v1.0.2

WithID adds the id to the bulk job ops get job params

func (*BulkJobOpsGetJobParams) WithObjectType added in v1.0.2

func (o *BulkJobOpsGetJobParams) WithObjectType(objectType string) *BulkJobOpsGetJobParams

WithObjectType adds the objectType to the bulk job ops get job params

func (*BulkJobOpsGetJobParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the bulk job ops get job params

func (*BulkJobOpsGetJobParams) WithXRequestID added in v1.0.2

func (o *BulkJobOpsGetJobParams) WithXRequestID(xRequestID *string) *BulkJobOpsGetJobParams

WithXRequestID adds the xRequestID to the bulk job ops get job params

func (*BulkJobOpsGetJobParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type BulkJobOpsGetJobReader added in v1.0.2

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

BulkJobOpsGetJobReader is a Reader for the BulkJobOpsGetJob structure.

func (*BulkJobOpsGetJobReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type BulkJobOpsGetJobUnauthorized added in v1.0.2

type BulkJobOpsGetJobUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsGetJobUnauthorized 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 NewBulkJobOpsGetJobUnauthorized added in v1.0.2

func NewBulkJobOpsGetJobUnauthorized() *BulkJobOpsGetJobUnauthorized

NewBulkJobOpsGetJobUnauthorized creates a BulkJobOpsGetJobUnauthorized with default headers values

func (*BulkJobOpsGetJobUnauthorized) Error added in v1.0.2

func (*BulkJobOpsGetJobUnauthorized) GetPayload added in v1.0.2

func (*BulkJobOpsGetJobUnauthorized) IsClientError added in v1.0.2

func (o *BulkJobOpsGetJobUnauthorized) IsClientError() bool

IsClientError returns true when this bulk job ops get job unauthorized response has a 4xx status code

func (*BulkJobOpsGetJobUnauthorized) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops get job unauthorized response a status code equal to that given

func (*BulkJobOpsGetJobUnauthorized) IsRedirect added in v1.0.2

func (o *BulkJobOpsGetJobUnauthorized) IsRedirect() bool

IsRedirect returns true when this bulk job ops get job unauthorized response has a 3xx status code

func (*BulkJobOpsGetJobUnauthorized) IsServerError added in v1.0.2

func (o *BulkJobOpsGetJobUnauthorized) IsServerError() bool

IsServerError returns true when this bulk job ops get job unauthorized response has a 5xx status code

func (*BulkJobOpsGetJobUnauthorized) IsSuccess added in v1.0.2

func (o *BulkJobOpsGetJobUnauthorized) IsSuccess() bool

IsSuccess returns true when this bulk job ops get job unauthorized response has a 2xx status code

func (*BulkJobOpsGetJobUnauthorized) String added in v1.0.2

type BulkJobOpsQueryJobsBadRequest added in v1.0.2

type BulkJobOpsQueryJobsBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsQueryJobsBadRequest 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 NewBulkJobOpsQueryJobsBadRequest added in v1.0.2

func NewBulkJobOpsQueryJobsBadRequest() *BulkJobOpsQueryJobsBadRequest

NewBulkJobOpsQueryJobsBadRequest creates a BulkJobOpsQueryJobsBadRequest with default headers values

func (*BulkJobOpsQueryJobsBadRequest) Error added in v1.0.2

func (*BulkJobOpsQueryJobsBadRequest) GetPayload added in v1.0.2

func (*BulkJobOpsQueryJobsBadRequest) IsClientError added in v1.0.2

func (o *BulkJobOpsQueryJobsBadRequest) IsClientError() bool

IsClientError returns true when this bulk job ops query jobs bad request response has a 4xx status code

func (*BulkJobOpsQueryJobsBadRequest) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops query jobs bad request response a status code equal to that given

func (*BulkJobOpsQueryJobsBadRequest) IsRedirect added in v1.0.2

func (o *BulkJobOpsQueryJobsBadRequest) IsRedirect() bool

IsRedirect returns true when this bulk job ops query jobs bad request response has a 3xx status code

func (*BulkJobOpsQueryJobsBadRequest) IsServerError added in v1.0.2

func (o *BulkJobOpsQueryJobsBadRequest) IsServerError() bool

IsServerError returns true when this bulk job ops query jobs bad request response has a 5xx status code

func (*BulkJobOpsQueryJobsBadRequest) IsSuccess added in v1.0.2

func (o *BulkJobOpsQueryJobsBadRequest) IsSuccess() bool

IsSuccess returns true when this bulk job ops query jobs bad request response has a 2xx status code

func (*BulkJobOpsQueryJobsBadRequest) String added in v1.0.2

type BulkJobOpsQueryJobsDefault added in v1.0.2

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

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

An unexpected error response.

func NewBulkJobOpsQueryJobsDefault added in v1.0.2

func NewBulkJobOpsQueryJobsDefault(code int) *BulkJobOpsQueryJobsDefault

NewBulkJobOpsQueryJobsDefault creates a BulkJobOpsQueryJobsDefault with default headers values

func (*BulkJobOpsQueryJobsDefault) Code added in v1.0.2

func (o *BulkJobOpsQueryJobsDefault) Code() int

Code gets the status code for the bulk job ops query jobs default response

func (*BulkJobOpsQueryJobsDefault) Error added in v1.0.2

func (*BulkJobOpsQueryJobsDefault) GetPayload added in v1.0.2

func (*BulkJobOpsQueryJobsDefault) IsClientError added in v1.0.2

func (o *BulkJobOpsQueryJobsDefault) IsClientError() bool

IsClientError returns true when this bulk job ops query jobs default response has a 4xx status code

func (*BulkJobOpsQueryJobsDefault) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops query jobs default response a status code equal to that given

func (*BulkJobOpsQueryJobsDefault) IsRedirect added in v1.0.2

func (o *BulkJobOpsQueryJobsDefault) IsRedirect() bool

IsRedirect returns true when this bulk job ops query jobs default response has a 3xx status code

func (*BulkJobOpsQueryJobsDefault) IsServerError added in v1.0.2

func (o *BulkJobOpsQueryJobsDefault) IsServerError() bool

IsServerError returns true when this bulk job ops query jobs default response has a 5xx status code

func (*BulkJobOpsQueryJobsDefault) IsSuccess added in v1.0.2

func (o *BulkJobOpsQueryJobsDefault) IsSuccess() bool

IsSuccess returns true when this bulk job ops query jobs default response has a 2xx status code

func (*BulkJobOpsQueryJobsDefault) String added in v1.0.2

func (o *BulkJobOpsQueryJobsDefault) String() string

type BulkJobOpsQueryJobsForbidden added in v1.0.2

type BulkJobOpsQueryJobsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsQueryJobsForbidden 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-app level access permission for the operation or does not have access scope to the project.

func NewBulkJobOpsQueryJobsForbidden added in v1.0.2

func NewBulkJobOpsQueryJobsForbidden() *BulkJobOpsQueryJobsForbidden

NewBulkJobOpsQueryJobsForbidden creates a BulkJobOpsQueryJobsForbidden with default headers values

func (*BulkJobOpsQueryJobsForbidden) Error added in v1.0.2

func (*BulkJobOpsQueryJobsForbidden) GetPayload added in v1.0.2

func (*BulkJobOpsQueryJobsForbidden) IsClientError added in v1.0.2

func (o *BulkJobOpsQueryJobsForbidden) IsClientError() bool

IsClientError returns true when this bulk job ops query jobs forbidden response has a 4xx status code

func (*BulkJobOpsQueryJobsForbidden) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops query jobs forbidden response a status code equal to that given

func (*BulkJobOpsQueryJobsForbidden) IsRedirect added in v1.0.2

func (o *BulkJobOpsQueryJobsForbidden) IsRedirect() bool

IsRedirect returns true when this bulk job ops query jobs forbidden response has a 3xx status code

func (*BulkJobOpsQueryJobsForbidden) IsServerError added in v1.0.2

func (o *BulkJobOpsQueryJobsForbidden) IsServerError() bool

IsServerError returns true when this bulk job ops query jobs forbidden response has a 5xx status code

func (*BulkJobOpsQueryJobsForbidden) IsSuccess added in v1.0.2

func (o *BulkJobOpsQueryJobsForbidden) IsSuccess() bool

IsSuccess returns true when this bulk job ops query jobs forbidden response has a 2xx status code

func (*BulkJobOpsQueryJobsForbidden) String added in v1.0.2

type BulkJobOpsQueryJobsGatewayTimeout added in v1.0.2

type BulkJobOpsQueryJobsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsQueryJobsGatewayTimeout 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 NewBulkJobOpsQueryJobsGatewayTimeout added in v1.0.2

func NewBulkJobOpsQueryJobsGatewayTimeout() *BulkJobOpsQueryJobsGatewayTimeout

NewBulkJobOpsQueryJobsGatewayTimeout creates a BulkJobOpsQueryJobsGatewayTimeout with default headers values

func (*BulkJobOpsQueryJobsGatewayTimeout) Error added in v1.0.2

func (*BulkJobOpsQueryJobsGatewayTimeout) GetPayload added in v1.0.2

func (*BulkJobOpsQueryJobsGatewayTimeout) IsClientError added in v1.0.2

func (o *BulkJobOpsQueryJobsGatewayTimeout) IsClientError() bool

IsClientError returns true when this bulk job ops query jobs gateway timeout response has a 4xx status code

func (*BulkJobOpsQueryJobsGatewayTimeout) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops query jobs gateway timeout response a status code equal to that given

func (*BulkJobOpsQueryJobsGatewayTimeout) IsRedirect added in v1.0.2

func (o *BulkJobOpsQueryJobsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this bulk job ops query jobs gateway timeout response has a 3xx status code

func (*BulkJobOpsQueryJobsGatewayTimeout) IsServerError added in v1.0.2

func (o *BulkJobOpsQueryJobsGatewayTimeout) IsServerError() bool

IsServerError returns true when this bulk job ops query jobs gateway timeout response has a 5xx status code

func (*BulkJobOpsQueryJobsGatewayTimeout) IsSuccess added in v1.0.2

func (o *BulkJobOpsQueryJobsGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this bulk job ops query jobs gateway timeout response has a 2xx status code

func (*BulkJobOpsQueryJobsGatewayTimeout) String added in v1.0.2

type BulkJobOpsQueryJobsInternalServerError added in v1.0.2

type BulkJobOpsQueryJobsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsQueryJobsInternalServerError 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 NewBulkJobOpsQueryJobsInternalServerError added in v1.0.2

func NewBulkJobOpsQueryJobsInternalServerError() *BulkJobOpsQueryJobsInternalServerError

NewBulkJobOpsQueryJobsInternalServerError creates a BulkJobOpsQueryJobsInternalServerError with default headers values

func (*BulkJobOpsQueryJobsInternalServerError) Error added in v1.0.2

func (*BulkJobOpsQueryJobsInternalServerError) GetPayload added in v1.0.2

func (*BulkJobOpsQueryJobsInternalServerError) IsClientError added in v1.0.2

func (o *BulkJobOpsQueryJobsInternalServerError) IsClientError() bool

IsClientError returns true when this bulk job ops query jobs internal server error response has a 4xx status code

func (*BulkJobOpsQueryJobsInternalServerError) IsCode added in v1.0.2

IsCode returns true when this bulk job ops query jobs internal server error response a status code equal to that given

func (*BulkJobOpsQueryJobsInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops query jobs internal server error response has a 3xx status code

func (*BulkJobOpsQueryJobsInternalServerError) IsServerError added in v1.0.2

func (o *BulkJobOpsQueryJobsInternalServerError) IsServerError() bool

IsServerError returns true when this bulk job ops query jobs internal server error response has a 5xx status code

func (*BulkJobOpsQueryJobsInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops query jobs internal server error response has a 2xx status code

func (*BulkJobOpsQueryJobsInternalServerError) String added in v1.0.2

type BulkJobOpsQueryJobsOK added in v1.0.2

type BulkJobOpsQueryJobsOK struct {
	Payload *swagger_models.JobConfigList
}

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

A successful response.

func NewBulkJobOpsQueryJobsOK added in v1.0.2

func NewBulkJobOpsQueryJobsOK() *BulkJobOpsQueryJobsOK

NewBulkJobOpsQueryJobsOK creates a BulkJobOpsQueryJobsOK with default headers values

func (*BulkJobOpsQueryJobsOK) Error added in v1.0.2

func (o *BulkJobOpsQueryJobsOK) Error() string

func (*BulkJobOpsQueryJobsOK) GetPayload added in v1.0.2

func (*BulkJobOpsQueryJobsOK) IsClientError added in v1.0.2

func (o *BulkJobOpsQueryJobsOK) IsClientError() bool

IsClientError returns true when this bulk job ops query jobs o k response has a 4xx status code

func (*BulkJobOpsQueryJobsOK) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops query jobs o k response a status code equal to that given

func (*BulkJobOpsQueryJobsOK) IsRedirect added in v1.0.2

func (o *BulkJobOpsQueryJobsOK) IsRedirect() bool

IsRedirect returns true when this bulk job ops query jobs o k response has a 3xx status code

func (*BulkJobOpsQueryJobsOK) IsServerError added in v1.0.2

func (o *BulkJobOpsQueryJobsOK) IsServerError() bool

IsServerError returns true when this bulk job ops query jobs o k response has a 5xx status code

func (*BulkJobOpsQueryJobsOK) IsSuccess added in v1.0.2

func (o *BulkJobOpsQueryJobsOK) IsSuccess() bool

IsSuccess returns true when this bulk job ops query jobs o k response has a 2xx status code

func (*BulkJobOpsQueryJobsOK) String added in v1.0.2

func (o *BulkJobOpsQueryJobsOK) String() string

type BulkJobOpsQueryJobsParams added in v1.0.2

type BulkJobOpsQueryJobsParams struct {

	/* XRequestID.

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

	/* FilterJobStatus.

	   status of the job.

	   Default: "JOB_STATUS_UNSPECIFIED"
	*/
	FilterJobStatus *string

	/* FilterNamePattern.

	   name pattern of the job.
	*/
	FilterNamePattern *string

	/* FilterProjectName.

	   project name.
	*/
	FilterProjectName *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 count is required.
	*/
	Summary *bool

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

BulkJobOpsQueryJobsParams contains all the parameters to send to the API endpoint

for the bulk job ops query jobs operation.

Typically these are written to a http.Request.

func NewBulkJobOpsQueryJobsParams added in v1.0.2

func NewBulkJobOpsQueryJobsParams() *BulkJobOpsQueryJobsParams

NewBulkJobOpsQueryJobsParams creates a new BulkJobOpsQueryJobsParams 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 NewBulkJobOpsQueryJobsParamsWithContext added in v1.0.2

func NewBulkJobOpsQueryJobsParamsWithContext(ctx context.Context) *BulkJobOpsQueryJobsParams

NewBulkJobOpsQueryJobsParamsWithContext creates a new BulkJobOpsQueryJobsParams object with the ability to set a context for a request.

func NewBulkJobOpsQueryJobsParamsWithHTTPClient added in v1.0.2

func NewBulkJobOpsQueryJobsParamsWithHTTPClient(client *http.Client) *BulkJobOpsQueryJobsParams

NewBulkJobOpsQueryJobsParamsWithHTTPClient creates a new BulkJobOpsQueryJobsParams object with the ability to set a custom HTTPClient for a request.

func NewBulkJobOpsQueryJobsParamsWithTimeout added in v1.0.2

func NewBulkJobOpsQueryJobsParamsWithTimeout(timeout time.Duration) *BulkJobOpsQueryJobsParams

NewBulkJobOpsQueryJobsParamsWithTimeout creates a new BulkJobOpsQueryJobsParams object with the ability to set a timeout on a request.

func (*BulkJobOpsQueryJobsParams) SetContext added in v1.0.2

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

SetContext adds the context to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) SetDefaults added in v1.0.2

func (o *BulkJobOpsQueryJobsParams) SetDefaults()

SetDefaults hydrates default values in the bulk job ops query jobs params (not the query body).

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

func (*BulkJobOpsQueryJobsParams) SetFilterJobStatus added in v1.0.2

func (o *BulkJobOpsQueryJobsParams) SetFilterJobStatus(filterJobStatus *string)

SetFilterJobStatus adds the filterJobStatus to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) SetFilterNamePattern added in v1.0.2

func (o *BulkJobOpsQueryJobsParams) SetFilterNamePattern(filterNamePattern *string)

SetFilterNamePattern adds the filterNamePattern to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) SetFilterProjectName added in v1.0.2

func (o *BulkJobOpsQueryJobsParams) SetFilterProjectName(filterProjectName *string)

SetFilterProjectName adds the filterProjectName to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) SetNextOrderBy added in v1.0.2

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

SetNextOrderBy adds the nextOrderBy to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) SetNextPageNum added in v1.0.2

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

SetNextPageNum adds the nextPageNum to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) SetNextPageSize added in v1.0.2

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

SetNextPageSize adds the nextPageSize to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) SetNextPageToken added in v1.0.2

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

SetNextPageToken adds the nextPageToken to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) SetNextTotalPages added in v1.0.2

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

SetNextTotalPages adds the nextTotalPages to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) SetSummary added in v1.0.2

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

SetSummary adds the summary to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) WithContext added in v1.0.2

WithContext adds the context to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the bulk job ops query jobs params (not the query body).

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

func (*BulkJobOpsQueryJobsParams) WithFilterJobStatus added in v1.0.2

func (o *BulkJobOpsQueryJobsParams) WithFilterJobStatus(filterJobStatus *string) *BulkJobOpsQueryJobsParams

WithFilterJobStatus adds the filterJobStatus to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) WithFilterNamePattern added in v1.0.2

func (o *BulkJobOpsQueryJobsParams) WithFilterNamePattern(filterNamePattern *string) *BulkJobOpsQueryJobsParams

WithFilterNamePattern adds the filterNamePattern to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) WithFilterProjectName added in v1.0.2

func (o *BulkJobOpsQueryJobsParams) WithFilterProjectName(filterProjectName *string) *BulkJobOpsQueryJobsParams

WithFilterProjectName adds the filterProjectName to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) WithHTTPClient added in v1.0.2

func (o *BulkJobOpsQueryJobsParams) WithHTTPClient(client *http.Client) *BulkJobOpsQueryJobsParams

WithHTTPClient adds the HTTPClient to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) WithNextOrderBy added in v1.0.2

func (o *BulkJobOpsQueryJobsParams) WithNextOrderBy(nextOrderBy []string) *BulkJobOpsQueryJobsParams

WithNextOrderBy adds the nextOrderBy to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) WithNextPageNum added in v1.0.2

func (o *BulkJobOpsQueryJobsParams) WithNextPageNum(nextPageNum *int64) *BulkJobOpsQueryJobsParams

WithNextPageNum adds the nextPageNum to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) WithNextPageSize added in v1.0.2

func (o *BulkJobOpsQueryJobsParams) WithNextPageSize(nextPageSize *int64) *BulkJobOpsQueryJobsParams

WithNextPageSize adds the nextPageSize to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) WithNextPageToken added in v1.0.2

func (o *BulkJobOpsQueryJobsParams) WithNextPageToken(nextPageToken *string) *BulkJobOpsQueryJobsParams

WithNextPageToken adds the nextPageToken to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) WithNextTotalPages added in v1.0.2

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

WithNextTotalPages adds the nextTotalPages to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) WithSummary added in v1.0.2

func (o *BulkJobOpsQueryJobsParams) WithSummary(summary *bool) *BulkJobOpsQueryJobsParams

WithSummary adds the summary to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) WithXRequestID added in v1.0.2

func (o *BulkJobOpsQueryJobsParams) WithXRequestID(xRequestID *string) *BulkJobOpsQueryJobsParams

WithXRequestID adds the xRequestID to the bulk job ops query jobs params

func (*BulkJobOpsQueryJobsParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type BulkJobOpsQueryJobsReader added in v1.0.2

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

BulkJobOpsQueryJobsReader is a Reader for the BulkJobOpsQueryJobs structure.

func (*BulkJobOpsQueryJobsReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type BulkJobOpsQueryJobsUnauthorized added in v1.0.2

type BulkJobOpsQueryJobsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsQueryJobsUnauthorized 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 NewBulkJobOpsQueryJobsUnauthorized added in v1.0.2

func NewBulkJobOpsQueryJobsUnauthorized() *BulkJobOpsQueryJobsUnauthorized

NewBulkJobOpsQueryJobsUnauthorized creates a BulkJobOpsQueryJobsUnauthorized with default headers values

func (*BulkJobOpsQueryJobsUnauthorized) Error added in v1.0.2

func (*BulkJobOpsQueryJobsUnauthorized) GetPayload added in v1.0.2

func (*BulkJobOpsQueryJobsUnauthorized) IsClientError added in v1.0.2

func (o *BulkJobOpsQueryJobsUnauthorized) IsClientError() bool

IsClientError returns true when this bulk job ops query jobs unauthorized response has a 4xx status code

func (*BulkJobOpsQueryJobsUnauthorized) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops query jobs unauthorized response a status code equal to that given

func (*BulkJobOpsQueryJobsUnauthorized) IsRedirect added in v1.0.2

func (o *BulkJobOpsQueryJobsUnauthorized) IsRedirect() bool

IsRedirect returns true when this bulk job ops query jobs unauthorized response has a 3xx status code

func (*BulkJobOpsQueryJobsUnauthorized) IsServerError added in v1.0.2

func (o *BulkJobOpsQueryJobsUnauthorized) IsServerError() bool

IsServerError returns true when this bulk job ops query jobs unauthorized response has a 5xx status code

func (*BulkJobOpsQueryJobsUnauthorized) IsSuccess added in v1.0.2

func (o *BulkJobOpsQueryJobsUnauthorized) IsSuccess() bool

IsSuccess returns true when this bulk job ops query jobs unauthorized response has a 2xx status code

func (*BulkJobOpsQueryJobsUnauthorized) String added in v1.0.2

type BulkJobOpsUpdateJobBadRequest added in v1.0.2

type BulkJobOpsUpdateJobBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsUpdateJobBadRequest 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 NewBulkJobOpsUpdateJobBadRequest added in v1.0.2

func NewBulkJobOpsUpdateJobBadRequest() *BulkJobOpsUpdateJobBadRequest

NewBulkJobOpsUpdateJobBadRequest creates a BulkJobOpsUpdateJobBadRequest with default headers values

func (*BulkJobOpsUpdateJobBadRequest) Error added in v1.0.2

func (*BulkJobOpsUpdateJobBadRequest) GetPayload added in v1.0.2

func (*BulkJobOpsUpdateJobBadRequest) IsClientError added in v1.0.2

func (o *BulkJobOpsUpdateJobBadRequest) IsClientError() bool

IsClientError returns true when this bulk job ops update job bad request response has a 4xx status code

func (*BulkJobOpsUpdateJobBadRequest) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops update job bad request response a status code equal to that given

func (*BulkJobOpsUpdateJobBadRequest) IsRedirect added in v1.0.2

func (o *BulkJobOpsUpdateJobBadRequest) IsRedirect() bool

IsRedirect returns true when this bulk job ops update job bad request response has a 3xx status code

func (*BulkJobOpsUpdateJobBadRequest) IsServerError added in v1.0.2

func (o *BulkJobOpsUpdateJobBadRequest) IsServerError() bool

IsServerError returns true when this bulk job ops update job bad request response has a 5xx status code

func (*BulkJobOpsUpdateJobBadRequest) IsSuccess added in v1.0.2

func (o *BulkJobOpsUpdateJobBadRequest) IsSuccess() bool

IsSuccess returns true when this bulk job ops update job bad request response has a 2xx status code

func (*BulkJobOpsUpdateJobBadRequest) String added in v1.0.2

type BulkJobOpsUpdateJobBody added in v1.0.2

type BulkJobOpsUpdateJobBody struct {

	// user or system specified description
	Description string `json:"description,omitempty"`

	// detailed error with which job/task has failed
	// Read Only: true
	ErrorDetailOfJob string `json:"errorDetailOfJob,omitempty"`

	// finish time of the job
	// Read Only: true
	// Format: date-time
	FinishTime strfmt.DateTime `json:"finishTime,omitempty"`

	// status of individual field of the given object
	// Read Only: true
	IndividualOpStatus map[string]string `json:"individualOpStatus,omitempty"`

	// User defined name of the job request, unique across the enterprise. Once object is created, name can’t be changed
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9][a-zA-Z0-9_.-]+
	Name *string `json:"name"`

	// object list
	ObjectList []string `json:"objectList"`

	// object type for which job has been created
	// Required: true
	ObjectType *swagger_models.ObjectType `json:"objectType"`

	// operation type
	OperationType *swagger_models.BulkService `json:"operationType,omitempty"`

	// project Id in which job is getting created
	ProjectID string `json:"projectId,omitempty"`

	// system defined info
	// Read Only: true
	Revision *swagger_models.ObjectRevision `json:"revision,omitempty"`

	// selection criteria for the job
	// Read Only: true
	SelectionCriteria *swagger_models.SelectionCriteria `json:"selectionCriteria,omitempty"`

	// start time of the job
	// Read Only: true
	// Format: date-time
	StartTime strfmt.DateTime `json:"startTime,omitempty"`

	// status of the job
	// Read Only: true
	Status *swagger_models.JobStatus `json:"status,omitempty"`

	// user or system specified title
	Title string `json:"title,omitempty"`
}

BulkJobOpsUpdateJobBody config required for job ops // // config required for job ops // Example: {"id":"d85a545f-6510-4327-b03d-c02eef119e99","name":"sample-job","objectType":"OBJECT_TYPE_EDGE_NODE"} swagger:model BulkJobOpsUpdateJobBody

func (*BulkJobOpsUpdateJobBody) ContextValidate added in v1.0.2

func (o *BulkJobOpsUpdateJobBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this bulk job ops update job body based on the context it is used

func (*BulkJobOpsUpdateJobBody) MarshalBinary added in v1.0.2

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

MarshalBinary interface implementation

func (*BulkJobOpsUpdateJobBody) UnmarshalBinary added in v1.0.2

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

UnmarshalBinary interface implementation

func (*BulkJobOpsUpdateJobBody) Validate added in v1.0.2

func (o *BulkJobOpsUpdateJobBody) Validate(formats strfmt.Registry) error

Validate validates this bulk job ops update job body

type BulkJobOpsUpdateJobConflict added in v1.0.2

type BulkJobOpsUpdateJobConflict struct {
	Payload *swagger_models.ZsrvResponse
}

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

Conflict. The API gateway did not process the request because this operation will conflict with an already existing asynchronous job request record.

func NewBulkJobOpsUpdateJobConflict added in v1.0.2

func NewBulkJobOpsUpdateJobConflict() *BulkJobOpsUpdateJobConflict

NewBulkJobOpsUpdateJobConflict creates a BulkJobOpsUpdateJobConflict with default headers values

func (*BulkJobOpsUpdateJobConflict) Error added in v1.0.2

func (*BulkJobOpsUpdateJobConflict) GetPayload added in v1.0.2

func (*BulkJobOpsUpdateJobConflict) IsClientError added in v1.0.2

func (o *BulkJobOpsUpdateJobConflict) IsClientError() bool

IsClientError returns true when this bulk job ops update job conflict response has a 4xx status code

func (*BulkJobOpsUpdateJobConflict) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops update job conflict response a status code equal to that given

func (*BulkJobOpsUpdateJobConflict) IsRedirect added in v1.0.2

func (o *BulkJobOpsUpdateJobConflict) IsRedirect() bool

IsRedirect returns true when this bulk job ops update job conflict response has a 3xx status code

func (*BulkJobOpsUpdateJobConflict) IsServerError added in v1.0.2

func (o *BulkJobOpsUpdateJobConflict) IsServerError() bool

IsServerError returns true when this bulk job ops update job conflict response has a 5xx status code

func (*BulkJobOpsUpdateJobConflict) IsSuccess added in v1.0.2

func (o *BulkJobOpsUpdateJobConflict) IsSuccess() bool

IsSuccess returns true when this bulk job ops update job conflict response has a 2xx status code

func (*BulkJobOpsUpdateJobConflict) String added in v1.0.2

func (o *BulkJobOpsUpdateJobConflict) String() string

type BulkJobOpsUpdateJobDefault added in v1.0.2

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

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

An unexpected error response.

func NewBulkJobOpsUpdateJobDefault added in v1.0.2

func NewBulkJobOpsUpdateJobDefault(code int) *BulkJobOpsUpdateJobDefault

NewBulkJobOpsUpdateJobDefault creates a BulkJobOpsUpdateJobDefault with default headers values

func (*BulkJobOpsUpdateJobDefault) Code added in v1.0.2

func (o *BulkJobOpsUpdateJobDefault) Code() int

Code gets the status code for the bulk job ops update job default response

func (*BulkJobOpsUpdateJobDefault) Error added in v1.0.2

func (*BulkJobOpsUpdateJobDefault) GetPayload added in v1.0.2

func (*BulkJobOpsUpdateJobDefault) IsClientError added in v1.0.2

func (o *BulkJobOpsUpdateJobDefault) IsClientError() bool

IsClientError returns true when this bulk job ops update job default response has a 4xx status code

func (*BulkJobOpsUpdateJobDefault) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops update job default response a status code equal to that given

func (*BulkJobOpsUpdateJobDefault) IsRedirect added in v1.0.2

func (o *BulkJobOpsUpdateJobDefault) IsRedirect() bool

IsRedirect returns true when this bulk job ops update job default response has a 3xx status code

func (*BulkJobOpsUpdateJobDefault) IsServerError added in v1.0.2

func (o *BulkJobOpsUpdateJobDefault) IsServerError() bool

IsServerError returns true when this bulk job ops update job default response has a 5xx status code

func (*BulkJobOpsUpdateJobDefault) IsSuccess added in v1.0.2

func (o *BulkJobOpsUpdateJobDefault) IsSuccess() bool

IsSuccess returns true when this bulk job ops update job default response has a 2xx status code

func (*BulkJobOpsUpdateJobDefault) String added in v1.0.2

func (o *BulkJobOpsUpdateJobDefault) String() string

type BulkJobOpsUpdateJobForbidden added in v1.0.2

type BulkJobOpsUpdateJobForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsUpdateJobForbidden 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-app level access permission for the operation or does not have access scope to the project.

func NewBulkJobOpsUpdateJobForbidden added in v1.0.2

func NewBulkJobOpsUpdateJobForbidden() *BulkJobOpsUpdateJobForbidden

NewBulkJobOpsUpdateJobForbidden creates a BulkJobOpsUpdateJobForbidden with default headers values

func (*BulkJobOpsUpdateJobForbidden) Error added in v1.0.2

func (*BulkJobOpsUpdateJobForbidden) GetPayload added in v1.0.2

func (*BulkJobOpsUpdateJobForbidden) IsClientError added in v1.0.2

func (o *BulkJobOpsUpdateJobForbidden) IsClientError() bool

IsClientError returns true when this bulk job ops update job forbidden response has a 4xx status code

func (*BulkJobOpsUpdateJobForbidden) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops update job forbidden response a status code equal to that given

func (*BulkJobOpsUpdateJobForbidden) IsRedirect added in v1.0.2

func (o *BulkJobOpsUpdateJobForbidden) IsRedirect() bool

IsRedirect returns true when this bulk job ops update job forbidden response has a 3xx status code

func (*BulkJobOpsUpdateJobForbidden) IsServerError added in v1.0.2

func (o *BulkJobOpsUpdateJobForbidden) IsServerError() bool

IsServerError returns true when this bulk job ops update job forbidden response has a 5xx status code

func (*BulkJobOpsUpdateJobForbidden) IsSuccess added in v1.0.2

func (o *BulkJobOpsUpdateJobForbidden) IsSuccess() bool

IsSuccess returns true when this bulk job ops update job forbidden response has a 2xx status code

func (*BulkJobOpsUpdateJobForbidden) String added in v1.0.2

type BulkJobOpsUpdateJobGatewayTimeout added in v1.0.2

type BulkJobOpsUpdateJobGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsUpdateJobGatewayTimeout 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 NewBulkJobOpsUpdateJobGatewayTimeout added in v1.0.2

func NewBulkJobOpsUpdateJobGatewayTimeout() *BulkJobOpsUpdateJobGatewayTimeout

NewBulkJobOpsUpdateJobGatewayTimeout creates a BulkJobOpsUpdateJobGatewayTimeout with default headers values

func (*BulkJobOpsUpdateJobGatewayTimeout) Error added in v1.0.2

func (*BulkJobOpsUpdateJobGatewayTimeout) GetPayload added in v1.0.2

func (*BulkJobOpsUpdateJobGatewayTimeout) IsClientError added in v1.0.2

func (o *BulkJobOpsUpdateJobGatewayTimeout) IsClientError() bool

IsClientError returns true when this bulk job ops update job gateway timeout response has a 4xx status code

func (*BulkJobOpsUpdateJobGatewayTimeout) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops update job gateway timeout response a status code equal to that given

func (*BulkJobOpsUpdateJobGatewayTimeout) IsRedirect added in v1.0.2

func (o *BulkJobOpsUpdateJobGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this bulk job ops update job gateway timeout response has a 3xx status code

func (*BulkJobOpsUpdateJobGatewayTimeout) IsServerError added in v1.0.2

func (o *BulkJobOpsUpdateJobGatewayTimeout) IsServerError() bool

IsServerError returns true when this bulk job ops update job gateway timeout response has a 5xx status code

func (*BulkJobOpsUpdateJobGatewayTimeout) IsSuccess added in v1.0.2

func (o *BulkJobOpsUpdateJobGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this bulk job ops update job gateway timeout response has a 2xx status code

func (*BulkJobOpsUpdateJobGatewayTimeout) String added in v1.0.2

type BulkJobOpsUpdateJobInternalServerError added in v1.0.2

type BulkJobOpsUpdateJobInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsUpdateJobInternalServerError 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 NewBulkJobOpsUpdateJobInternalServerError added in v1.0.2

func NewBulkJobOpsUpdateJobInternalServerError() *BulkJobOpsUpdateJobInternalServerError

NewBulkJobOpsUpdateJobInternalServerError creates a BulkJobOpsUpdateJobInternalServerError with default headers values

func (*BulkJobOpsUpdateJobInternalServerError) Error added in v1.0.2

func (*BulkJobOpsUpdateJobInternalServerError) GetPayload added in v1.0.2

func (*BulkJobOpsUpdateJobInternalServerError) IsClientError added in v1.0.2

func (o *BulkJobOpsUpdateJobInternalServerError) IsClientError() bool

IsClientError returns true when this bulk job ops update job internal server error response has a 4xx status code

func (*BulkJobOpsUpdateJobInternalServerError) IsCode added in v1.0.2

IsCode returns true when this bulk job ops update job internal server error response a status code equal to that given

func (*BulkJobOpsUpdateJobInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this bulk job ops update job internal server error response has a 3xx status code

func (*BulkJobOpsUpdateJobInternalServerError) IsServerError added in v1.0.2

func (o *BulkJobOpsUpdateJobInternalServerError) IsServerError() bool

IsServerError returns true when this bulk job ops update job internal server error response has a 5xx status code

func (*BulkJobOpsUpdateJobInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this bulk job ops update job internal server error response has a 2xx status code

func (*BulkJobOpsUpdateJobInternalServerError) String added in v1.0.2

type BulkJobOpsUpdateJobNotFound added in v1.0.2

type BulkJobOpsUpdateJobNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsUpdateJobNotFound 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 NewBulkJobOpsUpdateJobNotFound added in v1.0.2

func NewBulkJobOpsUpdateJobNotFound() *BulkJobOpsUpdateJobNotFound

NewBulkJobOpsUpdateJobNotFound creates a BulkJobOpsUpdateJobNotFound with default headers values

func (*BulkJobOpsUpdateJobNotFound) Error added in v1.0.2

func (*BulkJobOpsUpdateJobNotFound) GetPayload added in v1.0.2

func (*BulkJobOpsUpdateJobNotFound) IsClientError added in v1.0.2

func (o *BulkJobOpsUpdateJobNotFound) IsClientError() bool

IsClientError returns true when this bulk job ops update job not found response has a 4xx status code

func (*BulkJobOpsUpdateJobNotFound) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops update job not found response a status code equal to that given

func (*BulkJobOpsUpdateJobNotFound) IsRedirect added in v1.0.2

func (o *BulkJobOpsUpdateJobNotFound) IsRedirect() bool

IsRedirect returns true when this bulk job ops update job not found response has a 3xx status code

func (*BulkJobOpsUpdateJobNotFound) IsServerError added in v1.0.2

func (o *BulkJobOpsUpdateJobNotFound) IsServerError() bool

IsServerError returns true when this bulk job ops update job not found response has a 5xx status code

func (*BulkJobOpsUpdateJobNotFound) IsSuccess added in v1.0.2

func (o *BulkJobOpsUpdateJobNotFound) IsSuccess() bool

IsSuccess returns true when this bulk job ops update job not found response has a 2xx status code

func (*BulkJobOpsUpdateJobNotFound) String added in v1.0.2

func (o *BulkJobOpsUpdateJobNotFound) String() string

type BulkJobOpsUpdateJobOK added in v1.0.2

type BulkJobOpsUpdateJobOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewBulkJobOpsUpdateJobOK added in v1.0.2

func NewBulkJobOpsUpdateJobOK() *BulkJobOpsUpdateJobOK

NewBulkJobOpsUpdateJobOK creates a BulkJobOpsUpdateJobOK with default headers values

func (*BulkJobOpsUpdateJobOK) Error added in v1.0.2

func (o *BulkJobOpsUpdateJobOK) Error() string

func (*BulkJobOpsUpdateJobOK) GetPayload added in v1.0.2

func (*BulkJobOpsUpdateJobOK) IsClientError added in v1.0.2

func (o *BulkJobOpsUpdateJobOK) IsClientError() bool

IsClientError returns true when this bulk job ops update job o k response has a 4xx status code

func (*BulkJobOpsUpdateJobOK) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops update job o k response a status code equal to that given

func (*BulkJobOpsUpdateJobOK) IsRedirect added in v1.0.2

func (o *BulkJobOpsUpdateJobOK) IsRedirect() bool

IsRedirect returns true when this bulk job ops update job o k response has a 3xx status code

func (*BulkJobOpsUpdateJobOK) IsServerError added in v1.0.2

func (o *BulkJobOpsUpdateJobOK) IsServerError() bool

IsServerError returns true when this bulk job ops update job o k response has a 5xx status code

func (*BulkJobOpsUpdateJobOK) IsSuccess added in v1.0.2

func (o *BulkJobOpsUpdateJobOK) IsSuccess() bool

IsSuccess returns true when this bulk job ops update job o k response has a 2xx status code

func (*BulkJobOpsUpdateJobOK) String added in v1.0.2

func (o *BulkJobOpsUpdateJobOK) String() string

type BulkJobOpsUpdateJobParams added in v1.0.2

type BulkJobOpsUpdateJobParams struct {

	/* XRequestID.

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

	// Body.
	Body BulkJobOpsUpdateJobBody

	/* ID.

	   System defined universally unique Id of the job request
	*/
	ID string

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

BulkJobOpsUpdateJobParams contains all the parameters to send to the API endpoint

for the bulk job ops update job operation.

Typically these are written to a http.Request.

func NewBulkJobOpsUpdateJobParams added in v1.0.2

func NewBulkJobOpsUpdateJobParams() *BulkJobOpsUpdateJobParams

NewBulkJobOpsUpdateJobParams creates a new BulkJobOpsUpdateJobParams 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 NewBulkJobOpsUpdateJobParamsWithContext added in v1.0.2

func NewBulkJobOpsUpdateJobParamsWithContext(ctx context.Context) *BulkJobOpsUpdateJobParams

NewBulkJobOpsUpdateJobParamsWithContext creates a new BulkJobOpsUpdateJobParams object with the ability to set a context for a request.

func NewBulkJobOpsUpdateJobParamsWithHTTPClient added in v1.0.2

func NewBulkJobOpsUpdateJobParamsWithHTTPClient(client *http.Client) *BulkJobOpsUpdateJobParams

NewBulkJobOpsUpdateJobParamsWithHTTPClient creates a new BulkJobOpsUpdateJobParams object with the ability to set a custom HTTPClient for a request.

func NewBulkJobOpsUpdateJobParamsWithTimeout added in v1.0.2

func NewBulkJobOpsUpdateJobParamsWithTimeout(timeout time.Duration) *BulkJobOpsUpdateJobParams

NewBulkJobOpsUpdateJobParamsWithTimeout creates a new BulkJobOpsUpdateJobParams object with the ability to set a timeout on a request.

func (*BulkJobOpsUpdateJobParams) SetBody added in v1.0.2

SetBody adds the body to the bulk job ops update job params

func (*BulkJobOpsUpdateJobParams) SetContext added in v1.0.2

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

SetContext adds the context to the bulk job ops update job params

func (*BulkJobOpsUpdateJobParams) SetDefaults added in v1.0.2

func (o *BulkJobOpsUpdateJobParams) SetDefaults()

SetDefaults hydrates default values in the bulk job ops update job params (not the query body).

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

func (*BulkJobOpsUpdateJobParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the bulk job ops update job params

func (*BulkJobOpsUpdateJobParams) SetID added in v1.0.2

func (o *BulkJobOpsUpdateJobParams) SetID(id string)

SetID adds the id to the bulk job ops update job params

func (*BulkJobOpsUpdateJobParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the bulk job ops update job params

func (*BulkJobOpsUpdateJobParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the bulk job ops update job params

func (*BulkJobOpsUpdateJobParams) WithBody added in v1.0.2

WithBody adds the body to the bulk job ops update job params

func (*BulkJobOpsUpdateJobParams) WithContext added in v1.0.2

WithContext adds the context to the bulk job ops update job params

func (*BulkJobOpsUpdateJobParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the bulk job ops update job params (not the query body).

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

func (*BulkJobOpsUpdateJobParams) WithHTTPClient added in v1.0.2

func (o *BulkJobOpsUpdateJobParams) WithHTTPClient(client *http.Client) *BulkJobOpsUpdateJobParams

WithHTTPClient adds the HTTPClient to the bulk job ops update job params

func (*BulkJobOpsUpdateJobParams) WithID added in v1.0.2

WithID adds the id to the bulk job ops update job params

func (*BulkJobOpsUpdateJobParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the bulk job ops update job params

func (*BulkJobOpsUpdateJobParams) WithXRequestID added in v1.0.2

func (o *BulkJobOpsUpdateJobParams) WithXRequestID(xRequestID *string) *BulkJobOpsUpdateJobParams

WithXRequestID adds the xRequestID to the bulk job ops update job params

func (*BulkJobOpsUpdateJobParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type BulkJobOpsUpdateJobReader added in v1.0.2

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

BulkJobOpsUpdateJobReader is a Reader for the BulkJobOpsUpdateJob structure.

func (*BulkJobOpsUpdateJobReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type BulkJobOpsUpdateJobUnauthorized added in v1.0.2

type BulkJobOpsUpdateJobUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

BulkJobOpsUpdateJobUnauthorized 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 NewBulkJobOpsUpdateJobUnauthorized added in v1.0.2

func NewBulkJobOpsUpdateJobUnauthorized() *BulkJobOpsUpdateJobUnauthorized

NewBulkJobOpsUpdateJobUnauthorized creates a BulkJobOpsUpdateJobUnauthorized with default headers values

func (*BulkJobOpsUpdateJobUnauthorized) Error added in v1.0.2

func (*BulkJobOpsUpdateJobUnauthorized) GetPayload added in v1.0.2

func (*BulkJobOpsUpdateJobUnauthorized) IsClientError added in v1.0.2

func (o *BulkJobOpsUpdateJobUnauthorized) IsClientError() bool

IsClientError returns true when this bulk job ops update job unauthorized response has a 4xx status code

func (*BulkJobOpsUpdateJobUnauthorized) IsCode added in v1.0.2

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

IsCode returns true when this bulk job ops update job unauthorized response a status code equal to that given

func (*BulkJobOpsUpdateJobUnauthorized) IsRedirect added in v1.0.2

func (o *BulkJobOpsUpdateJobUnauthorized) IsRedirect() bool

IsRedirect returns true when this bulk job ops update job unauthorized response has a 3xx status code

func (*BulkJobOpsUpdateJobUnauthorized) IsServerError added in v1.0.2

func (o *BulkJobOpsUpdateJobUnauthorized) IsServerError() bool

IsServerError returns true when this bulk job ops update job unauthorized response has a 5xx status code

func (*BulkJobOpsUpdateJobUnauthorized) IsSuccess added in v1.0.2

func (o *BulkJobOpsUpdateJobUnauthorized) IsSuccess() bool

IsSuccess returns true when this bulk job ops update job unauthorized response has a 2xx status code

func (*BulkJobOpsUpdateJobUnauthorized) String added in v1.0.2

type Client

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

Client for bulk job ops API

func (*Client) BulkJobOpsBulkCreateEdgeApplicationInstances added in v1.0.2

BulkJobOpsBulkCreateEdgeApplicationInstances updates job request to create edge application instances

Update job request to create edge application instance(s) on edge node(s) matching selection criteria.

func (*Client) BulkJobOpsBulkImportEdgeApplications added in v1.0.2

func (a *Client) BulkJobOpsBulkImportEdgeApplications(params *BulkJobOpsBulkImportEdgeApplicationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkJobOpsBulkImportEdgeApplicationsOK, error)

BulkJobOpsBulkImportEdgeApplications updates job request to import edge application bundles

Update job request to import edge application bundle(s) from global App Store matching selection criteria.

func (*Client) BulkJobOpsBulkImportHardwareModels added in v1.0.2

func (a *Client) BulkJobOpsBulkImportHardwareModels(params *BulkJobOpsBulkImportHardwareModelsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkJobOpsBulkImportHardwareModelsOK, error)

BulkJobOpsBulkImportHardwareModels updates job request to import hardware models

Update job request to import hardware model(s) from global Model Store matching selection criteria.

func (*Client) BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstances added in v1.0.2

BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstances updates job request to refresh and purge edge application instances

Update job request to refresh and purge edge application instances matching selection criteria. Update edge application instance(s) to the latest version of the edge application. This operation will result in loss of data and a restart of the edge application instance(s).

func (*Client) BulkJobOpsBulkRefreshEdgeApplicationInstances added in v1.0.2

BulkJobOpsBulkRefreshEdgeApplicationInstances updates job request to refresh edge application instances

Update job request to refresh edge application instances matching selection criteria. Update edge application instance(s) to the latest version of the edge application. This operation will result in a restart of the edge application instance(s).

func (*Client) BulkJobOpsBulkUpdateEdgeNodeBaseOS added in v1.0.2

func (a *Client) BulkJobOpsBulkUpdateEdgeNodeBaseOS(params *BulkJobOpsBulkUpdateEdgeNodeBaseOSParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkJobOpsBulkUpdateEdgeNodeBaseOSOK, error)

BulkJobOpsBulkUpdateEdgeNodeBaseOS updates job request to update e v e image on edge nodes

Update job request to update EVE image on edge nodes. If edge node is already running the latest EVE image no action is taken.

func (*Client) BulkJobOpsBulkUpdateEdgeNodeBaseOSRetry added in v1.0.2

BulkJobOpsBulkUpdateEdgeNodeBaseOSRetry updates job request to retry update e v e image on edge nodes

Update job request to retry update EVE image on edge nodes. If edge node is already running the latest EVE image no action is taken.

func (*Client) BulkJobOpsCreateJob added in v1.0.2

func (a *Client) BulkJobOpsCreateJob(params *BulkJobOpsCreateJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkJobOpsCreateJobOK, error)

BulkJobOpsCreateJob creates asynchronous job request

Create an asynchronous job request record.

func (*Client) BulkJobOpsDeleteJob added in v1.0.2

func (a *Client) BulkJobOpsDeleteJob(params *BulkJobOpsDeleteJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkJobOpsDeleteJobOK, error)

BulkJobOpsDeleteJob deletes asynchronous job request

Delete an asynchronous job request record.

func (*Client) BulkJobOpsGetJob added in v1.0.2

func (a *Client) BulkJobOpsGetJob(params *BulkJobOpsGetJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkJobOpsGetJobOK, error)

BulkJobOpsGetJob gets asynchronous job request

Get the configuration and status of an asynchronous job request record.

func (*Client) BulkJobOpsGetJobByName added in v1.0.2

func (a *Client) BulkJobOpsGetJobByName(params *BulkJobOpsGetJobByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkJobOpsGetJobByNameOK, error)

BulkJobOpsGetJobByName gets asynchronous job request

Get the configuration and status of an asynchronous job request record.

func (*Client) BulkJobOpsQueryJobs added in v1.0.2

func (a *Client) BulkJobOpsQueryJobs(params *BulkJobOpsQueryJobsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkJobOpsQueryJobsOK, error)

BulkJobOpsQueryJobs queries asynchronous job requests

Query the asynchronous job request records.

func (*Client) BulkJobOpsUpdateJob added in v1.0.2

func (a *Client) BulkJobOpsUpdateJob(params *BulkJobOpsUpdateJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkJobOpsUpdateJobOK, error)

BulkJobOpsUpdateJob updates asynchronous job request

Update an asynchronous job request record. The usual pattern to update an asynchronous job request record is to retrieve the record and update with the modified values in a new body to update the asynchronous job request record.

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

type ClientService interface {
	BulkJobOpsBulkCreateEdgeApplicationInstances(params *BulkJobOpsBulkCreateEdgeApplicationInstancesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkJobOpsBulkCreateEdgeApplicationInstancesOK, error)

	BulkJobOpsBulkImportEdgeApplications(params *BulkJobOpsBulkImportEdgeApplicationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkJobOpsBulkImportEdgeApplicationsOK, error)

	BulkJobOpsBulkImportHardwareModels(params *BulkJobOpsBulkImportHardwareModelsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkJobOpsBulkImportHardwareModelsOK, error)

	BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstances(params *BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkJobOpsBulkRefreshAndPurgeEdgeApplicationInstancesOK, error)

	BulkJobOpsBulkRefreshEdgeApplicationInstances(params *BulkJobOpsBulkRefreshEdgeApplicationInstancesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkJobOpsBulkRefreshEdgeApplicationInstancesOK, error)

	BulkJobOpsBulkUpdateEdgeNodeBaseOS(params *BulkJobOpsBulkUpdateEdgeNodeBaseOSParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkJobOpsBulkUpdateEdgeNodeBaseOSOK, error)

	BulkJobOpsBulkUpdateEdgeNodeBaseOSRetry(params *BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkJobOpsBulkUpdateEdgeNodeBaseOSRetryOK, error)

	BulkJobOpsCreateJob(params *BulkJobOpsCreateJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkJobOpsCreateJobOK, error)

	BulkJobOpsDeleteJob(params *BulkJobOpsDeleteJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkJobOpsDeleteJobOK, error)

	BulkJobOpsGetJob(params *BulkJobOpsGetJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkJobOpsGetJobOK, error)

	BulkJobOpsGetJobByName(params *BulkJobOpsGetJobByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkJobOpsGetJobByNameOK, error)

	BulkJobOpsQueryJobs(params *BulkJobOpsQueryJobsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkJobOpsQueryJobsOK, error)

	BulkJobOpsUpdateJob(params *BulkJobOpsUpdateJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkJobOpsUpdateJobOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new bulk job ops API client.

Jump to

Keyboard shortcuts

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