platform_credential

package
v0.48.0 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2023 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminUpdatePlatformCredentialsBadRequest

type AdminUpdatePlatformCredentialsBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminUpdatePlatformCredentialsBadRequest handles this case with default header values.

Bad Request

func NewAdminUpdatePlatformCredentialsBadRequest

func NewAdminUpdatePlatformCredentialsBadRequest() *AdminUpdatePlatformCredentialsBadRequest

NewAdminUpdatePlatformCredentialsBadRequest creates a AdminUpdatePlatformCredentialsBadRequest with default headers values

func (*AdminUpdatePlatformCredentialsBadRequest) Error

func (*AdminUpdatePlatformCredentialsBadRequest) GetPayload

func (*AdminUpdatePlatformCredentialsBadRequest) ToJSONString

type AdminUpdatePlatformCredentialsForbidden

type AdminUpdatePlatformCredentialsForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

AdminUpdatePlatformCredentialsForbidden handles this case with default header values.

Forbidden

func NewAdminUpdatePlatformCredentialsForbidden

func NewAdminUpdatePlatformCredentialsForbidden() *AdminUpdatePlatformCredentialsForbidden

NewAdminUpdatePlatformCredentialsForbidden creates a AdminUpdatePlatformCredentialsForbidden with default headers values

func (*AdminUpdatePlatformCredentialsForbidden) Error

func (*AdminUpdatePlatformCredentialsForbidden) GetPayload

func (*AdminUpdatePlatformCredentialsForbidden) ToJSONString

type AdminUpdatePlatformCredentialsInternalServerError

type AdminUpdatePlatformCredentialsInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminUpdatePlatformCredentialsInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminUpdatePlatformCredentialsInternalServerError

func NewAdminUpdatePlatformCredentialsInternalServerError() *AdminUpdatePlatformCredentialsInternalServerError

NewAdminUpdatePlatformCredentialsInternalServerError creates a AdminUpdatePlatformCredentialsInternalServerError with default headers values

func (*AdminUpdatePlatformCredentialsInternalServerError) Error

func (*AdminUpdatePlatformCredentialsInternalServerError) GetPayload

func (*AdminUpdatePlatformCredentialsInternalServerError) ToJSONString

type AdminUpdatePlatformCredentialsNotFound

type AdminUpdatePlatformCredentialsNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

AdminUpdatePlatformCredentialsNotFound handles this case with default header values.

Not Found

func NewAdminUpdatePlatformCredentialsNotFound

func NewAdminUpdatePlatformCredentialsNotFound() *AdminUpdatePlatformCredentialsNotFound

NewAdminUpdatePlatformCredentialsNotFound creates a AdminUpdatePlatformCredentialsNotFound with default headers values

func (*AdminUpdatePlatformCredentialsNotFound) Error

func (*AdminUpdatePlatformCredentialsNotFound) GetPayload

func (*AdminUpdatePlatformCredentialsNotFound) ToJSONString

type AdminUpdatePlatformCredentialsOK

type AdminUpdatePlatformCredentialsOK struct {
	Payload string
}

AdminUpdatePlatformCredentialsOK handles this case with default header values.

OK

func NewAdminUpdatePlatformCredentialsOK

func NewAdminUpdatePlatformCredentialsOK() *AdminUpdatePlatformCredentialsOK

NewAdminUpdatePlatformCredentialsOK creates a AdminUpdatePlatformCredentialsOK with default headers values

func (*AdminUpdatePlatformCredentialsOK) Error

func (*AdminUpdatePlatformCredentialsOK) GetPayload

func (o *AdminUpdatePlatformCredentialsOK) GetPayload() string

func (*AdminUpdatePlatformCredentialsOK) ToJSONString

func (o *AdminUpdatePlatformCredentialsOK) ToJSONString() string

type AdminUpdatePlatformCredentialsParams

type AdminUpdatePlatformCredentialsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *sessionclientmodels.ApimodelsPutPlatformCredentialsRequest
	/*Namespace
	  namespace of the game

	*/
	Namespace string

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

AdminUpdatePlatformCredentialsParams contains all the parameters to send to the API endpoint for the admin update platform credentials operation typically these are written to a http.Request

func NewAdminUpdatePlatformCredentialsParams

func NewAdminUpdatePlatformCredentialsParams() *AdminUpdatePlatformCredentialsParams

NewAdminUpdatePlatformCredentialsParams creates a new AdminUpdatePlatformCredentialsParams object with the default values initialized.

func NewAdminUpdatePlatformCredentialsParamsWithContext

func NewAdminUpdatePlatformCredentialsParamsWithContext(ctx context.Context) *AdminUpdatePlatformCredentialsParams

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

func NewAdminUpdatePlatformCredentialsParamsWithHTTPClient

func NewAdminUpdatePlatformCredentialsParamsWithHTTPClient(client *http.Client) *AdminUpdatePlatformCredentialsParams

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

func NewAdminUpdatePlatformCredentialsParamsWithTimeout

func NewAdminUpdatePlatformCredentialsParamsWithTimeout(timeout time.Duration) *AdminUpdatePlatformCredentialsParams

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

func (*AdminUpdatePlatformCredentialsParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) SetBody

SetBody adds the body to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) SetContext

SetContext adds the context to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) SetNamespace

func (o *AdminUpdatePlatformCredentialsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) WithBody

WithBody adds the body to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) WithContext

WithContext adds the context to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) WithNamespace

WithNamespace adds the namespace to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) WithTimeout

WithTimeout adds the timeout to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminUpdatePlatformCredentialsReader

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

AdminUpdatePlatformCredentialsReader is a Reader for the AdminUpdatePlatformCredentials structure.

func (*AdminUpdatePlatformCredentialsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminUpdatePlatformCredentialsUnauthorized

type AdminUpdatePlatformCredentialsUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminUpdatePlatformCredentialsUnauthorized handles this case with default header values.

Unauthorized

func NewAdminUpdatePlatformCredentialsUnauthorized

func NewAdminUpdatePlatformCredentialsUnauthorized() *AdminUpdatePlatformCredentialsUnauthorized

NewAdminUpdatePlatformCredentialsUnauthorized creates a AdminUpdatePlatformCredentialsUnauthorized with default headers values

func (*AdminUpdatePlatformCredentialsUnauthorized) Error

func (*AdminUpdatePlatformCredentialsUnauthorized) GetPayload

func (*AdminUpdatePlatformCredentialsUnauthorized) ToJSONString

type Client

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

Client for platform credential API

func (*Client) AdminUpdatePlatformCredentials deprecated

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

AdminUpdatePlatformCredentials update platform credentials. currently only used to sync psn sessions. requires admin:namespace:{namespace}:session:configuration [update] Update platform credentials.

func (*Client) AdminUpdatePlatformCredentialsShort

func (a *Client) AdminUpdatePlatformCredentialsShort(params *AdminUpdatePlatformCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdatePlatformCredentialsOK, error)

AdminUpdatePlatformCredentialsShort update platform credentials. currently only used to sync psn sessions. requires admin:namespace:{namespace}:session:configuration [update] Update platform credentials.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

ClientService is the interface for Client methods

func New

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

New creates a new platform credential API client.

Jump to

Keyboard shortcuts

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