configuration_v2

package
v0.77.0 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2025 License: MIT Imports: 16 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 configuration v2 API

func (*Client) DeleteSecretV2 deprecated

Deprecated: 2022-08-10 - Use DeleteSecretV2Short instead.

DeleteSecretV2 delete an environment secret Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SECRET [DELETE]`

Delete an environment secret by its config id

func (*Client) DeleteSecretV2Short

func (a *Client) DeleteSecretV2Short(params *DeleteSecretV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteSecretV2NoContent, error)

DeleteSecretV2Short delete an environment secret Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SECRET [DELETE]`

Delete an environment secret by its config id

func (*Client) DeleteVariableV2 deprecated

Deprecated: 2022-08-10 - Use DeleteVariableV2Short instead.

DeleteVariableV2 delete an environment variable Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:VARIABLE [DELETE]`

Delete an environment variable by its config id

func (*Client) DeleteVariableV2Short

func (a *Client) DeleteVariableV2Short(params *DeleteVariableV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteVariableV2NoContent, error)

DeleteVariableV2Short delete an environment variable Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:VARIABLE [DELETE]`

Delete an environment variable by its config id

func (*Client) GetListOfSecretsV2 deprecated

Deprecated: 2022-08-10 - Use GetListOfSecretsV2Short instead.

GetListOfSecretsV2 get list of environment secrets Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SECRET [READ]`

Get list of environment secrets per app Available Deployment Status: `deployed` = app config is already deployed `undeployed` = app config is not deployed yet and need restart and deploy of the app to be deployed

func (*Client) GetListOfSecretsV2Short

func (a *Client) GetListOfSecretsV2Short(params *GetListOfSecretsV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfSecretsV2OK, error)

GetListOfSecretsV2Short get list of environment secrets Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SECRET [READ]`

Get list of environment secrets per app Available Deployment Status: `deployed` = app config is already deployed `undeployed` = app config is not deployed yet and need restart and deploy of the app to be deployed

func (*Client) GetListOfVariablesV2 deprecated

Deprecated: 2022-08-10 - Use GetListOfVariablesV2Short instead.

GetListOfVariablesV2 get list of environment variables Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:VARIABLE [READ]`

Get list of environment variables per app Available Deployment Status: `deployed` = app config is already deployed `undeployed` = app config is not deployed yet and need restart and deploy of the app to be deployed

func (*Client) GetListOfVariablesV2Short

func (a *Client) GetListOfVariablesV2Short(params *GetListOfVariablesV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfVariablesV2OK, error)

GetListOfVariablesV2Short get list of environment variables Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:VARIABLE [READ]`

Get list of environment variables per app Available Deployment Status: `deployed` = app config is already deployed `undeployed` = app config is not deployed yet and need restart and deploy of the app to be deployed

func (*Client) SaveSecretV2 deprecated

Deprecated: 2022-08-10 - Use SaveSecretV2Short instead.

SaveSecretV2 save an environment secret Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SECRET [CREATE]`

Save an environment secret. Request body: - configName : environment secret name - Required. - source : source of the configuration value (plaintext or ssm) - Required. - value : configuration value - Required. - description : description of the configuration - Optional. - applyMask : mask the value in the Helm manifest for sensitive information (true or false) - Optional.

func (*Client) SaveSecretV2Short

func (a *Client) SaveSecretV2Short(params *SaveSecretV2Params, authInfo runtime.ClientAuthInfoWriter) (*SaveSecretV2OK, error)

SaveSecretV2Short save an environment secret Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SECRET [CREATE]`

Save an environment secret. Request body: - configName : environment secret name - Required. - source : source of the configuration value (plaintext or ssm) - Required. - value : configuration value - Required. - description : description of the configuration - Optional. - applyMask : mask the value in the Helm manifest for sensitive information (true or false) - Optional.

func (*Client) SaveVariableV2 deprecated

Deprecated: 2022-08-10 - Use SaveVariableV2Short instead.

SaveVariableV2 save an environment variable Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:VARIABLE [CREATE]`

Save an environment variable. Request body: - configName : environment variable name - Required. - source : source of the configuration value (plaintext or ssm) - Required. - value : configuration value - Required. - description : description of the configuration - Optional. - applyMask : mask the value in the Helm manifest for sensitive information (true or false) - Optional.

func (*Client) SaveVariableV2Short

func (a *Client) SaveVariableV2Short(params *SaveVariableV2Params, authInfo runtime.ClientAuthInfoWriter) (*SaveVariableV2OK, error)

SaveVariableV2Short save an environment variable Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:VARIABLE [CREATE]`

Save an environment variable. Request body: - configName : environment variable name - Required. - source : source of the configuration value (plaintext or ssm) - Required. - value : configuration value - Required. - description : description of the configuration - Optional. - applyMask : mask the value in the Helm manifest for sensitive information (true or false) - Optional.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateSecretV2 deprecated

Deprecated: 2022-08-10 - Use UpdateSecretV2Short instead.

UpdateSecretV2 update an environment secret Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SECRET [UPDATE]`

Update an environment secret. Request body: - value : configuration value - Required. - description : description of the configuration - Optional. - applyMask : mask the value in the Helm manifest for sensitive information (true or false) - Optional.

func (*Client) UpdateSecretV2Short

func (a *Client) UpdateSecretV2Short(params *UpdateSecretV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateSecretV2OK, error)

UpdateSecretV2Short update an environment secret Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SECRET [UPDATE]`

Update an environment secret. Request body: - value : configuration value - Required. - description : description of the configuration - Optional. - applyMask : mask the value in the Helm manifest for sensitive information (true or false) - Optional.

func (*Client) UpdateVariableV2 deprecated

Deprecated: 2022-08-10 - Use UpdateVariableV2Short instead.

UpdateVariableV2 update an environment variable Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:VARIABLE [UPDATE]`

Update an environment variable. Request body: - value : configuration value - Required. - description : description of the configuration - Optional. - applyMask : mask the value in the Helm manifest for sensitive information (true or false) - Optional.

func (*Client) UpdateVariableV2Short

func (a *Client) UpdateVariableV2Short(params *UpdateVariableV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateVariableV2OK, error)

UpdateVariableV2Short update an environment variable Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:VARIABLE [UPDATE]`

Update an environment variable. Request body: - value : configuration value - Required. - description : description of the configuration - Optional. - applyMask : mask the value in the Helm manifest for sensitive information (true or false) - Optional.

type ClientService

type ClientService interface {
	GetListOfSecretsV2(params *GetListOfSecretsV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfSecretsV2OK, *GetListOfSecretsV2BadRequest, *GetListOfSecretsV2Unauthorized, *GetListOfSecretsV2Forbidden, *GetListOfSecretsV2NotFound, *GetListOfSecretsV2InternalServerError, error)
	GetListOfSecretsV2Short(params *GetListOfSecretsV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfSecretsV2OK, error)
	SaveSecretV2(params *SaveSecretV2Params, authInfo runtime.ClientAuthInfoWriter) (*SaveSecretV2OK, *SaveSecretV2BadRequest, *SaveSecretV2Unauthorized, *SaveSecretV2Forbidden, *SaveSecretV2InternalServerError, error)
	SaveSecretV2Short(params *SaveSecretV2Params, authInfo runtime.ClientAuthInfoWriter) (*SaveSecretV2OK, error)
	UpdateSecretV2(params *UpdateSecretV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateSecretV2OK, *UpdateSecretV2BadRequest, *UpdateSecretV2Unauthorized, *UpdateSecretV2Forbidden, *UpdateSecretV2InternalServerError, error)
	UpdateSecretV2Short(params *UpdateSecretV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateSecretV2OK, error)
	DeleteSecretV2(params *DeleteSecretV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteSecretV2NoContent, *DeleteSecretV2Unauthorized, *DeleteSecretV2Forbidden, *DeleteSecretV2NotFound, *DeleteSecretV2InternalServerError, error)
	DeleteSecretV2Short(params *DeleteSecretV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteSecretV2NoContent, error)
	GetListOfVariablesV2(params *GetListOfVariablesV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfVariablesV2OK, *GetListOfVariablesV2BadRequest, *GetListOfVariablesV2Unauthorized, *GetListOfVariablesV2Forbidden, *GetListOfVariablesV2NotFound, *GetListOfVariablesV2InternalServerError, error)
	GetListOfVariablesV2Short(params *GetListOfVariablesV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfVariablesV2OK, error)
	SaveVariableV2(params *SaveVariableV2Params, authInfo runtime.ClientAuthInfoWriter) (*SaveVariableV2OK, *SaveVariableV2BadRequest, *SaveVariableV2Unauthorized, *SaveVariableV2Forbidden, *SaveVariableV2InternalServerError, error)
	SaveVariableV2Short(params *SaveVariableV2Params, authInfo runtime.ClientAuthInfoWriter) (*SaveVariableV2OK, error)
	UpdateVariableV2(params *UpdateVariableV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateVariableV2OK, *UpdateVariableV2BadRequest, *UpdateVariableV2Unauthorized, *UpdateVariableV2Forbidden, *UpdateVariableV2InternalServerError, error)
	UpdateVariableV2Short(params *UpdateVariableV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateVariableV2OK, error)
	DeleteVariableV2(params *DeleteVariableV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteVariableV2NoContent, *DeleteVariableV2Unauthorized, *DeleteVariableV2Forbidden, *DeleteVariableV2NotFound, *DeleteVariableV2InternalServerError, error)
	DeleteVariableV2Short(params *DeleteVariableV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteVariableV2NoContent, 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 configuration v2 API client.

type DeleteSecretV2Forbidden

type DeleteSecretV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteSecretV2Forbidden handles this case with default header values.

Forbidden

func NewDeleteSecretV2Forbidden

func NewDeleteSecretV2Forbidden() *DeleteSecretV2Forbidden

NewDeleteSecretV2Forbidden creates a DeleteSecretV2Forbidden with default headers values

func (*DeleteSecretV2Forbidden) Error

func (o *DeleteSecretV2Forbidden) Error() string

func (*DeleteSecretV2Forbidden) GetPayload

func (*DeleteSecretV2Forbidden) ToJSONString

func (o *DeleteSecretV2Forbidden) ToJSONString() string

type DeleteSecretV2InternalServerError

type DeleteSecretV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteSecretV2InternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteSecretV2InternalServerError

func NewDeleteSecretV2InternalServerError() *DeleteSecretV2InternalServerError

NewDeleteSecretV2InternalServerError creates a DeleteSecretV2InternalServerError with default headers values

func (*DeleteSecretV2InternalServerError) Error

func (*DeleteSecretV2InternalServerError) GetPayload

func (*DeleteSecretV2InternalServerError) ToJSONString

func (o *DeleteSecretV2InternalServerError) ToJSONString() string

type DeleteSecretV2NoContent

type DeleteSecretV2NoContent struct {
}

DeleteSecretV2NoContent handles this case with default header values.

func NewDeleteSecretV2NoContent

func NewDeleteSecretV2NoContent() *DeleteSecretV2NoContent

NewDeleteSecretV2NoContent creates a DeleteSecretV2NoContent with default headers values

func (*DeleteSecretV2NoContent) Error

func (o *DeleteSecretV2NoContent) Error() string

type DeleteSecretV2NotFound

type DeleteSecretV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteSecretV2NotFound handles this case with default header values.

Not Found

func NewDeleteSecretV2NotFound

func NewDeleteSecretV2NotFound() *DeleteSecretV2NotFound

NewDeleteSecretV2NotFound creates a DeleteSecretV2NotFound with default headers values

func (*DeleteSecretV2NotFound) Error

func (o *DeleteSecretV2NotFound) Error() string

func (*DeleteSecretV2NotFound) GetPayload

func (*DeleteSecretV2NotFound) ToJSONString

func (o *DeleteSecretV2NotFound) ToJSONString() string

type DeleteSecretV2Params

type DeleteSecretV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*App
	  App Name

	*/
	App string
	/*ConfigID
	  Config ID

	*/
	ConfigID string
	/*Namespace
	  Game Namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

DeleteSecretV2Params contains all the parameters to send to the API endpoint for the delete secret v2 operation typically these are written to a http.Request

func NewDeleteSecretV2Params

func NewDeleteSecretV2Params() *DeleteSecretV2Params

NewDeleteSecretV2Params creates a new DeleteSecretV2Params object with the default values initialized.

func NewDeleteSecretV2ParamsWithContext

func NewDeleteSecretV2ParamsWithContext(ctx context.Context) *DeleteSecretV2Params

NewDeleteSecretV2ParamsWithContext creates a new DeleteSecretV2Params object with the default values initialized, and the ability to set a context for a request

func NewDeleteSecretV2ParamsWithHTTPClient

func NewDeleteSecretV2ParamsWithHTTPClient(client *http.Client) *DeleteSecretV2Params

NewDeleteSecretV2ParamsWithHTTPClient creates a new DeleteSecretV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteSecretV2ParamsWithTimeout

func NewDeleteSecretV2ParamsWithTimeout(timeout time.Duration) *DeleteSecretV2Params

NewDeleteSecretV2ParamsWithTimeout creates a new DeleteSecretV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteSecretV2Params) SetApp

func (o *DeleteSecretV2Params) SetApp(app string)

SetApp adds the app to the delete secret v2 params

func (*DeleteSecretV2Params) SetAuthInfoWriter

func (o *DeleteSecretV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the delete secret v2 params

func (*DeleteSecretV2Params) SetConfigID

func (o *DeleteSecretV2Params) SetConfigID(configID string)

SetConfigID adds the configId to the delete secret v2 params

func (*DeleteSecretV2Params) SetContext

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

SetContext adds the context to the delete secret v2 params

func (*DeleteSecretV2Params) SetFlightId

func (o *DeleteSecretV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*DeleteSecretV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete secret v2 params

func (*DeleteSecretV2Params) SetHTTPClientTransport

func (o *DeleteSecretV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the delete secret v2 params

func (*DeleteSecretV2Params) SetNamespace

func (o *DeleteSecretV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete secret v2 params

func (*DeleteSecretV2Params) SetTimeout

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

SetTimeout adds the timeout to the delete secret v2 params

func (*DeleteSecretV2Params) WithApp

WithApp adds the app to the delete secret v2 params

func (*DeleteSecretV2Params) WithConfigID

func (o *DeleteSecretV2Params) WithConfigID(configID string) *DeleteSecretV2Params

WithConfigID adds the configID to the delete secret v2 params

func (*DeleteSecretV2Params) WithContext

WithContext adds the context to the delete secret v2 params

func (*DeleteSecretV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete secret v2 params

func (*DeleteSecretV2Params) WithNamespace

func (o *DeleteSecretV2Params) WithNamespace(namespace string) *DeleteSecretV2Params

WithNamespace adds the namespace to the delete secret v2 params

func (*DeleteSecretV2Params) WithTimeout

func (o *DeleteSecretV2Params) WithTimeout(timeout time.Duration) *DeleteSecretV2Params

WithTimeout adds the timeout to the delete secret v2 params

func (*DeleteSecretV2Params) WriteToRequest

func (o *DeleteSecretV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteSecretV2Reader

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

DeleteSecretV2Reader is a Reader for the DeleteSecretV2 structure.

func (*DeleteSecretV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteSecretV2Unauthorized

type DeleteSecretV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteSecretV2Unauthorized handles this case with default header values.

Unauthorized

func NewDeleteSecretV2Unauthorized

func NewDeleteSecretV2Unauthorized() *DeleteSecretV2Unauthorized

NewDeleteSecretV2Unauthorized creates a DeleteSecretV2Unauthorized with default headers values

func (*DeleteSecretV2Unauthorized) Error

func (*DeleteSecretV2Unauthorized) GetPayload

func (*DeleteSecretV2Unauthorized) ToJSONString

func (o *DeleteSecretV2Unauthorized) ToJSONString() string

type DeleteVariableV2Forbidden

type DeleteVariableV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteVariableV2Forbidden handles this case with default header values.

Forbidden

func NewDeleteVariableV2Forbidden

func NewDeleteVariableV2Forbidden() *DeleteVariableV2Forbidden

NewDeleteVariableV2Forbidden creates a DeleteVariableV2Forbidden with default headers values

func (*DeleteVariableV2Forbidden) Error

func (o *DeleteVariableV2Forbidden) Error() string

func (*DeleteVariableV2Forbidden) GetPayload

func (*DeleteVariableV2Forbidden) ToJSONString

func (o *DeleteVariableV2Forbidden) ToJSONString() string

type DeleteVariableV2InternalServerError

type DeleteVariableV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteVariableV2InternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteVariableV2InternalServerError

func NewDeleteVariableV2InternalServerError() *DeleteVariableV2InternalServerError

NewDeleteVariableV2InternalServerError creates a DeleteVariableV2InternalServerError with default headers values

func (*DeleteVariableV2InternalServerError) Error

func (*DeleteVariableV2InternalServerError) GetPayload

func (*DeleteVariableV2InternalServerError) ToJSONString

func (o *DeleteVariableV2InternalServerError) ToJSONString() string

type DeleteVariableV2NoContent

type DeleteVariableV2NoContent struct {
}

DeleteVariableV2NoContent handles this case with default header values.

func NewDeleteVariableV2NoContent

func NewDeleteVariableV2NoContent() *DeleteVariableV2NoContent

NewDeleteVariableV2NoContent creates a DeleteVariableV2NoContent with default headers values

func (*DeleteVariableV2NoContent) Error

func (o *DeleteVariableV2NoContent) Error() string

type DeleteVariableV2NotFound

type DeleteVariableV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteVariableV2NotFound handles this case with default header values.

Not Found

func NewDeleteVariableV2NotFound

func NewDeleteVariableV2NotFound() *DeleteVariableV2NotFound

NewDeleteVariableV2NotFound creates a DeleteVariableV2NotFound with default headers values

func (*DeleteVariableV2NotFound) Error

func (o *DeleteVariableV2NotFound) Error() string

func (*DeleteVariableV2NotFound) GetPayload

func (*DeleteVariableV2NotFound) ToJSONString

func (o *DeleteVariableV2NotFound) ToJSONString() string

type DeleteVariableV2Params

type DeleteVariableV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*App
	  App Name

	*/
	App string
	/*ConfigID
	  Config ID

	*/
	ConfigID string
	/*Namespace
	  Game Namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

DeleteVariableV2Params contains all the parameters to send to the API endpoint for the delete variable v2 operation typically these are written to a http.Request

func NewDeleteVariableV2Params

func NewDeleteVariableV2Params() *DeleteVariableV2Params

NewDeleteVariableV2Params creates a new DeleteVariableV2Params object with the default values initialized.

func NewDeleteVariableV2ParamsWithContext

func NewDeleteVariableV2ParamsWithContext(ctx context.Context) *DeleteVariableV2Params

NewDeleteVariableV2ParamsWithContext creates a new DeleteVariableV2Params object with the default values initialized, and the ability to set a context for a request

func NewDeleteVariableV2ParamsWithHTTPClient

func NewDeleteVariableV2ParamsWithHTTPClient(client *http.Client) *DeleteVariableV2Params

NewDeleteVariableV2ParamsWithHTTPClient creates a new DeleteVariableV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteVariableV2ParamsWithTimeout

func NewDeleteVariableV2ParamsWithTimeout(timeout time.Duration) *DeleteVariableV2Params

NewDeleteVariableV2ParamsWithTimeout creates a new DeleteVariableV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteVariableV2Params) SetApp

func (o *DeleteVariableV2Params) SetApp(app string)

SetApp adds the app to the delete variable v2 params

func (*DeleteVariableV2Params) SetAuthInfoWriter

func (o *DeleteVariableV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the delete variable v2 params

func (*DeleteVariableV2Params) SetConfigID

func (o *DeleteVariableV2Params) SetConfigID(configID string)

SetConfigID adds the configId to the delete variable v2 params

func (*DeleteVariableV2Params) SetContext

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

SetContext adds the context to the delete variable v2 params

func (*DeleteVariableV2Params) SetFlightId

func (o *DeleteVariableV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*DeleteVariableV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete variable v2 params

func (*DeleteVariableV2Params) SetHTTPClientTransport

func (o *DeleteVariableV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the delete variable v2 params

func (*DeleteVariableV2Params) SetNamespace

func (o *DeleteVariableV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete variable v2 params

func (*DeleteVariableV2Params) SetTimeout

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

SetTimeout adds the timeout to the delete variable v2 params

func (*DeleteVariableV2Params) WithApp

WithApp adds the app to the delete variable v2 params

func (*DeleteVariableV2Params) WithConfigID

func (o *DeleteVariableV2Params) WithConfigID(configID string) *DeleteVariableV2Params

WithConfigID adds the configID to the delete variable v2 params

func (*DeleteVariableV2Params) WithContext

WithContext adds the context to the delete variable v2 params

func (*DeleteVariableV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete variable v2 params

func (*DeleteVariableV2Params) WithNamespace

func (o *DeleteVariableV2Params) WithNamespace(namespace string) *DeleteVariableV2Params

WithNamespace adds the namespace to the delete variable v2 params

func (*DeleteVariableV2Params) WithTimeout

WithTimeout adds the timeout to the delete variable v2 params

func (*DeleteVariableV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteVariableV2Reader

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

DeleteVariableV2Reader is a Reader for the DeleteVariableV2 structure.

func (*DeleteVariableV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteVariableV2Unauthorized

type DeleteVariableV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteVariableV2Unauthorized handles this case with default header values.

Unauthorized

func NewDeleteVariableV2Unauthorized

func NewDeleteVariableV2Unauthorized() *DeleteVariableV2Unauthorized

NewDeleteVariableV2Unauthorized creates a DeleteVariableV2Unauthorized with default headers values

func (*DeleteVariableV2Unauthorized) Error

func (*DeleteVariableV2Unauthorized) GetPayload

func (*DeleteVariableV2Unauthorized) ToJSONString

func (o *DeleteVariableV2Unauthorized) ToJSONString() string

type GetListOfSecretsV2BadRequest

type GetListOfSecretsV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetListOfSecretsV2BadRequest handles this case with default header values.

Bad Request

func NewGetListOfSecretsV2BadRequest

func NewGetListOfSecretsV2BadRequest() *GetListOfSecretsV2BadRequest

NewGetListOfSecretsV2BadRequest creates a GetListOfSecretsV2BadRequest with default headers values

func (*GetListOfSecretsV2BadRequest) Error

func (*GetListOfSecretsV2BadRequest) GetPayload

func (*GetListOfSecretsV2BadRequest) ToJSONString

func (o *GetListOfSecretsV2BadRequest) ToJSONString() string

type GetListOfSecretsV2Forbidden

type GetListOfSecretsV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetListOfSecretsV2Forbidden handles this case with default header values.

Forbidden

func NewGetListOfSecretsV2Forbidden

func NewGetListOfSecretsV2Forbidden() *GetListOfSecretsV2Forbidden

NewGetListOfSecretsV2Forbidden creates a GetListOfSecretsV2Forbidden with default headers values

func (*GetListOfSecretsV2Forbidden) Error

func (*GetListOfSecretsV2Forbidden) GetPayload

func (*GetListOfSecretsV2Forbidden) ToJSONString

func (o *GetListOfSecretsV2Forbidden) ToJSONString() string

type GetListOfSecretsV2InternalServerError

type GetListOfSecretsV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetListOfSecretsV2InternalServerError handles this case with default header values.

Internal Server Error

func NewGetListOfSecretsV2InternalServerError

func NewGetListOfSecretsV2InternalServerError() *GetListOfSecretsV2InternalServerError

NewGetListOfSecretsV2InternalServerError creates a GetListOfSecretsV2InternalServerError with default headers values

func (*GetListOfSecretsV2InternalServerError) Error

func (*GetListOfSecretsV2InternalServerError) GetPayload

func (*GetListOfSecretsV2InternalServerError) ToJSONString

type GetListOfSecretsV2NotFound

type GetListOfSecretsV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetListOfSecretsV2NotFound handles this case with default header values.

Not Found

func NewGetListOfSecretsV2NotFound

func NewGetListOfSecretsV2NotFound() *GetListOfSecretsV2NotFound

NewGetListOfSecretsV2NotFound creates a GetListOfSecretsV2NotFound with default headers values

func (*GetListOfSecretsV2NotFound) Error

func (*GetListOfSecretsV2NotFound) GetPayload

func (*GetListOfSecretsV2NotFound) ToJSONString

func (o *GetListOfSecretsV2NotFound) ToJSONString() string

type GetListOfSecretsV2OK

type GetListOfSecretsV2OK struct {
	Payload *csmclientmodels.ApimodelGetListOfConfigurationsV2Response
}

GetListOfSecretsV2OK handles this case with default header values.

func NewGetListOfSecretsV2OK

func NewGetListOfSecretsV2OK() *GetListOfSecretsV2OK

NewGetListOfSecretsV2OK creates a GetListOfSecretsV2OK with default headers values

func (*GetListOfSecretsV2OK) Error

func (o *GetListOfSecretsV2OK) Error() string

func (*GetListOfSecretsV2OK) GetPayload

func (*GetListOfSecretsV2OK) ToJSONString

func (o *GetListOfSecretsV2OK) ToJSONString() string

type GetListOfSecretsV2Params

type GetListOfSecretsV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*App
	  App Name

	*/
	App string
	/*Namespace
	  Game Namespace

	*/
	Namespace string
	/*Limit
	  Limit

	*/
	Limit *int64
	/*Offset
	  Offset

	*/
	Offset *int64

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetListOfSecretsV2Params contains all the parameters to send to the API endpoint for the get list of secrets v2 operation typically these are written to a http.Request

func NewGetListOfSecretsV2Params

func NewGetListOfSecretsV2Params() *GetListOfSecretsV2Params

NewGetListOfSecretsV2Params creates a new GetListOfSecretsV2Params object with the default values initialized.

func NewGetListOfSecretsV2ParamsWithContext

func NewGetListOfSecretsV2ParamsWithContext(ctx context.Context) *GetListOfSecretsV2Params

NewGetListOfSecretsV2ParamsWithContext creates a new GetListOfSecretsV2Params object with the default values initialized, and the ability to set a context for a request

func NewGetListOfSecretsV2ParamsWithHTTPClient

func NewGetListOfSecretsV2ParamsWithHTTPClient(client *http.Client) *GetListOfSecretsV2Params

NewGetListOfSecretsV2ParamsWithHTTPClient creates a new GetListOfSecretsV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetListOfSecretsV2ParamsWithTimeout

func NewGetListOfSecretsV2ParamsWithTimeout(timeout time.Duration) *GetListOfSecretsV2Params

NewGetListOfSecretsV2ParamsWithTimeout creates a new GetListOfSecretsV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*GetListOfSecretsV2Params) SetApp

func (o *GetListOfSecretsV2Params) SetApp(app string)

SetApp adds the app to the get list of secrets v2 params

func (*GetListOfSecretsV2Params) SetAuthInfoWriter

func (o *GetListOfSecretsV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get list of secrets v2 params

func (*GetListOfSecretsV2Params) SetContext

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

SetContext adds the context to the get list of secrets v2 params

func (*GetListOfSecretsV2Params) SetFlightId

func (o *GetListOfSecretsV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetListOfSecretsV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get list of secrets v2 params

func (*GetListOfSecretsV2Params) SetHTTPClientTransport

func (o *GetListOfSecretsV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get list of secrets v2 params

func (*GetListOfSecretsV2Params) SetLimit

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

SetLimit adds the limit to the get list of secrets v2 params

func (*GetListOfSecretsV2Params) SetNamespace

func (o *GetListOfSecretsV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get list of secrets v2 params

func (*GetListOfSecretsV2Params) SetOffset

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

SetOffset adds the offset to the get list of secrets v2 params

func (*GetListOfSecretsV2Params) SetTimeout

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

SetTimeout adds the timeout to the get list of secrets v2 params

func (*GetListOfSecretsV2Params) WithApp

WithApp adds the app to the get list of secrets v2 params

func (*GetListOfSecretsV2Params) WithContext

WithContext adds the context to the get list of secrets v2 params

func (*GetListOfSecretsV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get list of secrets v2 params

func (*GetListOfSecretsV2Params) WithLimit

WithLimit adds the limit to the get list of secrets v2 params

func (*GetListOfSecretsV2Params) WithNamespace

func (o *GetListOfSecretsV2Params) WithNamespace(namespace string) *GetListOfSecretsV2Params

WithNamespace adds the namespace to the get list of secrets v2 params

func (*GetListOfSecretsV2Params) WithOffset

WithOffset adds the offset to the get list of secrets v2 params

func (*GetListOfSecretsV2Params) WithTimeout

WithTimeout adds the timeout to the get list of secrets v2 params

func (*GetListOfSecretsV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetListOfSecretsV2Reader

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

GetListOfSecretsV2Reader is a Reader for the GetListOfSecretsV2 structure.

func (*GetListOfSecretsV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetListOfSecretsV2Unauthorized

type GetListOfSecretsV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetListOfSecretsV2Unauthorized handles this case with default header values.

Unauthorized

func NewGetListOfSecretsV2Unauthorized

func NewGetListOfSecretsV2Unauthorized() *GetListOfSecretsV2Unauthorized

NewGetListOfSecretsV2Unauthorized creates a GetListOfSecretsV2Unauthorized with default headers values

func (*GetListOfSecretsV2Unauthorized) Error

func (*GetListOfSecretsV2Unauthorized) GetPayload

func (*GetListOfSecretsV2Unauthorized) ToJSONString

func (o *GetListOfSecretsV2Unauthorized) ToJSONString() string

type GetListOfVariablesV2BadRequest

type GetListOfVariablesV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetListOfVariablesV2BadRequest handles this case with default header values.

Bad Request

func NewGetListOfVariablesV2BadRequest

func NewGetListOfVariablesV2BadRequest() *GetListOfVariablesV2BadRequest

NewGetListOfVariablesV2BadRequest creates a GetListOfVariablesV2BadRequest with default headers values

func (*GetListOfVariablesV2BadRequest) Error

func (*GetListOfVariablesV2BadRequest) GetPayload

func (*GetListOfVariablesV2BadRequest) ToJSONString

func (o *GetListOfVariablesV2BadRequest) ToJSONString() string

type GetListOfVariablesV2Forbidden

type GetListOfVariablesV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetListOfVariablesV2Forbidden handles this case with default header values.

Forbidden

func NewGetListOfVariablesV2Forbidden

func NewGetListOfVariablesV2Forbidden() *GetListOfVariablesV2Forbidden

NewGetListOfVariablesV2Forbidden creates a GetListOfVariablesV2Forbidden with default headers values

func (*GetListOfVariablesV2Forbidden) Error

func (*GetListOfVariablesV2Forbidden) GetPayload

func (*GetListOfVariablesV2Forbidden) ToJSONString

func (o *GetListOfVariablesV2Forbidden) ToJSONString() string

type GetListOfVariablesV2InternalServerError

type GetListOfVariablesV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetListOfVariablesV2InternalServerError handles this case with default header values.

Internal Server Error

func NewGetListOfVariablesV2InternalServerError

func NewGetListOfVariablesV2InternalServerError() *GetListOfVariablesV2InternalServerError

NewGetListOfVariablesV2InternalServerError creates a GetListOfVariablesV2InternalServerError with default headers values

func (*GetListOfVariablesV2InternalServerError) Error

func (*GetListOfVariablesV2InternalServerError) GetPayload

func (*GetListOfVariablesV2InternalServerError) ToJSONString

type GetListOfVariablesV2NotFound

type GetListOfVariablesV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetListOfVariablesV2NotFound handles this case with default header values.

Not Found

func NewGetListOfVariablesV2NotFound

func NewGetListOfVariablesV2NotFound() *GetListOfVariablesV2NotFound

NewGetListOfVariablesV2NotFound creates a GetListOfVariablesV2NotFound with default headers values

func (*GetListOfVariablesV2NotFound) Error

func (*GetListOfVariablesV2NotFound) GetPayload

func (*GetListOfVariablesV2NotFound) ToJSONString

func (o *GetListOfVariablesV2NotFound) ToJSONString() string

type GetListOfVariablesV2OK

type GetListOfVariablesV2OK struct {
	Payload *csmclientmodels.ApimodelGetListOfConfigurationsV2Response
}

GetListOfVariablesV2OK handles this case with default header values.

func NewGetListOfVariablesV2OK

func NewGetListOfVariablesV2OK() *GetListOfVariablesV2OK

NewGetListOfVariablesV2OK creates a GetListOfVariablesV2OK with default headers values

func (*GetListOfVariablesV2OK) Error

func (o *GetListOfVariablesV2OK) Error() string

func (*GetListOfVariablesV2OK) GetPayload

func (*GetListOfVariablesV2OK) ToJSONString

func (o *GetListOfVariablesV2OK) ToJSONString() string

type GetListOfVariablesV2Params

type GetListOfVariablesV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*App
	  App Name

	*/
	App string
	/*Namespace
	  Game Namespace

	*/
	Namespace string
	/*Limit
	  Limit

	*/
	Limit *int64
	/*Offset
	  Offset

	*/
	Offset *int64

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetListOfVariablesV2Params contains all the parameters to send to the API endpoint for the get list of variables v2 operation typically these are written to a http.Request

func NewGetListOfVariablesV2Params

func NewGetListOfVariablesV2Params() *GetListOfVariablesV2Params

NewGetListOfVariablesV2Params creates a new GetListOfVariablesV2Params object with the default values initialized.

func NewGetListOfVariablesV2ParamsWithContext

func NewGetListOfVariablesV2ParamsWithContext(ctx context.Context) *GetListOfVariablesV2Params

NewGetListOfVariablesV2ParamsWithContext creates a new GetListOfVariablesV2Params object with the default values initialized, and the ability to set a context for a request

func NewGetListOfVariablesV2ParamsWithHTTPClient

func NewGetListOfVariablesV2ParamsWithHTTPClient(client *http.Client) *GetListOfVariablesV2Params

NewGetListOfVariablesV2ParamsWithHTTPClient creates a new GetListOfVariablesV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetListOfVariablesV2ParamsWithTimeout

func NewGetListOfVariablesV2ParamsWithTimeout(timeout time.Duration) *GetListOfVariablesV2Params

NewGetListOfVariablesV2ParamsWithTimeout creates a new GetListOfVariablesV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*GetListOfVariablesV2Params) SetApp

func (o *GetListOfVariablesV2Params) SetApp(app string)

SetApp adds the app to the get list of variables v2 params

func (*GetListOfVariablesV2Params) SetAuthInfoWriter

func (o *GetListOfVariablesV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get list of variables v2 params

func (*GetListOfVariablesV2Params) SetContext

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

SetContext adds the context to the get list of variables v2 params

func (*GetListOfVariablesV2Params) SetFlightId

func (o *GetListOfVariablesV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetListOfVariablesV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get list of variables v2 params

func (*GetListOfVariablesV2Params) SetHTTPClientTransport

func (o *GetListOfVariablesV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get list of variables v2 params

func (*GetListOfVariablesV2Params) SetLimit

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

SetLimit adds the limit to the get list of variables v2 params

func (*GetListOfVariablesV2Params) SetNamespace

func (o *GetListOfVariablesV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get list of variables v2 params

func (*GetListOfVariablesV2Params) SetOffset

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

SetOffset adds the offset to the get list of variables v2 params

func (*GetListOfVariablesV2Params) SetTimeout

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

SetTimeout adds the timeout to the get list of variables v2 params

func (*GetListOfVariablesV2Params) WithApp

WithApp adds the app to the get list of variables v2 params

func (*GetListOfVariablesV2Params) WithContext

WithContext adds the context to the get list of variables v2 params

func (*GetListOfVariablesV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get list of variables v2 params

func (*GetListOfVariablesV2Params) WithLimit

WithLimit adds the limit to the get list of variables v2 params

func (*GetListOfVariablesV2Params) WithNamespace

func (o *GetListOfVariablesV2Params) WithNamespace(namespace string) *GetListOfVariablesV2Params

WithNamespace adds the namespace to the get list of variables v2 params

func (*GetListOfVariablesV2Params) WithOffset

WithOffset adds the offset to the get list of variables v2 params

func (*GetListOfVariablesV2Params) WithTimeout

WithTimeout adds the timeout to the get list of variables v2 params

func (*GetListOfVariablesV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetListOfVariablesV2Reader

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

GetListOfVariablesV2Reader is a Reader for the GetListOfVariablesV2 structure.

func (*GetListOfVariablesV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetListOfVariablesV2Unauthorized

type GetListOfVariablesV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetListOfVariablesV2Unauthorized handles this case with default header values.

Unauthorized

func NewGetListOfVariablesV2Unauthorized

func NewGetListOfVariablesV2Unauthorized() *GetListOfVariablesV2Unauthorized

NewGetListOfVariablesV2Unauthorized creates a GetListOfVariablesV2Unauthorized with default headers values

func (*GetListOfVariablesV2Unauthorized) Error

func (*GetListOfVariablesV2Unauthorized) GetPayload

func (*GetListOfVariablesV2Unauthorized) ToJSONString

func (o *GetListOfVariablesV2Unauthorized) ToJSONString() string

type SaveSecretV2BadRequest

type SaveSecretV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

SaveSecretV2BadRequest handles this case with default header values.

Bad Request

func NewSaveSecretV2BadRequest

func NewSaveSecretV2BadRequest() *SaveSecretV2BadRequest

NewSaveSecretV2BadRequest creates a SaveSecretV2BadRequest with default headers values

func (*SaveSecretV2BadRequest) Error

func (o *SaveSecretV2BadRequest) Error() string

func (*SaveSecretV2BadRequest) GetPayload

func (*SaveSecretV2BadRequest) ToJSONString

func (o *SaveSecretV2BadRequest) ToJSONString() string

type SaveSecretV2Forbidden

type SaveSecretV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

SaveSecretV2Forbidden handles this case with default header values.

Forbidden

func NewSaveSecretV2Forbidden

func NewSaveSecretV2Forbidden() *SaveSecretV2Forbidden

NewSaveSecretV2Forbidden creates a SaveSecretV2Forbidden with default headers values

func (*SaveSecretV2Forbidden) Error

func (o *SaveSecretV2Forbidden) Error() string

func (*SaveSecretV2Forbidden) GetPayload

func (*SaveSecretV2Forbidden) ToJSONString

func (o *SaveSecretV2Forbidden) ToJSONString() string

type SaveSecretV2InternalServerError

type SaveSecretV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

SaveSecretV2InternalServerError handles this case with default header values.

Internal Server Error

func NewSaveSecretV2InternalServerError

func NewSaveSecretV2InternalServerError() *SaveSecretV2InternalServerError

NewSaveSecretV2InternalServerError creates a SaveSecretV2InternalServerError with default headers values

func (*SaveSecretV2InternalServerError) Error

func (*SaveSecretV2InternalServerError) GetPayload

func (*SaveSecretV2InternalServerError) ToJSONString

func (o *SaveSecretV2InternalServerError) ToJSONString() string

type SaveSecretV2OK

type SaveSecretV2OK struct {
	Payload *csmclientmodels.ApimodelSaveConfigurationV2Response
}

SaveSecretV2OK handles this case with default header values.

OK

func NewSaveSecretV2OK

func NewSaveSecretV2OK() *SaveSecretV2OK

NewSaveSecretV2OK creates a SaveSecretV2OK with default headers values

func (*SaveSecretV2OK) Error

func (o *SaveSecretV2OK) Error() string

func (*SaveSecretV2OK) GetPayload

func (*SaveSecretV2OK) ToJSONString

func (o *SaveSecretV2OK) ToJSONString() string

type SaveSecretV2Params

type SaveSecretV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *csmclientmodels.ApimodelSaveConfigurationV2Request
	/*App
	  App Name

	*/
	App string
	/*Namespace
	  Game Namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

SaveSecretV2Params contains all the parameters to send to the API endpoint for the save secret v2 operation typically these are written to a http.Request

func NewSaveSecretV2Params

func NewSaveSecretV2Params() *SaveSecretV2Params

NewSaveSecretV2Params creates a new SaveSecretV2Params object with the default values initialized.

func NewSaveSecretV2ParamsWithContext

func NewSaveSecretV2ParamsWithContext(ctx context.Context) *SaveSecretV2Params

NewSaveSecretV2ParamsWithContext creates a new SaveSecretV2Params object with the default values initialized, and the ability to set a context for a request

func NewSaveSecretV2ParamsWithHTTPClient

func NewSaveSecretV2ParamsWithHTTPClient(client *http.Client) *SaveSecretV2Params

NewSaveSecretV2ParamsWithHTTPClient creates a new SaveSecretV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSaveSecretV2ParamsWithTimeout

func NewSaveSecretV2ParamsWithTimeout(timeout time.Duration) *SaveSecretV2Params

NewSaveSecretV2ParamsWithTimeout creates a new SaveSecretV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*SaveSecretV2Params) SetApp

func (o *SaveSecretV2Params) SetApp(app string)

SetApp adds the app to the save secret v2 params

func (*SaveSecretV2Params) SetAuthInfoWriter

func (o *SaveSecretV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the save secret v2 params

func (*SaveSecretV2Params) SetBody

SetBody adds the body to the save secret v2 params

func (*SaveSecretV2Params) SetContext

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

SetContext adds the context to the save secret v2 params

func (*SaveSecretV2Params) SetFlightId

func (o *SaveSecretV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*SaveSecretV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the save secret v2 params

func (*SaveSecretV2Params) SetHTTPClientTransport

func (o *SaveSecretV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the save secret v2 params

func (*SaveSecretV2Params) SetNamespace

func (o *SaveSecretV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the save secret v2 params

func (*SaveSecretV2Params) SetTimeout

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

SetTimeout adds the timeout to the save secret v2 params

func (*SaveSecretV2Params) WithApp

func (o *SaveSecretV2Params) WithApp(app string) *SaveSecretV2Params

WithApp adds the app to the save secret v2 params

func (*SaveSecretV2Params) WithBody

WithBody adds the body to the save secret v2 params

func (*SaveSecretV2Params) WithContext

WithContext adds the context to the save secret v2 params

func (*SaveSecretV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the save secret v2 params

func (*SaveSecretV2Params) WithNamespace

func (o *SaveSecretV2Params) WithNamespace(namespace string) *SaveSecretV2Params

WithNamespace adds the namespace to the save secret v2 params

func (*SaveSecretV2Params) WithTimeout

func (o *SaveSecretV2Params) WithTimeout(timeout time.Duration) *SaveSecretV2Params

WithTimeout adds the timeout to the save secret v2 params

func (*SaveSecretV2Params) WriteToRequest

func (o *SaveSecretV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SaveSecretV2Reader

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

SaveSecretV2Reader is a Reader for the SaveSecretV2 structure.

func (*SaveSecretV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SaveSecretV2Unauthorized

type SaveSecretV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

SaveSecretV2Unauthorized handles this case with default header values.

Unauthorized

func NewSaveSecretV2Unauthorized

func NewSaveSecretV2Unauthorized() *SaveSecretV2Unauthorized

NewSaveSecretV2Unauthorized creates a SaveSecretV2Unauthorized with default headers values

func (*SaveSecretV2Unauthorized) Error

func (o *SaveSecretV2Unauthorized) Error() string

func (*SaveSecretV2Unauthorized) GetPayload

func (*SaveSecretV2Unauthorized) ToJSONString

func (o *SaveSecretV2Unauthorized) ToJSONString() string

type SaveVariableV2BadRequest

type SaveVariableV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

SaveVariableV2BadRequest handles this case with default header values.

Bad Request

func NewSaveVariableV2BadRequest

func NewSaveVariableV2BadRequest() *SaveVariableV2BadRequest

NewSaveVariableV2BadRequest creates a SaveVariableV2BadRequest with default headers values

func (*SaveVariableV2BadRequest) Error

func (o *SaveVariableV2BadRequest) Error() string

func (*SaveVariableV2BadRequest) GetPayload

func (*SaveVariableV2BadRequest) ToJSONString

func (o *SaveVariableV2BadRequest) ToJSONString() string

type SaveVariableV2Forbidden

type SaveVariableV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

SaveVariableV2Forbidden handles this case with default header values.

Forbidden

func NewSaveVariableV2Forbidden

func NewSaveVariableV2Forbidden() *SaveVariableV2Forbidden

NewSaveVariableV2Forbidden creates a SaveVariableV2Forbidden with default headers values

func (*SaveVariableV2Forbidden) Error

func (o *SaveVariableV2Forbidden) Error() string

func (*SaveVariableV2Forbidden) GetPayload

func (*SaveVariableV2Forbidden) ToJSONString

func (o *SaveVariableV2Forbidden) ToJSONString() string

type SaveVariableV2InternalServerError

type SaveVariableV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

SaveVariableV2InternalServerError handles this case with default header values.

Internal Server Error

func NewSaveVariableV2InternalServerError

func NewSaveVariableV2InternalServerError() *SaveVariableV2InternalServerError

NewSaveVariableV2InternalServerError creates a SaveVariableV2InternalServerError with default headers values

func (*SaveVariableV2InternalServerError) Error

func (*SaveVariableV2InternalServerError) GetPayload

func (*SaveVariableV2InternalServerError) ToJSONString

func (o *SaveVariableV2InternalServerError) ToJSONString() string

type SaveVariableV2OK

type SaveVariableV2OK struct {
	Payload *csmclientmodels.ApimodelSaveConfigurationV2Response
}

SaveVariableV2OK handles this case with default header values.

OK

func NewSaveVariableV2OK

func NewSaveVariableV2OK() *SaveVariableV2OK

NewSaveVariableV2OK creates a SaveVariableV2OK with default headers values

func (*SaveVariableV2OK) Error

func (o *SaveVariableV2OK) Error() string

func (*SaveVariableV2OK) GetPayload

func (*SaveVariableV2OK) ToJSONString

func (o *SaveVariableV2OK) ToJSONString() string

type SaveVariableV2Params

type SaveVariableV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *csmclientmodels.ApimodelSaveConfigurationV2Request
	/*App
	  App Name

	*/
	App string
	/*Namespace
	  Game Namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

SaveVariableV2Params contains all the parameters to send to the API endpoint for the save variable v2 operation typically these are written to a http.Request

func NewSaveVariableV2Params

func NewSaveVariableV2Params() *SaveVariableV2Params

NewSaveVariableV2Params creates a new SaveVariableV2Params object with the default values initialized.

func NewSaveVariableV2ParamsWithContext

func NewSaveVariableV2ParamsWithContext(ctx context.Context) *SaveVariableV2Params

NewSaveVariableV2ParamsWithContext creates a new SaveVariableV2Params object with the default values initialized, and the ability to set a context for a request

func NewSaveVariableV2ParamsWithHTTPClient

func NewSaveVariableV2ParamsWithHTTPClient(client *http.Client) *SaveVariableV2Params

NewSaveVariableV2ParamsWithHTTPClient creates a new SaveVariableV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSaveVariableV2ParamsWithTimeout

func NewSaveVariableV2ParamsWithTimeout(timeout time.Duration) *SaveVariableV2Params

NewSaveVariableV2ParamsWithTimeout creates a new SaveVariableV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*SaveVariableV2Params) SetApp

func (o *SaveVariableV2Params) SetApp(app string)

SetApp adds the app to the save variable v2 params

func (*SaveVariableV2Params) SetAuthInfoWriter

func (o *SaveVariableV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the save variable v2 params

func (*SaveVariableV2Params) SetBody

SetBody adds the body to the save variable v2 params

func (*SaveVariableV2Params) SetContext

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

SetContext adds the context to the save variable v2 params

func (*SaveVariableV2Params) SetFlightId

func (o *SaveVariableV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*SaveVariableV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the save variable v2 params

func (*SaveVariableV2Params) SetHTTPClientTransport

func (o *SaveVariableV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the save variable v2 params

func (*SaveVariableV2Params) SetNamespace

func (o *SaveVariableV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the save variable v2 params

func (*SaveVariableV2Params) SetTimeout

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

SetTimeout adds the timeout to the save variable v2 params

func (*SaveVariableV2Params) WithApp

WithApp adds the app to the save variable v2 params

func (*SaveVariableV2Params) WithBody

WithBody adds the body to the save variable v2 params

func (*SaveVariableV2Params) WithContext

WithContext adds the context to the save variable v2 params

func (*SaveVariableV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the save variable v2 params

func (*SaveVariableV2Params) WithNamespace

func (o *SaveVariableV2Params) WithNamespace(namespace string) *SaveVariableV2Params

WithNamespace adds the namespace to the save variable v2 params

func (*SaveVariableV2Params) WithTimeout

func (o *SaveVariableV2Params) WithTimeout(timeout time.Duration) *SaveVariableV2Params

WithTimeout adds the timeout to the save variable v2 params

func (*SaveVariableV2Params) WriteToRequest

func (o *SaveVariableV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SaveVariableV2Reader

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

SaveVariableV2Reader is a Reader for the SaveVariableV2 structure.

func (*SaveVariableV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SaveVariableV2Unauthorized

type SaveVariableV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

SaveVariableV2Unauthorized handles this case with default header values.

Unauthorized

func NewSaveVariableV2Unauthorized

func NewSaveVariableV2Unauthorized() *SaveVariableV2Unauthorized

NewSaveVariableV2Unauthorized creates a SaveVariableV2Unauthorized with default headers values

func (*SaveVariableV2Unauthorized) Error

func (*SaveVariableV2Unauthorized) GetPayload

func (*SaveVariableV2Unauthorized) ToJSONString

func (o *SaveVariableV2Unauthorized) ToJSONString() string

type UpdateSecretV2BadRequest

type UpdateSecretV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateSecretV2BadRequest handles this case with default header values.

Bad Request

func NewUpdateSecretV2BadRequest

func NewUpdateSecretV2BadRequest() *UpdateSecretV2BadRequest

NewUpdateSecretV2BadRequest creates a UpdateSecretV2BadRequest with default headers values

func (*UpdateSecretV2BadRequest) Error

func (o *UpdateSecretV2BadRequest) Error() string

func (*UpdateSecretV2BadRequest) GetPayload

func (*UpdateSecretV2BadRequest) ToJSONString

func (o *UpdateSecretV2BadRequest) ToJSONString() string

type UpdateSecretV2Forbidden

type UpdateSecretV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateSecretV2Forbidden handles this case with default header values.

Forbidden

func NewUpdateSecretV2Forbidden

func NewUpdateSecretV2Forbidden() *UpdateSecretV2Forbidden

NewUpdateSecretV2Forbidden creates a UpdateSecretV2Forbidden with default headers values

func (*UpdateSecretV2Forbidden) Error

func (o *UpdateSecretV2Forbidden) Error() string

func (*UpdateSecretV2Forbidden) GetPayload

func (*UpdateSecretV2Forbidden) ToJSONString

func (o *UpdateSecretV2Forbidden) ToJSONString() string

type UpdateSecretV2InternalServerError

type UpdateSecretV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateSecretV2InternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateSecretV2InternalServerError

func NewUpdateSecretV2InternalServerError() *UpdateSecretV2InternalServerError

NewUpdateSecretV2InternalServerError creates a UpdateSecretV2InternalServerError with default headers values

func (*UpdateSecretV2InternalServerError) Error

func (*UpdateSecretV2InternalServerError) GetPayload

func (*UpdateSecretV2InternalServerError) ToJSONString

func (o *UpdateSecretV2InternalServerError) ToJSONString() string

type UpdateSecretV2OK

type UpdateSecretV2OK struct {
	Payload *csmclientmodels.ApimodelUpdateConfigurationV2Response
}

UpdateSecretV2OK handles this case with default header values.

OK

func NewUpdateSecretV2OK

func NewUpdateSecretV2OK() *UpdateSecretV2OK

NewUpdateSecretV2OK creates a UpdateSecretV2OK with default headers values

func (*UpdateSecretV2OK) Error

func (o *UpdateSecretV2OK) Error() string

func (*UpdateSecretV2OK) GetPayload

func (*UpdateSecretV2OK) ToJSONString

func (o *UpdateSecretV2OK) ToJSONString() string

type UpdateSecretV2Params

type UpdateSecretV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *csmclientmodels.ApimodelUpdateConfigurationV2Request
	/*App
	  App Name

	*/
	App string
	/*ConfigID
	  Config ID

	*/
	ConfigID string
	/*Namespace
	  Game Namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

UpdateSecretV2Params contains all the parameters to send to the API endpoint for the update secret v2 operation typically these are written to a http.Request

func NewUpdateSecretV2Params

func NewUpdateSecretV2Params() *UpdateSecretV2Params

NewUpdateSecretV2Params creates a new UpdateSecretV2Params object with the default values initialized.

func NewUpdateSecretV2ParamsWithContext

func NewUpdateSecretV2ParamsWithContext(ctx context.Context) *UpdateSecretV2Params

NewUpdateSecretV2ParamsWithContext creates a new UpdateSecretV2Params object with the default values initialized, and the ability to set a context for a request

func NewUpdateSecretV2ParamsWithHTTPClient

func NewUpdateSecretV2ParamsWithHTTPClient(client *http.Client) *UpdateSecretV2Params

NewUpdateSecretV2ParamsWithHTTPClient creates a new UpdateSecretV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateSecretV2ParamsWithTimeout

func NewUpdateSecretV2ParamsWithTimeout(timeout time.Duration) *UpdateSecretV2Params

NewUpdateSecretV2ParamsWithTimeout creates a new UpdateSecretV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateSecretV2Params) SetApp

func (o *UpdateSecretV2Params) SetApp(app string)

SetApp adds the app to the update secret v2 params

func (*UpdateSecretV2Params) SetAuthInfoWriter

func (o *UpdateSecretV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the update secret v2 params

func (*UpdateSecretV2Params) SetBody

SetBody adds the body to the update secret v2 params

func (*UpdateSecretV2Params) SetConfigID

func (o *UpdateSecretV2Params) SetConfigID(configID string)

SetConfigID adds the configId to the update secret v2 params

func (*UpdateSecretV2Params) SetContext

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

SetContext adds the context to the update secret v2 params

func (*UpdateSecretV2Params) SetFlightId

func (o *UpdateSecretV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*UpdateSecretV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update secret v2 params

func (*UpdateSecretV2Params) SetHTTPClientTransport

func (o *UpdateSecretV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the update secret v2 params

func (*UpdateSecretV2Params) SetNamespace

func (o *UpdateSecretV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the update secret v2 params

func (*UpdateSecretV2Params) SetTimeout

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

SetTimeout adds the timeout to the update secret v2 params

func (*UpdateSecretV2Params) WithApp

WithApp adds the app to the update secret v2 params

func (*UpdateSecretV2Params) WithBody

WithBody adds the body to the update secret v2 params

func (*UpdateSecretV2Params) WithConfigID

func (o *UpdateSecretV2Params) WithConfigID(configID string) *UpdateSecretV2Params

WithConfigID adds the configID to the update secret v2 params

func (*UpdateSecretV2Params) WithContext

WithContext adds the context to the update secret v2 params

func (*UpdateSecretV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update secret v2 params

func (*UpdateSecretV2Params) WithNamespace

func (o *UpdateSecretV2Params) WithNamespace(namespace string) *UpdateSecretV2Params

WithNamespace adds the namespace to the update secret v2 params

func (*UpdateSecretV2Params) WithTimeout

func (o *UpdateSecretV2Params) WithTimeout(timeout time.Duration) *UpdateSecretV2Params

WithTimeout adds the timeout to the update secret v2 params

func (*UpdateSecretV2Params) WriteToRequest

func (o *UpdateSecretV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateSecretV2Reader

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

UpdateSecretV2Reader is a Reader for the UpdateSecretV2 structure.

func (*UpdateSecretV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateSecretV2Unauthorized

type UpdateSecretV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateSecretV2Unauthorized handles this case with default header values.

Unauthorized

func NewUpdateSecretV2Unauthorized

func NewUpdateSecretV2Unauthorized() *UpdateSecretV2Unauthorized

NewUpdateSecretV2Unauthorized creates a UpdateSecretV2Unauthorized with default headers values

func (*UpdateSecretV2Unauthorized) Error

func (*UpdateSecretV2Unauthorized) GetPayload

func (*UpdateSecretV2Unauthorized) ToJSONString

func (o *UpdateSecretV2Unauthorized) ToJSONString() string

type UpdateVariableV2BadRequest

type UpdateVariableV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateVariableV2BadRequest handles this case with default header values.

Bad Request

func NewUpdateVariableV2BadRequest

func NewUpdateVariableV2BadRequest() *UpdateVariableV2BadRequest

NewUpdateVariableV2BadRequest creates a UpdateVariableV2BadRequest with default headers values

func (*UpdateVariableV2BadRequest) Error

func (*UpdateVariableV2BadRequest) GetPayload

func (*UpdateVariableV2BadRequest) ToJSONString

func (o *UpdateVariableV2BadRequest) ToJSONString() string

type UpdateVariableV2Forbidden

type UpdateVariableV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateVariableV2Forbidden handles this case with default header values.

Forbidden

func NewUpdateVariableV2Forbidden

func NewUpdateVariableV2Forbidden() *UpdateVariableV2Forbidden

NewUpdateVariableV2Forbidden creates a UpdateVariableV2Forbidden with default headers values

func (*UpdateVariableV2Forbidden) Error

func (o *UpdateVariableV2Forbidden) Error() string

func (*UpdateVariableV2Forbidden) GetPayload

func (*UpdateVariableV2Forbidden) ToJSONString

func (o *UpdateVariableV2Forbidden) ToJSONString() string

type UpdateVariableV2InternalServerError

type UpdateVariableV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateVariableV2InternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateVariableV2InternalServerError

func NewUpdateVariableV2InternalServerError() *UpdateVariableV2InternalServerError

NewUpdateVariableV2InternalServerError creates a UpdateVariableV2InternalServerError with default headers values

func (*UpdateVariableV2InternalServerError) Error

func (*UpdateVariableV2InternalServerError) GetPayload

func (*UpdateVariableV2InternalServerError) ToJSONString

func (o *UpdateVariableV2InternalServerError) ToJSONString() string

type UpdateVariableV2OK

type UpdateVariableV2OK struct {
	Payload *csmclientmodels.ApimodelUpdateConfigurationV2Response
}

UpdateVariableV2OK handles this case with default header values.

OK

func NewUpdateVariableV2OK

func NewUpdateVariableV2OK() *UpdateVariableV2OK

NewUpdateVariableV2OK creates a UpdateVariableV2OK with default headers values

func (*UpdateVariableV2OK) Error

func (o *UpdateVariableV2OK) Error() string

func (*UpdateVariableV2OK) GetPayload

func (*UpdateVariableV2OK) ToJSONString

func (o *UpdateVariableV2OK) ToJSONString() string

type UpdateVariableV2Params

type UpdateVariableV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *csmclientmodels.ApimodelUpdateConfigurationV2Request
	/*App
	  App Name

	*/
	App string
	/*ConfigID
	  Config ID

	*/
	ConfigID string
	/*Namespace
	  Game Namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

UpdateVariableV2Params contains all the parameters to send to the API endpoint for the update variable v2 operation typically these are written to a http.Request

func NewUpdateVariableV2Params

func NewUpdateVariableV2Params() *UpdateVariableV2Params

NewUpdateVariableV2Params creates a new UpdateVariableV2Params object with the default values initialized.

func NewUpdateVariableV2ParamsWithContext

func NewUpdateVariableV2ParamsWithContext(ctx context.Context) *UpdateVariableV2Params

NewUpdateVariableV2ParamsWithContext creates a new UpdateVariableV2Params object with the default values initialized, and the ability to set a context for a request

func NewUpdateVariableV2ParamsWithHTTPClient

func NewUpdateVariableV2ParamsWithHTTPClient(client *http.Client) *UpdateVariableV2Params

NewUpdateVariableV2ParamsWithHTTPClient creates a new UpdateVariableV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateVariableV2ParamsWithTimeout

func NewUpdateVariableV2ParamsWithTimeout(timeout time.Duration) *UpdateVariableV2Params

NewUpdateVariableV2ParamsWithTimeout creates a new UpdateVariableV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateVariableV2Params) SetApp

func (o *UpdateVariableV2Params) SetApp(app string)

SetApp adds the app to the update variable v2 params

func (*UpdateVariableV2Params) SetAuthInfoWriter

func (o *UpdateVariableV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the update variable v2 params

func (*UpdateVariableV2Params) SetBody

SetBody adds the body to the update variable v2 params

func (*UpdateVariableV2Params) SetConfigID

func (o *UpdateVariableV2Params) SetConfigID(configID string)

SetConfigID adds the configId to the update variable v2 params

func (*UpdateVariableV2Params) SetContext

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

SetContext adds the context to the update variable v2 params

func (*UpdateVariableV2Params) SetFlightId

func (o *UpdateVariableV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*UpdateVariableV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update variable v2 params

func (*UpdateVariableV2Params) SetHTTPClientTransport

func (o *UpdateVariableV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the update variable v2 params

func (*UpdateVariableV2Params) SetNamespace

func (o *UpdateVariableV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the update variable v2 params

func (*UpdateVariableV2Params) SetTimeout

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

SetTimeout adds the timeout to the update variable v2 params

func (*UpdateVariableV2Params) WithApp

WithApp adds the app to the update variable v2 params

func (*UpdateVariableV2Params) WithBody

WithBody adds the body to the update variable v2 params

func (*UpdateVariableV2Params) WithConfigID

func (o *UpdateVariableV2Params) WithConfigID(configID string) *UpdateVariableV2Params

WithConfigID adds the configID to the update variable v2 params

func (*UpdateVariableV2Params) WithContext

WithContext adds the context to the update variable v2 params

func (*UpdateVariableV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update variable v2 params

func (*UpdateVariableV2Params) WithNamespace

func (o *UpdateVariableV2Params) WithNamespace(namespace string) *UpdateVariableV2Params

WithNamespace adds the namespace to the update variable v2 params

func (*UpdateVariableV2Params) WithTimeout

WithTimeout adds the timeout to the update variable v2 params

func (*UpdateVariableV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateVariableV2Reader

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

UpdateVariableV2Reader is a Reader for the UpdateVariableV2 structure.

func (*UpdateVariableV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateVariableV2Unauthorized

type UpdateVariableV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateVariableV2Unauthorized handles this case with default header values.

Unauthorized

func NewUpdateVariableV2Unauthorized

func NewUpdateVariableV2Unauthorized() *UpdateVariableV2Unauthorized

NewUpdateVariableV2Unauthorized creates a UpdateVariableV2Unauthorized with default headers values

func (*UpdateVariableV2Unauthorized) Error

func (*UpdateVariableV2Unauthorized) GetPayload

func (*UpdateVariableV2Unauthorized) ToJSONString

func (o *UpdateVariableV2Unauthorized) ToJSONString() string

Jump to

Keyboard shortcuts

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