Skip to main content
Defined in: WAProto/index.d.ts:8069

Implements

Constructors

new HistorySyncChunkRetryResponse()

new HistorySyncChunkRetryResponse(p?): HistorySyncChunkRetryResponse
Defined in: WAProto/index.d.ts:8070

Parameters

p?
IHistorySyncChunkRetryResponse

Returns

HistorySyncChunkRetryResponse

Properties

canRecover?

optional canRecover: null | boolean
Defined in: WAProto/index.d.ts:8075

Implementation of

IHistorySyncChunkRetryResponse.canRecover

chunkOrder?

optional chunkOrder: null | number
Defined in: WAProto/index.d.ts:8072

Implementation of

IHistorySyncChunkRetryResponse.chunkOrder

requestId?

optional requestId: null | string
Defined in: WAProto/index.d.ts:8073

Implementation of

IHistorySyncChunkRetryResponse.requestId

responseCode?

optional responseCode: null | HistorySyncChunkRetryResponseCode
Defined in: WAProto/index.d.ts:8074

Implementation of

IHistorySyncChunkRetryResponse.responseCode

syncType?

optional syncType: null | HistorySyncType
Defined in: WAProto/index.d.ts:8071

Implementation of

IHistorySyncChunkRetryResponse.syncType

Methods

create()

static create(properties?): HistorySyncChunkRetryResponse
Defined in: WAProto/index.d.ts:8076

Parameters

properties?
IHistorySyncChunkRetryResponse

Returns

HistorySyncChunkRetryResponse

decode()

static decode(r, l?): HistorySyncChunkRetryResponse
Defined in: WAProto/index.d.ts:8078

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

HistorySyncChunkRetryResponse

encode()

static encode(m, w?): Writer
Defined in: WAProto/index.d.ts:8077

Parameters

m
IHistorySyncChunkRetryResponse
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): HistorySyncChunkRetryResponse
Defined in: WAProto/index.d.ts:8079

Parameters

d

Returns

HistorySyncChunkRetryResponse

getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string
Defined in: WAProto/index.d.ts:8082

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

toJSON(): object
Defined in: WAProto/index.d.ts:8081

Returns

object

toObject()

static toObject(m, o?): object
Defined in: WAProto/index.d.ts:8080

Parameters

m
HistorySyncChunkRetryResponse
o?
IConversionOptions

Returns

object