datastore

package
v2.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 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 Client

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

Client for datastore configuration API

func (*Client) Create

Create creates datastore

Create a Datastore record.

func (*Client) DatastoreConfigurationQueryDatastoreProjectList

DatastoreConfigurationQueryDatastoreProjectList queries the project access list of a datastore

Query the project access list of a datastore

func (*Client) DatastoreConfigurationQueryDatastores

func (a *Client) DatastoreConfigurationQueryDatastores(params *DatastoreConfigurationQueryDatastoresParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DatastoreConfigurationQueryDatastoresOK, error)

DatastoreConfigurationQueryDatastores queries datastores

Query the datastore records.

func (*Client) Delete

Delete deletes datastore

Delete a datastore record.

func (*Client) GetByID

GetByID gets datastore

Get the configuration (without security details) of a datastore record.

func (*Client) GetByName

GetByName gets datastore

Get the configuration (without security details) of a datastore record.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) Update

Update updates datastore

Update a datastore record. The usual pattern to update a datastore record is to retrieve the record and update with the modified values in a new body to update the datastore record.

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

ClientService is the interface for Client methods

func New

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

New creates a new datastore configuration API client.

type DatastoreConfigurationCreateDatastoreBadRequest

type DatastoreConfigurationCreateDatastoreBadRequest struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationCreateDatastoreBadRequest 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 NewDatastoreConfigurationCreateDatastoreBadRequest

func NewDatastoreConfigurationCreateDatastoreBadRequest() *DatastoreConfigurationCreateDatastoreBadRequest

NewDatastoreConfigurationCreateDatastoreBadRequest creates a DatastoreConfigurationCreateDatastoreBadRequest with default headers values

func (*DatastoreConfigurationCreateDatastoreBadRequest) Code

Code gets the status code for the datastore configuration create datastore bad request response

func (*DatastoreConfigurationCreateDatastoreBadRequest) Error

func (*DatastoreConfigurationCreateDatastoreBadRequest) GetPayload

func (*DatastoreConfigurationCreateDatastoreBadRequest) IsClientError

IsClientError returns true when this datastore configuration create datastore bad request response has a 4xx status code

func (*DatastoreConfigurationCreateDatastoreBadRequest) IsCode

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

func (*DatastoreConfigurationCreateDatastoreBadRequest) IsRedirect

IsRedirect returns true when this datastore configuration create datastore bad request response has a 3xx status code

func (*DatastoreConfigurationCreateDatastoreBadRequest) IsServerError

IsServerError returns true when this datastore configuration create datastore bad request response has a 5xx status code

func (*DatastoreConfigurationCreateDatastoreBadRequest) IsSuccess

IsSuccess returns true when this datastore configuration create datastore bad request response has a 2xx status code

func (*DatastoreConfigurationCreateDatastoreBadRequest) String

type DatastoreConfigurationCreateDatastoreConflict

type DatastoreConfigurationCreateDatastoreConflict struct {
	Payload *models.ZsrvResponse
}

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

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

func NewDatastoreConfigurationCreateDatastoreConflict

func NewDatastoreConfigurationCreateDatastoreConflict() *DatastoreConfigurationCreateDatastoreConflict

NewDatastoreConfigurationCreateDatastoreConflict creates a DatastoreConfigurationCreateDatastoreConflict with default headers values

func (*DatastoreConfigurationCreateDatastoreConflict) Code

Code gets the status code for the datastore configuration create datastore conflict response

func (*DatastoreConfigurationCreateDatastoreConflict) Error

func (*DatastoreConfigurationCreateDatastoreConflict) GetPayload

func (*DatastoreConfigurationCreateDatastoreConflict) IsClientError

IsClientError returns true when this datastore configuration create datastore conflict response has a 4xx status code

func (*DatastoreConfigurationCreateDatastoreConflict) IsCode

IsCode returns true when this datastore configuration create datastore conflict response a status code equal to that given

func (*DatastoreConfigurationCreateDatastoreConflict) IsRedirect

IsRedirect returns true when this datastore configuration create datastore conflict response has a 3xx status code

func (*DatastoreConfigurationCreateDatastoreConflict) IsServerError

IsServerError returns true when this datastore configuration create datastore conflict response has a 5xx status code

func (*DatastoreConfigurationCreateDatastoreConflict) IsSuccess

IsSuccess returns true when this datastore configuration create datastore conflict response has a 2xx status code

func (*DatastoreConfigurationCreateDatastoreConflict) String

type DatastoreConfigurationCreateDatastoreCreated

type DatastoreConfigurationCreateDatastoreCreated struct {
	Payload *models.ZsrvResponse
}

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

Datastore created.

func NewDatastoreConfigurationCreateDatastoreCreated

func NewDatastoreConfigurationCreateDatastoreCreated() *DatastoreConfigurationCreateDatastoreCreated

NewDatastoreConfigurationCreateDatastoreCreated creates a DatastoreConfigurationCreateDatastoreCreated with default headers values

func (*DatastoreConfigurationCreateDatastoreCreated) Code

Code gets the status code for the datastore configuration create datastore created response

func (*DatastoreConfigurationCreateDatastoreCreated) Error

func (*DatastoreConfigurationCreateDatastoreCreated) GetPayload

func (*DatastoreConfigurationCreateDatastoreCreated) IsClientError

IsClientError returns true when this datastore configuration create datastore created response has a 4xx status code

func (*DatastoreConfigurationCreateDatastoreCreated) IsCode

IsCode returns true when this datastore configuration create datastore created response a status code equal to that given

func (*DatastoreConfigurationCreateDatastoreCreated) IsRedirect

IsRedirect returns true when this datastore configuration create datastore created response has a 3xx status code

func (*DatastoreConfigurationCreateDatastoreCreated) IsServerError

IsServerError returns true when this datastore configuration create datastore created response has a 5xx status code

func (*DatastoreConfigurationCreateDatastoreCreated) IsSuccess

IsSuccess returns true when this datastore configuration create datastore created response has a 2xx status code

func (*DatastoreConfigurationCreateDatastoreCreated) String

type DatastoreConfigurationCreateDatastoreDefault

type DatastoreConfigurationCreateDatastoreDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewDatastoreConfigurationCreateDatastoreDefault

func NewDatastoreConfigurationCreateDatastoreDefault(code int) *DatastoreConfigurationCreateDatastoreDefault

NewDatastoreConfigurationCreateDatastoreDefault creates a DatastoreConfigurationCreateDatastoreDefault with default headers values

func (*DatastoreConfigurationCreateDatastoreDefault) Code

Code gets the status code for the datastore configuration create datastore default response

func (*DatastoreConfigurationCreateDatastoreDefault) Error

func (*DatastoreConfigurationCreateDatastoreDefault) GetPayload

func (*DatastoreConfigurationCreateDatastoreDefault) IsClientError

IsClientError returns true when this datastore configuration create datastore default response has a 4xx status code

func (*DatastoreConfigurationCreateDatastoreDefault) IsCode

IsCode returns true when this datastore configuration create datastore default response a status code equal to that given

func (*DatastoreConfigurationCreateDatastoreDefault) IsRedirect

IsRedirect returns true when this datastore configuration create datastore default response has a 3xx status code

func (*DatastoreConfigurationCreateDatastoreDefault) IsServerError

IsServerError returns true when this datastore configuration create datastore default response has a 5xx status code

func (*DatastoreConfigurationCreateDatastoreDefault) IsSuccess

IsSuccess returns true when this datastore configuration create datastore default response has a 2xx status code

func (*DatastoreConfigurationCreateDatastoreDefault) String

type DatastoreConfigurationCreateDatastoreForbidden

type DatastoreConfigurationCreateDatastoreForbidden struct {
	Payload *models.ZsrvResponse
}

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

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

func NewDatastoreConfigurationCreateDatastoreForbidden

func NewDatastoreConfigurationCreateDatastoreForbidden() *DatastoreConfigurationCreateDatastoreForbidden

NewDatastoreConfigurationCreateDatastoreForbidden creates a DatastoreConfigurationCreateDatastoreForbidden with default headers values

func (*DatastoreConfigurationCreateDatastoreForbidden) Code

Code gets the status code for the datastore configuration create datastore forbidden response

func (*DatastoreConfigurationCreateDatastoreForbidden) Error

func (*DatastoreConfigurationCreateDatastoreForbidden) GetPayload

func (*DatastoreConfigurationCreateDatastoreForbidden) IsClientError

IsClientError returns true when this datastore configuration create datastore forbidden response has a 4xx status code

func (*DatastoreConfigurationCreateDatastoreForbidden) IsCode

IsCode returns true when this datastore configuration create datastore forbidden response a status code equal to that given

func (*DatastoreConfigurationCreateDatastoreForbidden) IsRedirect

IsRedirect returns true when this datastore configuration create datastore forbidden response has a 3xx status code

func (*DatastoreConfigurationCreateDatastoreForbidden) IsServerError

IsServerError returns true when this datastore configuration create datastore forbidden response has a 5xx status code

func (*DatastoreConfigurationCreateDatastoreForbidden) IsSuccess

IsSuccess returns true when this datastore configuration create datastore forbidden response has a 2xx status code

func (*DatastoreConfigurationCreateDatastoreForbidden) String

type DatastoreConfigurationCreateDatastoreGatewayTimeout

type DatastoreConfigurationCreateDatastoreGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationCreateDatastoreGatewayTimeout 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 NewDatastoreConfigurationCreateDatastoreGatewayTimeout

func NewDatastoreConfigurationCreateDatastoreGatewayTimeout() *DatastoreConfigurationCreateDatastoreGatewayTimeout

NewDatastoreConfigurationCreateDatastoreGatewayTimeout creates a DatastoreConfigurationCreateDatastoreGatewayTimeout with default headers values

func (*DatastoreConfigurationCreateDatastoreGatewayTimeout) Code

Code gets the status code for the datastore configuration create datastore gateway timeout response

func (*DatastoreConfigurationCreateDatastoreGatewayTimeout) Error

func (*DatastoreConfigurationCreateDatastoreGatewayTimeout) GetPayload

func (*DatastoreConfigurationCreateDatastoreGatewayTimeout) IsClientError

IsClientError returns true when this datastore configuration create datastore gateway timeout response has a 4xx status code

func (*DatastoreConfigurationCreateDatastoreGatewayTimeout) IsCode

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

func (*DatastoreConfigurationCreateDatastoreGatewayTimeout) IsRedirect

IsRedirect returns true when this datastore configuration create datastore gateway timeout response has a 3xx status code

func (*DatastoreConfigurationCreateDatastoreGatewayTimeout) IsServerError

IsServerError returns true when this datastore configuration create datastore gateway timeout response has a 5xx status code

func (*DatastoreConfigurationCreateDatastoreGatewayTimeout) IsSuccess

IsSuccess returns true when this datastore configuration create datastore gateway timeout response has a 2xx status code

func (*DatastoreConfigurationCreateDatastoreGatewayTimeout) String

type DatastoreConfigurationCreateDatastoreInternalServerError

type DatastoreConfigurationCreateDatastoreInternalServerError struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationCreateDatastoreInternalServerError 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 NewDatastoreConfigurationCreateDatastoreInternalServerError

func NewDatastoreConfigurationCreateDatastoreInternalServerError() *DatastoreConfigurationCreateDatastoreInternalServerError

NewDatastoreConfigurationCreateDatastoreInternalServerError creates a DatastoreConfigurationCreateDatastoreInternalServerError with default headers values

func (*DatastoreConfigurationCreateDatastoreInternalServerError) Code

Code gets the status code for the datastore configuration create datastore internal server error response

func (*DatastoreConfigurationCreateDatastoreInternalServerError) Error

func (*DatastoreConfigurationCreateDatastoreInternalServerError) GetPayload

func (*DatastoreConfigurationCreateDatastoreInternalServerError) IsClientError

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

func (*DatastoreConfigurationCreateDatastoreInternalServerError) IsCode

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

func (*DatastoreConfigurationCreateDatastoreInternalServerError) IsRedirect

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

func (*DatastoreConfigurationCreateDatastoreInternalServerError) IsServerError

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

func (*DatastoreConfigurationCreateDatastoreInternalServerError) IsSuccess

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

func (*DatastoreConfigurationCreateDatastoreInternalServerError) String

type DatastoreConfigurationCreateDatastoreOK

type DatastoreConfigurationCreateDatastoreOK struct {
	Payload *models.ZsrvResponse
}

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

A successful response.

func NewDatastoreConfigurationCreateDatastoreOK

func NewDatastoreConfigurationCreateDatastoreOK() *DatastoreConfigurationCreateDatastoreOK

NewDatastoreConfigurationCreateDatastoreOK creates a DatastoreConfigurationCreateDatastoreOK with default headers values

func (*DatastoreConfigurationCreateDatastoreOK) Code

Code gets the status code for the datastore configuration create datastore o k response

func (*DatastoreConfigurationCreateDatastoreOK) Error

func (*DatastoreConfigurationCreateDatastoreOK) GetPayload

func (*DatastoreConfigurationCreateDatastoreOK) IsClientError

func (o *DatastoreConfigurationCreateDatastoreOK) IsClientError() bool

IsClientError returns true when this datastore configuration create datastore o k response has a 4xx status code

func (*DatastoreConfigurationCreateDatastoreOK) IsCode

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

func (*DatastoreConfigurationCreateDatastoreOK) IsRedirect

IsRedirect returns true when this datastore configuration create datastore o k response has a 3xx status code

func (*DatastoreConfigurationCreateDatastoreOK) IsServerError

func (o *DatastoreConfigurationCreateDatastoreOK) IsServerError() bool

IsServerError returns true when this datastore configuration create datastore o k response has a 5xx status code

func (*DatastoreConfigurationCreateDatastoreOK) IsSuccess

IsSuccess returns true when this datastore configuration create datastore o k response has a 2xx status code

func (*DatastoreConfigurationCreateDatastoreOK) String

type DatastoreConfigurationCreateDatastoreParams

type DatastoreConfigurationCreateDatastoreParams struct {

	/* XRequestID.

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

	// Body.
	Body *models.Datastore

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

DatastoreConfigurationCreateDatastoreParams contains all the parameters to send to the API endpoint

for the datastore configuration create datastore operation.

Typically these are written to a http.Request.

func CreateParams

CreateParams creates a new DatastoreConfigurationCreateDatastoreParams 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 NewDatastoreConfigurationCreateDatastoreParamsWithContext

func NewDatastoreConfigurationCreateDatastoreParamsWithContext(ctx context.Context) *DatastoreConfigurationCreateDatastoreParams

NewDatastoreConfigurationCreateDatastoreParamsWithContext creates a new DatastoreConfigurationCreateDatastoreParams object with the ability to set a context for a request.

func NewDatastoreConfigurationCreateDatastoreParamsWithHTTPClient

func NewDatastoreConfigurationCreateDatastoreParamsWithHTTPClient(client *http.Client) *DatastoreConfigurationCreateDatastoreParams

NewDatastoreConfigurationCreateDatastoreParamsWithHTTPClient creates a new DatastoreConfigurationCreateDatastoreParams object with the ability to set a custom HTTPClient for a request.

func NewDatastoreConfigurationCreateDatastoreParamsWithTimeout

func NewDatastoreConfigurationCreateDatastoreParamsWithTimeout(timeout time.Duration) *DatastoreConfigurationCreateDatastoreParams

NewDatastoreConfigurationCreateDatastoreParamsWithTimeout creates a new DatastoreConfigurationCreateDatastoreParams object with the ability to set a timeout on a request.

func (*DatastoreConfigurationCreateDatastoreParams) SetBody

SetBody adds the body to the datastore configuration create datastore params

func (*DatastoreConfigurationCreateDatastoreParams) SetContext

SetContext adds the context to the datastore configuration create datastore params

func (*DatastoreConfigurationCreateDatastoreParams) SetDefaults

SetDefaults hydrates default values in the datastore configuration create datastore params (not the query body).

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

func (*DatastoreConfigurationCreateDatastoreParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the datastore configuration create datastore params

func (*DatastoreConfigurationCreateDatastoreParams) SetTimeout

SetTimeout adds the timeout to the datastore configuration create datastore params

func (*DatastoreConfigurationCreateDatastoreParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the datastore configuration create datastore params

func (*DatastoreConfigurationCreateDatastoreParams) WithBody

WithBody adds the body to the datastore configuration create datastore params

func (*DatastoreConfigurationCreateDatastoreParams) WithContext

WithContext adds the context to the datastore configuration create datastore params

func (*DatastoreConfigurationCreateDatastoreParams) WithDefaults

WithDefaults hydrates default values in the datastore configuration create datastore params (not the query body).

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

func (*DatastoreConfigurationCreateDatastoreParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the datastore configuration create datastore params

func (*DatastoreConfigurationCreateDatastoreParams) WithTimeout

WithTimeout adds the timeout to the datastore configuration create datastore params

func (*DatastoreConfigurationCreateDatastoreParams) WithXRequestID

WithXRequestID adds the xRequestID to the datastore configuration create datastore params

func (*DatastoreConfigurationCreateDatastoreParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DatastoreConfigurationCreateDatastoreReader

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

DatastoreConfigurationCreateDatastoreReader is a Reader for the DatastoreConfigurationCreateDatastore structure.

func (*DatastoreConfigurationCreateDatastoreReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DatastoreConfigurationCreateDatastoreUnauthorized

type DatastoreConfigurationCreateDatastoreUnauthorized struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationCreateDatastoreUnauthorized 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 NewDatastoreConfigurationCreateDatastoreUnauthorized

func NewDatastoreConfigurationCreateDatastoreUnauthorized() *DatastoreConfigurationCreateDatastoreUnauthorized

NewDatastoreConfigurationCreateDatastoreUnauthorized creates a DatastoreConfigurationCreateDatastoreUnauthorized with default headers values

func (*DatastoreConfigurationCreateDatastoreUnauthorized) Code

Code gets the status code for the datastore configuration create datastore unauthorized response

func (*DatastoreConfigurationCreateDatastoreUnauthorized) Error

func (*DatastoreConfigurationCreateDatastoreUnauthorized) GetPayload

func (*DatastoreConfigurationCreateDatastoreUnauthorized) IsClientError

IsClientError returns true when this datastore configuration create datastore unauthorized response has a 4xx status code

func (*DatastoreConfigurationCreateDatastoreUnauthorized) IsCode

IsCode returns true when this datastore configuration create datastore unauthorized response a status code equal to that given

func (*DatastoreConfigurationCreateDatastoreUnauthorized) IsRedirect

IsRedirect returns true when this datastore configuration create datastore unauthorized response has a 3xx status code

func (*DatastoreConfigurationCreateDatastoreUnauthorized) IsServerError

IsServerError returns true when this datastore configuration create datastore unauthorized response has a 5xx status code

func (*DatastoreConfigurationCreateDatastoreUnauthorized) IsSuccess

IsSuccess returns true when this datastore configuration create datastore unauthorized response has a 2xx status code

func (*DatastoreConfigurationCreateDatastoreUnauthorized) String

type DatastoreConfigurationDeleteDatastoreConflict

type DatastoreConfigurationDeleteDatastoreConflict struct {
	Payload *models.ZsrvResponse
}

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

Conflict. The API gateway did not process the request because there are edge application images using this datastore

func NewDatastoreConfigurationDeleteDatastoreConflict

func NewDatastoreConfigurationDeleteDatastoreConflict() *DatastoreConfigurationDeleteDatastoreConflict

NewDatastoreConfigurationDeleteDatastoreConflict creates a DatastoreConfigurationDeleteDatastoreConflict with default headers values

func (*DatastoreConfigurationDeleteDatastoreConflict) Code

Code gets the status code for the datastore configuration delete datastore conflict response

func (*DatastoreConfigurationDeleteDatastoreConflict) Error

func (*DatastoreConfigurationDeleteDatastoreConflict) GetPayload

func (*DatastoreConfigurationDeleteDatastoreConflict) IsClientError

IsClientError returns true when this datastore configuration delete datastore conflict response has a 4xx status code

func (*DatastoreConfigurationDeleteDatastoreConflict) IsCode

IsCode returns true when this datastore configuration delete datastore conflict response a status code equal to that given

func (*DatastoreConfigurationDeleteDatastoreConflict) IsRedirect

IsRedirect returns true when this datastore configuration delete datastore conflict response has a 3xx status code

func (*DatastoreConfigurationDeleteDatastoreConflict) IsServerError

IsServerError returns true when this datastore configuration delete datastore conflict response has a 5xx status code

func (*DatastoreConfigurationDeleteDatastoreConflict) IsSuccess

IsSuccess returns true when this datastore configuration delete datastore conflict response has a 2xx status code

func (*DatastoreConfigurationDeleteDatastoreConflict) String

type DatastoreConfigurationDeleteDatastoreDefault

type DatastoreConfigurationDeleteDatastoreDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewDatastoreConfigurationDeleteDatastoreDefault

func NewDatastoreConfigurationDeleteDatastoreDefault(code int) *DatastoreConfigurationDeleteDatastoreDefault

NewDatastoreConfigurationDeleteDatastoreDefault creates a DatastoreConfigurationDeleteDatastoreDefault with default headers values

func (*DatastoreConfigurationDeleteDatastoreDefault) Code

Code gets the status code for the datastore configuration delete datastore default response

func (*DatastoreConfigurationDeleteDatastoreDefault) Error

func (*DatastoreConfigurationDeleteDatastoreDefault) GetPayload

func (*DatastoreConfigurationDeleteDatastoreDefault) IsClientError

IsClientError returns true when this datastore configuration delete datastore default response has a 4xx status code

func (*DatastoreConfigurationDeleteDatastoreDefault) IsCode

IsCode returns true when this datastore configuration delete datastore default response a status code equal to that given

func (*DatastoreConfigurationDeleteDatastoreDefault) IsRedirect

IsRedirect returns true when this datastore configuration delete datastore default response has a 3xx status code

func (*DatastoreConfigurationDeleteDatastoreDefault) IsServerError

IsServerError returns true when this datastore configuration delete datastore default response has a 5xx status code

func (*DatastoreConfigurationDeleteDatastoreDefault) IsSuccess

IsSuccess returns true when this datastore configuration delete datastore default response has a 2xx status code

func (*DatastoreConfigurationDeleteDatastoreDefault) String

type DatastoreConfigurationDeleteDatastoreForbidden

type DatastoreConfigurationDeleteDatastoreForbidden struct {
	Payload *models.ZsrvResponse
}

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

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

func NewDatastoreConfigurationDeleteDatastoreForbidden

func NewDatastoreConfigurationDeleteDatastoreForbidden() *DatastoreConfigurationDeleteDatastoreForbidden

NewDatastoreConfigurationDeleteDatastoreForbidden creates a DatastoreConfigurationDeleteDatastoreForbidden with default headers values

func (*DatastoreConfigurationDeleteDatastoreForbidden) Code

Code gets the status code for the datastore configuration delete datastore forbidden response

func (*DatastoreConfigurationDeleteDatastoreForbidden) Error

func (*DatastoreConfigurationDeleteDatastoreForbidden) GetPayload

func (*DatastoreConfigurationDeleteDatastoreForbidden) IsClientError

IsClientError returns true when this datastore configuration delete datastore forbidden response has a 4xx status code

func (*DatastoreConfigurationDeleteDatastoreForbidden) IsCode

IsCode returns true when this datastore configuration delete datastore forbidden response a status code equal to that given

func (*DatastoreConfigurationDeleteDatastoreForbidden) IsRedirect

IsRedirect returns true when this datastore configuration delete datastore forbidden response has a 3xx status code

func (*DatastoreConfigurationDeleteDatastoreForbidden) IsServerError

IsServerError returns true when this datastore configuration delete datastore forbidden response has a 5xx status code

func (*DatastoreConfigurationDeleteDatastoreForbidden) IsSuccess

IsSuccess returns true when this datastore configuration delete datastore forbidden response has a 2xx status code

func (*DatastoreConfigurationDeleteDatastoreForbidden) String

type DatastoreConfigurationDeleteDatastoreGatewayTimeout

type DatastoreConfigurationDeleteDatastoreGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationDeleteDatastoreGatewayTimeout 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 NewDatastoreConfigurationDeleteDatastoreGatewayTimeout

func NewDatastoreConfigurationDeleteDatastoreGatewayTimeout() *DatastoreConfigurationDeleteDatastoreGatewayTimeout

NewDatastoreConfigurationDeleteDatastoreGatewayTimeout creates a DatastoreConfigurationDeleteDatastoreGatewayTimeout with default headers values

func (*DatastoreConfigurationDeleteDatastoreGatewayTimeout) Code

Code gets the status code for the datastore configuration delete datastore gateway timeout response

func (*DatastoreConfigurationDeleteDatastoreGatewayTimeout) Error

func (*DatastoreConfigurationDeleteDatastoreGatewayTimeout) GetPayload

func (*DatastoreConfigurationDeleteDatastoreGatewayTimeout) IsClientError

IsClientError returns true when this datastore configuration delete datastore gateway timeout response has a 4xx status code

func (*DatastoreConfigurationDeleteDatastoreGatewayTimeout) IsCode

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

func (*DatastoreConfigurationDeleteDatastoreGatewayTimeout) IsRedirect

IsRedirect returns true when this datastore configuration delete datastore gateway timeout response has a 3xx status code

func (*DatastoreConfigurationDeleteDatastoreGatewayTimeout) IsServerError

IsServerError returns true when this datastore configuration delete datastore gateway timeout response has a 5xx status code

func (*DatastoreConfigurationDeleteDatastoreGatewayTimeout) IsSuccess

IsSuccess returns true when this datastore configuration delete datastore gateway timeout response has a 2xx status code

func (*DatastoreConfigurationDeleteDatastoreGatewayTimeout) String

type DatastoreConfigurationDeleteDatastoreInternalServerError

type DatastoreConfigurationDeleteDatastoreInternalServerError struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationDeleteDatastoreInternalServerError 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 NewDatastoreConfigurationDeleteDatastoreInternalServerError

func NewDatastoreConfigurationDeleteDatastoreInternalServerError() *DatastoreConfigurationDeleteDatastoreInternalServerError

NewDatastoreConfigurationDeleteDatastoreInternalServerError creates a DatastoreConfigurationDeleteDatastoreInternalServerError with default headers values

func (*DatastoreConfigurationDeleteDatastoreInternalServerError) Code

Code gets the status code for the datastore configuration delete datastore internal server error response

func (*DatastoreConfigurationDeleteDatastoreInternalServerError) Error

func (*DatastoreConfigurationDeleteDatastoreInternalServerError) GetPayload

func (*DatastoreConfigurationDeleteDatastoreInternalServerError) IsClientError

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

func (*DatastoreConfigurationDeleteDatastoreInternalServerError) IsCode

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

func (*DatastoreConfigurationDeleteDatastoreInternalServerError) IsRedirect

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

func (*DatastoreConfigurationDeleteDatastoreInternalServerError) IsServerError

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

func (*DatastoreConfigurationDeleteDatastoreInternalServerError) IsSuccess

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

func (*DatastoreConfigurationDeleteDatastoreInternalServerError) String

type DatastoreConfigurationDeleteDatastoreOK

type DatastoreConfigurationDeleteDatastoreOK struct {
	Payload *models.ZsrvResponse
}

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

A successful response.

func NewDatastoreConfigurationDeleteDatastoreOK

func NewDatastoreConfigurationDeleteDatastoreOK() *DatastoreConfigurationDeleteDatastoreOK

NewDatastoreConfigurationDeleteDatastoreOK creates a DatastoreConfigurationDeleteDatastoreOK with default headers values

func (*DatastoreConfigurationDeleteDatastoreOK) Code

Code gets the status code for the datastore configuration delete datastore o k response

func (*DatastoreConfigurationDeleteDatastoreOK) Error

func (*DatastoreConfigurationDeleteDatastoreOK) GetPayload

func (*DatastoreConfigurationDeleteDatastoreOK) IsClientError

func (o *DatastoreConfigurationDeleteDatastoreOK) IsClientError() bool

IsClientError returns true when this datastore configuration delete datastore o k response has a 4xx status code

func (*DatastoreConfigurationDeleteDatastoreOK) IsCode

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

func (*DatastoreConfigurationDeleteDatastoreOK) IsRedirect

IsRedirect returns true when this datastore configuration delete datastore o k response has a 3xx status code

func (*DatastoreConfigurationDeleteDatastoreOK) IsServerError

func (o *DatastoreConfigurationDeleteDatastoreOK) IsServerError() bool

IsServerError returns true when this datastore configuration delete datastore o k response has a 5xx status code

func (*DatastoreConfigurationDeleteDatastoreOK) IsSuccess

IsSuccess returns true when this datastore configuration delete datastore o k response has a 2xx status code

func (*DatastoreConfigurationDeleteDatastoreOK) String

type DatastoreConfigurationDeleteDatastoreParams

type DatastoreConfigurationDeleteDatastoreParams struct {

	/* XRequestID.

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

	/* ID.

	   System defined universally unique Id of the datastore
	*/
	ID string

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

DatastoreConfigurationDeleteDatastoreParams contains all the parameters to send to the API endpoint

for the datastore configuration delete datastore operation.

Typically these are written to a http.Request.

func DeleteParams

DeleteParams creates a new DatastoreConfigurationDeleteDatastoreParams 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 NewDatastoreConfigurationDeleteDatastoreParamsWithContext

func NewDatastoreConfigurationDeleteDatastoreParamsWithContext(ctx context.Context) *DatastoreConfigurationDeleteDatastoreParams

NewDatastoreConfigurationDeleteDatastoreParamsWithContext creates a new DatastoreConfigurationDeleteDatastoreParams object with the ability to set a context for a request.

func NewDatastoreConfigurationDeleteDatastoreParamsWithHTTPClient

func NewDatastoreConfigurationDeleteDatastoreParamsWithHTTPClient(client *http.Client) *DatastoreConfigurationDeleteDatastoreParams

NewDatastoreConfigurationDeleteDatastoreParamsWithHTTPClient creates a new DatastoreConfigurationDeleteDatastoreParams object with the ability to set a custom HTTPClient for a request.

func NewDatastoreConfigurationDeleteDatastoreParamsWithTimeout

func NewDatastoreConfigurationDeleteDatastoreParamsWithTimeout(timeout time.Duration) *DatastoreConfigurationDeleteDatastoreParams

NewDatastoreConfigurationDeleteDatastoreParamsWithTimeout creates a new DatastoreConfigurationDeleteDatastoreParams object with the ability to set a timeout on a request.

func (*DatastoreConfigurationDeleteDatastoreParams) SetContext

SetContext adds the context to the datastore configuration delete datastore params

func (*DatastoreConfigurationDeleteDatastoreParams) SetDefaults

SetDefaults hydrates default values in the datastore configuration delete datastore params (not the query body).

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

func (*DatastoreConfigurationDeleteDatastoreParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the datastore configuration delete datastore params

func (*DatastoreConfigurationDeleteDatastoreParams) SetID

SetID adds the id to the datastore configuration delete datastore params

func (*DatastoreConfigurationDeleteDatastoreParams) SetTimeout

SetTimeout adds the timeout to the datastore configuration delete datastore params

func (*DatastoreConfigurationDeleteDatastoreParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the datastore configuration delete datastore params

func (*DatastoreConfigurationDeleteDatastoreParams) WithContext

WithContext adds the context to the datastore configuration delete datastore params

func (*DatastoreConfigurationDeleteDatastoreParams) WithDefaults

WithDefaults hydrates default values in the datastore configuration delete datastore params (not the query body).

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

func (*DatastoreConfigurationDeleteDatastoreParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the datastore configuration delete datastore params

func (*DatastoreConfigurationDeleteDatastoreParams) WithID

WithID adds the id to the datastore configuration delete datastore params

func (*DatastoreConfigurationDeleteDatastoreParams) WithTimeout

WithTimeout adds the timeout to the datastore configuration delete datastore params

func (*DatastoreConfigurationDeleteDatastoreParams) WithXRequestID

WithXRequestID adds the xRequestID to the datastore configuration delete datastore params

func (*DatastoreConfigurationDeleteDatastoreParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DatastoreConfigurationDeleteDatastoreReader

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

DatastoreConfigurationDeleteDatastoreReader is a Reader for the DatastoreConfigurationDeleteDatastore structure.

func (*DatastoreConfigurationDeleteDatastoreReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DatastoreConfigurationDeleteDatastoreUnauthorized

type DatastoreConfigurationDeleteDatastoreUnauthorized struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationDeleteDatastoreUnauthorized 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 NewDatastoreConfigurationDeleteDatastoreUnauthorized

func NewDatastoreConfigurationDeleteDatastoreUnauthorized() *DatastoreConfigurationDeleteDatastoreUnauthorized

NewDatastoreConfigurationDeleteDatastoreUnauthorized creates a DatastoreConfigurationDeleteDatastoreUnauthorized with default headers values

func (*DatastoreConfigurationDeleteDatastoreUnauthorized) Code

Code gets the status code for the datastore configuration delete datastore unauthorized response

func (*DatastoreConfigurationDeleteDatastoreUnauthorized) Error

func (*DatastoreConfigurationDeleteDatastoreUnauthorized) GetPayload

func (*DatastoreConfigurationDeleteDatastoreUnauthorized) IsClientError

IsClientError returns true when this datastore configuration delete datastore unauthorized response has a 4xx status code

func (*DatastoreConfigurationDeleteDatastoreUnauthorized) IsCode

IsCode returns true when this datastore configuration delete datastore unauthorized response a status code equal to that given

func (*DatastoreConfigurationDeleteDatastoreUnauthorized) IsRedirect

IsRedirect returns true when this datastore configuration delete datastore unauthorized response has a 3xx status code

func (*DatastoreConfigurationDeleteDatastoreUnauthorized) IsServerError

IsServerError returns true when this datastore configuration delete datastore unauthorized response has a 5xx status code

func (*DatastoreConfigurationDeleteDatastoreUnauthorized) IsSuccess

IsSuccess returns true when this datastore configuration delete datastore unauthorized response has a 2xx status code

func (*DatastoreConfigurationDeleteDatastoreUnauthorized) String

type DatastoreConfigurationGetDatastoreByNameDefault

type DatastoreConfigurationGetDatastoreByNameDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewDatastoreConfigurationGetDatastoreByNameDefault

func NewDatastoreConfigurationGetDatastoreByNameDefault(code int) *DatastoreConfigurationGetDatastoreByNameDefault

NewDatastoreConfigurationGetDatastoreByNameDefault creates a DatastoreConfigurationGetDatastoreByNameDefault with default headers values

func (*DatastoreConfigurationGetDatastoreByNameDefault) Code

Code gets the status code for the datastore configuration get datastore by name default response

func (*DatastoreConfigurationGetDatastoreByNameDefault) Error

func (*DatastoreConfigurationGetDatastoreByNameDefault) GetPayload

func (*DatastoreConfigurationGetDatastoreByNameDefault) IsClientError

IsClientError returns true when this datastore configuration get datastore by name default response has a 4xx status code

func (*DatastoreConfigurationGetDatastoreByNameDefault) IsCode

IsCode returns true when this datastore configuration get datastore by name default response a status code equal to that given

func (*DatastoreConfigurationGetDatastoreByNameDefault) IsRedirect

IsRedirect returns true when this datastore configuration get datastore by name default response has a 3xx status code

func (*DatastoreConfigurationGetDatastoreByNameDefault) IsServerError

IsServerError returns true when this datastore configuration get datastore by name default response has a 5xx status code

func (*DatastoreConfigurationGetDatastoreByNameDefault) IsSuccess

IsSuccess returns true when this datastore configuration get datastore by name default response has a 2xx status code

func (*DatastoreConfigurationGetDatastoreByNameDefault) String

type DatastoreConfigurationGetDatastoreByNameForbidden

type DatastoreConfigurationGetDatastoreByNameForbidden struct {
	Payload *models.ZsrvResponse
}

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

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

func NewDatastoreConfigurationGetDatastoreByNameForbidden

func NewDatastoreConfigurationGetDatastoreByNameForbidden() *DatastoreConfigurationGetDatastoreByNameForbidden

NewDatastoreConfigurationGetDatastoreByNameForbidden creates a DatastoreConfigurationGetDatastoreByNameForbidden with default headers values

func (*DatastoreConfigurationGetDatastoreByNameForbidden) Code

Code gets the status code for the datastore configuration get datastore by name forbidden response

func (*DatastoreConfigurationGetDatastoreByNameForbidden) Error

func (*DatastoreConfigurationGetDatastoreByNameForbidden) GetPayload

func (*DatastoreConfigurationGetDatastoreByNameForbidden) IsClientError

IsClientError returns true when this datastore configuration get datastore by name forbidden response has a 4xx status code

func (*DatastoreConfigurationGetDatastoreByNameForbidden) IsCode

IsCode returns true when this datastore configuration get datastore by name forbidden response a status code equal to that given

func (*DatastoreConfigurationGetDatastoreByNameForbidden) IsRedirect

IsRedirect returns true when this datastore configuration get datastore by name forbidden response has a 3xx status code

func (*DatastoreConfigurationGetDatastoreByNameForbidden) IsServerError

IsServerError returns true when this datastore configuration get datastore by name forbidden response has a 5xx status code

func (*DatastoreConfigurationGetDatastoreByNameForbidden) IsSuccess

IsSuccess returns true when this datastore configuration get datastore by name forbidden response has a 2xx status code

func (*DatastoreConfigurationGetDatastoreByNameForbidden) String

type DatastoreConfigurationGetDatastoreByNameGatewayTimeout

type DatastoreConfigurationGetDatastoreByNameGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationGetDatastoreByNameGatewayTimeout 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 NewDatastoreConfigurationGetDatastoreByNameGatewayTimeout

func NewDatastoreConfigurationGetDatastoreByNameGatewayTimeout() *DatastoreConfigurationGetDatastoreByNameGatewayTimeout

NewDatastoreConfigurationGetDatastoreByNameGatewayTimeout creates a DatastoreConfigurationGetDatastoreByNameGatewayTimeout with default headers values

func (*DatastoreConfigurationGetDatastoreByNameGatewayTimeout) Code

Code gets the status code for the datastore configuration get datastore by name gateway timeout response

func (*DatastoreConfigurationGetDatastoreByNameGatewayTimeout) Error

func (*DatastoreConfigurationGetDatastoreByNameGatewayTimeout) GetPayload

func (*DatastoreConfigurationGetDatastoreByNameGatewayTimeout) IsClientError

IsClientError returns true when this datastore configuration get datastore by name gateway timeout response has a 4xx status code

func (*DatastoreConfigurationGetDatastoreByNameGatewayTimeout) IsCode

IsCode returns true when this datastore configuration get datastore by name gateway timeout response a status code equal to that given

func (*DatastoreConfigurationGetDatastoreByNameGatewayTimeout) IsRedirect

IsRedirect returns true when this datastore configuration get datastore by name gateway timeout response has a 3xx status code

func (*DatastoreConfigurationGetDatastoreByNameGatewayTimeout) IsServerError

IsServerError returns true when this datastore configuration get datastore by name gateway timeout response has a 5xx status code

func (*DatastoreConfigurationGetDatastoreByNameGatewayTimeout) IsSuccess

IsSuccess returns true when this datastore configuration get datastore by name gateway timeout response has a 2xx status code

func (*DatastoreConfigurationGetDatastoreByNameGatewayTimeout) String

type DatastoreConfigurationGetDatastoreByNameInternalServerError

type DatastoreConfigurationGetDatastoreByNameInternalServerError struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationGetDatastoreByNameInternalServerError 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 NewDatastoreConfigurationGetDatastoreByNameInternalServerError

func NewDatastoreConfigurationGetDatastoreByNameInternalServerError() *DatastoreConfigurationGetDatastoreByNameInternalServerError

NewDatastoreConfigurationGetDatastoreByNameInternalServerError creates a DatastoreConfigurationGetDatastoreByNameInternalServerError with default headers values

func (*DatastoreConfigurationGetDatastoreByNameInternalServerError) Code

Code gets the status code for the datastore configuration get datastore by name internal server error response

func (*DatastoreConfigurationGetDatastoreByNameInternalServerError) Error

func (*DatastoreConfigurationGetDatastoreByNameInternalServerError) GetPayload

func (*DatastoreConfigurationGetDatastoreByNameInternalServerError) IsClientError

IsClientError returns true when this datastore configuration get datastore by name internal server error response has a 4xx status code

func (*DatastoreConfigurationGetDatastoreByNameInternalServerError) IsCode

IsCode returns true when this datastore configuration get datastore by name internal server error response a status code equal to that given

func (*DatastoreConfigurationGetDatastoreByNameInternalServerError) IsRedirect

IsRedirect returns true when this datastore configuration get datastore by name internal server error response has a 3xx status code

func (*DatastoreConfigurationGetDatastoreByNameInternalServerError) IsServerError

IsServerError returns true when this datastore configuration get datastore by name internal server error response has a 5xx status code

func (*DatastoreConfigurationGetDatastoreByNameInternalServerError) IsSuccess

IsSuccess returns true when this datastore configuration get datastore by name internal server error response has a 2xx status code

func (*DatastoreConfigurationGetDatastoreByNameInternalServerError) String

type DatastoreConfigurationGetDatastoreByNameNotFound

type DatastoreConfigurationGetDatastoreByNameNotFound struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationGetDatastoreByNameNotFound 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 NewDatastoreConfigurationGetDatastoreByNameNotFound

func NewDatastoreConfigurationGetDatastoreByNameNotFound() *DatastoreConfigurationGetDatastoreByNameNotFound

NewDatastoreConfigurationGetDatastoreByNameNotFound creates a DatastoreConfigurationGetDatastoreByNameNotFound with default headers values

func (*DatastoreConfigurationGetDatastoreByNameNotFound) Code

Code gets the status code for the datastore configuration get datastore by name not found response

func (*DatastoreConfigurationGetDatastoreByNameNotFound) Error

func (*DatastoreConfigurationGetDatastoreByNameNotFound) GetPayload

func (*DatastoreConfigurationGetDatastoreByNameNotFound) IsClientError

IsClientError returns true when this datastore configuration get datastore by name not found response has a 4xx status code

func (*DatastoreConfigurationGetDatastoreByNameNotFound) IsCode

IsCode returns true when this datastore configuration get datastore by name not found response a status code equal to that given

func (*DatastoreConfigurationGetDatastoreByNameNotFound) IsRedirect

IsRedirect returns true when this datastore configuration get datastore by name not found response has a 3xx status code

func (*DatastoreConfigurationGetDatastoreByNameNotFound) IsServerError

IsServerError returns true when this datastore configuration get datastore by name not found response has a 5xx status code

func (*DatastoreConfigurationGetDatastoreByNameNotFound) IsSuccess

IsSuccess returns true when this datastore configuration get datastore by name not found response has a 2xx status code

func (*DatastoreConfigurationGetDatastoreByNameNotFound) String

type DatastoreConfigurationGetDatastoreByNameOK

type DatastoreConfigurationGetDatastoreByNameOK struct {
	Payload *models.Datastore
}

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

A successful response.

func NewDatastoreConfigurationGetDatastoreByNameOK

func NewDatastoreConfigurationGetDatastoreByNameOK() *DatastoreConfigurationGetDatastoreByNameOK

NewDatastoreConfigurationGetDatastoreByNameOK creates a DatastoreConfigurationGetDatastoreByNameOK with default headers values

func (*DatastoreConfigurationGetDatastoreByNameOK) Code

Code gets the status code for the datastore configuration get datastore by name o k response

func (*DatastoreConfigurationGetDatastoreByNameOK) Error

func (*DatastoreConfigurationGetDatastoreByNameOK) GetPayload

func (*DatastoreConfigurationGetDatastoreByNameOK) IsClientError

IsClientError returns true when this datastore configuration get datastore by name o k response has a 4xx status code

func (*DatastoreConfigurationGetDatastoreByNameOK) IsCode

IsCode returns true when this datastore configuration get datastore by name o k response a status code equal to that given

func (*DatastoreConfigurationGetDatastoreByNameOK) IsRedirect

IsRedirect returns true when this datastore configuration get datastore by name o k response has a 3xx status code

func (*DatastoreConfigurationGetDatastoreByNameOK) IsServerError

IsServerError returns true when this datastore configuration get datastore by name o k response has a 5xx status code

func (*DatastoreConfigurationGetDatastoreByNameOK) IsSuccess

IsSuccess returns true when this datastore configuration get datastore by name o k response has a 2xx status code

func (*DatastoreConfigurationGetDatastoreByNameOK) String

type DatastoreConfigurationGetDatastoreByNameParams

type DatastoreConfigurationGetDatastoreByNameParams struct {

	/* XRequestID.

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

	/* Name.

	   User defined name of the datastore, unique across the enterprise. Once datastore is created, name can’t be changed.
	*/
	Name string

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

DatastoreConfigurationGetDatastoreByNameParams contains all the parameters to send to the API endpoint

for the datastore configuration get datastore by name operation.

Typically these are written to a http.Request.

func GetByNameParams

GetByNameParams creates a new DatastoreConfigurationGetDatastoreByNameParams 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 NewDatastoreConfigurationGetDatastoreByNameParamsWithContext

func NewDatastoreConfigurationGetDatastoreByNameParamsWithContext(ctx context.Context) *DatastoreConfigurationGetDatastoreByNameParams

NewDatastoreConfigurationGetDatastoreByNameParamsWithContext creates a new DatastoreConfigurationGetDatastoreByNameParams object with the ability to set a context for a request.

func NewDatastoreConfigurationGetDatastoreByNameParamsWithHTTPClient

func NewDatastoreConfigurationGetDatastoreByNameParamsWithHTTPClient(client *http.Client) *DatastoreConfigurationGetDatastoreByNameParams

NewDatastoreConfigurationGetDatastoreByNameParamsWithHTTPClient creates a new DatastoreConfigurationGetDatastoreByNameParams object with the ability to set a custom HTTPClient for a request.

func NewDatastoreConfigurationGetDatastoreByNameParamsWithTimeout

func NewDatastoreConfigurationGetDatastoreByNameParamsWithTimeout(timeout time.Duration) *DatastoreConfigurationGetDatastoreByNameParams

NewDatastoreConfigurationGetDatastoreByNameParamsWithTimeout creates a new DatastoreConfigurationGetDatastoreByNameParams object with the ability to set a timeout on a request.

func (*DatastoreConfigurationGetDatastoreByNameParams) SetContext

SetContext adds the context to the datastore configuration get datastore by name params

func (*DatastoreConfigurationGetDatastoreByNameParams) SetDefaults

SetDefaults hydrates default values in the datastore configuration get datastore by name params (not the query body).

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

func (*DatastoreConfigurationGetDatastoreByNameParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the datastore configuration get datastore by name params

func (*DatastoreConfigurationGetDatastoreByNameParams) SetName

SetName adds the name to the datastore configuration get datastore by name params

func (*DatastoreConfigurationGetDatastoreByNameParams) SetTimeout

SetTimeout adds the timeout to the datastore configuration get datastore by name params

func (*DatastoreConfigurationGetDatastoreByNameParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the datastore configuration get datastore by name params

func (*DatastoreConfigurationGetDatastoreByNameParams) WithContext

WithContext adds the context to the datastore configuration get datastore by name params

func (*DatastoreConfigurationGetDatastoreByNameParams) WithDefaults

WithDefaults hydrates default values in the datastore configuration get datastore by name params (not the query body).

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

func (*DatastoreConfigurationGetDatastoreByNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the datastore configuration get datastore by name params

func (*DatastoreConfigurationGetDatastoreByNameParams) WithName

WithName adds the name to the datastore configuration get datastore by name params

func (*DatastoreConfigurationGetDatastoreByNameParams) WithTimeout

WithTimeout adds the timeout to the datastore configuration get datastore by name params

func (*DatastoreConfigurationGetDatastoreByNameParams) WithXRequestID

WithXRequestID adds the xRequestID to the datastore configuration get datastore by name params

func (*DatastoreConfigurationGetDatastoreByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DatastoreConfigurationGetDatastoreByNameReader

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

DatastoreConfigurationGetDatastoreByNameReader is a Reader for the DatastoreConfigurationGetDatastoreByName structure.

func (*DatastoreConfigurationGetDatastoreByNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DatastoreConfigurationGetDatastoreByNameUnauthorized

type DatastoreConfigurationGetDatastoreByNameUnauthorized struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationGetDatastoreByNameUnauthorized 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 NewDatastoreConfigurationGetDatastoreByNameUnauthorized

func NewDatastoreConfigurationGetDatastoreByNameUnauthorized() *DatastoreConfigurationGetDatastoreByNameUnauthorized

NewDatastoreConfigurationGetDatastoreByNameUnauthorized creates a DatastoreConfigurationGetDatastoreByNameUnauthorized with default headers values

func (*DatastoreConfigurationGetDatastoreByNameUnauthorized) Code

Code gets the status code for the datastore configuration get datastore by name unauthorized response

func (*DatastoreConfigurationGetDatastoreByNameUnauthorized) Error

func (*DatastoreConfigurationGetDatastoreByNameUnauthorized) GetPayload

func (*DatastoreConfigurationGetDatastoreByNameUnauthorized) IsClientError

IsClientError returns true when this datastore configuration get datastore by name unauthorized response has a 4xx status code

func (*DatastoreConfigurationGetDatastoreByNameUnauthorized) IsCode

IsCode returns true when this datastore configuration get datastore by name unauthorized response a status code equal to that given

func (*DatastoreConfigurationGetDatastoreByNameUnauthorized) IsRedirect

IsRedirect returns true when this datastore configuration get datastore by name unauthorized response has a 3xx status code

func (*DatastoreConfigurationGetDatastoreByNameUnauthorized) IsServerError

IsServerError returns true when this datastore configuration get datastore by name unauthorized response has a 5xx status code

func (*DatastoreConfigurationGetDatastoreByNameUnauthorized) IsSuccess

IsSuccess returns true when this datastore configuration get datastore by name unauthorized response has a 2xx status code

func (*DatastoreConfigurationGetDatastoreByNameUnauthorized) String

type DatastoreConfigurationGetDatastoreDefault

type DatastoreConfigurationGetDatastoreDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewDatastoreConfigurationGetDatastoreDefault

func NewDatastoreConfigurationGetDatastoreDefault(code int) *DatastoreConfigurationGetDatastoreDefault

NewDatastoreConfigurationGetDatastoreDefault creates a DatastoreConfigurationGetDatastoreDefault with default headers values

func (*DatastoreConfigurationGetDatastoreDefault) Code

Code gets the status code for the datastore configuration get datastore default response

func (*DatastoreConfigurationGetDatastoreDefault) Error

func (*DatastoreConfigurationGetDatastoreDefault) GetPayload

func (*DatastoreConfigurationGetDatastoreDefault) IsClientError

IsClientError returns true when this datastore configuration get datastore default response has a 4xx status code

func (*DatastoreConfigurationGetDatastoreDefault) IsCode

IsCode returns true when this datastore configuration get datastore default response a status code equal to that given

func (*DatastoreConfigurationGetDatastoreDefault) IsRedirect

IsRedirect returns true when this datastore configuration get datastore default response has a 3xx status code

func (*DatastoreConfigurationGetDatastoreDefault) IsServerError

IsServerError returns true when this datastore configuration get datastore default response has a 5xx status code

func (*DatastoreConfigurationGetDatastoreDefault) IsSuccess

IsSuccess returns true when this datastore configuration get datastore default response has a 2xx status code

func (*DatastoreConfigurationGetDatastoreDefault) String

type DatastoreConfigurationGetDatastoreForbidden

type DatastoreConfigurationGetDatastoreForbidden struct {
	Payload *models.ZsrvResponse
}

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

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

func NewDatastoreConfigurationGetDatastoreForbidden

func NewDatastoreConfigurationGetDatastoreForbidden() *DatastoreConfigurationGetDatastoreForbidden

NewDatastoreConfigurationGetDatastoreForbidden creates a DatastoreConfigurationGetDatastoreForbidden with default headers values

func (*DatastoreConfigurationGetDatastoreForbidden) Code

Code gets the status code for the datastore configuration get datastore forbidden response

func (*DatastoreConfigurationGetDatastoreForbidden) Error

func (*DatastoreConfigurationGetDatastoreForbidden) GetPayload

func (*DatastoreConfigurationGetDatastoreForbidden) IsClientError

IsClientError returns true when this datastore configuration get datastore forbidden response has a 4xx status code

func (*DatastoreConfigurationGetDatastoreForbidden) IsCode

IsCode returns true when this datastore configuration get datastore forbidden response a status code equal to that given

func (*DatastoreConfigurationGetDatastoreForbidden) IsRedirect

IsRedirect returns true when this datastore configuration get datastore forbidden response has a 3xx status code

func (*DatastoreConfigurationGetDatastoreForbidden) IsServerError

IsServerError returns true when this datastore configuration get datastore forbidden response has a 5xx status code

func (*DatastoreConfigurationGetDatastoreForbidden) IsSuccess

IsSuccess returns true when this datastore configuration get datastore forbidden response has a 2xx status code

func (*DatastoreConfigurationGetDatastoreForbidden) String

type DatastoreConfigurationGetDatastoreGatewayTimeout

type DatastoreConfigurationGetDatastoreGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationGetDatastoreGatewayTimeout 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 NewDatastoreConfigurationGetDatastoreGatewayTimeout

func NewDatastoreConfigurationGetDatastoreGatewayTimeout() *DatastoreConfigurationGetDatastoreGatewayTimeout

NewDatastoreConfigurationGetDatastoreGatewayTimeout creates a DatastoreConfigurationGetDatastoreGatewayTimeout with default headers values

func (*DatastoreConfigurationGetDatastoreGatewayTimeout) Code

Code gets the status code for the datastore configuration get datastore gateway timeout response

func (*DatastoreConfigurationGetDatastoreGatewayTimeout) Error

func (*DatastoreConfigurationGetDatastoreGatewayTimeout) GetPayload

func (*DatastoreConfigurationGetDatastoreGatewayTimeout) IsClientError

IsClientError returns true when this datastore configuration get datastore gateway timeout response has a 4xx status code

func (*DatastoreConfigurationGetDatastoreGatewayTimeout) IsCode

IsCode returns true when this datastore configuration get datastore gateway timeout response a status code equal to that given

func (*DatastoreConfigurationGetDatastoreGatewayTimeout) IsRedirect

IsRedirect returns true when this datastore configuration get datastore gateway timeout response has a 3xx status code

func (*DatastoreConfigurationGetDatastoreGatewayTimeout) IsServerError

IsServerError returns true when this datastore configuration get datastore gateway timeout response has a 5xx status code

func (*DatastoreConfigurationGetDatastoreGatewayTimeout) IsSuccess

IsSuccess returns true when this datastore configuration get datastore gateway timeout response has a 2xx status code

func (*DatastoreConfigurationGetDatastoreGatewayTimeout) String

type DatastoreConfigurationGetDatastoreInternalServerError

type DatastoreConfigurationGetDatastoreInternalServerError struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationGetDatastoreInternalServerError 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 NewDatastoreConfigurationGetDatastoreInternalServerError

func NewDatastoreConfigurationGetDatastoreInternalServerError() *DatastoreConfigurationGetDatastoreInternalServerError

NewDatastoreConfigurationGetDatastoreInternalServerError creates a DatastoreConfigurationGetDatastoreInternalServerError with default headers values

func (*DatastoreConfigurationGetDatastoreInternalServerError) Code

Code gets the status code for the datastore configuration get datastore internal server error response

func (*DatastoreConfigurationGetDatastoreInternalServerError) Error

func (*DatastoreConfigurationGetDatastoreInternalServerError) GetPayload

func (*DatastoreConfigurationGetDatastoreInternalServerError) IsClientError

IsClientError returns true when this datastore configuration get datastore internal server error response has a 4xx status code

func (*DatastoreConfigurationGetDatastoreInternalServerError) IsCode

IsCode returns true when this datastore configuration get datastore internal server error response a status code equal to that given

func (*DatastoreConfigurationGetDatastoreInternalServerError) IsRedirect

IsRedirect returns true when this datastore configuration get datastore internal server error response has a 3xx status code

func (*DatastoreConfigurationGetDatastoreInternalServerError) IsServerError

IsServerError returns true when this datastore configuration get datastore internal server error response has a 5xx status code

func (*DatastoreConfigurationGetDatastoreInternalServerError) IsSuccess

IsSuccess returns true when this datastore configuration get datastore internal server error response has a 2xx status code

func (*DatastoreConfigurationGetDatastoreInternalServerError) String

type DatastoreConfigurationGetDatastoreOK

type DatastoreConfigurationGetDatastoreOK struct {
	Payload *models.Datastore
}

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

A successful response.

func NewDatastoreConfigurationGetDatastoreOK

func NewDatastoreConfigurationGetDatastoreOK() *DatastoreConfigurationGetDatastoreOK

NewDatastoreConfigurationGetDatastoreOK creates a DatastoreConfigurationGetDatastoreOK with default headers values

func (*DatastoreConfigurationGetDatastoreOK) Code

Code gets the status code for the datastore configuration get datastore o k response

func (*DatastoreConfigurationGetDatastoreOK) Error

func (*DatastoreConfigurationGetDatastoreOK) GetPayload

func (*DatastoreConfigurationGetDatastoreOK) IsClientError

func (o *DatastoreConfigurationGetDatastoreOK) IsClientError() bool

IsClientError returns true when this datastore configuration get datastore o k response has a 4xx status code

func (*DatastoreConfigurationGetDatastoreOK) IsCode

IsCode returns true when this datastore configuration get datastore o k response a status code equal to that given

func (*DatastoreConfigurationGetDatastoreOK) IsRedirect

IsRedirect returns true when this datastore configuration get datastore o k response has a 3xx status code

func (*DatastoreConfigurationGetDatastoreOK) IsServerError

func (o *DatastoreConfigurationGetDatastoreOK) IsServerError() bool

IsServerError returns true when this datastore configuration get datastore o k response has a 5xx status code

func (*DatastoreConfigurationGetDatastoreOK) IsSuccess

IsSuccess returns true when this datastore configuration get datastore o k response has a 2xx status code

func (*DatastoreConfigurationGetDatastoreOK) String

type DatastoreConfigurationGetDatastoreParams

type DatastoreConfigurationGetDatastoreParams struct {

	/* XRequestID.

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

	/* ID.

	   System defined universally unique Id of the datastore
	*/
	ID string

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

DatastoreConfigurationGetDatastoreParams contains all the parameters to send to the API endpoint

for the datastore configuration get datastore operation.

Typically these are written to a http.Request.

func GetByIDParams

GetByIDParams creates a new DatastoreConfigurationGetDatastoreParams 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 NewDatastoreConfigurationGetDatastoreParamsWithContext

func NewDatastoreConfigurationGetDatastoreParamsWithContext(ctx context.Context) *DatastoreConfigurationGetDatastoreParams

NewDatastoreConfigurationGetDatastoreParamsWithContext creates a new DatastoreConfigurationGetDatastoreParams object with the ability to set a context for a request.

func NewDatastoreConfigurationGetDatastoreParamsWithHTTPClient

func NewDatastoreConfigurationGetDatastoreParamsWithHTTPClient(client *http.Client) *DatastoreConfigurationGetDatastoreParams

NewDatastoreConfigurationGetDatastoreParamsWithHTTPClient creates a new DatastoreConfigurationGetDatastoreParams object with the ability to set a custom HTTPClient for a request.

func NewDatastoreConfigurationGetDatastoreParamsWithTimeout

func NewDatastoreConfigurationGetDatastoreParamsWithTimeout(timeout time.Duration) *DatastoreConfigurationGetDatastoreParams

NewDatastoreConfigurationGetDatastoreParamsWithTimeout creates a new DatastoreConfigurationGetDatastoreParams object with the ability to set a timeout on a request.

func (*DatastoreConfigurationGetDatastoreParams) SetContext

SetContext adds the context to the datastore configuration get datastore params

func (*DatastoreConfigurationGetDatastoreParams) SetDefaults

SetDefaults hydrates default values in the datastore configuration get datastore params (not the query body).

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

func (*DatastoreConfigurationGetDatastoreParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the datastore configuration get datastore params

func (*DatastoreConfigurationGetDatastoreParams) SetID

SetID adds the id to the datastore configuration get datastore params

func (*DatastoreConfigurationGetDatastoreParams) SetTimeout

SetTimeout adds the timeout to the datastore configuration get datastore params

func (*DatastoreConfigurationGetDatastoreParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the datastore configuration get datastore params

func (*DatastoreConfigurationGetDatastoreParams) WithContext

WithContext adds the context to the datastore configuration get datastore params

func (*DatastoreConfigurationGetDatastoreParams) WithDefaults

WithDefaults hydrates default values in the datastore configuration get datastore params (not the query body).

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

func (*DatastoreConfigurationGetDatastoreParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the datastore configuration get datastore params

func (*DatastoreConfigurationGetDatastoreParams) WithID

WithID adds the id to the datastore configuration get datastore params

func (*DatastoreConfigurationGetDatastoreParams) WithTimeout

WithTimeout adds the timeout to the datastore configuration get datastore params

func (*DatastoreConfigurationGetDatastoreParams) WithXRequestID

WithXRequestID adds the xRequestID to the datastore configuration get datastore params

func (*DatastoreConfigurationGetDatastoreParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DatastoreConfigurationGetDatastoreReader

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

DatastoreConfigurationGetDatastoreReader is a Reader for the DatastoreConfigurationGetDatastore structure.

func (*DatastoreConfigurationGetDatastoreReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DatastoreConfigurationGetDatastoreUnauthorized

type DatastoreConfigurationGetDatastoreUnauthorized struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationGetDatastoreUnauthorized 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 NewDatastoreConfigurationGetDatastoreUnauthorized

func NewDatastoreConfigurationGetDatastoreUnauthorized() *DatastoreConfigurationGetDatastoreUnauthorized

NewDatastoreConfigurationGetDatastoreUnauthorized creates a DatastoreConfigurationGetDatastoreUnauthorized with default headers values

func (*DatastoreConfigurationGetDatastoreUnauthorized) Code

Code gets the status code for the datastore configuration get datastore unauthorized response

func (*DatastoreConfigurationGetDatastoreUnauthorized) Error

func (*DatastoreConfigurationGetDatastoreUnauthorized) GetPayload

func (*DatastoreConfigurationGetDatastoreUnauthorized) IsClientError

IsClientError returns true when this datastore configuration get datastore unauthorized response has a 4xx status code

func (*DatastoreConfigurationGetDatastoreUnauthorized) IsCode

IsCode returns true when this datastore configuration get datastore unauthorized response a status code equal to that given

func (*DatastoreConfigurationGetDatastoreUnauthorized) IsRedirect

IsRedirect returns true when this datastore configuration get datastore unauthorized response has a 3xx status code

func (*DatastoreConfigurationGetDatastoreUnauthorized) IsServerError

IsServerError returns true when this datastore configuration get datastore unauthorized response has a 5xx status code

func (*DatastoreConfigurationGetDatastoreUnauthorized) IsSuccess

IsSuccess returns true when this datastore configuration get datastore unauthorized response has a 2xx status code

func (*DatastoreConfigurationGetDatastoreUnauthorized) String

type DatastoreConfigurationQueryDatastoreProjectListBadRequest

type DatastoreConfigurationQueryDatastoreProjectListBadRequest struct {
	Payload *models.ZsrvResponse
}

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

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

func NewDatastoreConfigurationQueryDatastoreProjectListBadRequest

func NewDatastoreConfigurationQueryDatastoreProjectListBadRequest() *DatastoreConfigurationQueryDatastoreProjectListBadRequest

NewDatastoreConfigurationQueryDatastoreProjectListBadRequest creates a DatastoreConfigurationQueryDatastoreProjectListBadRequest with default headers values

func (*DatastoreConfigurationQueryDatastoreProjectListBadRequest) Code

Code gets the status code for the datastore configuration query datastore project list bad request response

func (*DatastoreConfigurationQueryDatastoreProjectListBadRequest) Error

func (*DatastoreConfigurationQueryDatastoreProjectListBadRequest) GetPayload

func (*DatastoreConfigurationQueryDatastoreProjectListBadRequest) IsClientError

IsClientError returns true when this datastore configuration query datastore project list bad request response has a 4xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListBadRequest) IsCode

IsCode returns true when this datastore configuration query datastore project list bad request response a status code equal to that given

func (*DatastoreConfigurationQueryDatastoreProjectListBadRequest) IsRedirect

IsRedirect returns true when this datastore configuration query datastore project list bad request response has a 3xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListBadRequest) IsServerError

IsServerError returns true when this datastore configuration query datastore project list bad request response has a 5xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListBadRequest) IsSuccess

IsSuccess returns true when this datastore configuration query datastore project list bad request response has a 2xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListBadRequest) String

type DatastoreConfigurationQueryDatastoreProjectListDefault

type DatastoreConfigurationQueryDatastoreProjectListDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewDatastoreConfigurationQueryDatastoreProjectListDefault

func NewDatastoreConfigurationQueryDatastoreProjectListDefault(code int) *DatastoreConfigurationQueryDatastoreProjectListDefault

NewDatastoreConfigurationQueryDatastoreProjectListDefault creates a DatastoreConfigurationQueryDatastoreProjectListDefault with default headers values

func (*DatastoreConfigurationQueryDatastoreProjectListDefault) Code

Code gets the status code for the datastore configuration query datastore project list default response

func (*DatastoreConfigurationQueryDatastoreProjectListDefault) Error

func (*DatastoreConfigurationQueryDatastoreProjectListDefault) GetPayload

func (*DatastoreConfigurationQueryDatastoreProjectListDefault) IsClientError

IsClientError returns true when this datastore configuration query datastore project list default response has a 4xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListDefault) IsCode

IsCode returns true when this datastore configuration query datastore project list default response a status code equal to that given

func (*DatastoreConfigurationQueryDatastoreProjectListDefault) IsRedirect

IsRedirect returns true when this datastore configuration query datastore project list default response has a 3xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListDefault) IsServerError

IsServerError returns true when this datastore configuration query datastore project list default response has a 5xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListDefault) IsSuccess

IsSuccess returns true when this datastore configuration query datastore project list default response has a 2xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListDefault) String

type DatastoreConfigurationQueryDatastoreProjectListForbidden

type DatastoreConfigurationQueryDatastoreProjectListForbidden struct {
	Payload *models.ZsrvResponse
}

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

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

func NewDatastoreConfigurationQueryDatastoreProjectListForbidden

func NewDatastoreConfigurationQueryDatastoreProjectListForbidden() *DatastoreConfigurationQueryDatastoreProjectListForbidden

NewDatastoreConfigurationQueryDatastoreProjectListForbidden creates a DatastoreConfigurationQueryDatastoreProjectListForbidden with default headers values

func (*DatastoreConfigurationQueryDatastoreProjectListForbidden) Code

Code gets the status code for the datastore configuration query datastore project list forbidden response

func (*DatastoreConfigurationQueryDatastoreProjectListForbidden) Error

func (*DatastoreConfigurationQueryDatastoreProjectListForbidden) GetPayload

func (*DatastoreConfigurationQueryDatastoreProjectListForbidden) IsClientError

IsClientError returns true when this datastore configuration query datastore project list forbidden response has a 4xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListForbidden) IsCode

IsCode returns true when this datastore configuration query datastore project list forbidden response a status code equal to that given

func (*DatastoreConfigurationQueryDatastoreProjectListForbidden) IsRedirect

IsRedirect returns true when this datastore configuration query datastore project list forbidden response has a 3xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListForbidden) IsServerError

IsServerError returns true when this datastore configuration query datastore project list forbidden response has a 5xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListForbidden) IsSuccess

IsSuccess returns true when this datastore configuration query datastore project list forbidden response has a 2xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListForbidden) String

type DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout

type DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout 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 NewDatastoreConfigurationQueryDatastoreProjectListGatewayTimeout

func NewDatastoreConfigurationQueryDatastoreProjectListGatewayTimeout() *DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout

NewDatastoreConfigurationQueryDatastoreProjectListGatewayTimeout creates a DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout with default headers values

func (*DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout) Code

Code gets the status code for the datastore configuration query datastore project list gateway timeout response

func (*DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout) Error

func (*DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout) GetPayload

func (*DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout) IsClientError

IsClientError returns true when this datastore configuration query datastore project list gateway timeout response has a 4xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout) IsCode

IsCode returns true when this datastore configuration query datastore project list gateway timeout response a status code equal to that given

func (*DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout) IsRedirect

IsRedirect returns true when this datastore configuration query datastore project list gateway timeout response has a 3xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout) IsServerError

IsServerError returns true when this datastore configuration query datastore project list gateway timeout response has a 5xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout) IsSuccess

IsSuccess returns true when this datastore configuration query datastore project list gateway timeout response has a 2xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout) String

type DatastoreConfigurationQueryDatastoreProjectListInternalServerError

type DatastoreConfigurationQueryDatastoreProjectListInternalServerError struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationQueryDatastoreProjectListInternalServerError 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 NewDatastoreConfigurationQueryDatastoreProjectListInternalServerError

func NewDatastoreConfigurationQueryDatastoreProjectListInternalServerError() *DatastoreConfigurationQueryDatastoreProjectListInternalServerError

NewDatastoreConfigurationQueryDatastoreProjectListInternalServerError creates a DatastoreConfigurationQueryDatastoreProjectListInternalServerError with default headers values

func (*DatastoreConfigurationQueryDatastoreProjectListInternalServerError) Code

Code gets the status code for the datastore configuration query datastore project list internal server error response

func (*DatastoreConfigurationQueryDatastoreProjectListInternalServerError) Error

func (*DatastoreConfigurationQueryDatastoreProjectListInternalServerError) GetPayload

func (*DatastoreConfigurationQueryDatastoreProjectListInternalServerError) IsClientError

IsClientError returns true when this datastore configuration query datastore project list internal server error response has a 4xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListInternalServerError) IsCode

IsCode returns true when this datastore configuration query datastore project list internal server error response a status code equal to that given

func (*DatastoreConfigurationQueryDatastoreProjectListInternalServerError) IsRedirect

IsRedirect returns true when this datastore configuration query datastore project list internal server error response has a 3xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListInternalServerError) IsServerError

IsServerError returns true when this datastore configuration query datastore project list internal server error response has a 5xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListInternalServerError) IsSuccess

IsSuccess returns true when this datastore configuration query datastore project list internal server error response has a 2xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListInternalServerError) String

type DatastoreConfigurationQueryDatastoreProjectListOK

type DatastoreConfigurationQueryDatastoreProjectListOK struct {
	Payload *models.DatastoreProjectList
}

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

A successful response.

func NewDatastoreConfigurationQueryDatastoreProjectListOK

func NewDatastoreConfigurationQueryDatastoreProjectListOK() *DatastoreConfigurationQueryDatastoreProjectListOK

NewDatastoreConfigurationQueryDatastoreProjectListOK creates a DatastoreConfigurationQueryDatastoreProjectListOK with default headers values

func (*DatastoreConfigurationQueryDatastoreProjectListOK) Code

Code gets the status code for the datastore configuration query datastore project list o k response

func (*DatastoreConfigurationQueryDatastoreProjectListOK) Error

func (*DatastoreConfigurationQueryDatastoreProjectListOK) GetPayload

func (*DatastoreConfigurationQueryDatastoreProjectListOK) IsClientError

IsClientError returns true when this datastore configuration query datastore project list o k response has a 4xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListOK) IsCode

IsCode returns true when this datastore configuration query datastore project list o k response a status code equal to that given

func (*DatastoreConfigurationQueryDatastoreProjectListOK) IsRedirect

IsRedirect returns true when this datastore configuration query datastore project list o k response has a 3xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListOK) IsServerError

IsServerError returns true when this datastore configuration query datastore project list o k response has a 5xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListOK) IsSuccess

IsSuccess returns true when this datastore configuration query datastore project list o k response has a 2xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListOK) String

type DatastoreConfigurationQueryDatastoreProjectListParams

type DatastoreConfigurationQueryDatastoreProjectListParams struct {

	/* XRequestID.

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

	/* ID.

	   System defined universally unique Id of the datastore
	*/
	ID 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

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

DatastoreConfigurationQueryDatastoreProjectListParams contains all the parameters to send to the API endpoint

for the datastore configuration query datastore project list operation.

Typically these are written to a http.Request.

func NewDatastoreConfigurationQueryDatastoreProjectListParams

func NewDatastoreConfigurationQueryDatastoreProjectListParams() *DatastoreConfigurationQueryDatastoreProjectListParams

NewDatastoreConfigurationQueryDatastoreProjectListParams creates a new DatastoreConfigurationQueryDatastoreProjectListParams 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 NewDatastoreConfigurationQueryDatastoreProjectListParamsWithContext

func NewDatastoreConfigurationQueryDatastoreProjectListParamsWithContext(ctx context.Context) *DatastoreConfigurationQueryDatastoreProjectListParams

NewDatastoreConfigurationQueryDatastoreProjectListParamsWithContext creates a new DatastoreConfigurationQueryDatastoreProjectListParams object with the ability to set a context for a request.

func NewDatastoreConfigurationQueryDatastoreProjectListParamsWithHTTPClient

func NewDatastoreConfigurationQueryDatastoreProjectListParamsWithHTTPClient(client *http.Client) *DatastoreConfigurationQueryDatastoreProjectListParams

NewDatastoreConfigurationQueryDatastoreProjectListParamsWithHTTPClient creates a new DatastoreConfigurationQueryDatastoreProjectListParams object with the ability to set a custom HTTPClient for a request.

func NewDatastoreConfigurationQueryDatastoreProjectListParamsWithTimeout

func NewDatastoreConfigurationQueryDatastoreProjectListParamsWithTimeout(timeout time.Duration) *DatastoreConfigurationQueryDatastoreProjectListParams

NewDatastoreConfigurationQueryDatastoreProjectListParamsWithTimeout creates a new DatastoreConfigurationQueryDatastoreProjectListParams object with the ability to set a timeout on a request.

func (*DatastoreConfigurationQueryDatastoreProjectListParams) SetContext

SetContext adds the context to the datastore configuration query datastore project list params

func (*DatastoreConfigurationQueryDatastoreProjectListParams) SetDefaults

SetDefaults hydrates default values in the datastore configuration query datastore project list params (not the query body).

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

func (*DatastoreConfigurationQueryDatastoreProjectListParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the datastore configuration query datastore project list params

func (*DatastoreConfigurationQueryDatastoreProjectListParams) SetID

SetID adds the id to the datastore configuration query datastore project list params

func (*DatastoreConfigurationQueryDatastoreProjectListParams) SetNextOrderBy

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

SetNextOrderBy adds the nextOrderBy to the datastore configuration query datastore project list params

func (*DatastoreConfigurationQueryDatastoreProjectListParams) SetNextPageNum

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

SetNextPageNum adds the nextPageNum to the datastore configuration query datastore project list params

func (*DatastoreConfigurationQueryDatastoreProjectListParams) SetNextPageSize

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

SetNextPageSize adds the nextPageSize to the datastore configuration query datastore project list params

func (*DatastoreConfigurationQueryDatastoreProjectListParams) SetNextPageToken

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

SetNextPageToken adds the nextPageToken to the datastore configuration query datastore project list params

func (*DatastoreConfigurationQueryDatastoreProjectListParams) SetNextTotalPages

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

SetNextTotalPages adds the nextTotalPages to the datastore configuration query datastore project list params

func (*DatastoreConfigurationQueryDatastoreProjectListParams) SetTimeout

SetTimeout adds the timeout to the datastore configuration query datastore project list params

func (*DatastoreConfigurationQueryDatastoreProjectListParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the datastore configuration query datastore project list params

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WithContext

WithContext adds the context to the datastore configuration query datastore project list params

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WithDefaults

WithDefaults hydrates default values in the datastore configuration query datastore project list params (not the query body).

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

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the datastore configuration query datastore project list params

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WithID

WithID adds the id to the datastore configuration query datastore project list params

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WithNextOrderBy

WithNextOrderBy adds the nextOrderBy to the datastore configuration query datastore project list params

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WithNextPageNum

WithNextPageNum adds the nextPageNum to the datastore configuration query datastore project list params

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WithNextPageSize

WithNextPageSize adds the nextPageSize to the datastore configuration query datastore project list params

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WithNextPageToken

WithNextPageToken adds the nextPageToken to the datastore configuration query datastore project list params

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WithNextTotalPages

WithNextTotalPages adds the nextTotalPages to the datastore configuration query datastore project list params

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WithTimeout

WithTimeout adds the timeout to the datastore configuration query datastore project list params

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WithXRequestID

WithXRequestID adds the xRequestID to the datastore configuration query datastore project list params

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DatastoreConfigurationQueryDatastoreProjectListReader

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

DatastoreConfigurationQueryDatastoreProjectListReader is a Reader for the DatastoreConfigurationQueryDatastoreProjectList structure.

func (*DatastoreConfigurationQueryDatastoreProjectListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DatastoreConfigurationQueryDatastoreProjectListUnauthorized

type DatastoreConfigurationQueryDatastoreProjectListUnauthorized struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationQueryDatastoreProjectListUnauthorized 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 NewDatastoreConfigurationQueryDatastoreProjectListUnauthorized

func NewDatastoreConfigurationQueryDatastoreProjectListUnauthorized() *DatastoreConfigurationQueryDatastoreProjectListUnauthorized

NewDatastoreConfigurationQueryDatastoreProjectListUnauthorized creates a DatastoreConfigurationQueryDatastoreProjectListUnauthorized with default headers values

func (*DatastoreConfigurationQueryDatastoreProjectListUnauthorized) Code

Code gets the status code for the datastore configuration query datastore project list unauthorized response

func (*DatastoreConfigurationQueryDatastoreProjectListUnauthorized) Error

func (*DatastoreConfigurationQueryDatastoreProjectListUnauthorized) GetPayload

func (*DatastoreConfigurationQueryDatastoreProjectListUnauthorized) IsClientError

IsClientError returns true when this datastore configuration query datastore project list unauthorized response has a 4xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListUnauthorized) IsCode

IsCode returns true when this datastore configuration query datastore project list unauthorized response a status code equal to that given

func (*DatastoreConfigurationQueryDatastoreProjectListUnauthorized) IsRedirect

IsRedirect returns true when this datastore configuration query datastore project list unauthorized response has a 3xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListUnauthorized) IsServerError

IsServerError returns true when this datastore configuration query datastore project list unauthorized response has a 5xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListUnauthorized) IsSuccess

IsSuccess returns true when this datastore configuration query datastore project list unauthorized response has a 2xx status code

func (*DatastoreConfigurationQueryDatastoreProjectListUnauthorized) String

type DatastoreConfigurationQueryDatastoresBadRequest

type DatastoreConfigurationQueryDatastoresBadRequest struct {
	Payload *models.ZsrvResponse
}

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

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

func NewDatastoreConfigurationQueryDatastoresBadRequest

func NewDatastoreConfigurationQueryDatastoresBadRequest() *DatastoreConfigurationQueryDatastoresBadRequest

NewDatastoreConfigurationQueryDatastoresBadRequest creates a DatastoreConfigurationQueryDatastoresBadRequest with default headers values

func (*DatastoreConfigurationQueryDatastoresBadRequest) Code

Code gets the status code for the datastore configuration query datastores bad request response

func (*DatastoreConfigurationQueryDatastoresBadRequest) Error

func (*DatastoreConfigurationQueryDatastoresBadRequest) GetPayload

func (*DatastoreConfigurationQueryDatastoresBadRequest) IsClientError

IsClientError returns true when this datastore configuration query datastores bad request response has a 4xx status code

func (*DatastoreConfigurationQueryDatastoresBadRequest) IsCode

IsCode returns true when this datastore configuration query datastores bad request response a status code equal to that given

func (*DatastoreConfigurationQueryDatastoresBadRequest) IsRedirect

IsRedirect returns true when this datastore configuration query datastores bad request response has a 3xx status code

func (*DatastoreConfigurationQueryDatastoresBadRequest) IsServerError

IsServerError returns true when this datastore configuration query datastores bad request response has a 5xx status code

func (*DatastoreConfigurationQueryDatastoresBadRequest) IsSuccess

IsSuccess returns true when this datastore configuration query datastores bad request response has a 2xx status code

func (*DatastoreConfigurationQueryDatastoresBadRequest) String

type DatastoreConfigurationQueryDatastoresDefault

type DatastoreConfigurationQueryDatastoresDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewDatastoreConfigurationQueryDatastoresDefault

func NewDatastoreConfigurationQueryDatastoresDefault(code int) *DatastoreConfigurationQueryDatastoresDefault

NewDatastoreConfigurationQueryDatastoresDefault creates a DatastoreConfigurationQueryDatastoresDefault with default headers values

func (*DatastoreConfigurationQueryDatastoresDefault) Code

Code gets the status code for the datastore configuration query datastores default response

func (*DatastoreConfigurationQueryDatastoresDefault) Error

func (*DatastoreConfigurationQueryDatastoresDefault) GetPayload

func (*DatastoreConfigurationQueryDatastoresDefault) IsClientError

IsClientError returns true when this datastore configuration query datastores default response has a 4xx status code

func (*DatastoreConfigurationQueryDatastoresDefault) IsCode

IsCode returns true when this datastore configuration query datastores default response a status code equal to that given

func (*DatastoreConfigurationQueryDatastoresDefault) IsRedirect

IsRedirect returns true when this datastore configuration query datastores default response has a 3xx status code

func (*DatastoreConfigurationQueryDatastoresDefault) IsServerError

IsServerError returns true when this datastore configuration query datastores default response has a 5xx status code

func (*DatastoreConfigurationQueryDatastoresDefault) IsSuccess

IsSuccess returns true when this datastore configuration query datastores default response has a 2xx status code

func (*DatastoreConfigurationQueryDatastoresDefault) String

type DatastoreConfigurationQueryDatastoresForbidden

type DatastoreConfigurationQueryDatastoresForbidden struct {
	Payload *models.ZsrvResponse
}

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

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

func NewDatastoreConfigurationQueryDatastoresForbidden

func NewDatastoreConfigurationQueryDatastoresForbidden() *DatastoreConfigurationQueryDatastoresForbidden

NewDatastoreConfigurationQueryDatastoresForbidden creates a DatastoreConfigurationQueryDatastoresForbidden with default headers values

func (*DatastoreConfigurationQueryDatastoresForbidden) Code

Code gets the status code for the datastore configuration query datastores forbidden response

func (*DatastoreConfigurationQueryDatastoresForbidden) Error

func (*DatastoreConfigurationQueryDatastoresForbidden) GetPayload

func (*DatastoreConfigurationQueryDatastoresForbidden) IsClientError

IsClientError returns true when this datastore configuration query datastores forbidden response has a 4xx status code

func (*DatastoreConfigurationQueryDatastoresForbidden) IsCode

IsCode returns true when this datastore configuration query datastores forbidden response a status code equal to that given

func (*DatastoreConfigurationQueryDatastoresForbidden) IsRedirect

IsRedirect returns true when this datastore configuration query datastores forbidden response has a 3xx status code

func (*DatastoreConfigurationQueryDatastoresForbidden) IsServerError

IsServerError returns true when this datastore configuration query datastores forbidden response has a 5xx status code

func (*DatastoreConfigurationQueryDatastoresForbidden) IsSuccess

IsSuccess returns true when this datastore configuration query datastores forbidden response has a 2xx status code

func (*DatastoreConfigurationQueryDatastoresForbidden) String

type DatastoreConfigurationQueryDatastoresGatewayTimeout

type DatastoreConfigurationQueryDatastoresGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationQueryDatastoresGatewayTimeout 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 NewDatastoreConfigurationQueryDatastoresGatewayTimeout

func NewDatastoreConfigurationQueryDatastoresGatewayTimeout() *DatastoreConfigurationQueryDatastoresGatewayTimeout

NewDatastoreConfigurationQueryDatastoresGatewayTimeout creates a DatastoreConfigurationQueryDatastoresGatewayTimeout with default headers values

func (*DatastoreConfigurationQueryDatastoresGatewayTimeout) Code

Code gets the status code for the datastore configuration query datastores gateway timeout response

func (*DatastoreConfigurationQueryDatastoresGatewayTimeout) Error

func (*DatastoreConfigurationQueryDatastoresGatewayTimeout) GetPayload

func (*DatastoreConfigurationQueryDatastoresGatewayTimeout) IsClientError

IsClientError returns true when this datastore configuration query datastores gateway timeout response has a 4xx status code

func (*DatastoreConfigurationQueryDatastoresGatewayTimeout) IsCode

IsCode returns true when this datastore configuration query datastores gateway timeout response a status code equal to that given

func (*DatastoreConfigurationQueryDatastoresGatewayTimeout) IsRedirect

IsRedirect returns true when this datastore configuration query datastores gateway timeout response has a 3xx status code

func (*DatastoreConfigurationQueryDatastoresGatewayTimeout) IsServerError

IsServerError returns true when this datastore configuration query datastores gateway timeout response has a 5xx status code

func (*DatastoreConfigurationQueryDatastoresGatewayTimeout) IsSuccess

IsSuccess returns true when this datastore configuration query datastores gateway timeout response has a 2xx status code

func (*DatastoreConfigurationQueryDatastoresGatewayTimeout) String

type DatastoreConfigurationQueryDatastoresInternalServerError

type DatastoreConfigurationQueryDatastoresInternalServerError struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationQueryDatastoresInternalServerError 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 NewDatastoreConfigurationQueryDatastoresInternalServerError

func NewDatastoreConfigurationQueryDatastoresInternalServerError() *DatastoreConfigurationQueryDatastoresInternalServerError

NewDatastoreConfigurationQueryDatastoresInternalServerError creates a DatastoreConfigurationQueryDatastoresInternalServerError with default headers values

func (*DatastoreConfigurationQueryDatastoresInternalServerError) Code

Code gets the status code for the datastore configuration query datastores internal server error response

func (*DatastoreConfigurationQueryDatastoresInternalServerError) Error

func (*DatastoreConfigurationQueryDatastoresInternalServerError) GetPayload

func (*DatastoreConfigurationQueryDatastoresInternalServerError) IsClientError

IsClientError returns true when this datastore configuration query datastores internal server error response has a 4xx status code

func (*DatastoreConfigurationQueryDatastoresInternalServerError) IsCode

IsCode returns true when this datastore configuration query datastores internal server error response a status code equal to that given

func (*DatastoreConfigurationQueryDatastoresInternalServerError) IsRedirect

IsRedirect returns true when this datastore configuration query datastores internal server error response has a 3xx status code

func (*DatastoreConfigurationQueryDatastoresInternalServerError) IsServerError

IsServerError returns true when this datastore configuration query datastores internal server error response has a 5xx status code

func (*DatastoreConfigurationQueryDatastoresInternalServerError) IsSuccess

IsSuccess returns true when this datastore configuration query datastores internal server error response has a 2xx status code

func (*DatastoreConfigurationQueryDatastoresInternalServerError) String

type DatastoreConfigurationQueryDatastoresOK

type DatastoreConfigurationQueryDatastoresOK struct {
	Payload *models.Datastores
}

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

A successful response.

func NewDatastoreConfigurationQueryDatastoresOK

func NewDatastoreConfigurationQueryDatastoresOK() *DatastoreConfigurationQueryDatastoresOK

NewDatastoreConfigurationQueryDatastoresOK creates a DatastoreConfigurationQueryDatastoresOK with default headers values

func (*DatastoreConfigurationQueryDatastoresOK) Code

Code gets the status code for the datastore configuration query datastores o k response

func (*DatastoreConfigurationQueryDatastoresOK) Error

func (*DatastoreConfigurationQueryDatastoresOK) GetPayload

func (*DatastoreConfigurationQueryDatastoresOK) IsClientError

func (o *DatastoreConfigurationQueryDatastoresOK) IsClientError() bool

IsClientError returns true when this datastore configuration query datastores o k response has a 4xx status code

func (*DatastoreConfigurationQueryDatastoresOK) IsCode

IsCode returns true when this datastore configuration query datastores o k response a status code equal to that given

func (*DatastoreConfigurationQueryDatastoresOK) IsRedirect

IsRedirect returns true when this datastore configuration query datastores o k response has a 3xx status code

func (*DatastoreConfigurationQueryDatastoresOK) IsServerError

func (o *DatastoreConfigurationQueryDatastoresOK) IsServerError() bool

IsServerError returns true when this datastore configuration query datastores o k response has a 5xx status code

func (*DatastoreConfigurationQueryDatastoresOK) IsSuccess

IsSuccess returns true when this datastore configuration query datastores o k response has a 2xx status code

func (*DatastoreConfigurationQueryDatastoresOK) String

type DatastoreConfigurationQueryDatastoresParams

type DatastoreConfigurationQueryDatastoresParams struct {

	/* XRequestID.

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

	/* FilterDsType.

	    Datastore type to be matched

	- DATASTORE_TYPE_HTTP: Datastore hosted on HTTP server
	- DATASTORE_TYPE_HTTPS: Datastore hosted on HTTPS server
	- DATASTORE_TYPE_AWSS3: Datastore hosted on AWS S3
	- DATASTORE_TYPE_SFTP: Datastore hosted on SFTP server
	- DATASTORE_TYPE_CONTAINERREGISTRY: Datastore hosted on Container Registry (e.g. Dockerhub, Azure Container Registry etc.)
	- DATASTORE_TYPE_AZUREBLOB: Datastore hosted on Azure BlobStorage
	- DATASTORE_TYPE_ZEDEDAS3: ZEDEDA Owned and Operated datastore hosted on AWS S3
	- DATASTORE_TYPE_ZEDEDABLOB: ZEDEDA Owned and Operated datastore hosted on Azure BlobStorage
	- DATASTORE_TYPE_FILE_STORAGE: Datastore hosted on File Storage (e.g. HTTP, HTTPS, AWS S3, SFTP, Azure Blob, etc.)

	    Default: "DATASTORE_TYPE_UNSPECIFIED"
	*/
	FilterDsType *string

	/* FilterNamePattern.

	   Datastore name pattern to be matched.
	*/
	FilterNamePattern *string

	/* NextOrderBy.

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

	/* NextPageNum.

	   Page Number

	   Format: int64
	*/
	NextPageNum *int64

	/* NextPageSize.

	   Defines the page size

	   Format: int64
	*/
	NextPageSize *int64

	/* NextPageToken.

	   Page Token
	*/
	NextPageToken *string

	/* NextTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	NextTotalPages *int64

	/* Summary.

	   Only summary of the records required
	*/
	Summary *bool

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

DatastoreConfigurationQueryDatastoresParams contains all the parameters to send to the API endpoint

for the datastore configuration query datastores operation.

Typically these are written to a http.Request.

func NewDatastoreConfigurationQueryDatastoresParams

func NewDatastoreConfigurationQueryDatastoresParams() *DatastoreConfigurationQueryDatastoresParams

NewDatastoreConfigurationQueryDatastoresParams creates a new DatastoreConfigurationQueryDatastoresParams 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 NewDatastoreConfigurationQueryDatastoresParamsWithContext

func NewDatastoreConfigurationQueryDatastoresParamsWithContext(ctx context.Context) *DatastoreConfigurationQueryDatastoresParams

NewDatastoreConfigurationQueryDatastoresParamsWithContext creates a new DatastoreConfigurationQueryDatastoresParams object with the ability to set a context for a request.

func NewDatastoreConfigurationQueryDatastoresParamsWithHTTPClient

func NewDatastoreConfigurationQueryDatastoresParamsWithHTTPClient(client *http.Client) *DatastoreConfigurationQueryDatastoresParams

NewDatastoreConfigurationQueryDatastoresParamsWithHTTPClient creates a new DatastoreConfigurationQueryDatastoresParams object with the ability to set a custom HTTPClient for a request.

func NewDatastoreConfigurationQueryDatastoresParamsWithTimeout

func NewDatastoreConfigurationQueryDatastoresParamsWithTimeout(timeout time.Duration) *DatastoreConfigurationQueryDatastoresParams

NewDatastoreConfigurationQueryDatastoresParamsWithTimeout creates a new DatastoreConfigurationQueryDatastoresParams object with the ability to set a timeout on a request.

func (*DatastoreConfigurationQueryDatastoresParams) SetContext

SetContext adds the context to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) SetDefaults

SetDefaults hydrates default values in the datastore configuration query datastores params (not the query body).

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

func (*DatastoreConfigurationQueryDatastoresParams) SetFilterDsType

func (o *DatastoreConfigurationQueryDatastoresParams) SetFilterDsType(filterDsType *string)

SetFilterDsType adds the filterDsType to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) SetFilterNamePattern

func (o *DatastoreConfigurationQueryDatastoresParams) SetFilterNamePattern(filterNamePattern *string)

SetFilterNamePattern adds the filterNamePattern to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) SetNextOrderBy

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

SetNextOrderBy adds the nextOrderBy to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) SetNextPageNum

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

SetNextPageNum adds the nextPageNum to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) SetNextPageSize

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

SetNextPageSize adds the nextPageSize to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) SetNextPageToken

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

SetNextPageToken adds the nextPageToken to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) SetNextTotalPages

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

SetNextTotalPages adds the nextTotalPages to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) SetSummary

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

SetSummary adds the summary to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) SetTimeout

SetTimeout adds the timeout to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithContext

WithContext adds the context to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithDefaults

WithDefaults hydrates default values in the datastore configuration query datastores params (not the query body).

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

func (*DatastoreConfigurationQueryDatastoresParams) WithFilterDsType

WithFilterDsType adds the filterDsType to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithFilterNamePattern

WithFilterNamePattern adds the filterNamePattern to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithNextOrderBy

WithNextOrderBy adds the nextOrderBy to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithNextPageNum

WithNextPageNum adds the nextPageNum to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithNextPageSize

WithNextPageSize adds the nextPageSize to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithNextPageToken

WithNextPageToken adds the nextPageToken to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithNextTotalPages

WithNextTotalPages adds the nextTotalPages to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithSummary

WithSummary adds the summary to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithTimeout

WithTimeout adds the timeout to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithXRequestID

WithXRequestID adds the xRequestID to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DatastoreConfigurationQueryDatastoresReader

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

DatastoreConfigurationQueryDatastoresReader is a Reader for the DatastoreConfigurationQueryDatastores structure.

func (*DatastoreConfigurationQueryDatastoresReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DatastoreConfigurationQueryDatastoresUnauthorized

type DatastoreConfigurationQueryDatastoresUnauthorized struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationQueryDatastoresUnauthorized 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 NewDatastoreConfigurationQueryDatastoresUnauthorized

func NewDatastoreConfigurationQueryDatastoresUnauthorized() *DatastoreConfigurationQueryDatastoresUnauthorized

NewDatastoreConfigurationQueryDatastoresUnauthorized creates a DatastoreConfigurationQueryDatastoresUnauthorized with default headers values

func (*DatastoreConfigurationQueryDatastoresUnauthorized) Code

Code gets the status code for the datastore configuration query datastores unauthorized response

func (*DatastoreConfigurationQueryDatastoresUnauthorized) Error

func (*DatastoreConfigurationQueryDatastoresUnauthorized) GetPayload

func (*DatastoreConfigurationQueryDatastoresUnauthorized) IsClientError

IsClientError returns true when this datastore configuration query datastores unauthorized response has a 4xx status code

func (*DatastoreConfigurationQueryDatastoresUnauthorized) IsCode

IsCode returns true when this datastore configuration query datastores unauthorized response a status code equal to that given

func (*DatastoreConfigurationQueryDatastoresUnauthorized) IsRedirect

IsRedirect returns true when this datastore configuration query datastores unauthorized response has a 3xx status code

func (*DatastoreConfigurationQueryDatastoresUnauthorized) IsServerError

IsServerError returns true when this datastore configuration query datastores unauthorized response has a 5xx status code

func (*DatastoreConfigurationQueryDatastoresUnauthorized) IsSuccess

IsSuccess returns true when this datastore configuration query datastores unauthorized response has a 2xx status code

func (*DatastoreConfigurationQueryDatastoresUnauthorized) String

type DatastoreConfigurationUpdateDatastoreBody

type DatastoreConfigurationUpdateDatastoreBody struct {

	// api key
	APIKey string `json:"apiKey,omitempty"`

	// Certificate chain of the certificate
	CertificateChain *models.CertificateChain `json:"certificateChain,omitempty"`

	// Internal - Encryption Key context
	// Read Only: true
	CryptoKey string `json:"cryptoKey,omitempty"`

	// Detailed description of the datastore.
	// Max Length: 256
	Description string `json:"description,omitempty"`

	// Datastore validation detailed error/status message
	// Read Only: true
	DsErr string `json:"dsErr,omitempty"`

	// Datastore Fully Qualified Domain Name
	// Required: true
	DsFQDN *string `json:"dsFQDN"`

	// Datastore relative path w.r.t. Datastore root
	// Required: true
	DsPath *string `json:"dsPath"`

	// Datastore status
	DsStatus *models.DatastoreStatus `json:"dsStatus,omitempty"`

	// Datastore type
	// Required: true
	DsType *models.DatastoreType `json:"dsType"`

	// Internal - Encrypted sensitive data
	// Read Only: true
	EncryptedSecrets map[string]string `json:"encryptedSecrets,omitempty"`

	// enterprise Id
	EnterpriseID string `json:"enterpriseId,omitempty"`

	// User defined name of the datastore, unique across the enterprise. Once datastore 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"`

	// knob for sending creds in clear text
	NeedClearText bool `json:"needClearText,omitempty"`

	// Origin type of datastore.
	// Read Only: true
	OriginType *models.Origin `json:"originType,omitempty"`

	// project access list of the datastore
	ProjectAccessList []string `json:"projectAccessList"`

	// Datastore region - valid for AWS S3 and Azure BlobStorage
	Region string `json:"region,omitempty"`

	// system defined info
	// Read Only: true
	Revision *models.ObjectRevision `json:"revision,omitempty"`

	// Plain-text sensitive data
	Secret *models.DatastoreInfoSecrets `json:"secret,omitempty"`

	// User defined title of the datastore. Title can be changed at any time.
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9]+[a-zA-Z0-9!-~ ]+
	Title *string `json:"title"`
}

DatastoreConfigurationUpdateDatastoreBody Datastore // // Datastore idetail // Example: {"description":"My test datastore hosted on HTTP server for Edge computing images.","dsError":"Datastore validated successfully...","dsFQDN":"http://my-datastore.my-company.com","dsPath":"download/AMD64","dsStatus":"DATASTORE_STATUS_ACTIVE","dsType":"DATASTORE_TYPE_HTTP","id":"d1125b0f-633d-459c-99c6-f47e7467cebc","name":"my-test-datastore","originType":"ORIGIN_LOCAL","revision":{"createdAt":{"seconds":1592068270},"createdBy":"admin@my-company.com","curr":"1","updatedAt":{"seconds":1592068271},"updatedBy":"admin@my-company.com"},"secret":{"apiKey":"my-datastore-api-key","apiPasswd":"my-datastore-api-password"},"title":"My test datatsore for Edge computing images"} swagger:model DatastoreConfigurationUpdateDatastoreBody

func (*DatastoreConfigurationUpdateDatastoreBody) ContextValidate

ContextValidate validate this datastore configuration update datastore body based on the context it is used

func (*DatastoreConfigurationUpdateDatastoreBody) MarshalBinary

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

MarshalBinary interface implementation

func (*DatastoreConfigurationUpdateDatastoreBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DatastoreConfigurationUpdateDatastoreBody) Validate

Validate validates this datastore configuration update datastore body

type DatastoreConfigurationUpdateDatastoreConflict

type DatastoreConfigurationUpdateDatastoreConflict struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationUpdateDatastoreConflict 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 datastore record.

func NewDatastoreConfigurationUpdateDatastoreConflict

func NewDatastoreConfigurationUpdateDatastoreConflict() *DatastoreConfigurationUpdateDatastoreConflict

NewDatastoreConfigurationUpdateDatastoreConflict creates a DatastoreConfigurationUpdateDatastoreConflict with default headers values

func (*DatastoreConfigurationUpdateDatastoreConflict) Code

Code gets the status code for the datastore configuration update datastore conflict response

func (*DatastoreConfigurationUpdateDatastoreConflict) Error

func (*DatastoreConfigurationUpdateDatastoreConflict) GetPayload

func (*DatastoreConfigurationUpdateDatastoreConflict) IsClientError

IsClientError returns true when this datastore configuration update datastore conflict response has a 4xx status code

func (*DatastoreConfigurationUpdateDatastoreConflict) IsCode

IsCode returns true when this datastore configuration update datastore conflict response a status code equal to that given

func (*DatastoreConfigurationUpdateDatastoreConflict) IsRedirect

IsRedirect returns true when this datastore configuration update datastore conflict response has a 3xx status code

func (*DatastoreConfigurationUpdateDatastoreConflict) IsServerError

IsServerError returns true when this datastore configuration update datastore conflict response has a 5xx status code

func (*DatastoreConfigurationUpdateDatastoreConflict) IsSuccess

IsSuccess returns true when this datastore configuration update datastore conflict response has a 2xx status code

func (*DatastoreConfigurationUpdateDatastoreConflict) String

type DatastoreConfigurationUpdateDatastoreDefault

type DatastoreConfigurationUpdateDatastoreDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewDatastoreConfigurationUpdateDatastoreDefault

func NewDatastoreConfigurationUpdateDatastoreDefault(code int) *DatastoreConfigurationUpdateDatastoreDefault

NewDatastoreConfigurationUpdateDatastoreDefault creates a DatastoreConfigurationUpdateDatastoreDefault with default headers values

func (*DatastoreConfigurationUpdateDatastoreDefault) Code

Code gets the status code for the datastore configuration update datastore default response

func (*DatastoreConfigurationUpdateDatastoreDefault) Error

func (*DatastoreConfigurationUpdateDatastoreDefault) GetPayload

func (*DatastoreConfigurationUpdateDatastoreDefault) IsClientError

IsClientError returns true when this datastore configuration update datastore default response has a 4xx status code

func (*DatastoreConfigurationUpdateDatastoreDefault) IsCode

IsCode returns true when this datastore configuration update datastore default response a status code equal to that given

func (*DatastoreConfigurationUpdateDatastoreDefault) IsRedirect

IsRedirect returns true when this datastore configuration update datastore default response has a 3xx status code

func (*DatastoreConfigurationUpdateDatastoreDefault) IsServerError

IsServerError returns true when this datastore configuration update datastore default response has a 5xx status code

func (*DatastoreConfigurationUpdateDatastoreDefault) IsSuccess

IsSuccess returns true when this datastore configuration update datastore default response has a 2xx status code

func (*DatastoreConfigurationUpdateDatastoreDefault) String

type DatastoreConfigurationUpdateDatastoreForbidden

type DatastoreConfigurationUpdateDatastoreForbidden struct {
	Payload *models.ZsrvResponse
}

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

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

func NewDatastoreConfigurationUpdateDatastoreForbidden

func NewDatastoreConfigurationUpdateDatastoreForbidden() *DatastoreConfigurationUpdateDatastoreForbidden

NewDatastoreConfigurationUpdateDatastoreForbidden creates a DatastoreConfigurationUpdateDatastoreForbidden with default headers values

func (*DatastoreConfigurationUpdateDatastoreForbidden) Code

Code gets the status code for the datastore configuration update datastore forbidden response

func (*DatastoreConfigurationUpdateDatastoreForbidden) Error

func (*DatastoreConfigurationUpdateDatastoreForbidden) GetPayload

func (*DatastoreConfigurationUpdateDatastoreForbidden) IsClientError

IsClientError returns true when this datastore configuration update datastore forbidden response has a 4xx status code

func (*DatastoreConfigurationUpdateDatastoreForbidden) IsCode

IsCode returns true when this datastore configuration update datastore forbidden response a status code equal to that given

func (*DatastoreConfigurationUpdateDatastoreForbidden) IsRedirect

IsRedirect returns true when this datastore configuration update datastore forbidden response has a 3xx status code

func (*DatastoreConfigurationUpdateDatastoreForbidden) IsServerError

IsServerError returns true when this datastore configuration update datastore forbidden response has a 5xx status code

func (*DatastoreConfigurationUpdateDatastoreForbidden) IsSuccess

IsSuccess returns true when this datastore configuration update datastore forbidden response has a 2xx status code

func (*DatastoreConfigurationUpdateDatastoreForbidden) String

type DatastoreConfigurationUpdateDatastoreGatewayTimeout

type DatastoreConfigurationUpdateDatastoreGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationUpdateDatastoreGatewayTimeout 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 NewDatastoreConfigurationUpdateDatastoreGatewayTimeout

func NewDatastoreConfigurationUpdateDatastoreGatewayTimeout() *DatastoreConfigurationUpdateDatastoreGatewayTimeout

NewDatastoreConfigurationUpdateDatastoreGatewayTimeout creates a DatastoreConfigurationUpdateDatastoreGatewayTimeout with default headers values

func (*DatastoreConfigurationUpdateDatastoreGatewayTimeout) Code

Code gets the status code for the datastore configuration update datastore gateway timeout response

func (*DatastoreConfigurationUpdateDatastoreGatewayTimeout) Error

func (*DatastoreConfigurationUpdateDatastoreGatewayTimeout) GetPayload

func (*DatastoreConfigurationUpdateDatastoreGatewayTimeout) IsClientError

IsClientError returns true when this datastore configuration update datastore gateway timeout response has a 4xx status code

func (*DatastoreConfigurationUpdateDatastoreGatewayTimeout) IsCode

IsCode returns true when this datastore configuration update datastore gateway timeout response a status code equal to that given

func (*DatastoreConfigurationUpdateDatastoreGatewayTimeout) IsRedirect

IsRedirect returns true when this datastore configuration update datastore gateway timeout response has a 3xx status code

func (*DatastoreConfigurationUpdateDatastoreGatewayTimeout) IsServerError

IsServerError returns true when this datastore configuration update datastore gateway timeout response has a 5xx status code

func (*DatastoreConfigurationUpdateDatastoreGatewayTimeout) IsSuccess

IsSuccess returns true when this datastore configuration update datastore gateway timeout response has a 2xx status code

func (*DatastoreConfigurationUpdateDatastoreGatewayTimeout) String

type DatastoreConfigurationUpdateDatastoreInternalServerError

type DatastoreConfigurationUpdateDatastoreInternalServerError struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationUpdateDatastoreInternalServerError 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 NewDatastoreConfigurationUpdateDatastoreInternalServerError

func NewDatastoreConfigurationUpdateDatastoreInternalServerError() *DatastoreConfigurationUpdateDatastoreInternalServerError

NewDatastoreConfigurationUpdateDatastoreInternalServerError creates a DatastoreConfigurationUpdateDatastoreInternalServerError with default headers values

func (*DatastoreConfigurationUpdateDatastoreInternalServerError) Code

Code gets the status code for the datastore configuration update datastore internal server error response

func (*DatastoreConfigurationUpdateDatastoreInternalServerError) Error

func (*DatastoreConfigurationUpdateDatastoreInternalServerError) GetPayload

func (*DatastoreConfigurationUpdateDatastoreInternalServerError) IsClientError

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

func (*DatastoreConfigurationUpdateDatastoreInternalServerError) IsCode

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

func (*DatastoreConfigurationUpdateDatastoreInternalServerError) IsRedirect

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

func (*DatastoreConfigurationUpdateDatastoreInternalServerError) IsServerError

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

func (*DatastoreConfigurationUpdateDatastoreInternalServerError) IsSuccess

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

func (*DatastoreConfigurationUpdateDatastoreInternalServerError) String

type DatastoreConfigurationUpdateDatastoreNotFound

type DatastoreConfigurationUpdateDatastoreNotFound struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationUpdateDatastoreNotFound 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 NewDatastoreConfigurationUpdateDatastoreNotFound

func NewDatastoreConfigurationUpdateDatastoreNotFound() *DatastoreConfigurationUpdateDatastoreNotFound

NewDatastoreConfigurationUpdateDatastoreNotFound creates a DatastoreConfigurationUpdateDatastoreNotFound with default headers values

func (*DatastoreConfigurationUpdateDatastoreNotFound) Code

Code gets the status code for the datastore configuration update datastore not found response

func (*DatastoreConfigurationUpdateDatastoreNotFound) Error

func (*DatastoreConfigurationUpdateDatastoreNotFound) GetPayload

func (*DatastoreConfigurationUpdateDatastoreNotFound) IsClientError

IsClientError returns true when this datastore configuration update datastore not found response has a 4xx status code

func (*DatastoreConfigurationUpdateDatastoreNotFound) IsCode

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

func (*DatastoreConfigurationUpdateDatastoreNotFound) IsRedirect

IsRedirect returns true when this datastore configuration update datastore not found response has a 3xx status code

func (*DatastoreConfigurationUpdateDatastoreNotFound) IsServerError

IsServerError returns true when this datastore configuration update datastore not found response has a 5xx status code

func (*DatastoreConfigurationUpdateDatastoreNotFound) IsSuccess

IsSuccess returns true when this datastore configuration update datastore not found response has a 2xx status code

func (*DatastoreConfigurationUpdateDatastoreNotFound) String

type DatastoreConfigurationUpdateDatastoreOK

type DatastoreConfigurationUpdateDatastoreOK struct {
	Payload *models.ZsrvResponse
}

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

A successful response.

func NewDatastoreConfigurationUpdateDatastoreOK

func NewDatastoreConfigurationUpdateDatastoreOK() *DatastoreConfigurationUpdateDatastoreOK

NewDatastoreConfigurationUpdateDatastoreOK creates a DatastoreConfigurationUpdateDatastoreOK with default headers values

func (*DatastoreConfigurationUpdateDatastoreOK) Code

Code gets the status code for the datastore configuration update datastore o k response

func (*DatastoreConfigurationUpdateDatastoreOK) Error

func (*DatastoreConfigurationUpdateDatastoreOK) GetPayload

func (*DatastoreConfigurationUpdateDatastoreOK) IsClientError

func (o *DatastoreConfigurationUpdateDatastoreOK) IsClientError() bool

IsClientError returns true when this datastore configuration update datastore o k response has a 4xx status code

func (*DatastoreConfigurationUpdateDatastoreOK) IsCode

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

func (*DatastoreConfigurationUpdateDatastoreOK) IsRedirect

IsRedirect returns true when this datastore configuration update datastore o k response has a 3xx status code

func (*DatastoreConfigurationUpdateDatastoreOK) IsServerError

func (o *DatastoreConfigurationUpdateDatastoreOK) IsServerError() bool

IsServerError returns true when this datastore configuration update datastore o k response has a 5xx status code

func (*DatastoreConfigurationUpdateDatastoreOK) IsSuccess

IsSuccess returns true when this datastore configuration update datastore o k response has a 2xx status code

func (*DatastoreConfigurationUpdateDatastoreOK) String

type DatastoreConfigurationUpdateDatastoreParams

type DatastoreConfigurationUpdateDatastoreParams struct {

	/* XRequestID.

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

	// Body.
	Body *models.Datastore

	/* ID.

	   System defined universally unique Id of the datastore.
	*/
	ID string

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

DatastoreConfigurationUpdateDatastoreParams contains all the parameters to send to the API endpoint

for the datastore configuration update datastore operation.

Typically these are written to a http.Request.

func NewDatastoreConfigurationUpdateDatastoreParamsWithContext

func NewDatastoreConfigurationUpdateDatastoreParamsWithContext(ctx context.Context) *DatastoreConfigurationUpdateDatastoreParams

NewDatastoreConfigurationUpdateDatastoreParamsWithContext creates a new DatastoreConfigurationUpdateDatastoreParams object with the ability to set a context for a request.

func NewDatastoreConfigurationUpdateDatastoreParamsWithHTTPClient

func NewDatastoreConfigurationUpdateDatastoreParamsWithHTTPClient(client *http.Client) *DatastoreConfigurationUpdateDatastoreParams

NewDatastoreConfigurationUpdateDatastoreParamsWithHTTPClient creates a new DatastoreConfigurationUpdateDatastoreParams object with the ability to set a custom HTTPClient for a request.

func NewDatastoreConfigurationUpdateDatastoreParamsWithTimeout

func NewDatastoreConfigurationUpdateDatastoreParamsWithTimeout(timeout time.Duration) *DatastoreConfigurationUpdateDatastoreParams

NewDatastoreConfigurationUpdateDatastoreParamsWithTimeout creates a new DatastoreConfigurationUpdateDatastoreParams object with the ability to set a timeout on a request.

func UpdateParams

UpdateParams creates a new DatastoreConfigurationUpdateDatastoreParams 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 (*DatastoreConfigurationUpdateDatastoreParams) SetBody

SetBody adds the body to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) SetContext

SetContext adds the context to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) SetDefaults

SetDefaults hydrates default values in the datastore configuration update datastore params (not the query body).

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

func (*DatastoreConfigurationUpdateDatastoreParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) SetID

SetID adds the id to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) SetTimeout

SetTimeout adds the timeout to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) WithBody

WithBody adds the body to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) WithContext

WithContext adds the context to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) WithDefaults

WithDefaults hydrates default values in the datastore configuration update datastore params (not the query body).

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

func (*DatastoreConfigurationUpdateDatastoreParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) WithID

WithID adds the id to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) WithTimeout

WithTimeout adds the timeout to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) WithXRequestID

WithXRequestID adds the xRequestID to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DatastoreConfigurationUpdateDatastoreReader

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

DatastoreConfigurationUpdateDatastoreReader is a Reader for the DatastoreConfigurationUpdateDatastore structure.

func (*DatastoreConfigurationUpdateDatastoreReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DatastoreConfigurationUpdateDatastoreUnauthorized

type DatastoreConfigurationUpdateDatastoreUnauthorized struct {
	Payload *models.ZsrvResponse
}

DatastoreConfigurationUpdateDatastoreUnauthorized 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 NewDatastoreConfigurationUpdateDatastoreUnauthorized

func NewDatastoreConfigurationUpdateDatastoreUnauthorized() *DatastoreConfigurationUpdateDatastoreUnauthorized

NewDatastoreConfigurationUpdateDatastoreUnauthorized creates a DatastoreConfigurationUpdateDatastoreUnauthorized with default headers values

func (*DatastoreConfigurationUpdateDatastoreUnauthorized) Code

Code gets the status code for the datastore configuration update datastore unauthorized response

func (*DatastoreConfigurationUpdateDatastoreUnauthorized) Error

func (*DatastoreConfigurationUpdateDatastoreUnauthorized) GetPayload

func (*DatastoreConfigurationUpdateDatastoreUnauthorized) IsClientError

IsClientError returns true when this datastore configuration update datastore unauthorized response has a 4xx status code

func (*DatastoreConfigurationUpdateDatastoreUnauthorized) IsCode

IsCode returns true when this datastore configuration update datastore unauthorized response a status code equal to that given

func (*DatastoreConfigurationUpdateDatastoreUnauthorized) IsRedirect

IsRedirect returns true when this datastore configuration update datastore unauthorized response has a 3xx status code

func (*DatastoreConfigurationUpdateDatastoreUnauthorized) IsServerError

IsServerError returns true when this datastore configuration update datastore unauthorized response has a 5xx status code

func (*DatastoreConfigurationUpdateDatastoreUnauthorized) IsSuccess

IsSuccess returns true when this datastore configuration update datastore unauthorized response has a 2xx status code

func (*DatastoreConfigurationUpdateDatastoreUnauthorized) String

type GetByIDNotFound

type GetByIDNotFound struct {
	Payload *models.ZsrvResponse
}

GetByIDNotFound 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 NewDatastoreConfigurationGetDatastoreNotFound

func NewDatastoreConfigurationGetDatastoreNotFound() *GetByIDNotFound

NewDatastoreConfigurationGetDatastoreNotFound creates a DatastoreConfigurationGetDatastoreNotFound with default headers values

func (*GetByIDNotFound) Code

func (o *GetByIDNotFound) Code() int

Code gets the status code for the datastore configuration get datastore not found response

func (*GetByIDNotFound) Error

func (o *GetByIDNotFound) Error() string

func (*GetByIDNotFound) GetPayload

func (o *GetByIDNotFound) GetPayload() *models.ZsrvResponse

func (*GetByIDNotFound) IsClientError

func (o *GetByIDNotFound) IsClientError() bool

IsClientError returns true when this datastore configuration get datastore not found response has a 4xx status code

func (*GetByIDNotFound) IsCode

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

IsCode returns true when this datastore configuration get datastore not found response a status code equal to that given

func (*GetByIDNotFound) IsRedirect

func (o *GetByIDNotFound) IsRedirect() bool

IsRedirect returns true when this datastore configuration get datastore not found response has a 3xx status code

func (*GetByIDNotFound) IsServerError

func (o *GetByIDNotFound) IsServerError() bool

IsServerError returns true when this datastore configuration get datastore not found response has a 5xx status code

func (*GetByIDNotFound) IsSuccess

func (o *GetByIDNotFound) IsSuccess() bool

IsSuccess returns true when this datastore configuration get datastore not found response has a 2xx status code

func (*GetByIDNotFound) String

func (o *GetByIDNotFound) String() string

type NotFound

type NotFound struct {
	Payload *models.ZsrvResponse
}

NotFound 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 NewDatastoreConfigurationDeleteDatastoreNotFound

func NewDatastoreConfigurationDeleteDatastoreNotFound() *NotFound

NewDatastoreConfigurationDeleteDatastoreNotFound creates a DatastoreConfigurationDeleteDatastoreNotFound with default headers values

func (*NotFound) Code

func (o *NotFound) Code() int

Code gets the status code for the datastore configuration delete datastore not found response

func (*NotFound) Error

func (o *NotFound) Error() string

func (*NotFound) GetPayload

func (o *NotFound) GetPayload() *models.ZsrvResponse

func (*NotFound) IsClientError

func (o *NotFound) IsClientError() bool

IsClientError returns true when this datastore configuration delete datastore not found response has a 4xx status code

func (*NotFound) IsCode

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

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

func (*NotFound) IsRedirect

func (o *NotFound) IsRedirect() bool

IsRedirect returns true when this datastore configuration delete datastore not found response has a 3xx status code

func (*NotFound) IsServerError

func (o *NotFound) IsServerError() bool

IsServerError returns true when this datastore configuration delete datastore not found response has a 5xx status code

func (*NotFound) IsSuccess

func (o *NotFound) IsSuccess() bool

IsSuccess returns true when this datastore configuration delete datastore not found response has a 2xx status code

func (*NotFound) String

func (o *NotFound) String() string

Jump to

Keyboard shortcuts

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