Documentation
¶
Index ¶
- type Client
- func (a *Client) GetAppStatusProgressV4(params *GetAppStatusProgressV4Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppStatusProgressV4OK, *GetAppStatusProgressV4Unauthorized, ...)deprecated
- func (a *Client) GetAppStatusProgressV4Short(params *GetAppStatusProgressV4Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppStatusProgressV4OK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
- type GetAppStatusProgressV4Forbidden
- type GetAppStatusProgressV4InternalServerError
- type GetAppStatusProgressV4NotFound
- type GetAppStatusProgressV4OK
- type GetAppStatusProgressV4Params
- func NewGetAppStatusProgressV4Params() *GetAppStatusProgressV4Params
- func NewGetAppStatusProgressV4ParamsWithContext(ctx context.Context) *GetAppStatusProgressV4Params
- func NewGetAppStatusProgressV4ParamsWithHTTPClient(client *http.Client) *GetAppStatusProgressV4Params
- func NewGetAppStatusProgressV4ParamsWithTimeout(timeout time.Duration) *GetAppStatusProgressV4Params
- func (o *GetAppStatusProgressV4Params) SetApp(app string)
- func (o *GetAppStatusProgressV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetAppStatusProgressV4Params) SetContext(ctx context.Context)
- func (o *GetAppStatusProgressV4Params) SetFlightId(flightId string)
- func (o *GetAppStatusProgressV4Params) SetHTTPClient(client *http.Client)
- func (o *GetAppStatusProgressV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetAppStatusProgressV4Params) SetNamespace(namespace string)
- func (o *GetAppStatusProgressV4Params) SetTimeout(timeout time.Duration)
- func (o *GetAppStatusProgressV4Params) WithApp(app string) *GetAppStatusProgressV4Params
- func (o *GetAppStatusProgressV4Params) WithContext(ctx context.Context) *GetAppStatusProgressV4Params
- func (o *GetAppStatusProgressV4Params) WithHTTPClient(client *http.Client) *GetAppStatusProgressV4Params
- func (o *GetAppStatusProgressV4Params) WithNamespace(namespace string) *GetAppStatusProgressV4Params
- func (o *GetAppStatusProgressV4Params) WithTimeout(timeout time.Duration) *GetAppStatusProgressV4Params
- func (o *GetAppStatusProgressV4Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAppStatusProgressV4Reader
- type GetAppStatusProgressV4Unauthorized
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 app status progress v4 API
func (*Client) GetAppStatusProgressV4
deprecated
func (a *Client) GetAppStatusProgressV4(params *GetAppStatusProgressV4Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppStatusProgressV4OK, *GetAppStatusProgressV4Unauthorized, *GetAppStatusProgressV4Forbidden, *GetAppStatusProgressV4NotFound, *GetAppStatusProgressV4InternalServerError, error)
Deprecated: 2022-08-10 - Use GetAppStatusProgressV4Short instead.
GetAppStatusProgressV4 get in-progress long-running operation steps for the extend app (stepper) Returns step rows for the current or last tracked operation.
func (*Client) GetAppStatusProgressV4Short ¶
func (a *Client) GetAppStatusProgressV4Short(params *GetAppStatusProgressV4Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppStatusProgressV4OK, error)
GetAppStatusProgressV4Short get in-progress long-running operation steps for the extend app (stepper) Returns step rows for the current or last tracked operation.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface {
GetAppStatusProgressV4(params *GetAppStatusProgressV4Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppStatusProgressV4OK, *GetAppStatusProgressV4Unauthorized, *GetAppStatusProgressV4Forbidden, *GetAppStatusProgressV4NotFound, *GetAppStatusProgressV4InternalServerError, error)
GetAppStatusProgressV4Short(params *GetAppStatusProgressV4Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppStatusProgressV4OK, 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 app status progress v4 API client.
type GetAppStatusProgressV4Forbidden ¶
type GetAppStatusProgressV4Forbidden struct {
Payload *csmclientmodels.ResponseErrorResponse
}
GetAppStatusProgressV4Forbidden handles this case with default header values.
Forbidden
func NewGetAppStatusProgressV4Forbidden ¶
func NewGetAppStatusProgressV4Forbidden() *GetAppStatusProgressV4Forbidden
NewGetAppStatusProgressV4Forbidden creates a GetAppStatusProgressV4Forbidden with default headers values
func (*GetAppStatusProgressV4Forbidden) Error ¶
func (o *GetAppStatusProgressV4Forbidden) Error() string
func (*GetAppStatusProgressV4Forbidden) GetPayload ¶
func (o *GetAppStatusProgressV4Forbidden) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*GetAppStatusProgressV4Forbidden) ToJSONString ¶
func (o *GetAppStatusProgressV4Forbidden) ToJSONString() string
type GetAppStatusProgressV4InternalServerError ¶
type GetAppStatusProgressV4InternalServerError struct {
Payload *csmclientmodels.ResponseErrorResponse
}
GetAppStatusProgressV4InternalServerError handles this case with default header values.
Internal Server Error
func NewGetAppStatusProgressV4InternalServerError ¶
func NewGetAppStatusProgressV4InternalServerError() *GetAppStatusProgressV4InternalServerError
NewGetAppStatusProgressV4InternalServerError creates a GetAppStatusProgressV4InternalServerError with default headers values
func (*GetAppStatusProgressV4InternalServerError) Error ¶
func (o *GetAppStatusProgressV4InternalServerError) Error() string
func (*GetAppStatusProgressV4InternalServerError) GetPayload ¶
func (o *GetAppStatusProgressV4InternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*GetAppStatusProgressV4InternalServerError) ToJSONString ¶
func (o *GetAppStatusProgressV4InternalServerError) ToJSONString() string
type GetAppStatusProgressV4NotFound ¶
type GetAppStatusProgressV4NotFound struct {
Payload *csmclientmodels.ResponseErrorResponse
}
GetAppStatusProgressV4NotFound handles this case with default header values.
Not Found
func NewGetAppStatusProgressV4NotFound ¶
func NewGetAppStatusProgressV4NotFound() *GetAppStatusProgressV4NotFound
NewGetAppStatusProgressV4NotFound creates a GetAppStatusProgressV4NotFound with default headers values
func (*GetAppStatusProgressV4NotFound) Error ¶
func (o *GetAppStatusProgressV4NotFound) Error() string
func (*GetAppStatusProgressV4NotFound) GetPayload ¶
func (o *GetAppStatusProgressV4NotFound) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*GetAppStatusProgressV4NotFound) ToJSONString ¶
func (o *GetAppStatusProgressV4NotFound) ToJSONString() string
type GetAppStatusProgressV4OK ¶
type GetAppStatusProgressV4OK struct {
Payload *csmclientmodels.ApimodelGetAppStatusProgressResponse
}
GetAppStatusProgressV4OK handles this case with default header values.
OK
func NewGetAppStatusProgressV4OK ¶
func NewGetAppStatusProgressV4OK() *GetAppStatusProgressV4OK
NewGetAppStatusProgressV4OK creates a GetAppStatusProgressV4OK with default headers values
func (*GetAppStatusProgressV4OK) Error ¶
func (o *GetAppStatusProgressV4OK) Error() string
func (*GetAppStatusProgressV4OK) GetPayload ¶
func (o *GetAppStatusProgressV4OK) GetPayload() *csmclientmodels.ApimodelGetAppStatusProgressResponse
func (*GetAppStatusProgressV4OK) ToJSONString ¶
func (o *GetAppStatusProgressV4OK) ToJSONString() string
type GetAppStatusProgressV4Params ¶
type GetAppStatusProgressV4Params struct {
/*RetryPolicy*/
RetryPolicy *utils.Retry
/*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
}
GetAppStatusProgressV4Params contains all the parameters to send to the API endpoint for the get app status progress v4 operation typically these are written to a http.Request
func NewGetAppStatusProgressV4Params ¶
func NewGetAppStatusProgressV4Params() *GetAppStatusProgressV4Params
NewGetAppStatusProgressV4Params creates a new GetAppStatusProgressV4Params object with the default values initialized.
func NewGetAppStatusProgressV4ParamsWithContext ¶
func NewGetAppStatusProgressV4ParamsWithContext(ctx context.Context) *GetAppStatusProgressV4Params
NewGetAppStatusProgressV4ParamsWithContext creates a new GetAppStatusProgressV4Params object with the default values initialized, and the ability to set a context for a request
func NewGetAppStatusProgressV4ParamsWithHTTPClient ¶
func NewGetAppStatusProgressV4ParamsWithHTTPClient(client *http.Client) *GetAppStatusProgressV4Params
NewGetAppStatusProgressV4ParamsWithHTTPClient creates a new GetAppStatusProgressV4Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAppStatusProgressV4ParamsWithTimeout ¶
func NewGetAppStatusProgressV4ParamsWithTimeout(timeout time.Duration) *GetAppStatusProgressV4Params
NewGetAppStatusProgressV4ParamsWithTimeout creates a new GetAppStatusProgressV4Params object with the default values initialized, and the ability to set a timeout on a request
func (*GetAppStatusProgressV4Params) SetApp ¶
func (o *GetAppStatusProgressV4Params) SetApp(app string)
SetApp adds the app to the get app status progress v4 params
func (*GetAppStatusProgressV4Params) SetAuthInfoWriter ¶
func (o *GetAppStatusProgressV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get app status progress v4 params
func (*GetAppStatusProgressV4Params) SetContext ¶
func (o *GetAppStatusProgressV4Params) SetContext(ctx context.Context)
SetContext adds the context to the get app status progress v4 params
func (*GetAppStatusProgressV4Params) SetFlightId ¶
func (o *GetAppStatusProgressV4Params) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GetAppStatusProgressV4Params) SetHTTPClient ¶
func (o *GetAppStatusProgressV4Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get app status progress v4 params
func (*GetAppStatusProgressV4Params) SetHTTPClientTransport ¶
func (o *GetAppStatusProgressV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get app status progress v4 params
func (*GetAppStatusProgressV4Params) SetNamespace ¶
func (o *GetAppStatusProgressV4Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the get app status progress v4 params
func (*GetAppStatusProgressV4Params) SetTimeout ¶
func (o *GetAppStatusProgressV4Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get app status progress v4 params
func (*GetAppStatusProgressV4Params) WithApp ¶
func (o *GetAppStatusProgressV4Params) WithApp(app string) *GetAppStatusProgressV4Params
WithApp adds the app to the get app status progress v4 params
func (*GetAppStatusProgressV4Params) WithContext ¶
func (o *GetAppStatusProgressV4Params) WithContext(ctx context.Context) *GetAppStatusProgressV4Params
WithContext adds the context to the get app status progress v4 params
func (*GetAppStatusProgressV4Params) WithHTTPClient ¶
func (o *GetAppStatusProgressV4Params) WithHTTPClient(client *http.Client) *GetAppStatusProgressV4Params
WithHTTPClient adds the HTTPClient to the get app status progress v4 params
func (*GetAppStatusProgressV4Params) WithNamespace ¶
func (o *GetAppStatusProgressV4Params) WithNamespace(namespace string) *GetAppStatusProgressV4Params
WithNamespace adds the namespace to the get app status progress v4 params
func (*GetAppStatusProgressV4Params) WithTimeout ¶
func (o *GetAppStatusProgressV4Params) WithTimeout(timeout time.Duration) *GetAppStatusProgressV4Params
WithTimeout adds the timeout to the get app status progress v4 params
func (*GetAppStatusProgressV4Params) WriteToRequest ¶
func (o *GetAppStatusProgressV4Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAppStatusProgressV4Reader ¶
type GetAppStatusProgressV4Reader struct {
// contains filtered or unexported fields
}
GetAppStatusProgressV4Reader is a Reader for the GetAppStatusProgressV4 structure.
func (*GetAppStatusProgressV4Reader) ReadResponse ¶
func (o *GetAppStatusProgressV4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAppStatusProgressV4Unauthorized ¶
type GetAppStatusProgressV4Unauthorized struct {
}
GetAppStatusProgressV4Unauthorized handles this case with default header values.
Unauthorized
func NewGetAppStatusProgressV4Unauthorized ¶
func NewGetAppStatusProgressV4Unauthorized() *GetAppStatusProgressV4Unauthorized
NewGetAppStatusProgressV4Unauthorized creates a GetAppStatusProgressV4Unauthorized with default headers values
func (*GetAppStatusProgressV4Unauthorized) Error ¶
func (o *GetAppStatusProgressV4Unauthorized) Error() string
func (*GetAppStatusProgressV4Unauthorized) GetPayload ¶
func (o *GetAppStatusProgressV4Unauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*GetAppStatusProgressV4Unauthorized) ToJSONString ¶
func (o *GetAppStatusProgressV4Unauthorized) ToJSONString() string