Inheritance
Transform > ResourceStreamPackage
@google-cloud/paginatorConstructors
(constructor)(args, requestFn)
constructor
(
args
:
ParsedArguments
,
requestFn
:
Function
);
Constructs a new instance of the ResourceStream
class
Properties
_ended
_ended
:
boolean
;
_maxApiCalls
_maxApiCalls
:
number
;
_nextQuery
_nextQuery
:
{}
|
null
;
_reading
_reading
:
boolean
;
_requestFn
_requestFn
:
Function
;
_requestsMade
_requestsMade
:
number
;
_resultsToSend
_resultsToSend
:
number
;
Methods
_read()
_read
()
:
void
;
Returns
Type
Description
void
end(args)
end
(...
args
:
any
[])
:
ReturnType<Writable
[
'end'
]
>
extends
Writable
?
this
:
void
;
Parameter
Name
Description
args
any[]
Returns
Type
Description
ReturnType
< internal.Writable
['end']> extends internal.Writable
? this : void