Documentation
¶
Index ¶
- type Client
- func (a *Client) CreateSubscriptionHandler(params *CreateSubscriptionHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSubscriptionHandlerOK, *CreateSubscriptionHandlerBadRequest, ...)deprecated
- func (a *Client) CreateSubscriptionHandlerShort(params *CreateSubscriptionHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSubscriptionHandlerOK, error)
- func (a *Client) CreateTopicHandler(params *CreateTopicHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*CreateTopicHandlerOK, *CreateTopicHandlerBadRequest, ...)deprecated
- func (a *Client) CreateTopicHandlerShort(params *CreateTopicHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*CreateTopicHandlerOK, error)
- func (a *Client) DeleteTopicHandler(params *DeleteTopicHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTopicHandlerOK, *DeleteTopicHandlerUnauthorized, ...)deprecated
- func (a *Client) DeleteTopicHandlerShort(params *DeleteTopicHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTopicHandlerOK, error)
- func (a *Client) ListTopicsHandler(params *ListTopicsHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*ListTopicsHandlerOK, *ListTopicsHandlerBadRequest, ...)deprecated
- func (a *Client) ListTopicsHandlerShort(params *ListTopicsHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*ListTopicsHandlerOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UnsubscribeTopicHandler(params *UnsubscribeTopicHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*UnsubscribeTopicHandlerOK, *UnsubscribeTopicHandlerUnauthorized, ...)deprecated
- func (a *Client) UnsubscribeTopicHandlerShort(params *UnsubscribeTopicHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*UnsubscribeTopicHandlerOK, error)
- type ClientService
- type CreateSubscriptionHandlerBadRequest
- type CreateSubscriptionHandlerForbidden
- type CreateSubscriptionHandlerInternalServerError
- type CreateSubscriptionHandlerNotFound
- type CreateSubscriptionHandlerOK
- type CreateSubscriptionHandlerParams
- func NewCreateSubscriptionHandlerParams() *CreateSubscriptionHandlerParams
- func NewCreateSubscriptionHandlerParamsWithContext(ctx context.Context) *CreateSubscriptionHandlerParams
- func NewCreateSubscriptionHandlerParamsWithHTTPClient(client *http.Client) *CreateSubscriptionHandlerParams
- func NewCreateSubscriptionHandlerParamsWithTimeout(timeout time.Duration) *CreateSubscriptionHandlerParams
- func (o *CreateSubscriptionHandlerParams) SetApp(app string)
- func (o *CreateSubscriptionHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *CreateSubscriptionHandlerParams) SetBody(body *csmclientmodels.ApimodelCreateSubscriptionRequest)
- func (o *CreateSubscriptionHandlerParams) SetContext(ctx context.Context)
- func (o *CreateSubscriptionHandlerParams) SetFlightId(flightId string)
- func (o *CreateSubscriptionHandlerParams) SetHTTPClient(client *http.Client)
- func (o *CreateSubscriptionHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *CreateSubscriptionHandlerParams) SetNamespace(namespace string)
- func (o *CreateSubscriptionHandlerParams) SetTimeout(timeout time.Duration)
- func (o *CreateSubscriptionHandlerParams) WithApp(app string) *CreateSubscriptionHandlerParams
- func (o *CreateSubscriptionHandlerParams) WithBody(body *csmclientmodels.ApimodelCreateSubscriptionRequest) *CreateSubscriptionHandlerParams
- func (o *CreateSubscriptionHandlerParams) WithContext(ctx context.Context) *CreateSubscriptionHandlerParams
- func (o *CreateSubscriptionHandlerParams) WithHTTPClient(client *http.Client) *CreateSubscriptionHandlerParams
- func (o *CreateSubscriptionHandlerParams) WithNamespace(namespace string) *CreateSubscriptionHandlerParams
- func (o *CreateSubscriptionHandlerParams) WithTimeout(timeout time.Duration) *CreateSubscriptionHandlerParams
- func (o *CreateSubscriptionHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateSubscriptionHandlerReader
- type CreateSubscriptionHandlerUnauthorized
- type CreateTopicHandlerBadRequest
- type CreateTopicHandlerConflict
- type CreateTopicHandlerForbidden
- type CreateTopicHandlerInternalServerError
- type CreateTopicHandlerOK
- type CreateTopicHandlerParams
- func NewCreateTopicHandlerParams() *CreateTopicHandlerParams
- func NewCreateTopicHandlerParamsWithContext(ctx context.Context) *CreateTopicHandlerParams
- func NewCreateTopicHandlerParamsWithHTTPClient(client *http.Client) *CreateTopicHandlerParams
- func NewCreateTopicHandlerParamsWithTimeout(timeout time.Duration) *CreateTopicHandlerParams
- func (o *CreateTopicHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *CreateTopicHandlerParams) SetBody(body *csmclientmodels.ApimodelCreateTopicRequest)
- func (o *CreateTopicHandlerParams) SetContext(ctx context.Context)
- func (o *CreateTopicHandlerParams) SetFlightId(flightId string)
- func (o *CreateTopicHandlerParams) SetHTTPClient(client *http.Client)
- func (o *CreateTopicHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *CreateTopicHandlerParams) SetNamespace(namespace string)
- func (o *CreateTopicHandlerParams) SetTimeout(timeout time.Duration)
- func (o *CreateTopicHandlerParams) WithBody(body *csmclientmodels.ApimodelCreateTopicRequest) *CreateTopicHandlerParams
- func (o *CreateTopicHandlerParams) WithContext(ctx context.Context) *CreateTopicHandlerParams
- func (o *CreateTopicHandlerParams) WithHTTPClient(client *http.Client) *CreateTopicHandlerParams
- func (o *CreateTopicHandlerParams) WithNamespace(namespace string) *CreateTopicHandlerParams
- func (o *CreateTopicHandlerParams) WithTimeout(timeout time.Duration) *CreateTopicHandlerParams
- func (o *CreateTopicHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateTopicHandlerReader
- type CreateTopicHandlerUnauthorized
- type DeleteTopicHandlerForbidden
- type DeleteTopicHandlerInternalServerError
- type DeleteTopicHandlerNotFound
- type DeleteTopicHandlerOK
- type DeleteTopicHandlerParams
- func NewDeleteTopicHandlerParams() *DeleteTopicHandlerParams
- func NewDeleteTopicHandlerParamsWithContext(ctx context.Context) *DeleteTopicHandlerParams
- func NewDeleteTopicHandlerParamsWithHTTPClient(client *http.Client) *DeleteTopicHandlerParams
- func NewDeleteTopicHandlerParamsWithTimeout(timeout time.Duration) *DeleteTopicHandlerParams
- func (o *DeleteTopicHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DeleteTopicHandlerParams) SetContext(ctx context.Context)
- func (o *DeleteTopicHandlerParams) SetFlightId(flightId string)
- func (o *DeleteTopicHandlerParams) SetHTTPClient(client *http.Client)
- func (o *DeleteTopicHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DeleteTopicHandlerParams) SetNamespace(namespace string)
- func (o *DeleteTopicHandlerParams) SetTimeout(timeout time.Duration)
- func (o *DeleteTopicHandlerParams) SetTopicName(topicName string)
- func (o *DeleteTopicHandlerParams) WithContext(ctx context.Context) *DeleteTopicHandlerParams
- func (o *DeleteTopicHandlerParams) WithHTTPClient(client *http.Client) *DeleteTopicHandlerParams
- func (o *DeleteTopicHandlerParams) WithNamespace(namespace string) *DeleteTopicHandlerParams
- func (o *DeleteTopicHandlerParams) WithTimeout(timeout time.Duration) *DeleteTopicHandlerParams
- func (o *DeleteTopicHandlerParams) WithTopicName(topicName string) *DeleteTopicHandlerParams
- func (o *DeleteTopicHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteTopicHandlerReader
- type DeleteTopicHandlerUnauthorized
- type ListTopicsHandlerBadRequest
- type ListTopicsHandlerForbidden
- type ListTopicsHandlerInternalServerError
- type ListTopicsHandlerOK
- type ListTopicsHandlerParams
- func NewListTopicsHandlerParams() *ListTopicsHandlerParams
- func NewListTopicsHandlerParamsWithContext(ctx context.Context) *ListTopicsHandlerParams
- func NewListTopicsHandlerParamsWithHTTPClient(client *http.Client) *ListTopicsHandlerParams
- func NewListTopicsHandlerParamsWithTimeout(timeout time.Duration) *ListTopicsHandlerParams
- func (o *ListTopicsHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *ListTopicsHandlerParams) SetContext(ctx context.Context)
- func (o *ListTopicsHandlerParams) SetFlightId(flightId string)
- func (o *ListTopicsHandlerParams) SetFuzzyTopicName(fuzzyTopicName *string)
- func (o *ListTopicsHandlerParams) SetHTTPClient(client *http.Client)
- func (o *ListTopicsHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *ListTopicsHandlerParams) SetIsSubscribedByAppName(isSubscribedByAppName *string)
- func (o *ListTopicsHandlerParams) SetIsUnsubscribedByAppName(isUnsubscribedByAppName *string)
- func (o *ListTopicsHandlerParams) SetLimit(limit *int64)
- func (o *ListTopicsHandlerParams) SetNamespace(namespace string)
- func (o *ListTopicsHandlerParams) SetOffset(offset *int64)
- func (o *ListTopicsHandlerParams) SetTimeout(timeout time.Duration)
- func (o *ListTopicsHandlerParams) WithContext(ctx context.Context) *ListTopicsHandlerParams
- func (o *ListTopicsHandlerParams) WithFuzzyTopicName(fuzzyTopicName *string) *ListTopicsHandlerParams
- func (o *ListTopicsHandlerParams) WithHTTPClient(client *http.Client) *ListTopicsHandlerParams
- func (o *ListTopicsHandlerParams) WithIsSubscribedByAppName(isSubscribedByAppName *string) *ListTopicsHandlerParams
- func (o *ListTopicsHandlerParams) WithIsUnsubscribedByAppName(isUnsubscribedByAppName *string) *ListTopicsHandlerParams
- func (o *ListTopicsHandlerParams) WithLimit(limit *int64) *ListTopicsHandlerParams
- func (o *ListTopicsHandlerParams) WithNamespace(namespace string) *ListTopicsHandlerParams
- func (o *ListTopicsHandlerParams) WithOffset(offset *int64) *ListTopicsHandlerParams
- func (o *ListTopicsHandlerParams) WithTimeout(timeout time.Duration) *ListTopicsHandlerParams
- func (o *ListTopicsHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListTopicsHandlerReader
- type ListTopicsHandlerUnauthorized
- type UnsubscribeTopicHandlerForbidden
- type UnsubscribeTopicHandlerInternalServerError
- type UnsubscribeTopicHandlerNotFound
- type UnsubscribeTopicHandlerOK
- type UnsubscribeTopicHandlerParams
- func NewUnsubscribeTopicHandlerParams() *UnsubscribeTopicHandlerParams
- func NewUnsubscribeTopicHandlerParamsWithContext(ctx context.Context) *UnsubscribeTopicHandlerParams
- func NewUnsubscribeTopicHandlerParamsWithHTTPClient(client *http.Client) *UnsubscribeTopicHandlerParams
- func NewUnsubscribeTopicHandlerParamsWithTimeout(timeout time.Duration) *UnsubscribeTopicHandlerParams
- func (o *UnsubscribeTopicHandlerParams) SetApp(app string)
- func (o *UnsubscribeTopicHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UnsubscribeTopicHandlerParams) SetContext(ctx context.Context)
- func (o *UnsubscribeTopicHandlerParams) SetFlightId(flightId string)
- func (o *UnsubscribeTopicHandlerParams) SetHTTPClient(client *http.Client)
- func (o *UnsubscribeTopicHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UnsubscribeTopicHandlerParams) SetNamespace(namespace string)
- func (o *UnsubscribeTopicHandlerParams) SetTimeout(timeout time.Duration)
- func (o *UnsubscribeTopicHandlerParams) SetTopicName(topicName string)
- func (o *UnsubscribeTopicHandlerParams) WithApp(app string) *UnsubscribeTopicHandlerParams
- func (o *UnsubscribeTopicHandlerParams) WithContext(ctx context.Context) *UnsubscribeTopicHandlerParams
- func (o *UnsubscribeTopicHandlerParams) WithHTTPClient(client *http.Client) *UnsubscribeTopicHandlerParams
- func (o *UnsubscribeTopicHandlerParams) WithNamespace(namespace string) *UnsubscribeTopicHandlerParams
- func (o *UnsubscribeTopicHandlerParams) WithTimeout(timeout time.Duration) *UnsubscribeTopicHandlerParams
- func (o *UnsubscribeTopicHandlerParams) WithTopicName(topicName string) *UnsubscribeTopicHandlerParams
- func (o *UnsubscribeTopicHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UnsubscribeTopicHandlerReader
- type UnsubscribeTopicHandlerUnauthorized
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 async messaging API
func (*Client) CreateSubscriptionHandler
deprecated
func (a *Client) CreateSubscriptionHandler(params *CreateSubscriptionHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSubscriptionHandlerOK, *CreateSubscriptionHandlerBadRequest, *CreateSubscriptionHandlerUnauthorized, *CreateSubscriptionHandlerForbidden, *CreateSubscriptionHandlerNotFound, *CreateSubscriptionHandlerInternalServerError, error)
Deprecated: 2022-08-10 - Use CreateSubscriptionHandlerShort instead.
CreateSubscriptionHandler subscribe to topic Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:ASYNCMESSAGING:SUBSCRIPTIONS [CREATE]`
Subscribe App queue to given Topic name list inside a game namespace.
func (*Client) CreateSubscriptionHandlerShort ¶
func (a *Client) CreateSubscriptionHandlerShort(params *CreateSubscriptionHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSubscriptionHandlerOK, error)
CreateSubscriptionHandlerShort subscribe to topic Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:ASYNCMESSAGING:SUBSCRIPTIONS [CREATE]`
Subscribe App queue to given Topic name list inside a game namespace.
func (*Client) CreateTopicHandler
deprecated
func (a *Client) CreateTopicHandler(params *CreateTopicHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*CreateTopicHandlerOK, *CreateTopicHandlerBadRequest, *CreateTopicHandlerUnauthorized, *CreateTopicHandlerForbidden, *CreateTopicHandlerConflict, *CreateTopicHandlerInternalServerError, error)
Deprecated: 2022-08-10 - Use CreateTopicHandlerShort instead.
CreateTopicHandler create async messaging topic Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:ASYNCMESSAGING:TOPICS [CREATE]`
Create New Async Messaging Topic, the topic name is unique inside a game namespace.
func (*Client) CreateTopicHandlerShort ¶
func (a *Client) CreateTopicHandlerShort(params *CreateTopicHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*CreateTopicHandlerOK, error)
CreateTopicHandlerShort create async messaging topic Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:ASYNCMESSAGING:TOPICS [CREATE]`
Create New Async Messaging Topic, the topic name is unique inside a game namespace.
func (*Client) DeleteTopicHandler
deprecated
func (a *Client) DeleteTopicHandler(params *DeleteTopicHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTopicHandlerOK, *DeleteTopicHandlerUnauthorized, *DeleteTopicHandlerForbidden, *DeleteTopicHandlerNotFound, *DeleteTopicHandlerInternalServerError, error)
Deprecated: 2022-08-10 - Use DeleteTopicHandlerShort instead.
DeleteTopicHandler delete async messaging topic Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:ASYNCMESSAGING:TOPICS [DELETE]`
Delete Async Messaging Topic inside a game namespace given its topic name.
func (*Client) DeleteTopicHandlerShort ¶
func (a *Client) DeleteTopicHandlerShort(params *DeleteTopicHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTopicHandlerOK, error)
DeleteTopicHandlerShort delete async messaging topic Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:ASYNCMESSAGING:TOPICS [DELETE]`
Delete Async Messaging Topic inside a game namespace given its topic name.
func (*Client) ListTopicsHandler
deprecated
func (a *Client) ListTopicsHandler(params *ListTopicsHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*ListTopicsHandlerOK, *ListTopicsHandlerBadRequest, *ListTopicsHandlerUnauthorized, *ListTopicsHandlerForbidden, *ListTopicsHandlerInternalServerError, error)
Deprecated: 2022-08-10 - Use ListTopicsHandlerShort instead.
ListTopicsHandler list async messaging topics Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:ASYNCMESSAGING:TOPICS [READ]`
List all Async Messaging Topics inside a game namespace.
func (*Client) ListTopicsHandlerShort ¶
func (a *Client) ListTopicsHandlerShort(params *ListTopicsHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*ListTopicsHandlerOK, error)
ListTopicsHandlerShort list async messaging topics Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:ASYNCMESSAGING:TOPICS [READ]`
List all Async Messaging Topics inside a game namespace.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UnsubscribeTopicHandler
deprecated
func (a *Client) UnsubscribeTopicHandler(params *UnsubscribeTopicHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*UnsubscribeTopicHandlerOK, *UnsubscribeTopicHandlerUnauthorized, *UnsubscribeTopicHandlerForbidden, *UnsubscribeTopicHandlerNotFound, *UnsubscribeTopicHandlerInternalServerError, error)
Deprecated: 2022-08-10 - Use UnsubscribeTopicHandlerShort instead.
UnsubscribeTopicHandler unsubscribe from topic Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:ASYNCMESSAGING:SUBSCRIPTIONS [DELETE]`
Unsubscribe App queue from a topic by Topic Name.
func (*Client) UnsubscribeTopicHandlerShort ¶
func (a *Client) UnsubscribeTopicHandlerShort(params *UnsubscribeTopicHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*UnsubscribeTopicHandlerOK, error)
UnsubscribeTopicHandlerShort unsubscribe from topic Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:ASYNCMESSAGING:SUBSCRIPTIONS [DELETE]`
Unsubscribe App queue from a topic by Topic Name.
type ClientService ¶
type ClientService interface {
CreateSubscriptionHandler(params *CreateSubscriptionHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSubscriptionHandlerOK, *CreateSubscriptionHandlerBadRequest, *CreateSubscriptionHandlerUnauthorized, *CreateSubscriptionHandlerForbidden, *CreateSubscriptionHandlerNotFound, *CreateSubscriptionHandlerInternalServerError, error)
CreateSubscriptionHandlerShort(params *CreateSubscriptionHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSubscriptionHandlerOK, error)
UnsubscribeTopicHandler(params *UnsubscribeTopicHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*UnsubscribeTopicHandlerOK, *UnsubscribeTopicHandlerUnauthorized, *UnsubscribeTopicHandlerForbidden, *UnsubscribeTopicHandlerNotFound, *UnsubscribeTopicHandlerInternalServerError, error)
UnsubscribeTopicHandlerShort(params *UnsubscribeTopicHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*UnsubscribeTopicHandlerOK, error)
ListTopicsHandler(params *ListTopicsHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*ListTopicsHandlerOK, *ListTopicsHandlerBadRequest, *ListTopicsHandlerUnauthorized, *ListTopicsHandlerForbidden, *ListTopicsHandlerInternalServerError, error)
ListTopicsHandlerShort(params *ListTopicsHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*ListTopicsHandlerOK, error)
CreateTopicHandler(params *CreateTopicHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*CreateTopicHandlerOK, *CreateTopicHandlerBadRequest, *CreateTopicHandlerUnauthorized, *CreateTopicHandlerForbidden, *CreateTopicHandlerConflict, *CreateTopicHandlerInternalServerError, error)
CreateTopicHandlerShort(params *CreateTopicHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*CreateTopicHandlerOK, error)
DeleteTopicHandler(params *DeleteTopicHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTopicHandlerOK, *DeleteTopicHandlerUnauthorized, *DeleteTopicHandlerForbidden, *DeleteTopicHandlerNotFound, *DeleteTopicHandlerInternalServerError, error)
DeleteTopicHandlerShort(params *DeleteTopicHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTopicHandlerOK, 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 async messaging API client.
type CreateSubscriptionHandlerBadRequest ¶
type CreateSubscriptionHandlerBadRequest struct {
Payload *csmclientmodels.ResponseErrorResponse
}
CreateSubscriptionHandlerBadRequest handles this case with default header values.
Bad Request
func NewCreateSubscriptionHandlerBadRequest ¶
func NewCreateSubscriptionHandlerBadRequest() *CreateSubscriptionHandlerBadRequest
NewCreateSubscriptionHandlerBadRequest creates a CreateSubscriptionHandlerBadRequest with default headers values
func (*CreateSubscriptionHandlerBadRequest) Error ¶
func (o *CreateSubscriptionHandlerBadRequest) Error() string
func (*CreateSubscriptionHandlerBadRequest) GetPayload ¶
func (o *CreateSubscriptionHandlerBadRequest) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*CreateSubscriptionHandlerBadRequest) ToJSONString ¶
func (o *CreateSubscriptionHandlerBadRequest) ToJSONString() string
type CreateSubscriptionHandlerForbidden ¶
type CreateSubscriptionHandlerForbidden struct {
Payload *csmclientmodels.ResponseErrorResponse
}
CreateSubscriptionHandlerForbidden handles this case with default header values.
Forbidden
func NewCreateSubscriptionHandlerForbidden ¶
func NewCreateSubscriptionHandlerForbidden() *CreateSubscriptionHandlerForbidden
NewCreateSubscriptionHandlerForbidden creates a CreateSubscriptionHandlerForbidden with default headers values
func (*CreateSubscriptionHandlerForbidden) Error ¶
func (o *CreateSubscriptionHandlerForbidden) Error() string
func (*CreateSubscriptionHandlerForbidden) GetPayload ¶
func (o *CreateSubscriptionHandlerForbidden) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*CreateSubscriptionHandlerForbidden) ToJSONString ¶
func (o *CreateSubscriptionHandlerForbidden) ToJSONString() string
type CreateSubscriptionHandlerInternalServerError ¶
type CreateSubscriptionHandlerInternalServerError struct {
Payload *csmclientmodels.ResponseErrorResponse
}
CreateSubscriptionHandlerInternalServerError handles this case with default header values.
Internal Server Error
func NewCreateSubscriptionHandlerInternalServerError ¶
func NewCreateSubscriptionHandlerInternalServerError() *CreateSubscriptionHandlerInternalServerError
NewCreateSubscriptionHandlerInternalServerError creates a CreateSubscriptionHandlerInternalServerError with default headers values
func (*CreateSubscriptionHandlerInternalServerError) Error ¶
func (o *CreateSubscriptionHandlerInternalServerError) Error() string
func (*CreateSubscriptionHandlerInternalServerError) GetPayload ¶
func (o *CreateSubscriptionHandlerInternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*CreateSubscriptionHandlerInternalServerError) ToJSONString ¶
func (o *CreateSubscriptionHandlerInternalServerError) ToJSONString() string
type CreateSubscriptionHandlerNotFound ¶
type CreateSubscriptionHandlerNotFound struct {
Payload *csmclientmodels.ResponseErrorResponse
}
CreateSubscriptionHandlerNotFound handles this case with default header values.
Not Found
func NewCreateSubscriptionHandlerNotFound ¶
func NewCreateSubscriptionHandlerNotFound() *CreateSubscriptionHandlerNotFound
NewCreateSubscriptionHandlerNotFound creates a CreateSubscriptionHandlerNotFound with default headers values
func (*CreateSubscriptionHandlerNotFound) Error ¶
func (o *CreateSubscriptionHandlerNotFound) Error() string
func (*CreateSubscriptionHandlerNotFound) GetPayload ¶
func (o *CreateSubscriptionHandlerNotFound) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*CreateSubscriptionHandlerNotFound) ToJSONString ¶
func (o *CreateSubscriptionHandlerNotFound) ToJSONString() string
type CreateSubscriptionHandlerOK ¶
type CreateSubscriptionHandlerOK struct {
Payload *csmclientmodels.ApimodelCreateSubscriptionResponse
}
CreateSubscriptionHandlerOK handles this case with default header values.
OK
func NewCreateSubscriptionHandlerOK ¶
func NewCreateSubscriptionHandlerOK() *CreateSubscriptionHandlerOK
NewCreateSubscriptionHandlerOK creates a CreateSubscriptionHandlerOK with default headers values
func (*CreateSubscriptionHandlerOK) Error ¶
func (o *CreateSubscriptionHandlerOK) Error() string
func (*CreateSubscriptionHandlerOK) GetPayload ¶
func (o *CreateSubscriptionHandlerOK) GetPayload() *csmclientmodels.ApimodelCreateSubscriptionResponse
func (*CreateSubscriptionHandlerOK) ToJSONString ¶
func (o *CreateSubscriptionHandlerOK) ToJSONString() string
type CreateSubscriptionHandlerParams ¶
type CreateSubscriptionHandlerParams struct {
/*RetryPolicy*/
RetryPolicy *utils.Retry
/*Body*/
Body *csmclientmodels.ApimodelCreateSubscriptionRequest
/*App
App Name
*/
App string
/*Namespace
Game Name
*/
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
}
CreateSubscriptionHandlerParams contains all the parameters to send to the API endpoint for the create subscription handler operation typically these are written to a http.Request
func NewCreateSubscriptionHandlerParams ¶
func NewCreateSubscriptionHandlerParams() *CreateSubscriptionHandlerParams
NewCreateSubscriptionHandlerParams creates a new CreateSubscriptionHandlerParams object with the default values initialized.
func NewCreateSubscriptionHandlerParamsWithContext ¶
func NewCreateSubscriptionHandlerParamsWithContext(ctx context.Context) *CreateSubscriptionHandlerParams
NewCreateSubscriptionHandlerParamsWithContext creates a new CreateSubscriptionHandlerParams object with the default values initialized, and the ability to set a context for a request
func NewCreateSubscriptionHandlerParamsWithHTTPClient ¶
func NewCreateSubscriptionHandlerParamsWithHTTPClient(client *http.Client) *CreateSubscriptionHandlerParams
NewCreateSubscriptionHandlerParamsWithHTTPClient creates a new CreateSubscriptionHandlerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateSubscriptionHandlerParamsWithTimeout ¶
func NewCreateSubscriptionHandlerParamsWithTimeout(timeout time.Duration) *CreateSubscriptionHandlerParams
NewCreateSubscriptionHandlerParamsWithTimeout creates a new CreateSubscriptionHandlerParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateSubscriptionHandlerParams) SetApp ¶
func (o *CreateSubscriptionHandlerParams) SetApp(app string)
SetApp adds the app to the create subscription handler params
func (*CreateSubscriptionHandlerParams) SetAuthInfoWriter ¶
func (o *CreateSubscriptionHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the create subscription handler params
func (*CreateSubscriptionHandlerParams) SetBody ¶
func (o *CreateSubscriptionHandlerParams) SetBody(body *csmclientmodels.ApimodelCreateSubscriptionRequest)
SetBody adds the body to the create subscription handler params
func (*CreateSubscriptionHandlerParams) SetContext ¶
func (o *CreateSubscriptionHandlerParams) SetContext(ctx context.Context)
SetContext adds the context to the create subscription handler params
func (*CreateSubscriptionHandlerParams) SetFlightId ¶
func (o *CreateSubscriptionHandlerParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*CreateSubscriptionHandlerParams) SetHTTPClient ¶
func (o *CreateSubscriptionHandlerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create subscription handler params
func (*CreateSubscriptionHandlerParams) SetHTTPClientTransport ¶
func (o *CreateSubscriptionHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the create subscription handler params
func (*CreateSubscriptionHandlerParams) SetNamespace ¶
func (o *CreateSubscriptionHandlerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the create subscription handler params
func (*CreateSubscriptionHandlerParams) SetTimeout ¶
func (o *CreateSubscriptionHandlerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create subscription handler params
func (*CreateSubscriptionHandlerParams) WithApp ¶
func (o *CreateSubscriptionHandlerParams) WithApp(app string) *CreateSubscriptionHandlerParams
WithApp adds the app to the create subscription handler params
func (*CreateSubscriptionHandlerParams) WithBody ¶
func (o *CreateSubscriptionHandlerParams) WithBody(body *csmclientmodels.ApimodelCreateSubscriptionRequest) *CreateSubscriptionHandlerParams
WithBody adds the body to the create subscription handler params
func (*CreateSubscriptionHandlerParams) WithContext ¶
func (o *CreateSubscriptionHandlerParams) WithContext(ctx context.Context) *CreateSubscriptionHandlerParams
WithContext adds the context to the create subscription handler params
func (*CreateSubscriptionHandlerParams) WithHTTPClient ¶
func (o *CreateSubscriptionHandlerParams) WithHTTPClient(client *http.Client) *CreateSubscriptionHandlerParams
WithHTTPClient adds the HTTPClient to the create subscription handler params
func (*CreateSubscriptionHandlerParams) WithNamespace ¶
func (o *CreateSubscriptionHandlerParams) WithNamespace(namespace string) *CreateSubscriptionHandlerParams
WithNamespace adds the namespace to the create subscription handler params
func (*CreateSubscriptionHandlerParams) WithTimeout ¶
func (o *CreateSubscriptionHandlerParams) WithTimeout(timeout time.Duration) *CreateSubscriptionHandlerParams
WithTimeout adds the timeout to the create subscription handler params
func (*CreateSubscriptionHandlerParams) WriteToRequest ¶
func (o *CreateSubscriptionHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateSubscriptionHandlerReader ¶
type CreateSubscriptionHandlerReader struct {
// contains filtered or unexported fields
}
CreateSubscriptionHandlerReader is a Reader for the CreateSubscriptionHandler structure.
func (*CreateSubscriptionHandlerReader) ReadResponse ¶
func (o *CreateSubscriptionHandlerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateSubscriptionHandlerUnauthorized ¶
type CreateSubscriptionHandlerUnauthorized struct {
}
CreateSubscriptionHandlerUnauthorized handles this case with default header values.
Unauthorized
func NewCreateSubscriptionHandlerUnauthorized ¶
func NewCreateSubscriptionHandlerUnauthorized() *CreateSubscriptionHandlerUnauthorized
NewCreateSubscriptionHandlerUnauthorized creates a CreateSubscriptionHandlerUnauthorized with default headers values
func (*CreateSubscriptionHandlerUnauthorized) Error ¶
func (o *CreateSubscriptionHandlerUnauthorized) Error() string
func (*CreateSubscriptionHandlerUnauthorized) GetPayload ¶
func (o *CreateSubscriptionHandlerUnauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*CreateSubscriptionHandlerUnauthorized) ToJSONString ¶
func (o *CreateSubscriptionHandlerUnauthorized) ToJSONString() string
type CreateTopicHandlerBadRequest ¶
type CreateTopicHandlerBadRequest struct {
Payload *csmclientmodels.ResponseErrorResponse
}
CreateTopicHandlerBadRequest handles this case with default header values.
Bad Request
func NewCreateTopicHandlerBadRequest ¶
func NewCreateTopicHandlerBadRequest() *CreateTopicHandlerBadRequest
NewCreateTopicHandlerBadRequest creates a CreateTopicHandlerBadRequest with default headers values
func (*CreateTopicHandlerBadRequest) Error ¶
func (o *CreateTopicHandlerBadRequest) Error() string
func (*CreateTopicHandlerBadRequest) GetPayload ¶
func (o *CreateTopicHandlerBadRequest) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*CreateTopicHandlerBadRequest) ToJSONString ¶
func (o *CreateTopicHandlerBadRequest) ToJSONString() string
type CreateTopicHandlerConflict ¶
type CreateTopicHandlerConflict struct {
Payload *csmclientmodels.ResponseErrorResponse
}
CreateTopicHandlerConflict handles this case with default header values.
Conflict
func NewCreateTopicHandlerConflict ¶
func NewCreateTopicHandlerConflict() *CreateTopicHandlerConflict
NewCreateTopicHandlerConflict creates a CreateTopicHandlerConflict with default headers values
func (*CreateTopicHandlerConflict) Error ¶
func (o *CreateTopicHandlerConflict) Error() string
func (*CreateTopicHandlerConflict) GetPayload ¶
func (o *CreateTopicHandlerConflict) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*CreateTopicHandlerConflict) ToJSONString ¶
func (o *CreateTopicHandlerConflict) ToJSONString() string
type CreateTopicHandlerForbidden ¶
type CreateTopicHandlerForbidden struct {
Payload *csmclientmodels.ResponseErrorResponse
}
CreateTopicHandlerForbidden handles this case with default header values.
Forbidden
func NewCreateTopicHandlerForbidden ¶
func NewCreateTopicHandlerForbidden() *CreateTopicHandlerForbidden
NewCreateTopicHandlerForbidden creates a CreateTopicHandlerForbidden with default headers values
func (*CreateTopicHandlerForbidden) Error ¶
func (o *CreateTopicHandlerForbidden) Error() string
func (*CreateTopicHandlerForbidden) GetPayload ¶
func (o *CreateTopicHandlerForbidden) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*CreateTopicHandlerForbidden) ToJSONString ¶
func (o *CreateTopicHandlerForbidden) ToJSONString() string
type CreateTopicHandlerInternalServerError ¶
type CreateTopicHandlerInternalServerError struct {
Payload *csmclientmodels.ResponseErrorResponse
}
CreateTopicHandlerInternalServerError handles this case with default header values.
Internal Server Error
func NewCreateTopicHandlerInternalServerError ¶
func NewCreateTopicHandlerInternalServerError() *CreateTopicHandlerInternalServerError
NewCreateTopicHandlerInternalServerError creates a CreateTopicHandlerInternalServerError with default headers values
func (*CreateTopicHandlerInternalServerError) Error ¶
func (o *CreateTopicHandlerInternalServerError) Error() string
func (*CreateTopicHandlerInternalServerError) GetPayload ¶
func (o *CreateTopicHandlerInternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*CreateTopicHandlerInternalServerError) ToJSONString ¶
func (o *CreateTopicHandlerInternalServerError) ToJSONString() string
type CreateTopicHandlerOK ¶
type CreateTopicHandlerOK struct {
Payload *csmclientmodels.ApimodelTopicResponse
}
CreateTopicHandlerOK handles this case with default header values.
OK
func NewCreateTopicHandlerOK ¶
func NewCreateTopicHandlerOK() *CreateTopicHandlerOK
NewCreateTopicHandlerOK creates a CreateTopicHandlerOK with default headers values
func (*CreateTopicHandlerOK) Error ¶
func (o *CreateTopicHandlerOK) Error() string
func (*CreateTopicHandlerOK) GetPayload ¶
func (o *CreateTopicHandlerOK) GetPayload() *csmclientmodels.ApimodelTopicResponse
func (*CreateTopicHandlerOK) ToJSONString ¶
func (o *CreateTopicHandlerOK) ToJSONString() string
type CreateTopicHandlerParams ¶
type CreateTopicHandlerParams struct {
/*RetryPolicy*/
RetryPolicy *utils.Retry
/*Body*/
Body *csmclientmodels.ApimodelCreateTopicRequest
/*Namespace
Game Name
*/
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
}
CreateTopicHandlerParams contains all the parameters to send to the API endpoint for the create topic handler operation typically these are written to a http.Request
func NewCreateTopicHandlerParams ¶
func NewCreateTopicHandlerParams() *CreateTopicHandlerParams
NewCreateTopicHandlerParams creates a new CreateTopicHandlerParams object with the default values initialized.
func NewCreateTopicHandlerParamsWithContext ¶
func NewCreateTopicHandlerParamsWithContext(ctx context.Context) *CreateTopicHandlerParams
NewCreateTopicHandlerParamsWithContext creates a new CreateTopicHandlerParams object with the default values initialized, and the ability to set a context for a request
func NewCreateTopicHandlerParamsWithHTTPClient ¶
func NewCreateTopicHandlerParamsWithHTTPClient(client *http.Client) *CreateTopicHandlerParams
NewCreateTopicHandlerParamsWithHTTPClient creates a new CreateTopicHandlerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateTopicHandlerParamsWithTimeout ¶
func NewCreateTopicHandlerParamsWithTimeout(timeout time.Duration) *CreateTopicHandlerParams
NewCreateTopicHandlerParamsWithTimeout creates a new CreateTopicHandlerParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateTopicHandlerParams) SetAuthInfoWriter ¶
func (o *CreateTopicHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the create topic handler params
func (*CreateTopicHandlerParams) SetBody ¶
func (o *CreateTopicHandlerParams) SetBody(body *csmclientmodels.ApimodelCreateTopicRequest)
SetBody adds the body to the create topic handler params
func (*CreateTopicHandlerParams) SetContext ¶
func (o *CreateTopicHandlerParams) SetContext(ctx context.Context)
SetContext adds the context to the create topic handler params
func (*CreateTopicHandlerParams) SetFlightId ¶
func (o *CreateTopicHandlerParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*CreateTopicHandlerParams) SetHTTPClient ¶
func (o *CreateTopicHandlerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create topic handler params
func (*CreateTopicHandlerParams) SetHTTPClientTransport ¶
func (o *CreateTopicHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the create topic handler params
func (*CreateTopicHandlerParams) SetNamespace ¶
func (o *CreateTopicHandlerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the create topic handler params
func (*CreateTopicHandlerParams) SetTimeout ¶
func (o *CreateTopicHandlerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create topic handler params
func (*CreateTopicHandlerParams) WithBody ¶
func (o *CreateTopicHandlerParams) WithBody(body *csmclientmodels.ApimodelCreateTopicRequest) *CreateTopicHandlerParams
WithBody adds the body to the create topic handler params
func (*CreateTopicHandlerParams) WithContext ¶
func (o *CreateTopicHandlerParams) WithContext(ctx context.Context) *CreateTopicHandlerParams
WithContext adds the context to the create topic handler params
func (*CreateTopicHandlerParams) WithHTTPClient ¶
func (o *CreateTopicHandlerParams) WithHTTPClient(client *http.Client) *CreateTopicHandlerParams
WithHTTPClient adds the HTTPClient to the create topic handler params
func (*CreateTopicHandlerParams) WithNamespace ¶
func (o *CreateTopicHandlerParams) WithNamespace(namespace string) *CreateTopicHandlerParams
WithNamespace adds the namespace to the create topic handler params
func (*CreateTopicHandlerParams) WithTimeout ¶
func (o *CreateTopicHandlerParams) WithTimeout(timeout time.Duration) *CreateTopicHandlerParams
WithTimeout adds the timeout to the create topic handler params
func (*CreateTopicHandlerParams) WriteToRequest ¶
func (o *CreateTopicHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateTopicHandlerReader ¶
type CreateTopicHandlerReader struct {
// contains filtered or unexported fields
}
CreateTopicHandlerReader is a Reader for the CreateTopicHandler structure.
func (*CreateTopicHandlerReader) ReadResponse ¶
func (o *CreateTopicHandlerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateTopicHandlerUnauthorized ¶
type CreateTopicHandlerUnauthorized struct {
}
CreateTopicHandlerUnauthorized handles this case with default header values.
Unauthorized
func NewCreateTopicHandlerUnauthorized ¶
func NewCreateTopicHandlerUnauthorized() *CreateTopicHandlerUnauthorized
NewCreateTopicHandlerUnauthorized creates a CreateTopicHandlerUnauthorized with default headers values
func (*CreateTopicHandlerUnauthorized) Error ¶
func (o *CreateTopicHandlerUnauthorized) Error() string
func (*CreateTopicHandlerUnauthorized) GetPayload ¶
func (o *CreateTopicHandlerUnauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*CreateTopicHandlerUnauthorized) ToJSONString ¶
func (o *CreateTopicHandlerUnauthorized) ToJSONString() string
type DeleteTopicHandlerForbidden ¶
type DeleteTopicHandlerForbidden struct {
Payload *csmclientmodels.ResponseErrorResponse
}
DeleteTopicHandlerForbidden handles this case with default header values.
Forbidden
func NewDeleteTopicHandlerForbidden ¶
func NewDeleteTopicHandlerForbidden() *DeleteTopicHandlerForbidden
NewDeleteTopicHandlerForbidden creates a DeleteTopicHandlerForbidden with default headers values
func (*DeleteTopicHandlerForbidden) Error ¶
func (o *DeleteTopicHandlerForbidden) Error() string
func (*DeleteTopicHandlerForbidden) GetPayload ¶
func (o *DeleteTopicHandlerForbidden) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*DeleteTopicHandlerForbidden) ToJSONString ¶
func (o *DeleteTopicHandlerForbidden) ToJSONString() string
type DeleteTopicHandlerInternalServerError ¶
type DeleteTopicHandlerInternalServerError struct {
Payload *csmclientmodels.ResponseErrorResponse
}
DeleteTopicHandlerInternalServerError handles this case with default header values.
Internal Server Error
func NewDeleteTopicHandlerInternalServerError ¶
func NewDeleteTopicHandlerInternalServerError() *DeleteTopicHandlerInternalServerError
NewDeleteTopicHandlerInternalServerError creates a DeleteTopicHandlerInternalServerError with default headers values
func (*DeleteTopicHandlerInternalServerError) Error ¶
func (o *DeleteTopicHandlerInternalServerError) Error() string
func (*DeleteTopicHandlerInternalServerError) GetPayload ¶
func (o *DeleteTopicHandlerInternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*DeleteTopicHandlerInternalServerError) ToJSONString ¶
func (o *DeleteTopicHandlerInternalServerError) ToJSONString() string
type DeleteTopicHandlerNotFound ¶
type DeleteTopicHandlerNotFound struct {
Payload *csmclientmodels.ResponseErrorResponse
}
DeleteTopicHandlerNotFound handles this case with default header values.
Not Found
func NewDeleteTopicHandlerNotFound ¶
func NewDeleteTopicHandlerNotFound() *DeleteTopicHandlerNotFound
NewDeleteTopicHandlerNotFound creates a DeleteTopicHandlerNotFound with default headers values
func (*DeleteTopicHandlerNotFound) Error ¶
func (o *DeleteTopicHandlerNotFound) Error() string
func (*DeleteTopicHandlerNotFound) GetPayload ¶
func (o *DeleteTopicHandlerNotFound) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*DeleteTopicHandlerNotFound) ToJSONString ¶
func (o *DeleteTopicHandlerNotFound) ToJSONString() string
type DeleteTopicHandlerOK ¶
type DeleteTopicHandlerOK struct {
Payload *csmclientmodels.ApimodelTopicResponse
}
DeleteTopicHandlerOK handles this case with default header values.
OK
func NewDeleteTopicHandlerOK ¶
func NewDeleteTopicHandlerOK() *DeleteTopicHandlerOK
NewDeleteTopicHandlerOK creates a DeleteTopicHandlerOK with default headers values
func (*DeleteTopicHandlerOK) Error ¶
func (o *DeleteTopicHandlerOK) Error() string
func (*DeleteTopicHandlerOK) GetPayload ¶
func (o *DeleteTopicHandlerOK) GetPayload() *csmclientmodels.ApimodelTopicResponse
func (*DeleteTopicHandlerOK) ToJSONString ¶
func (o *DeleteTopicHandlerOK) ToJSONString() string
type DeleteTopicHandlerParams ¶
type DeleteTopicHandlerParams struct {
/*RetryPolicy*/
RetryPolicy *utils.Retry
/*Namespace
Game Name
*/
Namespace string
/*TopicName
Topic Name
*/
TopicName 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
}
DeleteTopicHandlerParams contains all the parameters to send to the API endpoint for the delete topic handler operation typically these are written to a http.Request
func NewDeleteTopicHandlerParams ¶
func NewDeleteTopicHandlerParams() *DeleteTopicHandlerParams
NewDeleteTopicHandlerParams creates a new DeleteTopicHandlerParams object with the default values initialized.
func NewDeleteTopicHandlerParamsWithContext ¶
func NewDeleteTopicHandlerParamsWithContext(ctx context.Context) *DeleteTopicHandlerParams
NewDeleteTopicHandlerParamsWithContext creates a new DeleteTopicHandlerParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteTopicHandlerParamsWithHTTPClient ¶
func NewDeleteTopicHandlerParamsWithHTTPClient(client *http.Client) *DeleteTopicHandlerParams
NewDeleteTopicHandlerParamsWithHTTPClient creates a new DeleteTopicHandlerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteTopicHandlerParamsWithTimeout ¶
func NewDeleteTopicHandlerParamsWithTimeout(timeout time.Duration) *DeleteTopicHandlerParams
NewDeleteTopicHandlerParamsWithTimeout creates a new DeleteTopicHandlerParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteTopicHandlerParams) SetAuthInfoWriter ¶
func (o *DeleteTopicHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the delete topic handler params
func (*DeleteTopicHandlerParams) SetContext ¶
func (o *DeleteTopicHandlerParams) SetContext(ctx context.Context)
SetContext adds the context to the delete topic handler params
func (*DeleteTopicHandlerParams) SetFlightId ¶
func (o *DeleteTopicHandlerParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*DeleteTopicHandlerParams) SetHTTPClient ¶
func (o *DeleteTopicHandlerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete topic handler params
func (*DeleteTopicHandlerParams) SetHTTPClientTransport ¶
func (o *DeleteTopicHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the delete topic handler params
func (*DeleteTopicHandlerParams) SetNamespace ¶
func (o *DeleteTopicHandlerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete topic handler params
func (*DeleteTopicHandlerParams) SetTimeout ¶
func (o *DeleteTopicHandlerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete topic handler params
func (*DeleteTopicHandlerParams) SetTopicName ¶
func (o *DeleteTopicHandlerParams) SetTopicName(topicName string)
SetTopicName adds the topicName to the delete topic handler params
func (*DeleteTopicHandlerParams) WithContext ¶
func (o *DeleteTopicHandlerParams) WithContext(ctx context.Context) *DeleteTopicHandlerParams
WithContext adds the context to the delete topic handler params
func (*DeleteTopicHandlerParams) WithHTTPClient ¶
func (o *DeleteTopicHandlerParams) WithHTTPClient(client *http.Client) *DeleteTopicHandlerParams
WithHTTPClient adds the HTTPClient to the delete topic handler params
func (*DeleteTopicHandlerParams) WithNamespace ¶
func (o *DeleteTopicHandlerParams) WithNamespace(namespace string) *DeleteTopicHandlerParams
WithNamespace adds the namespace to the delete topic handler params
func (*DeleteTopicHandlerParams) WithTimeout ¶
func (o *DeleteTopicHandlerParams) WithTimeout(timeout time.Duration) *DeleteTopicHandlerParams
WithTimeout adds the timeout to the delete topic handler params
func (*DeleteTopicHandlerParams) WithTopicName ¶
func (o *DeleteTopicHandlerParams) WithTopicName(topicName string) *DeleteTopicHandlerParams
WithTopicName adds the topicName to the delete topic handler params
func (*DeleteTopicHandlerParams) WriteToRequest ¶
func (o *DeleteTopicHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteTopicHandlerReader ¶
type DeleteTopicHandlerReader struct {
// contains filtered or unexported fields
}
DeleteTopicHandlerReader is a Reader for the DeleteTopicHandler structure.
func (*DeleteTopicHandlerReader) ReadResponse ¶
func (o *DeleteTopicHandlerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteTopicHandlerUnauthorized ¶
type DeleteTopicHandlerUnauthorized struct {
}
DeleteTopicHandlerUnauthorized handles this case with default header values.
Unauthorized
func NewDeleteTopicHandlerUnauthorized ¶
func NewDeleteTopicHandlerUnauthorized() *DeleteTopicHandlerUnauthorized
NewDeleteTopicHandlerUnauthorized creates a DeleteTopicHandlerUnauthorized with default headers values
func (*DeleteTopicHandlerUnauthorized) Error ¶
func (o *DeleteTopicHandlerUnauthorized) Error() string
func (*DeleteTopicHandlerUnauthorized) GetPayload ¶
func (o *DeleteTopicHandlerUnauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*DeleteTopicHandlerUnauthorized) ToJSONString ¶
func (o *DeleteTopicHandlerUnauthorized) ToJSONString() string
type ListTopicsHandlerBadRequest ¶
type ListTopicsHandlerBadRequest struct {
Payload *csmclientmodels.ResponseErrorResponse
}
ListTopicsHandlerBadRequest handles this case with default header values.
Bad Request
func NewListTopicsHandlerBadRequest ¶
func NewListTopicsHandlerBadRequest() *ListTopicsHandlerBadRequest
NewListTopicsHandlerBadRequest creates a ListTopicsHandlerBadRequest with default headers values
func (*ListTopicsHandlerBadRequest) Error ¶
func (o *ListTopicsHandlerBadRequest) Error() string
func (*ListTopicsHandlerBadRequest) GetPayload ¶
func (o *ListTopicsHandlerBadRequest) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*ListTopicsHandlerBadRequest) ToJSONString ¶
func (o *ListTopicsHandlerBadRequest) ToJSONString() string
type ListTopicsHandlerForbidden ¶
type ListTopicsHandlerForbidden struct {
Payload *csmclientmodels.ResponseErrorResponse
}
ListTopicsHandlerForbidden handles this case with default header values.
Forbidden
func NewListTopicsHandlerForbidden ¶
func NewListTopicsHandlerForbidden() *ListTopicsHandlerForbidden
NewListTopicsHandlerForbidden creates a ListTopicsHandlerForbidden with default headers values
func (*ListTopicsHandlerForbidden) Error ¶
func (o *ListTopicsHandlerForbidden) Error() string
func (*ListTopicsHandlerForbidden) GetPayload ¶
func (o *ListTopicsHandlerForbidden) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*ListTopicsHandlerForbidden) ToJSONString ¶
func (o *ListTopicsHandlerForbidden) ToJSONString() string
type ListTopicsHandlerInternalServerError ¶
type ListTopicsHandlerInternalServerError struct {
Payload *csmclientmodels.ResponseErrorResponse
}
ListTopicsHandlerInternalServerError handles this case with default header values.
Internal Server Error
func NewListTopicsHandlerInternalServerError ¶
func NewListTopicsHandlerInternalServerError() *ListTopicsHandlerInternalServerError
NewListTopicsHandlerInternalServerError creates a ListTopicsHandlerInternalServerError with default headers values
func (*ListTopicsHandlerInternalServerError) Error ¶
func (o *ListTopicsHandlerInternalServerError) Error() string
func (*ListTopicsHandlerInternalServerError) GetPayload ¶
func (o *ListTopicsHandlerInternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*ListTopicsHandlerInternalServerError) ToJSONString ¶
func (o *ListTopicsHandlerInternalServerError) ToJSONString() string
type ListTopicsHandlerOK ¶
type ListTopicsHandlerOK struct {
Payload *csmclientmodels.ApimodelListTopicsResponse
}
ListTopicsHandlerOK handles this case with default header values.
OK
func NewListTopicsHandlerOK ¶
func NewListTopicsHandlerOK() *ListTopicsHandlerOK
NewListTopicsHandlerOK creates a ListTopicsHandlerOK with default headers values
func (*ListTopicsHandlerOK) Error ¶
func (o *ListTopicsHandlerOK) Error() string
func (*ListTopicsHandlerOK) GetPayload ¶
func (o *ListTopicsHandlerOK) GetPayload() *csmclientmodels.ApimodelListTopicsResponse
func (*ListTopicsHandlerOK) ToJSONString ¶
func (o *ListTopicsHandlerOK) ToJSONString() string
type ListTopicsHandlerParams ¶
type ListTopicsHandlerParams struct {
/*RetryPolicy*/
RetryPolicy *utils.Retry
/*Namespace
Game Name
*/
Namespace string
/*FuzzyTopicName
Fuzzy search for topic name
*/
FuzzyTopicName *string
/*IsSubscribedByAppName
Filter to get only topics subscribed by given app name
*/
IsSubscribedByAppName *string
/*IsUnsubscribedByAppName
Filter to get only topics unsubscribed by given app name
*/
IsUnsubscribedByAppName *string
/*Limit
Limit for pagination
*/
Limit *int64
/*Offset
Offset for pagination
*/
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
}
ListTopicsHandlerParams contains all the parameters to send to the API endpoint for the list topics handler operation typically these are written to a http.Request
func NewListTopicsHandlerParams ¶
func NewListTopicsHandlerParams() *ListTopicsHandlerParams
NewListTopicsHandlerParams creates a new ListTopicsHandlerParams object with the default values initialized.
func NewListTopicsHandlerParamsWithContext ¶
func NewListTopicsHandlerParamsWithContext(ctx context.Context) *ListTopicsHandlerParams
NewListTopicsHandlerParamsWithContext creates a new ListTopicsHandlerParams object with the default values initialized, and the ability to set a context for a request
func NewListTopicsHandlerParamsWithHTTPClient ¶
func NewListTopicsHandlerParamsWithHTTPClient(client *http.Client) *ListTopicsHandlerParams
NewListTopicsHandlerParamsWithHTTPClient creates a new ListTopicsHandlerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListTopicsHandlerParamsWithTimeout ¶
func NewListTopicsHandlerParamsWithTimeout(timeout time.Duration) *ListTopicsHandlerParams
NewListTopicsHandlerParamsWithTimeout creates a new ListTopicsHandlerParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListTopicsHandlerParams) SetAuthInfoWriter ¶
func (o *ListTopicsHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the list topics handler params
func (*ListTopicsHandlerParams) SetContext ¶
func (o *ListTopicsHandlerParams) SetContext(ctx context.Context)
SetContext adds the context to the list topics handler params
func (*ListTopicsHandlerParams) SetFlightId ¶
func (o *ListTopicsHandlerParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*ListTopicsHandlerParams) SetFuzzyTopicName ¶
func (o *ListTopicsHandlerParams) SetFuzzyTopicName(fuzzyTopicName *string)
SetFuzzyTopicName adds the fuzzyTopicName to the list topics handler params
func (*ListTopicsHandlerParams) SetHTTPClient ¶
func (o *ListTopicsHandlerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list topics handler params
func (*ListTopicsHandlerParams) SetHTTPClientTransport ¶
func (o *ListTopicsHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the list topics handler params
func (*ListTopicsHandlerParams) SetIsSubscribedByAppName ¶
func (o *ListTopicsHandlerParams) SetIsSubscribedByAppName(isSubscribedByAppName *string)
SetIsSubscribedByAppName adds the isSubscribedByAppName to the list topics handler params
func (*ListTopicsHandlerParams) SetIsUnsubscribedByAppName ¶
func (o *ListTopicsHandlerParams) SetIsUnsubscribedByAppName(isUnsubscribedByAppName *string)
SetIsUnsubscribedByAppName adds the isUnsubscribedByAppName to the list topics handler params
func (*ListTopicsHandlerParams) SetLimit ¶
func (o *ListTopicsHandlerParams) SetLimit(limit *int64)
SetLimit adds the limit to the list topics handler params
func (*ListTopicsHandlerParams) SetNamespace ¶
func (o *ListTopicsHandlerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the list topics handler params
func (*ListTopicsHandlerParams) SetOffset ¶
func (o *ListTopicsHandlerParams) SetOffset(offset *int64)
SetOffset adds the offset to the list topics handler params
func (*ListTopicsHandlerParams) SetTimeout ¶
func (o *ListTopicsHandlerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list topics handler params
func (*ListTopicsHandlerParams) WithContext ¶
func (o *ListTopicsHandlerParams) WithContext(ctx context.Context) *ListTopicsHandlerParams
WithContext adds the context to the list topics handler params
func (*ListTopicsHandlerParams) WithFuzzyTopicName ¶
func (o *ListTopicsHandlerParams) WithFuzzyTopicName(fuzzyTopicName *string) *ListTopicsHandlerParams
WithFuzzyTopicName adds the fuzzyTopicName to the list topics handler params
func (*ListTopicsHandlerParams) WithHTTPClient ¶
func (o *ListTopicsHandlerParams) WithHTTPClient(client *http.Client) *ListTopicsHandlerParams
WithHTTPClient adds the HTTPClient to the list topics handler params
func (*ListTopicsHandlerParams) WithIsSubscribedByAppName ¶
func (o *ListTopicsHandlerParams) WithIsSubscribedByAppName(isSubscribedByAppName *string) *ListTopicsHandlerParams
WithIsSubscribedByAppName adds the isSubscribedByAppName to the list topics handler params
func (*ListTopicsHandlerParams) WithIsUnsubscribedByAppName ¶
func (o *ListTopicsHandlerParams) WithIsUnsubscribedByAppName(isUnsubscribedByAppName *string) *ListTopicsHandlerParams
WithIsUnsubscribedByAppName adds the isUnsubscribedByAppName to the list topics handler params
func (*ListTopicsHandlerParams) WithLimit ¶
func (o *ListTopicsHandlerParams) WithLimit(limit *int64) *ListTopicsHandlerParams
WithLimit adds the limit to the list topics handler params
func (*ListTopicsHandlerParams) WithNamespace ¶
func (o *ListTopicsHandlerParams) WithNamespace(namespace string) *ListTopicsHandlerParams
WithNamespace adds the namespace to the list topics handler params
func (*ListTopicsHandlerParams) WithOffset ¶
func (o *ListTopicsHandlerParams) WithOffset(offset *int64) *ListTopicsHandlerParams
WithOffset adds the offset to the list topics handler params
func (*ListTopicsHandlerParams) WithTimeout ¶
func (o *ListTopicsHandlerParams) WithTimeout(timeout time.Duration) *ListTopicsHandlerParams
WithTimeout adds the timeout to the list topics handler params
func (*ListTopicsHandlerParams) WriteToRequest ¶
func (o *ListTopicsHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListTopicsHandlerReader ¶
type ListTopicsHandlerReader struct {
// contains filtered or unexported fields
}
ListTopicsHandlerReader is a Reader for the ListTopicsHandler structure.
func (*ListTopicsHandlerReader) ReadResponse ¶
func (o *ListTopicsHandlerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListTopicsHandlerUnauthorized ¶
type ListTopicsHandlerUnauthorized struct {
}
ListTopicsHandlerUnauthorized handles this case with default header values.
Unauthorized
func NewListTopicsHandlerUnauthorized ¶
func NewListTopicsHandlerUnauthorized() *ListTopicsHandlerUnauthorized
NewListTopicsHandlerUnauthorized creates a ListTopicsHandlerUnauthorized with default headers values
func (*ListTopicsHandlerUnauthorized) Error ¶
func (o *ListTopicsHandlerUnauthorized) Error() string
func (*ListTopicsHandlerUnauthorized) GetPayload ¶
func (o *ListTopicsHandlerUnauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*ListTopicsHandlerUnauthorized) ToJSONString ¶
func (o *ListTopicsHandlerUnauthorized) ToJSONString() string
type UnsubscribeTopicHandlerForbidden ¶
type UnsubscribeTopicHandlerForbidden struct {
Payload *csmclientmodels.ResponseErrorResponse
}
UnsubscribeTopicHandlerForbidden handles this case with default header values.
Forbidden
func NewUnsubscribeTopicHandlerForbidden ¶
func NewUnsubscribeTopicHandlerForbidden() *UnsubscribeTopicHandlerForbidden
NewUnsubscribeTopicHandlerForbidden creates a UnsubscribeTopicHandlerForbidden with default headers values
func (*UnsubscribeTopicHandlerForbidden) Error ¶
func (o *UnsubscribeTopicHandlerForbidden) Error() string
func (*UnsubscribeTopicHandlerForbidden) GetPayload ¶
func (o *UnsubscribeTopicHandlerForbidden) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*UnsubscribeTopicHandlerForbidden) ToJSONString ¶
func (o *UnsubscribeTopicHandlerForbidden) ToJSONString() string
type UnsubscribeTopicHandlerInternalServerError ¶
type UnsubscribeTopicHandlerInternalServerError struct {
Payload *csmclientmodels.ResponseErrorResponse
}
UnsubscribeTopicHandlerInternalServerError handles this case with default header values.
Internal Server Error
func NewUnsubscribeTopicHandlerInternalServerError ¶
func NewUnsubscribeTopicHandlerInternalServerError() *UnsubscribeTopicHandlerInternalServerError
NewUnsubscribeTopicHandlerInternalServerError creates a UnsubscribeTopicHandlerInternalServerError with default headers values
func (*UnsubscribeTopicHandlerInternalServerError) Error ¶
func (o *UnsubscribeTopicHandlerInternalServerError) Error() string
func (*UnsubscribeTopicHandlerInternalServerError) GetPayload ¶
func (o *UnsubscribeTopicHandlerInternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*UnsubscribeTopicHandlerInternalServerError) ToJSONString ¶
func (o *UnsubscribeTopicHandlerInternalServerError) ToJSONString() string
type UnsubscribeTopicHandlerNotFound ¶
type UnsubscribeTopicHandlerNotFound struct {
Payload *csmclientmodels.ResponseErrorResponse
}
UnsubscribeTopicHandlerNotFound handles this case with default header values.
Not Found
func NewUnsubscribeTopicHandlerNotFound ¶
func NewUnsubscribeTopicHandlerNotFound() *UnsubscribeTopicHandlerNotFound
NewUnsubscribeTopicHandlerNotFound creates a UnsubscribeTopicHandlerNotFound with default headers values
func (*UnsubscribeTopicHandlerNotFound) Error ¶
func (o *UnsubscribeTopicHandlerNotFound) Error() string
func (*UnsubscribeTopicHandlerNotFound) GetPayload ¶
func (o *UnsubscribeTopicHandlerNotFound) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*UnsubscribeTopicHandlerNotFound) ToJSONString ¶
func (o *UnsubscribeTopicHandlerNotFound) ToJSONString() string
type UnsubscribeTopicHandlerOK ¶
type UnsubscribeTopicHandlerOK struct {
Payload *csmclientmodels.ApimodelTopicSubscription
}
UnsubscribeTopicHandlerOK handles this case with default header values.
OK
func NewUnsubscribeTopicHandlerOK ¶
func NewUnsubscribeTopicHandlerOK() *UnsubscribeTopicHandlerOK
NewUnsubscribeTopicHandlerOK creates a UnsubscribeTopicHandlerOK with default headers values
func (*UnsubscribeTopicHandlerOK) Error ¶
func (o *UnsubscribeTopicHandlerOK) Error() string
func (*UnsubscribeTopicHandlerOK) GetPayload ¶
func (o *UnsubscribeTopicHandlerOK) GetPayload() *csmclientmodels.ApimodelTopicSubscription
func (*UnsubscribeTopicHandlerOK) ToJSONString ¶
func (o *UnsubscribeTopicHandlerOK) ToJSONString() string
type UnsubscribeTopicHandlerParams ¶
type UnsubscribeTopicHandlerParams struct {
/*RetryPolicy*/
RetryPolicy *utils.Retry
/*App
App Name
*/
App string
/*Namespace
Game Name
*/
Namespace string
/*TopicName
Topic Name
*/
TopicName 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
}
UnsubscribeTopicHandlerParams contains all the parameters to send to the API endpoint for the unsubscribe topic handler operation typically these are written to a http.Request
func NewUnsubscribeTopicHandlerParams ¶
func NewUnsubscribeTopicHandlerParams() *UnsubscribeTopicHandlerParams
NewUnsubscribeTopicHandlerParams creates a new UnsubscribeTopicHandlerParams object with the default values initialized.
func NewUnsubscribeTopicHandlerParamsWithContext ¶
func NewUnsubscribeTopicHandlerParamsWithContext(ctx context.Context) *UnsubscribeTopicHandlerParams
NewUnsubscribeTopicHandlerParamsWithContext creates a new UnsubscribeTopicHandlerParams object with the default values initialized, and the ability to set a context for a request
func NewUnsubscribeTopicHandlerParamsWithHTTPClient ¶
func NewUnsubscribeTopicHandlerParamsWithHTTPClient(client *http.Client) *UnsubscribeTopicHandlerParams
NewUnsubscribeTopicHandlerParamsWithHTTPClient creates a new UnsubscribeTopicHandlerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUnsubscribeTopicHandlerParamsWithTimeout ¶
func NewUnsubscribeTopicHandlerParamsWithTimeout(timeout time.Duration) *UnsubscribeTopicHandlerParams
NewUnsubscribeTopicHandlerParamsWithTimeout creates a new UnsubscribeTopicHandlerParams object with the default values initialized, and the ability to set a timeout on a request
func (*UnsubscribeTopicHandlerParams) SetApp ¶
func (o *UnsubscribeTopicHandlerParams) SetApp(app string)
SetApp adds the app to the unsubscribe topic handler params
func (*UnsubscribeTopicHandlerParams) SetAuthInfoWriter ¶
func (o *UnsubscribeTopicHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the unsubscribe topic handler params
func (*UnsubscribeTopicHandlerParams) SetContext ¶
func (o *UnsubscribeTopicHandlerParams) SetContext(ctx context.Context)
SetContext adds the context to the unsubscribe topic handler params
func (*UnsubscribeTopicHandlerParams) SetFlightId ¶
func (o *UnsubscribeTopicHandlerParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*UnsubscribeTopicHandlerParams) SetHTTPClient ¶
func (o *UnsubscribeTopicHandlerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the unsubscribe topic handler params
func (*UnsubscribeTopicHandlerParams) SetHTTPClientTransport ¶
func (o *UnsubscribeTopicHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the unsubscribe topic handler params
func (*UnsubscribeTopicHandlerParams) SetNamespace ¶
func (o *UnsubscribeTopicHandlerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the unsubscribe topic handler params
func (*UnsubscribeTopicHandlerParams) SetTimeout ¶
func (o *UnsubscribeTopicHandlerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the unsubscribe topic handler params
func (*UnsubscribeTopicHandlerParams) SetTopicName ¶
func (o *UnsubscribeTopicHandlerParams) SetTopicName(topicName string)
SetTopicName adds the topicName to the unsubscribe topic handler params
func (*UnsubscribeTopicHandlerParams) WithApp ¶
func (o *UnsubscribeTopicHandlerParams) WithApp(app string) *UnsubscribeTopicHandlerParams
WithApp adds the app to the unsubscribe topic handler params
func (*UnsubscribeTopicHandlerParams) WithContext ¶
func (o *UnsubscribeTopicHandlerParams) WithContext(ctx context.Context) *UnsubscribeTopicHandlerParams
WithContext adds the context to the unsubscribe topic handler params
func (*UnsubscribeTopicHandlerParams) WithHTTPClient ¶
func (o *UnsubscribeTopicHandlerParams) WithHTTPClient(client *http.Client) *UnsubscribeTopicHandlerParams
WithHTTPClient adds the HTTPClient to the unsubscribe topic handler params
func (*UnsubscribeTopicHandlerParams) WithNamespace ¶
func (o *UnsubscribeTopicHandlerParams) WithNamespace(namespace string) *UnsubscribeTopicHandlerParams
WithNamespace adds the namespace to the unsubscribe topic handler params
func (*UnsubscribeTopicHandlerParams) WithTimeout ¶
func (o *UnsubscribeTopicHandlerParams) WithTimeout(timeout time.Duration) *UnsubscribeTopicHandlerParams
WithTimeout adds the timeout to the unsubscribe topic handler params
func (*UnsubscribeTopicHandlerParams) WithTopicName ¶
func (o *UnsubscribeTopicHandlerParams) WithTopicName(topicName string) *UnsubscribeTopicHandlerParams
WithTopicName adds the topicName to the unsubscribe topic handler params
func (*UnsubscribeTopicHandlerParams) WriteToRequest ¶
func (o *UnsubscribeTopicHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UnsubscribeTopicHandlerReader ¶
type UnsubscribeTopicHandlerReader struct {
// contains filtered or unexported fields
}
UnsubscribeTopicHandlerReader is a Reader for the UnsubscribeTopicHandler structure.
func (*UnsubscribeTopicHandlerReader) ReadResponse ¶
func (o *UnsubscribeTopicHandlerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UnsubscribeTopicHandlerUnauthorized ¶
type UnsubscribeTopicHandlerUnauthorized struct {
}
UnsubscribeTopicHandlerUnauthorized handles this case with default header values.
Unauthorized
func NewUnsubscribeTopicHandlerUnauthorized ¶
func NewUnsubscribeTopicHandlerUnauthorized() *UnsubscribeTopicHandlerUnauthorized
NewUnsubscribeTopicHandlerUnauthorized creates a UnsubscribeTopicHandlerUnauthorized with default headers values
func (*UnsubscribeTopicHandlerUnauthorized) Error ¶
func (o *UnsubscribeTopicHandlerUnauthorized) Error() string
func (*UnsubscribeTopicHandlerUnauthorized) GetPayload ¶
func (o *UnsubscribeTopicHandlerUnauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*UnsubscribeTopicHandlerUnauthorized) ToJSONString ¶
func (o *UnsubscribeTopicHandlerUnauthorized) ToJSONString() string
Source Files
¶
- async_messaging_client.go
- create_subscription_handler_parameters.go
- create_subscription_handler_responses.go
- create_topic_handler_parameters.go
- create_topic_handler_responses.go
- delete_topic_handler_parameters.go
- delete_topic_handler_responses.go
- list_topics_handler_parameters.go
- list_topics_handler_responses.go
- unsubscribe_topic_handler_parameters.go
- unsubscribe_topic_handler_responses.go