app_status_progress_v4

package
v0.89.0 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2026 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 Client

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

Client for app status progress v4 API

func (*Client) GetAppStatusProgressV4 deprecated

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

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 (*GetAppStatusProgressV4Forbidden) GetPayload

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 (*GetAppStatusProgressV4InternalServerError) GetPayload

func (*GetAppStatusProgressV4InternalServerError) ToJSONString

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 (*GetAppStatusProgressV4NotFound) GetPayload

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 (*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

WithApp adds the app to the get app status progress v4 params

func (*GetAppStatusProgressV4Params) WithContext

WithContext adds the context to the get app status progress v4 params

func (*GetAppStatusProgressV4Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get app status progress v4 params

func (*GetAppStatusProgressV4Params) WithNamespace

WithNamespace adds the namespace to the get app status progress v4 params

func (*GetAppStatusProgressV4Params) WithTimeout

WithTimeout adds the timeout to the get app status progress v4 params

func (*GetAppStatusProgressV4Params) WriteToRequest

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 {
	Payload *csmclientmodels.ResponseErrorResponse
}

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 (*GetAppStatusProgressV4Unauthorized) GetPayload

func (*GetAppStatusProgressV4Unauthorized) ToJSONString

func (o *GetAppStatusProgressV4Unauthorized) ToJSONString() string

Jump to

Keyboard shortcuts

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