datastore_configuration

package
v1.0.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for datastore configuration API

func (*Client) DatastoreConfigurationCreateDatastore added in v1.0.2

func (a *Client) DatastoreConfigurationCreateDatastore(params *DatastoreConfigurationCreateDatastoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DatastoreConfigurationCreateDatastoreOK, error)

DatastoreConfigurationCreateDatastore creates datastore

Create a Datastore record.

func (*Client) DatastoreConfigurationDeleteDatastore added in v1.0.2

func (a *Client) DatastoreConfigurationDeleteDatastore(params *DatastoreConfigurationDeleteDatastoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DatastoreConfigurationDeleteDatastoreOK, error)

DatastoreConfigurationDeleteDatastore deletes datastore

Delete a datastore record.

func (*Client) DatastoreConfigurationGetDatastore added in v1.0.2

func (a *Client) DatastoreConfigurationGetDatastore(params *DatastoreConfigurationGetDatastoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DatastoreConfigurationGetDatastoreOK, error)

DatastoreConfigurationGetDatastore gets datastore

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

func (*Client) DatastoreConfigurationGetDatastoreByName added in v1.0.2

DatastoreConfigurationGetDatastoreByName gets datastore

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

func (*Client) DatastoreConfigurationQueryDatastoreProjectList added in v1.0.2

DatastoreConfigurationQueryDatastoreProjectList queries the project access list of a datastore

Query the project access list of a datastore

func (*Client) DatastoreConfigurationQueryDatastores added in v1.0.2

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

DatastoreConfigurationQueryDatastores queries datastores

Query the datastore records.

func (*Client) DatastoreConfigurationUpdateDatastore added in v1.0.2

func (a *Client) DatastoreConfigurationUpdateDatastore(params *DatastoreConfigurationUpdateDatastoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DatastoreConfigurationUpdateDatastoreOK, error)

DatastoreConfigurationUpdateDatastore 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.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DatastoreConfigurationCreateDatastore(params *DatastoreConfigurationCreateDatastoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DatastoreConfigurationCreateDatastoreOK, error)

	DatastoreConfigurationDeleteDatastore(params *DatastoreConfigurationDeleteDatastoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DatastoreConfigurationDeleteDatastoreOK, error)

	DatastoreConfigurationGetDatastore(params *DatastoreConfigurationGetDatastoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DatastoreConfigurationGetDatastoreOK, error)

	DatastoreConfigurationGetDatastoreByName(params *DatastoreConfigurationGetDatastoreByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DatastoreConfigurationGetDatastoreByNameOK, error)

	DatastoreConfigurationQueryDatastoreProjectList(params *DatastoreConfigurationQueryDatastoreProjectListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DatastoreConfigurationQueryDatastoreProjectListOK, error)

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

	DatastoreConfigurationUpdateDatastore(params *DatastoreConfigurationUpdateDatastoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DatastoreConfigurationUpdateDatastoreOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new datastore configuration API client.

type DatastoreConfigurationCreateDatastoreBadRequest added in v1.0.2

type DatastoreConfigurationCreateDatastoreBadRequest struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationCreateDatastoreBadRequest() *DatastoreConfigurationCreateDatastoreBadRequest

NewDatastoreConfigurationCreateDatastoreBadRequest creates a DatastoreConfigurationCreateDatastoreBadRequest with default headers values

func (*DatastoreConfigurationCreateDatastoreBadRequest) Error added in v1.0.2

func (*DatastoreConfigurationCreateDatastoreBadRequest) GetPayload added in v1.0.2

func (*DatastoreConfigurationCreateDatastoreBadRequest) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreBadRequest) IsCode added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreBadRequest) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreBadRequest) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreBadRequest) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreBadRequest) String added in v1.0.2

type DatastoreConfigurationCreateDatastoreConflict added in v1.0.2

type DatastoreConfigurationCreateDatastoreConflict struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationCreateDatastoreConflict() *DatastoreConfigurationCreateDatastoreConflict

NewDatastoreConfigurationCreateDatastoreConflict creates a DatastoreConfigurationCreateDatastoreConflict with default headers values

func (*DatastoreConfigurationCreateDatastoreConflict) Error added in v1.0.2

func (*DatastoreConfigurationCreateDatastoreConflict) GetPayload added in v1.0.2

func (*DatastoreConfigurationCreateDatastoreConflict) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreConflict) IsCode added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreConflict) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreConflict) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreConflict) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreConflict) String added in v1.0.2

type DatastoreConfigurationCreateDatastoreDefault added in v1.0.2

type DatastoreConfigurationCreateDatastoreDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationCreateDatastoreDefault(code int) *DatastoreConfigurationCreateDatastoreDefault

NewDatastoreConfigurationCreateDatastoreDefault creates a DatastoreConfigurationCreateDatastoreDefault with default headers values

func (*DatastoreConfigurationCreateDatastoreDefault) Code added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreDefault) Error added in v1.0.2

func (*DatastoreConfigurationCreateDatastoreDefault) GetPayload added in v1.0.2

func (*DatastoreConfigurationCreateDatastoreDefault) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreDefault) IsCode added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreDefault) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreDefault) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreDefault) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreDefault) String added in v1.0.2

type DatastoreConfigurationCreateDatastoreForbidden added in v1.0.2

type DatastoreConfigurationCreateDatastoreForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationCreateDatastoreForbidden() *DatastoreConfigurationCreateDatastoreForbidden

NewDatastoreConfigurationCreateDatastoreForbidden creates a DatastoreConfigurationCreateDatastoreForbidden with default headers values

func (*DatastoreConfigurationCreateDatastoreForbidden) Error added in v1.0.2

func (*DatastoreConfigurationCreateDatastoreForbidden) GetPayload added in v1.0.2

func (*DatastoreConfigurationCreateDatastoreForbidden) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreForbidden) IsCode added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreForbidden) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreForbidden) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreForbidden) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreForbidden) String added in v1.0.2

type DatastoreConfigurationCreateDatastoreGatewayTimeout added in v1.0.2

type DatastoreConfigurationCreateDatastoreGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationCreateDatastoreGatewayTimeout() *DatastoreConfigurationCreateDatastoreGatewayTimeout

NewDatastoreConfigurationCreateDatastoreGatewayTimeout creates a DatastoreConfigurationCreateDatastoreGatewayTimeout with default headers values

func (*DatastoreConfigurationCreateDatastoreGatewayTimeout) Error added in v1.0.2

func (*DatastoreConfigurationCreateDatastoreGatewayTimeout) GetPayload added in v1.0.2

func (*DatastoreConfigurationCreateDatastoreGatewayTimeout) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreGatewayTimeout) IsCode added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreGatewayTimeout) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreGatewayTimeout) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreGatewayTimeout) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreGatewayTimeout) String added in v1.0.2

type DatastoreConfigurationCreateDatastoreInternalServerError added in v1.0.2

type DatastoreConfigurationCreateDatastoreInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationCreateDatastoreInternalServerError() *DatastoreConfigurationCreateDatastoreInternalServerError

NewDatastoreConfigurationCreateDatastoreInternalServerError creates a DatastoreConfigurationCreateDatastoreInternalServerError with default headers values

func (*DatastoreConfigurationCreateDatastoreInternalServerError) Error added in v1.0.2

func (*DatastoreConfigurationCreateDatastoreInternalServerError) GetPayload added in v1.0.2

func (*DatastoreConfigurationCreateDatastoreInternalServerError) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreInternalServerError) IsCode added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreInternalServerError) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreInternalServerError) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreInternalServerError) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreInternalServerError) String added in v1.0.2

type DatastoreConfigurationCreateDatastoreOK added in v1.0.2

type DatastoreConfigurationCreateDatastoreOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewDatastoreConfigurationCreateDatastoreOK added in v1.0.2

func NewDatastoreConfigurationCreateDatastoreOK() *DatastoreConfigurationCreateDatastoreOK

NewDatastoreConfigurationCreateDatastoreOK creates a DatastoreConfigurationCreateDatastoreOK with default headers values

func (*DatastoreConfigurationCreateDatastoreOK) Error added in v1.0.2

func (*DatastoreConfigurationCreateDatastoreOK) GetPayload added in v1.0.2

func (*DatastoreConfigurationCreateDatastoreOK) IsClientError added in v1.0.2

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

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

func (*DatastoreConfigurationCreateDatastoreOK) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreOK) IsServerError added in v1.0.2

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

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

func (*DatastoreConfigurationCreateDatastoreOK) String added in v1.0.2

type DatastoreConfigurationCreateDatastoreParams added in v1.0.2

type DatastoreConfigurationCreateDatastoreParams struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.DatastoreInfo

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

func NewDatastoreConfigurationCreateDatastoreParams() *DatastoreConfigurationCreateDatastoreParams

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

func NewDatastoreConfigurationCreateDatastoreParamsWithContext(ctx context.Context) *DatastoreConfigurationCreateDatastoreParams

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

func NewDatastoreConfigurationCreateDatastoreParamsWithHTTPClient added in v1.0.2

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

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

SetBody adds the body to the datastore configuration create datastore params

func (*DatastoreConfigurationCreateDatastoreParams) SetContext added in v1.0.2

SetContext adds the context to the datastore configuration create datastore params

func (*DatastoreConfigurationCreateDatastoreParams) SetDefaults added in v1.0.2

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

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

SetHTTPClient adds the HTTPClient to the datastore configuration create datastore params

func (*DatastoreConfigurationCreateDatastoreParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the datastore configuration create datastore params

func (*DatastoreConfigurationCreateDatastoreParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the datastore configuration create datastore params

func (*DatastoreConfigurationCreateDatastoreParams) WithBody added in v1.0.2

WithBody adds the body to the datastore configuration create datastore params

func (*DatastoreConfigurationCreateDatastoreParams) WithContext added in v1.0.2

WithContext adds the context to the datastore configuration create datastore params

func (*DatastoreConfigurationCreateDatastoreParams) WithDefaults added in v1.0.2

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

WithHTTPClient adds the HTTPClient to the datastore configuration create datastore params

func (*DatastoreConfigurationCreateDatastoreParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the datastore configuration create datastore params

func (*DatastoreConfigurationCreateDatastoreParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the datastore configuration create datastore params

func (*DatastoreConfigurationCreateDatastoreParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type DatastoreConfigurationCreateDatastoreReader added in v1.0.2

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

DatastoreConfigurationCreateDatastoreReader is a Reader for the DatastoreConfigurationCreateDatastore structure.

func (*DatastoreConfigurationCreateDatastoreReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type DatastoreConfigurationCreateDatastoreUnauthorized added in v1.0.2

type DatastoreConfigurationCreateDatastoreUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationCreateDatastoreUnauthorized() *DatastoreConfigurationCreateDatastoreUnauthorized

NewDatastoreConfigurationCreateDatastoreUnauthorized creates a DatastoreConfigurationCreateDatastoreUnauthorized with default headers values

func (*DatastoreConfigurationCreateDatastoreUnauthorized) Error added in v1.0.2

func (*DatastoreConfigurationCreateDatastoreUnauthorized) GetPayload added in v1.0.2

func (*DatastoreConfigurationCreateDatastoreUnauthorized) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreUnauthorized) IsCode added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreUnauthorized) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreUnauthorized) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreUnauthorized) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationCreateDatastoreUnauthorized) String added in v1.0.2

type DatastoreConfigurationDeleteDatastoreConflict added in v1.0.2

type DatastoreConfigurationDeleteDatastoreConflict struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationDeleteDatastoreConflict() *DatastoreConfigurationDeleteDatastoreConflict

NewDatastoreConfigurationDeleteDatastoreConflict creates a DatastoreConfigurationDeleteDatastoreConflict with default headers values

func (*DatastoreConfigurationDeleteDatastoreConflict) Error added in v1.0.2

func (*DatastoreConfigurationDeleteDatastoreConflict) GetPayload added in v1.0.2

func (*DatastoreConfigurationDeleteDatastoreConflict) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreConflict) IsCode added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreConflict) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreConflict) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreConflict) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreConflict) String added in v1.0.2

type DatastoreConfigurationDeleteDatastoreDefault added in v1.0.2

type DatastoreConfigurationDeleteDatastoreDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationDeleteDatastoreDefault(code int) *DatastoreConfigurationDeleteDatastoreDefault

NewDatastoreConfigurationDeleteDatastoreDefault creates a DatastoreConfigurationDeleteDatastoreDefault with default headers values

func (*DatastoreConfigurationDeleteDatastoreDefault) Code added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreDefault) Error added in v1.0.2

func (*DatastoreConfigurationDeleteDatastoreDefault) GetPayload added in v1.0.2

func (*DatastoreConfigurationDeleteDatastoreDefault) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreDefault) IsCode added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreDefault) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreDefault) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreDefault) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreDefault) String added in v1.0.2

type DatastoreConfigurationDeleteDatastoreForbidden added in v1.0.2

type DatastoreConfigurationDeleteDatastoreForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationDeleteDatastoreForbidden() *DatastoreConfigurationDeleteDatastoreForbidden

NewDatastoreConfigurationDeleteDatastoreForbidden creates a DatastoreConfigurationDeleteDatastoreForbidden with default headers values

func (*DatastoreConfigurationDeleteDatastoreForbidden) Error added in v1.0.2

func (*DatastoreConfigurationDeleteDatastoreForbidden) GetPayload added in v1.0.2

func (*DatastoreConfigurationDeleteDatastoreForbidden) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreForbidden) IsCode added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreForbidden) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreForbidden) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreForbidden) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreForbidden) String added in v1.0.2

type DatastoreConfigurationDeleteDatastoreGatewayTimeout added in v1.0.2

type DatastoreConfigurationDeleteDatastoreGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationDeleteDatastoreGatewayTimeout() *DatastoreConfigurationDeleteDatastoreGatewayTimeout

NewDatastoreConfigurationDeleteDatastoreGatewayTimeout creates a DatastoreConfigurationDeleteDatastoreGatewayTimeout with default headers values

func (*DatastoreConfigurationDeleteDatastoreGatewayTimeout) Error added in v1.0.2

func (*DatastoreConfigurationDeleteDatastoreGatewayTimeout) GetPayload added in v1.0.2

func (*DatastoreConfigurationDeleteDatastoreGatewayTimeout) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreGatewayTimeout) IsCode added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreGatewayTimeout) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreGatewayTimeout) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreGatewayTimeout) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreGatewayTimeout) String added in v1.0.2

type DatastoreConfigurationDeleteDatastoreInternalServerError added in v1.0.2

type DatastoreConfigurationDeleteDatastoreInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationDeleteDatastoreInternalServerError() *DatastoreConfigurationDeleteDatastoreInternalServerError

NewDatastoreConfigurationDeleteDatastoreInternalServerError creates a DatastoreConfigurationDeleteDatastoreInternalServerError with default headers values

func (*DatastoreConfigurationDeleteDatastoreInternalServerError) Error added in v1.0.2

func (*DatastoreConfigurationDeleteDatastoreInternalServerError) GetPayload added in v1.0.2

func (*DatastoreConfigurationDeleteDatastoreInternalServerError) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreInternalServerError) IsCode added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreInternalServerError) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreInternalServerError) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreInternalServerError) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreInternalServerError) String added in v1.0.2

type DatastoreConfigurationDeleteDatastoreNotFound added in v1.0.2

type DatastoreConfigurationDeleteDatastoreNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewDatastoreConfigurationDeleteDatastoreNotFound() *DatastoreConfigurationDeleteDatastoreNotFound

NewDatastoreConfigurationDeleteDatastoreNotFound creates a DatastoreConfigurationDeleteDatastoreNotFound with default headers values

func (*DatastoreConfigurationDeleteDatastoreNotFound) Error added in v1.0.2

func (*DatastoreConfigurationDeleteDatastoreNotFound) GetPayload added in v1.0.2

func (*DatastoreConfigurationDeleteDatastoreNotFound) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreNotFound) IsCode added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreNotFound) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreNotFound) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreNotFound) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreNotFound) String added in v1.0.2

type DatastoreConfigurationDeleteDatastoreOK added in v1.0.2

type DatastoreConfigurationDeleteDatastoreOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewDatastoreConfigurationDeleteDatastoreOK added in v1.0.2

func NewDatastoreConfigurationDeleteDatastoreOK() *DatastoreConfigurationDeleteDatastoreOK

NewDatastoreConfigurationDeleteDatastoreOK creates a DatastoreConfigurationDeleteDatastoreOK with default headers values

func (*DatastoreConfigurationDeleteDatastoreOK) Error added in v1.0.2

func (*DatastoreConfigurationDeleteDatastoreOK) GetPayload added in v1.0.2

func (*DatastoreConfigurationDeleteDatastoreOK) IsClientError added in v1.0.2

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

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

func (*DatastoreConfigurationDeleteDatastoreOK) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreOK) IsServerError added in v1.0.2

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

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

func (*DatastoreConfigurationDeleteDatastoreOK) String added in v1.0.2

type DatastoreConfigurationDeleteDatastoreParams added in v1.0.2

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

func NewDatastoreConfigurationDeleteDatastoreParams() *DatastoreConfigurationDeleteDatastoreParams

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

func NewDatastoreConfigurationDeleteDatastoreParamsWithContext(ctx context.Context) *DatastoreConfigurationDeleteDatastoreParams

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

func NewDatastoreConfigurationDeleteDatastoreParamsWithHTTPClient added in v1.0.2

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

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

SetContext adds the context to the datastore configuration delete datastore params

func (*DatastoreConfigurationDeleteDatastoreParams) SetDefaults added in v1.0.2

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

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

SetHTTPClient adds the HTTPClient to the datastore configuration delete datastore params

func (*DatastoreConfigurationDeleteDatastoreParams) SetID added in v1.0.2

SetID adds the id to the datastore configuration delete datastore params

func (*DatastoreConfigurationDeleteDatastoreParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the datastore configuration delete datastore params

func (*DatastoreConfigurationDeleteDatastoreParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the datastore configuration delete datastore params

func (*DatastoreConfigurationDeleteDatastoreParams) WithContext added in v1.0.2

WithContext adds the context to the datastore configuration delete datastore params

func (*DatastoreConfigurationDeleteDatastoreParams) WithDefaults added in v1.0.2

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

WithHTTPClient adds the HTTPClient to the datastore configuration delete datastore params

func (*DatastoreConfigurationDeleteDatastoreParams) WithID added in v1.0.2

WithID adds the id to the datastore configuration delete datastore params

func (*DatastoreConfigurationDeleteDatastoreParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the datastore configuration delete datastore params

func (*DatastoreConfigurationDeleteDatastoreParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the datastore configuration delete datastore params

func (*DatastoreConfigurationDeleteDatastoreParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type DatastoreConfigurationDeleteDatastoreReader added in v1.0.2

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

DatastoreConfigurationDeleteDatastoreReader is a Reader for the DatastoreConfigurationDeleteDatastore structure.

func (*DatastoreConfigurationDeleteDatastoreReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type DatastoreConfigurationDeleteDatastoreUnauthorized added in v1.0.2

type DatastoreConfigurationDeleteDatastoreUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationDeleteDatastoreUnauthorized() *DatastoreConfigurationDeleteDatastoreUnauthorized

NewDatastoreConfigurationDeleteDatastoreUnauthorized creates a DatastoreConfigurationDeleteDatastoreUnauthorized with default headers values

func (*DatastoreConfigurationDeleteDatastoreUnauthorized) Error added in v1.0.2

func (*DatastoreConfigurationDeleteDatastoreUnauthorized) GetPayload added in v1.0.2

func (*DatastoreConfigurationDeleteDatastoreUnauthorized) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreUnauthorized) IsCode added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreUnauthorized) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreUnauthorized) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreUnauthorized) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationDeleteDatastoreUnauthorized) String added in v1.0.2

type DatastoreConfigurationGetDatastoreByNameDefault added in v1.0.2

type DatastoreConfigurationGetDatastoreByNameDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationGetDatastoreByNameDefault(code int) *DatastoreConfigurationGetDatastoreByNameDefault

NewDatastoreConfigurationGetDatastoreByNameDefault creates a DatastoreConfigurationGetDatastoreByNameDefault with default headers values

func (*DatastoreConfigurationGetDatastoreByNameDefault) Code added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameDefault) Error added in v1.0.2

func (*DatastoreConfigurationGetDatastoreByNameDefault) GetPayload added in v1.0.2

func (*DatastoreConfigurationGetDatastoreByNameDefault) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameDefault) IsCode added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameDefault) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameDefault) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameDefault) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameDefault) String added in v1.0.2

type DatastoreConfigurationGetDatastoreByNameForbidden added in v1.0.2

type DatastoreConfigurationGetDatastoreByNameForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationGetDatastoreByNameForbidden() *DatastoreConfigurationGetDatastoreByNameForbidden

NewDatastoreConfigurationGetDatastoreByNameForbidden creates a DatastoreConfigurationGetDatastoreByNameForbidden with default headers values

func (*DatastoreConfigurationGetDatastoreByNameForbidden) Error added in v1.0.2

func (*DatastoreConfigurationGetDatastoreByNameForbidden) GetPayload added in v1.0.2

func (*DatastoreConfigurationGetDatastoreByNameForbidden) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameForbidden) IsCode added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameForbidden) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameForbidden) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameForbidden) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameForbidden) String added in v1.0.2

type DatastoreConfigurationGetDatastoreByNameGatewayTimeout added in v1.0.2

type DatastoreConfigurationGetDatastoreByNameGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationGetDatastoreByNameGatewayTimeout() *DatastoreConfigurationGetDatastoreByNameGatewayTimeout

NewDatastoreConfigurationGetDatastoreByNameGatewayTimeout creates a DatastoreConfigurationGetDatastoreByNameGatewayTimeout with default headers values

func (*DatastoreConfigurationGetDatastoreByNameGatewayTimeout) Error added in v1.0.2

func (*DatastoreConfigurationGetDatastoreByNameGatewayTimeout) GetPayload added in v1.0.2

func (*DatastoreConfigurationGetDatastoreByNameGatewayTimeout) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameGatewayTimeout) IsCode added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameGatewayTimeout) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameGatewayTimeout) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameGatewayTimeout) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameGatewayTimeout) String added in v1.0.2

type DatastoreConfigurationGetDatastoreByNameInternalServerError added in v1.0.2

type DatastoreConfigurationGetDatastoreByNameInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationGetDatastoreByNameInternalServerError() *DatastoreConfigurationGetDatastoreByNameInternalServerError

NewDatastoreConfigurationGetDatastoreByNameInternalServerError creates a DatastoreConfigurationGetDatastoreByNameInternalServerError with default headers values

func (*DatastoreConfigurationGetDatastoreByNameInternalServerError) Error added in v1.0.2

func (*DatastoreConfigurationGetDatastoreByNameInternalServerError) GetPayload added in v1.0.2

func (*DatastoreConfigurationGetDatastoreByNameInternalServerError) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameInternalServerError) IsCode added in v1.0.2

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

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

func (*DatastoreConfigurationGetDatastoreByNameInternalServerError) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameInternalServerError) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameInternalServerError) String added in v1.0.2

type DatastoreConfigurationGetDatastoreByNameNotFound added in v1.0.2

type DatastoreConfigurationGetDatastoreByNameNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationGetDatastoreByNameNotFound() *DatastoreConfigurationGetDatastoreByNameNotFound

NewDatastoreConfigurationGetDatastoreByNameNotFound creates a DatastoreConfigurationGetDatastoreByNameNotFound with default headers values

func (*DatastoreConfigurationGetDatastoreByNameNotFound) Error added in v1.0.2

func (*DatastoreConfigurationGetDatastoreByNameNotFound) GetPayload added in v1.0.2

func (*DatastoreConfigurationGetDatastoreByNameNotFound) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameNotFound) IsCode added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameNotFound) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameNotFound) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameNotFound) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameNotFound) String added in v1.0.2

type DatastoreConfigurationGetDatastoreByNameOK added in v1.0.2

type DatastoreConfigurationGetDatastoreByNameOK struct {
	Payload *swagger_models.DatastoreInfo
}

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

A successful response.

func NewDatastoreConfigurationGetDatastoreByNameOK added in v1.0.2

func NewDatastoreConfigurationGetDatastoreByNameOK() *DatastoreConfigurationGetDatastoreByNameOK

NewDatastoreConfigurationGetDatastoreByNameOK creates a DatastoreConfigurationGetDatastoreByNameOK with default headers values

func (*DatastoreConfigurationGetDatastoreByNameOK) Error added in v1.0.2

func (*DatastoreConfigurationGetDatastoreByNameOK) GetPayload added in v1.0.2

func (*DatastoreConfigurationGetDatastoreByNameOK) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameOK) IsCode added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameOK) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameOK) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameOK) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameOK) String added in v1.0.2

type DatastoreConfigurationGetDatastoreByNameParams added in v1.0.2

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

func NewDatastoreConfigurationGetDatastoreByNameParams() *DatastoreConfigurationGetDatastoreByNameParams

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

func NewDatastoreConfigurationGetDatastoreByNameParamsWithContext(ctx context.Context) *DatastoreConfigurationGetDatastoreByNameParams

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

func NewDatastoreConfigurationGetDatastoreByNameParamsWithHTTPClient added in v1.0.2

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

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

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

func (*DatastoreConfigurationGetDatastoreByNameParams) SetDefaults added in v1.0.2

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

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

func (*DatastoreConfigurationGetDatastoreByNameParams) SetName added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameParams) SetTimeout added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameParams) SetXRequestID added in v1.0.2

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

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

func (*DatastoreConfigurationGetDatastoreByNameParams) WithContext added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameParams) WithDefaults added in v1.0.2

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

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

func (*DatastoreConfigurationGetDatastoreByNameParams) WithName added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameParams) WithTimeout added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameParams) WithXRequestID added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type DatastoreConfigurationGetDatastoreByNameReader added in v1.0.2

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

DatastoreConfigurationGetDatastoreByNameReader is a Reader for the DatastoreConfigurationGetDatastoreByName structure.

func (*DatastoreConfigurationGetDatastoreByNameReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type DatastoreConfigurationGetDatastoreByNameUnauthorized added in v1.0.2

type DatastoreConfigurationGetDatastoreByNameUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationGetDatastoreByNameUnauthorized() *DatastoreConfigurationGetDatastoreByNameUnauthorized

NewDatastoreConfigurationGetDatastoreByNameUnauthorized creates a DatastoreConfigurationGetDatastoreByNameUnauthorized with default headers values

func (*DatastoreConfigurationGetDatastoreByNameUnauthorized) Error added in v1.0.2

func (*DatastoreConfigurationGetDatastoreByNameUnauthorized) GetPayload added in v1.0.2

func (*DatastoreConfigurationGetDatastoreByNameUnauthorized) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameUnauthorized) IsCode added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameUnauthorized) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameUnauthorized) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameUnauthorized) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreByNameUnauthorized) String added in v1.0.2

type DatastoreConfigurationGetDatastoreDefault added in v1.0.2

type DatastoreConfigurationGetDatastoreDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationGetDatastoreDefault(code int) *DatastoreConfigurationGetDatastoreDefault

NewDatastoreConfigurationGetDatastoreDefault creates a DatastoreConfigurationGetDatastoreDefault with default headers values

func (*DatastoreConfigurationGetDatastoreDefault) Code added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreDefault) Error added in v1.0.2

func (*DatastoreConfigurationGetDatastoreDefault) GetPayload added in v1.0.2

func (*DatastoreConfigurationGetDatastoreDefault) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreDefault) IsCode added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreDefault) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreDefault) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreDefault) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreDefault) String added in v1.0.2

type DatastoreConfigurationGetDatastoreForbidden added in v1.0.2

type DatastoreConfigurationGetDatastoreForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationGetDatastoreForbidden() *DatastoreConfigurationGetDatastoreForbidden

NewDatastoreConfigurationGetDatastoreForbidden creates a DatastoreConfigurationGetDatastoreForbidden with default headers values

func (*DatastoreConfigurationGetDatastoreForbidden) Error added in v1.0.2

func (*DatastoreConfigurationGetDatastoreForbidden) GetPayload added in v1.0.2

func (*DatastoreConfigurationGetDatastoreForbidden) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreForbidden) IsCode added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreForbidden) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreForbidden) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreForbidden) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreForbidden) String added in v1.0.2

type DatastoreConfigurationGetDatastoreGatewayTimeout added in v1.0.2

type DatastoreConfigurationGetDatastoreGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationGetDatastoreGatewayTimeout() *DatastoreConfigurationGetDatastoreGatewayTimeout

NewDatastoreConfigurationGetDatastoreGatewayTimeout creates a DatastoreConfigurationGetDatastoreGatewayTimeout with default headers values

func (*DatastoreConfigurationGetDatastoreGatewayTimeout) Error added in v1.0.2

func (*DatastoreConfigurationGetDatastoreGatewayTimeout) GetPayload added in v1.0.2

func (*DatastoreConfigurationGetDatastoreGatewayTimeout) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreGatewayTimeout) IsCode added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreGatewayTimeout) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreGatewayTimeout) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreGatewayTimeout) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreGatewayTimeout) String added in v1.0.2

type DatastoreConfigurationGetDatastoreInternalServerError added in v1.0.2

type DatastoreConfigurationGetDatastoreInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationGetDatastoreInternalServerError() *DatastoreConfigurationGetDatastoreInternalServerError

NewDatastoreConfigurationGetDatastoreInternalServerError creates a DatastoreConfigurationGetDatastoreInternalServerError with default headers values

func (*DatastoreConfigurationGetDatastoreInternalServerError) Error added in v1.0.2

func (*DatastoreConfigurationGetDatastoreInternalServerError) GetPayload added in v1.0.2

func (*DatastoreConfigurationGetDatastoreInternalServerError) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreInternalServerError) IsCode added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreInternalServerError) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreInternalServerError) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreInternalServerError) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreInternalServerError) String added in v1.0.2

type DatastoreConfigurationGetDatastoreNotFound added in v1.0.2

type DatastoreConfigurationGetDatastoreNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewDatastoreConfigurationGetDatastoreNotFound() *DatastoreConfigurationGetDatastoreNotFound

NewDatastoreConfigurationGetDatastoreNotFound creates a DatastoreConfigurationGetDatastoreNotFound with default headers values

func (*DatastoreConfigurationGetDatastoreNotFound) Error added in v1.0.2

func (*DatastoreConfigurationGetDatastoreNotFound) GetPayload added in v1.0.2

func (*DatastoreConfigurationGetDatastoreNotFound) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreNotFound) IsCode added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreNotFound) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreNotFound) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreNotFound) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreNotFound) String added in v1.0.2

type DatastoreConfigurationGetDatastoreOK added in v1.0.2

type DatastoreConfigurationGetDatastoreOK struct {
	Payload *swagger_models.DatastoreInfo
}

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

A successful response.

func NewDatastoreConfigurationGetDatastoreOK added in v1.0.2

func NewDatastoreConfigurationGetDatastoreOK() *DatastoreConfigurationGetDatastoreOK

NewDatastoreConfigurationGetDatastoreOK creates a DatastoreConfigurationGetDatastoreOK with default headers values

func (*DatastoreConfigurationGetDatastoreOK) Error added in v1.0.2

func (*DatastoreConfigurationGetDatastoreOK) GetPayload added in v1.0.2

func (*DatastoreConfigurationGetDatastoreOK) IsClientError added in v1.0.2

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

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

func (*DatastoreConfigurationGetDatastoreOK) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreOK) IsServerError added in v1.0.2

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

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

func (*DatastoreConfigurationGetDatastoreOK) String added in v1.0.2

type DatastoreConfigurationGetDatastoreParams added in v1.0.2

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

func NewDatastoreConfigurationGetDatastoreParams() *DatastoreConfigurationGetDatastoreParams

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

func NewDatastoreConfigurationGetDatastoreParamsWithContext(ctx context.Context) *DatastoreConfigurationGetDatastoreParams

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

func NewDatastoreConfigurationGetDatastoreParamsWithHTTPClient added in v1.0.2

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

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

SetContext adds the context to the datastore configuration get datastore params

func (*DatastoreConfigurationGetDatastoreParams) SetDefaults added in v1.0.2

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

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

SetHTTPClient adds the HTTPClient to the datastore configuration get datastore params

func (*DatastoreConfigurationGetDatastoreParams) SetID added in v1.0.2

SetID adds the id to the datastore configuration get datastore params

func (*DatastoreConfigurationGetDatastoreParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the datastore configuration get datastore params

func (*DatastoreConfigurationGetDatastoreParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the datastore configuration get datastore params

func (*DatastoreConfigurationGetDatastoreParams) WithContext added in v1.0.2

WithContext adds the context to the datastore configuration get datastore params

func (*DatastoreConfigurationGetDatastoreParams) WithDefaults added in v1.0.2

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

WithHTTPClient adds the HTTPClient to the datastore configuration get datastore params

func (*DatastoreConfigurationGetDatastoreParams) WithID added in v1.0.2

WithID adds the id to the datastore configuration get datastore params

func (*DatastoreConfigurationGetDatastoreParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the datastore configuration get datastore params

func (*DatastoreConfigurationGetDatastoreParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the datastore configuration get datastore params

func (*DatastoreConfigurationGetDatastoreParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type DatastoreConfigurationGetDatastoreReader added in v1.0.2

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

DatastoreConfigurationGetDatastoreReader is a Reader for the DatastoreConfigurationGetDatastore structure.

func (*DatastoreConfigurationGetDatastoreReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type DatastoreConfigurationGetDatastoreUnauthorized added in v1.0.2

type DatastoreConfigurationGetDatastoreUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationGetDatastoreUnauthorized() *DatastoreConfigurationGetDatastoreUnauthorized

NewDatastoreConfigurationGetDatastoreUnauthorized creates a DatastoreConfigurationGetDatastoreUnauthorized with default headers values

func (*DatastoreConfigurationGetDatastoreUnauthorized) Error added in v1.0.2

func (*DatastoreConfigurationGetDatastoreUnauthorized) GetPayload added in v1.0.2

func (*DatastoreConfigurationGetDatastoreUnauthorized) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreUnauthorized) IsCode added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreUnauthorized) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreUnauthorized) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreUnauthorized) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationGetDatastoreUnauthorized) String added in v1.0.2

type DatastoreConfigurationQueryDatastoreProjectListBadRequest added in v1.0.2

type DatastoreConfigurationQueryDatastoreProjectListBadRequest struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationQueryDatastoreProjectListBadRequest() *DatastoreConfigurationQueryDatastoreProjectListBadRequest

NewDatastoreConfigurationQueryDatastoreProjectListBadRequest creates a DatastoreConfigurationQueryDatastoreProjectListBadRequest with default headers values

func (*DatastoreConfigurationQueryDatastoreProjectListBadRequest) Error added in v1.0.2

func (*DatastoreConfigurationQueryDatastoreProjectListBadRequest) GetPayload added in v1.0.2

func (*DatastoreConfigurationQueryDatastoreProjectListBadRequest) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListBadRequest) IsCode added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListBadRequest) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListBadRequest) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListBadRequest) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListBadRequest) String added in v1.0.2

type DatastoreConfigurationQueryDatastoreProjectListDefault added in v1.0.2

type DatastoreConfigurationQueryDatastoreProjectListDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationQueryDatastoreProjectListDefault(code int) *DatastoreConfigurationQueryDatastoreProjectListDefault

NewDatastoreConfigurationQueryDatastoreProjectListDefault creates a DatastoreConfigurationQueryDatastoreProjectListDefault with default headers values

func (*DatastoreConfigurationQueryDatastoreProjectListDefault) Code added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListDefault) Error added in v1.0.2

func (*DatastoreConfigurationQueryDatastoreProjectListDefault) GetPayload added in v1.0.2

func (*DatastoreConfigurationQueryDatastoreProjectListDefault) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListDefault) IsCode added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListDefault) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListDefault) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListDefault) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListDefault) String added in v1.0.2

type DatastoreConfigurationQueryDatastoreProjectListForbidden added in v1.0.2

type DatastoreConfigurationQueryDatastoreProjectListForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationQueryDatastoreProjectListForbidden() *DatastoreConfigurationQueryDatastoreProjectListForbidden

NewDatastoreConfigurationQueryDatastoreProjectListForbidden creates a DatastoreConfigurationQueryDatastoreProjectListForbidden with default headers values

func (*DatastoreConfigurationQueryDatastoreProjectListForbidden) Error added in v1.0.2

func (*DatastoreConfigurationQueryDatastoreProjectListForbidden) GetPayload added in v1.0.2

func (*DatastoreConfigurationQueryDatastoreProjectListForbidden) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListForbidden) IsCode added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListForbidden) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListForbidden) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListForbidden) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListForbidden) String added in v1.0.2

type DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout added in v1.0.2

type DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationQueryDatastoreProjectListGatewayTimeout() *DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout

NewDatastoreConfigurationQueryDatastoreProjectListGatewayTimeout creates a DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout with default headers values

func (*DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout) Error added in v1.0.2

func (*DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout) GetPayload added in v1.0.2

func (*DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout) IsCode added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListGatewayTimeout) String added in v1.0.2

type DatastoreConfigurationQueryDatastoreProjectListInternalServerError added in v1.0.2

type DatastoreConfigurationQueryDatastoreProjectListInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationQueryDatastoreProjectListInternalServerError() *DatastoreConfigurationQueryDatastoreProjectListInternalServerError

NewDatastoreConfigurationQueryDatastoreProjectListInternalServerError creates a DatastoreConfigurationQueryDatastoreProjectListInternalServerError with default headers values

func (*DatastoreConfigurationQueryDatastoreProjectListInternalServerError) Error added in v1.0.2

func (*DatastoreConfigurationQueryDatastoreProjectListInternalServerError) GetPayload added in v1.0.2

func (*DatastoreConfigurationQueryDatastoreProjectListInternalServerError) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListInternalServerError) IsCode added in v1.0.2

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

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

func (*DatastoreConfigurationQueryDatastoreProjectListInternalServerError) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListInternalServerError) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListInternalServerError) String added in v1.0.2

type DatastoreConfigurationQueryDatastoreProjectListOK added in v1.0.2

type DatastoreConfigurationQueryDatastoreProjectListOK struct {
	Payload *swagger_models.DatastoreProjectList
}

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

A successful response.

func NewDatastoreConfigurationQueryDatastoreProjectListOK added in v1.0.2

func NewDatastoreConfigurationQueryDatastoreProjectListOK() *DatastoreConfigurationQueryDatastoreProjectListOK

NewDatastoreConfigurationQueryDatastoreProjectListOK creates a DatastoreConfigurationQueryDatastoreProjectListOK with default headers values

func (*DatastoreConfigurationQueryDatastoreProjectListOK) Error added in v1.0.2

func (*DatastoreConfigurationQueryDatastoreProjectListOK) GetPayload added in v1.0.2

func (*DatastoreConfigurationQueryDatastoreProjectListOK) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListOK) IsCode added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListOK) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListOK) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListOK) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListOK) String added in v1.0.2

type DatastoreConfigurationQueryDatastoreProjectListParams added in v1.0.2

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

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

func NewDatastoreConfigurationQueryDatastoreProjectListParamsWithContext(ctx context.Context) *DatastoreConfigurationQueryDatastoreProjectListParams

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

func NewDatastoreConfigurationQueryDatastoreProjectListParamsWithHTTPClient added in v1.0.2

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

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

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

func (*DatastoreConfigurationQueryDatastoreProjectListParams) SetDefaults added in v1.0.2

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

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

func (*DatastoreConfigurationQueryDatastoreProjectListParams) SetID added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListParams) SetNextOrderBy added in v1.0.2

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

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

func (*DatastoreConfigurationQueryDatastoreProjectListParams) SetNextPageNum added in v1.0.2

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

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

func (*DatastoreConfigurationQueryDatastoreProjectListParams) SetNextPageSize added in v1.0.2

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

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

func (*DatastoreConfigurationQueryDatastoreProjectListParams) SetNextPageToken added in v1.0.2

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

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

func (*DatastoreConfigurationQueryDatastoreProjectListParams) SetNextTotalPages added in v1.0.2

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

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

func (*DatastoreConfigurationQueryDatastoreProjectListParams) SetTimeout added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListParams) SetXRequestID added in v1.0.2

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

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

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WithContext added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WithDefaults added in v1.0.2

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

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

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WithID added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WithNextOrderBy added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WithNextPageNum added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WithNextPageSize added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WithNextPageToken added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WithNextTotalPages added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WithTimeout added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WithXRequestID added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type DatastoreConfigurationQueryDatastoreProjectListReader added in v1.0.2

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

DatastoreConfigurationQueryDatastoreProjectListReader is a Reader for the DatastoreConfigurationQueryDatastoreProjectList structure.

func (*DatastoreConfigurationQueryDatastoreProjectListReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type DatastoreConfigurationQueryDatastoreProjectListUnauthorized added in v1.0.2

type DatastoreConfigurationQueryDatastoreProjectListUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationQueryDatastoreProjectListUnauthorized() *DatastoreConfigurationQueryDatastoreProjectListUnauthorized

NewDatastoreConfigurationQueryDatastoreProjectListUnauthorized creates a DatastoreConfigurationQueryDatastoreProjectListUnauthorized with default headers values

func (*DatastoreConfigurationQueryDatastoreProjectListUnauthorized) Error added in v1.0.2

func (*DatastoreConfigurationQueryDatastoreProjectListUnauthorized) GetPayload added in v1.0.2

func (*DatastoreConfigurationQueryDatastoreProjectListUnauthorized) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListUnauthorized) IsCode added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListUnauthorized) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListUnauthorized) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListUnauthorized) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoreProjectListUnauthorized) String added in v1.0.2

type DatastoreConfigurationQueryDatastoresBadRequest added in v1.0.2

type DatastoreConfigurationQueryDatastoresBadRequest struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationQueryDatastoresBadRequest() *DatastoreConfigurationQueryDatastoresBadRequest

NewDatastoreConfigurationQueryDatastoresBadRequest creates a DatastoreConfigurationQueryDatastoresBadRequest with default headers values

func (*DatastoreConfigurationQueryDatastoresBadRequest) Error added in v1.0.2

func (*DatastoreConfigurationQueryDatastoresBadRequest) GetPayload added in v1.0.2

func (*DatastoreConfigurationQueryDatastoresBadRequest) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresBadRequest) IsCode added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresBadRequest) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresBadRequest) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresBadRequest) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresBadRequest) String added in v1.0.2

type DatastoreConfigurationQueryDatastoresDefault added in v1.0.2

type DatastoreConfigurationQueryDatastoresDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationQueryDatastoresDefault(code int) *DatastoreConfigurationQueryDatastoresDefault

NewDatastoreConfigurationQueryDatastoresDefault creates a DatastoreConfigurationQueryDatastoresDefault with default headers values

func (*DatastoreConfigurationQueryDatastoresDefault) Code added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresDefault) Error added in v1.0.2

func (*DatastoreConfigurationQueryDatastoresDefault) GetPayload added in v1.0.2

func (*DatastoreConfigurationQueryDatastoresDefault) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresDefault) IsCode added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresDefault) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresDefault) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresDefault) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresDefault) String added in v1.0.2

type DatastoreConfigurationQueryDatastoresForbidden added in v1.0.2

type DatastoreConfigurationQueryDatastoresForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationQueryDatastoresForbidden() *DatastoreConfigurationQueryDatastoresForbidden

NewDatastoreConfigurationQueryDatastoresForbidden creates a DatastoreConfigurationQueryDatastoresForbidden with default headers values

func (*DatastoreConfigurationQueryDatastoresForbidden) Error added in v1.0.2

func (*DatastoreConfigurationQueryDatastoresForbidden) GetPayload added in v1.0.2

func (*DatastoreConfigurationQueryDatastoresForbidden) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresForbidden) IsCode added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresForbidden) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresForbidden) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresForbidden) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresForbidden) String added in v1.0.2

type DatastoreConfigurationQueryDatastoresGatewayTimeout added in v1.0.2

type DatastoreConfigurationQueryDatastoresGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationQueryDatastoresGatewayTimeout() *DatastoreConfigurationQueryDatastoresGatewayTimeout

NewDatastoreConfigurationQueryDatastoresGatewayTimeout creates a DatastoreConfigurationQueryDatastoresGatewayTimeout with default headers values

func (*DatastoreConfigurationQueryDatastoresGatewayTimeout) Error added in v1.0.2

func (*DatastoreConfigurationQueryDatastoresGatewayTimeout) GetPayload added in v1.0.2

func (*DatastoreConfigurationQueryDatastoresGatewayTimeout) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresGatewayTimeout) IsCode added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresGatewayTimeout) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresGatewayTimeout) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresGatewayTimeout) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresGatewayTimeout) String added in v1.0.2

type DatastoreConfigurationQueryDatastoresInternalServerError added in v1.0.2

type DatastoreConfigurationQueryDatastoresInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationQueryDatastoresInternalServerError() *DatastoreConfigurationQueryDatastoresInternalServerError

NewDatastoreConfigurationQueryDatastoresInternalServerError creates a DatastoreConfigurationQueryDatastoresInternalServerError with default headers values

func (*DatastoreConfigurationQueryDatastoresInternalServerError) Error added in v1.0.2

func (*DatastoreConfigurationQueryDatastoresInternalServerError) GetPayload added in v1.0.2

func (*DatastoreConfigurationQueryDatastoresInternalServerError) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresInternalServerError) IsCode added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresInternalServerError) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresInternalServerError) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresInternalServerError) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresInternalServerError) String added in v1.0.2

type DatastoreConfigurationQueryDatastoresOK added in v1.0.2

type DatastoreConfigurationQueryDatastoresOK struct {
	Payload *swagger_models.Datastores
}

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

A successful response.

func NewDatastoreConfigurationQueryDatastoresOK added in v1.0.2

func NewDatastoreConfigurationQueryDatastoresOK() *DatastoreConfigurationQueryDatastoresOK

NewDatastoreConfigurationQueryDatastoresOK creates a DatastoreConfigurationQueryDatastoresOK with default headers values

func (*DatastoreConfigurationQueryDatastoresOK) Error added in v1.0.2

func (*DatastoreConfigurationQueryDatastoresOK) GetPayload added in v1.0.2

func (*DatastoreConfigurationQueryDatastoresOK) IsClientError added in v1.0.2

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

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

func (*DatastoreConfigurationQueryDatastoresOK) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresOK) IsServerError added in v1.0.2

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

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

func (*DatastoreConfigurationQueryDatastoresOK) String added in v1.0.2

type DatastoreConfigurationQueryDatastoresParams added in v1.0.2

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

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

func NewDatastoreConfigurationQueryDatastoresParamsWithContext(ctx context.Context) *DatastoreConfigurationQueryDatastoresParams

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

func NewDatastoreConfigurationQueryDatastoresParamsWithHTTPClient added in v1.0.2

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

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

SetContext adds the context to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) SetDefaults added in v1.0.2

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

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

SetFilterDsType adds the filterDsType to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) SetFilterNamePattern added in v1.0.2

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

SetFilterNamePattern adds the filterNamePattern to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) SetNextOrderBy added in v1.0.2

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

SetNextOrderBy adds the nextOrderBy to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) SetNextPageNum added in v1.0.2

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

SetNextPageNum adds the nextPageNum to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) SetNextPageSize added in v1.0.2

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

SetNextPageSize adds the nextPageSize to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) SetNextPageToken added in v1.0.2

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

SetNextPageToken adds the nextPageToken to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) SetNextTotalPages added in v1.0.2

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

SetNextTotalPages adds the nextTotalPages to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) SetSummary added in v1.0.2

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

SetSummary adds the summary to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithContext added in v1.0.2

WithContext adds the context to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithDefaults added in v1.0.2

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

WithFilterDsType adds the filterDsType to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithFilterNamePattern added in v1.0.2

WithFilterNamePattern adds the filterNamePattern to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithNextTotalPages added in v1.0.2

WithNextTotalPages adds the nextTotalPages to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithSummary added in v1.0.2

WithSummary adds the summary to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the datastore configuration query datastores params

func (*DatastoreConfigurationQueryDatastoresParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type DatastoreConfigurationQueryDatastoresReader added in v1.0.2

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

DatastoreConfigurationQueryDatastoresReader is a Reader for the DatastoreConfigurationQueryDatastores structure.

func (*DatastoreConfigurationQueryDatastoresReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type DatastoreConfigurationQueryDatastoresUnauthorized added in v1.0.2

type DatastoreConfigurationQueryDatastoresUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationQueryDatastoresUnauthorized() *DatastoreConfigurationQueryDatastoresUnauthorized

NewDatastoreConfigurationQueryDatastoresUnauthorized creates a DatastoreConfigurationQueryDatastoresUnauthorized with default headers values

func (*DatastoreConfigurationQueryDatastoresUnauthorized) Error added in v1.0.2

func (*DatastoreConfigurationQueryDatastoresUnauthorized) GetPayload added in v1.0.2

func (*DatastoreConfigurationQueryDatastoresUnauthorized) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresUnauthorized) IsCode added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresUnauthorized) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresUnauthorized) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresUnauthorized) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationQueryDatastoresUnauthorized) String added in v1.0.2

type DatastoreConfigurationUpdateDatastoreBody added in v1.0.2

type DatastoreConfigurationUpdateDatastoreBody struct {

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

	// Certificate chain of the certificate
	CertificateChain *swagger_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 *swagger_models.DatastoreStatus `json:"dsStatus,omitempty"`

	// Datastore type
	// Required: true
	DsType *swagger_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 *swagger_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 *swagger_models.ObjectRevision `json:"revision,omitempty"`

	// Plain-text sensitive data
	Secret *swagger_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 added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreBody) MarshalBinary added in v1.0.2

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

MarshalBinary interface implementation

func (*DatastoreConfigurationUpdateDatastoreBody) UnmarshalBinary added in v1.0.2

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

UnmarshalBinary interface implementation

func (*DatastoreConfigurationUpdateDatastoreBody) Validate added in v1.0.2

Validate validates this datastore configuration update datastore body

type DatastoreConfigurationUpdateDatastoreConflict added in v1.0.2

type DatastoreConfigurationUpdateDatastoreConflict struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationUpdateDatastoreConflict() *DatastoreConfigurationUpdateDatastoreConflict

NewDatastoreConfigurationUpdateDatastoreConflict creates a DatastoreConfigurationUpdateDatastoreConflict with default headers values

func (*DatastoreConfigurationUpdateDatastoreConflict) Error added in v1.0.2

func (*DatastoreConfigurationUpdateDatastoreConflict) GetPayload added in v1.0.2

func (*DatastoreConfigurationUpdateDatastoreConflict) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreConflict) IsCode added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreConflict) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreConflict) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreConflict) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreConflict) String added in v1.0.2

type DatastoreConfigurationUpdateDatastoreDefault added in v1.0.2

type DatastoreConfigurationUpdateDatastoreDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationUpdateDatastoreDefault(code int) *DatastoreConfigurationUpdateDatastoreDefault

NewDatastoreConfigurationUpdateDatastoreDefault creates a DatastoreConfigurationUpdateDatastoreDefault with default headers values

func (*DatastoreConfigurationUpdateDatastoreDefault) Code added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreDefault) Error added in v1.0.2

func (*DatastoreConfigurationUpdateDatastoreDefault) GetPayload added in v1.0.2

func (*DatastoreConfigurationUpdateDatastoreDefault) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreDefault) IsCode added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreDefault) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreDefault) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreDefault) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreDefault) String added in v1.0.2

type DatastoreConfigurationUpdateDatastoreForbidden added in v1.0.2

type DatastoreConfigurationUpdateDatastoreForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationUpdateDatastoreForbidden() *DatastoreConfigurationUpdateDatastoreForbidden

NewDatastoreConfigurationUpdateDatastoreForbidden creates a DatastoreConfigurationUpdateDatastoreForbidden with default headers values

func (*DatastoreConfigurationUpdateDatastoreForbidden) Error added in v1.0.2

func (*DatastoreConfigurationUpdateDatastoreForbidden) GetPayload added in v1.0.2

func (*DatastoreConfigurationUpdateDatastoreForbidden) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreForbidden) IsCode added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreForbidden) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreForbidden) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreForbidden) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreForbidden) String added in v1.0.2

type DatastoreConfigurationUpdateDatastoreGatewayTimeout added in v1.0.2

type DatastoreConfigurationUpdateDatastoreGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationUpdateDatastoreGatewayTimeout() *DatastoreConfigurationUpdateDatastoreGatewayTimeout

NewDatastoreConfigurationUpdateDatastoreGatewayTimeout creates a DatastoreConfigurationUpdateDatastoreGatewayTimeout with default headers values

func (*DatastoreConfigurationUpdateDatastoreGatewayTimeout) Error added in v1.0.2

func (*DatastoreConfigurationUpdateDatastoreGatewayTimeout) GetPayload added in v1.0.2

func (*DatastoreConfigurationUpdateDatastoreGatewayTimeout) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreGatewayTimeout) IsCode added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreGatewayTimeout) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreGatewayTimeout) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreGatewayTimeout) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreGatewayTimeout) String added in v1.0.2

type DatastoreConfigurationUpdateDatastoreInternalServerError added in v1.0.2

type DatastoreConfigurationUpdateDatastoreInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationUpdateDatastoreInternalServerError() *DatastoreConfigurationUpdateDatastoreInternalServerError

NewDatastoreConfigurationUpdateDatastoreInternalServerError creates a DatastoreConfigurationUpdateDatastoreInternalServerError with default headers values

func (*DatastoreConfigurationUpdateDatastoreInternalServerError) Error added in v1.0.2

func (*DatastoreConfigurationUpdateDatastoreInternalServerError) GetPayload added in v1.0.2

func (*DatastoreConfigurationUpdateDatastoreInternalServerError) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreInternalServerError) IsCode added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreInternalServerError) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreInternalServerError) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreInternalServerError) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreInternalServerError) String added in v1.0.2

type DatastoreConfigurationUpdateDatastoreNotFound added in v1.0.2

type DatastoreConfigurationUpdateDatastoreNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationUpdateDatastoreNotFound() *DatastoreConfigurationUpdateDatastoreNotFound

NewDatastoreConfigurationUpdateDatastoreNotFound creates a DatastoreConfigurationUpdateDatastoreNotFound with default headers values

func (*DatastoreConfigurationUpdateDatastoreNotFound) Error added in v1.0.2

func (*DatastoreConfigurationUpdateDatastoreNotFound) GetPayload added in v1.0.2

func (*DatastoreConfigurationUpdateDatastoreNotFound) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreNotFound) IsCode added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreNotFound) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreNotFound) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreNotFound) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreNotFound) String added in v1.0.2

type DatastoreConfigurationUpdateDatastoreOK added in v1.0.2

type DatastoreConfigurationUpdateDatastoreOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewDatastoreConfigurationUpdateDatastoreOK added in v1.0.2

func NewDatastoreConfigurationUpdateDatastoreOK() *DatastoreConfigurationUpdateDatastoreOK

NewDatastoreConfigurationUpdateDatastoreOK creates a DatastoreConfigurationUpdateDatastoreOK with default headers values

func (*DatastoreConfigurationUpdateDatastoreOK) Error added in v1.0.2

func (*DatastoreConfigurationUpdateDatastoreOK) GetPayload added in v1.0.2

func (*DatastoreConfigurationUpdateDatastoreOK) IsClientError added in v1.0.2

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

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

func (*DatastoreConfigurationUpdateDatastoreOK) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreOK) IsServerError added in v1.0.2

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

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

func (*DatastoreConfigurationUpdateDatastoreOK) String added in v1.0.2

type DatastoreConfigurationUpdateDatastoreParams added in v1.0.2

type DatastoreConfigurationUpdateDatastoreParams struct {

	/* XRequestID.

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

	// Body.
	Body DatastoreConfigurationUpdateDatastoreBody

	/* 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 NewDatastoreConfigurationUpdateDatastoreParams added in v1.0.2

func NewDatastoreConfigurationUpdateDatastoreParams() *DatastoreConfigurationUpdateDatastoreParams

NewDatastoreConfigurationUpdateDatastoreParams 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 NewDatastoreConfigurationUpdateDatastoreParamsWithContext added in v1.0.2

func NewDatastoreConfigurationUpdateDatastoreParamsWithContext(ctx context.Context) *DatastoreConfigurationUpdateDatastoreParams

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

func NewDatastoreConfigurationUpdateDatastoreParamsWithHTTPClient added in v1.0.2

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

func NewDatastoreConfigurationUpdateDatastoreParamsWithTimeout(timeout time.Duration) *DatastoreConfigurationUpdateDatastoreParams

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

func (*DatastoreConfigurationUpdateDatastoreParams) SetBody added in v1.0.2

SetBody adds the body to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) SetContext added in v1.0.2

SetContext adds the context to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) SetDefaults added in v1.0.2

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

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

SetHTTPClient adds the HTTPClient to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) SetID added in v1.0.2

SetID adds the id to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) WithBody added in v1.0.2

WithBody adds the body to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) WithContext added in v1.0.2

WithContext adds the context to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) WithDefaults added in v1.0.2

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

WithHTTPClient adds the HTTPClient to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) WithID added in v1.0.2

WithID adds the id to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the datastore configuration update datastore params

func (*DatastoreConfigurationUpdateDatastoreParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type DatastoreConfigurationUpdateDatastoreReader added in v1.0.2

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

DatastoreConfigurationUpdateDatastoreReader is a Reader for the DatastoreConfigurationUpdateDatastore structure.

func (*DatastoreConfigurationUpdateDatastoreReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type DatastoreConfigurationUpdateDatastoreUnauthorized added in v1.0.2

type DatastoreConfigurationUpdateDatastoreUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewDatastoreConfigurationUpdateDatastoreUnauthorized() *DatastoreConfigurationUpdateDatastoreUnauthorized

NewDatastoreConfigurationUpdateDatastoreUnauthorized creates a DatastoreConfigurationUpdateDatastoreUnauthorized with default headers values

func (*DatastoreConfigurationUpdateDatastoreUnauthorized) Error added in v1.0.2

func (*DatastoreConfigurationUpdateDatastoreUnauthorized) GetPayload added in v1.0.2

func (*DatastoreConfigurationUpdateDatastoreUnauthorized) IsClientError added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreUnauthorized) IsCode added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreUnauthorized) IsRedirect added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreUnauthorized) IsServerError added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreUnauthorized) IsSuccess added in v1.0.2

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

func (*DatastoreConfigurationUpdateDatastoreUnauthorized) String added in v1.0.2

Jump to

Keyboard shortcuts

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